| Interface | Description |
|---|---|
| SearchEngine |
The principle interface for the SearchEngine.
|
| SearchFacetField |
Holds the faceting information from a query result.
|
| SearchFacetField.Count |
Holds one facet from this field.
|
| SearchInputDocument |
A collection of fields and values that will be used to build a record in the
search index.
|
| SearchInputField |
A named field with a name and one or more values.
|
| SearchQuery |
A collection of search terms that will be used to query the search index.
|
| SearchResponse |
The response to a query against the search index.
|
| SearchResultDocument |
The concrete representation of a document in the search index.
|
| SearchResultDocumentList |
A collection of results that are returned from a query.
|
| Enum | Description |
|---|---|
| SearchQuery.Order |
| Exception | Description |
|---|---|
| SearchEngineException |
Indicates a problem with a request to the SearchEngine.
|
| SearchEngineNotRespondingException |
Indicates that a request to the SearchEngine has timed out, or given some
other indication that no response will be coming.
|
Copyright © 2022. All rights reserved.