Package org.hibernate.search.engine.search.query
package org.hibernate.search.engine.search.query
-
InterfacesClassDescriptionA base interface for subtypes of
SearchFetchableallowing to easily override the result type for all relevant methods.A base interface for subtypes ofSearchQueryallowing to easily override the result type for all relevant methods.ExtendedSearchScroll<H, R extends SearchScrollResult<H>>A base interface for subtypes ofSearchScrollallowing 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.