| Cursor |
Represents a cursor on the set of results found for executing a Query
during a search on the Index.
|
| Cursor.Builder |
A builder which constructs Cursor objects.
|
| Document |
Represents a user generated document.
|
| Document.Builder |
A builder of documents.
|
| Facet |
A Facet can be used to categorize a Document.
|
| FacetOptions |
A FacetOptions represents facet options such as the number of facets to discover
(discoveryLimit), the number of values to be included in each discovered
facet (discoveryValueLimit), and the depth of the results to check (depth).
|
| FacetOptions.Builder |
|
| FacetRange |
A FacetRange is a range with a start (inclusive) and an end (exclusive).
|
| FacetRefinement |
A Facet Refinement to filter out search results based on a facet value.
|
| FacetRequest |
A facet request representing parameters for requesting specific facets to be returned with a
query result.
|
| FacetRequest.Builder |
A facet request builder.
|
| FacetResult |
Represents a facet result computed from an extended search result set.
|
| FacetResult.Builder |
A builder of facet result.
|
| FacetResultValue |
Represents a single facet result value.
|
| Field |
Represents a field of a Document, which is a name, an optional locale, and at most one
value: text, HTML, atom, date, GeoPoint, untokenizedPrefix, tokenizedPrefix or vector.
|
| Field.Builder |
A field builder.
|
| Field.FieldType |
The type of the field value.
|
| FieldExpression |
Represents an expression bound to a returned Field with the given
name.
|
| FieldExpression.Builder |
A field expression builder.
|
| GeoPoint |
Represents a point on the Earth's surface, in latitude and longitude
coordinates.
|
| GetIndexesRequest |
A request to get a range of indexes.
|
| GetIndexesRequest.Builder |
|
| GetRequest |
A request to list objects in an index.
|
| GetRequest.Builder |
|
| GetResponse |
|
| Index |
An Index allows synchronous and asynchronous adding and deleting of Documents as
well as synchronous and asynchronous searching for Documents for a given Query.
|
| IndexSpec |
Represents information about an index.
|
| IndexSpec.Builder |
A builder of IndexSpec.
|
| MatchScorer |
Assigns a document score based on frequency of terms in TextFields and HTMLFields.
|
| MatchScorer.Builder |
|
| OperationResult |
The result of an operation involving the search service.
|
| PutResponse |
Represents a result of putting a list of objects (documents or queries)
into an index.
|
| Query |
A query to search an index for documents which match,
restricting the document fields returned to those given, and
scoring and sorting the results, whilst supporting pagination.
|
| Query.Builder |
A builder which constructs Query objects.
|
| QueryOptions |
Represents options which control where and what in the search results to return, from restricting
the document fields returned to those given, and scoring and sorting the results, whilst
supporting pagination.
|
| QueryOptions.Builder |
A builder which constructs QueryOptions objects.
|
| RescoringMatchScorer |
Assigns a document score based on term frequency weighted on document parts.
|
| RescoringMatchScorer.Builder |
|
| Results |
Represents a result of executing a search.
|
| Schema |
Contains information about the kinds of document Fields
which are supported by the Index.
|
| Schema.Builder |
A builder which constructs Schema objects.
|
| ScoredDocument |
Represents a document which may have been scored, possibly
some computed expression fields, and a cursor to continue
the search from.
|
| ScoredDocument.Builder |
A builder of scored documents.
|
| SearchBaseException |
Thrown to indicate that a search service failure occurred.
|
| SearchService |
The SearchService is used to get available indexes, which can be
queried about their metadata or have index/delete/search operations
performed on them.
|
| SearchServiceConfig |
Configuration options for Search API.
|
| SearchServiceConfig.Builder |
|
| SearchServiceException |
Thrown to indicate that a search service failure occurred.
|
| SortExpression |
Sorting specification for a single dimension.
|
| SortExpression.Builder |
|
| SortExpression.SortDirection |
The direction search results are sorted by, either ascending or descending.
|
| SortOptions |
Definition of how to sort documents.
|
| SortOptions.Builder |
|
| StatusCode |
Status code returned by various index operations.
|