fix BooleanQuery document (#1999)

* fix BooleanQuery document

* Update src/query/boolean_query/boolean_query.rs

---------

Co-authored-by: Paul Masurel <paul@quickwit.io>
This commit is contained in:
RT_Enzyme
2023-04-20 17:37:20 +08:00
committed by GitHub
parent fbda511a1a
commit ff3d3313c4

View File

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