Interface ISearchQueryExecutor

All Superinterfaces:
AutoCloseable, Closeable, Iterator<Long>
All Known Implementing Classes:
ResolvedSearchQueryExecutor, SearchQueryExecutor, SearchScrollQueryExecutorAdaptor

public interface ISearchQueryExecutor extends Iterator<Long>, Closeable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Narrow the signature - no IOException allowed.

    Methods inherited from interface java.util.Iterator

    forEachRemaining, hasNext, next, remove