Function getStoredFields

  • Returns the stored fields (as configured in the storeFields constructor option) for the given document ID. Returns undefined if the document is not present in the index.

    Type Parameters

    • Document

    • ID

    Parameters

    Returns undefined | Record<string, unknown>

Generated using TypeDoc