Hi

I issue a request like the following, in order to get a list of search-terms in 
a particular field:

http://localhost:8983/solr/terms?terms.limit=-1&terms.fl=bodytext

But some of the terms which are returned are not quite the same as those which 
were indexed (or which are returned in a search). For example, my request above 
might return a term like "famili" when the indexed term was "familie".

Could this have something to do with stemming?

If so, how do I ensure that I get the same search-terms from my terms request, 
as those which were indexed?

Thanks,
Peter

Reply via email to