From f2aa4a38bc9eb585d5a1114b42788ce2099f891c Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Tue, 26 Aug 2014 12:00:06 +0200 Subject: [PATCH] Docs: Added link to clarify meaning of filtering in fielddata context --- docs/reference/index-modules/fielddata.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/index-modules/fielddata.asciidoc b/docs/reference/index-modules/fielddata.asciidoc index 8fcf1002f33..5cf821f8e92 100644 --- a/docs/reference/index-modules/fielddata.asciidoc +++ b/docs/reference/index-modules/fielddata.asciidoc @@ -138,7 +138,7 @@ field data format. `doc_values`:: Computes and stores field data data-structures on disk at indexing time. Lowers memory usage but only works on non-analyzed strings (`index`: `no` or - `not_analyzed`) and doesn't support filtering. + `not_analyzed`) and doesn't support <>. [float] ==== Numeric field data types @@ -148,7 +148,7 @@ field data format. `doc_values`:: Computes and stores field data data-structures on disk at indexing time. - Doesn't support filtering. + Doesn't support <>. [float] ==== Geo point field data types