You're right, updates are really deletes/adds. Deleted documents are NOT
found in future queries, so that's not a problem.
However, the #terms# in a deleted document still affect the relevance
calculations. But in most cases you'll never notice this. By that I mean
that the term frequency counts a
I am about to set up a live edit of database contents that get indexed in a
Solr Instance.
I seem to remember that edits in the index are actually deletes and
replacements?
The deleted items don't really disappear, right? What about queries do they
affect?
Counts?
Return results?
?
Dennis