java.lang.Object
org.elasticsearch.client.internal.Requests

@Deprecated public class Requests extends Object
Deprecated.
for removal
  • Field Details

    • INDEX_CONTENT_TYPE

      public static XContentType INDEX_CONTENT_TYPE
      Deprecated.
      The default content type to use to generate source documents when indexing. TODO: remove this, we shouldn't have mutable public static fields that we use in prod code
  • Constructor Details

    • Requests

      public Requests()
      Deprecated.