类 ReloadAnalyzersRequest
java.lang.Object
org.easysearch.client.indices.ReloadAnalyzersRequest
- 所有已实现的接口:
Validatable
public final class ReloadAnalyzersRequest extends java.lang.Object implements Validatable
Request for the _reload_search_analyzers API
-
字段概要
从接口继承的字段 org.easysearch.client.Validatable
EMPTY -
构造器概要
构造器 构造器 说明 ReloadAnalyzersRequest(java.lang.String... indices)Creates a new reload analyzers request -
方法概要
修饰符和类型 方法 说明 java.lang.String[]getIndices()Returns the indicesorg.easysearch.action.support.IndicesOptionsindicesOptions()Specifies what type of requested indices to ignore and how to deal with wildcard expressions.voidsetIndicesOptions(org.easysearch.action.support.IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal with wildcard expressions.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.easysearch.client.Validatable
validate
-
构造器详细资料
-
ReloadAnalyzersRequest
public ReloadAnalyzersRequest(java.lang.String... indices)Creates a new reload analyzers request- 参数:
indices- the index for which to reload analyzers
-
-
方法详细资料
-
getIndices
public java.lang.String[] getIndices()Returns the indices -
indicesOptions
public org.easysearch.action.support.IndicesOptions indicesOptions()Specifies what type of requested indices to ignore and how to deal with wildcard expressions. For example indices that don't exist.- 返回:
- the current behaviour when it comes to index names and wildcard indices expressions
-
setIndicesOptions
public void setIndicesOptions(org.easysearch.action.support.IndicesOptions indicesOptions)Specifies what type of requested indices to ignore and how to deal with wildcard expressions. For example indices that don't exist.- 参数:
indicesOptions- the desired behaviour regarding indices to ignore and wildcard indices expressions
-