Re: Stopwords when facetting

2009-07-07 Thread Chris Hostetter
: When indexing or querying text, i'm using the solr.StopFilterFactory ; it seems to works just fine... : : But I want to use the text field as a facet, and get all the commonly : used words in a set of results, without the stopwords. As far as I : tried, I always get stopwords, and numerical

Stopwords when facetting

2009-07-03 Thread Pierre-Yves LANDRON
Hello, When indexing or querying text, i'm using the solr.StopFilterFactory ; it seems to works just fine... But I want to use the text field as a facet, and get all the commonly used words in a set of results, without the stopwords. As far as I tried, I always get stopwords, and numerical

Re: Stopwords when facetting

2009-07-03 Thread Erik Hatcher
Pierre - the field you're faceting must not have the StopFilter applied at indexing time, or the words you want removed aren't in the stop word list file. Erik On Jul 3, 2009, at 5:21 AM, Pierre-Yves LANDRON wrote: Hello, When indexing or querying text, i'm using the