Tagged “deletion”
-
Deletion is the hard one
Removing a source file removes nothing downstream. Everything derived from it persists, stays retrievable, and answers questions as if it still existed.
-
The reconciliation pass
Incremental sync has no way to prove it kept up. A periodic comparison of the index against the source is the only thing that finds what it missed.
-
Replacing what an edit invalidated
A document was edited and reprocessed correctly. The index now holds the new text and some of the old, because the previous records were never removed.