-1

Usually we store the original text and index the stemmed text and or the original text in Solr.

Is there a possibility to store the stemmed content in solr? Because my goal is to obtain the stemmed version of the text when I do a query to solr.

Thanks in advance,

Arnaud

1 Answers1

0

why not just store the field you have the stemmer defined? refer to the wiki page(s), for instance: http://wiki.apache.org/solr/SchemaXml#Common_field_options

divadpoc
  • 903
  • 10
  • 31
  • sorry to answer just now! In fact, related to my tries and my understanding the stored text is every time the original text and not stemmed one. Only the index are stemmed. Is it right? – user1838809 Dec 03 '15 at 11:27