From 2f81dd615238b1edd54167b4c4c5b38642618623 Mon Sep 17 00:00:00 2001 From: Denis Jacquemin Date: Sat, 16 Aug 2014 17:41:16 +0200 Subject: [PATCH] 'through' duplicate removed --- docs/quick_start.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick_start.asciidoc b/docs/quick_start.asciidoc index a50cdde7c..2332b7b4f 100644 --- a/docs/quick_start.asciidoc +++ b/docs/quick_start.asciidoc @@ -70,7 +70,7 @@ client.indices.delete({ ----------------- === Searching for documents -A very common use-case for elasticsearch is to sort through through large collections of documents in order to find ones that are relavent to a query. In most cases you will use the client's `search()` method to accomplish this. +A very common use-case for elasticsearch is to sort through large collections of documents in order to find ones that are relavent to a query. In most cases you will use the client's `search()` method to accomplish this. ==== Elasticsearch Query DSL