pybool_ir.query.ast#
Base classes for representing queries.
The OperatorNode class represents a query that is a combination of other queries. It can be used to represent a query that is a combination of other queries, such as a Boolean query.
The AtomNode class represents a query that is a single query. It can be used to represent a query, such as a term query.
Classes
|
|
|
Represents a query that is a single query. |
|
Represents a query that is a combination of other queries. |