The "stopwords_path" is not valid into the stop analayzer?

Hi,

I'm using Stop Analyzer, but I cannot find the "stopwords_path" into
"StopTokenFilterFactory.java".
The "stopwords_path" does not support?
Would you help me so that I can find "stopword_path"?

Thanks.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

The code you are looking for is actually in Analysis.java

https://github.com/elasticsearch/elasticsearch/blob/master/src/main/java/org/elasticsearch/index/analysis/StopTokenFilterFactory.java#L51

--
Ivan

On Tue, Apr 9, 2013 at 10:47 PM, Henry sophistlv@gmail.com wrote:

Hi,

I'm using Stop Analyzer, but I cannot find the "stopwords_path" into
"StopTokenFilterFactory.java".
The "stopwords_path" does not support?
Would you help me so that I can find "stopword_path"?

Thanks.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.