Optionally use the StopFilterFactory to only include words in the set
---------------------------------------------------------------------
Key: SOLR-253
URL: https://issues.apache.org/jira/browse/SOLR-253
Project: Solr
Issue Type: Improvement
Reporter: Ryan McKinley
Priority: Minor
Use the StopFilterFactory to generate the inverse filter: one that only keeps
tokes if it is in the list.
This patch adds "requiteWord" to the possible args:
<filter class="solr.StopFilterFactory" ignoreCase="true" words="stopwords.txt"
requiteWord="true"/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.