Browse Source

Docs: fix no callouts refer to list item 3

David Pilato 11 years ago
parent
commit
046a3a02f5
1 changed files with 1 additions and 2 deletions
  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>
         "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
 <2> terms