|
Class Summary |
| BoolQuery |
A query that matches documents matching boolean combinations of other
queries. |
| CustomQuery |
User may supply his own implementation of the query |
| DisMax |
A query that generates the union of documents produced by its subqueries, and
that scores each document with the maximum score for that document as
produced by any subquery, plus a tie breaking increment for any additional
matching subqueries. |
| FieldAware |
|
| FilteredQuery |
A query that applies a filter to the results of another query. |
| MatchAllQuery |
A query that matches all documents. |
| PathQuery |
|
| Queries |
|
| QueryJsonHandler |
|
| QueryPrefix |
Matches documents that have fields containing terms with a specified prefix
(not analyzed). |
| QueryWildcard |
A query that match on any (configurable) of the provided terms. |
| StringQuery |
A query that uses a query parser in order to parse its content. |
| StringQuery.Builder |
|
| TextQuery |
A family of text queries that accept text, analyzes it, and
constructs a query out of it. |