Browse Source

Update query-dsl.asciidoc (#27669)

Andrew Banchich 7 years ago
parent
commit
1cd5575997
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/query-dsl.asciidoc

+ 2 - 2
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::