Uses of Interface
org.hibernate.search.engine.search.query.SearchScroll
-
Packages that use SearchScroll Package Description org.hibernate.search.engine.search.query org.hibernate.search.engine.search.query.dsl.spi -
-
Uses of SearchScroll in org.hibernate.search.engine.search.query
Classes in org.hibernate.search.engine.search.query with type parameters of type SearchScroll Modifier and Type Interface Description interfaceExtendedSearchFetchable<H,R extends SearchResult<H>,SC extends SearchScroll<H>>A base interface for subtypes ofSearchFetchableallowing to easily override the result type for all relevant methods.interfaceExtendedSearchQuery<H,R extends SearchResult<H>,SC extends SearchScroll<H>>A base interface for subtypes ofSearchQueryallowing to easily override the result type for all relevant methods.Subinterfaces of SearchScroll in org.hibernate.search.engine.search.query Modifier and Type Interface Description interfaceExtendedSearchScroll<H,R extends SearchScrollResult<H>>A base interface for subtypes ofSearchScrollallowing to easily override the result type for all relevant methods.Methods in org.hibernate.search.engine.search.query that return SearchScroll Modifier and Type Method Description SearchScroll<H>SearchFetchable. scroll(int chunkSize)Execute the query continuously to deliver results in small chunks through aSearchScroll. -
Uses of SearchScroll in org.hibernate.search.engine.search.query.dsl.spi
Classes in org.hibernate.search.engine.search.query.dsl.spi with type parameters of type SearchScroll Modifier and Type Class Description classAbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,R extends SearchResult<H>,SCR extends SearchScroll<H>,LOS,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,SC extends SearchQueryIndexScope<?>>Methods in org.hibernate.search.engine.search.query.dsl.spi that return SearchScroll Modifier and Type Method Description SearchScroll<H>AbstractSearchQueryOptionsStep. scroll(int chunkSize)
-