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
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