Fix various occurrence var names and references (#1385)

Thank you Ryan!

Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
Ryan Russell
2022-06-06 21:08:19 -05:00
committed by GitHub
parent 5e599d96d7
commit b33b4c0092
3 changed files with 13 additions and 13 deletions

View File

@@ -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`