Package org.hibernate.search.engine.search.query
package org.hibernate.search.engine.search.query
-
ClassDescriptionExtendedSearchFetchable<H,
R extends SearchResult<H>, SC extends SearchScroll<H>> A base interface for subtypes ofSearchFetchable
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 ofSearchQuery
allowing to easily override the result type for all relevant methods.ExtendedSearchScroll<H,R extends SearchScrollResult<H>> A base interface for subtypes ofSearchScroll
allowing to easily override the result type for all relevant methods.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>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.