On Sat, Apr 5, 2008 at 6:27 PM, Norskog, Lance <[EMAIL PROTECTED]> wrote:
> Where is this in Lucene?  Is it the
>  default? I don't remember Lucene having the notion of a unique id
>  (primary key).

It hasn't been around too long.
IndexWriter.updateDocument(Term term, Document doc)

>  In this merge code, with the latest Lucene 2.3, will the duplicates in
>  solr/data1 override the records in solr/data0? Or the other way around?

Neither.  Duplicates will not be removed in either case.

-Yonik

Reply via email to