How to use them?
What is the difference with query_string and what are the benefits of using "Intervals query"?
The documentation is really unclear and hard to understand.
Query_string is a bottleneck for search features.
Not everything elasticsearch does can be expressed in a syntax designed for simple queries.
You need to use the more complex JSON syntax to access the more advanced expressions available in interval queries.
1 Like
What is the difference between Span queries and intervals?
And what internal query will “query_string” “query”: ““field korean”~10” be converted to?