[DOCS] Fix capitalization for Query DSL (#69236)

This commit is contained in:
James Rodewig 2021-02-18 18:57:19 -05:00 committed by GitHub
parent 0305f77b0b
commit 31fc59efdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 19 additions and 19 deletions

View file

@ -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.