Skip to content

Commit

Permalink
Edited 054_Query_DSL/70_Important_clauses.asciidoc with Atlas code ed…
Browse files Browse the repository at this point in the history
…itor
  • Loading branch information
skalapurakkel committed Nov 23, 2014
1 parent 0c42d25 commit 3f272f5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions 054_Query_DSL/70_Important_clauses.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,14 @@ filters give binary yes/no answers, queries calculate a relevance score
instead. The `bool` query combines the `_score` from each `must` or
`should` clause that matches.((("should clause", "in bool queries")))((("must_not clause", "in bool queries")))((("must clause", "in bool queries"))) This query accepts the following parameters:

[horizontal]
`must`:: Clauses that _must_ match for the document to be included.
`must`::
Clauses that _must_ match for the document to be included.

`must_not`:: Clauses that _must not_ match for the document to be included.
`must_not`::
Clauses that _must not_ match for the document to be included.

`should`:: If these clauses match, they increase the `_score`;
`should`::
If these clauses match, they increase the `_score`;
otherwise, they have no effect. They are simply used to refine
the relevance score for each document.

Expand Down

0 comments on commit 3f272f5

Please sign in to comment.