From 491a48e55b154cfd26ffd3dc4851b2c422588747 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Fri, 10 Oct 2014 10:50:47 +0200 Subject: [PATCH] Docs: Remove the note that fielddata doesn't support filtering. This particular note was about fielddata filtering but could cause confusion that fields that have doc values enabled cannot be used for filtering (as in a `filtered_query`). --- docs/reference/index-modules/fielddata.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference/index-modules/fielddata.asciidoc b/docs/reference/index-modules/fielddata.asciidoc index cd75d909bf4..df4db5990c3 100644 --- a/docs/reference/index-modules/fielddata.asciidoc +++ b/docs/reference/index-modules/fielddata.asciidoc @@ -128,7 +128,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 <>. + `not_analyzed`). [float] ==== Numeric field data types @@ -138,7 +138,6 @@ field data format. `doc_values`:: Computes and stores field data data-structures on disk at indexing time. - Doesn't support <>. [float] ==== Geo point field data types