: So far, I have attempted to fix this problem by defining my own list of stop
: words and passing that array onto a standard analyzer used for both indexing
: and searching. That didn't work. Would a per-field analyzer work in this
that is the correct way to change your stop word set ... you'll have to be
a little more specific about "That didn't work." to get any more specific
suggestions on your problem ... ie: can you send a small bit of self
contained sample code that shows it not working for you?
(typically the act of writing this sample code helps you spot where you
amy be doing something wrong in your application)
-Hoss
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org
|