TermQuery
A Query that matches documents containing a term. This may be combined with other terms with a BooleanQuery.
Constructors
Functions
Link copied to clipboard
Expert: Constructs an appropriate Weight implementation for this query.
Link copied to clipboard
Expert: called to re-write queries into primitive queries. For example, a PrefixQuery will be rewritten into a BooleanQuery that consists of TermQuerys.
Link copied to clipboard
Recurse through the query tree, visiting any child queries.