A lucene field has some attributes (eg. storeTermVector ...), when a document is added these attributes are updated, so how these fields attributes can represent all field datas attributes?
For example, when add doc1 (field a's storeTermVector is false), doc2(field A's storeTermVector is false), doc3(field A's storeTermVector is true), the field A's attribute storeTermVector will be true, and FieldsReader will read back these 3 docs with field A's storeTermVector is true, but actually there is no term vector stored for field A of doc1, doc2. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]