mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
[DOCS] Fix capitalization for Query DSL (#69236)
This commit is contained in:
parent
0305f77b0b
commit
31fc59efdf
10 changed files with 19 additions and 19 deletions
|
@ -10,9 +10,9 @@
|
|||
experimental::[]
|
||||
|
||||
The Rollup Search endpoint allows searching rolled-up data using the standard
|
||||
query DSL. The Rollup Search endpoint is needed because, internally,
|
||||
Query DSL. The Rollup Search endpoint is needed because, internally,
|
||||
rolled-up documents utilize a different document structure than the original
|
||||
data. The Rollup Search endpoint rewrites standard query DSL into a format that
|
||||
data. The Rollup Search endpoint rewrites standard Query DSL into a format that
|
||||
matches the rollup documents, then takes the response and rewrites it back to
|
||||
what a client would expect given the original query.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue