类 GetMappingsRequest
java.lang.Object
org.easysearch.client.TimedRequest
org.easysearch.client.indices.GetMappingsRequest
- 所有已实现的接口:
Validatable
public class GetMappingsRequest extends TimedRequest
-
字段概要
从类继承的字段 org.easysearch.client.TimedRequest
DEFAULT_ACK_TIMEOUT, DEFAULT_MASTER_NODE_TIMEOUT从接口继承的字段 org.easysearch.client.Validatable
EMPTY -
构造器概要
构造器 构造器 说明 GetMappingsRequest() -
方法概要
修饰符和类型 方法 说明 booleanincludeDefaults()GetMappingsRequestincludeDefaults(boolean includeDefaults)Indicates whether default mapping settings should be returnedjava.lang.String[]indices()GetMappingsRequestindices(java.lang.String... indices)org.easysearch.action.support.IndicesOptionsindicesOptions()GetMappingsRequestindicesOptions(org.easysearch.action.support.IndicesOptions indicesOptions)booleanlocal()GetMappingsRequestlocal(boolean local)Indicates whether the receiving node should operate based on local index information or forward requests, where needed, to other nodes.从类继承的方法 org.easysearch.client.TimedRequest
masterNodeTimeout, setMasterTimeout, setTimeout, timeout从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.easysearch.client.Validatable
validate
-
构造器详细资料
-
GetMappingsRequest
public GetMappingsRequest()
-
-
方法详细资料
-
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
-
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
Indicates whether default mapping settings should be returned
-