浏览代码

Update query-dsl.asciidoc (#27669)

Andrew Banchich 7 年之前
父节点
当前提交
1cd5575997
共有 1 个文件被更改,包括 2 次插入2 次删除
  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::