Function replace

  • It replaces an existing document with the given updated version

    It works by discarding the current version and adding the updated one, so it is functionally equivalent to calling discard followed by add. The ID of the updated document should be the same as the original one.

    Since it uses discard internally, this method relies on vacuuming to clean up obsolete document references from the index, allowing memory to be released (see discard).

    Type Parameters

    • Document

    • ID

    Parameters

    Returns void

Generated using TypeDoc