From d3f41b351ddb247e8c0aaa8d2aa4895c75adc6ef Mon Sep 17 00:00:00 2001 From: David Cho-Lerat Date: Tue, 30 May 2017 15:03:39 +0200 Subject: [PATCH] Update terms-query.asciidoc --- docs/reference/query-dsl/terms-query.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/query-dsl/terms-query.asciidoc b/docs/reference/query-dsl/terms-query.asciidoc index e00c18bb56fca..a77ce31e9507a 100644 --- a/docs/reference/query-dsl/terms-query.asciidoc +++ b/docs/reference/query-dsl/terms-query.asciidoc @@ -68,7 +68,7 @@ possible, reducing the need for networking. [float] ===== Terms lookup twitter example At first we index the information for user with id 2, specifically, its -followers, than index a tweet from user with id 1. Finally we search on +followers, then index a tweet from user with id 1. Finally we search on all the tweets that match the followers of user 2. [source,js] @@ -99,7 +99,7 @@ GET /tweets/_search -------------------------------------------------- // CONSOLE -The structure of the external terms document can also include array of +The structure of the external terms document can also include an array of inner objects, for example: [source,js]