I'm creating multiple instances of a field, some with Field.Store.YES
and some with Field.Store.NO, with Lucene 4.4. If Field.Store.YES is
set then I see multiple instances of the field in the documents in the
resulting index, if I use Field.Store.NO then I only see a single
field. Is that expected or am I doing something dumb?

Thanks,

-- 
Alan Burlison
--

---------------------------------------------------------------------
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