Class LuceneSearchScrollResultImpl<H>
java.lang.Object
org.hibernate.search.engine.search.query.spi.SimpleSearchScrollResult<H>
org.hibernate.search.backend.lucene.search.query.impl.LuceneSearchScrollResultImpl<H>
- All Implemented Interfaces:
LuceneSearchScrollResult<H>,SearchScrollResult<H>
public class LuceneSearchScrollResultImpl<H>
extends SimpleSearchScrollResult<H>
implements LuceneSearchScrollResult<H>
-
Constructor Summary
ConstructorsConstructorDescriptionLuceneSearchScrollResultImpl(SearchResultTotal total, boolean hasHits, List<H> hits, Duration took, Boolean timedOut) -
Method Summary
Methods inherited from class org.hibernate.search.engine.search.query.spi.SimpleSearchScrollResult
hasHits, hits, timedOut, took, total
-
Constructor Details
-
LuceneSearchScrollResultImpl
public LuceneSearchScrollResultImpl(SearchResultTotal total, boolean hasHits, List<H> hits, Duration took, Boolean timedOut)
-