Re: Different Analyzers for indexing
Posted By:
Poorva_Potnis
Posted On:
Wednesday, October 30, 2002 05:33 AM
If you want a field to be as it is (meaning not tokenized, right?), construct it as a Keyword field. Or pass 'token' as 'false' while constructing the Field - Field(String name, String string, boolean store, boolean index, boolean token).
Check out the javadocs for Class Field.
Did I get your question right?
-Poorva.
Re: Different Analyzers for indexing
Posted By:
Otis_Gospodnetic
Posted On:
Monday, October 7, 2002 06:01 AM
You must have not checked the FAQ, have you? :)