Method that processes the JSON response from Vespa into an array of
Document instances. Each Document instance includes the content
from the specified content_field and the document's ID.
processJsonResponse(json: RemoteRetrieverValues): DocumentInterface<Record<string, any>>[]| Name | Type | Description |
|---|---|---|
json* | RemoteRetrieverValues | The JSON response from Vespa. |