BooleanQuery¶
Boolean query with must, should, and must_not clauses
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| must | List<FtsQuery> | Queries that must match (AND) | |
| mustNot | List<FtsQuery> | Queries that must not match (NOT) | |
| should | List<FtsQuery> | Queries that should match (OR) |