diff --git a/src/query/boolean_query/boolean_query.rs b/src/query/boolean_query/boolean_query.rs index b180008743..28c1693e3c 100644 --- a/src/query/boolean_query/boolean_query.rs +++ b/src/query/boolean_query/boolean_query.rs @@ -11,8 +11,8 @@ use crate::schema::{IndexRecordOption, Term}; /// `Must` occurrence /// * match none of the sub queries associated with the /// `MustNot` occurrence. -/// * match at least one of the subqueries that is not -/// a `MustNot` occurrence. +/// * match at least one of the sub queries associated +/// with the `Must` or `Should` occurrence. /// /// /// You can combine other query types and their `Occur`ances into one `BooleanQuery`