From 66eea4d68be1d9ec49eb52cb67a5f5820effb329 Mon Sep 17 00:00:00 2001 From: ron190 Date: Wed, 11 Jul 2018 18:58:16 +0200 Subject: [PATCH] Fix typo --- 070_Index_Mgmt/32_Metadata_all.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/070_Index_Mgmt/32_Metadata_all.asciidoc b/070_Index_Mgmt/32_Metadata_all.asciidoc index d4b61c819..d194b9e76 100644 --- a/070_Index_Mgmt/32_Metadata_all.asciidoc +++ b/070_Index_Mgmt/32_Metadata_all.asciidoc @@ -25,7 +25,7 @@ GET /_search As your application evolves and your search requirements become more exacting, you will find yourself using the `_all` field less and less. The `_all` field is a shotgun approach to search. By querying individual fields, you have more -flexbility, power, and fine-grained control over which results are considered +flexibility, power, and fine-grained control over which results are considered to be most relevant. [NOTE]