Make sure your index and query analyzers are identical, and pay special
attention if you're using any of the
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#Stemminganalyzers
- many of them have a number of configurable attributes that could
cause differences.

-L

On Wed, Sep 29, 2010 at 4:42 PM, Peter A. Kirk <p...@alpha-solutions.dk>wrote:

> 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