mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-04 08:12:54 +00:00
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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user