A J
02/06/2024, 9:13 AMtext
field that contains a lot of text. On the result page, I am only interested in the snippets or highlights of this field. However, the full contents of the text
is returned with each API call from Typesense. So I tried to set exclude_fields: "none"
. But with this configuration hit._snippetResult.text
is not available. Is there a way to remove the original content of text
from the response and keep only the information for snippets and highlights. Otherwise, the JSON response from Typesense might be large because the content of our text
fields can 50-80 KB each.