On 16 September 2013 12:40, Michael McCandless
<[email protected]> wrote:

> If you use Field.Store.NO for all fields for a given document then no
> field should have been stored.  Can you boil this down to a small test
> case?

repeated calls to

doc.add(new TextField("content", c, Field.Store.NO)))

result in a single instance of the field showing up in Luke whereas

doc.add(new TextField("content", c, Field.Store.YES)))

results in multiple instances

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to