类 GetMappingsRequest

java.lang.Object
org.easysearch.client.TimedRequest
org.easysearch.client.indices.GetMappingsRequest
所有已实现的接口:
Validatable

public class GetMappingsRequest
extends TimedRequest
  • 构造器详细资料

    • GetMappingsRequest

      public GetMappingsRequest()
  • 方法详细资料

    • local

      public GetMappingsRequest local​(boolean local)
      Indicates whether the receiving node should operate based on local index information or forward requests, where needed, to other nodes. If running locally, request will not raise errors if local index information is missing.
    • local

      public boolean local()
    • indices

      public GetMappingsRequest indices​(java.lang.String... indices)
    • indicesOptions

      public GetMappingsRequest indicesOptions​(org.easysearch.action.support.IndicesOptions indicesOptions)
    • indices

      public java.lang.String[] indices()
    • indicesOptions

      public org.easysearch.action.support.IndicesOptions indicesOptions()
    • includeDefaults

      public boolean includeDefaults()
    • includeDefaults

      public GetMappingsRequest includeDefaults​(boolean includeDefaults)
      Indicates whether default mapping settings should be returned