Modifier and Type | Method and Description |
---|---|
static StoreRateLimiting.Type |
StoreRateLimiting.Type.fromString(String type) |
void |
StoreRateLimiting.setType(String type) |
Modifier and Type | Class and Description |
---|---|
class |
ActionRequestValidationException |
Modifier and Type | Method and Description |
---|---|
static GetIndexRequest.Feature |
GetIndexRequest.Feature.fromId(byte id) |
static GetIndexRequest.Feature |
GetIndexRequest.Feature.fromName(String name) |
Modifier and Type | Method and Description |
---|---|
static IndexRequest.OpType |
IndexRequest.OpType.fromString(String sOpType) |
IndexRequest |
IndexRequest.opType(String opType)
Sets a string representation of the
IndexRequest.opType(org.elasticsearch.action.index.IndexRequest.OpType) . |
Modifier and Type | Method and Description |
---|---|
MoreLikeThisRequest |
MoreLikeThisRequest.searchType(String searchType)
The search type of the mlt search query.
|
MoreLikeThisRequestBuilder |
MoreLikeThisRequestBuilder.setSearchType(String searchType)
The search type of the mlt search query.
|
Modifier and Type | Method and Description |
---|---|
static SearchType |
SearchType.fromString(String searchType)
The a string representation search type to execute, defaults to
SearchType.DEFAULT . |
SearchRequest |
SearchRequest.searchType(String searchType)
The a string representation search type to execute, defaults to
SearchType.DEFAULT . |
SearchRequestBuilder |
SearchRequestBuilder.setSearchType(String searchType)
The a string representation search type to execute, defaults to
SearchType.DEFAULT . |
Modifier and Type | Method and Description |
---|---|
static <T extends ClusterState.Custom> |
ClusterState.lookupFactorySafe(String type) |
Modifier and Type | Method and Description |
---|---|
String[] |
MetaData.concreteIndices(IndicesOptions indicesOptions,
String... aliasesOrIndices)
Translates the provided indices or aliases, eventually containing wildcard expressions, into actual indices.
|
String |
MetaData.concreteSingleIndex(String indexOrAlias,
IndicesOptions indicesOptions)
Utility method that allows to resolve an index or alias to its corresponding single concrete index.
|
static <T extends IndexMetaData.Custom> |
IndexMetaData.lookupFactorySafe(String type) |
static <T extends MetaData.Custom> |
MetaData.lookupFactorySafe(String type) |
Modifier and Type | Method and Description |
---|---|
static <T extends AllocationCommand> |
AllocationCommands.lookupFactorySafe(String name) |
Modifier and Type | Method and Description |
---|---|
int |
ByteSizeValue.bytesAsInt() |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.codecs.Codec |
CodecService.codec(String name) |
Modifier and Type | Method and Description |
---|---|
DocValuesFormatProvider |
DocValuesFormatService.get(String name) |
static DocValuesFormatProvider |
DocValuesFormatProvider.Helper.lookup(Settings indexSettings,
String name,
Map<String,DocValuesFormatProvider.Factory> docValuesFormatFactories)
Looks up and creates
DocValuesFormatProvider for the given name. |
Modifier and Type | Method and Description |
---|---|
PostingsFormatProvider |
PostingsFormatService.get(String name) |
static PostingsFormatProvider |
PostingsFormatProvider.Helper.lookup(Settings indexSettings,
String name,
Map<String,PostingsFormatProvider.Factory> postingFormatFactories)
Looks up and creates
PostingsFormatProvider for the given name. |
Modifier and Type | Method and Description |
---|---|
static long |
IpFieldMapper.ipToLong(String ip) |
Modifier and Type | Method and Description |
---|---|
static IndexShardState |
IndexShardState.fromId(byte id) |
Modifier and Type | Method and Description |
---|---|
static FsTranslogFile.Type |
FsTranslogFile.Type.fromString(String type) |
Modifier and Type | Method and Description |
---|---|
static RecoveryState.Stage |
RecoveryState.Stage.fromId(byte id) |
static RecoveryState.Type |
RecoveryState.Type.fromId(byte id) |
Copyright © 2009–2015. All rights reserved.