RE: Field Question

2008-08-24 Thread DimitriD
- From: DimitriD [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2008 9:14 AM To: java-user@lucene.apache.org Subject: Field Question 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

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