Files
elasticsearch-js/docs/reference/api/QueryDslIntervalsMatch.md
2025-05-27 15:30:21 -05:00

801 B

Interface QueryDslIntervalsMatch

Name Type Description
analyzer string Analyzer used to analyze terms in the query.
filter QueryDslIntervalsFilter An optional interval filter.
max_gaps integer Maximum number of positions between the matching terms. Terms further apart than this are not considered matches.
ordered boolean If true, matching terms must appear in their specified order.
query string Text you wish to find in the provided field.
use_field Field If specified, match intervals from this field rather than the top-level field. The term is normalized using the search analyzer from this field, unless analyzer is specified separately.