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.
-- 
View this message in context: 
http://www.nabble.com/Field-attribute-is-not-consistent-with-field-data-attribute--tp17473272p17473272.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to