Uses of Interface
org.hibernate.search.engine.search.query.SearchScroll
-
-
Uses of SearchScroll in org.hibernate.search.backend.elasticsearch.search.query
Subinterfaces of SearchScroll in org.hibernate.search.backend.elasticsearch.search.query Modifier and Type Interface Description interface
ElasticsearchSearchScroll<H>
-
Uses of SearchScroll in org.hibernate.search.backend.lucene.search.query
Subinterfaces of SearchScroll in org.hibernate.search.backend.lucene.search.query Modifier and Type Interface Description interface
LuceneSearchScroll<H>
-
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 interface
ExtendedSearchFetchable<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.interface
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.Subinterfaces of SearchScroll in org.hibernate.search.engine.search.query Modifier and Type Interface Description interface
ExtendedSearchScroll<H,R extends SearchScrollResult<H>>
A base interface for subtypes ofSearchScroll
allowing 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 class
AbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,LOS,SF,AF>,H,R extends SearchResult<H>,SC extends SearchScroll<H>,LOS,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,C>
Methods in org.hibernate.search.engine.search.query.dsl.spi that return SearchScroll Modifier and Type Method Description SearchScroll<H>
AbstractSearchQueryOptionsStep. scroll(int chunkSize)
-
Uses of SearchScroll in org.hibernate.search.mapper.orm.search.query.spi
Constructors in org.hibernate.search.mapper.orm.search.query.spi with parameters of type SearchScroll Constructor Description HibernateOrmSearchScrollableResultsAdapter(SearchScroll<H> scroll, int maxResults, HibernateOrmSearchScrollableResultsAdapter.ScrollHitExtractor<? super H> hitExtractor)
-