We are trying to use a snowball analyzer and applying a filter on our
search queries. The filters seems to work only for numeric fields but not
for string fields. These filters seem to work fine with the standard
analyzer.
Term filter does not do any analysis on the input text, maybe thats your
problem? What happens when you use text query with it? Also, the analyzer
configuration is wrong, you configure both a tokenizer and a type, which
does not mean much. Its either the type snowball for the snowball analyzer,
or provide a tokenizer and a list of filters.
We are trying to use a snowball analyzer and applying a filter on our
search queries. The filters seems to work only for numeric fields but not
for string fields. These filters seem to work fine with the standard
analyzer.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.