Re: Different Scores For Same Query on Identical Index

2014-07-16 Thread cenolage
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-

Re: Different Scores For Same Query on Identical Index

2014-07-16 Thread Chris Hostetter
: 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

Different Scores For Same Query on Identical Index

2014-07-16 Thread cenolage
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