Different Scores For Same Query on Identical Index

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

Re: Different Scores For Same Query on Identical Index

2014-07-16 Thread cenolage
Chris Hostetter-3 wrote > Deleted docments still affect term stats like IDF until the are expunged. > -Hoss > > - > To unsubscribe, e-mail: > java-user-unsubscribe@.apache > For additional commands, e-mail: > java-user-help