From 1cd55759971faaf506bf46803701dfa2bbecd27a Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Mon, 11 Dec 2017 12:05:39 -0500 Subject: [PATCH] Update query-dsl.asciidoc (#27669) --- docs/reference/query-dsl.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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::