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
Constructors Constructor Description LuceneSearchScrollResultImpl(SearchResultTotal total, boolean hasHits, List<H> hits, Duration took, Boolean timedOut)
-
-
-
Constructor Detail
-
LuceneSearchScrollResultImpl
public LuceneSearchScrollResultImpl(SearchResultTotal total, boolean hasHits, List<H> hits, Duration took, Boolean timedOut)
-
-