Class | Description |
---|---|
IndexingMemoryController | |
IndicesModule |
Configures classes and services that are shared by indices on each node.
|
IndicesQueryCache | |
IndicesRequestCache |
The indices request cache allows to cache a shard level request stage responses, helping with improving
similar requests that are potentially expensive (because of aggs for example).
|
IndicesService | |
NodeIndicesStats |
Global information on indices stats running on a specific node.
|
TermsLookup |
Encapsulates the parameters needed to fetch terms.
|
Enum | Description |
---|---|
IndicesService.ShardDeletionCheckResult |
result type returned by
signaling different reasons why a shard can / cannot be deleted |
Exception | Description |
---|---|
AliasFilterParsingException | |
IndexClosedException |
Exception indicating that one or more requested indices are closed.
|
IndexCreationException | |
IndexPrimaryShardNotAllocatedException |
Thrown when some action cannot be performed because the primary shard of
some shard group in an index has not been allocated post api action.
|
IndexTemplateAlreadyExistsException | Deprecated
use
IllegalArgumentException instead |
IndexTemplateMissingException | |
InvalidAliasNameException | |
InvalidIndexNameException | |
InvalidIndexTemplateException | |
InvalidTypeNameException | |
TypeMissingException |