Class FieldCapabilitiesIndexRequest

java.lang.Object
All Implemented Interfaces:
IndicesRequest, Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest

public class FieldCapabilitiesIndexRequest
extends ActionRequest
implements IndicesRequest
  • Field Details

    • INDICES_OPTIONS

      public static final IndicesOptions INDICES_OPTIONS
  • Method Details

    • fields

      public java.lang.String[] fields()
    • 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
    • index

      public java.lang.String index()
    • indexFilter

      public QueryBuilder indexFilter()
    • runtimeFields

      public java.util.Map<java.lang.String,​java.lang.Object> runtimeFields()
    • shardId

      public ShardId shardId()
    • nowInMillis

      public long nowInMillis()
    • writeTo

      public void writeTo​(StreamOutput out) throws java.io.IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Overrides:
      writeTo in class ActionRequest
      Throws:
      java.io.IOException
    • validate

      Specified by:
      validate in class ActionRequest