bool-query.asciidoc 430 B

12345678910111213
  1. [[java-query-dsl-bool-query]]
  2. ==== Bool Query
  3. See {ref}/query-dsl-bool-query.html[Bool Query]
  4. ["source","java",subs="attributes,callouts,macros"]
  5. --------------------------------------------------
  6. include-tagged::{query-dsl-test}[bool]
  7. --------------------------------------------------
  8. <1> must query
  9. <2> must not query
  10. <3> should query
  11. <4> a query that must appear in the matching documents but doesn't contribute to scoring.