On Mon, Feb 28, 2011 at 5:19 PM, aneuryzma <[email protected]> wrote: > Can I assign my custom ids to Lucene indexed documents instead of > automatically generate new ids ? > > I'm asking this because I already have ids in my collection. A specific > field is used for that.
just add your ID as a Lucene Field and use it for updating and deleting. you can not change Lucene's internal IDs simon > > thanks > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Lucene-assigning-custom-ids-tp2596217p2596217.html > Sent from the Lucene - General mailing list archive at Nabble.com. >
