Re: QueryAutoStopWordAnalyzer

2014-10-23 Thread Bernd Fehling
words and maintain that file. With QueryAutoStopWordAnalyzer the docs say "An Analyzer used primarily at query time to wrap another analyzer and provide a layer of protection which prevents very common words from being passed into queries." And what I'm looking for "... QueryAutoSt

Re: QueryAutoStopWordAnalyzer

2014-10-23 Thread Alexandre Rafalovitch
ity: https://www.linkedin.com/groups?gid=6713853 On 23 October 2014 10:31, Bernd Fehling wrote: > I just located the QueryAutoStopWordAnalyzer in lucene. > Has anyone managed to use it for solr? > > Could imagine to have a language independent search "clean up" > for the text_all

QueryAutoStopWordAnalyzer

2014-10-23 Thread Bernd Fehling
I just located the QueryAutoStopWordAnalyzer in lucene. Has anyone managed to use it for solr? Could imagine to have a language independent search "clean up" for the text_all field. Can it be used for solr right out of the box or do I have to write a wrapper or factory? Regards Bernd