e-mail:
> java-user-help@.apache
I tried using IndexWriter.forceMergeDeletes() to expunge the deleted
documents; however, the score discrepancy remained. That is the correct
method to use right?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Different-Scores-For-Same-
: I created an index with three documents, ran a query, and noted the scores.
: Then I deleted one of the documents using IndexWriter.tryDeleteDocument, and
: then re-added the exact same document. (I saved the Document in an instance
: variable, so I couldn't have accidentally changed any of the
d any of the fields.) After
rerunning the query, I am getting back the same documents, but with
different scores. Anyone know what's happening? I can post my code if anyone
is interested. Thanks!
--
View this message in context:
http://lucene.472066.n3.nabble.com/Different-Scores-For-Sam