Re: filters effect on search results

2011-06-29 Thread Romi
admin/analysis.jsp page shows RemoveDuplicatesTokenFilterFactory ,ReversedWildcardFilterFactory ,.EnglishPorterFilterFactory - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/filters-effect-on-search-results-tp3120968p3121506.html Sent from the

Re: filters effect on search results

2011-06-29 Thread François Schiettecatte
Indeed, I find the Porter stemmer to be too 'aggressive' for my taste, I prefer the EnglishMinimalStemFilterFactory, with the caveat that it depends on your data set. Cheers François On Jun 29, 2011, at 6:21 AM, Ahmet Arslan wrote: >> Hi, when i query for "elegant" in >> solr i get results fo

Re: filters effect on search results

2011-06-29 Thread Ahmet Arslan
> Hi, when i query for "elegant" in > solr i get results for "elegance" too. > > *I used these filters for index analyze* > WhitespaceTokenizerFactory > StopFilterFactory > WordDelimiterFilterFactory > LowerCaseFilterFactory > SynonymFilterFactory > EnglishPorterFilterFactory > RemoveDuplicate

filters effect on search results

2011-06-29 Thread Romi
ing my search result. - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/filters-effect-on-search-results-tp3120968p3120968.html Sent from the Solr - User mailing list archive at Nabble.com.