类 GetFieldMappingsRequest
java.lang.Object
org.easysearch.client.indices.GetFieldMappingsRequest
- 所有已实现的接口:
Validatable
public class GetFieldMappingsRequest extends java.lang.Object implements Validatable
Request the mappings of specific fields
-
字段概要
从接口继承的字段 org.easysearch.client.Validatable
EMPTY -
构造器概要
构造器 构造器 说明 GetFieldMappingsRequest() -
方法概要
修饰符和类型 方法 说明 java.lang.String[]fields()GetFieldMappingsRequestfields(java.lang.String... fields)booleanincludeDefaults()GetFieldMappingsRequestincludeDefaults(boolean includeDefaults)Indicates whether default mapping settings should be returnedjava.lang.String[]indices()GetFieldMappingsRequestindices(java.lang.String... indices)org.easysearch.action.support.IndicesOptionsindicesOptions()GetFieldMappingsRequestindicesOptions(org.easysearch.action.support.IndicesOptions indicesOptions)booleanlocal()已过时。GetFieldMappingsRequestlocal(boolean local)已过时。从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.easysearch.client.Validatable
validate
-
构造器详细资料
-
GetFieldMappingsRequest
public GetFieldMappingsRequest()
-
-
方法详细资料
-
local
已过时。Indicate 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 running locally & missing indices. -
local
@Deprecated public boolean local()已过时。 -
indices
-
indicesOptions
public GetFieldMappingsRequest indicesOptions(org.easysearch.action.support.IndicesOptions indicesOptions) -
indices
public java.lang.String[] indices() -
indicesOptions
public org.easysearch.action.support.IndicesOptions indicesOptions() -
fields
- 参数:
fields- a list of fields to retrieve the mapping for
-
fields
public java.lang.String[] fields() -
includeDefaults
public boolean includeDefaults() -
includeDefaults
Indicates whether default mapping settings should be returned
-