Schema for a full text search analyzer.
Schema for the text index default field configuration. The default field is used to index the text of all
fields within a document for use with the $text operator.
List of fields to index.
Whether to scan every document for arrays and store the length for each array found. Set the index_array_lengths field to false if:
$size operator. * The documents in your
database are complex, or not completely under your control. As a result, it is difficult to estimate the impact
of the extra processing that is needed to determine and store the arrays lengths.Generated using TypeDoc
Schema for a
jsonortextquery index definition. Indexes of typetexthave additional configuration properties that do not apply tojsonindexes, these are: *default_analyzer- the default text analyzer to use *default_field- whether to index the text in all document fields and what analyzer to use for that purpose.