No documents can added into index when the index is optimizing, or optimizing can't run durling documents adding to the index. So, without other error, I think we can beleive the two index are indeed the same.
:) 2008/9/4 Noble Paul നോബിള് नोब्ळ् <[EMAIL PROTECTED]> > The use case is as follows > > I have two indexes . One at the master and one at the slave. The user > occasionally keeps committing on the master and the delta is > replicated everytime. But when the optimize happens the transfer size > can be really large. So I am thinking of doing the optimize > separately on master and slave . > > So far, so good. But how can I really know that after the optimize the > indexes are indeed the same or no documents got added in between.? > > > > On Fri, Aug 29, 2008 at 3:13 PM, Karl Wettin <[EMAIL PROTECTED]> > wrote: > > > > 29 aug 2008 kl. 11.35 skrev Noble Paul നോബിള് नोब्ळ्: > > > >> hi, > >> I wish to know if the contents of two indexes have same data. > >> will all the files be exactly same if I put same set of documents to > both? > > > > If you insert the documents in the same order with the same settings and > > both indices are optimized, then the files ought to be identitical. I'm > > however not sure. > > > > The instantiated index contrib module contains a test that assert two > index > > readers are identical. You could use this to be really sure, but it it a > > rather long running process for a large index: > > > > > http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/instantiated/src/test/org/apache/lucene/store/instantiated/TestIndicesEquals.java > > > > > > Perhaps you should explain why you need to do this. > > > > > > karl > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > --Noble Paul >