
ian.lea at gmail
Feb 11, 2010, 8:35 AM
Post #2 of 4
(794 views)
Permalink
|
I'm pretty sure that the answer is no and a quick test on a small index with/without deleted docs showed no difference in the scores, using 3.0. But that was hardly a rigorous test and I don't know enough about lucene internals and scoring to give a definitive answer. Shouldn't be too hard for you to verify or disprove: build an index and throw loads of updates and deletes at it, checking scores as you go. -- Ian. On Thu, Feb 11, 2010 at 7:34 AM, Yuval Feinstein <yuvalf [at] answers> wrote: > I want to focus my previous question. > Say we have two Lucene indexes: A and B. > Index A contains documents a and b. > Index B used to contain documents a, b and c, > But c was deleted. > All documents share some vocabulary. > If we search using terms common to documents b and c, > Can we get a different score for document b in index A and index B? > Note that both indexes are identical with regard to the non-deleted documents, > And only differ by the deleted document c. > Thanks, > Yuval > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe [at] lucene > For additional commands, e-mail: java-user-help [at] lucene > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe [at] lucene For additional commands, e-mail: java-user-help [at] lucene
|