Hi everyone, 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 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-Same-Query-on-Identical-Index-tp4147519.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org