diff --git a/docs/reference/query-dsl.asciidoc b/docs/reference/query-dsl.asciidoc index 1eb6fbddd1e..8d9c803b615 100644 --- a/docs/reference/query-dsl.asciidoc +++ b/docs/reference/query-dsl.asciidoc @@ -4,8 +4,8 @@ [partintro] -- -Elasticsearch provides a full Query DSL based on JSON to define queries. -Think of the Query DSL as an AST of queries, consisting of two types of +Elasticsearch provides a full Query DSL (Domain Specific Language) based on JSON to define queries. +Think of the Query DSL as an AST (Abstract Syntax Tree) of queries, consisting of two types of clauses: Leaf query clauses::