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