瀏覽代碼

Docs: fix no callouts refer to list item 3

David Pilato 11 年之前
父節點
當前提交
046a3a02f5
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/java-api/query-dsl-filters.asciidoc

+ 1 - 2
docs/java-api/query-dsl-filters.asciidoc

@@ -512,8 +512,7 @@ FilterBuilder filter = termsFilter(
         "kimchy",           <2>
         "kimchy",           <2>
         "elasticsearch"     <2>
         "elasticsearch"     <2>
     )
     )
-    .execution("plain");     // Optional, can be also "bool", "and" or "or"
-                            // or "bool_nocache", "and_nocache" or "or_nocache"
+    .execution("plain");    <3>
 --------------------------------------------------
 --------------------------------------------------
 <1> field
 <1> field
 <2> terms
 <2> terms