I am new to lucene. Here is my question. The document has fields. When I add
a field to the document I can specify that field is Indexed, Tokenized,
etc.. So the same field can be Tokenized in one document and be
not-tokenized in another document. However the is a method
IndexReader.getFieldNames(
with whether
> or
> not the contents are indexed. As long as it's not Field.NO, they are.
>
> John G.
>
> -Original Message-
> From: DimitriD [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 22, 2008 9:14 AM
> To: java-user@lucene.apache.org
> Subjec