Interface IndicesRequest

    • Method Detail

      • indices

        java.lang.String[] indices()
        Returns the array of indices that the action relates to
      • indicesOptions

        IndicesOptions indicesOptions()
        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.