Package org.elasticsearch.index.shard
package org.elasticsearch.index.shard
-
InterfaceDescriptionA global checkpoint listener consisting of a callback that is notified when the global checkpoint is updated or the shard is closed.An index event listener is the primary extension point for plugins and build-in services to react / listen to per-index and per-shard events.An indexing listener for indexing, delete, events.An
IndexSettingProvider
is a provider for index level settings that can be set explicitly as a default value (so they show up as "set" for newly created indices)An listener for search, fetch and context events. -
ClassDescriptionA
MergePolicy
that upgrades segments and can upgrade merges.Represents a collection of global checkpoint listeners.A Composite listener that multiplexes calls to each of the listeners methods.Class representing an (inclusive) range oflong
values in a field in an index which may comprise multiple shards.Simple struct encapsulating a shard failureAllows for the registration of listeners that are called when a change becomes visible for search.Removes corrupted Lucene index segmentsReplication group for a shard.A Composite listener that multiplexes calls to each of the listeners methods.Allows for shard level components to be injected with the shard id.Class representing an (inclusive) range oflong
values in a field in a single shard.Class encapsulating and dispatching commands from theelasticsearch-shard
command line tool -
ExceptionDescription