ExtendedSearchFetchable<H,R extends SearchResult<H>,SC extends SearchScroll<H>> |
A base interface for subtypes of SearchFetchable allowing to
easily override the result type for all relevant methods.
|
ExtendedSearchQuery<H,R extends SearchResult<H>,SC extends SearchScroll<H>> |
A base interface for subtypes of SearchQuery allowing to
easily override the result type for all relevant methods.
|
ExtendedSearchScroll<H,R extends SearchScrollResult<H>> |
A base interface for subtypes of SearchScroll allowing to
easily override the result type for all relevant methods.
|
SearchFetchable<H> |
A component allowing to fetch search results.
|
SearchQuery<H> |
A search query, allowing to fetch search results.
|
SearchQueryExtension<Q,H> |
An extension to the search query, allowing to wrap a query.
|
SearchResult<H> |
|
SearchResultTotal |
The total for a search result, pertaining to all matched documents,
independently from the offset/limit used when fetching hits.
|
SearchScroll<H> |
An ongoing query execution delivering hits continuously from a single snapshot of the index.
|
SearchScrollResult<H> |
|