Field Question

2008-08-22 Thread DimitriD
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(

RE: Field Question

2008-08-24 Thread DimitriD
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