On 16 September 2013 12:40, Michael McCandless
<luc...@mikemccandless.com> 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: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to