Class ElasticsearchSearchScrollResultImpl<H>
java.lang.Object
org.hibernate.search.engine.search.query.spi.SimpleSearchScrollResult<H>
org.hibernate.search.backend.elasticsearch.search.query.impl.ElasticsearchSearchScrollResultImpl<H>
- All Implemented Interfaces:
ElasticsearchSearchScrollResult<H>,SearchScrollResult<H>
public class ElasticsearchSearchScrollResultImpl<H>
extends SimpleSearchScrollResult<H>
implements ElasticsearchSearchScrollResult<H>
-
Constructor Summary
ConstructorsConstructorDescriptionElasticsearchSearchScrollResultImpl(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
-
ElasticsearchSearchScrollResultImpl
public ElasticsearchSearchScrollResultImpl(SearchResultTotal total, boolean hasHits, List<H> hits, Duration took, Boolean timedOut)
-