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.
storeFields
undefined
The id type of the documents being indexed.
The type of the documents being indexed.
The search index
The document ID
The stored document index
Returns the stored fields (as configured in the
storeFields
constructor option) for the given document ID. Returnsundefined
if the document is not present in the index.