Class ShardFetchSearchRequest

    • Constructor Detail

      • ShardFetchSearchRequest

        public ShardFetchSearchRequest()
      • ShardFetchSearchRequest

        public ShardFetchSearchRequest​(OriginalIndices originalIndices,
                                       long id,
                                       com.carrotsearch.hppc.IntArrayList list,
                                       org.apache.lucene.search.ScoreDoc lastEmittedDoc)
      • ShardFetchSearchRequest

        public ShardFetchSearchRequest​(StreamInput in)
                                throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • indices

        public java.lang.String[] indices()
        Description copied from interface: IndicesRequest
        Returns the array of indices that the action relates to
        Specified by:
        indices in interface IndicesRequest
      • indicesOptions

        public IndicesOptions indicesOptions()
        Description copied from interface: IndicesRequest
        Returns the indices options used to resolve indices. They tell for instance whether a single index is accepted, whether an empty array will be converted to _all, and how wildcards will be expanded if needed.
        Specified by:
        indicesOptions in interface IndicesRequest