[Top]
Public
Public.Xapian
Public.Xapian.Query
|
Class Public.Xapian.Query
- Description
Class representing a query.
Queries are represented as a tree of objects.
- Method
create
Public.Xapian.Query Public.Xapian.Query()
- Description
Default constructor: makes an empty query which matches no documents.
Also useful for defining a Query object to be assigned to later.
- Note
An exception will be thrown if an attempt is made to use an undefined
query when building up a composite query.
|