That is strange. 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?
Mike McCandless http://blog.mikemccandless.com On Mon, Sep 16, 2013 at 6:33 AM, Alan Burlison <[email protected]> wrote: > 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: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
