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

476 B

Interface QueryDslIntervalsPrefix

Name Type Description
analyzer string Analyzer used to analyze the prefix.
prefix string Beginning characters of terms you wish to find in the top-level field.
use_field Field If specified, match intervals from this field rather than the top-level field. The prefix is normalized using the search analyzer from this field, unless analyzer is specified separately.