Krishnan, Ananda | 11 May 07:02
Favicon

Lucene Index comparison..

Hi

Can anyone please help me to know about how to compare two different lucene indexes.

Thanks and reg
Anandh.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe <at> lucene.apache.org
For additional commands, e-mail: java-dev-help <at> lucene.apache.org

This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain
proprietary material, confidential information and/or be subject to legal privilege. It should not be
copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then
please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
karl wettin | 11 May 14:17

Re: Lucene Index comparison..


On Thu, 2006-05-11 at 10:32 +0530, Krishnan, Ananda wrote: > Hi > > Can anyone please help me to know about how to compare two different lucene indexes.
I think there has been four instances of this question lately, including my own. Mine is only compatible with the 1.9_20060505-karl1 branch, and really more of a test case. I will add it to my next update of <http://issues.apache.org/jira/browse/LUCENE-550>. I can send you the broken snapshot off list if you want. It is supplied with two index readers and * iterates and compare all terms, documents and positions. * places a couple of searches and compare the results. * does not compare the term frequency vectors.

Gmane