Class IterableQueryResultImpl

java.lang.Object
org.nuxeo.ecm.core.search.IterableQueryResultImpl
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<Map<String,Serializable>>, Iterator<Map<String,Serializable>>, IterableQueryResult

public class IterableQueryResultImpl extends Object implements IterableQueryResult, Iterator<Map<String,Serializable>>
Iterable query result based on scroll search results.
Since:
8.4
  • Field Details

    • searchService

      protected final SearchService searchService
    • size

      protected final long size
    • searchResponse

      protected SearchResponse searchResponse
    • closed

      protected boolean closed
    • pos

      protected long pos
    • relativePos

      protected int relativePos
  • Constructor Details

    • IterableQueryResultImpl

      public IterableQueryResultImpl(SearchResponse searchResponse)
  • Method Details