: Question : Is it possible to do the same for String type or not, since the

StrField doesn't support an analyzer like TextField does, but if you 
define "string" to be a TextField using KeywordTokenizer it will preserve 
the whole value as a single token and you can then use the 
StopWordFilterFactory to throw out values which are stop words.

The stored value for a TextField and a StrField are returned to clients in 
exactly the same way.

-Hoss

Reply via email to