Interface ExtendedSearchScroll<H,R extends SearchScrollResult<H>>

Type Parameters:
H - The type of query hits.
R - The result type (extending SearchScrollResult).
All Superinterfaces:
AutoCloseable, SearchScroll<H>
All Known Subinterfaces:
ElasticsearchSearchScroll<H>, LuceneSearchScroll<H>

public interface ExtendedSearchScroll<H,R extends SearchScrollResult<H>> extends SearchScroll<H>
A base interface for subtypes of SearchScroll allowing to easily override the result type for all relevant methods.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the next chunk, with at most chunkSize hits.

    Methods inherited from interface org.hibernate.search.engine.search.query.SearchScroll

    close