mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-08 10:02:55 +00:00
Add docs to new Query methods (#307)
This commit is contained in:
committed by
Paul Masurel
parent
71d41ca209
commit
0cea706f10
@@ -66,6 +66,7 @@ impl BooleanQuery {
|
||||
BooleanQuery::from(occur_term_queries)
|
||||
}
|
||||
|
||||
/// Deconstructed view of the clauses making up this query.
|
||||
pub fn clauses(&self) -> &[(Occur, Box<Query>)] {
|
||||
&self.subqueries[..]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user