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
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
Methods in org.hibernate.search.engine.search.query.dsl.spi that return SearchScroll Modifier and Type Method Description SearchScroll<H>AbstractSearchQueryOptionsStep. scroll(int chunkSize)
-