Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 469 Bytes

File metadata and controls

16 lines (8 loc) · 469 Bytes

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)