浏览代码

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`).
Adrien Grand 11 年之前
父节点
当前提交
491a48e55b
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/reference/index-modules/fielddata.asciidoc

+ 1 - 2
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 <<field-data-filtering,filtering>>.
+    `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 <<field-data-filtering,filtering>>.
 
 [float]
 ==== Geo point field data types