Removing Data
Data can be removed from an index using the
RemoveAsync
method.RemoveAsync(TKey key)
Removes all indexed data for the given item key.
Removal is considered an index mutation in the same way that adding is, and batches of changes can be sped up by using the BeginBatchChange
and CommitBatchChangeAsync
methods.
Last modified July 30, 2020: Indexing data docs (d5761b7)