Re: QueryAutoStopWordAnalyzer

2014-10-23 Thread Bernd Fehling
Am 23.10.2014 um 18:03 schrieb Alexandre Rafalovitch: > How is this different from using StopFilterFactory in Solr: > http://www.solr-start.com/javadoc/solr-lucene/org/apache/lucene/analysis/core/StopFilterFactory.html > ? With StopFilterFactory you have to set up a file with stopwords and maint

Re: QueryAutoStopWordAnalyzer

2014-10-23 Thread Alexandre Rafalovitch
How is this different from using StopFilterFactory in Solr: http://www.solr-start.com/javadoc/solr-lucene/org/apache/lucene/analysis/core/StopFilterFactory.html ? Lucene "wraps" analyzers, Solr has a chain instead (though analyzers are supported as well). You just configure the chain. Writing a f