Package org.hibernate.search.engine.search.query
-
Interface Summary Interface Description ExtendedSearchFetchable<H,R extends SearchResult<H>> A base interface for subtypes ofSearchFetchableallowing to easily override the result type for all relevant methods.ExtendedSearchQuery<H,R extends SearchResult<H>> A base interface for subtypes ofSearchQueryallowing 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> SearchScroll<H> An ongoing query execution delivering hits continuously from a single snapshot of the index.SearchScrollResult<H>