mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 17:22:54 +00:00
Fix various occurrence var names and references (#1385)
Thank you Ryan! Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
@@ -11,11 +11,11 @@ use crate::Searcher;
|
||||
/// The documents matched by the boolean query are
|
||||
/// those which
|
||||
/// * match all of the sub queries associated with the
|
||||
/// `Must` occurence
|
||||
/// `Must` occurrence
|
||||
/// * match none of the sub queries associated with the
|
||||
/// `MustNot` occurence.
|
||||
/// `MustNot` occurrence.
|
||||
/// * match at least one of the subqueries that is not
|
||||
/// a `MustNot` occurence.
|
||||
/// a `MustNot` occurrence.
|
||||
///
|
||||
///
|
||||
/// You can combine other query types and their `Occur`ances into one `BooleanQuery`
|
||||
|
||||
Reference in New Issue
Block a user