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 factory for when one analyzer
wraps another would be just duplication of the chain code.

What am I missing?

Regards,
   Alex.
Personal: http://www.outerthoughts.com/ and @arafalov
Solr resources and newsletter: http://www.solr-start.com/ and @solrstart
Solr popularizers community: https://www.linkedin.com/groups?gid=6713853


On 23 October 2014 10:31, Bernd Fehling <bernd.fehl...@uni-bielefeld.de> 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 field.
>
> Can it be used for solr right out of the box or do I have to
> write a wrapper or factory?
>
> Regards
> Bernd

Reply via email to