Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

abort(String, Exception) - Method in class org.elasticsearch.action.bulk.BulkItemRequest
Abort this request, and store a BulkItemResponse.Failure response.
abort() - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Marks snapshot as aborted
aborted() - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Returns true if snapshot process was aborted
abortOnVersionConflict(boolean) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Should we version conflicts cause the action to abort?
abortOnVersionConflict(boolean) - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder
 
abortOnVersionConflict(boolean) - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequestBuilder
 
absoluteTimeInMillis() - Method in class org.elasticsearch.threadpool.ThreadPool
Returns the value of milliseconds since UNIX epoch.
AbstractAggregationBuilder<AB extends AbstractAggregationBuilder<AB>> - Class in org.elasticsearch.search.aggregations
Base implementation of a AggregationBuilder.
AbstractAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
Constructs a new aggregation builder.
AbstractAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
Read from a stream.
AbstractAllocateAllocationCommand - Class in org.elasticsearch.cluster.routing.allocation.command
Abstract base class for allocating an unassigned shard to a node
AbstractAllocateAllocationCommand(String, int, String) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
 
AbstractAllocateAllocationCommand(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
Read from a stream.
AbstractAllocateAllocationCommand.Builder<T extends AbstractAllocateAllocationCommand> - Class in org.elasticsearch.cluster.routing.allocation.command
Works around ObjectParser not supporting constructor arguments.
AbstractAllocationDecision - Class in org.elasticsearch.cluster.routing.allocation
An abstract class for representing various types of allocation decisions.
AbstractAllocationDecision(DiscoveryNode, List<NodeAllocationResult>) - Constructor for class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
 
AbstractAllocationDecision(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
 
AbstractAtomicGeoPointFieldData - Class in org.elasticsearch.index.fielddata.plain
 
AbstractAtomicGeoPointFieldData() - Constructor for class org.elasticsearch.index.fielddata.plain.AbstractAtomicGeoPointFieldData
 
AbstractAtomicOrdinalsFieldData - Class in org.elasticsearch.index.fielddata.plain
 
AbstractAtomicOrdinalsFieldData(Function<RandomAccessOrds, ScriptDocValues<?>>) - Constructor for class org.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
 
AbstractBindingBuilder<T> - Class in org.elasticsearch.common.inject.internal
Bind a value or constant.
AbstractBindingBuilder(Binder, List<Element>, Object, Key<T>) - Constructor for class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
AbstractBlobContainer - Class in org.elasticsearch.common.blobstore.support
A base abstract blob container that implements higher level container methods.
AbstractBlobContainer(BlobPath) - Constructor for class org.elasticsearch.common.blobstore.support.AbstractBlobContainer
 
AbstractBulkByScrollRequest<Self extends AbstractBulkByScrollRequest<Self>> - Class in org.elasticsearch.index.reindex
 
AbstractBulkByScrollRequest() - Constructor for class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Constructor for deserialization.
AbstractBulkByScrollRequest(SearchRequest, boolean) - Constructor for class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Constructor for actual use.
AbstractBulkByScrollRequestBuilder<Request extends AbstractBulkByScrollRequest<Request>,Self extends AbstractBulkByScrollRequestBuilder<Request,Self>> - Class in org.elasticsearch.index.reindex
 
AbstractBulkByScrollRequestBuilder(ElasticsearchClient, Action<Request, BulkByScrollResponse, Self>, SearchRequestBuilder, Request) - Constructor for class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
 
AbstractBulkIndexByScrollRequest<Self extends AbstractBulkIndexByScrollRequest<Self>> - Class in org.elasticsearch.index.reindex
 
AbstractBulkIndexByScrollRequest() - Constructor for class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
Constructor for deserialization.
AbstractBulkIndexByScrollRequest(SearchRequest, boolean) - Constructor for class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
Constructor for actual use.
AbstractBulkIndexByScrollRequestBuilder<Request extends AbstractBulkIndexByScrollRequest<Request>,Self extends AbstractBulkIndexByScrollRequestBuilder<Request,Self>> - Class in org.elasticsearch.index.reindex
 
AbstractBulkIndexByScrollRequestBuilder(ElasticsearchClient, Action<Request, BulkByScrollResponse, Self>, SearchRequestBuilder, Request) - Constructor for class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequestBuilder
 
AbstractCatAction - Class in org.elasticsearch.rest.action.cat
 
AbstractCatAction(Settings) - Constructor for class org.elasticsearch.rest.action.cat.AbstractCatAction
 
AbstractCharFilterFactory - Class in org.elasticsearch.index.analysis
 
AbstractCharFilterFactory(IndexSettings, String) - Constructor for class org.elasticsearch.index.analysis.AbstractCharFilterFactory
 
AbstractClient - Class in org.elasticsearch.client.support
 
AbstractClient(Settings, ThreadPool) - Constructor for class org.elasticsearch.client.support.AbstractClient
 
AbstractComponent - Class in org.elasticsearch.common.component
 
AbstractComponent(Settings) - Constructor for class org.elasticsearch.common.component.AbstractComponent
 
AbstractComponent(Settings, Class) - Constructor for class org.elasticsearch.common.component.AbstractComponent
 
AbstractCompoundWordTokenFilterFactory - Class in org.elasticsearch.index.analysis.compound
Contains the common configuration settings between subclasses of this class.
AbstractCompoundWordTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.compound.AbstractCompoundWordTokenFilterFactory
 
AbstractDiffable<T extends Diffable<T>> - Class in org.elasticsearch.cluster
Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or nothing is object remained the same.
AbstractDiffable() - Constructor for class org.elasticsearch.cluster.AbstractDiffable
 
AbstractDistanceScoreFunction(double, double, double, DecayFunction, MultiValueMode) - Constructor for class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
 
AbstractDoubleSearchScript - Class in org.elasticsearch.script
A simpler base class instead of AbstractSearchScript for computations that return a double number.
AbstractDoubleSearchScript() - Constructor for class org.elasticsearch.script.AbstractDoubleSearchScript
 
AbstractExecutableScript - Class in org.elasticsearch.script
 
AbstractExecutableScript() - Constructor for class org.elasticsearch.script.AbstractExecutableScript
 
AbstractGeoPointDVIndexFieldData - Class in org.elasticsearch.index.fielddata.plain
 
AbstractGeoPointDVIndexFieldData.Builder - Class in org.elasticsearch.index.fielddata.plain
 
AbstractGeoPointDVIndexFieldData.GeoPointDVIndexFieldData - Class in org.elasticsearch.index.fielddata.plain
Lucene 5.4 GeoPointFieldType
AbstractHDRPercentilesAggregator - Class in org.elasticsearch.search.aggregations.metrics.percentiles.hdr
 
AbstractHDRPercentilesAggregator(String, ValuesSource.Numeric, SearchContext, Aggregator, double[], int, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
 
AbstractHighlighterBuilder<HB extends AbstractHighlighterBuilder<?>> - Class in org.elasticsearch.search.fetch.subphase.highlight
This abstract class holds parameters shared by HighlightBuilder and HighlightBuilder.Field and provides the common setters, equality, hashCode calculation and common serialization
AbstractHighlighterBuilder() - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
AbstractHighlighterBuilder(StreamInput) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
Read from a stream.
AbstractIndexAnalyzerProvider<T extends org.apache.lucene.analysis.Analyzer> - Class in org.elasticsearch.index.analysis
 
AbstractIndexAnalyzerProvider(IndexSettings, String, Settings) - Constructor for class org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider
Constructs a new analyzer component, with the index name and its settings and the analyzer name.
AbstractIndexComponent - Class in org.elasticsearch.index
 
AbstractIndexComponent(IndexSettings) - Constructor for class org.elasticsearch.index.AbstractIndexComponent
Constructs a new index component, with the index name and its settings.
AbstractIndexFieldData<FD extends AtomicFieldData> - Class in org.elasticsearch.index.fielddata.plain
 
AbstractIndexFieldData(IndexSettings, String, IndexFieldDataCache) - Constructor for class org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
 
AbstractIndexFieldData.PerValueEstimator - Interface in org.elasticsearch.index.fielddata.plain
A PerValueEstimator is a sub-class that can be used to estimate the memory overhead for loading the data.
AbstractIndexOrdinalsFieldData - Class in org.elasticsearch.index.fielddata.plain
 
AbstractIndexOrdinalsFieldData(IndexSettings, String, IndexFieldDataCache, CircuitBreakerService, double, double, int) - Constructor for class org.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
 
AbstractIndexShardComponent - Class in org.elasticsearch.index.shard
 
AbstractIndexShardComponent(ShardId, IndexSettings) - Constructor for class org.elasticsearch.index.shard.AbstractIndexShardComponent
 
AbstractInternalProfileTree<PB extends AbstractProfileBreakdown<?>,E> - Class in org.elasticsearch.search.profile
 
AbstractInternalProfileTree() - Constructor for class org.elasticsearch.search.profile.AbstractInternalProfileTree
 
AbstractLatLonPointDVIndexFieldData - Class in org.elasticsearch.index.fielddata.plain
 
AbstractLatLonPointDVIndexFieldData.Builder - Class in org.elasticsearch.index.fielddata.plain
 
AbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData - Class in org.elasticsearch.index.fielddata.plain
 
AbstractLifecycleComponent - Class in org.elasticsearch.common.component
 
AbstractLifecycleComponent(Settings) - Constructor for class org.elasticsearch.common.component.AbstractLifecycleComponent
 
AbstractLifecycleComponent(Settings, Class) - Constructor for class org.elasticsearch.common.component.AbstractLifecycleComponent
 
AbstractLifecycleRunnable - Class in org.elasticsearch.common.util.concurrent
AbstractLifecycleRunnable is a service-lifecycle aware AbstractRunnable.
AbstractLifecycleRunnable(Lifecycle, Logger) - Constructor for class org.elasticsearch.common.util.concurrent.AbstractLifecycleRunnable
AbstractLifecycleRunnable must be aware of the actual lifecycle to react properly.
AbstractListenableActionFuture<T,L> - Class in org.elasticsearch.action.support
 
AbstractListenableActionFuture(ThreadPool) - Constructor for class org.elasticsearch.action.support.AbstractListenableActionFuture
 
AbstractLongSearchScript - Class in org.elasticsearch.script
A simpler base class instead of AbstractSearchScript for computations that return a long number.
AbstractLongSearchScript() - Constructor for class org.elasticsearch.script.AbstractLongSearchScript
 
AbstractMatcher<T> - Class in org.elasticsearch.common.inject.matcher
Implements and() and or().
AbstractMatcher() - Constructor for class org.elasticsearch.common.inject.matcher.AbstractMatcher
 
AbstractModelParser() - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
 
AbstractModule - Class in org.elasticsearch.common.inject
A support class for Modules which reduces repetition and results in a more readable configuration.
AbstractModule() - Constructor for class org.elasticsearch.common.inject.AbstractModule
 
AbstractNamedDiffable<T extends NamedDiffable<T>> - Class in org.elasticsearch.cluster
Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or nothing is object remained the same.
AbstractNamedDiffable() - Constructor for class org.elasticsearch.cluster.AbstractNamedDiffable
 
AbstractObjectParser<Value,Context> - Class in org.elasticsearch.common.xcontent
AbstractObjectParser() - Constructor for class org.elasticsearch.common.xcontent.AbstractObjectParser
 
AbstractPipelineAggregationBuilder<PAB extends AbstractPipelineAggregationBuilder<PAB>> - Class in org.elasticsearch.search.aggregations.pipeline
Base implementation of a PipelineAggregationBuilder.
AbstractPipelineAggregationBuilder(String, String, String[]) - Constructor for class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
AbstractPipelineAggregationBuilder(StreamInput, String) - Constructor for class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
Read from a stream.
AbstractProcessor - Class in org.elasticsearch.ingest
An Abstract Processor that holds a processorTag field to be used by other processors.
AbstractProcessor(String) - Constructor for class org.elasticsearch.ingest.AbstractProcessor
 
AbstractProfileBreakdown<T extends java.lang.Enum<T>> - Class in org.elasticsearch.search.profile
A record of timings for the various operations that may happen during query execution.
AbstractProfileBreakdown(Class<T>) - Constructor for class org.elasticsearch.search.profile.AbstractProfileBreakdown
Sole constructor.
AbstractProfiler<PB extends AbstractProfileBreakdown<?>,E> - Class in org.elasticsearch.search.profile
 
AbstractProfiler(AbstractInternalProfileTree<PB, E>) - Constructor for class org.elasticsearch.search.profile.AbstractProfiler
 
AbstractQueryBuilder<QB extends AbstractQueryBuilder<QB>> - Class in org.elasticsearch.index.query
Base class for all classes producing lucene queries.
AbstractQueryBuilder() - Constructor for class org.elasticsearch.index.query.AbstractQueryBuilder
 
AbstractQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.AbstractQueryBuilder
 
AbstractRandomAccessOrds - Class in org.elasticsearch.index.fielddata
Base implementation of a RandomAccessOrds instance.
AbstractRandomAccessOrds() - Constructor for class org.elasticsearch.index.fielddata.AbstractRandomAccessOrds
 
AbstractRangeAggregatorFactory<AF extends AbstractRangeAggregatorFactory<AF,R>,R extends RangeAggregator.Range> - Class in org.elasticsearch.search.aggregations.bucket.range
 
AbstractRangeAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, R[], boolean, InternalRange.Factory<?, ?>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeAggregatorFactory
 
AbstractRangeBuilder<AB extends AbstractRangeBuilder<AB,R>,R extends RangeAggregator.Range> - Class in org.elasticsearch.search.aggregations.bucket.range
 
AbstractRangeBuilder(String, InternalRange.Factory<?, ?>) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
 
AbstractRangeBuilder(StreamInput, InternalRange.Factory<?, ?>, Writeable.Reader<R>) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
Read from a stream.
AbstractRecyclerC<T> - Class in org.elasticsearch.common.recycler
 
AbstractRecyclerC() - Constructor for class org.elasticsearch.common.recycler.AbstractRecyclerC
 
AbstractRefCounted - Class in org.elasticsearch.common.util.concurrent
A basic RefCounted implementation that is initialized with a ref count of 1 and calls AbstractRefCounted.closeInternal() once it reaches a 0 ref count
AbstractRefCounted(String) - Constructor for class org.elasticsearch.common.util.concurrent.AbstractRefCounted
 
AbstractResourceWatcher<Listener> - Class in org.elasticsearch.watcher
Abstract resource watcher framework, which handles adding and removing listeners and calling resource observer.
AbstractResourceWatcher() - Constructor for class org.elasticsearch.watcher.AbstractResourceWatcher
 
AbstractRestChannel - Class in org.elasticsearch.rest
 
AbstractRestChannel(RestRequest, boolean) - Constructor for class org.elasticsearch.rest.AbstractRestChannel
 
AbstractRoutingChangesObserver() - Constructor for class org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
 
AbstractRunnable - Class in org.elasticsearch.common.util.concurrent
An extension to runnable.
AbstractRunnable() - Constructor for class org.elasticsearch.common.util.concurrent.AbstractRunnable
 
AbstractScopedSettings - Class in org.elasticsearch.common.settings
A basic setting service that can be used for per-index and per-cluster settings.
AbstractScopedSettings(Settings, Set<Setting<?>>, Setting.Property) - Constructor for class org.elasticsearch.common.settings.AbstractScopedSettings
 
AbstractScopedSettings(Settings, Settings, AbstractScopedSettings) - Constructor for class org.elasticsearch.common.settings.AbstractScopedSettings
 
AbstractScopedSettings.SettingUpdater<T> - Interface in org.elasticsearch.common.settings
Transactional interface to update settings.
AbstractSearchScript - Class in org.elasticsearch.script
A base class for any script type that is used during the search process (custom score, aggs, and so on).
AbstractSearchScript() - Constructor for class org.elasticsearch.script.AbstractSearchScript
 
AbstractSimilarityProvider - Class in org.elasticsearch.index.similarity
Abstract implementation of SimilarityProvider providing common behaviour
AbstractSimilarityProvider(String) - Constructor for class org.elasticsearch.index.similarity.AbstractSimilarityProvider
Creates a new AbstractSimilarityProvider with the given name
AbstractTDigestPercentilesAggregator - Class in org.elasticsearch.search.aggregations.metrics.percentiles.tdigest
 
AbstractTDigestPercentilesAggregator(String, ValuesSource.Numeric, SearchContext, Aggregator, double[], double, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
 
AbstractTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
AbstractTokenFilterFactory(IndexSettings, String, Settings) - Constructor for class org.elasticsearch.index.analysis.AbstractTokenFilterFactory
 
AbstractTokenizerFactory - Class in org.elasticsearch.index.analysis
 
AbstractTokenizerFactory(IndexSettings, String, Settings) - Constructor for class org.elasticsearch.index.analysis.AbstractTokenizerFactory
 
AbstractXContentParser - Class in org.elasticsearch.common.xcontent.support
 
AbstractXContentParser(NamedXContentRegistry) - Constructor for class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
accept(T, U) - Method in interface org.elasticsearch.common.CheckedBiConsumer
 
accept(T) - Method in interface org.elasticsearch.common.CheckedConsumer
 
accept(BytesRef) - Method in class org.elasticsearch.index.fielddata.RamAccountingTermsEnum
Always accept the term.
accept(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.LongFilter
 
accept(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.PartitionedLongFilter
 
accept(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.SetBackedLongFilter
 
accept(BytesRef) - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.StringFilter
 
acceptDataLoss - Variable in class org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand
 
acceptDataLoss() - Method in class org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand
The operation only executes if the user explicitly agrees to possible data loss
acceptDataLoss - Variable in class org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand.Builder
 
acceptedGlobalOrdinals - Variable in class org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
 
acceptedGlobalOrdinals(RandomAccessOrds) - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.OrdinalsFilter
 
acceptIncomingRequests() - Method in class org.elasticsearch.transport.TransportService
start accepting incoming requests.
acceptScopingVisitor(BindingScopingVisitor<V>) - Method in interface org.elasticsearch.common.inject.Binding
Accepts a scoping visitor.
acceptScopingVisitor(BindingScopingVisitor<V>) - Method in class org.elasticsearch.common.inject.internal.BindingImpl
 
acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - Method in interface org.elasticsearch.common.inject.Binding
Accepts a target visitor.
acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - Method in class org.elasticsearch.common.inject.internal.ExposedBindingImpl
 
acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - Method in class org.elasticsearch.common.inject.internal.InstanceBindingImpl
 
acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - Method in class org.elasticsearch.common.inject.internal.LinkedBindingImpl
 
acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - Method in class org.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
 
acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - Method in class org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
 
acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - Method in class org.elasticsearch.common.inject.internal.UntargettedBindingImpl
 
acceptVisitor(ElementVisitor<V>) - Method in class org.elasticsearch.common.inject.internal.BindingImpl
 
acceptVisitor(ElementVisitor<T>) - Method in class org.elasticsearch.common.inject.internal.PrivateElementsImpl
 
acceptVisitor(BindingScopingVisitor<V>) - Method in class org.elasticsearch.common.inject.internal.Scoping
 
acceptVisitor(ElementVisitor<T>) - Method in interface org.elasticsearch.common.inject.spi.Element
Accepts an element visitor.
acceptVisitor(ElementVisitor<R>) - Method in class org.elasticsearch.common.inject.spi.InjectionRequest
 
acceptVisitor(ElementVisitor<T>) - Method in class org.elasticsearch.common.inject.spi.MembersInjectorLookup
 
acceptVisitor(ElementVisitor<T>) - Method in class org.elasticsearch.common.inject.spi.Message
 
acceptVisitor(ElementVisitor<T>) - Method in class org.elasticsearch.common.inject.spi.ProviderLookup
 
acceptVisitor(ElementVisitor<T>) - Method in class org.elasticsearch.common.inject.spi.ScopeBinding
 
acceptVisitor(ElementVisitor<T>) - Method in class org.elasticsearch.common.inject.spi.StaticInjectionRequest
 
acceptVisitor(ElementVisitor<T>) - Method in class org.elasticsearch.common.inject.spi.TypeConverterBinding
 
acceptVisitor(ElementVisitor<T>) - Method in class org.elasticsearch.common.inject.spi.TypeListenerBinding
 
accessed(long) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
accessed(long) - Method in class org.elasticsearch.search.internal.SearchContext
 
accessed(long) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
accumulate(FieldStats) - Method in class org.elasticsearch.action.fieldstats.FieldStats
Accumulates the provided stats into this stats instance.
accuracy() - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
accuracy(float) - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
accuracy(float) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
Sets how similar the suggested terms at least need to be compared to the original suggest text tokens.
accuracy(float) - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
s how similar the suggested terms at least need to be compared to the original suggest text tokens.
accuracy() - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Get the accuracy setting.
ACCURACY_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
ack() - Method in class org.elasticsearch.gateway.LocalAllocateDangledIndices.AllocateDangledResponse
 
AckClusterStatePublishResponseHandler - Class in org.elasticsearch.discovery
Allows to wait for all nodes to reply to the publish of a new cluster state and notifies the Discovery.AckListener so that the cluster state update can be acknowledged
AckClusterStatePublishResponseHandler(Set<DiscoveryNode>, Discovery.AckListener) - Constructor for class org.elasticsearch.discovery.AckClusterStatePublishResponseHandler
Creates a new AckClusterStatePublishResponseHandler
AckedClusterStateTaskListener - Interface in org.elasticsearch.cluster
 
AckedClusterStateUpdateTask<Response> - Class in org.elasticsearch.cluster
An extension interface to ClusterStateUpdateTask that allows to be notified when all the nodes have acknowledged a cluster state update request
AckedClusterStateUpdateTask(AckedRequest, ActionListener<Response>) - Constructor for class org.elasticsearch.cluster.AckedClusterStateUpdateTask
 
AckedClusterStateUpdateTask(Priority, AckedRequest, ActionListener<Response>) - Constructor for class org.elasticsearch.cluster.AckedClusterStateUpdateTask
 
AckedRequest - Interface in org.elasticsearch.cluster.ack
Identifies a cluster state update request with acknowledgement support
acknowledged() - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutResponse
 
acknowledged() - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.RemoveResponse
 
AcknowledgedRequest<Request extends MasterNodeRequest<Request>> - Class in org.elasticsearch.action.support.master
Abstract class that allows to mark action requests that support acknowledgements.
AcknowledgedRequest() - Constructor for class org.elasticsearch.action.support.master.AcknowledgedRequest
 
AcknowledgedRequestBuilder<Request extends AcknowledgedRequest<Request>,Response extends AcknowledgedResponse,RequestBuilder extends AcknowledgedRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.master
Base request builder for master node operations that support acknowledgements
AcknowledgedRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - Constructor for class org.elasticsearch.action.support.master.AcknowledgedRequestBuilder
 
AcknowledgedResponse - Class in org.elasticsearch.action.support.master
Abstract class that allows to mark action responses that support acknowledgements.
AcknowledgedResponse() - Constructor for class org.elasticsearch.action.support.master.AcknowledgedResponse
 
AcknowledgedResponse(boolean) - Constructor for class org.elasticsearch.action.support.master.AcknowledgedResponse
 
AcknowledgedRestListener<T extends AcknowledgedResponse> - Class in org.elasticsearch.rest.action
 
AcknowledgedRestListener(RestChannel) - Constructor for class org.elasticsearch.rest.action.AcknowledgedRestListener
 
ackTimeout() - Method in class org.elasticsearch.action.support.master.AcknowledgedRequest
 
ackTimeout() - Method in interface org.elasticsearch.cluster.ack.AckedRequest
Returns the acknowledgement timeout
ackTimeout() - Method in class org.elasticsearch.cluster.ack.ClusterStateUpdateRequest
Returns the maximum time interval to wait for acknowledgements
ackTimeout(TimeValue) - Method in class org.elasticsearch.cluster.ack.ClusterStateUpdateRequest
Sets the acknowledgement timeout
ackTimeout() - Method in interface org.elasticsearch.cluster.AckedClusterStateTaskListener
Acknowledgement timeout, maximum time interval to wait for acknowledgements
ackTimeout() - Method in class org.elasticsearch.cluster.AckedClusterStateUpdateTask
Acknowledgement timeout, maximum time interval to wait for acknowledgements
acquire(T) - Method in class org.elasticsearch.common.util.concurrent.KeyedLock
 
acquire() - Method in class org.elasticsearch.common.util.concurrent.ReleasableLock
 
acquire(ActionListener<Releasable>, String, boolean) - Method in class org.elasticsearch.index.shard.IndexShardOperationsLock
Acquires a permit whenever permit acquisition is not blocked.
acquireFSLockForPaths(IndexSettings, Path...) - Static method in class org.elasticsearch.env.NodeEnvironment
Acquires, then releases, all write.lock files in the given shard paths.
acquireIndexCommit(boolean) - Method in class org.elasticsearch.index.engine.Engine
Snapshots the index and returns a handle to it.
acquireIndexCommit(boolean) - Method in class org.elasticsearch.index.engine.InternalEngine
 
acquireIndexCommit(boolean) - Method in class org.elasticsearch.index.engine.ShadowEngine
 
acquireIndexCommit(boolean) - Method in class org.elasticsearch.index.shard.IndexShard
Creates a new IndexCommit snapshot form the currently running engine.
acquirePrimaryOperationLock(ActionListener<Releasable>, String) - Method in class org.elasticsearch.index.shard.IndexShard
Acquire a primary operation lock whenever the shard is ready for indexing.
acquireReplicaOperationLock(long, ActionListener<Releasable>, String) - Method in class org.elasticsearch.index.shard.IndexShard
Acquire a replica operation lock whenever the shard is ready for indexing (see acquirePrimaryOperationLock).
acquireSearcher(String) - Method in class org.elasticsearch.index.engine.Engine
Returns a new searcher instance.
acquireSearcher(String) - Method in class org.elasticsearch.index.shard.IndexShard
 
acquireThrottle() - Method in class org.elasticsearch.index.engine.Engine.IndexThrottle
 
acquireTranslogView() - Method in class org.elasticsearch.index.shard.IndexShard
 
Action<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action
Base action.
Action(String) - Constructor for class org.elasticsearch.action.Action
 
action - Variable in class org.elasticsearch.action.ActionRequestBuilder
 
action() - Method in class org.elasticsearch.action.update.UpdateHelper.Result
 
action() - Method in exception org.elasticsearch.transport.ActionNotFoundTransportException
 
action() - Method in exception org.elasticsearch.transport.ActionTransportException
The action to invoke.
action() - Method in class org.elasticsearch.transport.DelegatingTransportChannel
 
action() - Method in class org.elasticsearch.transport.local.LocalTransportChannel
 
action - Variable in class org.elasticsearch.transport.TcpTransportChannel
 
action() - Method in class org.elasticsearch.transport.TcpTransportChannel
 
action() - Method in interface org.elasticsearch.transport.TransportChannel
 
ACTION_NAME - Static variable in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
 
ACTION_NAME - Static variable in class org.elasticsearch.action.bulk.TransportShardBulkAction
 
ACTION_NAME - Static variable in class org.elasticsearch.cluster.action.index.NodeMappingRefreshAction
 
ACTION_NAME - Static variable in class org.elasticsearch.discovery.zen.UnicastZenPing
 
ACTION_NAME - Static variable in class org.elasticsearch.gateway.LocalAllocateDangledIndices
 
ACTION_NAME - Static variable in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState
 
ACTION_NAME - Static variable in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards
 
ACTION_NAME - Static variable in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData
 
ACTION_NAME - Static variable in class org.elasticsearch.repositories.VerifyNodeRepositoryAction
 
ACTION_SHARD_EXISTS - Static variable in class org.elasticsearch.indices.store.IndicesStore
 
ActionFilter - Interface in org.elasticsearch.action.support
A filter allowing to filter transport actions
ActionFilter.Simple - Class in org.elasticsearch.action.support
A simple base class for injectable action filters that spares the implementation from handling the filter chain.
ActionFilterChain<Request extends ActionRequest,Response extends ActionResponse> - Interface in org.elasticsearch.action.support
A filter chain allowing to continue and process the transport action request
ActionFilters - Class in org.elasticsearch.action.support
Holds the action filters injected through plugins, properly sorted by ActionFilter.order()
ActionFilters(Set<ActionFilter>) - Constructor for class org.elasticsearch.action.support.ActionFilters
 
ActionFuture<T> - Interface in org.elasticsearch.action
An extension to Future allowing for simplified "get" operations.
actionGet() - Method in interface org.elasticsearch.action.ActionFuture
Similar to Future.get(), just catching the InterruptedException and throwing an IllegalStateException instead.
actionGet(String) - Method in interface org.elasticsearch.action.ActionFuture
Similar to Future.get(long, java.util.concurrent.TimeUnit), just catching the InterruptedException and throwing an IllegalStateException instead.
actionGet(long) - Method in interface org.elasticsearch.action.ActionFuture
Similar to Future.get(long, java.util.concurrent.TimeUnit), just catching the InterruptedException and throwing an IllegalStateException instead.
actionGet(long, TimeUnit) - Method in interface org.elasticsearch.action.ActionFuture
Similar to Future.get(long, java.util.concurrent.TimeUnit), just catching the InterruptedException and throwing an IllegalStateException instead.
actionGet(TimeValue) - Method in interface org.elasticsearch.action.ActionFuture
Similar to Future.get(long, java.util.concurrent.TimeUnit), just catching the InterruptedException and throwing an IllegalStateException instead.
actionGet() - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
actionGet(String) - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
actionGet(long) - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
actionGet(TimeValue) - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
actionGet(long, TimeUnit) - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
ActionHandler(GenericAction<Request, Response>, Class<? extends TransportAction<Request, Response>>, Class<?>...) - Constructor for class org.elasticsearch.plugins.ActionPlugin.ActionHandler
Create a record of an action, the TransportAction that handles it, and any supporting TransportActions that are needed by that TransportAction.
ActionListener<Response> - Interface in org.elasticsearch.action
A listener for action responses or failures.
ActionListenerResponseHandler<Response extends TransportResponse> - Class in org.elasticsearch.action
A simple base class for action response listeners, defaulting to using the SAME executor (as its very common on response handlers).
ActionListenerResponseHandler(ActionListener<Response>, Supplier<Response>) - Constructor for class org.elasticsearch.action.ActionListenerResponseHandler
 
ActionModule - Class in org.elasticsearch.action
Builds and binds the generic action map, all TransportActions, and ActionFilters.
ActionModule(boolean, Settings, IndexNameExpressionResolver, IndexScopedSettings, ClusterSettings, SettingsFilter, ThreadPool, List<ActionPlugin>, NodeClient, CircuitBreakerService) - Constructor for class org.elasticsearch.action.ActionModule
 
actionName - Variable in class org.elasticsearch.action.support.TransportAction
 
ActionNotFoundTransportException - Exception in org.elasticsearch.transport
An exception indicating that a transport action was not found.
ActionNotFoundTransportException(StreamInput) - Constructor for exception org.elasticsearch.transport.ActionNotFoundTransportException
 
ActionNotFoundTransportException(String) - Constructor for exception org.elasticsearch.transport.ActionNotFoundTransportException
 
ActionPlugin - Interface in org.elasticsearch.plugins
An additional extension point for Plugins that extends Elasticsearch's scripting functionality.
ActionPlugin.ActionHandler<Request extends ActionRequest,Response extends ActionResponse> - Class in org.elasticsearch.plugins
 
ActionRequest - Class in org.elasticsearch.action
 
ActionRequest() - Constructor for class org.elasticsearch.action.ActionRequest
 
ActionRequestBuilder<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action
 
ActionRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - Constructor for class org.elasticsearch.action.ActionRequestBuilder
 
ActionRequestValidationException - Exception in org.elasticsearch.action
 
ActionRequestValidationException() - Constructor for exception org.elasticsearch.action.ActionRequestValidationException
 
ActionResponse - Class in org.elasticsearch.action
Base class for responses to action requests.
ActionResponse() - Constructor for class org.elasticsearch.action.ActionResponse
 
ActionRunnable<Response> - Class in org.elasticsearch.action
Base class for Runnables that need to call ActionListener.onFailure(Exception) in case an uncaught exception or error is thrown while the actual action is run.
ActionRunnable(ActionListener<Response>) - Constructor for class org.elasticsearch.action.ActionRunnable
 
actions() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesClusterStateUpdateRequest
Returns the alias actions to be performed
Actions() - Constructor for class org.elasticsearch.indices.recovery.PeerRecoverySourceService.Actions
 
Actions() - Constructor for class org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
 
ActionTransportException - Exception in org.elasticsearch.transport
An action invocation failure.
ActionTransportException(StreamInput) - Constructor for exception org.elasticsearch.transport.ActionTransportException
 
ActionTransportException(String, TransportAddress, String, Throwable) - Constructor for exception org.elasticsearch.transport.ActionTransportException
 
ActionTransportException(String, TransportAddress, String, String, Throwable) - Constructor for exception org.elasticsearch.transport.ActionTransportException
 
actionType() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
Type of the action to perform.
activate() - Method in class org.elasticsearch.index.engine.Engine.IndexThrottle
Activate throttling, which switches the lock to be a real lock
activateThrottling() - Method in class org.elasticsearch.index.engine.Engine
Request that this engine throttle incoming indexing requests to one thread.
activateThrottling() - Method in class org.elasticsearch.index.engine.InternalEngine
 
activateThrottling() - Method in class org.elasticsearch.index.engine.ShadowEngine
 
activateThrottling() - Method in class org.elasticsearch.index.shard.IndexShard
 
activateThrottling(IndexShard) - Method in class org.elasticsearch.indices.IndexingMemoryController
Asks this shard to throttle indexing to one thread
active() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Returns true iff the this shard is currently started or relocating to another node.
active() - Method in class org.elasticsearch.index.mapper.ParentFieldMapper
 
activeInitializingShardsIt(int) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns an iterator over active and initializing shards.
activeInitializingShardsRandomIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns an iterator over active and initializing shards.
activeOnly() - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
True if activeOnly flag is set, false otherwise.
activeOnly(boolean) - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
Set value of the activeOnly flag.
activePrimary(ShardId) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
Returns the active primary shard for the given shard id or null if no primary is found or the primary is not active.
activePrimaryShardsGrouped(String[], boolean) - Method in class org.elasticsearch.cluster.routing.RoutingTable
All the *active* primary shards for the provided indices grouped (each group is a single element, consisting of the primary shard).
activeReplicaWithHighestVersion(ShardId) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
Returns one active replica shard for the given shard id or null if no active replica is found.
ActiveShardCount - Class in org.elasticsearch.action.support
A class whose instances represent a value for counting the number of active shard copies for a given shard in an index.
activeShards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns a List of active shards
ActiveShardsObserver - Class in org.elasticsearch.action.support
This class provides primitives for waiting for a configured number of shards to become active before sending a response on an ActionListener.
ActiveShardsObserver(Settings, ClusterService, ThreadPool) - Constructor for class org.elasticsearch.action.support.ActiveShardsObserver
 
activityTimeout() - Method in class org.elasticsearch.indices.recovery.RecoverySettings
 
actualSizeToRead() - Method in class org.elasticsearch.common.lucene.store.InputStreamIndexInput
 
Adapter() - Constructor for class org.elasticsearch.transport.TransportService.Adapter
 
AdapterActionFuture<T,L> - Class in org.elasticsearch.action.support
 
AdapterActionFuture() - Constructor for class org.elasticsearch.action.support.AdapterActionFuture
 
add(AllocationCommand...) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
Adds allocation commands to be applied to the cluster.
add(AllocationCommand...) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
Adds allocation commands to be applied to the cluster.
add() - Static method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
Build a new AliasAction to add aliases.
add(CommonStats) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
add(IndexRequest) - Method in class org.elasticsearch.action.bulk.BulkProcessor
Adds an IndexRequest to the list of actions to execute.
add(DeleteRequest) - Method in class org.elasticsearch.action.bulk.BulkProcessor
Adds an DeleteRequest to the list of actions to execute.
add(DocWriteRequest) - Method in class org.elasticsearch.action.bulk.BulkProcessor
Adds either a delete or an index request.
add(DocWriteRequest, Object) - Method in class org.elasticsearch.action.bulk.BulkProcessor
 
add(BytesReference, String, String) - Method in class org.elasticsearch.action.bulk.BulkProcessor
Deprecated.
use BulkProcessor.add(BytesReference, String, String, XContentType) instead to avoid content type auto-detection
add(BytesReference, String, String, XContentType) - Method in class org.elasticsearch.action.bulk.BulkProcessor
Adds the data from the bytes to be processed by the bulk processor
add(BytesReference, String, String, String, Object) - Method in class org.elasticsearch.action.bulk.BulkProcessor
Deprecated.
add(BytesReference, String, String, String, Object, XContentType) - Method in class org.elasticsearch.action.bulk.BulkProcessor
Adds the data from the bytes to be processed by the bulk processor
add(DocWriteRequest...) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds a list of requests to be executed.
add(DocWriteRequest) - Method in class org.elasticsearch.action.bulk.BulkRequest
 
add(DocWriteRequest, Object) - Method in class org.elasticsearch.action.bulk.BulkRequest
Add a request to the current BulkRequest.
add(Iterable<DocWriteRequest>) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds a list of requests to be executed.
add(IndexRequest) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds an IndexRequest to the list of actions to execute.
add(IndexRequest, Object) - Method in class org.elasticsearch.action.bulk.BulkRequest
 
add(UpdateRequest) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds an UpdateRequest to the list of actions to execute.
add(UpdateRequest, Object) - Method in class org.elasticsearch.action.bulk.BulkRequest
 
add(DeleteRequest) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds an DeleteRequest to the list of actions to execute.
add(DeleteRequest, Object) - Method in class org.elasticsearch.action.bulk.BulkRequest
 
add(byte[], int, int) - Method in class org.elasticsearch.action.bulk.BulkRequest
add(byte[], int, int, XContentType) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds a framed data in binary format
add(byte[], int, int, String, String) - Method in class org.elasticsearch.action.bulk.BulkRequest
add(byte[], int, int, String, String, XContentType) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds a framed data in binary format
add(BytesReference, String, String) - Method in class org.elasticsearch.action.bulk.BulkRequest
add(BytesReference, String, String, XContentType) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds a framed data in binary format
add(BytesReference, String, String, boolean) - Method in class org.elasticsearch.action.bulk.BulkRequest
add(BytesReference, String, String, boolean, XContentType) - Method in class org.elasticsearch.action.bulk.BulkRequest
Adds a framed data in binary format
add(BytesReference, String, String, String, String[], FetchSourceContext, String, Object, boolean) - Method in class org.elasticsearch.action.bulk.BulkRequest
Deprecated.
add(BytesReference, String, String, String, String[], FetchSourceContext, String, Object, boolean, XContentType) - Method in class org.elasticsearch.action.bulk.BulkRequest
 
add(IndexRequest) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Adds an IndexRequest to the list of actions to execute.
add(IndexRequestBuilder) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Adds an IndexRequest to the list of actions to execute.
add(DeleteRequest) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Adds an DeleteRequest to the list of actions to execute.
add(DeleteRequestBuilder) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Adds an DeleteRequest to the list of actions to execute.
add(UpdateRequest) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Adds an UpdateRequest to the list of actions to execute.
add(UpdateRequestBuilder) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Adds an UpdateRequest to the list of actions to execute.
add(byte[], int, int) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
add(byte[], int, int, XContentType) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Adds a framed data in binary format
add(byte[], int, int, String, String) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
add(byte[], int, int, String, String, XContentType) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Adds a framed data in binary format
add(MultiGetRequest.Item) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
add(String, String, String) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
add(String, String, String[], FetchSourceContext, String, XContentParser, boolean) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
add(String, String, String) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
 
add(String, String, Iterable<String>) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
 
add(String, String, String...) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
 
add(MultiGetRequest.Item) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
 
add(int, GetResponse) - Method in class org.elasticsearch.action.get.MultiGetShardResponse
 
add(int, MultiGetResponse.Failure) - Method in class org.elasticsearch.action.get.MultiGetShardResponse
 
add(SearchRequestBuilder) - Method in class org.elasticsearch.action.search.MultiSearchRequest
Add a search request to execute.
add(SearchRequest) - Method in class org.elasticsearch.action.search.MultiSearchRequest
Add a search request to execute.
add(SearchRequest) - Method in class org.elasticsearch.action.search.MultiSearchRequestBuilder
Add a search request to execute.
add(SearchRequestBuilder) - Method in class org.elasticsearch.action.search.MultiSearchRequestBuilder
Add a search request to execute.
add(TermVectorsRequest) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequest
 
add(String, String, String) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequest
 
add(TermVectorsRequest, XContentParser) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequest
 
add(String, String, Iterable<String>) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequestBuilder
 
add(String, String, String...) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequestBuilder
 
add(TermVectorsRequest) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequestBuilder
 
add(int, TermVectorsRequest) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
 
add(int, TermVectorsResponse) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsShardResponse
 
add(int, MultiTermVectorsResponse.Failure) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsShardResponse
 
Add(String, String, String, String, String) - Constructor for class org.elasticsearch.cluster.metadata.AliasAction.Add
Build the operation.
add(DiscoveryNode) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
adds a disco node to the builder.
add(AllocationCommand...) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
Adds a set of commands to this collection
add(Decision) - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
Add a decision to this Decision.Multidecision instance
add(RerouteExplanation) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingExplanations
 
add(ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
 
add(IndexRoutingTable) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
add(IndexRoutingTable.Builder) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
add(String) - Method in class org.elasticsearch.common.blobstore.BlobPath
 
add(T) - Method in class org.elasticsearch.common.collect.EvictingQueue
Add the given element to the queue, possibly forcing an eviction from the head if EvictingQueue.remainingCapacity() is zero.
add(FieldMemoryStats) - Method in class org.elasticsearch.common.FieldMemoryStats
Adds / merges the given field memory stats into this stats instance
add(String, Object) - Method in class org.elasticsearch.common.inject.internal.ToStringBuilder
 
add(Module...) - Method in class org.elasticsearch.common.inject.ModulesBuilder
 
add(Term) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Add a single term at the next position in the phrase.
add(Term[]) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Add multiple terms at the next position in the phrase.
add(Term[], int) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Allows to specify the relative position of terms within the phrase.
add(LeafReader) - Method in class org.elasticsearch.common.lucene.ShardCoreKeyMap
Register a LeafReader.
add(BytesRef, int) - Method in class org.elasticsearch.common.util.BytesRefHash
Try to add key.
add(BytesRef) - Method in class org.elasticsearch.common.util.BytesRefHash
add(long) - Method in class org.elasticsearch.common.util.LongHash
Try to add key.
add(QueryCacheStats) - Method in class org.elasticsearch.index.cache.query.QueryCacheStats
 
add(RequestCacheStats) - Method in class org.elasticsearch.index.cache.request.RequestCacheStats
 
add(long, long) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
add(SegmentsStats) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
add(FieldDataStats) - Method in class org.elasticsearch.index.fielddata.FieldDataStats
 
add(int, T) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues
 
add(long, long) - Method in class org.elasticsearch.index.flush.FlushStats
 
add(FlushStats) - Method in class org.elasticsearch.index.flush.FlushStats
 
add(GetStats) - Method in class org.elasticsearch.index.get.GetStats
 
add(byte[]) - Method in class org.elasticsearch.index.mapper.BinaryFieldMapper.CustomBinaryDocValuesField
 
add(String) - Method in class org.elasticsearch.index.mapper.ContentPath
 
add(String) - Method in class org.elasticsearch.index.mapper.FieldMapper.CopyTo.Builder
 
add(Mapper.Builder) - Method in class org.elasticsearch.index.mapper.FieldMapper.MultiFields.Builder
 
add(double, double) - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.CustomGeoPointDocValuesField
 
add(Mapper.Builder) - Method in class org.elasticsearch.index.mapper.ObjectMapper.Builder
 
add(IndexableField) - Method in class org.elasticsearch.index.mapper.ParseContext.Document
 
add(long, long, long, long, long, long, long, long, long, double) - Method in class org.elasticsearch.index.merge.MergeStats
 
add(MergeStats) - Method in class org.elasticsearch.index.merge.MergeStats
 
add(QueryBuilder) - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
Add a sub-query to this disjunction.
add(RecoveryStats) - Method in class org.elasticsearch.index.recovery.RecoveryStats
 
add(RefreshStats) - Method in class org.elasticsearch.index.refresh.RefreshStats
 
add(SearchStats) - Method in class org.elasticsearch.index.search.stats.SearchStats
 
add(SearchStats, boolean) - Method in class org.elasticsearch.index.search.stats.SearchStats
 
add(SearchStats.Stats) - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
add(DocsStats) - Method in class org.elasticsearch.index.shard.DocsStats
 
add(IndexingStats) - Method in class org.elasticsearch.index.shard.IndexingStats
 
add(IndexingStats, boolean) - Method in class org.elasticsearch.index.shard.IndexingStats
 
add(IndexingStats.Stats) - Method in class org.elasticsearch.index.shard.IndexingStats.Stats
 
add(StoreStats) - Method in class org.elasticsearch.index.store.StoreStats
 
add(Translog.Operation) - Method in class org.elasticsearch.index.translog.Translog
Adds a delete / index operations to the transaction log.
add(TranslogStats) - Method in class org.elasticsearch.index.translog.TranslogStats
 
add(BytesReference) - Method in class org.elasticsearch.index.translog.TranslogWriter
add the given bytes to the translog and return the location they were written at
add(long, long, long) - Method in class org.elasticsearch.index.warmer.WarmerStats
 
add(WarmerStats) - Method in class org.elasticsearch.index.warmer.WarmerStats
 
add(FsInfo.Path) - Method in class org.elasticsearch.monitor.fs.FsInfo.Path
 
add(ScriptFieldsContext.ScriptField) - Method in class org.elasticsearch.search.fetch.subphase.ScriptFieldsContext
 
add(CompletionStats) - Method in class org.elasticsearch.search.suggest.completion.CompletionStats
 
add(W) - Method in class org.elasticsearch.watcher.ResourceWatcherService
Register new resource watcher that will be checked in default MEDIUM frequency
add(W, ResourceWatcherService.Frequency) - Method in class org.elasticsearch.watcher.ResourceWatcherService
Register new resource watcher that will be checked in the given frequency
ADD_NODE_LOCK_ID_TO_CUSTOM_PATH - Static variable in class org.elasticsearch.env.NodeEnvironment
If true automatically append node lock id to custom data paths.
addAdditionalFields(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.RecoverySource
to be overridden by subclasses
addAdditionalFields(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
 
addAffixUpdateConsumer(Setting.AffixSetting<T>, BiConsumer<String, T>, BiConsumer<String, T>) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Adds a settings consumer for affix settings.
addAggregation(AggregationBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds an aggregation to the search operation.
addAggregation(PipelineAggregationBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds an aggregation to the search operation.
addAggregator(AggregationBuilder) - Method in class org.elasticsearch.search.aggregations.AggregatorFactories.Builder
 
addAlias(String, String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Adds an alias to the index.
addAlias(String[], String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Adds an alias to the index.
addAlias(String, String, String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Adds an alias to the index.
addAlias(String[], String, String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Adds an alias to the index.
addAlias(String[], String, Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Adds an alias to the index.
addAlias(String, String, Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Adds an alias to the index.
addAlias(String[], String, QueryBuilder) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Adds an alias to the index.
addAlias(String, String, QueryBuilder) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Adds an alias to the index.
addAlias(Alias) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Adds an alias that will be associated with the index when it gets created
addAlias(Alias) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Adds an alias that will be added when the index template gets created.
addAliasAction(IndicesAliasesRequest.AliasActions) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
Add the action to this request and validate it.
addAliasAction(IndicesAliasesRequest.AliasActions) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Adds an alias action to the request.
addAliases(String...) - Method in class org.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
 
addAll(Collection<? extends T>) - Method in class org.elasticsearch.common.collect.EvictingQueue
Add the given elements to the queue, possibly forcing evictions from the head if EvictingQueue.remainingCapacity() is zero or becomes zero during the execution of this method.
addAppender(Logger, Appender) - Static method in class org.elasticsearch.common.logging.Loggers
 
addAsFromCloseToOpen(IndexMetaData) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
addAsFromDangling(IndexMetaData) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
addAsNew(IndexMetaData) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
addAsNewRestore(IndexMetaData, RecoverySource.SnapshotRecoverySource, IntSet) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
addAsRecovery(IndexMetaData) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
addAsRestore(IndexMetaData, RecoverySource.SnapshotRecoverySource) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
addBinding(K) - Method in class org.elasticsearch.common.inject.multibindings.MapBinder
Returns a binding builder used to add a new entry in the map.
addBinding(K) - Method in class org.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder
This creates two bindings.
addBinding() - Method in class org.elasticsearch.common.inject.multibindings.Multibinder
Returns a binding builder used to add a new element in the set.
addBinding() - Method in class org.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
 
addBitsetMemoryInBytes(long) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
addBlocks(IndexMetaData) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
addBytesReceived(long) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
addBytesReceived(long) - Method in interface org.elasticsearch.transport.TransportServiceAdapter
 
addBytesSent(long) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
addBytesSent(long) - Method in interface org.elasticsearch.transport.TransportServiceAdapter
 
addCandidateGenerator(PhraseSuggestionBuilder.CandidateGenerator) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
addCandidates(List<DirectCandidateGenerator.Candidate>) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.CandidateSet
 
addCategory(String, CharSequence...) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder.Contexts2x
Deprecated.
addCategory(String, Iterable<? extends CharSequence>) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder.Contexts2x
Deprecated.
addCell(Object) - Method in class org.elasticsearch.common.Table
 
addCell(Object, String) - Method in class org.elasticsearch.common.Table
 
addCharFilter(Map<String, ?>) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
addCharFilter(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
addCharFilter(Map<String, ?>) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Add char filter setting that will be used on top of a tokenizer provided.
addCharFilter(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Add a name of char filter that will be used before the tokenizer.
addChild(PathTrie<T>.TrieNode) - Method in class org.elasticsearch.common.path.PathTrie.TrieNode
 
addClause(SpanQueryBuilder) - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
Add a span clause to the current list of clauses
addClause(SpanQueryBuilder) - Method in class org.elasticsearch.index.query.SpanOrQueryBuilder
Add a span clause to the current list of clauses
addConnectionListener(TransportConnectionListener) - Method in class org.elasticsearch.transport.TransportService
 
addConnections(int, TransportRequestOptions.Type...) - Method in class org.elasticsearch.transport.ConnectionProfile.Builder
Adds a number of connections for one or more types.
addContextField(String, CharSequence...) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder.Contexts2x
Deprecated.
addContextField(String, Iterable<? extends CharSequence>) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder.Contexts2x
Deprecated.
addCustom(IndexMetaData.Custom) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Adds custom metadata to the index to be created.
addCustomFields(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexResponse
 
addCustomFields(XContentBuilder, T) - Method in class org.elasticsearch.rest.action.AcknowledgedRestListener
Adds api specific fields to the rest response Does nothing by default but can be overridden by subclasses
addDefaultLocation(String) - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping.Builder
Set a default location that should be used, if no location is provided by the query
addDefaultLocation(double, double) - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping.Builder
Set a default location that should be used, if no location is provided by the query
addDefaultLocations(Collection<String>) - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping.Builder
Set a default location that should be used, if no location is provided by the query
addDefaultUnitsIfNeeded(Logger, MetaData) - Static method in class org.elasticsearch.cluster.metadata.MetaData
As of 2.0 we require units for time and byte-sized settings.
addDefaultValue(String) - Method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping.Builder
Add value to the default values of the mapping
addDefaultValues(String...) - Method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping.Builder
Add set of default values to the mapping
addDefaultValues(Iterable<String>) - Method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping.Builder
Add set of default values to the mapping
addDoc(int) - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Associates the given document id with the current ordinal.
addDoc(ParseContext.Document) - Method in class org.elasticsearch.index.mapper.ParseContext
 
addDoc(ParseContext.Document) - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
addDocValue(ParseContext, List<IndexableField>, long) - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper
 
addDocValueField(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a docvalue based field to load and return.
addDocValueField(String) - Method in class org.elasticsearch.index.query.InnerHitBuilder
Adds a field to load from the docvalue and return.
addDocValuesMemoryInBytes(long) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
addDynamicMapper(Mapper) - Method in class org.elasticsearch.index.mapper.ParseContext
Add a new mapper dynamically created while parsing.
addDynamicMapper(Mapper) - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
addDynamicMappingsUpdate(Mapping) - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
added() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
addedNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
addError(String, Object...) - Method in class org.elasticsearch.common.inject.AbstractModule
 
addError(Throwable) - Method in class org.elasticsearch.common.inject.AbstractModule
 
addError(Message) - Method in class org.elasticsearch.common.inject.AbstractModule
 
addError(String, Object...) - Method in interface org.elasticsearch.common.inject.Binder
Records an error message which will be presented to the user at a later time.
addError(Throwable) - Method in interface org.elasticsearch.common.inject.Binder
Records an exception, the full details of which will be logged, and the message of which will be presented to the user at a later time.
addError(Message) - Method in interface org.elasticsearch.common.inject.Binder
Records an error message to be presented to the user at a later time.
addError(String, Object...) - Method in class org.elasticsearch.common.inject.PrivateModule
 
addError(Throwable) - Method in class org.elasticsearch.common.inject.PrivateModule
 
addError(Message) - Method in class org.elasticsearch.common.inject.PrivateModule
 
addError(String, Object...) - Method in interface org.elasticsearch.common.inject.spi.TypeEncounter
Records an error message for type I which will be presented to the user at a later time.
addError(Throwable) - Method in interface org.elasticsearch.common.inject.spi.TypeEncounter
Records an exception for type I, the full details of which will be logged, and the message of which will be presented to the user at a later time.
addError(Message) - Method in interface org.elasticsearch.common.inject.spi.TypeEncounter
Records an error message to be presented to the user at a later time.
addEstimateBytesAndMaybeBreak(long, String) - Method in class org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
Add a number of bytes, tripping the circuit breaker if the aggregated estimates are above the limit.
addEstimateBytesAndMaybeBreak(long, String) - Method in interface org.elasticsearch.common.breaker.CircuitBreaker
add bytes to the breaker and maybe trip
addEstimateBytesAndMaybeBreak(long, String) - Method in class org.elasticsearch.common.breaker.MemoryCircuitBreaker
Add a number of bytes, tripping the circuit breaker if the aggregated estimates are above the limit.
addEstimateBytesAndMaybeBreak(long, String) - Method in class org.elasticsearch.common.breaker.NoopCircuitBreaker
 
addExposureBuilder(ExposureBuilder<?>) - Method in class org.elasticsearch.common.inject.internal.PrivateElementsImpl
 
addFeatures(GetIndexRequest.Feature...) - Method in class org.elasticsearch.action.admin.indices.get.GetIndexRequest
 
addFeatures(GetIndexRequest.Feature...) - Method in class org.elasticsearch.action.admin.indices.get.GetIndexRequestBuilder
 
addField(ParseContext.Document, String, String, int, Map<String, Set<CharSequence>>) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMappings
Adds a context-enabled field for all the defined mappings to document see ContextMappings.TypedContextField
addFieldDataField(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
addFieldDataField(String) - Method in class org.elasticsearch.index.query.InnerHitBuilder
addFieldName(String) - Method in class org.elasticsearch.search.fetch.StoredFieldsContext
Adds a field name field to the list of fields to load.
addFieldNames(List<String>) - Method in class org.elasticsearch.search.fetch.StoredFieldsContext
Adds the field names fieldNames to the list of fields to load.
addFieldStringsFromParameter(TermVectorsRequest, String) - Static method in class org.elasticsearch.rest.action.document.RestTermVectorsAction
 
addFileDetail(String, long, boolean) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
addFileSizes(ImmutableOpenMap<String, Long>) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
addFilterSettingParams(RestRequest) - Method in class org.elasticsearch.common.settings.SettingsFilter
 
addGeoLocation(String, double, double, int...) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder.Contexts2x
Deprecated.
addGeoLocation(String, String) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder.Contexts2x
Deprecated.
addGeoLocationWithPrecision(String, double, double, String...) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder.Contexts2x
Deprecated.
addGlobalBlock(ClusterBlock) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
addGroup(TaskGroup.Builder) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup.Builder
 
addHeader(String, List<String>) - Method in exception org.elasticsearch.ElasticsearchException
Adds a new header with the given key.
addHeader(String, String...) - Method in exception org.elasticsearch.ElasticsearchException
Adds a new header with the given key.
addHeader(String, String) - Method in class org.elasticsearch.rest.RestResponse
Add a custom header.
addHighPriorityApplier(ClusterStateApplier) - Method in class org.elasticsearch.cluster.service.ClusterService
Adds a high priority applier of updated cluster states.
addHumanReadableSettings(Settings) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
Adds human readable version and creation date settings.
addIds(String...) - Method in class org.elasticsearch.index.query.IdsQueryBuilder
Adds ids to the query.
addIgnoreShardForNode(ShardId, String) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
addIncompatibleSnapshots(List<SnapshotId>) - Method in class org.elasticsearch.repositories.RepositoryData
Returns a new RepositoryData instance containing the same snapshot data as the invoking instance, with the given incompatible snapshots added to the new instance.
addIndexBlock(String, ClusterBlock) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
addIndexBoost(String, float) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the boost a specific index will receive when the query is executed against it.
addIndexEventListener(IndexEventListener) - Method in class org.elasticsearch.index.IndexModule
Adds an IndexEventListener for this index.
addIndexOperationListener(IndexingOperationListener) - Method in class org.elasticsearch.index.IndexModule
Adds an IndexingOperationListener for this index.
addIndexShard(IndexShardRoutingTable) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
 
addIndexShardCount(ClusterStatsIndices.ShardStats) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
 
addIndexStore(String, BiFunction<IndexSettings, IndexStoreConfig, IndexStore>) - Method in class org.elasticsearch.index.IndexModule
Adds an IndexStore type to this index module.
addIndexWriterMemoryInBytes(long) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
addIndices(String...) - Method in class org.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
 
addIndices(String...) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
 
addIndices(String...) - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
 
addIndices(String...) - Method in class org.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
 
addInitialStateBlock(ClusterBlock) - Method in class org.elasticsearch.cluster.service.ClusterService
Adds an initial block to be set on the first cluster state created.
addInnerHitDefinition(InnerHitsContext.InnerHitSubContext) - Method in class org.elasticsearch.search.fetch.subphase.InnerHitsContext
 
addIntegerFields(ParseContext, List<IndexableField>, int, float) - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper
 
additionalSettings() - Method in class org.elasticsearch.plugins.Plugin
Additional node settings loaded by the plugin.
addLifecycleListener(LifecycleListener) - Method in class org.elasticsearch.common.component.AbstractLifecycleComponent
 
addLifecycleListener(LifecycleListener) - Method in interface org.elasticsearch.common.component.LifecycleComponent
 
addListener(ActionListener<T>) - Method in interface org.elasticsearch.action.ListenableActionFuture
Add an action listener to be invoked when a response has received.
addListener(ActionListener<T>) - Method in class org.elasticsearch.action.support.AbstractListenableActionFuture
 
addListener() - Method in enum org.elasticsearch.action.ThreadingModel
 
addListener(ClusterInfoService.Listener) - Method in interface org.elasticsearch.cluster.ClusterInfoService
Add a listener that will be called every time new information is gathered
addListener(ClusterInfoService.Listener) - Method in class org.elasticsearch.cluster.EmptyClusterInfoService
 
addListener(ClusterInfoService.Listener) - Method in class org.elasticsearch.cluster.InternalClusterInfoService
 
addListener(ClusterStateListener) - Method in class org.elasticsearch.cluster.service.ClusterService
Add a listener for updated cluster states
addListener(MasterFaultDetection.Listener) - Method in class org.elasticsearch.discovery.zen.MasterFaultDetection
 
addListener(NodesFaultDetection.Listener) - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection
 
addListener(SnapshotsService.SnapshotCompletionListener) - Method in class org.elasticsearch.snapshots.SnapshotsService
Adds snapshot completion listener
addListener(Listener) - Method in class org.elasticsearch.watcher.AbstractResourceWatcher
Registers new listener
addLocalNodeMasterListener(LocalNodeMasterListener) - Method in class org.elasticsearch.cluster.service.ClusterService
Add a listener for on/off local node master events
addLowPriorityApplier(ClusterStateApplier) - Method in class org.elasticsearch.cluster.service.ClusterService
Adds an applier which will be called after all high priority and normal appliers have been called.
addMapping(String, String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Deprecated.
addMapping(String, String, XContentType) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Adds mapping that will be added when the index gets created.
addMapping(String, XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Adds mapping that will be added when the index gets created.
addMapping(String, Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Adds mapping that will be added when the index gets created.
addMapping(String, Object...) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
A specialized simplified mapping source method, takes the form of simple properties definition: ("field1", "type=string,store=true").
addMapping(String, String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
addMapping(String, String, XContentType) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Adds mapping that will be added when the index template gets created.
addMapping(String, Object...) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
A specialized simplified mapping source method, takes the form of simple properties definition: ("field1", "type=string,store=true").
addMapping(String, XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Adds mapping that will be added when the index template gets created.
addMapping(String, Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Adds mapping that will be added when the index gets created.
addMaskRange(String, String) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
Add a new range to this aggregation using the CIDR notation.
addMaskRange(String) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
Same as IpRangeAggregationBuilder.addMaskRange(String, String) but uses the mask itself as a key.
addMaxIndexAgeCondition(TimeValue) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
Adds condition to check if the index is at least age old
addMaxIndexAgeCondition(TimeValue) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
 
addMaxIndexDocsCondition(long) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
Adds condition to check if the index has at least numDocs
addMaxIndexDocsCondition(long) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
 
addMessage(String, Object...) - Method in class org.elasticsearch.common.inject.internal.Errors
 
addMessage(Message) - Method in class org.elasticsearch.common.inject.internal.Errors
 
addMetadata(String, String...) - Method in exception org.elasticsearch.ElasticsearchException
Adds a new piece of metadata with the given key.
addMetadata(String, List<String>) - Method in exception org.elasticsearch.ElasticsearchException
Adds a new piece of metadata with the given key.
addModule(PluginInfo) - Method in class org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
 
addMultiField(Mapper.Builder) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
addNamedQuery(String, Query) - Method in class org.elasticsearch.index.query.QueryShardContext
 
addNeighbors(String, E) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Add all geohashes of the cells next to a given geohash to a list.
addNeighbors(String, int, E) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Add all geohashes of the cells next to a given geohash to a list.
addNodeNameIfNeeded(Settings, String) - Static method in class org.elasticsearch.node.Node
Adds a default node name to the given setting, if it doesn't already exist
addNormsMemoryInBytes(long) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
addOne(long) - Static method in class org.elasticsearch.search.dfs.DfsSearchResult
 
addOneCandidate(DirectCandidateGenerator.Candidate) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.CandidateSet
 
addOperation() - Method in enum org.elasticsearch.action.ThreadingModel
 
addOption(Suggest.Suggestion.Entry.Option) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
 
addOption(O) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
addOptions(List<O>) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
addOrNotify(Translog.Location, Consumer<Boolean>) - Method in class org.elasticsearch.index.shard.RefreshListeners
Add a listener for refreshes, calling it immediately if the location is already visible.
addPending(ClusterState) - Method in class org.elasticsearch.discovery.zen.PendingClusterStatesQueue
Add an incoming, not yet committed cluster state
addPendingDelete(ShardId, IndexSettings) - Method in interface org.elasticsearch.index.IndexService.ShardStoreDeleter
 
addPendingDelete(ShardId, IndexSettings) - Method in class org.elasticsearch.indices.IndicesService
Adds a pending delete for the given index shard.
addPendingDelete(Index, IndexSettings) - Method in class org.elasticsearch.indices.IndicesService
Adds a pending delete for the given index.
addPing(ZenPing.PingResponse) - Method in class org.elasticsearch.discovery.zen.ZenPing.PingCollection
adds a ping if newer than previous pings from the same node
addPingResponseToCollection(ZenPing.PingResponse) - Method in class org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
 
addPipelineAggregator(PipelineAggregationBuilder) - Method in class org.elasticsearch.search.aggregations.AggregatorFactories.Builder
 
addPlugin(PluginInfo) - Method in class org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
 
addPlugins(Collection<Class<? extends Plugin>>, Class<? extends Plugin>...) - Static method in class org.elasticsearch.client.transport.TransportClient
 
addPlugins(Collection<Class<? extends Plugin>>, Collection<Class<? extends Plugin>>) - Static method in class org.elasticsearch.client.transport.TransportClient
 
addPointsMemoryInBytes(long) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
addProcessedFile(long) - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Increments number of processed files
addQueryProfiler() - Method in class org.elasticsearch.search.profile.Profilers
Switch to a new profile.
addRange(R) - Method in class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
 
addRange(String, String, String) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Add a new range to this aggregation.
addRange(String, String) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Same as DateRangeAggregationBuilder.addRange(String, String, String) but the key will be automatically generated based on from and to.
addRange(String, double, double) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Add a new range to this aggregation.
addRange(double, double) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Same as DateRangeAggregationBuilder.addRange(String, double, double) but the key will be automatically generated based on from and to.
addRange(String, DateTime, DateTime) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Add a new range to this aggregation.
addRange(DateTime, DateTime) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Same as DateRangeAggregationBuilder.addRange(String, DateTime, DateTime) but the key will be automatically generated based on from and to.
addRange(GeoDistanceAggregationBuilder.Range) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
addRange(String, double, double) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
Add a new range to this aggregation.
addRange(double, double) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
Same as GeoDistanceAggregationBuilder.addRange(String, double, double) but the key will be automatically generated based on from and to.
addRange(IpRangeAggregationBuilder.Range) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
Add a new IpRangeAggregationBuilder.Range to this aggregation.
addRange(String, String, String) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
Add a new range to this aggregation.
addRange(String, String) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
Same as IpRangeAggregationBuilder.addRange(String, String, String) but the key will be automatically generated.
addRange(String, double, double) - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
Add a new range to this aggregation.
addRange(double, double) - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
Same as RangeAggregationBuilder.addRange(String, double, double) but the key will be automatically generated based on from and to.
addReaderCloseListener(DirectoryReader, IndexReader.ReaderClosedListener) - Static method in class org.elasticsearch.common.lucene.index.ElasticsearchDirectoryReader
Adds the given listener to the provided directory reader.
addRecoveredBytesToFile(String, long) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
addRefreshListener(Translog.Location, Consumer<Boolean>) - Method in class org.elasticsearch.index.shard.IndexShard
Add a listener for refreshes.
addRefreshListener(Translog.Location, Consumer<Boolean>) - Method in class org.elasticsearch.index.shard.ShadowIndexShard
 
addReleasable(Releasable, SearchContext.Lifetime) - Method in class org.elasticsearch.search.internal.SearchContext
Schedule the release of a resource.
addReplica() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
 
addRepositories(String...) - Method in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequestBuilder
Adds repositories to the list of repositories to get
addRescore(RescoreSearchContext) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
addRescore(RescoreSearchContext) - Method in class org.elasticsearch.search.internal.SearchContext
 
addRescore(RescoreSearchContext) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
addRescorer(RescoreBuilder<?>) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a new rescorer.
addRescorer(RescoreBuilder<?>, int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a new rescorer.
addRescorer(RescoreBuilder<?>) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
addResponseHeader(String, String) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Add the value for the specified key Any duplicate value is ignored.
addResponseHeader(String, String, Function<String, String>) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Add the value for the specified key with the specified uniqueValue used for de-duplication.
address() - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
address() - Method in class org.elasticsearch.http.HttpInfo
 
address() - Method in exception org.elasticsearch.transport.ActionTransportException
The target address to invoke the action on.
address() - Method in class org.elasticsearch.transport.TransportInfo
 
addressesFromString(String, int) - Method in class org.elasticsearch.transport.local.LocalTransport
 
addressesFromString(String, int) - Method in class org.elasticsearch.transport.TcpTransport
 
addressesFromString(String, int) - Method in interface org.elasticsearch.transport.Transport
Returns an address from its string representation.
addressesFromString(String, int) - Method in class org.elasticsearch.transport.TransportService
 
addressFromStream(StreamInput) - Static method in class org.elasticsearch.common.transport.TransportAddressSerializers
 
addressFromStream(StreamInput, String) - Static method in class org.elasticsearch.common.transport.TransportAddressSerializers
 
addressSupported(Class<? extends TransportAddress>) - Method in class org.elasticsearch.transport.local.LocalTransport
 
addressSupported(Class<? extends TransportAddress>) - Method in class org.elasticsearch.transport.TcpTransport
 
addressSupported(Class<? extends TransportAddress>) - Method in interface org.elasticsearch.transport.Transport
Is the address type supported.
addressSupported(Class<? extends TransportAddress>) - Method in class org.elasticsearch.transport.TransportService
 
addressToStream(StreamOutput, TransportAddress) - Static method in class org.elasticsearch.common.transport.TransportAddressSerializers
 
addResultReader(Writeable.Reader<? extends InternalAggregation>) - Method in class org.elasticsearch.plugins.SearchPlugin.AggregationSpec
Add a reader for the shard level results of the aggregation with SearchPlugin.SearchExtensionSpec.getName()'s ParseField.getPreferredName() as the NamedWriteable.getWriteableName().
addResultReader(String, Writeable.Reader<? extends InternalAggregation>) - Method in class org.elasticsearch.plugins.SearchPlugin.AggregationSpec
Add a reader for the shard level results of the aggregation.
addResultReader(Writeable.Reader<? extends InternalAggregation>) - Method in class org.elasticsearch.plugins.SearchPlugin.PipelineAggregationSpec
Add a reader for the shard level results of the aggregation with SearchPlugin.SearchExtensionSpec.getName()'s ParseField.getPreferredName() as the NamedWriteable.getWriteableName().
addResultReader(String, Writeable.Reader<? extends InternalAggregation>) - Method in class org.elasticsearch.plugins.SearchPlugin.PipelineAggregationSpec
Add a reader for the shard level results of the aggregation.
addScriptField(String, Script) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a script based field to load and return.
addScriptField(String, Script) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
addScriptParam(String, Object) - Method in class org.elasticsearch.action.update.UpdateRequest
Deprecated.
addScrollId(String) - Method in class org.elasticsearch.action.search.ClearScrollRequest
 
addScrollId(String) - Method in class org.elasticsearch.action.search.ClearScrollRequestBuilder
 
addSearchExt(SearchExtBuilder) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
addSearchExt(SearchExtBuilder) - Method in class org.elasticsearch.search.internal.SearchContext
 
addSearchOperationListener(SearchOperationListener) - Method in class org.elasticsearch.index.IndexModule
Adds an SearchOperationListener for this index.
addSettingsUpdateConsumer(Setting<T>, Consumer<T>, Consumer<T>) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Adds a settings consumer with a predicate that is only evaluated at update time.
addSettingsUpdateConsumer(Setting<A>, Setting<B>, BiConsumer<A, B>) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Adds a settings consumer that accepts the values for two settings.
addSettingsUpdateConsumer(Setting<T>, Consumer<T>) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Adds a settings consumer.
addSettingsUpdateConsumer(Setting<T>, Consumer<T>) - Method in class org.elasticsearch.index.IndexModule
Adds a Setting and it's consumer for this index.
addSettingsUpdateConsumer(Setting<T>, Consumer<T>, Consumer<T>) - Method in class org.elasticsearch.index.IndexModule
Adds a Setting, it's consumer and validator for this index.
addShard(ShardRouting) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
Adds a new shard routing (makes a copy of it), with reference data used from the index shard routing table if it needs to be created.
addShard(ShardRouting) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
addShardFailureCallback(Consumer<IndexShard.ShardFailure>) - Method in class org.elasticsearch.index.shard.IndexShard
 
addShutdownHook() - Method in class org.elasticsearch.cli.Command
Return whether or not to install the shutdown hook to cleanup resources on exit.
addSimilarity(String, BiFunction<String, Settings, SimilarityProvider>) - Method in class org.elasticsearch.index.IndexModule
Registers the given SimilarityProvider with the given name
addSnapshot(SnapshotId, SnapshotState, List<IndexId>) - Method in class org.elasticsearch.repositories.RepositoryData
Add a snapshot and its indices to the repository; returns a new instance.
addSnapshots(String...) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
Adds additional snapshots to the list of snapshots to return
addSnapshots(String...) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
Adds additional snapshots to the list of snapshots to return
addSort(String, SortOrder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a sort against the given field name and the sort ordering.
addSort(SortBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a generic sort builder.
addSort(SortBuilder<?>) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
addSourceThrottling(long) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
addStateApplier(ClusterStateApplier) - Method in class org.elasticsearch.cluster.service.ClusterService
Adds a applier of updated cluster states.
addStoredField(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds a stored field to load and return (note, it must be stored) as part of the search request.
addStoredFieldsMemoryInBytes(long) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
addSuggestion(String, SuggestionBuilder<?>) - Method in class org.elasticsearch.search.suggest.SuggestBuilder
Adds an SuggestionBuilder instance under a user defined name.
addSuggestion(String, SuggestionSearchContext.SuggestionContext) - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext
 
addSurface(BytesRef, BytesRef, long) - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester.XBuilder
 
addTargetThrottling(long) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
addTerm(T) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
addTermsMemoryInBytes(long) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
addTermVectorsMemoryInBytes(long) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
addText(String, String, float) - Method in class org.elasticsearch.common.lucene.all.AllEntries
 
addThrottleTime(long) - Method in class org.elasticsearch.index.recovery.RecoveryStats
 
addTimeoutListener(TimeValue, TimeoutClusterStateListener) - Method in class org.elasticsearch.cluster.service.ClusterService
Adds a cluster state listener that is expected to be removed during a short period of time.
addTokenFilter(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
addTokenFilter(Map<String, ?>) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
addTokenFilter(Map<String, ?>) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Add token filter setting that will be used on top of a tokenizer provided.
addTokenFilter(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Add a name of token filter that will be used on top of a tokenizer provided.
addTombstone(Index) - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.Builder
Add a deleted index to the list of tombstones in the cluster state.
addTombstones(Collection<Index>) - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.Builder
Add a set of deleted indexes to the list of tombstones in the cluster state.
addTotals(FlushStats) - Method in class org.elasticsearch.index.flush.FlushStats
 
addTotals(GetStats) - Method in class org.elasticsearch.index.get.GetStats
 
addTotals(MergeStats) - Method in class org.elasticsearch.index.merge.MergeStats
 
addTotals(RecoveryStats) - Method in class org.elasticsearch.index.recovery.RecoveryStats
 
addTotals(RefreshStats) - Method in class org.elasticsearch.index.refresh.RefreshStats
 
addTotals(SearchStats) - Method in class org.elasticsearch.index.search.stats.SearchStats
 
addTotals(IndexingStats) - Method in class org.elasticsearch.index.shard.IndexingStats
 
addTransportAddress(TransportAddress) - Method in class org.elasticsearch.client.transport.TransportClient
Adds a transport address that will be used to connect to.
addTransportAddresses(TransportAddress...) - Method in class org.elasticsearch.client.transport.TransportClient
Adds a list of transport addresses that will be used to connect to.
addTypes(String...) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
 
addTypes(String...) - Method in class org.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
 
addUnboundedFrom(String, String) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Add a new range with no upper bound.
addUnboundedFrom(String) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Same as DateRangeAggregationBuilder.addUnboundedFrom(String, String) but the key will be computed automatically.
addUnboundedFrom(String, double) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Add a new range with no upper bound.
addUnboundedFrom(double) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Same as DateRangeAggregationBuilder.addUnboundedFrom(String, double) but the key will be computed automatically.
addUnboundedFrom(String, DateTime) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Add a new range with no upper bound.
addUnboundedFrom(DateTime) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Same as DateRangeAggregationBuilder.addUnboundedFrom(String, DateTime) but the key will be computed automatically.
addUnboundedFrom(String, double) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
Add a new range with no upper bound.
addUnboundedFrom(double) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
Same as GeoDistanceAggregationBuilder.addUnboundedFrom(String, double) but the key will be computed automatically.
addUnboundedFrom(String, String) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
Same as IpRangeAggregationBuilder.addRange(String, String, String) but there will be no upper bound.
addUnboundedFrom(String) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
Same as IpRangeAggregationBuilder.addUnboundedFrom(String, String) but the key will be generated automatically.
addUnboundedFrom(String, double) - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
Add a new range with no upper bound.
addUnboundedFrom(double) - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
Same as RangeAggregationBuilder.addUnboundedFrom(String, double) but the key will be computed automatically.
addUnboundedTo(String, String) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Add a new range with no lower bound.
addUnboundedTo(String) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Same as DateRangeAggregationBuilder.addUnboundedTo(String, String) but the key will be computed automatically.
addUnboundedTo(String, double) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Add a new range with no lower bound.
addUnboundedTo(double) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Same as DateRangeAggregationBuilder.addUnboundedTo(String, double) but the key will be computed automatically.
addUnboundedTo(String, DateTime) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Add a new range with no lower bound.
addUnboundedTo(DateTime) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Same as DateRangeAggregationBuilder.addUnboundedTo(String, DateTime) but the key will be computed automatically.
addUnboundedTo(String, double) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
Add a new range with no lower bound.
addUnboundedTo(double) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
Same as GeoDistanceAggregationBuilder.addUnboundedTo(String, double) but the key will be computed automatically.
addUnboundedTo(String, String) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
Same as IpRangeAggregationBuilder.addRange(String, String, String) but there will be no lower bound.
addUnboundedTo(String) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
Same as IpRangeAggregationBuilder.addUnboundedTo(String, String) but the key will be generated automatically.
addUnboundedTo(String, double) - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
Add a new range with no lower bound.
addUnboundedTo(double) - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
Same as RangeAggregationBuilder.addUnboundedTo(String, double) but the key will be computed automatically.
addValidationError(String, ActionRequestValidationException) - Static method in class org.elasticsearch.action.ValidateActions
 
addValidationError(String) - Method in exception org.elasticsearch.common.ValidationException
Add a new validation error to the accumulating validation errors
addValidationError(String, QueryValidationException) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
addValidationError(String, String, QueryValidationException) - Static method in exception org.elasticsearch.index.query.QueryValidationException
Helper method than can be used to add error messages to an existing QueryValidationException.
addValidationErrors(Iterable<String>) - Method in exception org.elasticsearch.common.ValidationException
Add a sequence of validation errors to the accumulating validation errors
addValidationErrors(List<String>, QueryValidationException) - Static method in exception org.elasticsearch.index.query.QueryValidationException
Helper method than can be used to add error messages to an existing QueryValidationException.
addVersionMapMemoryInBytes(long) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
addWithKey(Object, IndexableField) - Method in class org.elasticsearch.index.mapper.ParseContext.Document
Add fields so that they can later be fetched using ParseContext.Document.getByKey(Object).
addWithoutBreaking(long) - Method in class org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
Add an exact number of bytes, not checking for tripping the circuit breaker.
addWithoutBreaking(long) - Method in interface org.elasticsearch.common.breaker.CircuitBreaker
Adjust the circuit breaker without tripping
addWithoutBreaking(long) - Method in class org.elasticsearch.common.breaker.MemoryCircuitBreaker
Add an exact number of bytes, not checking for tripping the circuit breaker.
addWithoutBreaking(long) - Method in class org.elasticsearch.common.breaker.NoopCircuitBreaker
 
adjacencyMatrix(String, Map<String, QueryBuilder>) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new AdjacencyMatrix aggregation with the given name.
adjacencyMatrix(String, String, Map<String, QueryBuilder>) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new AdjacencyMatrix aggregation with the given name and separator
AdjacencyMatrix - Interface in org.elasticsearch.search.aggregations.bucket.adjacency
A multi bucket aggregation where the buckets are defined by a set of filters (a bucket is produced per filter plus a bucket for each non-empty filter intersection so A, B and A&B).
AdjacencyMatrix.Bucket - Interface in org.elasticsearch.search.aggregations.bucket.adjacency
A bucket associated with a specific filter or pair (identified by its key)
AdjacencyMatrixAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.adjacency
 
AdjacencyMatrixAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
 
AdjacencyMatrixAggregationBuilder(String, Map<String, QueryBuilder>) - Constructor for class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
 
AdjacencyMatrixAggregationBuilder(String, String, Map<String, QueryBuilder>) - Constructor for class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
 
AdjacencyMatrixAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
Read from a stream.
AdjacencyMatrixAggregator - Class in org.elasticsearch.search.aggregations.bucket.adjacency
Aggregation for adjacency matrices.
AdjacencyMatrixAggregator(String, AggregatorFactories, String, String[], Weight[], SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator
 
AdjacencyMatrixAggregator.KeyedFilter - Class in org.elasticsearch.search.aggregations.bucket.adjacency
 
AdjacencyMatrixAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.adjacency
 
AdjacencyMatrixAggregatorFactory(String, List<AdjacencyMatrixAggregator.KeyedFilter>, String, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregatorFactory
 
ADJUST_PURE_NEGATIVE_DEFAULT - Static variable in class org.elasticsearch.index.query.BoolQueryBuilder
 
adjustForNoTerms(long) - Method in class org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData.PagedBytesEstimator
Adjust the breaker when no terms were actually loaded, but the field data takes up space regardless.
adjustPureNegative(boolean) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
If a boolean query contains only negative ("must not") clauses should the BooleanQuery be enhanced with a MatchAllDocsQuery in order to act as a pure exclude.
adjustPureNegative() - Method in class org.elasticsearch.index.query.BoolQueryBuilder
 
admin() - Method in interface org.elasticsearch.client.Client
The admin client that can be used to perform administrative operations.
admin() - Method in class org.elasticsearch.client.support.AbstractClient
 
AdminClient - Interface in org.elasticsearch.client
Administrative actions/operations against the cluster or the indices.
advance(int) - Method in class org.apache.lucene.search.XFilteredDocIdSetIterator
 
affixKeySetting(String, String, Function<String, Setting<T>>) - Static method in class org.elasticsearch.common.settings.Setting
This setting type allows to validate settings that have the same type and a common prefix and suffix.
AffixSetting(Setting.AffixKey, Setting<T>, Function<String, Setting<T>>) - Constructor for class org.elasticsearch.common.settings.Setting.AffixSetting
 
after(Priority) - Method in enum org.elasticsearch.common.Priority
 
after(Version) - Method in class org.elasticsearch.Version
 
afterBulk(long, BulkRequest, BulkResponse) - Method in interface org.elasticsearch.action.bulk.BulkProcessor.Listener
Callback after a successful execution of bulk request.
afterBulk(long, BulkRequest, Throwable) - Method in interface org.elasticsearch.action.bulk.BulkProcessor.Listener
Callback after a failed execution of bulk request.
afterClose() - Method in class org.elasticsearch.common.component.LifecycleListener
 
afterExecute(Runnable, Throwable) - Method in class org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
 
afterExecute(Runnable, Throwable) - Method in class org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
 
afterIndexCreated(IndexService) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called after the index has been created.
afterIndexRemoved(Index, IndexSettings, IndicesClusterStateService.AllocatedIndices.IndexRemovalReason) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called after the index has been removed.
afterIndexRemoved(Index, IndexSettings, IndicesClusterStateService.AllocatedIndices.IndexRemovalReason) - Method in class org.elasticsearch.search.SearchService
 
afterIndexShardClosed(ShardId, IndexShard, Settings) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called after the index shard has been closed.
afterIndexShardCreated(IndexShard) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called after the index shard has been created.
afterIndexShardDeleted(ShardId, Settings) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called after the index shard has been deleted from disk.
afterIndexShardStarted(IndexShard) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called after the index shard has been started.
afterInjection(I) - Method in interface org.elasticsearch.common.inject.spi.InjectionListener
Invoked by Guice after it injects the fields and methods of instance.
afterLoad(TermsEnum, long) - Method in interface org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData.PerValueEstimator
Possibly adjust a circuit breaker after field data has been loaded, now that the actual amount of memory used by the field data is known
afterLoad(TermsEnum, long) - Method in class org.elasticsearch.index.fielddata.plain.NonEstimatingEstimator
 
afterLoad(TermsEnum, long) - Method in class org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData.PagedBytesEstimator
Adjust the circuit breaker now that terms have been loaded, getting the actual used either from the parameter (if estimation worked for the entire set), or from the TermsEnum if it has been wrapped in a RamAccountingTermsEnum.
afterRefresh(boolean) - Method in class org.elasticsearch.index.shard.RefreshListeners
 
afterRelease(boolean) - Method in class org.elasticsearch.common.recycler.ConcurrentDequeRecycler
 
afterRelease(boolean) - Method in class org.elasticsearch.common.recycler.DequeRecycler
Called after a release.
afterStart() - Method in class org.elasticsearch.common.component.LifecycleListener
 
afterStop() - Method in class org.elasticsearch.common.component.LifecycleListener
 
AggParseContext(String, QueryParseContext) - Constructor for class org.elasticsearch.search.aggregations.AggregatorFactories.AggParseContext
 
AggregatedDfs - Class in org.elasticsearch.search.dfs
 
AggregatedDfs(ObjectObjectHashMap<Term, TermStatistics>, ObjectObjectHashMap<String, CollectionStatistics>, long) - Constructor for class org.elasticsearch.search.dfs.AggregatedDfs
 
aggregateDfs(Collection<DfsSearchResult>) - Method in class org.elasticsearch.action.search.SearchPhaseController
 
Aggregation - Interface in org.elasticsearch.search.aggregations
An aggregation.
aggregation(String, boolean) - Static method in class org.elasticsearch.search.aggregations.bucket.histogram.Histogram.Order
Creates a bucket ordering strategy that sorts buckets based on a single-valued calc sug-aggregation
aggregation(String, String, boolean) - Static method in class org.elasticsearch.search.aggregations.bucket.histogram.Histogram.Order
Creates a bucket ordering strategy that sorts buckets based on a multi-valued calc sug-aggregation
aggregation(String, boolean) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.Terms.Order
Creates a bucket ordering strategy which sorts buckets based on a single-valued calc get
aggregation(String, String, boolean) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.Terms.Order
Creates a bucket ordering strategy which sorts buckets based on a multi-valued calc get
aggregation() - Method in class org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
 
aggregation() - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ParsedScriptedMetric
 
aggregation() - Method in interface org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetric
The result of the aggregation.
aggregation(AggregationBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Add an aggregation to perform as part of the search.
aggregation(PipelineAggregationBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Add an aggregation to perform as part of the search.
Aggregation.CommonFields - Class in org.elasticsearch.search.aggregations
Common xcontent fields that are shared among addAggregation
AGGREGATION_NAME_FIELD - Static variable in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
 
AggregationBuilder - Class in org.elasticsearch.search.aggregations
A factory that knows how to create an Aggregator of a specific type.
AggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.AggregationBuilder
Constructs a new aggregation builder.
AggregationBuilder.CommonFields - Class in org.elasticsearch.search.aggregations
Common xcontent fields shared among aggregator builders
AggregationBuilders - Class in org.elasticsearch.search.aggregations
Utility class to create aggregations.
AggregationExecutionException - Exception in org.elasticsearch.search.aggregations
Thrown when failing to execute an aggregation
AggregationExecutionException(String) - Constructor for exception org.elasticsearch.search.aggregations.AggregationExecutionException
 
AggregationExecutionException(String, Throwable) - Constructor for exception org.elasticsearch.search.aggregations.AggregationExecutionException
 
AggregationExecutionException(StreamInput) - Constructor for exception org.elasticsearch.search.aggregations.AggregationExecutionException
 
AggregationInitializationException - Exception in org.elasticsearch.search.aggregations
Thrown when failing to execute an aggregation
AggregationInitializationException(String) - Constructor for exception org.elasticsearch.search.aggregations.AggregationInitializationException
 
AggregationInitializationException(String, Throwable) - Constructor for exception org.elasticsearch.search.aggregations.AggregationInitializationException
 
AggregationInitializationException(StreamInput) - Constructor for exception org.elasticsearch.search.aggregations.AggregationInitializationException
 
AggregationPath - Class in org.elasticsearch.search.aggregations.support
A path that can be used to sort/order buckets (in some multi-bucket aggregations, eg terms & histogram) based on sub-aggregations.
AggregationPath(List<AggregationPath.PathElement>) - Constructor for class org.elasticsearch.search.aggregations.support.AggregationPath
 
AggregationPath.PathElement - Class in org.elasticsearch.search.aggregations.support
 
AggregationPhase - Class in org.elasticsearch.search.aggregations
Aggregation phase of a search request, used to collect aggregations
AggregationPhase() - Constructor for class org.elasticsearch.search.aggregations.AggregationPhase
 
AggregationProfileBreakdown - Class in org.elasticsearch.search.profile.aggregation
 
AggregationProfileBreakdown() - Constructor for class org.elasticsearch.search.profile.aggregation.AggregationProfileBreakdown
 
AggregationProfiler - Class in org.elasticsearch.search.profile.aggregation
 
AggregationProfiler() - Constructor for class org.elasticsearch.search.profile.aggregation.AggregationProfiler
 
AggregationProfileShardResult - Class in org.elasticsearch.search.profile.aggregation
A container class to hold the profile results for a single shard in the request.
AggregationProfileShardResult(List<ProfileResult>) - Constructor for class org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult
 
AggregationProfileShardResult(StreamInput) - Constructor for class org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult
Read from a stream.
aggregations - Variable in class org.elasticsearch.action.search.SearchResponseSections
 
aggregations() - Method in class org.elasticsearch.action.search.SearchResponseSections
 
Aggregations - Class in org.elasticsearch.search.aggregations
Represents a set of Aggregations
Aggregations() - Constructor for class org.elasticsearch.search.aggregations.Aggregations
 
Aggregations(List<? extends Aggregation>) - Constructor for class org.elasticsearch.search.aggregations.Aggregations
 
aggregations - Variable in class org.elasticsearch.search.aggregations.Aggregations
 
aggregations - Variable in class org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
 
aggregations - Variable in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
 
aggregations - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
 
aggregations() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the bytes representing the aggregation builders for this request.
aggregations() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
aggregations(SearchContextAggregations) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
aggregations() - Method in class org.elasticsearch.search.internal.SearchContext
 
aggregations(SearchContextAggregations) - Method in class org.elasticsearch.search.internal.SearchContext
 
aggregations(SearchContextAggregations) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
AGGREGATIONS - Static variable in class org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult
 
aggregations(InternalAggregations) - Method in class org.elasticsearch.search.query.QuerySearchResult
 
AGGREGATIONS_FIELD - Static variable in class org.elasticsearch.search.aggregations.Aggregations
 
AGGREGATIONS_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
aggregationsAsMap - Variable in class org.elasticsearch.search.aggregations.Aggregations
 
AggregationSpec(ParseField, Writeable.Reader<? extends AggregationBuilder>, Aggregator.Parser) - Constructor for class org.elasticsearch.plugins.SearchPlugin.AggregationSpec
Specification for an Aggregation.
AggregationSpec(String, Writeable.Reader<? extends AggregationBuilder>, Aggregator.Parser) - Constructor for class org.elasticsearch.plugins.SearchPlugin.AggregationSpec
Specification for an Aggregation.
AggregationTimingType - Enum in org.elasticsearch.search.profile.aggregation
 
Aggregator - Class in org.elasticsearch.search.aggregations
An Aggregator.
Aggregator() - Constructor for class org.elasticsearch.search.aggregations.Aggregator
 
Aggregator.Parser - Interface in org.elasticsearch.search.aggregations
Parses the aggregation request and creates the appropriate aggregator factory for it.
Aggregator.SubAggCollectionMode - Enum in org.elasticsearch.search.aggregations
Aggregation mode for sub aggregations.
AggregatorBase - Class in org.elasticsearch.search.aggregations
Base implementation for concrete aggregators.
AggregatorBase(String, AggregatorFactories, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.AggregatorBase
Constructs a new Aggregator.
AggregatorFactories - Class in org.elasticsearch.search.aggregations
 
AggregatorFactories.AggParseContext - Class in org.elasticsearch.search.aggregations
Context to parse and aggregation.
AggregatorFactories.Builder - Class in org.elasticsearch.search.aggregations
 
AggregatorFactory<AF extends AggregatorFactory<AF>> - Class in org.elasticsearch.search.aggregations
 
AggregatorFactory(String, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.AggregatorFactory
Constructs a new aggregator factory.
AggregatorFactory.MultiBucketAggregatorWrapper - Class in org.elasticsearch.search.aggregations
 
aggregators() - Method in class org.elasticsearch.search.aggregations.SearchContextAggregations
 
aggregators(Aggregator[]) - Method in class org.elasticsearch.search.aggregations.SearchContextAggregations
Registers all the created aggregators (top level aggregators) for the search execution context.
AGGS_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
aggsUsedForSorting - Variable in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
 
Alias - Class in org.elasticsearch.action.admin.indices.alias
Represents an alias, to be associated with an index
Alias(String) - Constructor for class org.elasticsearch.action.admin.indices.alias.Alias
 
alias(String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
Set the alias this action is operating on.
alias(Alias) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Adds an alias that will be associated with the index when it gets created
alias(Alias) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
 
alias(Alias) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Adds an alias that will be added when the index gets created.
alias() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
alias() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
Alias(AliasMetaData, IndexMetaData) - Constructor for class org.elasticsearch.cluster.metadata.AliasOrIndex.Alias
 
AliasAction - Class in org.elasticsearch.cluster.metadata
Individual operation to perform on the cluster state as part of an IndicesAliasesRequest.
AliasAction.Add - Class in org.elasticsearch.cluster.metadata
Operation to add an alias to an index.
AliasAction.NewAliasValidator - Interface in org.elasticsearch.cluster.metadata
Validate a new alias.
AliasAction.Remove - Class in org.elasticsearch.cluster.metadata
Operation to remove an alias from an index.
AliasAction.RemoveIndex - Class in org.elasticsearch.cluster.metadata
Operation to remove an index.
AliasActions(StreamInput) - Constructor for class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
Read from a stream.
aliases(String...) - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
 
aliases() - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
 
aliases(String...) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
Aliases to use with this action.
aliases() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
aliases(Set<Alias>) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
aliases() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
aliases(Map) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the aliases that will be associated with the index when it gets created
aliases(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the aliases that will be associated with the index when it gets created
aliases(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the aliases that will be associated with the index when it gets created
aliases(BytesReference) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the aliases that will be associated with the index when it gets created
aliases() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
aliases() - Method in class org.elasticsearch.action.admin.indices.get.GetIndexResponse
 
aliases() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
aliases(Map) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Sets the aliases that will be associated with the index when it gets created
aliases(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Sets the aliases that will be associated with the index when it gets created
aliases(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Sets the aliases that will be associated with the index when it gets created
aliases(BytesReference) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Sets the aliases that will be associated with the index when it gets created
aliases() - Method in interface org.elasticsearch.action.AliasesRequest
Returns the array of aliases that the action relates to
aliases(String...) - Method in interface org.elasticsearch.action.AliasesRequest
Sets the array of aliases that the action relates to
aliases(IndicesAliasesRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Allows to add/remove aliases from indices.
aliases(IndicesAliasesRequest, ActionListener<IndicesAliasesResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Allows to add/remove aliases from indices.
aliases() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
aliases(Set<Alias>) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
 
aliasesExist(GetAliasesRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Check to existence of index aliases.
aliasesExist(GetAliasesRequest, ActionListener<AliasesExistResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Check the existence of specified index aliases.
AliasesExistAction - Class in org.elasticsearch.action.admin.indices.alias.exists
 
AliasesExistRequestBuilder - Class in org.elasticsearch.action.admin.indices.alias.exists
 
AliasesExistRequestBuilder(ElasticsearchClient, AliasesExistAction, String...) - Constructor for class org.elasticsearch.action.admin.indices.alias.exists.AliasesExistRequestBuilder
 
AliasesExistResponse - Class in org.elasticsearch.action.admin.indices.alias.exists
 
AliasesExistResponse(boolean) - Constructor for class org.elasticsearch.action.admin.indices.alias.exists.AliasesExistResponse
 
AliasesNotFoundException - Exception in org.elasticsearch.rest.action.admin.indices
 
AliasesNotFoundException(String...) - Constructor for exception org.elasticsearch.rest.action.admin.indices.AliasesNotFoundException
 
AliasesNotFoundException(StreamInput) - Constructor for exception org.elasticsearch.rest.action.admin.indices.AliasesNotFoundException
 
AliasesRequest - Interface in org.elasticsearch.action
Needs to be implemented by all ActionRequest subclasses that relate to one or more indices and one or more aliases.
AliasFilter - Class in org.elasticsearch.search.internal
Represents a QueryBuilder and a list of alias names that filters the builder is composed of.
AliasFilter(QueryBuilder, String...) - Constructor for class org.elasticsearch.search.internal.AliasFilter
 
AliasFilter(StreamInput) - Constructor for class org.elasticsearch.search.internal.AliasFilter
 
aliasFilter() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
aliasFilter() - Method in class org.elasticsearch.search.internal.SearchContext
 
AliasFilterParsingException - Exception in org.elasticsearch.indices
 
AliasFilterParsingException(Index, String, String, Throwable) - Constructor for exception org.elasticsearch.indices.AliasFilterParsingException
 
AliasFilterParsingException(StreamInput) - Constructor for exception org.elasticsearch.indices.AliasFilterParsingException
 
AliasMetaData - Class in org.elasticsearch.cluster.metadata
 
AliasMetaData(StreamInput) - Constructor for class org.elasticsearch.cluster.metadata.AliasMetaData
 
AliasMetaData.Builder - Class in org.elasticsearch.cluster.metadata
 
AliasOrIndex - Interface in org.elasticsearch.cluster.metadata
Encapsulates the IndexMetaData instances of a concrete index or indices an alias is pointing to.
AliasOrIndex.Alias - Class in org.elasticsearch.cluster.metadata
Represents an alias and groups all IndexMetaData instances sharing the same alias name together.
AliasOrIndex.Index - Class in org.elasticsearch.cluster.metadata
Represents an concrete index and encapsulates its IndexMetaData
AliasValidator - Class in org.elasticsearch.cluster.metadata
Validator for an alias, to be used before adding an alias to the index metadata and make sure the alias is valid
AliasValidator(Settings) - Constructor for class org.elasticsearch.cluster.metadata.AliasValidator
 
all() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Sets to return all the data.
all() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Sets to return all the data.
all() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Sets all the request flags.
all() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Sets all the request flags.
all() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
all() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
Include all data
ALL - Static variable in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
all() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
Sets all flags to return all stats.
all() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
Sets all flags to return all stats.
all() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
Sets all flags to return all stats.
ALL - Static variable in class org.elasticsearch.action.support.ActiveShardCount
 
ALL - Static variable in enum org.elasticsearch.cluster.block.ClusterBlockLevel
 
ALL - Static variable in class org.elasticsearch.cluster.metadata.MetaData
 
ALL_ACTIONS - Static variable in class org.elasticsearch.action.support.tasks.BaseTasksRequest
 
ALL_CONTEXTS - Static variable in class org.elasticsearch.cluster.metadata.MetaData
Indicates that this custom metadata will be returned as part of an API call, stored as a part of a snapshot global state, and will be persisted between node restarts
ALL_FIELDS_FIELDS - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
ALL_NODES - Static variable in class org.elasticsearch.action.support.tasks.BaseTasksRequest
 
ALL_SNAPSHOTS - Static variable in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
 
allActiveShardsGrouped(String[], boolean) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
allActiveShardsGrouped(String[], boolean, boolean) - Method in class org.elasticsearch.cluster.routing.RoutingTable
Return GroupShardsIterator where each active shard routing has it's own shard iterator.
allAssignedShardsGrouped(String[], boolean) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
allAssignedShardsGrouped(String[], boolean, boolean) - Method in class org.elasticsearch.cluster.routing.RoutingTable
Return GroupShardsIterator where each assigned shard routing has it's own shard iterator.
AllCircuitBreakerStats - Class in org.elasticsearch.indices.breaker
Stats class encapsulating all of the different circuit breaker stats
AllCircuitBreakerStats(CircuitBreakerStats[]) - Constructor for class org.elasticsearch.indices.breaker.AllCircuitBreakerStats
 
AllCircuitBreakerStats(StreamInput) - Constructor for class org.elasticsearch.indices.breaker.AllCircuitBreakerStats
 
allElementsAreEqual(Iterable<?>, Iterable<?>) - Static method in class org.elasticsearch.common.util.iterable.Iterables
 
allEnabled() - Method in class org.elasticsearch.index.mapper.MapperService
Returns true if the "_all" field is enabled on any type.
AllEntries - Class in org.elasticsearch.common.lucene.all
 
AllEntries() - Constructor for class org.elasticsearch.common.lucene.all.AllEntries
 
allEntries() - Method in class org.elasticsearch.index.mapper.ParseContext
 
allEntries() - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
AllEntries.Entry - Class in org.elasticsearch.common.lucene.all
 
AllField - Class in org.elasticsearch.common.lucene.all
 
AllField(String, String, float, FieldType) - Constructor for class org.elasticsearch.common.lucene.all.AllField
 
AllFieldMapper - Class in org.elasticsearch.index.mapper
 
allFieldMapper() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
AllFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
AllFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
AllFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
allocate(RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
 
allocate(RoutingAllocation) - Method in interface org.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocator
Allocates shards to nodes in the cluster.
allocateDangled(Collection<IndexMetaData>, LocalAllocateDangledIndices.Listener) - Method in class org.elasticsearch.gateway.LocalAllocateDangledIndices
 
AllocateDangledRequest() - Constructor for class org.elasticsearch.gateway.LocalAllocateDangledIndices.AllocateDangledRequest
 
AllocateEmptyPrimaryAllocationCommand - Class in org.elasticsearch.cluster.routing.allocation.command
Allocates an unassigned empty primary shard to a specific node.
AllocateEmptyPrimaryAllocationCommand(String, int, String, boolean) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand
AllocateEmptyPrimaryAllocationCommand(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand
Read from a stream.
AllocateEmptyPrimaryAllocationCommand.Builder - Class in org.elasticsearch.cluster.routing.allocation.command
 
AllocateReplicaAllocationCommand - Class in org.elasticsearch.cluster.routing.allocation.command
Allocates an unassigned replica shard to a specific node.
AllocateReplicaAllocationCommand(String, int, String) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand
AllocateReplicaAllocationCommand(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand
Read from a stream.
AllocateReplicaAllocationCommand.Builder - Class in org.elasticsearch.cluster.routing.allocation.command
 
AllocateStalePrimaryAllocationCommand - Class in org.elasticsearch.cluster.routing.allocation.command
Allocates an unassigned stale primary shard to a specific node.
AllocateStalePrimaryAllocationCommand(String, int, String, boolean) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand
AllocateStalePrimaryAllocationCommand(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand
Read from a stream.
AllocateStalePrimaryAllocationCommand.Builder - Class in org.elasticsearch.cluster.routing.allocation.command
 
allocateUnassigned(RoutingAllocation) - Method in class org.elasticsearch.gateway.BaseGatewayShardAllocator
Allocate unassigned shards to nodes (if any) where valid copies of the shard already exist.
allocateUnassigned(RoutingAllocation) - Method in class org.elasticsearch.gateway.GatewayAllocator
 
AllocateUnassignedDecision - Class in org.elasticsearch.cluster.routing.allocation
Represents the allocation decision by an allocator for an unassigned shard.
AllocateUnassignedDecision(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
 
AllocationCommand - Interface in org.elasticsearch.cluster.routing.allocation.command
A command to move shards in some way.
AllocationCommand.Parser<T extends AllocationCommand> - Interface in org.elasticsearch.cluster.routing.allocation.command
 
AllocationCommands - Class in org.elasticsearch.cluster.routing.allocation.command
A simple AllocationCommand composite managing several AllocationCommand implementations
AllocationCommands(AllocationCommand...) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
Creates a new set of AllocationCommands
AllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
AllocationDecider is an abstract base class that allows to make dynamic cluster- or index-wide shard allocation decisions on a per-node basis.
AllocationDecider(Settings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
Initializes a new AllocationDecider
AllocationDeciders - Class in org.elasticsearch.cluster.routing.allocation.decider
A composite AllocationDecider combining the "decision" of multiple AllocationDecider implementations into a single allocation decision.
AllocationDeciders(Settings, Collection<AllocationDecider>) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
 
AllocationDecision - Enum in org.elasticsearch.cluster.routing.allocation
An enum which represents the various decision types that can be taken by the allocators and deciders for allocating a shard to a node.
allocationExplain(ClusterAllocationExplainRequest, ActionListener<ClusterAllocationExplainResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Explain the allocation of a shard
allocationExplain(ClusterAllocationExplainRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Explain the allocation of a shard
AllocationId - Class in org.elasticsearch.cluster.routing
Uniquely identifies an allocation.
allocationId() - Method in class org.elasticsearch.cluster.routing.ShardRouting
An id that uniquely identifies an allocation.
allocationId() - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
 
allocationId - Variable in class org.elasticsearch.index.shard.ShardStateMetaData
 
AllocationService - Class in org.elasticsearch.cluster.routing.allocation
This service manages the node allocation of a cluster.
AllocationService(Settings, AllocationDeciders, GatewayAllocator, ShardsAllocator, ClusterInfoService) - Constructor for class org.elasticsearch.cluster.routing.allocation.AllocationService
 
AllocationService.CommandsResult - Class in org.elasticsearch.cluster.routing.allocation
this class is used to describe results of applying a set of AllocationCommand
ALLOW_UNMAPPED - Static variable in class org.elasticsearch.index.IndexSettings
 
allowAliasesToMultipleIndices() - Method in class org.elasticsearch.action.support.IndicesOptions
 
ALLOWED_CONTENT_FIELD_NAMES - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper
 
ALLOWED_CONTENT_FIELD_NAMES - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x
 
ALLOWED_QUERY_MAPPER_TYPES - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
ALLOWED_URLS_SETTING - Static variable in class org.elasticsearch.repositories.uri.URLRepository
 
allowLeadingWildcard() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
allowLeadingWildcard(boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
allowLeadingWildcard(Boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Should leading wildcards be allowed or not.
allowLeadingWildcard() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
allowNoIndices() - Method in class org.elasticsearch.action.support.IndicesOptions
 
allowPrimary() - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
allowsNull(Annotation[]) - Static method in class org.elasticsearch.common.inject.internal.Nullability
 
allPrimaryShardsActive() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
Returns true if all shards are primary and active.
allPrimaryShardsUnassigned() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
Returns true if all primary shards are in ShardRoutingState.UNASSIGNED state.
allQueryableDefaultFields(QueryShardContext) - Static method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Given a shard context, return a map of all fields in the mappings that can be queried.
allReplicasActive(ShardId, MetaData) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
Returns true iff all replicas are active for the given shard routing.
allShards(boolean) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
Indicates whether the query should be validated on all shards instead of one random shard
allShards() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
Indicates whether the query should be validated on all shards instead of one random shard
allShards() - Method in class org.elasticsearch.cluster.routing.RoutingTable
All the shards (replicas) for all indices in this routing table.
allShards(String) - Method in class org.elasticsearch.cluster.routing.RoutingTable
All the shards (replicas) for the provided index.
allShards(String[]) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
allShardsIncludingRelocationTargets(String[]) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
allShardsStarted() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns true iff all shards in the routing table are started otherwise false
AllTermQuery - Class in org.elasticsearch.common.lucene.all
A term query that takes all payload boost values into account.
AllTermQuery(Term) - Constructor for class org.elasticsearch.common.lucene.all.AllTermQuery
 
AllTokenStream - Class in org.elasticsearch.common.lucene.all
 
allTokenStream(String, String, float, Analyzer) - Static method in class org.elasticsearch.common.lucene.all.AllTokenStream
 
alpha(double) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel.EWMAModelBuilder
Alpha controls the smoothing of the data.
alpha(double) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel.HoltLinearModelBuilder
Alpha controls the smoothing of the data.
alpha(double) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
Alpha controls the smoothing of the data.
alreadyClosed() - Method in class org.elasticsearch.common.util.concurrent.AbstractRefCounted
 
alreadyClosed() - Method in class org.elasticsearch.search.internal.SearchContext
 
AlreadyExpiredException - Exception in org.elasticsearch.index
 
AlreadyExpiredException(String, String, String, long, long, long) - Constructor for exception org.elasticsearch.index.AlreadyExpiredException
 
AlreadyExpiredException(StreamInput) - Constructor for exception org.elasticsearch.index.AlreadyExpiredException
 
ALTERNATIVE_NAME - Static variable in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
 
ALWAYS - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.Decision
 
alwaysEnforce() - Method in interface org.elasticsearch.bootstrap.BootstrapCheck
 
ambiguousTypeConversion(String, Object, TypeLiteral<?>, MatcherAndConverter, MatcherAndConverter) - Method in class org.elasticsearch.common.inject.internal.Errors
 
Analysis - Class in org.elasticsearch.index.analysis
 
Analysis() - Constructor for class org.elasticsearch.index.analysis.Analysis
 
AnalysisModule - Class in org.elasticsearch.indices.analysis
AnalysisModule(Environment, List<AnalysisPlugin>) - Constructor for class org.elasticsearch.indices.analysis.AnalysisModule
 
AnalysisModule.AnalysisProvider<T> - Interface in org.elasticsearch.indices.analysis
The basic factory interface for analysis components.
AnalysisPlugin - Interface in org.elasticsearch.plugins
An additional extension point for Plugins that extends Elasticsearch's analysis functionality.
AnalysisRegistry - Class in org.elasticsearch.index.analysis
An internal registry for tokenizer, token filter, char filter and analyzer.
AnalysisRegistry(Environment, Map<String, AnalysisModule.AnalysisProvider<CharFilterFactory>>, Map<String, AnalysisModule.AnalysisProvider<TokenFilterFactory>>, Map<String, AnalysisModule.AnalysisProvider<TokenizerFactory>>, Map<String, AnalysisModule.AnalysisProvider<AnalyzerProvider<?>>>, Map<String, AnalysisModule.AnalysisProvider<AnalyzerProvider<?>>>) - Constructor for class org.elasticsearch.index.analysis.AnalysisRegistry
 
analysisRegistry - Variable in class org.elasticsearch.ingest.Processor.Parameters
Provide analyzer support
analyze(AnalyzeRequest, String, Analyzer, IndexAnalyzers, AnalysisRegistry, Environment) - Static method in class org.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
 
analyze(AnalyzeRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Analyze text under the provided index.
analyze(AnalyzeRequest, ActionListener<AnalyzeResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Analyze text under the provided index.
analyze(Analyzer, BytesRef, String, DirectCandidateGenerator.TokenConsumer, CharsRefBuilder) - Static method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
 
analyze(TokenStream, DirectCandidateGenerator.TokenConsumer) - Static method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
NOTE: this method closes the TokenStream, even on exception, which is awkward because really the caller who called Analyzer.tokenStream(java.lang.String, java.io.Reader) should close it, but when trying that there are recursion issues when we try to use the same TokenStream twice in the same recursion...
AnalyzeAction - Class in org.elasticsearch.action.admin.indices.analyze
 
analyzeGraphPhrase(TokenStream, String, int) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
analyzeGraphPhrase(TokenStream, String, int) - Method in class org.elasticsearch.index.query.SimpleQueryParser
analyzeGraphPhraseWithLimit(TokenStream, String, int, MapperQueryParser.CheckedBiFunction<TokenStream, String, SpanQuery>, boolean) - Static method in class org.apache.lucene.queryparser.classic.MapperQueryParser
Overrides QueryBuilder.analyzeGraphPhrase(TokenStream, String, int) to add a limit (see BooleanQuery.getMaxClauseCount()) to the number of SpanQuery that this method can create.
analyzer() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
analyzer(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
analyzer() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
analyzer() - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
 
analyzer(DetailAnalyzeResponse.AnalyzeTokenList) - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
 
analyzer() - Method in class org.elasticsearch.index.analysis.NamedAnalyzer
The actual analyzer.
analyzer() - Method in class org.elasticsearch.index.analysis.PreBuiltAnalyzerProviderFactory
 
ANALYZER - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
 
ANALYZER - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Fields
 
analyzer() - Method in class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper
Name of analyzer.
analyzer(NamedAnalyzer) - Method in class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper.Builder
 
analyzer() - Method in class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper.Builder
 
analyzer() - Method in class org.elasticsearch.index.mapper.TokenCountFieldMapper
Name of analyzer.
analyzer(NamedAnalyzer) - Method in class org.elasticsearch.index.mapper.TokenCountFieldMapper.Builder
 
analyzer() - Method in class org.elasticsearch.index.mapper.TokenCountFieldMapper.Builder
 
analyzer(String) - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
Explicitly set the analyzer to use.
analyzer() - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
analyzer(String) - Method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
Explicitly set the analyzer to use.
analyzer() - Method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
Get the analyzer to use, if previously set, otherwise null
analyzer(String) - Method in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
Explicitly set the analyzer to use.
analyzer() - Method in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
Get the analyzer to use, if previously set, otherwise null
analyzer(String) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Explicitly set the analyzer to use.
analyzer() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Get the analyzer to use, if previously set, otherwise null
analyzer(String) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
The analyzer that will be used to analyze the text.
analyzer() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
analyzer(String) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Explicitly set the analyzer to use.
analyzer() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
analyzer(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
The optional analyzer used to analyze the query string.
analyzer(String) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Specify an analyzer to use for the query.
analyzer() - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Returns the analyzer to use for the query.
analyzer - Variable in class org.elasticsearch.index.search.MatchQuery
 
ANALYZER - Static variable in class org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
 
analyzer - Variable in class org.elasticsearch.search.suggest.SuggestionBuilder
 
analyzer(String) - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
Sets the analyzer to analyse to suggest text with.
analyzer() - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
ANALYZER_FIELD - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
ANALYZER_FIELD - Static variable in class org.elasticsearch.search.suggest.SuggestionBuilder
 
AnalyzeRequest - Class in org.elasticsearch.action.admin.indices.analyze
A request to analyze a text associated with a specific index.
AnalyzeRequest() - Constructor for class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
AnalyzeRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
Constructs a new analyzer request for the provided index.
AnalyzeRequest.NameOrDefinition - Class in org.elasticsearch.action.admin.indices.analyze
 
AnalyzeRequestBuilder - Class in org.elasticsearch.action.admin.indices.analyze
 
AnalyzeRequestBuilder(ElasticsearchClient, AnalyzeAction) - Constructor for class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
 
AnalyzeRequestBuilder(ElasticsearchClient, AnalyzeAction, String, String...) - Constructor for class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
 
AnalyzeResponse - Class in org.elasticsearch.action.admin.indices.analyze
 
AnalyzeResponse(List<AnalyzeResponse.AnalyzeToken>, DetailAnalyzeResponse) - Constructor for class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
 
AnalyzeResponse.AnalyzeToken - Class in org.elasticsearch.action.admin.indices.analyze
 
AnalyzerProvider<T extends org.apache.lucene.analysis.Analyzer> - Interface in org.elasticsearch.index.analysis
 
analyzers() - Method in class org.elasticsearch.index.analysis.FieldNameAnalyzer
 
AnalyzerScope - Enum in org.elasticsearch.index.analysis
 
AnalyzeToken(String, int, int, int, int, String, Map<String, Object>) - Constructor for class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
AnalyzeTokenList(String, AnalyzeResponse.AnalyzeToken[]) - Constructor for class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
 
analyzeWildcard() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
analyzeWildcard(boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
analyzeWildcard(Boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Set to true to enable analysis on wildcard and prefix queries.
analyzeWildcard() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
analyzeWildcard(boolean) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Specifies whether wildcards should be analyzed.
analyzeWildcard() - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Returns whether wildcards should by analyzed.
AnalyzingCompletionLookupProvider - Class in org.elasticsearch.search.suggest.completion2x
 
AnalyzingCompletionLookupProvider(boolean, boolean, boolean) - Constructor for class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
and(Matcher<? super T>) - Method in class org.elasticsearch.common.inject.matcher.AbstractMatcher
 
and(Matcher<? super T>) - Method in interface org.elasticsearch.common.inject.matcher.Matcher
Returns a new matcher which returns true if both this and the given matcher return true.
AnnotatedBindingBuilder<T> - Interface in org.elasticsearch.common.inject.binder
See the EDSL examples at Binder.
AnnotatedConstantBindingBuilder - Interface in org.elasticsearch.common.inject.binder
See the EDSL examples at Binder.
AnnotatedElementBuilder - Interface in org.elasticsearch.common.inject.binder
See the EDSL examples at Binder.
annotatedWith(Class<? extends Annotation>) - Method in interface org.elasticsearch.common.inject.binder.AnnotatedBindingBuilder
See the EDSL examples at Binder.
annotatedWith(Annotation) - Method in interface org.elasticsearch.common.inject.binder.AnnotatedBindingBuilder
See the EDSL examples at Binder.
annotatedWith(Class<? extends Annotation>) - Method in interface org.elasticsearch.common.inject.binder.AnnotatedConstantBindingBuilder
See the EDSL examples at Binder.
annotatedWith(Annotation) - Method in interface org.elasticsearch.common.inject.binder.AnnotatedConstantBindingBuilder
See the EDSL examples at Binder.
annotatedWith(Class<? extends Annotation>) - Method in interface org.elasticsearch.common.inject.binder.AnnotatedElementBuilder
See the EDSL examples at Binder.
annotatedWith(Annotation) - Method in interface org.elasticsearch.common.inject.binder.AnnotatedElementBuilder
See the EDSL examples at Binder.
annotatedWith(Class<? extends Annotation>) - Method in class org.elasticsearch.common.inject.internal.BindingBuilder
 
annotatedWith(Annotation) - Method in class org.elasticsearch.common.inject.internal.BindingBuilder
 
annotatedWith(Class<? extends Annotation>) - Method in class org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
 
annotatedWith(Annotation) - Method in class org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
 
annotatedWith(Class<? extends Annotation>) - Method in class org.elasticsearch.common.inject.internal.ExposureBuilder
 
annotatedWith(Annotation) - Method in class org.elasticsearch.common.inject.internal.ExposureBuilder
 
annotatedWith(Class<? extends Annotation>) - Static method in class org.elasticsearch.common.inject.matcher.Matchers
Returns a matcher which matches elements (methods, classes, etc.) with a given annotation.
annotatedWith(Annotation) - Static method in class org.elasticsearch.common.inject.matcher.Matchers
Returns a matcher which matches elements (methods, classes, etc.) with a given annotation.
annotatedWithInternal(Class<? extends Annotation>) - Method in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
Sets the binding to a copy with the specified annotation on the bound key
annotatedWithInternal(Annotation) - Method in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
Sets the binding to a copy with the specified annotation on the bound key
ANNOTATION_ALREADY_SPECIFIED - Static variable in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
Annotations - Class in org.elasticsearch.common.inject.internal
Annotation utilities.
Annotations() - Constructor for class org.elasticsearch.common.inject.internal.Annotations
 
any() - Static method in class org.elasticsearch.common.inject.matcher.Matchers
Returns a matcher which matches any input.
anySet() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
API_AND_GATEWAY - Static variable in class org.elasticsearch.cluster.metadata.MetaData
Indicates that this custom metadata will be returned as part of an API call and will be persisted between node restarts, but will not be a part of a snapshot global state
API_AND_SNAPSHOT - Static variable in class org.elasticsearch.cluster.metadata.MetaData
Indicates that this custom metadata will be returned as part of an API call and stored as a part of a snapshot global state, but will not be persisted between node restarts
API_ONLY - Static variable in class org.elasticsearch.cluster.metadata.MetaData
Indicates that this custom metadata will be returned as part of an API call but will not be persisted
ApostropheFilterFactory - Class in org.elasticsearch.index.analysis
Factory for ApostropheFilter
ApostropheFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ApostropheFilterFactory
 
append(StringBuilder, String, int, int) - Method in class org.apache.lucene.search.postingshighlight.CustomPassageFormatter
 
append(CharSequence) - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Appends the specified character to this writer.
append(Path, Path, int) - Static method in class org.elasticsearch.common.io.FileSystemUtils
Appends the path to the given base and strips N elements off the path if strip is > 0.
appendElement(T[], T) - Static method in class org.elasticsearch.common.collect.CopyOnWriteHashMap
 
appendFieldValue(String, Object) - Method in class org.elasticsearch.ingest.IngestDocument
Appends the provided value to the provided path in the document.
appendFieldValue(TemplateService.Template, ValueSource) - Method in class org.elasticsearch.ingest.IngestDocument
Appends the provided value to the provided path in the document.
apply(T, U) - Method in interface org.apache.lucene.queryparser.classic.MapperQueryParser.CheckedBiFunction
Applies this function to the given arguments.
apply(Task, String, Request, ActionListener<Response>, ActionFilterChain<Request, Response>) - Method in interface org.elasticsearch.action.support.ActionFilter
Enables filtering the execution of an action on the request side, either by sending a response through the ActionListener or by continuing the execution through the given chain
apply(Task, String, Request, ActionListener<Response>, ActionFilterChain<Request, Response>) - Method in class org.elasticsearch.action.support.ActionFilter.Simple
 
apply(String, ActionRequest, ActionListener<?>) - Method in class org.elasticsearch.action.support.ActionFilter.Simple
Applies this filter and returns true if the execution chain should proceed, or false if it should be aborted since the filter already handled the request and called the given listener.
apply(T) - Method in interface org.elasticsearch.cluster.Diff
Applies difference to the specified part and returns the resulted part
apply(ImmutableOpenMap<K, T>) - Method in class org.elasticsearch.cluster.DiffableUtils.ImmutableOpenMapDiff
 
apply(MetaData.Custom) - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.IndexGraveyardDiff
 
apply(CreateIndexClusterStateUpdateRequest, IndexTemplateMetaData) - Method in interface org.elasticsearch.cluster.metadata.IndexTemplateFilter
 
apply(T) - Method in interface org.elasticsearch.common.CheckedFunction
 
apply(double) - Method in enum org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
 
apply(T, Settings, Settings) - Method in interface org.elasticsearch.common.settings.AbstractScopedSettings.SettingUpdater
Applies the given value to the updater.
apply(Settings, Settings) - Method in interface org.elasticsearch.common.settings.AbstractScopedSettings.SettingUpdater
Updates this updaters value if it has changed.
apply(XContentParser, Context) - Method in class org.elasticsearch.common.xcontent.ConstructingObjectParser
Call this to do the actual parsing.
apply(XContentParser, Context) - Method in class org.elasticsearch.common.xcontent.ObjectParser
 
apply(long) - Method in interface org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator.GlobalOrdLookupFunction
 
applyAsLong(IndicesFieldDataCache.Key, Accountable) - Method in class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.FieldDataWeigher
 
applyChanges(MetaData, RoutingTable) - Method in class org.elasticsearch.cluster.routing.allocation.IndexMetaDataUpdater
Updates the current MetaData based on the changes of this RoutingChangesObserver.
applyChanges(RestoreInProgress) - Method in class org.elasticsearch.snapshots.RestoreService.RestoreInProgressUpdater
 
applyClusterState(ClusterChangedEvent) - Method in class org.elasticsearch.action.ingest.IngestActionForwarder
 
applyClusterState(ClusterChangedEvent) - Method in interface org.elasticsearch.cluster.ClusterStateApplier
Called when a new cluster state (ClusterChangedEvent.state() needs to be applied
applyClusterState(ClusterChangedEvent) - Method in class org.elasticsearch.gateway.Gateway
 
applyClusterState(ClusterChangedEvent) - Method in class org.elasticsearch.gateway.GatewayMetaState
 
applyClusterState(ClusterChangedEvent) - Method in class org.elasticsearch.indices.cluster.IndicesClusterStateService
 
applyClusterState(ClusterChangedEvent) - Method in class org.elasticsearch.ingest.PipelineExecutionService
 
applyClusterState(ClusterChangedEvent) - Method in class org.elasticsearch.ingest.PipelineStore
 
applyClusterState(ClusterChangedEvent) - Method in class org.elasticsearch.repositories.RepositoriesService
Checks if new repositories appeared in or disappeared from cluster metadata and updates current list of repositories accordingly.
applyClusterState(ClusterChangedEvent) - Method in class org.elasticsearch.script.ScriptService
 
applyClusterState(ClusterChangedEvent) - Method in class org.elasticsearch.snapshots.RestoreService
 
applyClusterState(ClusterChangedEvent) - Method in class org.elasticsearch.snapshots.SnapshotShardsService
 
applyClusterState(ClusterChangedEvent) - Method in class org.elasticsearch.snapshots.SnapshotsService
 
applyClusterState(ClusterChangedEvent) - Method in class org.elasticsearch.tasks.TaskManager
 
applyContentParser(CheckedConsumer<XContentParser, IOException>) - Method in class org.elasticsearch.rest.RestRequest
If there is any content then call applyParser with the parser, otherwise do nothing.
applyFailedShard(ClusterState, ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.AllocationService
 
applyFailedShards(ClusterState, List<FailedShard>) - Method in class org.elasticsearch.cluster.routing.allocation.AllocationService
 
applyFailedShards(ClusterState, List<FailedShard>, List<StaleShard>) - Method in class org.elasticsearch.cluster.routing.allocation.AllocationService
Applies the failed shards.
applyFailedShards(RoutingAllocation, List<FailedShard>) - Method in class org.elasticsearch.gateway.GatewayAllocator
 
applyMinimumShouldMatch(BooleanQuery, String) - Static method in class org.elasticsearch.common.lucene.search.Queries
 
applySettings(Settings) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Applies the given settings to all the settings consumers or to none of them.
applyStartedShards(ClusterState, List<ShardRouting>) - Method in class org.elasticsearch.cluster.routing.allocation.AllocationService
Applies the started shards.
applyStartedShards(RoutingAllocation, List<ShardRouting>) - Method in class org.elasticsearch.gateway.GatewayAllocator
 
applyTo(Binder) - Method in class org.elasticsearch.common.inject.internal.ExposedBindingImpl
 
applyTo(Binder) - Method in class org.elasticsearch.common.inject.internal.InstanceBindingImpl
 
applyTo(Binder) - Method in class org.elasticsearch.common.inject.internal.LinkedBindingImpl
 
applyTo(Binder) - Method in class org.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
 
applyTo(Binder) - Method in class org.elasticsearch.common.inject.internal.PrivateElementsImpl
 
applyTo(Binder) - Method in class org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
 
applyTo(ScopedBindingBuilder) - Method in class org.elasticsearch.common.inject.internal.Scoping
 
applyTo(Binder) - Method in class org.elasticsearch.common.inject.internal.UntargettedBindingImpl
 
applyTo(Binder) - Method in interface org.elasticsearch.common.inject.spi.Element
Writes this module element to the given binder (optional operation).
applyTo(Binder) - Method in interface org.elasticsearch.common.inject.spi.ExposedBinding
Unsupported.
applyTo(Binder) - Method in class org.elasticsearch.common.inject.spi.InjectionRequest
 
applyTo(Binder) - Method in class org.elasticsearch.common.inject.spi.MembersInjectorLookup
 
applyTo(Binder) - Method in class org.elasticsearch.common.inject.spi.Message
 
applyTo(Binder) - Method in class org.elasticsearch.common.inject.spi.ProviderLookup
 
applyTo(Binder) - Method in class org.elasticsearch.common.inject.spi.ScopeBinding
 
applyTo(Binder) - Method in class org.elasticsearch.common.inject.spi.StaticInjectionRequest
 
applyTo(Binder) - Method in class org.elasticsearch.common.inject.spi.TypeConverterBinding
 
applyTo(Binder) - Method in class org.elasticsearch.common.inject.spi.TypeListenerBinding
 
ArabicAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
ArabicAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ArabicAnalyzerProvider
 
ArabicNormalizationFilterFactory - Class in org.elasticsearch.index.analysis
 
ArabicNormalizationFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ArabicNormalizationFilterFactory
 
ArabicStemTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
ArabicStemTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ArabicStemTokenFilterFactory
 
arcDistance(double, double, double, double) - Static method in class org.elasticsearch.common.geo.GeoUtils
Return the distance (in meters) between 2 lat,lon geo points using the haversine method implemented by lucene
arcDistance(double, double) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
arcDistanceWithDefault(double, double, double) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
ARCHIVED_SETTINGS_PREFIX - Static variable in class org.elasticsearch.common.settings.AbstractScopedSettings
 
archiveUnknownOrInvalidSettings(Settings, Consumer<Map.Entry<String, String>>, BiConsumer<Map.Entry<String, String>, IllegalArgumentException>) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Archives invalid or unknown settings.
ArmenianAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
ArmenianAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ArmenianAnalyzerProvider
 
array() - Method in class org.elasticsearch.common.bytes.BytesArray
 
array(String, boolean[]) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
array(String, double[]) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
array(String, float[]) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
array(String, int[]) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
array(String, long[]) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
array(String, short[]) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
array(String, String...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
array(String, Object...) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
arrayAsArrayList(E...) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
arrayOf(Type) - Static method in class org.elasticsearch.common.inject.util.Types
Returns an array type whose elements are all instances of componentType.
arrayToCommaDelimitedString(Object[]) - Static method in class org.elasticsearch.common.Strings
Convenience method to return a String array as a CSV String.
arrayToDelimitedString(Object[], String) - Static method in class org.elasticsearch.common.Strings
Convenience method to return a String array as a delimited (e.g.
arrayToDelimitedString(Object[], String, StringBuilder) - Static method in class org.elasticsearch.common.Strings
 
ArrayUtils - Class in org.elasticsearch.common.util
 
ArrayValueMapperParser - Interface in org.elasticsearch.index.mapper
A marker interface indicating that this mapper can handle array value, and the array itself should be passed to it.
asArrayList(E, E...) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
asArrayList(E, E, E...) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
asc() - Method in class org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket.SubAggregationComparator
 
ASCIIFoldingTokenFilterFactory - Class in org.elasticsearch.index.analysis
Factory for ASCIIFoldingFilter.
ASCIIFoldingTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ASCIIFoldingTokenFilterFactory
 
asDistance() - Method in class org.elasticsearch.common.unit.Fuzziness
 
asDistance(String) - Method in class org.elasticsearch.common.unit.Fuzziness
 
asEagerSingleton() - Method in interface org.elasticsearch.common.inject.binder.ScopedBindingBuilder
Instructs the Injector to eagerly initialize this singleton-scoped binding upon creation.
asEagerSingleton() - Method in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
asFloat() - Method in class org.elasticsearch.common.unit.Fuzziness
 
asList() - Method in class org.elasticsearch.common.util.concurrent.AtomicArray
Returns the it as a non null list.
asList() - Method in class org.elasticsearch.search.aggregations.Aggregations
The list of Aggregations.
asMap() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
 
asMap() - Method in class org.elasticsearch.index.store.Store.MetadataSnapshot
 
asMap() - Method in class org.elasticsearch.search.aggregations.Aggregations
Returns the Aggregations keyed by aggregation name.
asMap() - Method in class org.elasticsearch.search.lookup.LeafSearchLookup
 
asMultiBucketAggregator(AggregatorFactory<?>, SearchContext, Aggregator) - Static method in class org.elasticsearch.search.aggregations.AggregatorFactory
Utility method.
asSequentialAccessBits(int, ScorerSupplier) - Static method in class org.elasticsearch.common.lucene.Lucene
Given a ScorerSupplier, return a Bits instance that will match all documents contained in the set.
assertClusterStateThread() - Method in class org.elasticsearch.cluster.routing.DelayedAllocationService
 
assertClusterStateThread() - Static method in class org.elasticsearch.cluster.service.ClusterService
asserts that the current thread is the cluster state update thread
assertEquivalent(Environment, Environment) - Static method in class org.elasticsearch.env.Environment
asserts that the two environments are equivalent for all things the environment cares about (i.e., all but the setting object which may contain different setting)
Assertions - Class in org.elasticsearch
Provides a static final field that can be used to check if assertions are enabled.
assertNotClusterStateUpdateThread(String) - Static method in class org.elasticsearch.cluster.service.ClusterService
asserts that the current thread is NOT the cluster state update thread
assertNotScheduleThread(String) - Static method in class org.elasticsearch.threadpool.ThreadPool
 
assertNotTransportThread(String) - Static method in enum org.elasticsearch.transport.Transports
 
assertShardStats(RoutingNodes) - Static method in class org.elasticsearch.cluster.routing.RoutingNodes
Calculates RoutingNodes statistics by iterating over all ShardRoutings in the cluster to ensure the book-keeping is correct.
assertTransportThread() - Static method in enum org.elasticsearch.transport.Transports
 
assignedShards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns a List of assigned shards
assignedShards(ShardId) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
Returns all shards that are not in the state UNASSIGNED with the same shard ID as the given shard.
assignedToNode() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Returns true iff this shard is assigned to a node ie.
Assisted - Annotation Type in org.elasticsearch.common.inject.assistedinject
Annotates an injected parameter or field whose value comes from an argument to a factory method.
AssistedInject - Annotation Type in org.elasticsearch.common.inject.assistedinject
Deprecated.
FactoryProvider now works better with the standard @Inject annotation. When using that annotation, parameters are matched by name and type rather than by position. In addition, values that use the standard @Inject constructor annotation are eligible for method interception.
asString() - Method in class org.elasticsearch.common.unit.Fuzziness
 
AsyncAction(Task, Request, ActionListener<Response>) - Constructor for class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.AsyncAction
 
AsyncBroadcastAction(Task, Request, ActionListener<Response>) - Constructor for class org.elasticsearch.action.support.broadcast.TransportBroadcastAction.AsyncBroadcastAction
 
AsynchronousComputationException - Exception in org.elasticsearch.common.inject.internal
Wraps an exception that occurred during a computation in a different thread.
AsynchronousComputationException(Throwable) - Constructor for exception org.elasticsearch.common.inject.internal.AsynchronousComputationException
 
AsyncIOProcessor<Item> - Class in org.elasticsearch.common.util.concurrent
This async IO processor allows to batch IO operations and have a single writer processing the write operations.
AsyncIOProcessor(Logger, int) - Constructor for class org.elasticsearch.common.util.concurrent.AsyncIOProcessor
 
AsyncShardFetch<T extends BaseNodeResponse> - Class in org.elasticsearch.gateway
Allows to asynchronously fetch shard related data from other nodes for allocation, without blocking the cluster update thread.
AsyncShardFetch(Logger, String, ShardId, AsyncShardFetch.Lister<? extends BaseNodesResponse<T>, T>) - Constructor for class org.elasticsearch.gateway.AsyncShardFetch
 
AsyncShardFetch.FetchResult<T extends BaseNodeResponse> - Class in org.elasticsearch.gateway
The result of a fetch operation.
AsyncShardFetch.Lister<NodesResponse extends BaseNodesResponse<NodeResponse>,NodeResponse extends BaseNodeResponse> - Interface in org.elasticsearch.gateway
An action that lists the relevant shard data that needs to be fetched.
atLeastOneNodeWithYesDecision() - Method in class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
Returns true if there is at least one node that returned a Decision.Type.YES decision for allocating this shard.
AtomicArray<E> - Class in org.elasticsearch.common.util.concurrent
A list backed by an AtomicReferenceArray with potential null values, easily allowing to get the concrete values as a list using AtomicArray.asList().
AtomicArray(int) - Constructor for class org.elasticsearch.common.util.concurrent.AtomicArray
 
AtomicFieldData - Interface in org.elasticsearch.index.fielddata
The thread safe LeafReader level cache of the data.
AtomicGeoPointFieldData - Interface in org.elasticsearch.index.fielddata
AtomicFieldData specialization for geo points.
AtomicNumericFieldData - Interface in org.elasticsearch.index.fielddata
Specialization of AtomicFieldData for numeric data.
AtomicOrdinalsFieldData - Interface in org.elasticsearch.index.fielddata
Specialization of AtomicFieldData for data that is indexed with ordinals.
attemptSyncedFlush(String[], IndicesOptions, ActionListener<SyncedFlushResponse>) - Method in class org.elasticsearch.indices.flush.SyncedFlushService
a utility method to perform a synced flush for all shards of multiple indices.
attemptSyncedFlush(ShardId, ActionListener<ShardsSyncedFlushResult>) - Method in class org.elasticsearch.indices.flush.SyncedFlushService
 
attr - Variable in class org.elasticsearch.common.Table.Cell
 
attributes(String...) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
attributes() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
ATTRIBUTES - Static variable in class org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
 
AUTO - Static variable in class org.elasticsearch.common.unit.Fuzziness
 
AUTO_CREATE_INDEX_SETTING - Static variable in class org.elasticsearch.action.support.AutoCreateIndex
 
AUTO_INDEX_JTS_GEOMETRY - Static variable in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
AUTO_THROTTLE_SETTING - Static variable in class org.elasticsearch.index.MergeSchedulerConfig
 
AUTO_VALIDATE_JTS_GEOMETRY - Static variable in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
AutoCreateIndex - Class in org.elasticsearch.action.support
Encapsulates the logic of whether a new index should be automatically created when a write operation is about to happen in a non existing index.
AutoCreateIndex(Settings, ClusterSettings, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.support.AutoCreateIndex
 
autoGeneratePhraseQueries() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
autoGeneratePhraseQueries(boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
autoGeneratePhraseQueries(boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Set to true if phrase queries will be automatically generated when the analyzer returns more than one term from whitespace delimited text.
autoGeneratePhraseQueries() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
available() - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
available() - Method in class org.elasticsearch.common.io.stream.FilterStreamInput
 
available() - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
available() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
available() - Method in class org.elasticsearch.index.snapshots.blobstore.SlicedInputStream
 
availableCodecs() - Method in class org.elasticsearch.index.codec.CodecService
Returns all registered available codec names
availableIndexFolders() - Method in class org.elasticsearch.env.NodeEnvironment
Returns all folder names in ${data.paths}/nodes/{node.id}/indices folder
availableIndexFoldersForPath(NodeEnvironment.NodePath) - Method in class org.elasticsearch.env.NodeEnvironment
Return all directory names in the nodes/{node.id}/indices directory for the given node path.
availableShardPaths(ShardId) - Method in class org.elasticsearch.env.NodeEnvironment
Returns all shard paths excluding custom shard path.
availableShards() - Method in class org.elasticsearch.indices.IndexingMemoryController
 
avg(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Avg aggregation with the given name.
Avg - Interface in org.elasticsearch.search.aggregations.metrics.avg
An aggregation that computes the average of the values in the current bucket.
avg - Variable in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
avg - Variable in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
AvgAggregationBuilder - Class in org.elasticsearch.search.aggregations.metrics.avg
 
AvgAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
 
AvgAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
Read from a stream.
AvgAggregator - Class in org.elasticsearch.search.aggregations.metrics.avg
 
AvgAggregator(String, ValuesSource.Numeric, DocValueFormat, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregator
 
AvgAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.avg
 
AvgAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregatorFactory
 
avgBucket(String, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
AvgBucketPipelineAggregationBuilder - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg
 
AvgBucketPipelineAggregationBuilder(String, String) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
 
AvgBucketPipelineAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
Read from a stream.
AvgBucketPipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg
 
AvgBucketPipelineAggregator(String, String[], BucketHelpers.GapPolicy, DocValueFormat, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
 
AvgBucketPipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
Read from a stream.
avgShardsPerNode(String) - Method in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.Balancer
Returns the average of shards per node for the given index
avgShardsPerNode() - Method in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.Balancer
Returns the global average of shards per node
await() - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier
 
await(long, TimeUnit) - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier
 
awaitAllNodes(TimeValue) - Method in class org.elasticsearch.discovery.BlockingClusterStatePublishResponseHandler
Allows to wait for all non master nodes to reply to the publish event up to a timeout
awaitClose(long, TimeUnit) - Method in class org.elasticsearch.action.bulk.BulkProcessor
Closes the processor.
awaitTermination() - Method in interface org.elasticsearch.index.IndexWarmer.TerminationHandle
Wait until execution of the warm-up action completes.
awaitTermination(long, TimeUnit) - Method in class org.elasticsearch.threadpool.ThreadPool
 
AwarenessAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
This AllocationDecider controls shard allocation based on awareness key-value pairs defined in the node configuration.
AwarenessAllocationDecider(Settings, ClusterSettings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
 

B

BACKGROUND_IS_SUPERSET - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
 
backgroundFilter(QueryBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
backgroundFilter() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
backgroundIsSuperset - Variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
 
backgroundIsSuperset - Variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.NXYBuilder
 
BackoffPolicy - Class in org.elasticsearch.action.bulk
Provides a backoff policy for bulk requests.
BackoffPolicy() - Constructor for class org.elasticsearch.action.bulk.BackoffPolicy
 
backoffPolicy - Variable in class org.elasticsearch.index.reindex.ScrollableHitSource
 
BALANCED_ALLOCATOR - Static variable in class org.elasticsearch.cluster.ClusterModule
 
BalancedShardsAllocator - Class in org.elasticsearch.cluster.routing.allocation.allocator
The BalancedShardsAllocator re-balances the nodes allocations within an cluster based on a BalancedShardsAllocator.WeightFunction.
BalancedShardsAllocator(Settings) - Constructor for class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
 
BalancedShardsAllocator(Settings, ClusterSettings) - Constructor for class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
 
BalancedShardsAllocator.Balancer - Class in org.elasticsearch.cluster.routing.allocation.allocator
BalancedShardsAllocator.WeightFunction - Class in org.elasticsearch.cluster.routing.allocation.allocator
This class is the primary weight function used to create balanced over nodes and shards in the cluster.
Balancer(Logger, RoutingAllocation, BalancedShardsAllocator.WeightFunction, float) - Constructor for class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.Balancer
 
BAN_PARENT_ACTION_NAME - Static variable in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
 
BarrierTimer() - Constructor for class org.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
 
base64UUID() - Static method in class org.elasticsearch.common.UUIDs
Generates a time-based UUID (similar to Flake IDs), which is preferred when generating an ID to be indexed into a Lucene index as primary key.
BaseAggregationBuilder - Interface in org.elasticsearch.search.aggregations
Interface shared by AggregationBuilder and PipelineAggregationBuilder so they can conveniently share the same namespace for XContentParser.namedObject(Class, String, Object).
BaseAliasesRequestBuilder<Response extends ActionResponse,Builder extends BaseAliasesRequestBuilder<Response,Builder>> - Class in org.elasticsearch.action.admin.indices.alias.get
 
BaseAliasesRequestBuilder(ElasticsearchClient, Action<GetAliasesRequest, Response, Builder>, String...) - Constructor for class org.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
 
BaseFuture<V> - Class in org.elasticsearch.common.util.concurrent
 
BaseFuture() - Constructor for class org.elasticsearch.common.util.concurrent.BaseFuture
 
BaseGatewayShardAllocator - Class in org.elasticsearch.gateway
An abstract class that implements basic functionality for allocating shards to nodes based on shard copies that already exist in the cluster.
BaseGatewayShardAllocator(Settings) - Constructor for class org.elasticsearch.gateway.BaseGatewayShardAllocator
 
BaseGeoPointFieldMapper - Class in org.elasticsearch.index.mapper
GeoPointFieldMapper base class to maintain backward compatibility
BaseGeoPointFieldMapper(String, MappedFieldType, MappedFieldType, Settings, FieldMapper, FieldMapper, FieldMapper, FieldMapper.MultiFields, Explicit<Boolean>, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
BaseGeoPointFieldMapper.Builder<T extends BaseGeoPointFieldMapper.Builder,Y extends BaseGeoPointFieldMapper> - Class in org.elasticsearch.index.mapper
 
BaseGeoPointFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
BaseGeoPointFieldMapper.GeoPointFieldType - Class in org.elasticsearch.index.mapper
 
BaseGeoPointFieldMapper.LegacyGeoPointFieldType - Class in org.elasticsearch.index.mapper
 
BaseGeoPointFieldMapper.Names - Class in org.elasticsearch.index.mapper
 
BaseGeoPointFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
BaseNodeRequest - Class in org.elasticsearch.action.support.nodes
 
BaseNodeRequest() - Constructor for class org.elasticsearch.action.support.nodes.BaseNodeRequest
 
BaseNodeRequest(String) - Constructor for class org.elasticsearch.action.support.nodes.BaseNodeRequest
 
BaseNodeResponse - Class in org.elasticsearch.action.support.nodes
A base class for node level operations.
BaseNodeResponse() - Constructor for class org.elasticsearch.action.support.nodes.BaseNodeResponse
 
BaseNodeResponse(DiscoveryNode) - Constructor for class org.elasticsearch.action.support.nodes.BaseNodeResponse
 
BaseNodesRequest<Request extends BaseNodesRequest<Request>> - Class in org.elasticsearch.action.support.nodes
 
BaseNodesRequest() - Constructor for class org.elasticsearch.action.support.nodes.BaseNodesRequest
 
BaseNodesRequest(String...) - Constructor for class org.elasticsearch.action.support.nodes.BaseNodesRequest
 
BaseNodesRequest(DiscoveryNode...) - Constructor for class org.elasticsearch.action.support.nodes.BaseNodesRequest
 
BaseNodesResponse<TNodeResponse extends BaseNodeResponse> - Class in org.elasticsearch.action.support.nodes
 
BaseNodesResponse() - Constructor for class org.elasticsearch.action.support.nodes.BaseNodesResponse
 
BaseNodesResponse(ClusterName, List<TNodeResponse>, List<FailedNodeException>) - Constructor for class org.elasticsearch.action.support.nodes.BaseNodesResponse
 
basePath() - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
Returns base path of the repository
basePath() - Method in class org.elasticsearch.repositories.fs.FsRepository
 
basePath() - Method in class org.elasticsearch.repositories.uri.URLRepository
 
BasePrimaryAllocationCommand - Class in org.elasticsearch.cluster.routing.allocation.command
Abstract base class for allocating an unassigned primary shard to a node
BasePrimaryAllocationCommand(String, int, String, boolean) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand
 
BasePrimaryAllocationCommand(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand
Read from a stream.
BasePrimaryAllocationCommand.Builder<T extends BasePrimaryAllocationCommand> - Class in org.elasticsearch.cluster.routing.allocation.command
 
BaseRestHandler - Class in org.elasticsearch.rest
Base handler for REST requests.
BaseRestHandler(Settings) - Constructor for class org.elasticsearch.rest.BaseRestHandler
 
BaseRestHandler.RestChannelConsumer - Interface in org.elasticsearch.rest
REST requests are handled by preparing a channel consumer that represents the execution of the request against a channel.
BaseTasksRequest<Request extends BaseTasksRequest<Request>> - Class in org.elasticsearch.action.support.tasks
A base class for task requests
BaseTasksRequest() - Constructor for class org.elasticsearch.action.support.tasks.BaseTasksRequest
 
BaseTasksResponse - Class in org.elasticsearch.action.support.tasks
Base class for responses of task-related operations
BaseTasksResponse(List<TaskOperationFailure>, List<? extends FailedNodeException>) - Constructor for class org.elasticsearch.action.support.tasks.BaseTasksResponse
 
BaseTermQueryBuilder<QB extends BaseTermQueryBuilder<QB>> - Class in org.elasticsearch.index.query
 
BaseTermQueryBuilder(String, String) - Constructor for class org.elasticsearch.index.query.BaseTermQueryBuilder
Constructs a new base term query.
BaseTermQueryBuilder(String, int) - Constructor for class org.elasticsearch.index.query.BaseTermQueryBuilder
Constructs a new base term query.
BaseTermQueryBuilder(String, long) - Constructor for class org.elasticsearch.index.query.BaseTermQueryBuilder
Constructs a new base term query.
BaseTermQueryBuilder(String, float) - Constructor for class org.elasticsearch.index.query.BaseTermQueryBuilder
Constructs a new base term query.
BaseTermQueryBuilder(String, double) - Constructor for class org.elasticsearch.index.query.BaseTermQueryBuilder
Constructs a new base term query.
BaseTermQueryBuilder(String, boolean) - Constructor for class org.elasticsearch.index.query.BaseTermQueryBuilder
Constructs a new base term query.
BaseTermQueryBuilder(String, Object) - Constructor for class org.elasticsearch.index.query.BaseTermQueryBuilder
Constructs a new base term query.
BaseTermQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.BaseTermQueryBuilder
Read from a stream.
BaseTranslogReader - Class in org.elasticsearch.index.translog
A base class for all classes that allows reading ops from translog files
BaseTranslogReader(long, FileChannel, Path, long) - Constructor for class org.elasticsearch.index.translog.BaseTranslogReader
 
Basic(Priority, TimeValue) - Constructor for class org.elasticsearch.cluster.ClusterStateTaskConfig.Basic
 
basic() - Method in class org.elasticsearch.snapshots.SnapshotInfo
Gets a new SnapshotInfo instance from the given SnapshotInfo with all information stripped out except the snapshot id, state, and indices.
basicDate() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a basic formatter for a full date as four digit year, two digit month of year, and two digit day of month (yyyyMMdd).
basicDateTime() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a basic formatter that combines a basic date and time, separated by a 'T' (yyyyMMdd'T'HHmmss.SSSZ).
basicDateTimeNoMillis() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a basic formatter that combines a basic date and time without millis, separated by a 'T' (yyyyMMdd'T'HHmmssZ).
BasicHit(String, String, String, long) - Constructor for class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
basicOrdinalDate() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a full ordinal date, using a four digit year and three digit dayOfYear (yyyyDDD).
basicOrdinalDateTime() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a full ordinal date and time, using a four digit year and three digit dayOfYear (yyyyDDD'T'HHmmss.SSSZ).
basicOrdinalDateTimeNoMillis() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a full ordinal date and time without millis, using a four digit year and three digit dayOfYear (yyyyDDD'T'HHmmssZ).
BasicReplicationRequest - Class in org.elasticsearch.action.support.replication
A replication request that has no more information than ReplicationRequest.
BasicReplicationRequest() - Constructor for class org.elasticsearch.action.support.replication.BasicReplicationRequest
 
BasicReplicationRequest(ShardId) - Constructor for class org.elasticsearch.action.support.replication.BasicReplicationRequest
Creates a new request with resolved shard id
basicTime() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a basic formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, three digit millis, and time zone offset (HHmmss.SSSZ).
basicTimeNoMillis() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a basic formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, and time zone offset (HHmmssZ).
basicTTime() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a basic formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, three digit millis, and time zone offset prefixed by 'T' ('T'HHmmss.SSSZ).
basicTTimeNoMillis() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a basic formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, and time zone offset prefixed by 'T' ('T'HHmmssZ).
basicWeekDate() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a basic formatter for a full date as four digit weekyear, two digit week of weekyear, and one digit day of week (xxxx'W'wwe).
basicWeekDateTime() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a basic formatter that combines a basic weekyear date and time, separated by a 'T' (xxxx'W'wwe'T'HHmmss.SSSZ).
basicWeekDateTimeNoMillis() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a basic formatter that combines a basic weekyear date and time without millis, separated by a 'T' (xxxx'W'wwe'T'HHmmssZ).
BasqueAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
BasqueAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.BasqueAnalyzerProvider
 
BatchedTask(Priority, String, Object, Object) - Constructor for class org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
 
batchingKey - Variable in class org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
the object that is used as batching key
BatchOperationException(ShardId, String, int, Throwable) - Constructor for exception org.elasticsearch.index.shard.TranslogRecoveryPerformer.BatchOperationException
 
BatchOperationException(StreamInput) - Constructor for exception org.elasticsearch.index.shard.TranslogRecoveryPerformer.BatchOperationException
 
bbox(String) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Computes the bounding box coordinates from a given geohash
bdd - Variable in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
 
before(Version) - Method in class org.elasticsearch.Version
 
beforeBulk(long, BulkRequest) - Method in interface org.elasticsearch.action.bulk.BulkProcessor.Listener
Callback before the bulk is executed.
beforeClose() - Method in class org.elasticsearch.common.component.LifecycleListener
 
beforeExecute(Request) - Method in class org.elasticsearch.action.ActionRequestBuilder
A callback to additionally process the request before its executed
beforeExecute(Thread, Runnable) - Method in class org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
 
beforeIndexAddedToCluster(Index, Settings) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called on the Master node only before the IndexService instances is created to simulate an index creation.
beforeIndexCreated(Index, Settings) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called before the index gets created.
beforeIndexRemoved(IndexService, IndicesClusterStateService.AllocatedIndices.IndexRemovalReason) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called before the index get closed.
beforeIndexShardClosed(ShardId, IndexShard, Settings) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called before the index shard gets closed.
beforeIndexShardClosed(ShardId, IndexShard, Settings) - Method in class org.elasticsearch.indices.recovery.PeerRecoverySourceService
 
beforeIndexShardClosed(ShardId, IndexShard, Settings) - Method in class org.elasticsearch.indices.recovery.PeerRecoveryTargetService
 
beforeIndexShardClosed(ShardId, IndexShard, Settings) - Method in class org.elasticsearch.snapshots.SnapshotShardsService
 
beforeIndexShardCreated(ShardId, Settings) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called before the index shard gets created.
beforeIndexShardDeleted(ShardId, Settings) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called before the index shard gets deleted from disk Note: this method is only executed on the first attempt of deleting the shard.
beforeLoad(Terms) - Method in interface org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData.PerValueEstimator
Execute any pre-loading estimations for the terms.
beforeLoad(Terms) - Method in class org.elasticsearch.index.fielddata.plain.NonEstimatingEstimator
 
beforeLoad(Terms) - Method in class org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData.PagedBytesEstimator
Determine whether the BlockTreeTermsReader.FieldReader can be used for estimating the field data, adding the estimate to the circuit breaker if it can, otherwise wrapping the terms in a RamAccountingTermsEnum to be estimated on a per-term basis.
beforeRefresh() - Method in class org.elasticsearch.index.shard.RefreshListeners
 
beforeRelease() - Method in class org.elasticsearch.common.recycler.ConcurrentDequeRecycler
 
beforeRelease() - Method in class org.elasticsearch.common.recycler.DequeRecycler
Called before releasing an object, returns true if the object should be recycled and false otherwise.
beforeStart() - Method in class org.elasticsearch.common.component.LifecycleListener
 
beforeStop() - Method in class org.elasticsearch.common.component.LifecycleListener
 
BEST_COMPRESSION_CODEC - Static variable in class org.elasticsearch.index.codec.CodecService
 
BestBucketsDeferringCollector - Class in org.elasticsearch.search.aggregations.bucket
A specialization of DeferringBucketCollector that collects all matches and then is able to replay a given subset of buckets which represent the survivors from a pruning process performed by the aggregator that owns this collector.
BestBucketsDeferringCollector(SearchContext) - Constructor for class org.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
Sole constructor.
BestDocsDeferringCollector - Class in org.elasticsearch.search.aggregations.bucket
A specialization of DeferringBucketCollector that collects all matches and then replays only the top scoring documents to child aggregations.
BestDocsDeferringCollector(int, BigArrays) - Constructor for class org.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
Sole constructor.
beta(double) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel.HoltLinearModelBuilder
Equivalent to alpha, but controls the smoothing of the trend instead of the data
beta(double) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
Equivalent to alpha, but controls the smoothing of the trend instead of the data
BG_COUNT - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
 
BigArray - Interface in org.elasticsearch.common.util
Base abstraction of an array.
bigArrays - Variable in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
BigArrays - Class in org.elasticsearch.common.util
Utility class to work with arrays.
BigArrays(Settings, CircuitBreakerService) - Constructor for class org.elasticsearch.common.util.BigArrays
 
BigArrays(PageCacheRecycler, CircuitBreakerService, boolean) - Constructor for class org.elasticsearch.common.util.BigArrays
 
bigArrays() - Method in class org.elasticsearch.search.aggregations.InternalAggregation.ReduceContext
 
bigArrays() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
bigArrays() - Method in class org.elasticsearch.search.internal.SearchContext
 
bigQuery() - Method in class org.elasticsearch.index.query.SpanContainingQueryBuilder
 
bigQuery() - Method in class org.elasticsearch.index.query.SpanWithinQueryBuilder
 
BinaryDVAtomicFieldData - Class in org.elasticsearch.index.fielddata.plain
AtomicFieldData impl on top of Lucene's binary doc values.
BinaryDVAtomicFieldData(LeafReader, String) - Constructor for class org.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
 
BinaryDVIndexFieldData - Class in org.elasticsearch.index.fielddata.plain
 
BinaryDVIndexFieldData(Index, String) - Constructor for class org.elasticsearch.index.fielddata.plain.BinaryDVIndexFieldData
 
binaryField(FieldInfo, byte[]) - Method in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
BinaryFieldMapper - Class in org.elasticsearch.index.mapper
 
BinaryFieldMapper(String, MappedFieldType, MappedFieldType, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.BinaryFieldMapper
 
BinaryFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
BinaryFieldMapper.CustomBinaryDocValuesField - Class in org.elasticsearch.index.mapper
 
BinaryFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
BinaryFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
BinaryRangeAggregator - Class in org.elasticsearch.search.aggregations.bucket.range
A range aggregator for values that are stored in SORTED_SET doc values.
BinaryRangeAggregator(String, AggregatorFactories, ValuesSource.Bytes, DocValueFormat, List<BinaryRangeAggregator.Range>, boolean, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.BinaryRangeAggregator
 
BinaryRangeAggregator.Range - Class in org.elasticsearch.search.aggregations.bucket.range
 
BinaryRangeAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.range
 
BinaryRangeAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Bytes>, List<BinaryRangeAggregator.Range>, boolean, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.BinaryRangeAggregatorFactory
 
binarySearch(double[], double, double) - Static method in class org.elasticsearch.common.util.ArrayUtils
Return the index of value in array, or -1 if there is no such index.
binaryValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
binaryValue(BytesRef) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Writes the binary content of the given BytesRef.
binaryValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
Reads a plain binary value that was written via one of the following methods: XContentBuilder.field(String, org.apache.lucene.util.BytesRef) XContentBuilder.field(String, org.elasticsearch.common.bytes.BytesReference) XContentBuilder.field(String, byte[], int, int)} XContentBuilder.field(String, byte[])} as well as via their String variants of the separated value methods.
binaryValue() - Method in class org.elasticsearch.index.mapper.BinaryFieldMapper.CustomBinaryDocValuesField
 
binaryValue() - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.CustomGeoPointDocValuesField
 
bind(Key<T>) - Method in class org.elasticsearch.common.inject.AbstractModule
 
bind(TypeLiteral<T>) - Method in class org.elasticsearch.common.inject.AbstractModule
 
bind(Class<T>) - Method in class org.elasticsearch.common.inject.AbstractModule
 
bind(Key<T>) - Method in interface org.elasticsearch.common.inject.Binder
See the EDSL examples at Binder.
bind(TypeLiteral<T>) - Method in interface org.elasticsearch.common.inject.Binder
See the EDSL examples at Binder.
bind(Class<T>) - Method in interface org.elasticsearch.common.inject.Binder
See the EDSL examples at Binder.
bind(Key<T>) - Method in class org.elasticsearch.common.inject.PrivateModule
 
bind(TypeLiteral<T>) - Method in class org.elasticsearch.common.inject.PrivateModule
 
bind(Class<T>) - Method in class org.elasticsearch.common.inject.PrivateModule
 
bind(String, InetSocketAddress) - Method in class org.elasticsearch.transport.TcpTransport
Binds to the given InetSocketAddress
BIND_HOST - Static variable in class org.elasticsearch.transport.TransportSettings
 
bindConstant() - Method in class org.elasticsearch.common.inject.AbstractModule
 
bindConstant() - Method in interface org.elasticsearch.common.inject.Binder
See the EDSL examples at Binder.
binder() - Method in class org.elasticsearch.common.inject.AbstractModule
Gets direct access to the underlying Binder.
Binder - Interface in org.elasticsearch.common.inject
Collects configuration information (primarily bindings) which will be used to create an Injector.
binder - Variable in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
binder() - Method in class org.elasticsearch.common.inject.PrivateModule
Returns the current binder.
BindHttpException - Exception in org.elasticsearch.http
 
BindHttpException(String) - Constructor for exception org.elasticsearch.http.BindHttpException
 
BindHttpException(String, Throwable) - Constructor for exception org.elasticsearch.http.BindHttpException
 
BindHttpException(StreamInput) - Constructor for exception org.elasticsearch.http.BindHttpException
 
Binding<T> - Interface in org.elasticsearch.common.inject
A mapping from a key (type and optional annotation) to the strategy for getting instances of the type.
BINDING_TO_NULL - Static variable in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
bindingAlreadySet(Key<?>, Object) - Method in class org.elasticsearch.common.inject.internal.Errors
 
BindingAnnotation - Annotation Type in org.elasticsearch.common.inject
Annotates annotations which are used for binding.
BindingBuilder<T> - Class in org.elasticsearch.common.inject.internal
Bind a non-constant key.
BindingBuilder(Binder, List<Element>, Object, Key<T>) - Constructor for class org.elasticsearch.common.inject.internal.BindingBuilder
 
BindingImpl<T> - Class in org.elasticsearch.common.inject.internal
 
BindingImpl(Injector, Key<T>, Object, InternalFactory<? extends T>, Scoping) - Constructor for class org.elasticsearch.common.inject.internal.BindingImpl
 
BindingImpl(Object, Key<T>, Scoping) - Constructor for class org.elasticsearch.common.inject.internal.BindingImpl
 
BindingScopingVisitor<V> - Interface in org.elasticsearch.common.inject.spi
Visits each of the strategies used to scope an injection.
BindingTargetVisitor<T,V> - Interface in org.elasticsearch.common.inject.spi
Visits each of the strategies used to find an instance to satisfy an injection.
bindingToProvider() - Method in class org.elasticsearch.common.inject.internal.Errors
 
bindListener(Matcher<? super TypeLiteral<?>>, TypeListener) - Method in class org.elasticsearch.common.inject.AbstractModule
 
bindListener(Matcher<? super TypeLiteral<?>>, TypeListener) - Method in interface org.elasticsearch.common.inject.Binder
Registers a listener for injectable types.
bindProperties(Binder, Map<String, String>) - Static method in class org.elasticsearch.common.inject.name.Names
Creates a constant binding to @Named(key) for each entry in properties.
bindProperties(Binder, Properties) - Static method in class org.elasticsearch.common.inject.name.Names
Creates a constant binding to @Named(key) for each property.
bindScope(Class<? extends Annotation>, Scope) - Method in class org.elasticsearch.common.inject.AbstractModule
 
bindScope(Class<? extends Annotation>, Scope) - Method in interface org.elasticsearch.common.inject.Binder
Binds a scope to an annotation.
bindServer(String, Settings) - Method in class org.elasticsearch.transport.TcpTransport
 
bindToPort(String, InetAddress, String) - Method in class org.elasticsearch.transport.TcpTransport
 
BindTransportException - Exception in org.elasticsearch.transport
 
BindTransportException(StreamInput) - Constructor for exception org.elasticsearch.transport.BindTransportException
 
BindTransportException(String, Throwable) - Constructor for exception org.elasticsearch.transport.BindTransportException
 
BindTransportException(String) - Constructor for exception org.elasticsearch.transport.BindTransportException
 
binFile() - Method in class org.elasticsearch.env.Environment
 
bitsetFilter(Query) - Method in class org.elasticsearch.index.query.QueryShardContext
 
BitsetFilterCache - Class in org.elasticsearch.index.cache.bitset
This is a cache for BitDocIdSet based filters and is unbounded by size or time.
BitsetFilterCache(IndexSettings, BitsetFilterCache.Listener) - Constructor for class org.elasticsearch.index.cache.bitset.BitsetFilterCache
 
bitsetFilterCache() - Method in class org.elasticsearch.index.cache.IndexCache
Return the BitsetFilterCache for this index.
bitsetFilterCache() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
bitsetFilterCache() - Method in class org.elasticsearch.search.internal.SearchContext
 
BitsetFilterCache.Listener - Interface in org.elasticsearch.index.cache.bitset
A listener interface that is executed for each onCache / onRemoval event
BitsetFilterCache.Value - Class in org.elasticsearch.index.cache.bitset
 
blend(TermContext[], int, IndexReader) - Method in class org.apache.lucene.queries.BlendedTermQuery
 
BlendedTermQuery - Class in org.apache.lucene.queries
BlendedTermQuery can be used to unify term statistics across one or more fields in the index.
BlendedTermQuery(Term[], float[]) - Constructor for class org.apache.lucene.queries.BlendedTermQuery
 
blendTerm(Term, MappedFieldType) - Method in class org.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
 
blendTermQuery(Term, MappedFieldType) - Method in class org.elasticsearch.index.search.MatchQuery
 
blendTermQuery(Term, MappedFieldType) - Method in class org.elasticsearch.index.search.MultiMatchQuery
 
blendTerms(Term[], MappedFieldType) - Method in class org.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
 
blendTermsQuery(Term[], MappedFieldType) - Method in class org.elasticsearch.index.search.MatchQuery
 
blendTermsQuery(Term[], MappedFieldType) - Method in class org.elasticsearch.index.search.MultiMatchQuery
 
BlobContainer - Interface in org.elasticsearch.common.blobstore
An interface for managing a repository of blob entries, where each blob entry is just a named group of bytes.
blobContainer(BlobPath) - Method in interface org.elasticsearch.common.blobstore.BlobStore
Get a blob container instance for storing blobs at the given BlobPath.
blobContainer(BlobPath) - Method in class org.elasticsearch.common.blobstore.fs.FsBlobStore
 
blobContainer(BlobPath) - Method in class org.elasticsearch.common.blobstore.url.URLBlobStore
Get a blob container instance for storing blobs at the given BlobPath.
blobExists(String) - Method in interface org.elasticsearch.common.blobstore.BlobContainer
Tests whether a blob with the given blob name exists in the container.
blobExists(String) - Method in class org.elasticsearch.common.blobstore.fs.FsBlobContainer
 
blobExists(String) - Method in class org.elasticsearch.common.blobstore.url.URLBlobContainer
This operation is not supported by URLBlobContainer
BlobMetaData - Interface in org.elasticsearch.common.blobstore
An interface for providing basic metadata about a blob.
blobName(String) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreFormat
 
blobNameFormat - Variable in class org.elasticsearch.repositories.blobstore.BlobStoreFormat
 
BlobPath - Class in org.elasticsearch.common.blobstore
The list of paths where a blob can reside.
BlobPath() - Constructor for class org.elasticsearch.common.blobstore.BlobPath
 
BlobStore - Interface in org.elasticsearch.common.blobstore
An interface for storing blobs.
blobStore - Variable in class org.elasticsearch.common.blobstore.fs.FsBlobContainer
 
blobStore - Variable in class org.elasticsearch.common.blobstore.url.URLBlobContainer
 
blobStore() - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
Returns the BlobStore to read and write data.
blobStore() - Method in class org.elasticsearch.repositories.fs.FsRepository
 
blobStore() - Method in class org.elasticsearch.repositories.uri.URLRepository
 
BlobStoreException - Exception in org.elasticsearch.common.blobstore
 
BlobStoreException(String) - Constructor for exception org.elasticsearch.common.blobstore.BlobStoreException
 
BlobStoreException(String, Throwable) - Constructor for exception org.elasticsearch.common.blobstore.BlobStoreException
 
BlobStoreException(StreamInput) - Constructor for exception org.elasticsearch.common.blobstore.BlobStoreException
 
BlobStoreFormat<T extends ToXContent> - Class in org.elasticsearch.repositories.blobstore
Base class that handles serialization of various data structures during snapshot/restore operations.
BlobStoreFormat(String, CheckedFunction<XContentParser, T, IOException>, NamedXContentRegistry) - Constructor for class org.elasticsearch.repositories.blobstore.BlobStoreFormat
 
BlobStoreIndexShardSnapshot - Class in org.elasticsearch.index.snapshots.blobstore
Shard snapshot metadata
BlobStoreIndexShardSnapshot(String, long, List<BlobStoreIndexShardSnapshot.FileInfo>, long, long, int, long) - Constructor for class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
Constructs new shard snapshot metadata from snapshot metadata
BlobStoreIndexShardSnapshot.FileInfo - Class in org.elasticsearch.index.snapshots.blobstore
Information about snapshotted file
BlobStoreIndexShardSnapshots - Class in org.elasticsearch.index.snapshots.blobstore
Contains information about all snapshot for the given shard in repository
BlobStoreIndexShardSnapshots(List<SnapshotFiles>) - Constructor for class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
 
BlobStoreRepository - Class in org.elasticsearch.repositories.blobstore
BlobStore - based implementation of Snapshot Repository
BlobStoreRepository(RepositoryMetaData, Settings, NamedXContentRegistry) - Constructor for class org.elasticsearch.repositories.blobstore.BlobStoreRepository
Constructs new BlobStoreRepository
blockingClient - Variable in class org.elasticsearch.transport.TcpTransport
 
BlockingClusterStatePublishResponseHandler - Class in org.elasticsearch.discovery
Handles responses obtained when publishing a new cluster state from master to all non master nodes.
BlockingClusterStatePublishResponseHandler(Set<DiscoveryNode>) - Constructor for class org.elasticsearch.discovery.BlockingClusterStatePublishResponseHandler
Creates a new BlockingClusterStatePublishResponseHandler
blockOperations(long, TimeUnit, Runnable) - Method in class org.elasticsearch.index.shard.IndexShardOperationsLock
Wait for in-flight operations to finish and executes onBlocked under the guarantee that no new operations are started.
blocks() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
blocks(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
blocks(Set<ClusterBlock>) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
blocks() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
blocks() - Method in exception org.elasticsearch.cluster.block.ClusterBlockException
 
blocks(ClusterBlocks) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
blocks() - Method in class org.elasticsearch.cluster.ClusterState
 
blocks(ClusterBlocks.Builder) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
blocks(ClusterBlocks) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
BLOCKS_METADATA_INDICES_SETTING - Static variable in class org.elasticsearch.tribe.TribeService
 
BLOCKS_METADATA_SETTING - Static variable in class org.elasticsearch.tribe.TribeService
 
BLOCKS_READ_INDICES_SETTING - Static variable in class org.elasticsearch.tribe.TribeService
 
BLOCKS_WRITE_INDICES_SETTING - Static variable in class org.elasticsearch.tribe.TribeService
 
BLOCKS_WRITE_SETTING - Static variable in class org.elasticsearch.tribe.TribeService
 
blocksChanged() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns true iff the cluster level blocks have changed between cluster states.
BM25SimilarityProvider - Class in org.elasticsearch.index.similarity
SimilarityProvider for the BM25Similarity.
BM25SimilarityProvider(String, Settings) - Constructor for class org.elasticsearch.index.similarity.BM25SimilarityProvider
 
BOOLEAN - Static variable in interface org.elasticsearch.search.DocValueFormat
 
booleanBlendedQuery(Term[], boolean) - Static method in class org.apache.lucene.queries.BlendedTermQuery
 
booleanBlendedQuery(Term[], float[], boolean) - Static method in class org.apache.lucene.queries.BlendedTermQuery
 
BooleanFieldMapper - Class in org.elasticsearch.index.mapper
A field mapper for boolean fields.
BooleanFieldMapper(String, MappedFieldType, MappedFieldType, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.BooleanFieldMapper
 
BooleanFieldMapper.BooleanFieldType - Class in org.elasticsearch.index.mapper
 
BooleanFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
BooleanFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
BooleanFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
BooleanFieldMapper.Values - Class in org.elasticsearch.index.mapper
 
BooleanFieldType() - Constructor for class org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
 
BooleanFieldType(BooleanFieldMapper.BooleanFieldType) - Constructor for class org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
 
Booleans - Class in org.elasticsearch.common
 
Booleans() - Constructor for class org.elasticsearch.common.Booleans
 
Booleans(SortedNumericDocValues) - Constructor for class org.elasticsearch.index.fielddata.ScriptDocValues.Booleans
 
BooleanSimilarityProvider - Class in org.elasticsearch.index.similarity
SimilarityProvider for the BooleanSimilarity, which is a simple similarity that gives terms a score equal to their query boost only.
BooleanSimilarityProvider(String, Settings) - Constructor for class org.elasticsearch.index.similarity.BooleanSimilarityProvider
 
booleanValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
booleanValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
boolQuery() - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents matching boolean combinations of other queries.
BoolQueryBuilder - Class in org.elasticsearch.index.query
A Query that matches documents matching boolean combinations of other queries.
BoolQueryBuilder() - Constructor for class org.elasticsearch.index.query.BoolQueryBuilder
Build an empty bool query.
BoolQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.BoolQueryBuilder
Read from a stream.
boolSetting(String, boolean, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
boolSetting(String, Setting<Boolean>, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
boolSetting(String, Function<Settings, String>, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
boost() - Method in class org.elasticsearch.common.lucene.all.AllEntries.Entry
 
boost(float) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
boost() - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
boost() - Method in class org.elasticsearch.index.mapper.StringFieldMapper.ValueAndBoost
Boost either parsed from the document or defaulted.
boost - Variable in class org.elasticsearch.index.query.AbstractQueryBuilder
 
boost() - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
Returns the boost for this query.
boost(float) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
Sets the boost for this query.
boost() - Method in interface org.elasticsearch.index.query.QueryBuilder
Returns the boost for this query.
boost(float) - Method in interface org.elasticsearch.index.query.QueryBuilder
Sets the boost for this query.
boost - Variable in class org.elasticsearch.search.suggest.completion.context.ContextMapping.InternalQueryContext
 
BOOST_FIELD - Static variable in class org.elasticsearch.index.query.AbstractQueryBuilder
 
BOOST_MODE_FIELD - Static variable in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
boostingQuery(QueryBuilder, QueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
The BoostingQuery class can be used to effectively demote results that match a given query.
BoostingQueryBuilder - Class in org.elasticsearch.index.query
The BoostingQuery class can be used to effectively demote results that match a given query.
BoostingQueryBuilder(QueryBuilder, QueryBuilder) - Constructor for class org.elasticsearch.index.query.BoostingQueryBuilder
BoostingQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.BoostingQueryBuilder
Read from a stream.
boostMode(CombineFunction) - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
Boost mode defines how the combined result of score functions will influence the final score together with the sub query score.
boostMode() - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
Returns the boost mode, meaning how the combined result of score functions will influence the final score together with the sub query score.
boostTerms(float) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Sets the boost factor to use when boosting terms.
boostTerms() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
BootstrapCheck - Interface in org.elasticsearch.bootstrap
Encapsulates a bootstrap check.
BootstrapInfo - Class in org.elasticsearch.bootstrap
Exposes system startup information
BootstrapSettings - Class in org.elasticsearch.bootstrap
 
bottomRight() - Method in class org.elasticsearch.common.geo.builders.EnvelopeBuilder
 
bottomRight() - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Returns the bottom right corner of the bounding box.
bottomRight() - Method in class org.elasticsearch.index.search.geo.LegacyInMemoryGeoBoundingBoxQuery
Deprecated.
 
bottomRight() - Method in interface org.elasticsearch.search.aggregations.metrics.geobounds.GeoBounds
Get the bottom-right location of the bounding box.
bottomRight() - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
 
bottomRight() - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.ParsedGeoBounds
 
boundAddress() - Method in interface org.elasticsearch.http.HttpServerTransport
 
boundAddress() - Method in class org.elasticsearch.transport.local.LocalTransport
 
boundAddress - Variable in class org.elasticsearch.transport.TcpTransport
 
boundAddress() - Method in class org.elasticsearch.transport.TcpTransport
 
boundAddress() - Method in interface org.elasticsearch.transport.Transport
The address the transport is bound on.
boundAddress() - Method in class org.elasticsearch.transport.TransportService
 
boundAddresses() - Method in class org.elasticsearch.common.transport.BoundTransportAddress
 
BOUNDARY_CHARS_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
BOUNDARY_MAX_SCAN_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
BOUNDARY_SCANNER_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
BOUNDARY_SCANNER_LOCALE_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
boundaryChars - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
boundaryChars(char[]) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
When using the highlighterType fvh this setting defines what constitutes a boundary for highlighting.
boundaryChars() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
boundaryChars() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
boundaryMaxScan - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
boundaryMaxScan(Integer) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
When using the highlighterType fvh this setting controls how far to look for boundary characters, and defaults to 20.
boundaryMaxScan() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
boundaryMaxScan() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
boundaryScannerLocale - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
boundaryScannerLocale(String) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
When using the highlighterType fvh and boundaryScannerType break_iterator, this setting controls the locale to use by the BreakIterator, defaults to "root".
boundaryScannerLocale() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
boundaryScannerLocale() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
boundaryScannerType - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
boundaryScannerType(String) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
When using the highlighterType fvh this setting controls which scanner to use for fragment boundaries, and defaults to "simple".
boundaryScannerType(HighlightBuilder.BoundaryScannerType) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
When using the highlighterType fvh this setting controls which scanner to use for fragment boundaries, and defaults to "simple".
boundaryScannerType() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
boundaryScannerType() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
BoundedBreakIteratorScanner - Class in org.apache.lucene.search.uhighlight
A custom break iterator that scans text to find break-delimited passages bounded by a provided maximum length.
boundedNumberOfProcessors(Settings) - Static method in class org.elasticsearch.common.util.concurrent.EsExecutors
Returns the number of processors available but at most 32.
BoundTransportAddress - Class in org.elasticsearch.common.transport
A bounded transport address is a tuple of TransportAddress, one array that represents the addresses the transport is bound to, and the other is the published one that represents the address clients should communicate on.
BoundTransportAddress(TransportAddress[], TransportAddress) - Constructor for class org.elasticsearch.common.transport.BoundTransportAddress
 
BrazilianAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
BrazilianAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.BrazilianAnalyzerProvider
 
BrazilianStemTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
BrazilianStemTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.BrazilianStemTokenFilterFactory
 
breaker() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
 
breaker(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node's circuit breaker stats be returned.
BREAKER_TYPE_KEY - Static variable in class org.elasticsearch.node.Node
 
breakerService() - Method in class org.elasticsearch.common.util.BigArrays
 
breakerService - Variable in class org.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
 
BreakerSettings - Class in org.elasticsearch.indices.breaker
Settings for a CircuitBreaker
BreakerSettings(String, long, double) - Constructor for class org.elasticsearch.indices.breaker.BreakerSettings
 
BreakerSettings(String, long, double, CircuitBreaker.Type) - Constructor for class org.elasticsearch.indices.breaker.BreakerSettings
 
BroadcastOperationRequestBuilder<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,RequestBuilder extends BroadcastOperationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.broadcast
 
BroadcastOperationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder
 
BroadcastRequest<Request extends BroadcastRequest<Request>> - Class in org.elasticsearch.action.support.broadcast
 
BroadcastRequest() - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastRequest
 
BroadcastRequest(String[]) - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastRequest
 
BroadcastResponse - Class in org.elasticsearch.action.support.broadcast
Base class for all broadcast operation based responses.
BroadcastResponse() - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastResponse
 
BroadcastResponse(int, int, int, List<? extends ShardOperationFailedException>) - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastResponse
 
BroadcastShardOperationFailedException - Exception in org.elasticsearch.action.support.broadcast
An exception indicating that a failure occurred performing an operation on the shard.
BroadcastShardOperationFailedException(ShardId, String) - Constructor for exception org.elasticsearch.action.support.broadcast.BroadcastShardOperationFailedException
 
BroadcastShardOperationFailedException(ShardId, Throwable) - Constructor for exception org.elasticsearch.action.support.broadcast.BroadcastShardOperationFailedException
 
BroadcastShardOperationFailedException(ShardId, String, Throwable) - Constructor for exception org.elasticsearch.action.support.broadcast.BroadcastShardOperationFailedException
 
BroadcastShardOperationFailedException(StreamInput) - Constructor for exception org.elasticsearch.action.support.broadcast.BroadcastShardOperationFailedException
 
BroadcastShardRequest - Class in org.elasticsearch.action.support.broadcast
 
BroadcastShardRequest() - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastShardRequest
 
BroadcastShardRequest(ShardId, BroadcastRequest) - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastShardRequest
 
BroadcastShardRequest(ShardId, OriginalIndices) - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastShardRequest
 
BroadcastShardResponse - Class in org.elasticsearch.action.support.broadcast
 
BroadcastShardResponse() - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastShardResponse
 
BroadcastShardResponse(ShardId) - Constructor for class org.elasticsearch.action.support.broadcast.BroadcastShardResponse
 
Bucket(long, long, boolean, DocValueFormat, InternalAggregations) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
 
Bucket(StreamInput, boolean, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
Read from a stream.
Bucket(double, long, boolean, DocValueFormat, InternalAggregations) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
 
Bucket(StreamInput, boolean, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
Read from a stream.
Bucket(boolean, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Bucket
 
Bucket(String, double, double, long, List<InternalAggregation>, boolean, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Bucket
 
Bucket(String, double, double, long, InternalAggregations, boolean, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Bucket
 
Bucket(DocValueFormat, boolean, String, BytesRef, BytesRef, long, InternalAggregations) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
 
Bucket(boolean, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
Bucket(String, double, double, long, InternalAggregations, boolean, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
Bucket(long, long, long, long, InternalAggregations, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
 
Bucket(StreamInput, long, long, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
Read from a stream.
Bucket(BytesRef, long, long, long, long, InternalAggregations, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
 
Bucket(StreamInput, long, long, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
Read from a stream.
Bucket(BytesRef, long, long, long, long, InternalAggregations, double, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
 
Bucket(long, InternalAggregations, boolean, long, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
 
Bucket(StreamInput, DocValueFormat, boolean) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
Read from a stream.
Bucket(long, long, InternalAggregations, boolean, long, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
 
Bucket(StreamInput, DocValueFormat, boolean) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
Read from a stream.
Bucket(BytesRef, long, InternalAggregations, boolean, long, DocValueFormat) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
 
Bucket(StreamInput, DocValueFormat, boolean) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
Read from a stream.
bucketAggregations(long) - Method in class org.elasticsearch.search.aggregations.bucket.BucketsAggregator
Required method to build the child aggregations of the given bucket (identified by the bucket ordinal).
BucketCollector - Class in org.elasticsearch.search.aggregations
A Collector that can collect data in separate buckets.
BucketCollector() - Constructor for class org.elasticsearch.search.aggregations.BucketCollector
 
bucketCountThresholds() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
bucketCountThresholds(TermsAggregator.BucketCountThresholds) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
bucketCountThresholds - Variable in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
 
BucketCountThresholds(long, long, int, int) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
BucketCountThresholds(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
Read from a stream.
BucketCountThresholds(TermsAggregator.BucketCountThresholds) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
bucketDocCount(long) - Method in class org.elasticsearch.search.aggregations.bucket.BucketsAggregator
Utility method to return the number of documents that fell in the given bucket (identified by the bucket ordinal)
bucketEmptyAggregations() - Method in class org.elasticsearch.search.aggregations.bucket.BucketsAggregator
Utility method to build empty aggregations of the sub aggregators.
BucketHelpers - Class in org.elasticsearch.search.aggregations.pipeline
A set of static helpers to simplify working with aggregation buckets, in particular providing utilities that help pipeline aggregations.
BucketHelpers() - Constructor for class org.elasticsearch.search.aggregations.pipeline.BucketHelpers
 
BucketHelpers.GapPolicy - Enum in org.elasticsearch.search.aggregations.pipeline
A gap policy determines how "holes" in a set of buckets should be handled.
bucketMap - Variable in class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
bucketMap - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
BucketMetricsParser - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics
A parser for parsing requests for a BucketMetricsPipelineAggregator
BucketMetricsParser() - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsParser
 
BucketMetricsPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>> - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics
 
BucketMetricsPipelineAggregationBuilder(String, String, String[]) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
 
BucketMetricsPipelineAggregationBuilder(StreamInput, String) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
Read from a stream.
BucketMetricsPipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics
A class of sibling pipeline aggregations which calculate metrics across the buckets of a sibling aggregation
BucketMetricsPipelineAggregator(String, String[], BucketHelpers.GapPolicy, DocValueFormat, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
 
BucketMetricsPipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
Read from a stream.
BucketMetricValue - Interface in org.elasticsearch.search.aggregations.pipeline.bucketmetrics
 
bucketOrds - Variable in class org.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
 
bucketOrds - Variable in class org.elasticsearch.search.aggregations.bucket.terms.StringTermsAggregator
 
BucketPriorityQueue<B extends Terms.Bucket> - Class in org.elasticsearch.search.aggregations.bucket.terms.support
 
BucketPriorityQueue(int, Comparator<? super B>) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.support.BucketPriorityQueue
 
BUCKETS - Static variable in class org.elasticsearch.search.aggregations.Aggregation.CommonFields
 
buckets - Variable in class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
buckets - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
buckets - Variable in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation
 
BUCKETS_PATH - Static variable in interface org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser
 
BUCKETS_PATH_FIELD - Static variable in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
Field shared by many parsers.
BucketsAggregator - Class in org.elasticsearch.search.aggregations.bucket
 
BucketsAggregator(String, AggregatorFactories, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.BucketsAggregator
 
bucketScript(String, Map<String, String>, Script) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
bucketScript(String, Script, String...) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
BucketScriptPipelineAggregationBuilder - Class in org.elasticsearch.search.aggregations.pipeline.bucketscript
 
BucketScriptPipelineAggregationBuilder(String, Map<String, String>, Script) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
 
BucketScriptPipelineAggregationBuilder(String, Script, String...) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
 
BucketScriptPipelineAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
Read from a stream.
BucketScriptPipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline.bucketscript
 
BucketScriptPipelineAggregator(String, Map<String, String>, Script, DocValueFormat, BucketHelpers.GapPolicy, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator
 
BucketScriptPipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator
Read from a stream.
bucketSelector(String, Map<String, String>, Script) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
bucketSelector(String, Script, String...) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
BucketSelectorPipelineAggregationBuilder - Class in org.elasticsearch.search.aggregations.pipeline.bucketselector
 
BucketSelectorPipelineAggregationBuilder(String, Map<String, String>, Script) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
 
BucketSelectorPipelineAggregationBuilder(String, Script, String...) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
 
BucketSelectorPipelineAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
Read from a stream.
BucketSelectorPipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline.bucketselector
 
BucketSelectorPipelineAggregator(String, Map<String, String>, Script, BucketHelpers.GapPolicy, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregator
 
BucketSelectorPipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregator
Read from a stream.
BucketSignificancePriorityQueue<B extends SignificantTerms.Bucket> - Class in org.elasticsearch.search.aggregations.bucket.significant
 
BucketSignificancePriorityQueue(int) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.BucketSignificancePriorityQueue
 
bucketsPaths() - Method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
 
bucketsPaths - Variable in class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
 
BucketUtils - Class in org.elasticsearch.search.aggregations.bucket
Helper functions for common Bucketing functions
buf - Variable in class org.elasticsearch.common.io.FastCharArrayReader
The character buffer.
buf - Variable in class org.elasticsearch.common.io.FastCharArrayWriter
The buffer where data is stored.
BUFFER_SIZE - Static variable in class org.elasticsearch.common.io.Streams
 
BufferedChecksumStreamInput - Class in org.elasticsearch.index.translog
Similar to Lucene's BufferedChecksumIndexInput, however this wraps a StreamInput so anything read will update the checksum
BufferedChecksumStreamInput(StreamInput) - Constructor for class org.elasticsearch.index.translog.BufferedChecksumStreamInput
 
BufferedChecksumStreamInput(StreamInput, BufferedChecksumStreamInput) - Constructor for class org.elasticsearch.index.translog.BufferedChecksumStreamInput
 
BufferedChecksumStreamOutput - Class in org.elasticsearch.index.translog
Similar to Lucene's BufferedChecksumIndexOutput, however this wraps a StreamOutput so anything written will update the checksum
BufferedChecksumStreamOutput(StreamOutput) - Constructor for class org.elasticsearch.index.translog.BufferedChecksumStreamOutput
 
BufferPool(String, long, long, long) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
BufferPool(StreamInput) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
bufferSizeInBytes() - Method in class org.elasticsearch.common.blobstore.fs.FsBlobStore
 
bufferSizeInBytes() - Method in class org.elasticsearch.common.blobstore.url.URLBlobStore
Returns read buffer size
build(InputIterator) - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
 
build() - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester.XBuilder
 
build() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup.Builder
 
build() - Method in class org.elasticsearch.action.bulk.BulkProcessor.Builder
Builds a new bulk processor.
build() - Method in class org.elasticsearch.action.delete.DeleteResponse.Builder
 
build() - Method in class org.elasticsearch.action.DocWriteResponse.Builder
 
build() - Method in class org.elasticsearch.action.index.IndexResponse.Builder
 
build() - Method in class org.elasticsearch.action.update.UpdateResponse.Builder
 
Build - Class in org.elasticsearch
Information about a build of Elasticsearch.
Build(String, String, boolean) - Constructor for class org.elasticsearch.Build
 
build() - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
build() - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
build(Priority) - Static method in interface org.elasticsearch.cluster.ClusterStateTaskConfig
Build a cluster state update task configuration with the specified Priority and no timeout.
build(Priority, TimeValue) - Static method in interface org.elasticsearch.cluster.ClusterStateTaskConfig
Build a cluster state update task configuration with the specified Priority and timeout.
build(ClusterState) - Method in class org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult.Builder
 
build(ClusterState) - Static method in class org.elasticsearch.cluster.MasterNodeChangePredicate
builds a predicate that will accept a cluster state only if it was generated after the current has (re-)joined the master
build() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
build() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.Builder
 
build(Settings) - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.Builder
 
build() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
build() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
build() - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
build() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
build() - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
 
build() - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand.Builder
 
build() - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand.Builder
 
build() - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand.Builder
 
build() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
 
build() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
build() - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
Builds the routing table.
build() - Method in class org.elasticsearch.common.cache.CacheBuilder
 
build() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
Builds a new instance of the
build() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
Builds a new instance of the
build() - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
 
build() - Method in class org.elasticsearch.common.geo.builders.CoordinatesBuilder
 
build() - Method in class org.elasticsearch.common.geo.builders.EnvelopeBuilder
 
build() - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
build() - Method in class org.elasticsearch.common.geo.builders.LineStringBuilder
 
build() - Method in class org.elasticsearch.common.geo.builders.MultiLineStringBuilder
 
build() - Method in class org.elasticsearch.common.geo.builders.MultiPointBuilder
 
build() - Method in class org.elasticsearch.common.geo.builders.MultiPolygonBuilder
 
build() - Method in class org.elasticsearch.common.geo.builders.PointBuilder
 
build() - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
build() - Method in class org.elasticsearch.common.geo.builders.ShapeBuilder
Create a new Shape from this builder.
build() - Method in interface org.elasticsearch.common.recycler.Recycler.Factory
 
build() - Method in class org.elasticsearch.common.rounding.Rounding.Builder
 
build() - Method in class org.elasticsearch.common.settings.Settings.Builder
Builds a Settings (underlying uses Settings) based on everything set on this builder.
build(Object) - Static method in class org.elasticsearch.common.unit.Fuzziness
 
build(IndexSettings) - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
Creates an index-level IndexAnalyzers from this registry using the given index settings
build(IndexSettings, Map<String, AnalyzerProvider<?>>, Map<String, AnalyzerProvider<?>>, Map<String, TokenizerFactory>, Map<String, CharFilterFactory>, Map<String, TokenFilterFactory>) - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
 
build() - Method in class org.elasticsearch.index.analysis.CharMatcher.Builder
 
build(Map<String, TokenizerFactory>, Map<String, CharFilterFactory>, Map<String, TokenFilterFactory>) - Method in class org.elasticsearch.index.analysis.CustomAnalyzerProvider
 
build(Map<String, CharFilterFactory>, Map<String, TokenFilterFactory>) - Method in class org.elasticsearch.index.analysis.CustomNormalizerProvider
 
build(IndexSettings, MappedFieldType, IndexFieldDataCache, CircuitBreakerService, MapperService) - Method in interface org.elasticsearch.index.fielddata.IndexFieldData.Builder
 
build(IndexReader, IndexOrdinalsFieldData, IndexSettings, CircuitBreakerService, Logger, Function<RandomAccessOrds, ScriptDocValues<?>>) - Static method in enum org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsBuilder
Build global ordinals for the provided IndexReader.
build() - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Builds an Ordinals instance from the builders current state.
build(IndexSettings, MappedFieldType, IndexFieldDataCache, CircuitBreakerService, MapperService) - Method in class org.elasticsearch.index.fielddata.plain.AbstractGeoPointDVIndexFieldData.Builder
 
build(IndexSettings, MappedFieldType, IndexFieldDataCache, CircuitBreakerService, MapperService) - Method in class org.elasticsearch.index.fielddata.plain.AbstractLatLonPointDVIndexFieldData.Builder
 
build(IndexSettings, MappedFieldType, IndexFieldDataCache, CircuitBreakerService, MapperService) - Method in class org.elasticsearch.index.fielddata.plain.BytesBinaryDVIndexFieldData.Builder
 
build(IndexSettings, MappedFieldType, IndexFieldDataCache, CircuitBreakerService, MapperService) - Method in class org.elasticsearch.index.fielddata.plain.ConstantIndexFieldData.Builder
 
build(IndexSettings, MappedFieldType, IndexFieldDataCache, CircuitBreakerService, MapperService) - Method in class org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData.Builder
 
build(IndexSettings, MappedFieldType, IndexFieldDataCache, CircuitBreakerService, MapperService) - Method in class org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.AllFieldMapper.Builder
 
build(Mapper.BuilderContext, String, MappedFieldType, MappedFieldType, Settings, FieldMapper, FieldMapper, FieldMapper, FieldMapper.MultiFields, Explicit<Boolean>, FieldMapper.CopyTo) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.BinaryFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.Builder
 
build(MapperService) - Method in class org.elasticsearch.index.mapper.DocumentMapper.Builder
 
build() - Method in class org.elasticsearch.index.mapper.FieldMapper.CopyTo.Builder
 
build(FieldMapper.Builder, Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.FieldMapper.MultiFields.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.Builder
 
build(Mapper.BuilderContext, String, MappedFieldType, MappedFieldType, Settings, FieldMapper, FieldMapper, FieldMapper, FieldMapper.MultiFields, Explicit<Boolean>, FieldMapper.CopyTo) - Method in class org.elasticsearch.index.mapper.GeoPointFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.GeoPointFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.IndexFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.IpFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.Builder
 
build(Mapper.BuilderContext, String, MappedFieldType, MappedFieldType, Settings, FieldMapper, FieldMapper, FieldMapper, FieldMapper.MultiFields, Explicit<Boolean>, FieldMapper.CopyTo) - Method in class org.elasticsearch.index.mapper.LatLonPointFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LatLonPointFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyByteFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyFloatFieldMapper.Builder
 
build(Mapper.BuilderContext, String, MappedFieldType, MappedFieldType, Settings, FieldMapper, FieldMapper, FieldMapper, FieldMapper.MultiFields, Explicit<Boolean>, FieldMapper.CopyTo) - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyShortFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.Mapper.Builder
Returns a newly built mapper.
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.ObjectMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.ParentFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.RoutingFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.SourceFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.TextFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.TokenCountFieldMapper.Builder
 
build(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.TTLFieldMapper.Builder
 
build(SearchContext, InnerHitsContext) - Method in class org.elasticsearch.index.query.InnerHitContextBuilder
 
build() - Method in class org.elasticsearch.script.ScriptMetaData.Builder
 
build(SearchContext, AggregatorFactory<?>) - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
 
build(SearchContext, AggregatorFactory<?>) - Method in class org.elasticsearch.search.aggregations.AggregationBuilder
Internal: build an AggregatorFactory based on the configuration of this builder.
build(SearchContext, AggregatorFactory<?>) - Method in class org.elasticsearch.search.aggregations.AggregatorFactories.Builder
 
build(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
 
build(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.NXYBuilder
 
build() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel.EWMAModelBuilder
 
build() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel.HoltLinearModelBuilder
 
build() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
 
build() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel.LinearModelBuilder
 
build() - Method in interface org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModelBuilder
 
build() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel.SimpleModelBuilder
 
build(SearchContext) - Method in class org.elasticsearch.search.collapse.CollapseBuilder
 
build(QueryShardContext) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
 
build(QueryShardContext) - Method in class org.elasticsearch.search.rescore.QueryRescorerBuilder
 
build(QueryShardContext) - Method in class org.elasticsearch.search.rescore.RescoreBuilder
 
build(QueryShardContext) - Method in class org.elasticsearch.search.sort.FieldSortBuilder
 
build(QueryShardContext) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
 
build(QueryShardContext) - Method in class org.elasticsearch.search.sort.ScoreSortBuilder
 
build(QueryShardContext) - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
 
build(QueryShardContext) - Method in class org.elasticsearch.search.sort.SortBuilder
Create a @link SortFieldAndFormat from this builder.
build(QueryShardContext) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
 
build() - Method in class org.elasticsearch.search.suggest.completion.context.CategoryContextMapping.Builder
 
build() - Method in class org.elasticsearch.search.suggest.completion.context.CategoryQueryContext.Builder
 
build() - Method in class org.elasticsearch.search.suggest.completion.context.ContextBuilder
 
build() - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping.Builder
 
build() - Method in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext.Builder
 
build() - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
 
build() - Method in class org.elasticsearch.search.suggest.completion.RegexOptions.Builder
 
build() - Method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping.Builder
 
build() - Method in class org.elasticsearch.search.suggest.completion2x.context.ContextBuilder
 
build() - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping.Builder
 
build(MapperService) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
build(QueryShardContext) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
build(MapperService) - Method in interface org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.CandidateGenerator
 
build(QueryShardContext) - Method in class org.elasticsearch.search.suggest.SuggestBuilder
 
build(QueryShardContext) - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
 
build(QueryShardContext) - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
 
build() - Method in class org.elasticsearch.transport.ConnectionProfile.Builder
Creates a new ConnectionProfile based on the added connections.
build() - Method in class org.elasticsearch.transport.TransportRequestOptions.Builder
 
build() - Method in class org.elasticsearch.transport.TransportResponseOptions.Builder
 
build - Variable in class org.elasticsearch.Version
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.Aggregator
Build an aggregation for data that has been collected into bucket.
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.range.BinaryRangeAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTermsAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTermsAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.DoubleTermsAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTermsAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentileRanksAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentilesAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.aggregations.NonCollectingAggregator
 
buildAggregation(List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
 
buildAggregation(List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
Called after a collection run is finished to build the aggregation for the collected state.
buildAggregation(List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
 
buildAggregation(List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
 
buildAggregation(List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
 
buildAggregation(List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
 
buildAggregation(List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
 
buildAggregation(List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
 
buildAggregation(long) - Method in class org.elasticsearch.search.profile.aggregation.ProfilingAggregator
 
buildAliasFilter(ClusterState, String, String...) - Method in class org.elasticsearch.indices.IndicesService
 
buildAliasFilter(ClusterState, String, String...) - Method in class org.elasticsearch.search.SearchService
 
buildAllocationIdBasedNodeShardsResult(ShardRouting, boolean, Set<String>, Set<String>, AsyncShardFetch.FetchResult<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards>, Logger) - Static method in class org.elasticsearch.gateway.PrimaryShardAllocator
Builds a list of nodes.
buildAnalyzerFactories(IndexSettings) - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
 
buildAsBytes() - Method in class org.elasticsearch.action.support.ToXContentToBytes
Returns a BytesReference containing the ToXContent output in binary format.
buildAsBytes(XContentType) - Method in class org.elasticsearch.action.support.ToXContentToBytes
Returns a BytesReference containing the ToXContent output in binary format.
buildAsString() - Method in class org.elasticsearch.common.blobstore.BlobPath
 
buildBroadcastShardsHeader(XContentBuilder, ToXContent.Params, BroadcastResponse) - Static method in class org.elasticsearch.rest.action.RestActions
 
buildBroadcastShardsHeader(XContentBuilder, ToXContent.Params, int, int, int, int, ShardOperationFailedException[]) - Static method in class org.elasticsearch.rest.action.RestActions
 
buildCharFilterFactories(IndexSettings) - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
 
buildDecisionsForAllNodes(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.gateway.BaseGatewayShardAllocator
Builds decisions for all nodes in the cluster, so that the explain API can provide information on allocation decisions for each node, while still waiting to allocate the shard (e.g.
buildDocsWithValuesSet() - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Builds a BitSet where each documents bit is that that has one or more ordinals associated with it.
buildDynamicNodes() - Method in interface org.elasticsearch.discovery.zen.UnicastHostsProvider
Builds the dynamic list of unicast hosts to be used for unicast discovery.
buildEmpty(IndexSettings, IndexReader, IndexOrdinalsFieldData) - Static method in enum org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsBuilder
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.Aggregator
Build an empty aggregation.
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.range.BinaryRangeAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Unmapped
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTermsAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTermsAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.terms.DoubleTermsAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentileRanksAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentilesAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregator
 
buildEmptyAggregation() - Method in class org.elasticsearch.search.profile.aggregation.ProfilingAggregator
 
buildEmptySubAggregations() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
 
builder(TaskInfo) - Static method in class org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup
 
builder(Client, BulkProcessor.Listener) - Static method in class org.elasticsearch.action.bulk.BulkProcessor
 
Builder(BiConsumer<BulkRequest, ActionListener<BulkResponse>>, BulkProcessor.Listener, ThreadPool) - Constructor for class org.elasticsearch.action.bulk.BulkProcessor.Builder
Creates a builder of bulk processor with the client to use and the listener that will be used to be notified on the completion of bulk requests.
Builder() - Constructor for class org.elasticsearch.action.delete.DeleteResponse.Builder
 
Builder() - Constructor for class org.elasticsearch.action.DocWriteResponse.Builder
 
Builder() - Constructor for class org.elasticsearch.action.index.IndexResponse.Builder
 
Builder() - Constructor for class org.elasticsearch.action.update.UpdateResponse.Builder
 
builder() - Static method in class org.elasticsearch.cluster.block.ClusterBlocks
 
Builder() - Constructor for class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
builder(ClusterName) - Static method in class org.elasticsearch.cluster.ClusterState
 
builder(ClusterState) - Static method in class org.elasticsearch.cluster.ClusterState
 
Builder(ClusterState) - Constructor for class org.elasticsearch.cluster.ClusterState.Builder
 
Builder(ClusterName) - Constructor for class org.elasticsearch.cluster.ClusterState.Builder
 
builder() - Static method in class org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult
 
Builder() - Constructor for class org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult.Builder
 
builder(String) - Static method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
Builder(String) - Constructor for class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
Builder(AliasMetaData) - Constructor for class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
builder() - Static method in class org.elasticsearch.cluster.metadata.IndexGraveyard
 
builder(IndexGraveyard) - Static method in class org.elasticsearch.cluster.metadata.IndexGraveyard
 
builder(String) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
builder(IndexMetaData) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
Builder(String) - Constructor for class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
Builder(IndexMetaData) - Constructor for class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
builder(String) - Static method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
Builder(String) - Constructor for class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
Builder(IndexTemplateMetaData) - Constructor for class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
builder() - Static method in class org.elasticsearch.cluster.metadata.MetaData
 
builder(MetaData) - Static method in class org.elasticsearch.cluster.metadata.MetaData
 
Builder() - Constructor for class org.elasticsearch.cluster.metadata.MetaData.Builder
 
Builder(MetaData) - Constructor for class org.elasticsearch.cluster.metadata.MetaData.Builder
 
builder() - Static method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
builder(DiscoveryNodes) - Static method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
Builder() - Constructor for class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
Builder(DiscoveryNodes) - Constructor for class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
Builder() - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
 
Builder() - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand.Builder
 
Builder() - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand.Builder
 
Builder() - Constructor for class org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand.Builder
 
Builder() - Constructor for class org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand.Builder
 
builder(Index) - Static method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
Builder(Index) - Constructor for class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
 
Builder(IndexShardRoutingTable) - Constructor for class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
Builder(ShardId) - Constructor for class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
builder() - Static method in class org.elasticsearch.cluster.routing.RoutingTable
 
builder(RoutingTable) - Static method in class org.elasticsearch.cluster.routing.RoutingTable
 
Builder() - Constructor for class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
Builder(RoutingTable) - Constructor for class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
builder() - Static method in class org.elasticsearch.common.cache.CacheBuilder
 
builder() - Static method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
 
builder(int) - Static method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
 
builder(ImmutableOpenIntMap<VType>) - Static method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
 
Builder() - Constructor for class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
Builder(int) - Constructor for class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
Builder(ImmutableOpenIntMap<VType>) - Constructor for class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
builder() - Static method in class org.elasticsearch.common.collect.ImmutableOpenMap
 
builder(int) - Static method in class org.elasticsearch.common.collect.ImmutableOpenMap
 
builder(ImmutableOpenMap<KType, VType>) - Static method in class org.elasticsearch.common.collect.ImmutableOpenMap
 
Builder() - Constructor for class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
Builder(int) - Constructor for class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
Builder(ImmutableOpenMap<KType, VType>) - Constructor for class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
builder(DateTimeUnit) - Static method in class org.elasticsearch.common.rounding.Rounding
 
builder(TimeValue) - Static method in class org.elasticsearch.common.rounding.Rounding
 
Builder(DateTimeUnit) - Constructor for class org.elasticsearch.common.rounding.Rounding.Builder
 
Builder(TimeValue) - Constructor for class org.elasticsearch.common.rounding.Rounding.Builder
 
builder() - Static method in class org.elasticsearch.common.settings.Settings
Returns a builder to be used in order to build settings.
builder(XContent) - Static method in class org.elasticsearch.common.xcontent.XContentBuilder
Create a new XContentBuilder using the given XContent content.
builder(XContent, Set<String>, Set<String>) - Static method in class org.elasticsearch.common.xcontent.XContentBuilder
Create a new XContentBuilder using the given XContent content and some inclusive and/or exclusive filters.
Builder() - Constructor for class org.elasticsearch.index.fielddata.plain.AbstractGeoPointDVIndexFieldData.Builder
 
Builder() - Constructor for class org.elasticsearch.index.fielddata.plain.AbstractLatLonPointDVIndexFieldData.Builder
 
Builder() - Constructor for class org.elasticsearch.index.fielddata.plain.BytesBinaryDVIndexFieldData.Builder
 
Builder(Function<MapperService, String>) - Constructor for class org.elasticsearch.index.fielddata.plain.ConstantIndexFieldData.Builder
 
Builder() - Constructor for class org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData.Builder
 
Builder(double, double, int) - Constructor for class org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData.Builder
 
Builder(MappedFieldType) - Constructor for class org.elasticsearch.index.mapper.AllFieldMapper.Builder
 
Builder(String, MappedFieldType) - Constructor for class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.BinaryFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.BooleanFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.CompletionFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.DateFieldMapper.Builder
 
Builder(RootObjectMapper.Builder, MapperService) - Constructor for class org.elasticsearch.index.mapper.DocumentMapper.Builder
 
Builder(String, MappedFieldType, MappedFieldType) - Constructor for class org.elasticsearch.index.mapper.FieldMapper.Builder
 
Builder() - Constructor for class org.elasticsearch.index.mapper.FieldMapper.CopyTo.Builder
 
Builder() - Constructor for class org.elasticsearch.index.mapper.FieldMapper.MultiFields.Builder
 
Builder(MappedFieldType) - Constructor for class org.elasticsearch.index.mapper.FieldNamesFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.GeoPointFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Builder
 
Builder(MappedFieldType) - Constructor for class org.elasticsearch.index.mapper.IndexFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.IpFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.KeywordFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.LatLonPointFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.LegacyByteFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.LegacyFloatFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.LegacyIpFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.LegacyLongFieldMapper.Builder
 
Builder(String, MappedFieldType, int) - Constructor for class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.LegacyShortFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.Mapper.Builder
 
builder - Variable in class org.elasticsearch.index.mapper.Mapper.Builder
 
Builder(String, MappedFieldType, MappedFieldType) - Constructor for class org.elasticsearch.index.mapper.MetadataFieldMapper.Builder
 
Builder(String, NumberFieldMapper.NumberType) - Constructor for class org.elasticsearch.index.mapper.NumberFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.ObjectMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.ParentFieldMapper.Builder
 
Builder(String, RangeFieldMapper.RangeType) - Constructor for class org.elasticsearch.index.mapper.RangeFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.RootObjectMapper.Builder
 
Builder(MappedFieldType) - Constructor for class org.elasticsearch.index.mapper.RoutingFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.Builder
 
Builder() - Constructor for class org.elasticsearch.index.mapper.SourceFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.StringFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.TextFieldMapper.Builder
 
Builder(MappedFieldType) - Constructor for class org.elasticsearch.index.mapper.TimestampFieldMapper.Builder
 
Builder(String) - Constructor for class org.elasticsearch.index.mapper.TokenCountFieldMapper.Builder
 
Builder() - Constructor for class org.elasticsearch.index.mapper.TTLFieldMapper.Builder
 
Builder(String, GeoPoint) - Constructor for class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
Builder(String, String) - Constructor for class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
Builder(String, String, boolean) - Constructor for class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
Builder(StreamInput) - Constructor for class org.elasticsearch.index.query.GeohashCellQuery.Builder
Read from a stream.
Builder(ScriptMetaData) - Constructor for class org.elasticsearch.script.ScriptMetaData.Builder
 
builder() - Static method in class org.elasticsearch.search.aggregations.AggregatorFactories
 
Builder() - Constructor for class org.elasticsearch.search.aggregations.AggregatorFactories.Builder
Create an empty builder.
Builder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.AggregatorFactories.Builder
Read from a stream.
Builder(String) - Constructor for class org.elasticsearch.search.suggest.completion.context.CategoryContextMapping.Builder
Create a builder for a named CategoryContextMapping
builder() - Static method in class org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
 
Builder() - Constructor for class org.elasticsearch.search.suggest.completion.context.CategoryQueryContext.Builder
 
Builder(String) - Constructor for class org.elasticsearch.search.suggest.completion.context.GeoContextMapping.Builder
 
builder() - Static method in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext
 
Builder() - Constructor for class org.elasticsearch.search.suggest.completion.context.GeoQueryContext.Builder
 
builder() - Static method in class org.elasticsearch.search.suggest.completion.FuzzyOptions
 
Builder() - Constructor for class org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
 
builder() - Static method in class org.elasticsearch.search.suggest.completion.RegexOptions
 
Builder() - Constructor for class org.elasticsearch.search.suggest.completion.RegexOptions.Builder
 
builder() - Method in interface org.elasticsearch.search.suggest.completion2x.CompletionTokenStream.ByteTermAttribute
Return the builder from which the term is derived.
builder() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionTokenStream.ByteTermAttributeImpl
 
Builder(String) - Constructor for class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping.Builder
 
Builder(String, String) - Constructor for class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping.Builder
 
Builder(String) - Constructor for class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping.Builder
 
Builder(String, boolean, int...) - Constructor for class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping.Builder
 
Builder() - Constructor for class org.elasticsearch.transport.ConnectionProfile.Builder
create an empty builder
Builder(ConnectionProfile) - Constructor for class org.elasticsearch.transport.ConnectionProfile.Builder
copy constructor, using another profile as a base
builder() - Static method in class org.elasticsearch.transport.TransportRequestOptions
 
builder(TransportRequestOptions) - Static method in class org.elasticsearch.transport.TransportRequestOptions
 
builder() - Static method in class org.elasticsearch.transport.TransportResponseOptions
 
builder(TransportResponseOptions) - Static method in class org.elasticsearch.transport.TransportResponseOptions
 
Builder() - Constructor for class org.elasticsearch.transport.TransportResponseOptions.Builder
 
BuilderContext(Settings, ContentPath) - Constructor for class org.elasticsearch.index.mapper.Mapper.BuilderContext
 
builders() - Method in class org.elasticsearch.threadpool.ThreadPool
 
buildFactory(String, String, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsParser
 
buildFactory(String, String, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketParser
 
buildFailureMessage() - Method in class org.elasticsearch.action.bulk.BulkResponse
 
buildFieldDoc(SortAndFormats, Object[]) - Static method in class org.elasticsearch.search.searchafter.SearchAfterBuilder
 
buildFilteredQuery(Query) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
buildFilteredQuery(Query) - Method in class org.elasticsearch.search.internal.SearchContext
Automatically apply all required filters to the given query such as alias filters, types filters, etc.
buildFilteredQuery(Query) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
buildFromKeyValue(DiscoveryNodeFilters.OpType, Map<String, String>) - Static method in class org.elasticsearch.cluster.node.DiscoveryNodeFilters
 
buildFromSettings(DiscoveryNodeFilters.OpType, String, Settings) - Static method in class org.elasticsearch.cluster.node.DiscoveryNodeFilters
 
buildFromSimplifiedDef(String, Object...) - Static method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
 
buildFromTerms(TermsEnum) - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
This method iterates all terms in the given TermsEnum and associates each terms ordinal with the terms documents.
buildFullName(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
buildGeometry(GeometryFactory, boolean) - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
buildGroupedQueries(MultiMatchQueryBuilder.Type, Map<String, Float>, Object, String) - Method in class org.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
 
buildHelpWidths(Table, RestRequest) - Static method in class org.elasticsearch.rest.action.cat.RestTable
 
buildIndexFieldDataCache(IndexFieldDataCache.Listener, Index, String) - Method in class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
 
buildNodesHeader(XContentBuilder, ToXContent.Params, BaseNodesResponse<NodeResponse>) - Static method in class org.elasticsearch.rest.action.RestActions
Create the XContent header for any BaseNodesResponse.
buildNodesHeader(XContentBuilder, ToXContent.Params, int, int, int, List<FailedNodeException>) - Static method in class org.elasticsearch.rest.action.RestActions
Create the XContent header for any BaseNodesResponse.
buildNormalizerFactories(IndexSettings) - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
 
buildPayload(BytesRef, long, BytesRef) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x
 
buildPayload(BytesRef, long, BytesRef) - Method in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat.CompletionLookupProvider
 
buildProfileSettings() - Method in class org.elasticsearch.transport.TcpTransport
 
buildRecoveryTable(RestRequest, RecoveryResponse) - Method in class org.elasticsearch.rest.action.cat.RestRecoveryAction
buildRecoveryTable will build a table of recovery information suitable for displaying at the command line.
buildRefreshListeners() - Method in class org.elasticsearch.index.shard.IndexShard
Build RefreshListeners for this shard.
buildRefreshListeners() - Method in class org.elasticsearch.index.shard.ShadowIndexShard
 
buildRemoteClustersSeeds(Settings) - Static method in class org.elasticsearch.transport.RemoteClusterAware
 
buildRemoteIndexName(String, String) - Static method in class org.elasticsearch.transport.RemoteClusterAware
 
buildResponse(SearchHits) - Method in class org.elasticsearch.action.search.SearchPhaseController.ReducedQueryPhase
Creates a new search response from the given merged hits.
buildResponse(T, XContentBuilder) - Method in class org.elasticsearch.rest.action.AcknowledgedRestListener
 
buildResponse(Table, RestChannel) - Static method in class org.elasticsearch.rest.action.cat.RestTable
 
buildResponse(NodesResponse, XContentBuilder) - Method in class org.elasticsearch.rest.action.RestActions.NodesResponseRestListener
 
buildResponse(Response) - Method in class org.elasticsearch.rest.action.RestBuilderListener
 
buildResponse(Response, XContentBuilder) - Method in class org.elasticsearch.rest.action.RestBuilderListener
Builds a response to send back over the channel.
buildResponse(Response) - Method in class org.elasticsearch.rest.action.RestResponseListener
Builds the response to send back through the channel.
buildResponse(Response, XContentBuilder) - Method in class org.elasticsearch.rest.action.RestStatusToXContentListener
 
buildResponse(Response) - Method in class org.elasticsearch.rest.action.RestToXContentListener
 
buildResponse(Response, XContentBuilder) - Method in class org.elasticsearch.rest.action.RestToXContentListener
 
buildResultAndLogHealthChange(ClusterState, RoutingAllocation, String) - Method in class org.elasticsearch.cluster.routing.allocation.AllocationService
 
buildShardResults(Profilers) - Static method in class org.elasticsearch.search.profile.SearchProfileShardResults
Helper method to convert Profiler into InternalProfileShardResults, which can be serialized to other nodes, emitted as JSON, etc.
buildSingleChannelProfile(TransportRequestOptions.Type, TimeValue, TimeValue) - Static method in class org.elasticsearch.transport.ConnectionProfile
Builds a connection profile that is dedicated to a single channel type.
buildSort(List<SortBuilder<?>>, QueryShardContext) - Static method in class org.elasticsearch.search.sort.SortBuilder
 
buildTextPlainResponse(Table, RestChannel) - Static method in class org.elasticsearch.rest.action.cat.RestTable
 
buildTokenFilterFactories(IndexSettings) - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
 
buildTokenizerFactories(IndexSettings) - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
 
buildUnique() - Static method in class org.elasticsearch.common.transport.LocalTransportAddress
generates a new unique address
buildWordScorerFactory() - Method in class org.elasticsearch.search.suggest.phrase.Laplace
 
buildWordScorerFactory() - Method in class org.elasticsearch.search.suggest.phrase.LinearInterpolation
 
buildWordScorerFactory() - Method in class org.elasticsearch.search.suggest.phrase.SmoothingModel
 
buildWordScorerFactory() - Method in class org.elasticsearch.search.suggest.phrase.StupidBackoff
 
buildXContentBuilder(Table, RestChannel) - Static method in class org.elasticsearch.rest.action.cat.RestTable
 
BUILT_IN - Static variable in class org.elasticsearch.index.similarity.SimilarityService
 
BUILT_IN_CLUSTER_SETTINGS - Static variable in class org.elasticsearch.common.settings.ClusterSettings
 
BUILT_IN_INDEX_SETTINGS - Static variable in class org.elasticsearch.common.settings.IndexScopedSettings
 
BulgarianAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
BulgarianAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.BulgarianAnalyzerProvider
 
bulk(BulkRequest) - Method in interface org.elasticsearch.client.Client
Executes a bulk of index / delete operations.
bulk(BulkRequest, ActionListener<BulkResponse>) - Method in interface org.elasticsearch.client.Client
Executes a bulk of index / delete operations.
bulk(BulkRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
bulk(BulkRequest, ActionListener<BulkResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
BULK - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
BulkAction - Class in org.elasticsearch.action.bulk
 
BulkByScrollResponse - Class in org.elasticsearch.index.reindex
Response used for actions that index many documents using a scroll request.
BulkByScrollResponse() - Constructor for class org.elasticsearch.index.reindex.BulkByScrollResponse
 
BulkByScrollResponse(TimeValue, BulkByScrollTask.Status, List<BulkItemResponse.Failure>, List<ScrollableHitSource.SearchFailure>, boolean) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollResponse
 
BulkByScrollResponse(Iterable<BulkByScrollResponse>, String) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollResponse
 
BulkByScrollTask - Class in org.elasticsearch.index.reindex
Task storing information about a currently running BulkByScroll request.
BulkByScrollTask(long, String, String, String, TaskId) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask
 
BulkByScrollTask.Status - Class in org.elasticsearch.index.reindex
 
BulkByScrollTask.StatusOrException - Class in org.elasticsearch.index.reindex
The status of a slice of the request.
BulkItemRequest - Class in org.elasticsearch.action.bulk
 
BulkItemRequest(int, DocWriteRequest) - Constructor for class org.elasticsearch.action.bulk.BulkItemRequest
 
BulkItemResponse - Class in org.elasticsearch.action.bulk
Represents a single item response for an action executed as part of the bulk API.
BulkItemResponse(int, DocWriteRequest.OpType, DocWriteResponse) - Constructor for class org.elasticsearch.action.bulk.BulkItemResponse
 
BulkItemResponse(int, DocWriteRequest.OpType, BulkItemResponse.Failure) - Constructor for class org.elasticsearch.action.bulk.BulkItemResponse
 
BulkItemResponse.Failure - Class in org.elasticsearch.action.bulk
Represents a failure.
BulkProcessor - Class in org.elasticsearch.action.bulk
A bulk processor is a thread safe bulk processing class, allowing to easily set when to "flush" a new bulk request (either based on number of actions, based on the size, or time), and to easily control the number of concurrent bulk requests allowed to be executed in parallel.
BulkProcessor.Builder - Class in org.elasticsearch.action.bulk
A builder used to create a build an instance of a bulk processor.
BulkProcessor.Listener - Interface in org.elasticsearch.action.bulk
A listener for the execution.
BulkRequest - Class in org.elasticsearch.action.bulk
A bulk request holds an ordered IndexRequests, DeleteRequests and UpdateRequests and allows to executes it in a single batch.
BulkRequest() - Constructor for class org.elasticsearch.action.bulk.BulkRequest
 
bulkRequest() - Static method in class org.elasticsearch.client.Requests
Creates a new bulk request.
BulkRequestBuilder - Class in org.elasticsearch.action.bulk
A bulk request holds an ordered IndexRequests and DeleteRequests and allows to executes it in a single batch.
BulkRequestBuilder(ElasticsearchClient, BulkAction) - Constructor for class org.elasticsearch.action.bulk.BulkRequestBuilder
 
BulkResponse - Class in org.elasticsearch.action.bulk
A response of a bulk execution.
BulkResponse(BulkItemResponse[], long) - Constructor for class org.elasticsearch.action.bulk.BulkResponse
 
BulkResponse(BulkItemResponse[], long, long) - Constructor for class org.elasticsearch.action.bulk.BulkResponse
 
bulkScorer(LeafReaderContext) - Method in class org.elasticsearch.search.profile.query.ProfileWeight
 
BulkShardRequest - Class in org.elasticsearch.action.bulk
 
BulkShardRequest() - Constructor for class org.elasticsearch.action.bulk.BulkShardRequest
 
BulkShardRequest(ShardId, WriteRequest.RefreshPolicy, BulkItemRequest[]) - Constructor for class org.elasticsearch.action.bulk.BulkShardRequest
 
BulkShardResponse - Class in org.elasticsearch.action.bulk
 
busiestThreads(int) - Method in class org.elasticsearch.monitor.jvm.HotThreads
 
BYTE_PAGE_SIZE - Static variable in class org.elasticsearch.common.util.BigArrays
 
byteArray - Variable in class org.elasticsearch.common.bytes.PagedBytesReference
 
ByteArray - Interface in org.elasticsearch.common.util
Abstraction of an array of byte values.
ByteArrayIndexInput - Class in org.elasticsearch.common.lucene.store
Wraps array of bytes into IndexInput
ByteArrayIndexInput(String, byte[]) - Constructor for class org.elasticsearch.common.lucene.store.ByteArrayIndexInput
 
ByteArrayIndexInput(String, byte[], int, int) - Constructor for class org.elasticsearch.common.lucene.store.ByteArrayIndexInput
 
ByteBufferStreamInput - Class in org.elasticsearch.common.io.stream
 
ByteBufferStreamInput(ByteBuffer) - Constructor for class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
bytePage(boolean) - Method in class org.elasticsearch.common.util.PageCacheRecycler
 
bytes() - Method in class org.elasticsearch.common.io.stream.BytesStream
 
bytes - Variable in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
bytes() - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
bytes() - Method in class org.elasticsearch.common.io.stream.ReleasableBytesStreamOutput
Returns a Releasable implementation of a BytesReference that represents the current state of the bytes in the stream.
bytes() - Method in class org.elasticsearch.common.text.Text
Returns a BytesReference view of the data.
bytes() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
Bytes() - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes
 
bytes() - Method in class org.elasticsearch.transport.BytesTransportRequest
 
BytesArray - Class in org.elasticsearch.common.bytes
 
BytesArray(String) - Constructor for class org.elasticsearch.common.bytes.BytesArray
 
BytesArray(BytesRef) - Constructor for class org.elasticsearch.common.bytes.BytesArray
 
BytesArray(BytesRef, boolean) - Constructor for class org.elasticsearch.common.bytes.BytesArray
 
BytesArray(byte[]) - Constructor for class org.elasticsearch.common.bytes.BytesArray
 
BytesArray(byte[], int, int) - Constructor for class org.elasticsearch.common.bytes.BytesArray
 
bytesAsInt() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
BytesBinaryDVIndexFieldData - Class in org.elasticsearch.index.fielddata.plain
 
BytesBinaryDVIndexFieldData(Index, String) - Constructor for class org.elasticsearch.index.fielddata.plain.BytesBinaryDVIndexFieldData
 
BytesBinaryDVIndexFieldData.Builder - Class in org.elasticsearch.index.fielddata.plain
 
byteSizeField(String, String, ByteSizeValue) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
byteSizeField(String, String, long) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
byteSizeSetting(String, ByteSizeValue, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
byteSizeSetting(String, Setting<ByteSizeValue>, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
byteSizeSetting(String, Function<Settings, String>, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
byteSizeSetting(String, ByteSizeValue, ByteSizeValue, ByteSizeValue, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
byteSizeSetting(String, Function<Settings, String>, ByteSizeValue, ByteSizeValue, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
ByteSizeUnit - Enum in org.elasticsearch.common.unit
A SizeUnit represents size at a given unit of granularity and provides utility methods to convert across units.
ByteSizeValue - Class in org.elasticsearch.common.unit
 
ByteSizeValue(StreamInput) - Constructor for class org.elasticsearch.common.unit.ByteSizeValue
 
ByteSizeValue(long) - Constructor for class org.elasticsearch.common.unit.ByteSizeValue
 
ByteSizeValue(long, ByteSizeUnit) - Constructor for class org.elasticsearch.common.unit.ByteSizeValue
 
bytesOutput() - Method in class org.elasticsearch.rest.AbstractRestChannel
A channel level bytes output that can be reused.
bytesOutput() - Method in interface org.elasticsearch.rest.RestChannel
 
bytesOutputOrNull() - Method in class org.elasticsearch.rest.AbstractRestChannel
An accessor to the raw value of the channel bytes output.
bytesPerValue(BytesRef) - Method in interface org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData.PerValueEstimator
 
bytesPerValue(BytesRef) - Method in class org.elasticsearch.index.fielddata.plain.NonEstimatingEstimator
 
bytesPerValue(BytesRef) - Method in class org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData.PagedBytesEstimator
 
BytesReference - Class in org.elasticsearch.common.bytes
A reference to bytes.
BytesReference() - Constructor for class org.elasticsearch.common.bytes.BytesReference
 
BytesRefFieldComparatorSource - Class in org.elasticsearch.index.fielddata.fieldcomparator
Comparator source for string/binary values.
BytesRefFieldComparatorSource(IndexFieldData<?>, Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - Constructor for class org.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource
 
BytesRefHash - Class in org.elasticsearch.common.util
Specialized hash table implementation similar to Lucene's BytesRefHash that maps BytesRef values to ids.
BytesRefHash(long, BigArrays) - Constructor for class org.elasticsearch.common.util.BytesRefHash
 
BytesRefHash(long, float, BigArrays) - Constructor for class org.elasticsearch.common.util.BytesRefHash
 
BytesRefs - Class in org.elasticsearch.common.lucene
 
BytesRefs() - Constructor for class org.elasticsearch.common.lucene.BytesRefs
 
BytesRefs(SortedBinaryDocValues) - Constructor for class org.elasticsearch.index.fielddata.ScriptDocValues.BytesRefs
 
BytesRestResponse - Class in org.elasticsearch.rest
 
BytesRestResponse(RestStatus, XContentBuilder) - Constructor for class org.elasticsearch.rest.BytesRestResponse
Creates a new response based on XContentBuilder.
BytesRestResponse(RestStatus, String) - Constructor for class org.elasticsearch.rest.BytesRestResponse
Creates a new plain text response.
BytesRestResponse(RestStatus, String, String) - Constructor for class org.elasticsearch.rest.BytesRestResponse
Creates a new plain text response.
BytesRestResponse(RestStatus, String, byte[]) - Constructor for class org.elasticsearch.rest.BytesRestResponse
Creates a binary response.
BytesRestResponse(RestStatus, String, BytesReference) - Constructor for class org.elasticsearch.rest.BytesRestResponse
Creates a binary response.
BytesRestResponse(RestChannel, Exception) - Constructor for class org.elasticsearch.rest.BytesRestResponse
 
BytesRestResponse(RestChannel, RestStatus, Exception) - Constructor for class org.elasticsearch.rest.BytesRestResponse
 
BytesStream - Class in org.elasticsearch.common.io.stream
 
BytesStream() - Constructor for class org.elasticsearch.common.io.stream.BytesStream
 
BytesStreamOutput - Class in org.elasticsearch.common.io.stream
A @link StreamOutput that uses BigArrays to acquire pages of bytes, which avoids frequent reallocation & copying of the internal data.
BytesStreamOutput() - Constructor for class org.elasticsearch.common.io.stream.BytesStreamOutput
Create a non recycling BytesStreamOutput with an initial capacity of 0.
BytesStreamOutput(int) - Constructor for class org.elasticsearch.common.io.stream.BytesStreamOutput
Create a non recycling BytesStreamOutput with enough initial pages acquired to satisfy the capacity given by expected size.
BytesStreamOutput(int, BigArrays) - Constructor for class org.elasticsearch.common.io.stream.BytesStreamOutput
 
bytesToDouble(byte[]) - Static method in class org.elasticsearch.common.Numbers
Converts a byte array to double.
bytesToDouble(BytesRef) - Static method in class org.elasticsearch.common.Numbers
 
bytesToFloat(byte[]) - Static method in class org.elasticsearch.common.Numbers
Converts a byte array to float.
bytesToFloat(BytesRef) - Static method in class org.elasticsearch.common.Numbers
 
bytesToInt(byte[]) - Static method in class org.elasticsearch.common.Numbers
Converts a byte array to an int.
bytesToInt(BytesRef) - Static method in class org.elasticsearch.common.Numbers
 
bytesToLong(byte[]) - Static method in class org.elasticsearch.common.Numbers
Converts a byte array to a long.
bytesToLong(BytesRef) - Static method in class org.elasticsearch.common.Numbers
 
bytesToShort(byte[]) - Static method in class org.elasticsearch.common.Numbers
Converts a byte array to an short.
bytesToShort(BytesRef) - Static method in class org.elasticsearch.common.Numbers
 
BytesTransportRequest - Class in org.elasticsearch.transport
A specialized, bytes only request, that can potentially be optimized on the network layer, specifically for teh same large buffer send to several nodes.
BytesTransportRequest() - Constructor for class org.elasticsearch.transport.BytesTransportRequest
 
BytesTransportRequest(BytesReference, Version) - Constructor for class org.elasticsearch.transport.BytesTransportRequest
 
bytesValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.FieldData
 
bytesValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.Script
 
bytesValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals.FieldData
 
bytesValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource
Get the current ValuesSource.WithScript.BytesValues.
bytesValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint.Fielddata
 
bytesValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.FieldData
 
bytesValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.Script
 
bytesValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.WithScript
 
bytesValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.WithScript
 
ByteTermAttributeImpl() - Constructor for class org.elasticsearch.search.suggest.completion2x.CompletionTokenStream.ByteTermAttributeImpl
 
ByteUtils - Enum in org.elasticsearch.common.util
Utility methods to do byte-level encoding.

C

Cache<K,V> - Class in org.elasticsearch.common.cache
A simple concurrent cache.
cache - Variable in class org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
 
cache() - Method in class org.elasticsearch.index.IndexService
 
cache - Variable in enum org.elasticsearch.indices.analysis.PreBuiltAnalyzers
 
cache - Variable in enum org.elasticsearch.indices.analysis.PreBuiltCharFilters
 
cache - Variable in enum org.elasticsearch.indices.analysis.PreBuiltTokenFilters
 
cache - Variable in enum org.elasticsearch.indices.analysis.PreBuiltTokenizers
 
cache() - Method in class org.elasticsearch.search.fetch.FetchSubPhase.HitContext
 
Cache.CacheStats - Class in org.elasticsearch.common.cache
 
CacheBuilder<K,V> - Class in org.elasticsearch.common.cache
 
CachedPositionIterator - Class in org.elasticsearch.search.lookup
 
CachedPositionIterator(IndexFieldTerm) - Constructor for class org.elasticsearch.search.lookup.CachedPositionIterator
 
cacheKey() - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
cacheKey() - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
Returns the cache key for this shard search request, based on its content
cacheKey() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
CacheLoader<K,V> - Interface in org.elasticsearch.common.cache
 
CacheStats(long, long, long) - Constructor for class org.elasticsearch.common.cache.Cache.CacheStats
 
calcHighFreqMinimumNumberShouldMatch(int) - Method in class org.apache.lucene.queries.ExtendedCommonTermsQuery
 
calcLowFreqMinimumNumberShouldMatch(int) - Method in class org.apache.lucene.queries.ExtendedCommonTermsQuery
 
calcMinimumNumberShouldMatch(String, int) - Method in class org.apache.lucene.queries.ExtendedCommonTermsQuery
 
calculate(double, double, double, double, DistanceUnit) - Method in enum org.elasticsearch.common.geo.GeoDistance
compute the distance between two points using the selected algorithm (PLANE, ARC)
calculateMinShouldMatch(int, String) - Static method in class org.elasticsearch.common.lucene.search.Queries
 
calculatePercentage(long, long) - Static method in class org.elasticsearch.monitor.os.OsStats
 
calculateTaskOutputs(ClusterService.TaskInputs, ClusterState, long) - Method in class org.elasticsearch.cluster.service.ClusterService
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
Returns a Decision whether the given shard routing can be allocated on the given node.
canAllocate(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
Returns a Decision whether the given shard routing can be allocated at all at this state of the RoutingAllocation.
canAllocate(IndexMetaData, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
Returns a Decision whether the given shard routing can be allocated at all at this state of the RoutingAllocation.
canAllocate(RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
Returns a Decision whether the given node can allow any allocation at all at this state of the RoutingAllocation.
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
 
canAllocate(IndexMetaData, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
 
canAllocate(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
 
canAllocate(RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
 
canAllocate(IndexMetaData, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
 
canAllocate(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.MaxRetryAllocationDecider
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.MaxRetryAllocationDecider
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.NodeVersionAllocationDecider
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.ReplicaAfterPrimaryActiveAllocationDecider
 
canAllocate(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.ReplicaAfterPrimaryActiveAllocationDecider
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.RestoreInProgressAllocationDecider
 
canAllocate(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.RestoreInProgressAllocationDecider
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
 
canAllocate(RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
 
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
Returns a Decision whether the given shard routing can be allocated on the given node.
canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
 
canBeMinimized() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
canBeMinimized() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
canBeMinimized() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
canBeMinimized() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
 
canBeMinimized() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
Returns if the model can be cost minimized.
canBeMinimized() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
 
canCache(ShardSearchRequest, SearchContext) - Method in class org.elasticsearch.indices.IndicesService
Can the shard request be cached at all?
cancel(String) - Method in class org.elasticsearch.common.util.CancellableThreads
cancel all current running operations.
cancel(boolean) - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
 
cancel(Future<?>) - Static method in class org.elasticsearch.common.util.concurrent.FutureUtils
 
cancel(String) - Method in class org.elasticsearch.indices.recovery.RecoverySourceHandler
Cancels the recovery and interrupts all eligible threads.
cancel(String) - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
cancel the recovery.
cancel(CancellableTask, String, Runnable) - Method in class org.elasticsearch.tasks.TaskManager
Cancels a task
cancel() - Method in interface org.elasticsearch.threadpool.ThreadPool.Cancellable
Cancel the execution of this object.
CancelAllocationCommand - Class in org.elasticsearch.cluster.routing.allocation.command
A command that cancels relocation, or recovery of a given shard on a node.
CancelAllocationCommand(String, int, String, boolean) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
CancelAllocationCommand(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
Read from a stream.
CancellableCollector - Class in org.elasticsearch.search.query
Collector that checks if the task it is executed under is cancelled.
CancellableCollector(BooleanSupplier, Collector) - Constructor for class org.elasticsearch.search.query.CancellableCollector
Constructor
CancellableTask - Class in org.elasticsearch.tasks
A task that can be canceled
CancellableTask(long, String, String, String, TaskId) - Constructor for class org.elasticsearch.tasks.CancellableTask
 
CancellableThreads - Class in org.elasticsearch.common.util
A utility class for multi threaded operation that needs to be cancellable via interrupts.
CancellableThreads() - Constructor for class org.elasticsearch.common.util.CancellableThreads
 
CancellableThreads() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
CancellableThreads.ExecutionCancelledException - Exception in org.elasticsearch.common.util
 
CancellableThreads.Interruptable - Interface in org.elasticsearch.common.util
 
CancellableThreads.IOInterruptable - Interface in org.elasticsearch.common.util
 
cancelOnParentLeaving() - Method in class org.elasticsearch.tasks.CancellableTask
Returns true if this task should be automatically cancelled if the coordinating node that requested this task left the cluster.
cancelRecoveriesForShard(ShardId, String) - Method in class org.elasticsearch.indices.recovery.PeerRecoveryTargetService
cancel all ongoing recoveries for the given shard, if their status match a predicate
cancelRecoveriesForShard(ShardId, String) - Method in class org.elasticsearch.indices.recovery.RecoveriesCollection
cancel all ongoing recoveries for the given shard
cancelRecovery(long, String) - Method in class org.elasticsearch.indices.recovery.RecoveriesCollection
cancel the recovery with the given id (if found) and remove it from the recovery collection
cancelRelocation(AllocationId) - Static method in class org.elasticsearch.cluster.routing.AllocationId
Creates a new allocation id representing a cancelled relocation.
cancelRelocation() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Cancel relocation of a shard.
cancelTasks(CancelTasksRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Cancel tasks
cancelTasks(CancelTasksRequest, ActionListener<CancelTasksResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Cancel active tasks
CancelTasksAction - Class in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Action for cancelling running tasks
CancelTasksRequest - Class in org.elasticsearch.action.admin.cluster.node.tasks.cancel
A request to cancel tasks
CancelTasksRequest() - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
 
cancelTasksRequest() - Static method in class org.elasticsearch.client.Requests
Creates a nodes tasks request against one or more nodes.
CancelTasksRequestBuilder - Class in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Builder for the request to cancel tasks running on the specified nodes
CancelTasksRequestBuilder(ElasticsearchClient, CancelTasksAction) - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequestBuilder
 
CancelTasksResponse - Class in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Returns the list of tasks that were cancelled
CancelTasksResponse() - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksResponse
 
CancelTasksResponse(List<TaskInfo>, List<TaskOperationFailure>, List<? extends FailedNodeException>) - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksResponse
 
canCompress(TransportRequest) - Method in class org.elasticsearch.transport.TcpTransport
 
canDeleteIndexContents(Index, IndexSettings) - Method in class org.elasticsearch.indices.IndicesService
This method returns true if the current node is allowed to delete the given index.
canDeleteShardContent(ShardId, IndexSettings) - Method in class org.elasticsearch.indices.IndicesService
Returns ShardDeletionCheckResult signaling whether the shards content for the given shard can be deleted.
Candidate(BytesRef, long, double, double, boolean) - Constructor for class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
 
CandidateGenerator - Class in org.elasticsearch.search.suggest.phrase
 
CandidateGenerator() - Constructor for class org.elasticsearch.search.suggest.phrase.CandidateGenerator
 
candidates - Variable in class org.elasticsearch.search.suggest.phrase.Correction
 
candidates - Variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.CandidateSet
 
CandidateSet(DirectCandidateGenerator.Candidate[], DirectCandidateGenerator.Candidate) - Constructor for class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.CandidateSet
 
canForceAllocatePrimary(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
Returns a Decision whether the given primary shard can be forcibly allocated on the given node.
canForceAllocatePrimary(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
 
canForceAllocatePrimary(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.MaxRetryAllocationDecider
 
canForceAllocatePrimary(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.RestoreInProgressAllocationDecider
 
canForceAllocatePrimary(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
 
canHighlight(FieldMapper) - Method in class org.elasticsearch.search.fetch.subphase.highlight.FastVectorHighlighter
 
canHighlight(FieldMapper) - Method in interface org.elasticsearch.search.fetch.subphase.highlight.Highlighter
 
canHighlight(FieldMapper) - Method in class org.elasticsearch.search.fetch.subphase.highlight.PlainHighlighter
 
canHighlight(FieldMapper) - Method in class org.elasticsearch.search.fetch.subphase.highlight.PostingsHighlighter
Deprecated.
 
canHighlight(FieldMapper) - Method in class org.elasticsearch.search.fetch.subphase.highlight.UnifiedHighlighter
 
canIndex() - Method in class org.elasticsearch.index.shard.IndexShard
returns true if this shard supports indexing (i.e., write) operations.
canIndex() - Method in class org.elasticsearch.index.shard.ShadowIndexShard
 
canMatch() - Method in class org.elasticsearch.action.search.SearchTransportService.CanMatchResponse
 
canMatch(ShardSearchRequest) - Method in class org.elasticsearch.search.SearchService
This method does a very quick rewrite of the query and returns true if the query can potentially match any documents.
CanMatchResponse() - Constructor for class org.elasticsearch.action.search.SearchTransportService.CanMatchResponse
 
CanMatchResponse(boolean) - Constructor for class org.elasticsearch.action.search.SearchTransportService.CanMatchResponse
 
canMoveToClosed() - Method in class org.elasticsearch.common.component.Lifecycle
 
canMoveToStarted() - Method in class org.elasticsearch.common.component.Lifecycle
 
canMoveToStopped() - Method in class org.elasticsearch.common.component.Lifecycle
 
cannotBindToGuiceType(String) - Method in class org.elasticsearch.common.inject.internal.Errors
 
cannotInjectInnerClass(Class<?>) - Method in class org.elasticsearch.common.inject.internal.Errors
 
cannotInjectRawMembersInjector() - Method in class org.elasticsearch.common.inject.internal.Errors
 
cannotInjectRawProvider() - Method in class org.elasticsearch.common.inject.internal.Errors
 
cannotInjectRawTypeLiteral() - Method in class org.elasticsearch.common.inject.internal.Errors
 
cannotInjectTypeLiteralOf(Type) - Method in class org.elasticsearch.common.inject.internal.Errors
 
cannotRebalance(Decision, AllocationDecision, int, List<NodeAllocationResult>) - Static method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
Creates a move decision for when rebalancing the shard is not allowed.
cannotRemain(Decision, AllocationDecision, DiscoveryNode, List<NodeAllocationResult>) - Static method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
Creates a move decision for the shard not being allowed to remain on its current node.
cannotSatisfyCircularDependency(Class<?>) - Method in class org.elasticsearch.common.inject.internal.Errors
 
canonicalize(Type) - Static method in class org.elasticsearch.common.inject.internal.MoreTypes
Returns a type that is functionally equal but not necessarily equal according to Object.equals().
canonicalName(String) - Static method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Returns base file name from part name
canOpenIndex(Logger, Path, ShardId, NodeEnvironment.ShardLocker) - Static method in class org.elasticsearch.index.store.Store
Returns true iff the given location contains an index an the index can be successfully opened.
canRebalance(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
Returns a Decision whether the given shard routing can be re-balanced to the given allocation.
canRebalance(RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
Returns a Decision whether the cluster can execute re-balanced operations at all.
canRebalance(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
 
canRebalance(RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
 
canRebalance(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
 
canRebalance(RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
 
canRebalance(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.ConcurrentRebalanceAllocationDecider
 
canRebalance(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
 
canRebalance(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.RebalanceOnlyWhenActiveAllocationDecider
 
canRebalance(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
Returns a Decision whether the given shard routing can be re-balanced to the given allocation.
canRebalanceCluster() - Method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
Returns true if the shard is allowed to be rebalanced to another node in the cluster, returns false otherwise.
canRemain(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
Returns a Decision whether the given shard routing can be remain on the given node.
canRemain(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
 
canRemain(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
 
canRemain(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
 
canRemain(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
 
canRemain(ShardRouting, RoutingNode, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
 
canRemain() - Method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
Returns true if the shard can remain on its current node, returns false otherwise.
canRewriteToMatchNone(SearchSourceBuilder) - Static method in class org.elasticsearch.search.SearchService
Returns true iff the given search source builder can be early terminated by rewriting to a match none query.
CANT_CREATE - Static variable in class org.elasticsearch.cli.ExitCodes
 
canTripCircuitBreaker() - Method in class org.elasticsearch.rest.action.admin.cluster.RestCancelTasksAction
 
canTripCircuitBreaker() - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterGetSettingsAction
 
canTripCircuitBreaker() - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterHealthAction
 
canTripCircuitBreaker() - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterStateAction
 
canTripCircuitBreaker() - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterStatsAction
 
canTripCircuitBreaker() - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterUpdateSettingsAction
 
canTripCircuitBreaker() - Method in class org.elasticsearch.rest.action.admin.cluster.RestListTasksAction
 
canTripCircuitBreaker() - Method in class org.elasticsearch.rest.action.admin.cluster.RestNodesHotThreadsAction
 
canTripCircuitBreaker() - Method in class org.elasticsearch.rest.action.admin.cluster.RestNodesInfoAction
 
canTripCircuitBreaker() - Method in class org.elasticsearch.rest.action.admin.cluster.RestNodesStatsAction
 
canTripCircuitBreaker() - Method in class org.elasticsearch.rest.action.admin.cluster.RestRemoteClusterInfoAction
 
canTripCircuitBreaker() - Method in class org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction
 
canTripCircuitBreaker() - Method in class org.elasticsearch.rest.action.admin.indices.RestIndicesStatsAction
 
canTripCircuitBreaker(RestRequest) - Method in class org.elasticsearch.rest.RestController
 
canTripCircuitBreaker() - Method in interface org.elasticsearch.rest.RestHandler
 
canTripCircuitBreaker() - Method in class org.elasticsearch.transport.RequestHandlerRegistry
 
capacity() - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
capitalize(String) - Static method in class org.elasticsearch.common.inject.internal.Strings
Returns a string that is equivalent to the specified string with its first character converted to uppercase as by String.toUpperCase(java.util.Locale).
capitalize(String) - Static method in class org.elasticsearch.common.Strings
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
cardinality() - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
 
cardinality(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Cardinality aggregation with the given name.
Cardinality - Interface in org.elasticsearch.search.aggregations.metrics.cardinality
An aggregation that computes approximate numbers of unique terms.
cardinality(long) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
 
CardinalityAggregationBuilder - Class in org.elasticsearch.search.aggregations.metrics.cardinality
 
CardinalityAggregationBuilder(String, ValueType) - Constructor for class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
 
CardinalityAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
Read from a stream.
CardinalityAggregator - Class in org.elasticsearch.search.aggregations.metrics.cardinality
An aggregator that computes approximate counts of unique values.
CardinalityAggregator(String, ValuesSource, int, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
 
CardinalityAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.cardinality
 
CardinalityAggregatorFactory(String, ValuesSourceConfig<ValuesSource>, Long, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregatorFactory
 
cast() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
castToDouble(SortedNumericDocValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Wrap the provided SortedNumericDocValues instance to cast all values to doubles.
castToLong(SortedNumericDoubleValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Wrap the provided SortedNumericDoubleValues instance to cast all values to longs.
CatalanAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
CatalanAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.CatalanAnalyzerProvider
 
category(String) - Static method in class org.elasticsearch.search.suggest.completion.context.ContextBuilder
category(String) - Static method in class org.elasticsearch.search.suggest.completion2x.context.ContextBuilder
category(String, String) - Static method in class org.elasticsearch.search.suggest.completion2x.context.ContextBuilder
Create a new CategoryContextMapping with default category
categoryClass - Variable in class org.elasticsearch.common.io.stream.NamedWriteableRegistry.Entry
The superclass of a NamedWriteable which will be read by NamedWriteableRegistry.Entry.reader.
categoryClass - Variable in class org.elasticsearch.common.xcontent.NamedXContentRegistry.Entry
The class that this entry can read.
CategoryContextMapping - Class in org.elasticsearch.search.suggest.completion.context
A ContextMapping that uses a simple string as a criteria The suggestions are boosted and/or filtered by their associated category (string) value.
CategoryContextMapping - Class in org.elasticsearch.search.suggest.completion2x.context
The CategoryContextMapping is used to define a ContextMapping that references a field within a document.
CategoryContextMapping(String) - Constructor for class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
Create a new CategoryContextMapping with the default field [_type]
CategoryContextMapping(String, String) - Constructor for class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
Create a new CategoryContextMapping with the default field [_type]
CategoryContextMapping(String, Iterable<String>) - Constructor for class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
Create a new CategoryContextMapping with the default field [_type]
CategoryContextMapping(String, String, Iterable<String>) - Constructor for class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
Create a new CategoryContextMapping with the default field [_type]
CategoryContextMapping.Builder - Class in org.elasticsearch.search.suggest.completion.context
CategoryContextMapping.Builder - Class in org.elasticsearch.search.suggest.completion2x.context
 
CategoryQueryContext - Class in org.elasticsearch.search.suggest.completion.context
Defines the query context for CategoryContextMapping
CategoryQueryContext.Builder - Class in org.elasticsearch.search.suggest.completion.context
 
cause() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
cause() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The cause for this index creation.
cause(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The cause for this index creation.
cause(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The cause for this index template creation.
cause() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
cause(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The cause for this index template creation.
cause - Variable in class org.elasticsearch.index.shard.IndexShard.ShardFailure
 
cause() - Method in class org.elasticsearch.repositories.VerificationFailure
 
cause() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Returns restore operation cause
cause() - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Returns cause for snapshot operation
cborBuilder() - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Returns a content builder using CBOR format (XContentType.CBOR.
cborBuilder(OutputStream) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Constructs a new cbor builder that will output the result into the provided output stream.
CborXContent - Class in org.elasticsearch.common.xcontent.cbor
A CBOR based content implementation using Jackson.
cborXContent - Static variable in class org.elasticsearch.common.xcontent.cbor.CborXContent
 
CborXContentGenerator - Class in org.elasticsearch.common.xcontent.cbor
 
CborXContentGenerator(JsonGenerator, OutputStream, Set<String>, Set<String>) - Constructor for class org.elasticsearch.common.xcontent.cbor.CborXContentGenerator
 
CborXContentParser - Class in org.elasticsearch.common.xcontent.cbor
 
CborXContentParser(NamedXContentRegistry, JsonParser) - Constructor for class org.elasticsearch.common.xcontent.cbor.CborXContentParser
 
CCW - Static variable in enum org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
 
Cell(Object, Table.Cell) - Constructor for class org.elasticsearch.common.Table.Cell
 
Cell(Object) - Constructor for class org.elasticsearch.common.Table.Cell
 
Cell(Object, Map<String, String>) - Constructor for class org.elasticsearch.common.Table.Cell
 
center(Coordinate) - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
Set the center of the circle
center(double, double) - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
set the center of the circle
center() - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
Get the center of the circle
centroid() - Method in interface org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroid
 
centroid() - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
 
centroid() - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.ParsedGeoCentroid
 
Cgroup(String, long, String, long, long, OsStats.Cgroup.CpuStat) - Constructor for class org.elasticsearch.monitor.os.OsStats.Cgroup
 
changedCustomMetaDataSet() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns a set of custom meta data types when any custom metadata for the cluster has changed between the previous cluster state and the new cluster state.
changes() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
Returns observer to use for changes made to the routing nodes
channel - Variable in class org.elasticsearch.index.translog.BaseTranslogReader
 
channel - Variable in class org.elasticsearch.rest.action.RestActionListener
 
channel(TransportRequestOptions.Type) - Method in class org.elasticsearch.transport.TcpTransport.NodeChannels
 
Channels - Class in org.elasticsearch.common.io
 
channelScore(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - Method in class org.elasticsearch.search.suggest.phrase.WordScorer
 
CHAR_FILTERS - Static variable in class org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
 
charAt(int) - Method in class org.elasticsearch.common.io.FastStringReader
 
charAt(int) - Method in class org.elasticsearch.common.settings.SecureString
 
CharFilteredText(String, String[]) - Constructor for class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
 
CharFilterFactory - Interface in org.elasticsearch.index.analysis
 
charFilters() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
charfilters() - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
 
charfilters(DetailAnalyzeResponse.CharFilteredText[]) - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
 
charFilters() - Method in class org.elasticsearch.index.analysis.CustomAnalyzer
 
CharMatcher - Interface in org.elasticsearch.index.analysis
A class to match character code points.
CharMatcher.Basic - Enum in org.elasticsearch.index.analysis
 
CharMatcher.Builder - Class in org.elasticsearch.index.analysis
 
CharMatcher.ByUnicodeCategory - Class in org.elasticsearch.index.analysis
 
charTermAttr - Variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
 
check() - Method in interface org.elasticsearch.bootstrap.BootstrapCheck
Test if the node fails the check.
checkActiveShardCount() - Method in class org.elasticsearch.action.support.replication.ReplicationOperation
Checks whether we can perform a write based on the required active shard count setting.
checkAndNotify() - Method in class org.elasticsearch.watcher.AbstractResourceWatcher
 
checkAndNotify() - Method in interface org.elasticsearch.watcher.ResourceWatcher
Called periodically by ResourceWatcherService so resource watcher can check the resource
checkBlock(ClusterAllocationExplainRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.allocation.TransportClusterAllocationExplainAction
 
checkBlock(ClusterHealthRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.health.TransportClusterHealthAction
 
checkBlock(DeleteRepositoryRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.repositories.delete.TransportDeleteRepositoryAction
 
checkBlock(GetRepositoriesRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.repositories.get.TransportGetRepositoriesAction
 
checkBlock(PutRepositoryRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.TransportPutRepositoryAction
 
checkBlock(VerifyRepositoryRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.TransportVerifyRepositoryAction
 
checkBlock(ClusterRerouteRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.reroute.TransportClusterRerouteAction
 
checkBlock(ClusterUpdateSettingsRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.settings.TransportClusterUpdateSettingsAction
 
checkBlock(ClusterSearchShardsRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.shards.TransportClusterSearchShardsAction
 
checkBlock(CreateSnapshotRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.TransportCreateSnapshotAction
 
checkBlock(DeleteSnapshotRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.TransportDeleteSnapshotAction
 
checkBlock(GetSnapshotsRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.TransportGetSnapshotsAction
 
checkBlock(RestoreSnapshotRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.TransportRestoreSnapshotAction
 
checkBlock(SnapshotsStatusRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportSnapshotsStatusAction
 
checkBlock(ClusterStateRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.state.TransportClusterStateAction
 
checkBlock(DeleteStoredScriptRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.TransportDeleteStoredScriptAction
 
checkBlock(GetStoredScriptRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.TransportGetStoredScriptAction
 
checkBlock(PutStoredScriptRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.TransportPutStoredScriptAction
 
checkBlock(PendingClusterTasksRequest, ClusterState) - Method in class org.elasticsearch.action.admin.cluster.tasks.TransportPendingClusterTasksAction
 
checkBlock(GetAliasesRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.alias.exists.TransportAliasesExistAction
 
checkBlock(GetAliasesRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.alias.get.TransportGetAliasesAction
 
checkBlock(IndicesAliasesRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.alias.TransportIndicesAliasesAction
 
checkBlock(CloseIndexRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
 
checkBlock(CreateIndexRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.create.TransportCreateIndexAction
 
checkBlock(DeleteIndexRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.delete.TransportDeleteIndexAction
 
checkBlock(IndicesExistsRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.exists.indices.TransportIndicesExistsAction
 
checkBlock(TypesExistsRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.exists.types.TransportTypesExistsAction
 
checkBlock(GetIndexRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.get.TransportGetIndexAction
 
checkBlock(GetMappingsRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.mapping.get.TransportGetMappingsAction
 
checkBlock(PutMappingRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.mapping.put.TransportPutMappingAction
 
checkBlock(OpenIndexRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.open.TransportOpenIndexAction
 
checkBlock(RolloverRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.rollover.TransportRolloverAction
 
checkBlock(GetSettingsRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.settings.get.TransportGetSettingsAction
 
checkBlock(UpdateSettingsRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.settings.put.TransportUpdateSettingsAction
 
checkBlock(IndicesShardStoresRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.shards.TransportIndicesShardStoresAction
 
checkBlock(ShrinkRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.shrink.TransportShrinkAction
 
checkBlock(DeleteIndexTemplateRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.template.delete.TransportDeleteIndexTemplateAction
 
checkBlock(GetIndexTemplatesRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.template.get.TransportGetIndexTemplatesAction
 
checkBlock(PutIndexTemplateRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.template.put.TransportPutIndexTemplateAction
 
checkBlock(UpgradeSettingsRequest, ClusterState) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeSettingsAction
 
checkBlock(DeletePipelineRequest, ClusterState) - Method in class org.elasticsearch.action.ingest.DeletePipelineTransportAction
 
checkBlock(GetPipelineRequest, ClusterState) - Method in class org.elasticsearch.action.ingest.GetPipelineTransportAction
 
checkBlock(PutPipelineRequest, ClusterState) - Method in class org.elasticsearch.action.ingest.PutPipelineTransportAction
 
checkBlock(Request, ClusterState) - Method in class org.elasticsearch.action.support.master.TransportMasterNodeAction
 
checkCompatibility(MappedFieldType, List<String>, boolean) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
checkCompatibility(MappedFieldType, List<String>, boolean) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
checkCompatibility(MappedFieldType, List<String>, boolean) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.CompletionFieldType
 
checkCompatibility(MappedFieldType, List<String>, boolean) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
checkCompatibility(MappedFieldType, List<String>, boolean) - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
 
checkCompatibility(MappedFieldType, List<String>, boolean) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
checkCompatibility(MappedFieldType, List<String>, boolean) - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
 
checkCompatibility(MappedFieldType, List<String>, boolean) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
checkCompatibility(MappedFieldType, List<String>, boolean) - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.NumberFieldType
 
checkCompatibility(MappedFieldType, List<String>, boolean) - Method in class org.elasticsearch.index.mapper.MappedFieldType
Checks for any conflicts between this field type and other.
checkCompatibility(MappedFieldType, List<String>, boolean) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
checkCompatibility(MappedFieldType, List<String>, boolean) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
checkCompatibility(MappedFieldType, List<String>, boolean) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
checkCompatibility(MappedFieldType, List<String>, boolean) - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
checkConsistency() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
 
checkCorsSettingForRegex(String) - Static method in class org.elasticsearch.rest.RestUtils
Determine if CORS setting is a regex
checkDecisionState() - Method in class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
 
CheckedBiConsumer<T,U,E extends java.lang.Exception> - Interface in org.elasticsearch.common
A BiConsumer-like interface which allows throwing checked exceptions.
CheckedConsumer<T,E extends java.lang.Exception> - Interface in org.elasticsearch.common
A Consumer-like interface which allows throwing checked exceptions.
CheckedFunction<T,R,E extends java.lang.Exception> - Interface in org.elasticsearch.common
A Function-like interface which allows throwing checked exceptions.
CheckedRunnable<E extends java.lang.Exception> - Interface in org.elasticsearch.common
A Runnable-like interface which allows throwing checked exceptions.
CheckedSupplier<R,E extends java.lang.Exception> - Interface in org.elasticsearch.common
A Supplier-like interface which allows throwing checked exceptions.
checkForCancel() - Method in class org.elasticsearch.common.util.CancellableThreads
call this will throw an exception if operation was cancelled.
checkForMisplacedScopeAnnotations(Class<?>, Object, Errors) - Static method in class org.elasticsearch.common.inject.internal.Annotations
Adds an error if there is a misplaced annotations on type.
checkForNull(T, Object, Dependency<?>) - Method in class org.elasticsearch.common.inject.internal.Errors
Returns value if it is non-null allowed to be null.
checkForTimeout(long) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
checkFrequencies(long, long, long, long, String) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
 
checkFrequencyValidity(long, long, long, long, String) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristic
 
checkGlobalBlock(ClusterState, ClearIndicesCacheRequest) - Method in class org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
 
checkGlobalBlock(ClusterState, ForceMergeRequest) - Method in class org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
 
checkGlobalBlock(ClusterState, RecoveryRequest) - Method in class org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
 
checkGlobalBlock(ClusterState, IndicesSegmentsRequest) - Method in class org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
 
checkGlobalBlock(ClusterState, IndicesStatsRequest) - Method in class org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
 
checkGlobalBlock(ClusterState, UpgradeStatusRequest) - Method in class org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
 
checkGlobalBlock(ClusterState, UpgradeRequest) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
 
checkGlobalBlock(ClusterState, ValidateQueryRequest) - Method in class org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
 
checkGlobalBlock(ClusterState, FieldStatsRequest) - Method in class org.elasticsearch.action.fieldstats.TransportFieldStatsAction
 
checkGlobalBlock(ClusterState, Request) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
Executes a global block check before polling the cluster state.
checkGlobalBlock(ClusterState, Request) - Method in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction
 
checkGlobalBlock(ClusterState) - Method in class org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
 
checkGlobalBlock(ClusterState) - Method in class org.elasticsearch.action.support.single.shard.TransportSingleShardAction
 
checkIdle(long) - Method in class org.elasticsearch.index.shard.IndexShard
Called by IndexingMemoryController to check whether more than inactiveTimeNS has passed since the last indexing operation, and notify listeners that we are now inactive so e.g.
checkIdle(IndexShard, long) - Method in class org.elasticsearch.indices.IndexingMemoryController
ask this shard to check now whether it is inactive, and reduces its indexing buffer if so.
checkIndexClosing(ClusterState, Set<IndexMetaData>) - Static method in class org.elasticsearch.snapshots.RestoreService
Check if any of the indices to be closed are currently being restored from a snapshot and fail closing if such an index is found as closing an index that is being restored makes the index unusable (it cannot be recovered).
checkIndexClosing(ClusterState, Set<IndexMetaData>) - Static method in class org.elasticsearch.snapshots.SnapshotsService
Check if any of the indices to be closed are currently being snapshotted.
checkIndexDeletion(ClusterState, Set<IndexMetaData>) - Static method in class org.elasticsearch.snapshots.SnapshotsService
Check if any of the indices to be deleted are currently being snapshotted.
checkIndexTime() - Method in class org.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
 
checkIndexTime(long) - Method in class org.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
 
checkIntegrity(StoreFileMetaData, Directory) - Static method in class org.elasticsearch.index.store.Store
 
checkIntegrityNoException(StoreFileMetaData) - Method in class org.elasticsearch.index.store.Store
 
checkIntegrityNoException(StoreFileMetaData, Directory) - Static method in class org.elasticsearch.index.store.Store
 
checkJarHell() - Static method in class org.elasticsearch.bootstrap.JarHell
Checks the current classpath for duplicate classes
checkJarHell(Set<URL>) - Static method in class org.elasticsearch.bootstrap.JarHell
Checks the set of URLs for duplicate classes
checkJavaVersion(String, String) - Static method in class org.elasticsearch.bootstrap.JarHell
Checks that the java specification version targetVersion required by resource is compatible with the current installation.
checkNoRemainingFields(String, Map<?, ?>, Version) - Static method in class org.elasticsearch.index.mapper.DocumentMapperParser
 
checkNoRemainingFields(Map<?, ?>, Version, String) - Static method in class org.elasticsearch.index.mapper.DocumentMapperParser
 
checkNotAnnotated() - Method in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
checkNotAnnotated() - Method in class org.elasticsearch.common.inject.internal.ExposureBuilder
 
checkNotScoped() - Method in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
checkNotTargetted() - Method in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
checkParentLimit(String) - Method in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
Checks whether the parent breaker has been tripped
CHECKPOINT_FILE_NAME - Static variable in class org.elasticsearch.index.translog.Translog
 
CHECKPOINT_SUFFIX - Static variable in class org.elasticsearch.index.translog.Translog
 
checkRequestBlock(ClusterState, TransportSingleShardAction<AnalyzeRequest, AnalyzeResponse>.InternalRequest) - Method in class org.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
 
checkRequestBlock(ClusterState, ClearIndicesCacheRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
 
checkRequestBlock(ClusterState, ForceMergeRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
 
checkRequestBlock(ClusterState, TransportSingleShardAction<GetFieldMappingsIndexRequest, GetFieldMappingsResponse>.InternalRequest) - Method in class org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
 
checkRequestBlock(ClusterState, RecoveryRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
 
checkRequestBlock(ClusterState, IndicesSegmentsRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
 
checkRequestBlock(ClusterState, IndicesStatsRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
 
checkRequestBlock(ClusterState, UpgradeStatusRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
 
checkRequestBlock(ClusterState, UpgradeRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
 
checkRequestBlock(ClusterState, ValidateQueryRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
 
checkRequestBlock(ClusterState, TransportSingleShardAction<FieldCapabilitiesIndexRequest, FieldCapabilitiesIndexResponse>.InternalRequest) - Method in class org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesIndexAction
 
checkRequestBlock(ClusterState, FieldStatsRequest, String[]) - Method in class org.elasticsearch.action.fieldstats.TransportFieldStatsAction
 
checkRequestBlock(ClusterState, Request, String[]) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
Executes a global request-level check before polling the cluster state.
checkRequestBlock(ClusterState, Request, String[]) - Method in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction
 
checkRequestBlock(ClusterState, Request) - Method in class org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
 
checkRequestBlock(ClusterState, TransportSingleShardAction<Request, Response>.InternalRequest) - Method in class org.elasticsearch.action.support.single.shard.TransportSingleShardAction
 
checkSegmentInfoIntegrity(Directory) - Static method in class org.elasticsearch.common.lucene.Lucene
 
checksum() - Method in class org.elasticsearch.index.shard.CommitPoint.FileInfo
 
checksum() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Returns file md5 checksum provided by Store
checksum() - Method in class org.elasticsearch.index.store.StoreFileMetaData
Returns a string representation of the files checksum.
checksum() - Method in class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
ChecksumBlobStoreFormat<T extends ToXContent> - Class in org.elasticsearch.repositories.blobstore
Snapshot metadata file format used in v2.0 and above
ChecksumBlobStoreFormat(String, String, CheckedFunction<XContentParser, T, IOException>, NamedXContentRegistry, boolean, XContentType) - Constructor for class org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
 
ChecksumBlobStoreFormat(String, String, CheckedFunction<XContentParser, T, IOException>, NamedXContentRegistry, boolean) - Constructor for class org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
 
checksummedStream(ByteBuffer, long, int, BufferedChecksumStreamInput) - Method in class org.elasticsearch.index.translog.BaseTranslogReader
reads an operation at the given position and returns it.
checkUnrecognizedParams(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
 
checkVersionFormat(String) - Static method in class org.elasticsearch.bootstrap.JarHell
 
childBindingAlreadySet(Key<?>) - Method in class org.elasticsearch.common.inject.internal.Errors
 
ChildMemoryCircuitBreaker - Class in org.elasticsearch.common.breaker
Breaker that will check a parent's when incrementing
ChildMemoryCircuitBreaker(BreakerSettings, Logger, HierarchyCircuitBreakerService, String) - Constructor for class org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
Create a circuit breaker that will break if the number of estimated bytes grows above the limit.
ChildMemoryCircuitBreaker(BreakerSettings, ChildMemoryCircuitBreaker, Logger, HierarchyCircuitBreakerService, String) - Constructor for class org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
Create a circuit breaker that will break if the number of estimated bytes grows above the limit.
children - Variable in class org.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
 
children - Variable in class org.elasticsearch.index.query.InnerHitContextBuilder
 
ChineseAnalyzerProvider - Class in org.elasticsearch.index.analysis
Only for old indexes
ChineseAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ChineseAnalyzerProvider
 
ChiSquare - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
ChiSquare(boolean, boolean) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
 
ChiSquare(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
Read from a stream.
ChiSquare.ChiSquareBuilder - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
ChiSquareBuilder(boolean, boolean) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare.ChiSquareBuilder
 
CHUNK_SIZE_SETTING - Static variable in class org.elasticsearch.repositories.fs.FsRepository
 
chunkSize() - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
Returns data file chunk size.
chunkSize() - Method in class org.elasticsearch.repositories.fs.FsRepository
 
cidrMaskToMinMax(String) - Static method in class org.elasticsearch.common.network.Cidrs
Parses an IPv4 address block in CIDR notation into a pair of longs representing the bottom and top of the address block
Cidrs - Class in org.elasticsearch.common.network
 
circle(CircleBuilder) - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
CircleBuilder - Class in org.elasticsearch.common.geo.builders
 
CircleBuilder() - Constructor for class org.elasticsearch.common.geo.builders.CircleBuilder
Creates a circle centered at [0.0, 0.0].
CircleBuilder(StreamInput) - Constructor for class org.elasticsearch.common.geo.builders.CircleBuilder
Read from a stream.
circuitBreak(String, long) - Method in class org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
Method used to trip the breaker, delegates to the parent to determine whether to trip the breaker or not
circuitBreak(String, long) - Method in interface org.elasticsearch.common.breaker.CircuitBreaker
Trip the circuit breaker
circuitBreak(String, long) - Method in class org.elasticsearch.common.breaker.MemoryCircuitBreaker
Method used to trip the breaker
circuitBreak(String, long) - Method in class org.elasticsearch.common.breaker.NoopCircuitBreaker
 
CircuitBreaker - Interface in org.elasticsearch.common.breaker
Interface for an object that can be incremented, breaking after some configured limit has been reached.
CircuitBreaker.Type - Enum in org.elasticsearch.common.breaker
 
CircuitBreakerService - Class in org.elasticsearch.indices.breaker
Interface for Circuit Breaker services, which provide breakers to classes that load field data.
CircuitBreakerService(Settings) - Constructor for class org.elasticsearch.indices.breaker.CircuitBreakerService
 
CircuitBreakerStats - Class in org.elasticsearch.indices.breaker
Class encapsulating stats about the circuit breaker
CircuitBreakerStats(String, long, long, double, long) - Constructor for class org.elasticsearch.indices.breaker.CircuitBreakerStats
 
CircuitBreakerStats(StreamInput) - Constructor for class org.elasticsearch.indices.breaker.CircuitBreakerStats
 
CircuitBreakingException - Exception in org.elasticsearch.common.breaker
Exception thrown when the circuit breaker trips
CircuitBreakingException(String) - Constructor for exception org.elasticsearch.common.breaker.CircuitBreakingException
 
CircuitBreakingException(StreamInput) - Constructor for exception org.elasticsearch.common.breaker.CircuitBreakingException
 
CircuitBreakingException(String, long, long) - Constructor for exception org.elasticsearch.common.breaker.CircuitBreakingException
 
CjkAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
CjkAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.CjkAnalyzerProvider
 
CJKBigramFilterFactory - Class in org.elasticsearch.index.analysis
Factory that creates a CJKBigramFilter to form bigrams of CJK terms that are generated from StandardTokenizer or ICUTokenizer.
CJKBigramFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.CJKBigramFilterFactory
 
CJKWidthFilterFactory - Class in org.elasticsearch.index.analysis
 
CJKWidthFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.CJKWidthFilterFactory
 
Classes - Class in org.elasticsearch.common
 
Classes(long, long, long) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.Classes
 
Classes(StreamInput) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.Classes
 
ClassicFilterFactory - Class in org.elasticsearch.index.analysis
Factory for ClassicFilter
ClassicFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ClassicFilterFactory
 
ClassicSimilarityProvider - Class in org.elasticsearch.index.similarity
SimilarityProvider for ClassicSimilarity.
ClassicSimilarityProvider(String, Settings) - Constructor for class org.elasticsearch.index.similarity.ClassicSimilarityProvider
 
ClassicTokenizerFactory - Class in org.elasticsearch.index.analysis
Factory for ClassicTokenizer
ClassicTokenizerFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ClassicTokenizerFactory
 
ClassPermission - Class in org.elasticsearch.script
Checked by scripting engines to allow loading a java class.
ClassPermission(String) - Constructor for class org.elasticsearch.script.ClassPermission
Creates a new ClassPermission object.
ClassPermission(String, String) - Constructor for class org.elasticsearch.script.ClassPermission
Creates a new ClassPermission object.
clauses() - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
clauses() - Method in class org.elasticsearch.index.query.SpanOrQueryBuilder
 
CLEAN_FILES - Static variable in class org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
 
cleanFiles(int, Store.MetadataSnapshot) - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
cleanFiles(int, Store.MetadataSnapshot) - Method in interface org.elasticsearch.indices.recovery.RecoveryTargetHandler
After all source files has been sent over, this command is sent to the target so it can clean any local files that are not part of the source store
cleanFiles(int, Store.MetadataSnapshot) - Method in class org.elasticsearch.indices.recovery.RemoteRecoveryTargetHandler
 
cleanLuceneIndex(Directory) - Static method in class org.elasticsearch.common.lucene.Lucene
This method removes all lucene files from the given directory.
cleanPath() - Static method in class org.elasticsearch.common.blobstore.BlobPath
 
cleanPath(String) - Static method in class org.elasticsearch.common.Strings
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
cleanTruncate(String, int) - Static method in class org.elasticsearch.common.Strings
Truncates string to a length less than length.
cleanup(Runnable) - Method in class org.elasticsearch.index.reindex.ClientScrollableHitSource
 
cleanup(Runnable) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource
Called after the process has been totally finished to clean up any resources the process needed like remote connections.
cleanupAndVerify(String, Store.MetadataSnapshot) - Method in class org.elasticsearch.index.store.Store
This method deletes every file in this store that is not contained in the given source meta data or is a legacy checksum file.
clear() - Method in class org.apache.lucene.analysis.miscellaneous.DisableGraphAttributeImpl
 
clear() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Clears all info flags.
clear() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Clears all info flags.
clear() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Clears all the request flags.
clear() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Clears all stats flags.
clear() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
clear() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
Do not include any data
clear() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
Clears all stats.
clear() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
Clears all stats.
clear() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
Clears all stats.
clear() - Method in class org.elasticsearch.common.collect.EvictingQueue
 
clear() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
clear() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
clear() - Method in class org.elasticsearch.common.collect.MapBuilder
 
clear() - Method in class org.elasticsearch.common.lucene.all.AllEntries
 
clear() - Method in class org.elasticsearch.common.metrics.MeanMetric
 
clear() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
clear() - Method in class org.elasticsearch.common.util.MinimalMap
 
clear(String) - Method in class org.elasticsearch.index.cache.bitset.BitsetFilterCache
 
clear(String) - Method in class org.elasticsearch.index.cache.IndexCache
 
clear(String) - Method in class org.elasticsearch.index.cache.query.DisabledQueryCache
 
clear(String) - Method in class org.elasticsearch.index.cache.query.IndexQueryCache
 
clear(String) - Method in interface org.elasticsearch.index.cache.query.QueryCache
 
clear() - Method in interface org.elasticsearch.index.fielddata.IndexFieldData
Clears any resources associated with this field data.
clear() - Method in interface org.elasticsearch.index.fielddata.IndexFieldDataCache
Clears all the field data stored cached in on this index.
clear(String) - Method in interface org.elasticsearch.index.fielddata.IndexFieldDataCache
Clears all the field data stored cached in on this index for the specified field name.
clear() - Method in class org.elasticsearch.index.fielddata.IndexFieldDataCache.None
 
clear(String) - Method in class org.elasticsearch.index.fielddata.IndexFieldDataCache.None
 
clear() - Method in class org.elasticsearch.index.fielddata.IndexFieldDataService
 
clear() - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
 
clear() - Method in class org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
 
clear() - Method in class org.elasticsearch.index.fielddata.plain.ConstantIndexFieldData
 
clear() - Method in class org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
 
clear(IndexReader) - Method in class org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
 
clear() - Method in class org.elasticsearch.index.fielddata.UidIndexFieldData
 
clear() - Method in class org.elasticsearch.index.search.stats.ShardSearchStats
 
clear() - Method in class org.elasticsearch.search.lookup.FieldLookup
 
clear() - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
clear() - Method in class org.elasticsearch.search.lookup.LeafFieldsLookup
 
clear() - Method in class org.elasticsearch.search.lookup.SourceLookup
 
clear() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionTokenStream.ByteTermAttributeImpl
 
CLEAR_SCROLL_CONTEXTS_ACTION_NAME - Static variable in class org.elasticsearch.action.search.SearchTransportService
 
clearCache(ClearIndicesCacheRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Clear indices cache.
clearCache(ClearIndicesCacheRequest, ActionListener<ClearIndicesCacheResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Clear indices cache.
clearCandidateGenerators() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
Clear the candidate generators.
clearField(String) - Method in class org.elasticsearch.index.fielddata.IndexFieldDataService
 
clearIndex(String) - Method in class org.elasticsearch.indices.IndicesQueryCache
Clear all entries that belong to the given index.
ClearIndicesCacheAction - Class in org.elasticsearch.action.admin.indices.cache.clear
 
ClearIndicesCacheRequest - Class in org.elasticsearch.action.admin.indices.cache.clear
 
ClearIndicesCacheRequest() - Constructor for class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
ClearIndicesCacheRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
clearIndicesCacheRequest(String...) - Static method in class org.elasticsearch.client.Requests
Creates a clean indices cache request.
ClearIndicesCacheRequestBuilder - Class in org.elasticsearch.action.admin.indices.cache.clear
 
ClearIndicesCacheRequestBuilder(ElasticsearchClient, ClearIndicesCacheAction) - Constructor for class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
 
ClearIndicesCacheResponse - Class in org.elasticsearch.action.admin.indices.cache.clear
The response of a refresh action.
clearReleasables(SearchContext.Lifetime) - Method in class org.elasticsearch.search.internal.SearchContext
 
clearRequestCache(IndexShard) - Method in class org.elasticsearch.indices.IndicesService
 
clearRescorers() - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Clears all rescorers from the builder.
clearRescorers() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
clearScroll(ClearScrollRequest) - Method in interface org.elasticsearch.client.Client
Clears the search contexts associated with specified scroll ids.
clearScroll(ClearScrollRequest, ActionListener<ClearScrollResponse>) - Method in interface org.elasticsearch.client.Client
Clears the search contexts associated with specified scroll ids.
clearScroll(ClearScrollRequest, ActionListener<ClearScrollResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
clearScroll(ClearScrollRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
clearScroll(String, Runnable) - Method in class org.elasticsearch.index.reindex.ClientScrollableHitSource
 
clearScroll(String, Runnable) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource
Called to clear a scroll id.
ClearScrollAction - Class in org.elasticsearch.action.search
 
ClearScrollRequest - Class in org.elasticsearch.action.search
 
ClearScrollRequest() - Constructor for class org.elasticsearch.action.search.ClearScrollRequest
 
ClearScrollRequestBuilder - Class in org.elasticsearch.action.search
 
ClearScrollRequestBuilder(ElasticsearchClient, ClearScrollAction) - Constructor for class org.elasticsearch.action.search.ClearScrollRequestBuilder
 
ClearScrollResponse - Class in org.elasticsearch.action.search
 
ClearScrollResponse(boolean, int) - Constructor for class org.elasticsearch.action.search.ClearScrollResponse
 
clearState() - Method in class org.elasticsearch.watcher.FileWatcher
Clears any state with the FileWatcher, making all files show up as new
clearTemporalResponses() - Method in class org.elasticsearch.discovery.zen.UnicastZenPing
Clears the list of cached ping responses.
client - Variable in class org.elasticsearch.action.ActionRequestBuilder
 
Client - Interface in org.elasticsearch.client
A client provides a one stop interface for performing actions/operations against the cluster.
client - Variable in class org.elasticsearch.cluster.metadata.TemplateUpgradeService
 
client - Variable in class org.elasticsearch.index.query.QueryRewriteContext
 
client() - Method in class org.elasticsearch.node.Node
A client that can be used to execute actions (operations) against the cluster.
CLIENT_TRANSPORT_IGNORE_CLUSTER_NAME - Static variable in class org.elasticsearch.client.transport.TransportClient
 
CLIENT_TRANSPORT_NODES_SAMPLER_INTERVAL - Static variable in class org.elasticsearch.client.transport.TransportClient
 
CLIENT_TRANSPORT_PING_TIMEOUT - Static variable in class org.elasticsearch.client.transport.TransportClient
 
CLIENT_TRANSPORT_SNIFF - Static variable in class org.elasticsearch.client.transport.TransportClient
 
CLIENT_TYPE - Static variable in class org.elasticsearch.client.transport.TransportClient
 
CLIENT_TYPE_SETTING_S - Static variable in interface org.elasticsearch.client.Client
 
ClientScrollableHitSource - Class in org.elasticsearch.index.reindex
A scrollable source of hits from a Client instance.
ClientScrollableHitSource(Logger, BackoffPolicy, ThreadPool, Runnable, Consumer<Exception>, ParentTaskAssigningClient, SearchRequest) - Constructor for class org.elasticsearch.index.reindex.ClientScrollableHitSource
 
CLOCKWISE - Static variable in enum org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
 
clone() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
clone() - Method in class org.elasticsearch.common.settings.SecureString
Returns a new copy of this object that is backed by its own char array.
clone() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.CompletionFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.DateFieldMapper
 
clone() - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.FieldMapper
 
clone() - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.IpFieldMapper
 
clone() - Method in class org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper
 
clone() - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.LatLonPointFieldMapper.LatLonPointFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.DoubleFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.IntegerFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.IpFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper.LongFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper
 
clone() - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.NumberFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.NumberFieldMapper
 
clone() - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
clone() - Method in class org.elasticsearch.index.mapper.RangeFieldMapper
 
clone() - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper
 
clone() - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.StringFieldMapper
 
clone() - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.TextFieldMapper
 
clone() - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper.TimestampFieldType
 
clone() - Method in class org.elasticsearch.index.mapper.TTLFieldMapper.TTLFieldType
 
clone() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
clone() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
clone() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
clone() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
 
clone() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
Clone the model, returning an exact copy
clone() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
 
close() - Method in class org.apache.lucene.store.RateLimitedFSDirectory
 
close() - Method in class org.elasticsearch.action.bulk.BulkProcessor
Closes the processor.
close() - Method in class org.elasticsearch.cli.Command
 
close() - Method in class org.elasticsearch.client.FilterClient
 
close(CloseIndexRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Closes an index based on the index name.
close(CloseIndexRequest, ActionListener<CloseIndexResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Closes an index based on the index name.
close() - Method in class org.elasticsearch.client.node.NodeClient
 
close() - Method in class org.elasticsearch.client.transport.TransportClient
Closes the client.
close() - Method in class org.elasticsearch.common.blobstore.fs.FsBlobStore
 
close() - Method in class org.elasticsearch.common.blobstore.url.URLBlobStore
close() - Method in class org.elasticsearch.common.bytes.ReleasablePagedBytesReference
 
close() - Method in class org.elasticsearch.common.component.AbstractLifecycleComponent
 
close() - Method in class org.elasticsearch.common.geo.builders.CoordinatesBuilder
Makes a closed ring out of the current coordinates by adding the starting point as the end point.
close() - Method in class org.elasticsearch.common.geo.builders.LineStringBuilder
Closes the current lineString by adding the starting point as the end point.
close() - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
Close the shell of the polygon
close() - Method in class org.elasticsearch.common.io.FastCharArrayReader
Closes the stream and releases any system resources associated with it.
close() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Close the stream.
close() - Method in class org.elasticsearch.common.io.FastStringReader
Closes the stream and releases any system resources associated with it.
close() - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
close() - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
close() - Method in class org.elasticsearch.common.io.stream.DataOutputStreamOutput
 
close() - Method in class org.elasticsearch.common.io.stream.FilterStreamInput
 
close() - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
close() - Method in class org.elasticsearch.common.io.stream.OutputStreamStreamOutput
 
close() - Method in class org.elasticsearch.common.io.stream.ReleasableBytesStreamOutput
 
close() - Method in class org.elasticsearch.common.io.stream.StreamInput
Closes the stream to further operations.
close() - Method in class org.elasticsearch.common.io.stream.StreamOutput
Closes this stream to further operations.
close() - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Closes and resets this writer for reuse.
close() - Method in interface org.elasticsearch.common.lease.Releasable
 
close(Iterable<? extends Releasable>) - Static method in enum org.elasticsearch.common.lease.Releasables
Release the provided Releasables.
close(Releasable...) - Static method in enum org.elasticsearch.common.lease.Releasables
Release the provided Releasables.
close(boolean, Iterable<Releasable>) - Static method in enum org.elasticsearch.common.lease.Releasables
Release the provided Releasables, ignoring exceptions if success is false.
close(boolean, Releasable...) - Static method in enum org.elasticsearch.common.lease.Releasables
Release the provided Releasables, ignoring exceptions if success is false.
close() - Method in class org.elasticsearch.common.lucene.index.FreqTermsEnum
 
close() - Method in class org.elasticsearch.common.lucene.LoggerInfoStream
 
close() - Method in class org.elasticsearch.common.lucene.store.ByteArrayIndexInput
 
close() - Method in class org.elasticsearch.common.lucene.store.FilterIndexOutput
 
close() - Method in class org.elasticsearch.common.lucene.store.IndexOutputOutputStream
 
close() - Method in class org.elasticsearch.common.recycler.ConcurrentDequeRecycler
 
close() - Method in class org.elasticsearch.common.recycler.DequeRecycler
 
close() - Method in class org.elasticsearch.common.recycler.NoneRecycler
 
close() - Method in class org.elasticsearch.common.recycler.NoneRecycler.NV
 
close() - Method in interface org.elasticsearch.common.recycler.Recycler
 
close() - Method in class org.elasticsearch.common.settings.KeyStoreWrapper
 
close() - Method in interface org.elasticsearch.common.settings.SecureSettings
 
close() - Method in class org.elasticsearch.common.settings.SecureString
Closes the string by clearing the underlying char array.
close() - Method in class org.elasticsearch.common.util.BigArrays
 
close() - Method in class org.elasticsearch.common.util.BytesRefHash
 
close() - Method in class org.elasticsearch.common.util.concurrent.ReleasableLock
 
close() - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
 
close() - Method in interface org.elasticsearch.common.util.concurrent.ThreadContext.StoredContext
 
close() - Method in class org.elasticsearch.common.util.LongHash
 
close() - Method in class org.elasticsearch.common.util.LongObjectPagedHashMap
 
close() - Method in class org.elasticsearch.common.util.PageCacheRecycler
 
close() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
close() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
close() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
close() - Method in class org.elasticsearch.discovery.zen.FaultDetection
 
close() - Method in class org.elasticsearch.discovery.zen.MasterFaultDetection
 
close() - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection
 
close() - Method in class org.elasticsearch.discovery.zen.UnicastZenPing
 
close() - Method in class org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
 
close() - Method in class org.elasticsearch.env.NodeEnvironment
 
close() - Method in class org.elasticsearch.env.ShardLock
 
close() - Method in class org.elasticsearch.gateway.AsyncShardFetch
 
close() - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
 
close() - Method in class org.elasticsearch.index.analysis.IndexAnalyzers
 
close() - Method in class org.elasticsearch.index.analysis.NamedAnalyzer
 
close() - Method in class org.elasticsearch.index.cache.bitset.BitsetFilterCache
 
close() - Method in class org.elasticsearch.index.cache.IndexCache
 
close() - Method in class org.elasticsearch.index.cache.query.DisabledQueryCache
 
close() - Method in class org.elasticsearch.index.cache.query.IndexQueryCache
 
close() - Method in class org.elasticsearch.index.engine.Engine
 
close() - Method in class org.elasticsearch.index.engine.Engine.GetResult
 
close() - Method in class org.elasticsearch.index.engine.Engine.Searcher
 
close() - Method in class org.elasticsearch.index.engine.EngineSearcher
 
close() - Method in class org.elasticsearch.index.engine.RecoveryCounter
 
close() - Method in class org.elasticsearch.index.fielddata.IndexFieldDataService
 
close() - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Closes this builder and release all resources.
close() - Method in class org.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
 
close() - Method in class org.elasticsearch.index.fielddata.plain.GeoPointArrayAtomicFieldData
 
close() - Method in class org.elasticsearch.index.fielddata.plain.GeoPointArrayLegacyAtomicFieldData
 
close() - Method in class org.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
 
close() - Method in class org.elasticsearch.index.fielddata.plain.SortedSetDVBytesAtomicFieldData
 
close(String, boolean) - Method in class org.elasticsearch.index.IndexService
 
close() - Method in class org.elasticsearch.index.mapper.MapperService
 
close(Runnable) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource
 
close(String, boolean) - Method in class org.elasticsearch.index.shard.IndexShard
 
close() - Method in class org.elasticsearch.index.shard.IndexShardOperationsLock
 
close() - Method in class org.elasticsearch.index.shard.RefreshListeners
 
close() - Method in class org.elasticsearch.index.snapshots.blobstore.SlicedInputStream
 
close() - Method in class org.elasticsearch.index.store.Store
 
close() - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamOutput
 
close() - Method in class org.elasticsearch.index.translog.Translog
 
close() - Method in class org.elasticsearch.index.translog.Translog.View
 
close() - Method in class org.elasticsearch.index.translog.TranslogReader
 
close() - Method in class org.elasticsearch.index.translog.TranslogWriter
 
close() - Method in class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
 
close() - Method in class org.elasticsearch.indices.IndexingMemoryController
 
close() - Method in class org.elasticsearch.indices.IndicesQueryCache
 
close() - Method in class org.elasticsearch.indices.IndicesRequestCache
 
close() - Method in class org.elasticsearch.indices.recovery.RecoveriesCollection.RecoveryRef
 
close() - Method in class org.elasticsearch.indices.store.IndicesStore
 
close() - Method in class org.elasticsearch.node.Node
 
close() - Method in class org.elasticsearch.node.NodeService
 
close() - Method in class org.elasticsearch.plugins.Plugin
Close the resources opened by this plugin.
close() - Method in class org.elasticsearch.script.NativeScriptEngineService
 
close() - Method in class org.elasticsearch.script.ScriptService
 
close() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
Called upon release of the aggregator.
close() - Method in class org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
 
close() - Method in class org.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
 
close() - Method in class org.elasticsearch.search.aggregations.bucket.BucketsAggregator
 
close() - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
 
close() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
 
close() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
 
close() - Method in class org.elasticsearch.search.internal.ContextIndexSearcher
 
close() - Method in class org.elasticsearch.search.internal.SearchContext
 
close() - Method in class org.elasticsearch.search.profile.aggregation.ProfilingAggregator
 
close() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionTokenStream
 
close() - Method in class org.elasticsearch.threadpool.ThreadPool
 
close() - Method in class org.elasticsearch.transport.RemoteClusterService
 
close() - Method in class org.elasticsearch.transport.TcpTransport.NodeChannels
 
closeChannels(List<Channel>, boolean) - Method in class org.elasticsearch.transport.TcpTransport
Closes all channels in this list.
closeChannelWhileHandlingExceptions(Channel) - Method in class org.elasticsearch.transport.TcpTransport
Disconnects from a node if a channel is found as part of that nodes channels.
closed() - Method in class org.elasticsearch.common.component.Lifecycle
Returns true if the state is closed.
closed - Variable in class org.elasticsearch.index.translog.TranslogReader
 
closed - Variable in class org.elasticsearch.index.translog.TranslogWriter
 
closeIndex(CloseIndexClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexStateService
 
CloseIndexAction - Class in org.elasticsearch.action.admin.indices.close
 
CloseIndexClusterStateUpdateRequest - Class in org.elasticsearch.action.admin.indices.close
Cluster state update request that allows to close one or more indices
CloseIndexRequest - Class in org.elasticsearch.action.admin.indices.close
A request to close an index.
CloseIndexRequest() - Constructor for class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
 
CloseIndexRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
Constructs a new close index request for the specified index.
closeIndexRequest(String) - Static method in class org.elasticsearch.client.Requests
Creates a close index request.
CloseIndexRequestBuilder - Class in org.elasticsearch.action.admin.indices.close
Builder for close index request
CloseIndexRequestBuilder(ElasticsearchClient, CloseIndexAction) - Constructor for class org.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
 
CloseIndexRequestBuilder(ElasticsearchClient, CloseIndexAction, String...) - Constructor for class org.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
 
CloseIndexResponse - Class in org.elasticsearch.action.admin.indices.close
A response for a close index action.
closeInternal() - Method in class org.elasticsearch.common.util.concurrent.AbstractRefCounted
 
closeInternal() - Method in class org.elasticsearch.env.ShardLock
 
closeInternal() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
closeInternal() - Method in class org.elasticsearch.search.internal.SearchContext
 
closeIntoReader() - Method in class org.elasticsearch.index.translog.TranslogWriter
closes this writer and transfers it's underlying file channel to a new immutable reader
closeLock - Variable in class org.elasticsearch.transport.TcpTransport
 
closeNoLock(String, CountDownLatch) - Method in class org.elasticsearch.index.engine.Engine
Method to close the engine while the write lock is held.
closeNoLock(String, CountDownLatch) - Method in class org.elasticsearch.index.engine.InternalEngine
Closes the engine without acquiring the write lock.
closeNoLock(String, CountDownLatch) - Method in class org.elasticsearch.index.engine.ShadowEngine
 
closeWhileHandlingException(Iterable<Releasable>) - Static method in enum org.elasticsearch.common.lease.Releasables
Release the provided Releasables, ignoring exceptions.
closeWhileHandlingException(Releasable...) - Static method in enum org.elasticsearch.common.lease.Releasables
Release the provided Releasables, ignoring exceptions.
cluster() - Method in interface org.elasticsearch.client.AdminClient
A client allowing to perform actions/operations against the cluster.
CLUSTER_BYTES_SIZE_SETTINGS - Static variable in class org.elasticsearch.cluster.metadata.MetaData
All known byte-sized cluster settings.
CLUSTER_INDICES_CLOSE_ENABLE_SETTING - Static variable in class org.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
 
CLUSTER_NAME_SETTING - Static variable in class org.elasticsearch.cluster.ClusterName
 
CLUSTER_NODE_RECONNECT_INTERVAL_SETTING - Static variable in class org.elasticsearch.cluster.NodeConnectionsService
 
CLUSTER_READ_ONLY_ALLOW_DELETE_BLOCK - Static variable in class org.elasticsearch.cluster.metadata.MetaData
 
CLUSTER_READ_ONLY_BLOCK - Static variable in class org.elasticsearch.cluster.metadata.MetaData
 
CLUSTER_ROUTING_ALLOCATION_ALLOW_REBALANCE_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
 
CLUSTER_ROUTING_ALLOCATION_AWARENESS_ATTRIBUTE_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
 
CLUSTER_ROUTING_ALLOCATION_AWARENESS_FORCE_GROUP_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
 
CLUSTER_ROUTING_ALLOCATION_CLUSTER_CONCURRENT_REBALANCE_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ConcurrentRebalanceAllocationDecider
 
CLUSTER_ROUTING_ALLOCATION_DISK_THRESHOLD_ENABLED_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
 
CLUSTER_ROUTING_ALLOCATION_ENABLE_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
 
CLUSTER_ROUTING_ALLOCATION_HIGH_DISK_WATERMARK_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
 
CLUSTER_ROUTING_ALLOCATION_INCLUDE_RELOCATIONS_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
 
CLUSTER_ROUTING_ALLOCATION_LOW_DISK_WATERMARK_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
 
CLUSTER_ROUTING_ALLOCATION_NODE_CONCURRENT_INCOMING_RECOVERIES_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
 
CLUSTER_ROUTING_ALLOCATION_NODE_CONCURRENT_OUTGOING_RECOVERIES_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
 
CLUSTER_ROUTING_ALLOCATION_NODE_CONCURRENT_RECOVERIES_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
 
CLUSTER_ROUTING_ALLOCATION_NODE_INITIAL_PRIMARIES_RECOVERIES_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
 
CLUSTER_ROUTING_ALLOCATION_REROUTE_INTERVAL_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
 
CLUSTER_ROUTING_ALLOCATION_SAME_HOST_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
 
CLUSTER_ROUTING_ALLOCATION_SNAPSHOT_RELOCATION_ENABLED_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
Disables relocation of shards that are currently being snapshotted.
CLUSTER_ROUTING_EXCLUDE_GROUP_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
 
CLUSTER_ROUTING_INCLUDE_GROUP_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
 
CLUSTER_ROUTING_REBALANCE_ENABLE_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
 
CLUSTER_ROUTING_REQUIRE_GROUP_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
 
CLUSTER_SERVICE_SLOW_TASK_LOGGING_THRESHOLD_SETTING - Static variable in class org.elasticsearch.cluster.service.ClusterService
 
CLUSTER_TIME_SETTINGS - Static variable in class org.elasticsearch.cluster.metadata.MetaData
All known time cluster settings.
CLUSTER_TOTAL_SHARDS_PER_NODE_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
Controls the maximum number of shards per node on a global level.
ClusterAdminClient - Interface in org.elasticsearch.client
Administrative actions/operations against indices.
ClusterAllocationExplainAction - Class in org.elasticsearch.action.admin.cluster.allocation
Action for explaining shard allocation for a shard in the cluster
ClusterAllocationExplainRequest - Class in org.elasticsearch.action.admin.cluster.allocation
A request to explain the allocation of a shard in the cluster
ClusterAllocationExplainRequest() - Constructor for class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
Create a new allocation explain request to explain any unassigned shard in the cluster.
ClusterAllocationExplainRequestBuilder - Class in org.elasticsearch.action.admin.cluster.allocation
Builder for requests to explain the allocation of a shard in the cluster
ClusterAllocationExplainRequestBuilder(ElasticsearchClient, ClusterAllocationExplainAction) - Constructor for class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
 
ClusterAllocationExplainResponse - Class in org.elasticsearch.action.admin.cluster.allocation
Explanation response for a shard in the cluster
ClusterAllocationExplainResponse() - Constructor for class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainResponse
 
ClusterAllocationExplainResponse(ClusterAllocationExplanation) - Constructor for class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainResponse
 
ClusterAllocationExplanation - Class in org.elasticsearch.action.admin.cluster.allocation
A ClusterAllocationExplanation is an explanation of why a shard is unassigned, or if it is not unassigned, then which nodes it could possibly be relocated to.
ClusterAllocationExplanation(ShardRouting, DiscoveryNode, DiscoveryNode, ClusterInfo, ShardAllocationDecision) - Constructor for class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
 
ClusterAllocationExplanation(StreamInput) - Constructor for class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
 
ClusterBlock - Class in org.elasticsearch.cluster.block
 
ClusterBlock(int, String, boolean, boolean, boolean, RestStatus, EnumSet<ClusterBlockLevel>) - Constructor for class org.elasticsearch.cluster.block.ClusterBlock
 
ClusterBlockException - Exception in org.elasticsearch.cluster.block
 
ClusterBlockException(Set<ClusterBlock>) - Constructor for exception org.elasticsearch.cluster.block.ClusterBlockException
 
ClusterBlockException(StreamInput) - Constructor for exception org.elasticsearch.cluster.block.ClusterBlockException
 
ClusterBlockLevel - Enum in org.elasticsearch.cluster.block
 
ClusterBlocks - Class in org.elasticsearch.cluster.block
Represents current cluster level blocks to block dirty operations done against the cluster.
ClusterBlocks(StreamInput) - Constructor for class org.elasticsearch.cluster.block.ClusterBlocks
 
ClusterBlocks.Builder - Class in org.elasticsearch.cluster.block
 
clusterChanged(ClusterChangedEvent) - Method in interface org.elasticsearch.cluster.ClusterStateListener
Called when cluster state changes.
clusterChanged(ClusterChangedEvent) - Method in class org.elasticsearch.cluster.InternalClusterInfoService
 
clusterChanged(ClusterChangedEvent) - Method in class org.elasticsearch.cluster.metadata.MetaDataUpdateSettingsService
 
clusterChanged(ClusterChangedEvent) - Method in class org.elasticsearch.cluster.metadata.TemplateUpgradeService
 
clusterChanged(ClusterChangedEvent) - Method in class org.elasticsearch.cluster.routing.DelayedAllocationService
 
clusterChanged(ClusterChangedEvent) - Method in class org.elasticsearch.gateway.DanglingIndicesState
 
clusterChanged(ClusterChangedEvent) - Method in class org.elasticsearch.gateway.GatewayService
 
clusterChanged(ClusterChangedEvent) - Method in class org.elasticsearch.indices.store.IndicesStore
 
ClusterChangedEvent - Class in org.elasticsearch.cluster
An event received by the local node, signaling that the cluster state has changed.
ClusterChangedEvent(String, ClusterState, ClusterState) - Constructor for class org.elasticsearch.cluster.ClusterChangedEvent
 
ClusterHealthAction - Class in org.elasticsearch.action.admin.cluster.health
 
ClusterHealthRequest - Class in org.elasticsearch.action.admin.cluster.health
 
ClusterHealthRequest() - Constructor for class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
ClusterHealthRequest(String...) - Constructor for class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
clusterHealthRequest(String...) - Static method in class org.elasticsearch.client.Requests
Creates a cluster health request.
ClusterHealthRequestBuilder - Class in org.elasticsearch.action.admin.cluster.health
 
ClusterHealthRequestBuilder(ElasticsearchClient, ClusterHealthAction) - Constructor for class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
ClusterHealthResponse - Class in org.elasticsearch.action.admin.cluster.health
 
ClusterHealthResponse(String, String[], ClusterState) - Constructor for class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
needed for plugins BWC
ClusterHealthResponse(String, String[], ClusterState, int, int, int, TimeValue) - Constructor for class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
ClusterHealthStatus - Enum in org.elasticsearch.cluster.health
 
ClusterIndexHealth - Class in org.elasticsearch.cluster.health
 
ClusterIndexHealth(IndexMetaData, IndexRoutingTable) - Constructor for class org.elasticsearch.cluster.health.ClusterIndexHealth
 
ClusterIndexHealth(StreamInput) - Constructor for class org.elasticsearch.cluster.health.ClusterIndexHealth
 
ClusterInfo - Class in org.elasticsearch.cluster
ClusterInfo is an object representing a map of nodes to DiskUsage and a map of shard ids to shard sizes, see InternalClusterInfoService.shardIdentifierFromRouting(String) for the key used in the shardSizes map
ClusterInfo() - Constructor for class org.elasticsearch.cluster.ClusterInfo
 
ClusterInfo(ImmutableOpenMap<String, DiskUsage>, ImmutableOpenMap<String, DiskUsage>, ImmutableOpenMap<String, Long>, ImmutableOpenMap<ShardRouting, String>) - Constructor for class org.elasticsearch.cluster.ClusterInfo
Creates a new ClusterInfo instance.
ClusterInfo(StreamInput) - Constructor for class org.elasticsearch.cluster.ClusterInfo
 
clusterInfo() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
ClusterInfoRequest<Request extends ClusterInfoRequest<Request>> - Class in org.elasticsearch.action.support.master.info
 
ClusterInfoRequest() - Constructor for class org.elasticsearch.action.support.master.info.ClusterInfoRequest
 
ClusterInfoRequestBuilder<Request extends ClusterInfoRequest<Request>,Response extends ActionResponse,Builder extends ClusterInfoRequestBuilder<Request,Response,Builder>> - Class in org.elasticsearch.action.support.master.info
 
ClusterInfoRequestBuilder(ElasticsearchClient, Action<Request, Response, Builder>, Request) - Constructor for class org.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
 
ClusterInfoService - Interface in org.elasticsearch.cluster
Interface for a class used to gather information about a cluster at regular intervals
ClusterInfoService.Listener - Interface in org.elasticsearch.cluster
Interface for listeners to implement in order to perform actions when new information about the cluster has been gathered
ClusterModule - Class in org.elasticsearch.cluster
Configures classes and services that affect the entire cluster.
ClusterModule(Settings, ClusterService, List<ClusterPlugin>) - Constructor for class org.elasticsearch.cluster.ClusterModule
 
ClusterName - Class in org.elasticsearch.cluster
 
ClusterName(StreamInput) - Constructor for class org.elasticsearch.cluster.ClusterName
 
ClusterName(String) - Constructor for class org.elasticsearch.cluster.ClusterName
 
clusterName - Variable in class org.elasticsearch.discovery.zen.FaultDetection
 
clusterName() - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection.PingRequest
 
clusterName() - Method in class org.elasticsearch.discovery.zen.ZenPing.PingResponse
 
clusterName - Variable in class org.elasticsearch.transport.TransportService
 
ClusterNameExpressionResolver - Class in org.elasticsearch.cluster.metadata
Resolves cluster names from an expression.
ClusterNameExpressionResolver(Settings) - Constructor for class org.elasticsearch.cluster.metadata.ClusterNameExpressionResolver
 
clusterNameResolver - Variable in class org.elasticsearch.transport.RemoteClusterAware
 
ClusterPlugin - Interface in org.elasticsearch.plugins
An extension point for Plugin implementations to customer behavior of cluster management.
ClusterRebalanceAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
This AllocationDecider controls re-balancing operations based on the cluster wide active shard state.
ClusterRebalanceAllocationDecider(Settings, ClusterSettings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
 
ClusterRebalanceAllocationDecider.ClusterRebalanceType - Enum in org.elasticsearch.cluster.routing.allocation.decider
An enum representation for the configured re-balance type.
ClusterRerouteAction - Class in org.elasticsearch.action.admin.cluster.reroute
 
ClusterRerouteRequest - Class in org.elasticsearch.action.admin.cluster.reroute
Request to submit cluster reroute allocation commands
ClusterRerouteRequest() - Constructor for class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
 
clusterRerouteRequest() - Static method in class org.elasticsearch.client.Requests
 
ClusterRerouteRequestBuilder - Class in org.elasticsearch.action.admin.cluster.reroute
Builder for a cluster reroute request
ClusterRerouteRequestBuilder(ElasticsearchClient, ClusterRerouteAction) - Constructor for class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
 
ClusterRerouteResponse - Class in org.elasticsearch.action.admin.cluster.reroute
Response returned after a cluster reroute request
ClusterSearchShardsAction - Class in org.elasticsearch.action.admin.cluster.shards
 
ClusterSearchShardsGroup - Class in org.elasticsearch.action.admin.cluster.shards
 
ClusterSearchShardsGroup(ShardId, ShardRouting[]) - Constructor for class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
 
ClusterSearchShardsRequest - Class in org.elasticsearch.action.admin.cluster.shards
 
ClusterSearchShardsRequest() - Constructor for class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
 
ClusterSearchShardsRequest(String...) - Constructor for class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
 
clusterSearchShardsRequest() - Static method in class org.elasticsearch.client.Requests
List all shards for the give search
clusterSearchShardsRequest(String...) - Static method in class org.elasticsearch.client.Requests
List all shards for the give search
ClusterSearchShardsRequestBuilder - Class in org.elasticsearch.action.admin.cluster.shards
 
ClusterSearchShardsRequestBuilder(ElasticsearchClient, ClusterSearchShardsAction) - Constructor for class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
 
ClusterSearchShardsResponse - Class in org.elasticsearch.action.admin.cluster.shards
 
ClusterSearchShardsResponse() - Constructor for class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
 
ClusterSearchShardsResponse(ClusterSearchShardsGroup[], DiscoveryNode[], Map<String, AliasFilter>) - Constructor for class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
 
clusterService - Variable in class org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
 
clusterService - Variable in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction
 
clusterService - Variable in class org.elasticsearch.action.support.master.TransportMasterNodeAction
 
clusterService - Variable in class org.elasticsearch.action.support.nodes.TransportNodesAction
 
clusterService - Variable in class org.elasticsearch.action.support.replication.TransportReplicationAction
 
clusterService - Variable in class org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
 
clusterService - Variable in class org.elasticsearch.action.support.single.shard.TransportSingleShardAction
 
clusterService - Variable in class org.elasticsearch.action.support.tasks.TransportTasksAction
 
clusterService - Variable in class org.elasticsearch.cluster.metadata.TemplateUpgradeService
 
ClusterService - Class in org.elasticsearch.cluster.service
 
ClusterService(Settings, ClusterSettings, ThreadPool, Supplier<DiscoveryNode>) - Constructor for class org.elasticsearch.cluster.service.ClusterService
 
ClusterSettings - Class in org.elasticsearch.common.settings
Encapsulates all valid cluster level settings.
ClusterSettings(Settings, Set<Setting<?>>) - Constructor for class org.elasticsearch.common.settings.ClusterSettings
 
ClusterShardHealth - Class in org.elasticsearch.cluster.health
 
ClusterShardHealth(int, IndexShardRoutingTable) - Constructor for class org.elasticsearch.cluster.health.ClusterShardHealth
 
ClusterShardHealth(StreamInput) - Constructor for class org.elasticsearch.cluster.health.ClusterShardHealth
 
ClusterState - Class in org.elasticsearch.cluster
Represents the current state of the cluster.
ClusterState(long, String, ClusterState) - Constructor for class org.elasticsearch.cluster.ClusterState
 
ClusterState(ClusterName, long, String, MetaData, RoutingTable, DiscoveryNodes, ClusterBlocks, ImmutableOpenMap<String, ClusterState.Custom>, boolean) - Constructor for class org.elasticsearch.cluster.ClusterState
 
clusterState() - Method in interface org.elasticsearch.discovery.zen.PingContextProvider
return the current cluster state of the node
clusterState() - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
ClusterState.Builder - Class in org.elasticsearch.cluster
 
ClusterState.Custom - Interface in org.elasticsearch.cluster
 
ClusterState.Metric - Enum in org.elasticsearch.cluster
 
ClusterStateAction - Class in org.elasticsearch.action.admin.cluster.state
 
ClusterStateApplier - Interface in org.elasticsearch.cluster
A component that is in charge of applying an incoming cluster state to the node internal data structures.
ClusterStateHealth - Class in org.elasticsearch.cluster.health
 
ClusterStateHealth(ClusterState) - Constructor for class org.elasticsearch.cluster.health.ClusterStateHealth
Creates a new ClusterStateHealth instance considering the current cluster state and all indices in the cluster.
ClusterStateHealth(ClusterState, String[]) - Constructor for class org.elasticsearch.cluster.health.ClusterStateHealth
Creates a new ClusterStateHealth instance considering the current cluster state and the provided index names.
ClusterStateHealth(StreamInput) - Constructor for class org.elasticsearch.cluster.health.ClusterStateHealth
 
ClusterStateListener - Interface in org.elasticsearch.cluster
A listener to be notified when a cluster state changes.
ClusterStateObserver - Class in org.elasticsearch.cluster
A utility class which simplifies interacting with the cluster state in cases where one tries to take action based on the current state but may want to wait for a new state and retry upon failure.
ClusterStateObserver(ClusterService, Logger, ThreadContext) - Constructor for class org.elasticsearch.cluster.ClusterStateObserver
 
ClusterStateObserver(ClusterService, TimeValue, Logger, ThreadContext) - Constructor for class org.elasticsearch.cluster.ClusterStateObserver
 
ClusterStateObserver(ClusterState, ClusterService, TimeValue, Logger, ThreadContext) - Constructor for class org.elasticsearch.cluster.ClusterStateObserver
 
ClusterStateObserver.Listener - Interface in org.elasticsearch.cluster
 
clusterStateProcessed(String, ClusterState, ClusterState) - Method in interface org.elasticsearch.cluster.ClusterStateTaskListener
Called when the result of the ClusterStateTaskExecutor.execute(ClusterState, List) have been processed properly by all listeners.
clusterStatePublished(ClusterChangedEvent) - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction.ShardFailedClusterStateTaskExecutor
 
clusterStatePublished(ClusterChangedEvent) - Method in interface org.elasticsearch.cluster.ClusterStateTaskExecutor
Callback invoked after new cluster state is published.
ClusterStateRequest - Class in org.elasticsearch.action.admin.cluster.state
 
ClusterStateRequest() - Constructor for class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
clusterStateRequest() - Static method in class org.elasticsearch.client.Requests
Creates a cluster state request.
ClusterStateRequestBuilder - Class in org.elasticsearch.action.admin.cluster.state
 
ClusterStateRequestBuilder(ElasticsearchClient, ClusterStateAction) - Constructor for class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
 
ClusterStateResponse - Class in org.elasticsearch.action.admin.cluster.state
 
ClusterStateResponse() - Constructor for class org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
 
ClusterStateResponse(ClusterName, ClusterState) - Constructor for class org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
 
ClusterStateTaskConfig - Interface in org.elasticsearch.cluster
Cluster state update task configuration for timeout and priority
ClusterStateTaskConfig.Basic - Class in org.elasticsearch.cluster
 
ClusterStateTaskExecutor<T> - Interface in org.elasticsearch.cluster
 
ClusterStateTaskExecutor.ClusterTasksResult<T> - Class in org.elasticsearch.cluster
Represents the result of a batched execution of cluster state update tasks
ClusterStateTaskExecutor.ClusterTasksResult.Builder<T> - Class in org.elasticsearch.cluster
 
ClusterStateTaskExecutor.TaskResult - Class in org.elasticsearch.cluster
 
ClusterStateTaskListener - Interface in org.elasticsearch.cluster
 
ClusterStateUpdateRequest<T extends ClusterStateUpdateRequest<T>> - Class in org.elasticsearch.cluster.ack
Base class to be used when needing to update the cluster state Contains the basic fields that are always needed
ClusterStateUpdateRequest() - Constructor for class org.elasticsearch.cluster.ack.ClusterStateUpdateRequest
 
ClusterStateUpdateResponse - Class in org.elasticsearch.cluster.ack
Base response returned after a cluster state update
ClusterStateUpdateResponse(boolean) - Constructor for class org.elasticsearch.cluster.ack.ClusterStateUpdateResponse
 
ClusterStateUpdateTask - Class in org.elasticsearch.cluster
A task that can update the cluster state.
ClusterStateUpdateTask() - Constructor for class org.elasticsearch.cluster.ClusterStateUpdateTask
 
ClusterStateUpdateTask(Priority) - Constructor for class org.elasticsearch.cluster.ClusterStateUpdateTask
 
clusterStateVersion() - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection.PingRequest
 
clusterStateVersion() - Method in class org.elasticsearch.indices.recovery.RecoveryWaitForClusterStateRequest
 
clusterStats(ClusterStatsRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Cluster wide aggregated stats.
clusterStats(ClusterStatsRequest, ActionListener<ClusterStatsResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Cluster wide aggregated stats
ClusterStatsAction - Class in org.elasticsearch.action.admin.cluster.stats
 
ClusterStatsIndices - Class in org.elasticsearch.action.admin.cluster.stats
 
ClusterStatsIndices(List<ClusterStatsNodeResponse>) - Constructor for class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
 
ClusterStatsIndices.ShardStats - Class in org.elasticsearch.action.admin.cluster.stats
 
ClusterStatsNodeRequest() - Constructor for class org.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction.ClusterStatsNodeRequest
 
ClusterStatsNodeResponse - Class in org.elasticsearch.action.admin.cluster.stats
 
ClusterStatsNodeResponse(DiscoveryNode, ClusterHealthStatus, NodeInfo, NodeStats, ShardStats[]) - Constructor for class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
 
ClusterStatsNodes - Class in org.elasticsearch.action.admin.cluster.stats
 
ClusterStatsNodes.Counts - Class in org.elasticsearch.action.admin.cluster.stats
 
ClusterStatsNodes.JvmStats - Class in org.elasticsearch.action.admin.cluster.stats
 
ClusterStatsNodes.JvmVersion - Class in org.elasticsearch.action.admin.cluster.stats
 
ClusterStatsNodes.OsStats - Class in org.elasticsearch.action.admin.cluster.stats
 
ClusterStatsNodes.ProcessStats - Class in org.elasticsearch.action.admin.cluster.stats
 
ClusterStatsRequest - Class in org.elasticsearch.action.admin.cluster.stats
A request to get cluster level stats.
ClusterStatsRequest() - Constructor for class org.elasticsearch.action.admin.cluster.stats.ClusterStatsRequest
 
ClusterStatsRequest(String...) - Constructor for class org.elasticsearch.action.admin.cluster.stats.ClusterStatsRequest
Get stats from nodes based on the nodes ids specified.
clusterStatsRequest() - Static method in class org.elasticsearch.client.Requests
Creates a cluster stats request.
ClusterStatsRequestBuilder - Class in org.elasticsearch.action.admin.cluster.stats
 
ClusterStatsRequestBuilder(ElasticsearchClient, ClusterStatsAction) - Constructor for class org.elasticsearch.action.admin.cluster.stats.ClusterStatsRequestBuilder
 
ClusterStatsResponse - Class in org.elasticsearch.action.admin.cluster.stats
 
ClusterStatsResponse(long, ClusterName, List<ClusterStatsNodeResponse>, List<FailedNodeException>) - Constructor for class org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
 
clusterStatus() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
Cluster Health Status, only populated on master nodes.
ClusterUpdateSettingsAction - Class in org.elasticsearch.action.admin.cluster.settings
 
ClusterUpdateSettingsRequest - Class in org.elasticsearch.action.admin.cluster.settings
Request for an update cluster settings action
ClusterUpdateSettingsRequest() - Constructor for class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
clusterUpdateSettingsRequest() - Static method in class org.elasticsearch.client.Requests
 
ClusterUpdateSettingsRequestBuilder - Class in org.elasticsearch.action.admin.cluster.settings
Builder for a cluster update settings request
ClusterUpdateSettingsRequestBuilder(ElasticsearchClient, ClusterUpdateSettingsAction) - Constructor for class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
 
ClusterUpdateSettingsResponse - Class in org.elasticsearch.action.admin.cluster.settings
A response for a cluster update settings action.
clusterUUID(String) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
clusterUUID() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
coalesceToEmpty(String) - Static method in class org.elasticsearch.common.Strings
 
CODE_ERROR - Static variable in class org.elasticsearch.cli.ExitCodes
 
codec(String) - Method in class org.elasticsearch.index.codec.CodecService
 
CODEC_NAME - Static variable in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
CODEC_NAME - Static variable in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat
 
CODEC_VERSION_CHECKSUMS - Static variable in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
CODEC_VERSION_LATEST - Static variable in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
CODEC_VERSION_SERIALIZED_LABELS - Static variable in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
CODEC_VERSION_START - Static variable in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
CodecService - Class in org.elasticsearch.index.codec
Since Lucene 4.0 low level index segments are read and written through a codec layer that allows to use use-case specific file formats & data-structures per field.
CodecService(MapperService, Logger) - Constructor for class org.elasticsearch.index.codec.CodecService
 
coerce(boolean) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Builder
 
coerce(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Builder
 
coerce - Variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper
 
coerce() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper
 
COERCE - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
 
COERCE - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
 
coerce(boolean) - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Builder
 
coerce(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Builder
 
coerce - Variable in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper
 
COERCE - Static variable in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Defaults
 
COERCE - Static variable in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Names
 
coerce(boolean) - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Builder
 
coerce(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Builder
 
coerce - Variable in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper
 
COERCE - Static variable in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Defaults
 
coerce(boolean) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.Builder
 
coerce(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.Builder
 
coerce(boolean) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.Builder
 
coerce(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.Builder
 
COERCE - Static variable in class org.elasticsearch.index.mapper.RangeFieldMapper.Defaults
 
coerce(boolean) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.Builder
 
coerce(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.Builder
 
COERCE_SETTING - Static variable in class org.elasticsearch.index.mapper.FieldMapper
 
COLLAPSE - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
collapse() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
collapse(CollapseBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
collapse(CollapseContext) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
collapse() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
collapse(CollapseContext) - Method in class org.elasticsearch.search.internal.SearchContext
 
collapse() - Method in class org.elasticsearch.search.internal.SearchContext
 
collapse() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
CollapseBuilder - Class in org.elasticsearch.search.collapse
A builder that enables field collapsing on search request.
CollapseBuilder(String) - Constructor for class org.elasticsearch.search.collapse.CollapseBuilder
Public constructor
CollapseBuilder(StreamInput) - Constructor for class org.elasticsearch.search.collapse.CollapseBuilder
 
CollapseContext - Class in org.elasticsearch.search.collapse
Context used for field collapsing
CollapseContext(MappedFieldType, InnerHitBuilder) - Constructor for class org.elasticsearch.search.collapse.CollapseContext
 
CollapseContext(MappedFieldType, List<InnerHitBuilder>) - Constructor for class org.elasticsearch.search.collapse.CollapseContext
 
collapseField - Variable in class org.apache.lucene.search.grouping.CollapsingTopDocsCollector
 
CollapseTopFieldDocs - Class in org.apache.lucene.search.grouping
Represents hits returned by CollapsingTopDocsCollector.getTopDocs().
CollapseTopFieldDocs(String, int, ScoreDoc[], SortField[], Object[], float) - Constructor for class org.apache.lucene.search.grouping.CollapseTopFieldDocs
 
collapseValues - Variable in class org.apache.lucene.search.grouping.CollapseTopFieldDocs
The collapse value for each top doc
CollapsingTopDocsCollector<T> - Class in org.apache.lucene.search.grouping
A collector that groups documents based on field values and returns CollapseTopFieldDocs output.
COLLATE_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
COLLATE_MATCH - Static variable in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
COLLATE_QUERY_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
COLLATE_QUERY_PARAMS - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
COLLATE_QUERY_PRUNE - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
collateMatch() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
collateParams(Map<String, Object>) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
Adds additional parameters for collate scripts.
collateParams() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
gets additional params for collate script
collatePrune(boolean) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
Sets whether to prune suggestions after collation
collatePrune() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
Gets whether to prune suggestions after collation
collateQuery(String) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
Sets a query used for filtering out suggested phrases (collation).
collateQuery(Script) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
Sets a query used for filtering out suggested phrases (collation).
collateQuery() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
gets the query used for filtering out suggested phrases (collation).
collect(int) - Method in class org.apache.lucene.search.grouping.CollapsingTopDocsCollector
 
collect(int) - Method in class org.elasticsearch.common.lucene.Lucene.EarlyTerminatingCollector
 
collect(int) - Method in class org.elasticsearch.common.lucene.MinimumScoreCollector
 
collect(int, long) - Method in class org.elasticsearch.search.aggregations.LeafBucketCollector
Collect the given doc in the given bucket.
collect(int) - Method in class org.elasticsearch.search.aggregations.LeafBucketCollector
 
collect(int, long) - Method in class org.elasticsearch.search.aggregations.LeafBucketCollectorBase
 
collect(long, long) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
 
collect(int, long) - Method in class org.elasticsearch.search.profile.aggregation.ProfilingLeafBucketCollector
 
collectableSubAggregators - Variable in class org.elasticsearch.search.aggregations.AggregatorBase
 
collectBucket(LeafBucketCollector, int, long) - Method in class org.elasticsearch.search.aggregations.bucket.BucketsAggregator
Utility method to collect the given doc in the given bucket (identified by the bucket ordinal)
collectBucketValue(String, Double) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
 
collectBucketValue(String, Double) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
Called for each bucket with a value so the state can be modified based on the key and metric value for this bucket
collectBucketValue(String, Double) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
 
collectBucketValue(String, Double) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
 
collectBucketValue(String, Double) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
 
collectBucketValue(String, Double) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
 
collectBucketValue(String, Double) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
 
collectBucketValue(String, Double) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
 
collectExistingBucket(LeafBucketCollector, int, long) - Method in class org.elasticsearch.search.aggregations.bucket.BucketsAggregator
Same as BucketsAggregator.collectBucket(LeafBucketCollector, int, long), but doesn't check if the docCounts needs to be re-sized.
collectionStatistics(String) - Method in class org.elasticsearch.search.internal.ContextIndexSearcher
 
collectionToCommaDelimitedString(Iterable<?>) - Static method in class org.elasticsearch.common.Strings
Convenience method to return a Collection as a CSV String.
collectionToDelimitedString(Iterable<?>, String, String, String) - Static method in class org.elasticsearch.common.Strings
Convenience method to return a Collection as a delimited (e.g.
collectionToDelimitedString(Iterable<?>, String, String, String, StringBuilder) - Static method in class org.elasticsearch.common.Strings
 
collectionToDelimitedString(Iterable<?>, String) - Static method in class org.elasticsearch.common.Strings
Convenience method to return a Collection as a delimited (e.g.
CollectionUtils - Class in org.elasticsearch.common.util
Collections-related utility methods.
CollectionUtils() - Constructor for class org.elasticsearch.common.util.CollectionUtils
 
collectMode(Aggregator.SubAggCollectionMode) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Expert: set the collection mode.
collectMode() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Expert: get the collection mode.
collectMode - Variable in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
 
collectNodes(Set<String>, ActionListener<BiFunction<String, String, DiscoveryNode>>) - Method in class org.elasticsearch.transport.RemoteClusterService
Collects all nodes of the given clusters and returns / passes a (clusterAlias, nodeId) to DiscoveryNode function on success.
COLLECTOR - Static variable in class org.elasticsearch.search.profile.query.QueryProfileShardResult
 
CollectorResult - Class in org.elasticsearch.search.profile.query
Public interface and serialization container for profiled timings of the Collectors used in the search.
CollectorResult(String, String, Long, List<CollectorResult>) - Constructor for class org.elasticsearch.search.profile.query.CollectorResult
 
CollectorResult(StreamInput) - Constructor for class org.elasticsearch.search.profile.query.CollectorResult
Read from a stream.
collectSearchShards(IndicesOptions, String, String, Map<String, OriginalIndices>, ActionListener<Map<String, ClusterSearchShardsResponse>>) - Method in class org.elasticsearch.transport.RemoteClusterService
 
columnNumber - Variable in class org.elasticsearch.common.xcontent.XContentLocation
 
combine(Module...) - Static method in class org.elasticsearch.common.inject.util.Modules
Returns a new module that installs all of modules.
combine(Iterable<? extends Module>) - Static method in class org.elasticsearch.common.inject.util.Modules
Returns a new module that installs all of modules.
combine(double, double, double) - Method in enum org.elasticsearch.common.lucene.search.function.CombineFunction
 
combine(float, float) - Method in enum org.elasticsearch.search.rescore.QueryRescoreMode
 
CombineFunction - Enum in org.elasticsearch.common.lucene.search.function
 
combineFunction - Variable in class org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
 
combineScript(Script) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
Set the combine script.
combineScript() - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
Get the combine script.
commaDelimitedListToSet(String) - Static method in class org.elasticsearch.common.Strings
Convenience method to convert a CSV string list to a set.
commaDelimitedListToStringArray(String) - Static method in class org.elasticsearch.common.Strings
Convert a CSV list into an array of Strings.
Command - Class in org.elasticsearch.cli
An action to execute within a cli.
Command(String) - Constructor for class org.elasticsearch.cli.Command
 
command() - Method in class org.elasticsearch.cluster.routing.allocation.RerouteExplanation
 
COMMAND_NAME_FIELD - Static variable in class org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand
 
COMMAND_NAME_FIELD - Static variable in class org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand
 
COMMAND_NAME_FIELD - Static variable in class org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand
 
COMMAND_NAME_FIELD - Static variable in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
COMMAND_NAME_FIELD - Static variable in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
commands(AllocationCommands) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
Set the allocation commands to execute.
commands() - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
Get the commands wrapped by this instance
commit() - Method in class org.elasticsearch.index.translog.Translog
 
COMMIT_ACTION_NAME - Static variable in class org.elasticsearch.discovery.zen.PublishClusterStateAction
 
COMMIT_TIMEOUT_SETTING - Static variable in class org.elasticsearch.discovery.DiscoverySettings
sets the timeout for receiving enough acks for a specific cluster state and committing it.
CommitClusterStateRequest() - Constructor for class org.elasticsearch.discovery.zen.PublishClusterStateAction.CommitClusterStateRequest
 
CommitClusterStateRequest(String) - Constructor for class org.elasticsearch.discovery.zen.PublishClusterStateAction.CommitClusterStateRequest
 
CommitId(byte[]) - Constructor for class org.elasticsearch.index.engine.Engine.CommitId
 
CommitId(StreamInput) - Constructor for class org.elasticsearch.index.engine.Engine.CommitId
Read from a stream.
CommitPoint - Class in org.elasticsearch.index.shard
 
CommitPoint(long, String, CommitPoint.Type, List<CommitPoint.FileInfo>, List<CommitPoint.FileInfo>) - Constructor for class org.elasticsearch.index.shard.CommitPoint
 
CommitPoint.FileInfo - Class in org.elasticsearch.index.shard
 
CommitPoint.Type - Enum in org.elasticsearch.index.shard
 
CommitPoints - Class in org.elasticsearch.index.shard
 
CommitPoints(List<CommitPoint>) - Constructor for class org.elasticsearch.index.shard.CommitPoints
 
commits() - Method in class org.elasticsearch.index.shard.CommitPoints
 
CommitStats - Class in org.elasticsearch.index.engine
a class the returns dynamic information with respect to the last commit point of this shard
CommitStats(SegmentInfos) - Constructor for class org.elasticsearch.index.engine.CommitStats
 
commitStats() - Method in class org.elasticsearch.index.engine.Engine
get commits stats for the last commit
commitStats() - Method in class org.elasticsearch.index.shard.IndexShard
 
committed - Variable in class org.elasticsearch.index.engine.Segment
 
CommonFields() - Constructor for class org.elasticsearch.common.ParseField.CommonFields
 
CommonFields() - Constructor for class org.elasticsearch.search.aggregations.Aggregation.CommonFields
 
CommonFields() - Constructor for class org.elasticsearch.search.aggregations.AggregationBuilder.CommonFields
 
CommonGramsTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
CommonGramsTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.CommonGramsTokenFilterFactory
 
CommonSettings() - Constructor for class org.elasticsearch.index.fielddata.IndexFieldData.CommonSettings
 
CommonStats - Class in org.elasticsearch.action.admin.indices.stats
 
CommonStats() - Constructor for class org.elasticsearch.action.admin.indices.stats.CommonStats
 
CommonStats(CommonStatsFlags) - Constructor for class org.elasticsearch.action.admin.indices.stats.CommonStats
 
CommonStats(IndicesQueryCache, IndexShard, CommonStatsFlags) - Constructor for class org.elasticsearch.action.admin.indices.stats.CommonStats
 
CommonStats(StreamInput) - Constructor for class org.elasticsearch.action.admin.indices.stats.CommonStats
 
CommonStatsFlags - Class in org.elasticsearch.action.admin.indices.stats
 
CommonStatsFlags(CommonStatsFlags.Flag...) - Constructor for class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
CommonStatsFlags(StreamInput) - Constructor for class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
CommonStatsFlags.Flag - Enum in org.elasticsearch.action.admin.indices.stats
 
commonTermsBlendedQuery(Term[], float[], boolean, float) - Static method in class org.apache.lucene.queries.BlendedTermQuery
 
commonTermsCutoff - Variable in class org.elasticsearch.index.search.MatchQuery
 
commonTermsQuery(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
Creates a common query for the provided field name and text.
CommonTermsQueryBuilder - Class in org.elasticsearch.index.query
CommonTermsQuery query is a query that executes high-frequency terms in a optional sub-query to prevent slow queries due to "common" terms like stopwords.
CommonTermsQueryBuilder(String, Object) - Constructor for class org.elasticsearch.index.query.CommonTermsQueryBuilder
Constructs a new common terms query.
CommonTermsQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.CommonTermsQueryBuilder
Read from a stream.
comparator(Aggregator) - Method in class org.elasticsearch.search.aggregations.bucket.terms.Terms.Order
 
COMPARATOR - Static variable in class org.elasticsearch.search.suggest.Suggest
 
Comparators - Enum in org.elasticsearch.common.util
Comparator-related utility methods.
compare(T, T) - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
compare(Long, Long) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Date
 
compare(Double, Double) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Double
 
compare(GeoPoint, GeoPoint) - Method in class org.elasticsearch.action.fieldstats.FieldStats.GeoPoint
 
compare(InetAddress, InetAddress) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Ip
 
compare(Long, Long) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Long
 
compare(BytesRef, BytesRef) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Text
 
compare(ElectMasterService.MasterCandidate, ElectMasterService.MasterCandidate) - Static method in class org.elasticsearch.discovery.zen.ElectMasterService.MasterCandidate
compares two candidates to indicate which the a better master.
compare(ShardRouting, ShardRouting) - Method in class org.elasticsearch.gateway.PriorityComparator
 
compare(B, B) - Method in class org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket.SubAggregationComparator
 
compare(CompletionSuggestion.Entry.Option, CompletionSuggestion.Entry.Option) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggester.ScoreComparator
 
compare(Suggest.Suggestion.Entry.Option, Suggest.Suggestion.Entry.Option) - Method in class org.elasticsearch.search.suggest.term.TermSuggestion.Frequency
 
compare(Suggest.Suggestion.Entry.Option, Suggest.Suggestion.Entry.Option) - Method in class org.elasticsearch.search.suggest.term.TermSuggestion.Score
 
compareDiscardNaN(double, double, boolean) - Static method in enum org.elasticsearch.common.util.Comparators
Compare d1 against d2, pushing at the bottom.
compareTerm(Terms.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
 
compareTerm(Terms.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms.ParsedBucket
 
compareTerm(Terms.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
 
compareTerm(Terms.Bucket) - Method in interface org.elasticsearch.search.aggregations.bucket.terms.Terms.Bucket
 
compareTo(IndicesShardStoresResponse.StoreStatus) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
 
compareTo(JavaVersion) - Method in class org.elasticsearch.bootstrap.JavaVersion
 
compareTo(NodeAllocationResult) - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
 
compareTo(ShardIterator) - Method in class org.elasticsearch.cluster.routing.PlainShardIterator
 
compareTo(BytesReference) - Method in class org.elasticsearch.common.bytes.BytesReference
 
compareTo(Text) - Method in class org.elasticsearch.common.text.Text
 
compareTo(ByteSizeValue) - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
compareTo(DistanceUnit.Distance) - Method in class org.elasticsearch.common.unit.DistanceUnit.Distance
 
compareTo(SizeValue) - Method in class org.elasticsearch.common.unit.SizeValue
 
compareTo(TimeValue) - Method in class org.elasticsearch.common.unit.TimeValue
 
compareTo(PrioritizedCallable) - Method in class org.elasticsearch.common.util.concurrent.PrioritizedCallable
 
compareTo(PrioritizedRunnable) - Method in class org.elasticsearch.common.util.concurrent.PrioritizedRunnable
 
compareTo(ShardId) - Method in class org.elasticsearch.index.shard.ShardId
 
compareTo(BaseTranslogReader) - Method in class org.elasticsearch.index.translog.BaseTranslogReader
 
compareTo(Translog.Location) - Method in class org.elasticsearch.index.translog.Translog.Location
 
compareTo(ProcessorInfo) - Method in class org.elasticsearch.ingest.ProcessorInfo
 
compareTo(Number) - Method in class org.elasticsearch.script.ScoreAccessor
 
compareTo(SearchShardTarget) - Method in class org.elasticsearch.search.SearchShardTarget
 
compareTo(Correction) - Method in class org.elasticsearch.search.suggest.phrase.Correction
Lower scores sorts first; if scores are equal, than later terms (zzz) sort first .
compareTo(DirectCandidateGenerator.Candidate) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
Lower scores sort first; if scores are equal, then later (zzz) terms sort first
compareTo(SnapshotId) - Method in class org.elasticsearch.snapshots.SnapshotId
 
compareTo(SnapshotInfo) - Method in class org.elasticsearch.snapshots.SnapshotInfo
Compares two snapshots by their start time; if the start times are the same, then compares the two snapshots by their snapshot ids.
compareTo(ThreadPoolStats.Stats) - Method in class org.elasticsearch.threadpool.ThreadPoolStats.Stats
 
compareTo(Version) - Method in class org.elasticsearch.Version
 
compatibleWith(IndexFieldData) - Method in enum org.elasticsearch.search.aggregations.support.ValueType
 
compile(String, String) - Static method in class org.elasticsearch.common.regex.Regex
 
compile(Set<String>) - Static method in class org.elasticsearch.common.xcontent.support.filtering.FilterPath
 
compile(String) - Method in class org.elasticsearch.ingest.InternalTemplateService
 
compile(String) - Method in interface org.elasticsearch.ingest.TemplateService
 
compile(String, String, Map<String, String>) - Method in class org.elasticsearch.script.NativeScriptEngineService
 
compile(String, String, Map<String, String>) - Method in interface org.elasticsearch.script.ScriptEngineService
Compiles a script.
compile(Script, ScriptContext) - Method in class org.elasticsearch.script.ScriptService
Checks if a script can be executed and compiles it if needed, or returns the previously compiled and cached script.
compiled() - Method in class org.elasticsearch.script.CompiledScript
Method to get the compiled script object.
CompiledScript - Class in org.elasticsearch.script
CompiledScript holds all the parameters necessary to execute a previously compiled script.
CompiledScript(ScriptType, String, String, Object) - Constructor for class org.elasticsearch.script.CompiledScript
Constructor for CompiledScript.
CompiledTemplate - Interface in org.elasticsearch.template
A template that may be executed.
compileTemplate(String, String, String, String, TemplateService) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
 
compileTemplate(Script, ScriptContext) - Method in class org.elasticsearch.script.ScriptService
Compiles a template.
completed() - Method in enum org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStage
Returns true if snapshot completed (successfully or not)
completed() - Method in enum org.elasticsearch.cluster.RestoreInProgress.State
Returns true if restore process completed (either successfully or with failure)
completed(ObjectContainer<SnapshotsInProgress.ShardSnapshotStatus>) - Static method in class org.elasticsearch.cluster.SnapshotsInProgress
Checks if all shards in the list have completed
completed() - Method in enum org.elasticsearch.cluster.SnapshotsInProgress.State
 
completed(ImmutableOpenMap<ShardId, RestoreInProgress.ShardRestoreStatus>) - Static method in class org.elasticsearch.snapshots.RestoreService
 
completed() - Method in enum org.elasticsearch.snapshots.SnapshotState
Returns true if snapshot completed (successfully or not)
completedOperations() - Method in exception org.elasticsearch.index.shard.TranslogRecoveryPerformer.BatchOperationException
the number of succesful operations performed before the exception was thrown
completion - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
completion(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
completion() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
Completion090PostingsFormat - Class in org.elasticsearch.search.suggest.completion2x
This PostingsFormat is basically a T-Sink for a default postings format that is used to store postings on disk fitting the lucene APIs and builds a suggest FST as an auxiliary data structure next to the actual postings format.
Completion090PostingsFormat(PostingsFormat, Completion090PostingsFormat.CompletionLookupProvider) - Constructor for class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat
 
Completion090PostingsFormat() - Constructor for class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat
 
Completion090PostingsFormat.CompletionLookupProvider - Class in org.elasticsearch.search.suggest.completion2x
 
Completion090PostingsFormat.CompletionTerms - Class in org.elasticsearch.search.suggest.completion2x
 
Completion090PostingsFormat.LookupFactory - Class in org.elasticsearch.search.suggest.completion2x
 
completionDataFields(String...) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
completionDataFields() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
CompletionFieldMapper - Class in org.elasticsearch.index.mapper
Mapper for completion field.
CompletionFieldMapper(String, MappedFieldType, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo, int) - Constructor for class org.elasticsearch.index.mapper.CompletionFieldMapper
 
CompletionFieldMapper.Builder - Class in org.elasticsearch.index.mapper
CompletionFieldMapper.CompletionFieldType - Class in org.elasticsearch.index.mapper
 
CompletionFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
CompletionFieldMapper.Fields - Class in org.elasticsearch.index.mapper
 
CompletionFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
CompletionFieldMapper2x - Class in org.elasticsearch.index.mapper
 
CompletionFieldMapper2x(String, MappedFieldType, int, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.CompletionFieldMapper2x
 
CompletionFieldMapper2x.Builder - Class in org.elasticsearch.index.mapper
 
CompletionFieldMapper2x.CompletionFieldType - Class in org.elasticsearch.index.mapper
 
CompletionFieldMapper2x.Defaults - Class in org.elasticsearch.index.mapper
 
CompletionFieldMapper2x.Fields - Class in org.elasticsearch.index.mapper
 
CompletionFieldMapper2x.TypeParser - Class in org.elasticsearch.index.mapper
 
completionFields(String...) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
completionFields() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
CompletionFieldStats - Class in org.elasticsearch.search.suggest.completion
 
CompletionFieldStats() - Constructor for class org.elasticsearch.search.suggest.completion.CompletionFieldStats
 
CompletionFieldType() - Constructor for class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
CompletionFieldType() - Constructor for class org.elasticsearch.index.mapper.CompletionFieldMapper2x.CompletionFieldType
 
CompletionFieldType(CompletionFieldMapper2x.CompletionFieldType) - Constructor for class org.elasticsearch.index.mapper.CompletionFieldMapper2x.CompletionFieldType
 
CompletionLookupProvider() - Constructor for class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat.CompletionLookupProvider
 
completionStats(String...) - Method in class org.elasticsearch.index.shard.IndexShard
 
completionStats(IndexReader, String...) - Static method in class org.elasticsearch.search.suggest.completion.CompletionFieldStats
Returns total in-heap bytes used by all suggesters.
CompletionStats - Class in org.elasticsearch.search.suggest.completion
 
CompletionStats() - Constructor for class org.elasticsearch.search.suggest.completion.CompletionStats
 
CompletionStats(long, FieldMemoryStats) - Constructor for class org.elasticsearch.search.suggest.completion.CompletionStats
 
completionStats(IndexReader, String...) - Method in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat
Returns total in-heap bytes used by all suggesters.
CompletionSuggester - Class in org.elasticsearch.search.suggest.completion
 
CompletionSuggester.ScoreComparator - Class in org.elasticsearch.search.suggest.completion
 
CompletionSuggestion - Class in org.elasticsearch.search.suggest.completion
Suggestion response for CompletionSuggester results Response format for each entry: { "text" : STRING "score" : FLOAT "contexts" : CONTEXTS } CONTEXTS : { "CONTEXT_NAME" : ARRAY, ..
CompletionSuggestion() - Constructor for class org.elasticsearch.search.suggest.completion.CompletionSuggestion
 
CompletionSuggestion(String, int) - Constructor for class org.elasticsearch.search.suggest.completion.CompletionSuggestion
 
CompletionSuggestion - Class in org.elasticsearch.search.suggest.completion2x
 
CompletionSuggestion() - Constructor for class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion
 
CompletionSuggestion(String, int) - Constructor for class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion
 
completionSuggestion(String) - Static method in class org.elasticsearch.search.suggest.SuggestBuilders
Creates a completion suggestion lookup query with the provided field
CompletionSuggestion.Entry - Class in org.elasticsearch.search.suggest.completion
 
CompletionSuggestion.Entry - Class in org.elasticsearch.search.suggest.completion2x
 
CompletionSuggestion.Entry.Option - Class in org.elasticsearch.search.suggest.completion
 
CompletionSuggestion.Entry.Option - Class in org.elasticsearch.search.suggest.completion2x
 
CompletionSuggestionBuilder - Class in org.elasticsearch.search.suggest.completion
Defines a suggest command based on a prefix, typically to provide "auto-complete" functionality for users as they type search terms.
CompletionSuggestionBuilder(String) - Constructor for class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
 
CompletionSuggestionBuilder(StreamInput) - Constructor for class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
Read from a stream.
CompletionSuggestionBuilder.Contexts2x - Class in org.elasticsearch.search.suggest.completion
 
CompletionSuggestionContext - Class in org.elasticsearch.search.suggest.completion
 
CompletionSuggestionContext(QueryShardContext) - Constructor for class org.elasticsearch.search.suggest.completion.CompletionSuggestionContext
 
CompletionTerms(Terms, Completion090PostingsFormat.LookupFactory) - Constructor for class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat.CompletionTerms
 
CompletionTokenStream - Class in org.elasticsearch.search.suggest.completion2x
 
CompletionTokenStream(TokenStream, BytesRef, CompletionTokenStream.ToFiniteStrings) - Constructor for class org.elasticsearch.search.suggest.completion2x.CompletionTokenStream
 
CompletionTokenStream.ByteTermAttribute - Interface in org.elasticsearch.search.suggest.completion2x
 
CompletionTokenStream.ByteTermAttributeImpl - Class in org.elasticsearch.search.suggest.completion2x
 
CompletionTokenStream.ToFiniteStrings - Interface in org.elasticsearch.search.suggest.completion2x
 
CompositeBytesReference - Class in org.elasticsearch.common.bytes
A composite BytesReference that allows joining multiple bytes references into one without copying.
CompositeBytesReference(BytesReference...) - Constructor for class org.elasticsearch.common.bytes.CompositeBytesReference
 
CompositeIndicesRequest - Interface in org.elasticsearch.action
Marker interface that needs to be implemented by all ActionRequest subclasses that are composed of multiple sub-requests which relate to one or more indices.
CompositeListener(List<IndexingOperationListener>, Logger) - Constructor for class org.elasticsearch.index.shard.IndexingOperationListener.CompositeListener
 
CompositeListener(List<SearchOperationListener>, Logger) - Constructor for class org.elasticsearch.index.shard.SearchOperationListener.CompositeListener
 
compound - Variable in class org.elasticsearch.index.engine.Segment
 
compound(List<Terms.Order>) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.Terms.Order
Creates a bucket ordering strategy which sorts buckets based multiple criteria
compound(Terms.Order...) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.Terms.Order
Creates a bucket ordering strategy which sorts buckets based multiple criteria
CompoundProcessor - Class in org.elasticsearch.ingest
A Processor that executes a list of other "processors".
CompoundProcessor(Processor...) - Constructor for class org.elasticsearch.ingest.CompoundProcessor
 
CompoundProcessor(boolean, List<Processor>, List<Processor>) - Constructor for class org.elasticsearch.ingest.CompoundProcessor
 
compress - Variable in class org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
 
compress - Variable in class org.elasticsearch.transport.TcpTransport
 
compress() - Method in class org.elasticsearch.transport.TransportRequestOptions
 
compress() - Method in class org.elasticsearch.transport.TransportResponseOptions
 
COMPRESS_SETTING - Static variable in class org.elasticsearch.repositories.fs.FsRepository
 
compressed() - Method in class org.elasticsearch.common.compress.CompressedXContent
Return the compressed bytes.
compressedReference() - Method in class org.elasticsearch.common.compress.CompressedXContent
Return the compressed bytes as a BytesReference.
CompressedXContent - Class in org.elasticsearch.common.compress
Similar class to the String class except that it internally stores data using a compressed representation in order to require less permanent memory.
CompressedXContent(ToXContent, XContentType, ToXContent.Params) - Constructor for class org.elasticsearch.common.compress.CompressedXContent
Create a CompressedXContent out of a ToXContent instance.
CompressedXContent(BytesReference) - Constructor for class org.elasticsearch.common.compress.CompressedXContent
Create a CompressedXContent out of a serialized ToXContent that may already be compressed.
CompressedXContent(byte[]) - Constructor for class org.elasticsearch.common.compress.CompressedXContent
 
CompressedXContent(String) - Constructor for class org.elasticsearch.common.compress.CompressedXContent
 
compression(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
Expert: set the compression.
compression() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
Expert: get the compression.
compression(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
Expert: set the compression.
compression() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
Expert: get the compression.
compression - Variable in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
 
compression() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestState
 
COMPRESSION_FIELD - Static variable in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
Compressor - Interface in org.elasticsearch.common.compress
 
COMPRESSOR - Static variable in class org.elasticsearch.common.compress.CompressorFactory
 
compressor(BytesReference) - Static method in class org.elasticsearch.common.compress.CompressorFactory
 
CompressorFactory - Class in org.elasticsearch.common.compress
 
CompressorFactory() - Constructor for class org.elasticsearch.common.compress.CompressorFactory
 
ComputationException - Exception in org.elasticsearch.common.inject.internal
Wraps an exception that occurred during a computation.
ComputationException(Throwable) - Constructor for exception org.elasticsearch.common.inject.internal.ComputationException
 
computeIfAbsent(K, CacheLoader<K, V>) - Method in class org.elasticsearch.common.cache.Cache
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeNxys(long, long, long, long, String) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
 
concat(Iterator<? extends T>...) - Static method in class org.elasticsearch.common.collect.Iterators
 
concat(String[], String[]) - Static method in class org.elasticsearch.common.util.ArrayUtils
Concatenates 2 arrays
concat(T[], T[], Class<T>) - Static method in class org.elasticsearch.common.util.ArrayUtils
Concatenates 2 arrays
concat(Iterable<T>...) - Static method in class org.elasticsearch.common.util.iterable.Iterables
 
concat(FieldMapper) - Method in class org.elasticsearch.index.mapper.FieldMappers
Concats and returns a new FieldMappers.
concreteIndex() - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
concreteIndex() - Method in class org.elasticsearch.action.support.single.shard.TransportSingleShardAction.InternalRequest
 
concreteIndexNames(ClusterState, IndicesRequest) - Method in class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
Same as IndexNameExpressionResolver.concreteIndexNames(ClusterState, IndicesOptions, String...), but the index expressions and options are encapsulated in the specified request.
concreteIndexNames(ClusterState, IndicesOptions, String...) - Method in class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
Translates the provided index expression into actual concrete indices, properly deduplicated.
concreteIndices(ClusterState, IndicesRequest) - Method in class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
Same as IndexNameExpressionResolver.concreteIndices(ClusterState, IndicesOptions, String...), but the index expressions and options are encapsulated in the specified request.
concreteIndices(ClusterState, IndicesOptions, String...) - Method in class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
Translates the provided index expression into actual concrete indices, properly deduplicated.
concreteIndices(ClusterState, IndicesOptions, long, String...) - Method in class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
Translates the provided index expression into actual concrete indices, properly deduplicated.
concreteNodes() - Method in class org.elasticsearch.action.support.nodes.BaseNodesRequest
 
concreteSingleIndex(ClusterState, IndicesRequest) - Method in class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
Utility method that allows to resolve an index expression to its corresponding single concrete index.
concurrent(Recycler.Factory<T>, int) - Static method in enum org.elasticsearch.common.recycler.Recyclers
Create a concurrent implementation that can support concurrent access from concurrencyLevel threads with little contention.
concurrent(Recycler.Factory<T>) - Static method in enum org.elasticsearch.common.recycler.Recyclers
 
ConcurrentCollections - Class in org.elasticsearch.common.util.concurrent
 
concurrentDeque(Recycler.C<T>, int) - Static method in enum org.elasticsearch.common.recycler.Recyclers
Return a concurrent recycler based on a deque.
ConcurrentDequeRecycler<T> - Class in org.elasticsearch.common.recycler
A Recycler implementation based on a concurrent Deque.
ConcurrentDequeRecycler(Recycler.C<T>, int) - Constructor for class org.elasticsearch.common.recycler.ConcurrentDequeRecycler
 
ConcurrentHashMapLong<T> - Class in org.elasticsearch.common.util.concurrent
 
ConcurrentHashMapLong(ConcurrentMap<Long, T>) - Constructor for class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
ConcurrentMapLong<T> - Interface in org.elasticsearch.common.util.concurrent
 
ConcurrentRebalanceAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
Similar to the ClusterRebalanceAllocationDecider this AllocationDecider controls the number of currently in-progress re-balance (relocation) operations and restricts node allocations if the configured threshold is reached.
ConcurrentRebalanceAllocationDecider(Settings, ClusterSettings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.ConcurrentRebalanceAllocationDecider
 
ConcurrentSnapshotExecutionException - Exception in org.elasticsearch.snapshots
Thrown when a user tries to multiple conflicting snapshot/restore operations at the same time.
ConcurrentSnapshotExecutionException(String, String, String) - Constructor for exception org.elasticsearch.snapshots.ConcurrentSnapshotExecutionException
 
ConcurrentSnapshotExecutionException(Snapshot, String) - Constructor for exception org.elasticsearch.snapshots.ConcurrentSnapshotExecutionException
 
ConcurrentSnapshotExecutionException(StreamInput) - Constructor for exception org.elasticsearch.snapshots.ConcurrentSnapshotExecutionException
 
Condition<T> - Class in org.elasticsearch.action.admin.indices.rollover
Base class for rollover request conditions
Condition(String) - Constructor for class org.elasticsearch.action.admin.indices.rollover.Condition
 
condition - Variable in class org.elasticsearch.action.admin.indices.rollover.Condition.Result
 
Condition.Result - Class in org.elasticsearch.action.admin.indices.rollover
Holder for evaluated condition result
Condition.Stats - Class in org.elasticsearch.action.admin.indices.rollover
Holder for index stats used to evaluate conditions
confidence(float) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
Sets the confidence level for this suggester.
confidence() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
CONFIDENCE_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
CONFIG - Static variable in class org.elasticsearch.cli.ExitCodes
 
config() - Method in class org.elasticsearch.index.engine.Engine
 
config - Variable in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
 
config - Variable in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
 
configExtension() - Method in class org.elasticsearch.env.Environment
Return then extension of the config file that was loaded, or
configFile() - Method in class org.elasticsearch.env.Environment
The config directory.
ConfigurationException - Exception in org.elasticsearch.common.inject
Thrown when a programming error such as a misplaced annotation, illegal binding, or unsupported scope is found.
ConfigurationException(Iterable<Message>) - Constructor for exception org.elasticsearch.common.inject.ConfigurationException
Creates a ConfigurationException containing messages.
ConfigurationUtils - Class in org.elasticsearch.ingest
 
configure() - Method in class org.elasticsearch.action.ActionModule
 
configure() - Method in class org.elasticsearch.cluster.ClusterModule
 
configure(Binder) - Method in class org.elasticsearch.common.inject.AbstractModule
 
configure() - Method in class org.elasticsearch.common.inject.AbstractModule
Configures a Binder via the exposed methods.
configure(Binder) - Method in class org.elasticsearch.common.inject.internal.ProviderMethod
 
configure(Binder) - Method in class org.elasticsearch.common.inject.internal.ProviderMethodsModule
 
configure(Binder) - Method in interface org.elasticsearch.common.inject.Module
Contributes bindings and other configurations for this module to binder.
configure(Binder) - Method in class org.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder
 
configure(Binder) - Method in class org.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
 
configure(Binder) - Method in class org.elasticsearch.common.inject.PrivateModule
 
configure() - Method in class org.elasticsearch.common.inject.PrivateModule
Creates bindings and other configurations private to this module.
configure(Environment) - Static method in class org.elasticsearch.common.logging.LogConfigurator
Configure logging reading from any log4j2.properties found in the config directory and its subdirectories from the specified environment.
configure(Binder) - Method in class org.elasticsearch.common.settings.SettingsModule
 
configure() - Method in class org.elasticsearch.gateway.GatewayModule
 
configure() - Method in class org.elasticsearch.indices.IndicesModule
 
configure() - Method in class org.elasticsearch.node.NodeModule
 
configure() - Method in class org.elasticsearch.repositories.RepositoriesModule
 
configureWithoutConfig(Settings) - Static method in class org.elasticsearch.common.logging.LogConfigurator
Configure logging without reading a log4j2.properties file, effectively configuring the status logger and all loggers to the console.
CONNECT_ON_NETWORK_DISCONNECT_SETTING - Static variable in class org.elasticsearch.discovery.zen.FaultDetection
 
connectedNodes() - Method in class org.elasticsearch.client.transport.TransportClient
Returns the current connected transport nodes that this client will use.
connectedNodes - Variable in class org.elasticsearch.transport.TcpTransport
 
connectionListener - Variable in class org.elasticsearch.discovery.zen.FaultDetection
 
connectionLock - Variable in class org.elasticsearch.transport.TcpTransport
 
ConnectionProfile - Class in org.elasticsearch.transport
A connection profile describes how many connection are established to specific node for each of the available request types.
ConnectionProfile.Builder - Class in org.elasticsearch.transport
A builder to build a new ConnectionProfile
CONNECTIONS_PER_NODE_BULK - Static variable in class org.elasticsearch.transport.TcpTransport
 
CONNECTIONS_PER_NODE_PING - Static variable in class org.elasticsearch.transport.TcpTransport
 
CONNECTIONS_PER_NODE_RECOVERY - Static variable in class org.elasticsearch.transport.TcpTransport
 
CONNECTIONS_PER_NODE_REG - Static variable in class org.elasticsearch.transport.TcpTransport
 
CONNECTIONS_PER_NODE_STATE - Static variable in class org.elasticsearch.transport.TcpTransport
 
connectOnNetworkDisconnect - Variable in class org.elasticsearch.discovery.zen.FaultDetection
 
connectToChannels(DiscoveryNode, ConnectionProfile, Consumer<Channel>) - Method in class org.elasticsearch.transport.TcpTransport
Connect to the node with channels as defined by the specified connection profile.
connectToNode(DiscoveryNode, ConnectionProfile, CheckedBiConsumer<Transport.Connection, ConnectionProfile, IOException>) - Method in class org.elasticsearch.transport.local.LocalTransport
 
connectToNode(DiscoveryNode, ConnectionProfile, CheckedBiConsumer<Transport.Connection, ConnectionProfile, IOException>) - Method in class org.elasticsearch.transport.TcpTransport
 
connectToNode(DiscoveryNode, ConnectionProfile, CheckedBiConsumer<Transport.Connection, ConnectionProfile, IOException>) - Method in interface org.elasticsearch.transport.Transport
Connects to a node with the given connection profile.
connectToNode(DiscoveryNode) - Method in class org.elasticsearch.transport.TransportService
 
connectToNode(DiscoveryNode, ConnectionProfile) - Method in class org.elasticsearch.transport.TransportService
Connect to the specified node with the given connection profile
connectToNodes(DiscoveryNodes) - Method in class org.elasticsearch.cluster.NodeConnectionsService
 
ConnectTransportException - Exception in org.elasticsearch.transport
 
ConnectTransportException(DiscoveryNode, String) - Constructor for exception org.elasticsearch.transport.ConnectTransportException
 
ConnectTransportException(DiscoveryNode, String, String) - Constructor for exception org.elasticsearch.transport.ConnectTransportException
 
ConnectTransportException(DiscoveryNode, String, Throwable) - Constructor for exception org.elasticsearch.transport.ConnectTransportException
 
ConnectTransportException(DiscoveryNode, String, String, Throwable) - Constructor for exception org.elasticsearch.transport.ConnectTransportException
 
ConnectTransportException(StreamInput) - Constructor for exception org.elasticsearch.transport.ConnectTransportException
 
ConsoleCtrlHandler - Interface in org.elasticsearch.bootstrap
 
CONSTANT_SCORE - Static variable in class org.elasticsearch.index.query.support.QueryParsers
 
CONSTANT_SCORE_BOOLEAN - Static variable in class org.elasticsearch.index.query.support.QueryParsers
 
CONSTANT_VALUE_ALREADY_SET - Static variable in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
constantBackoff(TimeValue, int) - Static method in class org.elasticsearch.action.bulk.BackoffPolicy
Creates an new constant backoff policy with the provided configuration.
ConstantBindingBuilder - Interface in org.elasticsearch.common.inject.binder
Binds to a constant value.
ConstantBindingBuilderImpl<T> - Class in org.elasticsearch.common.inject.internal
Bind a constant.
ConstantBindingBuilderImpl(Binder, List<Element>, Object) - Constructor for class org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
 
ConstantIndexFieldData - Class in org.elasticsearch.index.fielddata.plain
 
ConstantIndexFieldData.Builder - Class in org.elasticsearch.index.fielddata.plain
 
constantScoreQuery(QueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that wraps another query and simply returns a constant score equal to the query boost for every document in the query.
ConstantScoreQueryBuilder - Class in org.elasticsearch.index.query
A query that wraps a filter and simply returns a constant score equal to the query boost for every document in the filter.
ConstantScoreQueryBuilder(QueryBuilder) - Constructor for class org.elasticsearch.index.query.ConstantScoreQueryBuilder
A query that wraps another query and simply returns a constant score equal to the query boost for every document in the query.
ConstantScoreQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.ConstantScoreQueryBuilder
Read from a stream.
ConstructingObjectParser<Value,Context> - Class in org.elasticsearch.common.xcontent
Like ObjectParser but works with objects that have constructors whose arguments are mixed in with its other settings.
ConstructingObjectParser(String, Function<Object[], Value>) - Constructor for class org.elasticsearch.common.xcontent.ConstructingObjectParser
Build the parser.
ConstructingObjectParser(String, boolean, Function<Object[], Value>) - Constructor for class org.elasticsearch.common.xcontent.ConstructingObjectParser
Build the parser.
ConstructingObjectParser(String, boolean, BiFunction<Object[], Context, Value>) - Constructor for class org.elasticsearch.common.xcontent.ConstructingObjectParser
Build the parser.
ConstructionContext<T> - Class in org.elasticsearch.common.inject.internal
Context of a dependency construction.
ConstructionContext() - Constructor for class org.elasticsearch.common.inject.internal.ConstructionContext
 
constructorArg() - Static method in class org.elasticsearch.common.xcontent.ConstructingObjectParser
Pass the BiConsumer this returns the declare methods to declare a required constructor argument.
ConstructorBinding<T> - Interface in org.elasticsearch.common.inject.spi
A binding to the constructor of a concrete clss.
consumeAggs() - Method in class org.elasticsearch.search.query.QuerySearchResult
Returns and nulls out the aggregation for this search results.
consumeProfileResult() - Method in class org.elasticsearch.search.query.QuerySearchResult
Returns and nulls out the profiled results for this search, or potentially null if result was empty.
consumer(IndexOutput) - Method in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
consumer(IndexOutput) - Method in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat.CompletionLookupProvider
 
consumeTopDocs() - Method in class org.elasticsearch.search.query.QuerySearchResult
Returns and nulls out the top docs for this search results.
containPhysicalIndexFile(String) - Method in class org.elasticsearch.index.shard.CommitPoint
 
containPhysicalIndexFile(String) - Method in class org.elasticsearch.index.snapshots.blobstore.SnapshotFiles
Returns true if this snapshot contains a file with a given original name
contains(ClusterBlockLevel) - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
contains(Object) - Method in class org.elasticsearch.common.collect.EvictingQueue
 
contains(Object) - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
contains(String) - Method in class org.elasticsearch.index.store.Store.MetadataSnapshot
Returns true iff this metadata contains the given file.
contains(long) - Method in class org.elasticsearch.search.slice.SliceQuery
 
containsAll(Collection<?>) - Method in class org.elasticsearch.common.collect.EvictingQueue
 
containsAll(Collection<?>) - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
containsField(String) - Method in class org.elasticsearch.common.FieldMemoryStats
Returns true iff the given field is in the stats
containsIndex(Index) - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard
Returns true if the graveyard contains a tombstone for the given index.
containsKey(Object) - Method in class org.elasticsearch.common.collect.CopyOnWriteHashMap
 
containsKey(int) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
containsKey(int) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
Returns true if this container has an association to a value for the given key.
containsKey(KType) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
containsKey(KType) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap
Returns true if this container has an association to a value for the given key.
containsKey(K) - Method in class org.elasticsearch.common.collect.MapBuilder
 
containsKey(Object) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
containsKey(Object) - Method in class org.elasticsearch.common.util.MinimalMap
 
containsKey(Object) - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
containsKey(Object) - Method in class org.elasticsearch.search.lookup.LeafFieldsLookup
 
containsKey(Object) - Method in class org.elasticsearch.search.lookup.SourceLookup
 
containsProcessor(String) - Method in class org.elasticsearch.ingest.IngestInfo
 
containsQuery(String, Object, Object, boolean, boolean) - Method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
 
containsValue(Object) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
containsValue(Object) - Method in class org.elasticsearch.common.util.MinimalMap
 
containsValue(Object) - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
containsValue(Object) - Method in class org.elasticsearch.search.lookup.LeafFieldsLookup
 
containsValue(Object) - Method in class org.elasticsearch.search.lookup.SourceLookup
 
content() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
 
content(BytesReference) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
Deprecated.
this method is deprecated as it relies on content type detection. Use PutStoredScriptRequest.content(BytesReference, XContentType)
content(BytesReference, XContentType) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
Set the script source and the content type of the bytes.
content() - Method in class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
content() - Method in class org.elasticsearch.rest.BytesRestResponse
 
content() - Method in class org.elasticsearch.rest.RestRequest
 
content() - Method in class org.elasticsearch.rest.RestResponse
The response content.
CONTENT_FIELD_NAME_CONTEXTS - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
 
CONTENT_FIELD_NAME_INPUT - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
 
CONTENT_FIELD_NAME_INPUT - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Fields
 
CONTENT_FIELD_NAME_OUTPUT - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Fields
 
CONTENT_FIELD_NAME_PAYLOAD - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Fields
 
CONTENT_FIELD_NAME_WEIGHT - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
 
CONTENT_FIELD_NAME_WEIGHT - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Fields
 
CONTENT_TYPE - Static variable in class org.elasticsearch.client.Requests
The content type used to generate request builders (query / search).
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.AllFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.BinaryFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.BooleanFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.DateFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.FieldNamesFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.GeoPointFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.IdFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.IndexFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.IpFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.KeywordFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.LatLonPointFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyByteFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyDateFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyFloatFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyIpFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyLongFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyShortFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.ObjectMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.ParentFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.RoutingFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.SourceFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.StringFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.TextFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.TimestampFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.TokenCountFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.TTLFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.TypeFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.UidFieldMapper
 
CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.VersionFieldMapper
 
CONTENT_TYPE_OPTION - Static variable in class org.elasticsearch.script.Script
Compiler option for XContentType used for templates.
contentBuilder() - Static method in class org.elasticsearch.common.xcontent.cbor.CborXContent
 
contentBuilder() - Static method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
contentBuilder() - Static method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
contentBuilder(XContentType, OutputStream) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Constructs a xcontent builder that will output the result into the provided output stream.
contentBuilder(XContentType) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Returns a binary content builder for the provided content type.
contentBuilder() - Static method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
contentOrSourceParam() - Method in class org.elasticsearch.rest.RestRequest
Get the content of the request or the contents of the source param or throw an exception if both are missing.
contentOrSourceParamParser() - Method in class org.elasticsearch.rest.RestRequest
A parser for the contents of this request if it has contents, otherwise a parser for the source parameter if there is one, otherwise throws an ElasticsearchParseException.
contentParser() - Method in class org.elasticsearch.rest.RestRequest
A parser for the contents of this request if there is a body, otherwise throws an ElasticsearchParseException.
ContentPath - Class in org.elasticsearch.index.mapper
 
ContentPath() - Constructor for class org.elasticsearch.index.mapper.ContentPath
 
ContentPath(int) - Constructor for class org.elasticsearch.index.mapper.ContentPath
Constructs a json path with an offset.
contentType() - Method in class org.elasticsearch.common.settings.loader.JsonSettingsLoader
 
contentType() - Method in class org.elasticsearch.common.settings.loader.XContentSettingsLoader
 
contentType() - Method in class org.elasticsearch.common.settings.loader.YamlSettingsLoader
 
contentType() - Method in class org.elasticsearch.common.xcontent.cbor.CborXContentGenerator
 
contentType() - Method in class org.elasticsearch.common.xcontent.cbor.CborXContentParser
 
contentType() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
contentType() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
contentType() - Method in class org.elasticsearch.common.xcontent.smile.SmileXContentGenerator
 
contentType() - Method in class org.elasticsearch.common.xcontent.smile.SmileXContentParser
 
contentType() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
contentType() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
contentType() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
contentType() - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContentGenerator
 
contentType() - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContentParser
 
contentType() - Method in class org.elasticsearch.index.mapper.AllFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.BinaryFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x
 
contentType() - Method in class org.elasticsearch.index.mapper.DateFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.FieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.IdFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.IndexFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.IpFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.LegacyByteFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.LegacyFloatFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.LegacyShortFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.NumberFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.ParentFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.RangeFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.RoutingFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.SourceFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.StringFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.TextFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.TokenCountFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.TTLFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.TypeFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.UidFieldMapper
 
contentType() - Method in class org.elasticsearch.index.mapper.VersionFieldMapper
 
contentType() - Method in class org.elasticsearch.rest.BytesRestResponse
 
contentType() - Method in class org.elasticsearch.rest.RestResponse
The response content type.
context() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard
 
context() - Method in interface org.elasticsearch.cluster.metadata.MetaData.Custom
 
context() - Method in class org.elasticsearch.cluster.metadata.RepositoriesMetaData
 
context - Variable in class org.elasticsearch.common.lucene.uid.VersionsResolver.DocIdAndVersion
 
CONTEXT - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Fields
 
context - Variable in class org.elasticsearch.index.search.MatchQuery
 
context() - Method in class org.elasticsearch.ingest.IngestMetadata
 
context() - Method in class org.elasticsearch.script.ScriptMetaData
 
context() - Method in class org.elasticsearch.search.aggregations.Aggregator
Return the SearchContext attached with this Aggregator.
context - Variable in class org.elasticsearch.search.aggregations.AggregatorBase
 
context() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
 
context - Variable in class org.elasticsearch.search.aggregations.AggregatorFactory
 
context() - Method in class org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
 
context() - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
 
context - Variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlighterContext
 
context - Variable in class org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
 
context() - Method in class org.elasticsearch.search.profile.aggregation.ProfilingAggregator
 
context - Variable in class org.elasticsearch.search.suggest.completion.context.ContextMapping.InternalQueryContext
 
Context(SortedMap<String, ContextMapping.ContextConfig>, ParseContext.Document) - Constructor for class org.elasticsearch.search.suggest.completion2x.context.ContextMapping.Context
 
CONTEXT_MODE_GATEWAY - Static variable in class org.elasticsearch.cluster.metadata.MetaData
 
CONTEXT_MODE_PARAM - Static variable in class org.elasticsearch.cluster.metadata.MetaData
 
CONTEXT_MODE_PARAM - Static variable in class org.elasticsearch.snapshots.SnapshotInfo
 
CONTEXT_MODE_SNAPSHOT - Static variable in class org.elasticsearch.cluster.metadata.MetaData
 
CONTEXT_MODE_SNAPSHOT - Static variable in class org.elasticsearch.snapshots.SnapshotInfo
 
ContextBuilder<E extends ContextMapping> - Class in org.elasticsearch.search.suggest.completion.context
Builder for ContextMapping
ContextBuilder(String) - Constructor for class org.elasticsearch.search.suggest.completion.context.ContextBuilder
 
ContextBuilder<E extends ContextMapping> - Class in org.elasticsearch.search.suggest.completion2x.context
 
ContextBuilder(String) - Constructor for class org.elasticsearch.search.suggest.completion2x.context.ContextBuilder
 
contextBytes - Variable in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
 
ContextConfig() - Constructor for class org.elasticsearch.search.suggest.completion2x.context.ContextMapping.ContextConfig
 
ContextIndexSearcher - Class in org.elasticsearch.search.internal
Context-aware extension of IndexSearcher.
ContextIndexSearcher(Engine.Searcher, QueryCache, QueryCachingPolicy) - Constructor for class org.elasticsearch.search.internal.ContextIndexSearcher
 
contextMapping(SortedMap<String, ContextMapping>) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Builder
 
ContextMapping<T extends ToXContent> - Class in org.elasticsearch.search.suggest.completion.context
A ContextMapping defines criteria that can be used to filter and/or boost suggestions at query time for CompletionFieldMapper.
ContextMapping(ContextMapping.Type, String) - Constructor for class org.elasticsearch.search.suggest.completion.context.ContextMapping
Define a new context mapping of a specific type
ContextMapping - Class in org.elasticsearch.search.suggest.completion2x.context
A ContextMapping is used t define a context that may used in conjunction with a suggester.
ContextMapping(String, String) - Constructor for class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
Define a new context mapping of a specific type
ContextMapping.Context - Class in org.elasticsearch.search.suggest.completion2x.context
A collection of ContextMappings, their ContextMapping.ContextConfiguration and a Document form a complete ContextMapping.Context.
ContextMapping.ContextConfig - Class in org.elasticsearch.search.suggest.completion2x.context
A ContextMapping combined with the information provided by a document form a ContextMapping.ContextConfig which is used to build the underlying FST.
ContextMapping.ContextQuery - Class in org.elasticsearch.search.suggest.completion2x.context
A ContextMapping.ContextQuery defines the context information for a specific ContextMapping defined within a suggestion request.
ContextMapping.InternalQueryContext - Class in org.elasticsearch.search.suggest.completion.context
 
ContextMapping.Type - Enum in org.elasticsearch.search.suggest.completion.context
 
contextMappings(ContextMappings) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.Builder
Add context mapping to this field
ContextMappings - Class in org.elasticsearch.search.suggest.completion.context
ContextMappings indexes context-enabled suggestion fields and creates context queries for defined ContextMappings for a CompletionFieldMapper
ContextMappings(List<ContextMapping>) - Constructor for class org.elasticsearch.search.suggest.completion.context.ContextMappings
 
ContextParser<Context,T> - Interface in org.elasticsearch.common.xcontent
Reads an object from a parser using some context.
ContextPreservingActionListener<R> - Class in org.elasticsearch.action.support
Restores the given ThreadContext.StoredContext once the listener is invoked
ContextPreservingActionListener(Supplier<ThreadContext.StoredContext>, ActionListener<R>) - Constructor for class org.elasticsearch.action.support.ContextPreservingActionListener
 
ContextQuery(String) - Constructor for class org.elasticsearch.search.suggest.completion2x.context.ContextMapping.ContextQuery
 
ContextRestoreResponseHandler(Supplier<ThreadContext.StoredContext>, TransportResponseHandler<T>) - Constructor for class org.elasticsearch.transport.TransportService.ContextRestoreResponseHandler
 
CONTEXTS - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
 
CONTEXTS - Static variable in class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
 
contexts(Map<String, List<? extends ToXContent>>) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
Sets query contexts for completion
contexts(CompletionSuggestionBuilder.Contexts2x) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
 
Contexts2x() - Constructor for class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder.Contexts2x
 
CONTEXTS_ALLOWED_SETTING - Static variable in class org.elasticsearch.script.ScriptModes
 
conversionError(String, Object, TypeLiteral<?>, MatcherAndConverter, RuntimeException) - Method in class org.elasticsearch.common.inject.internal.Errors
 
conversionTypeError(String, Object, TypeLiteral<?>, MatcherAndConverter, Object) - Method in class org.elasticsearch.common.inject.internal.Errors
 
convert(L) - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
convert(T) - Method in class org.elasticsearch.action.support.PlainActionFuture
 
convert(T) - Method in class org.elasticsearch.action.support.PlainListenableActionFuture
 
convert(Object) - Static method in class org.elasticsearch.common.inject.internal.Errors
 
convert(String, TypeLiteral<?>) - Method in interface org.elasticsearch.common.inject.spi.TypeConverter
Converts a string value.
convert(double, DistanceUnit) - Method in enum org.elasticsearch.common.unit.DistanceUnit
Convert a given value into another unit
convert(double, DistanceUnit, DistanceUnit) - Static method in enum org.elasticsearch.common.unit.DistanceUnit
Converts the given distance from the given DistanceUnit, to the given DistanceUnit
convert(DistanceUnit) - Method in class org.elasticsearch.common.unit.DistanceUnit.Distance
Converts a DistanceUnit.Distance value given in a specific DistanceUnit into a value equal to the specified value but in a other DistanceUnit.
convertAutomaton(Automaton) - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
 
convertAutomaton(Automaton) - Method in class org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
 
ConvertedConstantBinding<T> - Interface in org.elasticsearch.common.inject.spi
A binding created from converting a bound instance to a new type.
converterReturnedNull(String, Object, TypeLiteral<?>, MatcherAndConverter) - Method in class org.elasticsearch.common.inject.internal.Errors
 
convertFromStringArray(String[]) - Static method in class org.elasticsearch.common.text.Text
 
convertToBytesRefIfString(Object) - Static method in class org.elasticsearch.index.query.AbstractQueryBuilder
This helper method checks if the object passed in is a string, if so it converts it to a BytesRef.
convertToDoubleFilter() - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
convertToElastic(Exception) - Static method in class org.elasticsearch.ExceptionsHelper
 
convertToFeatures(String...) - Static method in enum org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
 
convertToJson(BytesReference, boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Deprecated.
convertToJson(BytesReference, boolean, boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Deprecated.
convertToJson(BytesReference, boolean, XContentType) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
 
convertToJson(BytesReference, boolean, boolean, XContentType) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
 
convertToLongFilter(DocValueFormat) - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
convertToMap(BytesReference, boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Deprecated.
this method relies on auto-detection of content type. Use XContentHelper.convertToMap(BytesReference, boolean, XContentType) instead with the proper XContentType
convertToMap(BytesReference, boolean, XContentType) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Converts the given bytes into a map that is optionally ordered.
convertToMap(XContent, String, boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Convert a string in some XContent format to a Map.
convertToMap(XContent, InputStream, boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Convert a string in some XContent format to a Map.
convertToOrdinalsFilter(DocValueFormat) - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
convertToRuntime(Exception) - Static method in class org.elasticsearch.ExceptionsHelper
 
convertToStringFilter(DocValueFormat) - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
convertToStringIfBytesRef(Object) - Static method in class org.elasticsearch.index.query.AbstractQueryBuilder
This helper method checks if the object passed in is a BytesRef, if so it converts it to a utf8 string.
convertToTypes(Matcher<? super TypeLiteral<?>>, TypeConverter) - Method in class org.elasticsearch.common.inject.AbstractModule
 
convertToTypes(Matcher<? super TypeLiteral<?>>, TypeConverter) - Method in interface org.elasticsearch.common.inject.Binder
Binds a type converter.
coordinate(double, double) - Method in class org.elasticsearch.common.geo.builders.CoordinateCollection
Add a new coordinate to the collection
coordinate(Coordinate) - Method in class org.elasticsearch.common.geo.builders.CoordinateCollection
Add a new coordinate to the collection
coordinate(Coordinate) - Method in class org.elasticsearch.common.geo.builders.CoordinatesBuilder
Add a new coordinate to the collection
coordinate(double, double) - Method in class org.elasticsearch.common.geo.builders.CoordinatesBuilder
Add a new coordinate to the collection
coordinate(Coordinate) - Method in class org.elasticsearch.common.geo.builders.PointBuilder
 
coordinate - Variable in class org.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
 
CoordinateCollection<E extends CoordinateCollection<E>> - Class in org.elasticsearch.common.geo.builders
The CoordinateCollection is an abstract base implementation for LineStringBuilder and MultiPointBuilder.
CoordinateCollection(List<Coordinate>) - Constructor for class org.elasticsearch.common.geo.builders.CoordinateCollection
Construct a new collection of coordinates.
CoordinateCollection(StreamInput) - Constructor for class org.elasticsearch.common.geo.builders.CoordinateCollection
Read from a stream.
CoordinateNode(Coordinate) - Constructor for class org.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
Creates a new leaf CoordinateNode
CoordinateNode(List<ShapeBuilder.CoordinateNode>) - Constructor for class org.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
Creates a new parent CoordinateNode
coordinates - Variable in class org.elasticsearch.common.geo.builders.CoordinateCollection
 
coordinates(Coordinate...) - Method in class org.elasticsearch.common.geo.builders.CoordinateCollection
Add a array of coordinates to the collection
coordinates(Collection<? extends Coordinate>) - Method in class org.elasticsearch.common.geo.builders.CoordinateCollection
Add a collection of coordinates to the collection
coordinates(boolean) - Method in class org.elasticsearch.common.geo.builders.CoordinateCollection
Copy all coordinate to a new Array
coordinates(Coordinate...) - Method in class org.elasticsearch.common.geo.builders.CoordinatesBuilder
Add an array of coordinates to the current coordinates
coordinates(Collection<? extends Coordinate>) - Method in class org.elasticsearch.common.geo.builders.CoordinatesBuilder
Add a collection of coordinates to the current coordinates
coordinates() - Method in class org.elasticsearch.common.geo.builders.MultiLineStringBuilder
 
coordinates() - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
The coordinates setup by the builder will be assembled to a polygon.
coordinatesArray(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
CoordinatesBuilder - Class in org.elasticsearch.common.geo.builders
A builder for a list of coordinates.
CoordinatesBuilder() - Constructor for class org.elasticsearch.common.geo.builders.CoordinatesBuilder
 
coordinatesToXcontent(XContentBuilder, boolean) - Method in class org.elasticsearch.common.geo.builders.CoordinateCollection
builds an array of coordinates to a XContentBuilder
copy() - Method in class org.elasticsearch.common.FieldMemoryStats
Creates a deep copy of this stats instance
copy(InputStream, OutputStream) - Static method in class org.elasticsearch.common.io.Streams
 
copy(InputStream, OutputStream, byte[]) - Static method in class org.elasticsearch.common.io.Streams
Copy the contents of the given InputStream to the given OutputStream.
copy(byte[], OutputStream) - Static method in class org.elasticsearch.common.io.Streams
Copy the contents of the given byte array to the given OutputStream.
copy(Reader, Writer) - Static method in class org.elasticsearch.common.io.Streams
Copy the contents of the given Reader to the given Writer.
copy(String, Writer) - Static method in class org.elasticsearch.common.io.Streams
Copy the contents of the given String to the given output Writer.
copy(Settings, IndexMetaData) - Method in class org.elasticsearch.common.settings.IndexScopedSettings
 
copy() - Method in class org.elasticsearch.repositories.RepositoryData
 
copy(BytesRef, BytesRef) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
 
copyAndPut(K, V) - Method in class org.elasticsearch.common.collect.CopyOnWriteHashMap
Associate key with value and return a new copy of the hash table.
copyAndPutAll(Map<? extends K, ? extends V>) - Method in class org.elasticsearch.common.collect.CopyOnWriteHashMap
Same as CopyOnWriteHashMap.copyAndPut(Object, Object) but for an arbitrary number of entries.
copyAndPutAll(Iterable<Map.Entry<K1, V1>>) - Method in class org.elasticsearch.common.collect.CopyOnWriteHashMap
 
copyAndPutAll(Stream<Map.Entry<K1, V1>>) - Method in class org.elasticsearch.common.collect.CopyOnWriteHashMap
 
copyAndRemove(Object) - Method in class org.elasticsearch.common.collect.CopyOnWriteHashMap
Remove the given key from this map.
copyAndRemoveAll(Collection<?>) - Method in class org.elasticsearch.common.collect.CopyOnWriteHashMap
Same as CopyOnWriteHashMap.copyAndRemove(Object) but for an arbitrary number of entries.
copyAndResolve(Map<String, Object>) - Method in class org.elasticsearch.ingest.ValueSource.ByteValue
 
copyAndResolve(Map<String, Object>) - Method in interface org.elasticsearch.ingest.ValueSource
Returns a copy of the value this ValueSource holds and resolves templates if there're any.
copyAndResolve(Map<String, Object>) - Method in class org.elasticsearch.ingest.ValueSource.ListValue
 
copyAndResolve(Map<String, Object>) - Method in class org.elasticsearch.ingest.ValueSource.MapValue
 
copyAndResolve(Map<String, Object>) - Method in class org.elasticsearch.ingest.ValueSource.ObjectValue
 
copyAndResolve(Map<String, Object>) - Method in class org.elasticsearch.ingest.ValueSource.TemplatedValue
 
copyCurrentEvent(XContentGenerator, XContentParser) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
 
copyCurrentStructure(XContentParser) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
copyCurrentStructure(XContentParser) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
copyCurrentStructure(XContentParser) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
copyCurrentStructure(XContentGenerator, XContentParser) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Low level implementation detail of XContentGenerator.copyCurrentStructure(XContentParser).
copyHeaders(Iterable<Map.Entry<String, String>>) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Copies all header key, value pairs into the current context
copyHeaders(ElasticsearchException) - Method in class org.elasticsearch.rest.RestResponse
 
copyNamedQueries() - Method in class org.elasticsearch.index.query.QueryShardContext
 
copyOf(Map<? extends K, ? extends V>) - Static method in class org.elasticsearch.common.collect.CopyOnWriteHashMap
Return a copy of the provided map.
copyOf(ObjectObjectMap<KType, VType>) - Static method in class org.elasticsearch.common.collect.ImmutableOpenMap
 
CopyOnWriteHashMap<K,V> - Class in org.elasticsearch.common.collect
An immutable map whose writes result in a new copy of the map to be created.
CopyOnWriteHashMap() - Constructor for class org.elasticsearch.common.collect.CopyOnWriteHashMap
Create a new empty map.
copyRawValue(BytesReference, XContent) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
copyShards() - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.miscellaneous.DisableGraphAttributeImpl
 
copyTo - Variable in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
copyTo(FieldMapper.CopyTo) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
copyTo - Variable in class org.elasticsearch.index.mapper.FieldMapper
 
copyTo() - Method in class org.elasticsearch.index.mapper.FieldMapper
List of fields where this field should be copied to
copyTo(AttributeImpl) - Method in class org.elasticsearch.search.suggest.completion2x.CompletionTokenStream.ByteTermAttributeImpl
 
copyToFields() - Method in class org.elasticsearch.index.mapper.FieldMapper.CopyTo
 
copyToString(Reader) - Static method in class org.elasticsearch.common.io.Streams
Copy the contents of the given Reader into a String.
copyWithNewSlice(SliceBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Create a shallow copy of this builder with a new slice configuration.
Correction - Class in org.elasticsearch.search.suggest.phrase
 
Correction(double, DirectCandidateGenerator.Candidate[]) - Constructor for class org.elasticsearch.search.suggest.phrase.Correction
 
corrections - Variable in class org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker.Result
 
correctSubStringLen(String, int) - Static method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x
 
CorruptStateException - Exception in org.elasticsearch.gateway
This exception is thrown when Elasticsearch detects an inconsistency in one of it's persistent states.
CorruptStateException(String) - Constructor for exception org.elasticsearch.gateway.CorruptStateException
Creates a new CorruptStateException
CorruptStateException(Throwable) - Constructor for exception org.elasticsearch.gateway.CorruptStateException
Creates a new CorruptStateException with the given exceptions stacktrace.
corsSettingAsArray(String) - Static method in class org.elasticsearch.rest.RestUtils
Return the CORS setting as an array of origins.
cost() - Method in class org.apache.lucene.search.XFilteredDocIdSetIterator
 
count() - Method in class org.elasticsearch.common.cache.Cache
The number of entries in the cache.
count - Variable in class org.elasticsearch.common.io.FastCharArrayReader
The index of the end of this buffer.
count - Variable in class org.elasticsearch.common.io.FastCharArrayWriter
The number of chars in the buffer.
count - Variable in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
count() - Method in class org.elasticsearch.common.lucene.Lucene.EarlyTerminatingCollector
 
count() - Method in class org.elasticsearch.common.metrics.CounterMetric
 
count() - Method in class org.elasticsearch.common.metrics.MeanMetric
 
count() - Method in class org.elasticsearch.common.metrics.MeterMetric
 
count - Variable in class org.elasticsearch.index.cache.query.QueryCache.EntriesStats
 
count() - Method in class org.elasticsearch.index.fielddata.MultiGeoPointValues
Return the number of geo points the current document has.
count() - Method in class org.elasticsearch.index.fielddata.SortedBinaryDocValues
Return the number of values of the current document.
count() - Method in class org.elasticsearch.index.fielddata.SortedNumericDoubleValues
Retrieves the count of values for the current document.
count - Variable in class org.elasticsearch.index.fielddata.SortingBinaryDocValues
 
count() - Method in class org.elasticsearch.index.fielddata.SortingBinaryDocValues
 
count() - Method in class org.elasticsearch.index.fielddata.SortingNumericDocValues
 
count() - Method in class org.elasticsearch.index.fielddata.SortingNumericDoubleValues
 
count(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new ValueCount aggregation with the given name.
count() - Method in class org.elasticsearch.search.aggregations.AggregatorFactories.Builder
 
count(boolean) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.Terms.Order
 
count() - Method in interface org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroid
 
count() - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
 
count() - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.ParsedGeoCentroid
 
count - Variable in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
count - Variable in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
count() - Method in interface org.elasticsearch.search.MultiValueMode.UnsortedNumericDoubleValues
 
COUNT_ASC - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.Histogram.Order
 
COUNT_DESC - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.Histogram.Order
 
countAggregators() - Method in class org.elasticsearch.search.aggregations.AggregatorFactories
 
countBatch() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
countBulkRetry() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
countCreated() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
countDeleted() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
CountDown - Class in org.elasticsearch.common.util.concurrent
A simple thread safe count-down class that in contrast to a CountDownLatch never blocks.
CountDown(int) - Constructor for class org.elasticsearch.common.util.concurrent.CountDown
 
countDown() - Method in class org.elasticsearch.common.util.concurrent.CountDown
Decrements the count-down and returns true iff this call reached zero otherwise false
COUNTER_CLOCKWISE - Static variable in enum org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
 
counterGetAndIncrement() - Method in class org.elasticsearch.search.fetch.FetchSearchResult
 
CounterMetric - Class in org.elasticsearch.common.metrics
 
CounterMetric() - Constructor for class org.elasticsearch.common.metrics.CounterMetric
 
countMasterNodes(Iterable<DiscoveryNode>) - Method in class org.elasticsearch.discovery.zen.ElectMasterService
 
countNoop() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
countOccurrencesOf(String, String) - Static method in class org.elasticsearch.common.Strings
Count the occurrences of the substring in string s.
countPipelineAggregators() - Method in class org.elasticsearch.search.aggregations.AggregatorFactories
 
countSearchRetry - Variable in class org.elasticsearch.index.reindex.ScrollableHitSource
 
countSearchRetry() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
countUpdated() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
countVersionConflict() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
Cpu(short, double[]) - Constructor for class org.elasticsearch.monitor.os.OsStats.Cpu
 
Cpu(StreamInput) - Constructor for class org.elasticsearch.monitor.os.OsStats.Cpu
 
Cpu(short, long) - Constructor for class org.elasticsearch.monitor.process.ProcessStats.Cpu
 
Cpu(StreamInput) - Constructor for class org.elasticsearch.monitor.process.ProcessStats.Cpu
 
CpuStat(long, long, long) - Constructor for class org.elasticsearch.monitor.os.OsStats.Cgroup.CpuStat
 
create(boolean) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Set to true to force only creation, not an update of an index template.
create() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
create(boolean) - Method in class org.elasticsearch.action.index.IndexRequest
Set to true to force this index to use OpType#CREATE.
create(CreateIndexRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Creates an index using an explicit request allowing to specify the settings of the index.
create(CreateIndexRequest, ActionListener<CreateIndexResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Creates an index using an explicit request allowing to specify the settings of the index.
create(boolean) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
 
create(K, Errors) - Method in class org.elasticsearch.common.inject.internal.FailableCache
 
create() - Static method in class org.elasticsearch.common.inject.internal.UniqueAnnotations
Returns an annotation instance that is not equal to any other annotation instances, for use in creating distinct Keys.
create(Path, boolean) - Static method in class org.elasticsearch.common.PidFile
Creates a new PidFile and writes the current process ID into the provided path
create(TokenStream) - Method in class org.elasticsearch.index.analysis.ApostropheFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.ArabicNormalizationFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.ArabicStemTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.ASCIIFoldingTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.BrazilianStemTokenFilterFactory
 
create(Reader) - Method in interface org.elasticsearch.index.analysis.CharFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.CJKBigramFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.CJKWidthFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.ClassicFilterFactory
 
create() - Method in class org.elasticsearch.index.analysis.ClassicTokenizerFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.CommonGramsTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.compound.DictionaryCompoundWordTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.compound.HyphenationCompoundWordTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.CzechStemTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.DecimalDigitFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.DelimitedPayloadTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.DutchStemTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.EdgeNGramTokenFilterFactory
 
create() - Method in class org.elasticsearch.index.analysis.EdgeNGramTokenizerFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.ElisionTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.FingerprintTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.FlattenGraphTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.FrenchStemTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.GermanNormalizationFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.GermanStemTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.HindiNormalizationFilterFactory
 
create(Reader) - Method in class org.elasticsearch.index.analysis.HtmlStripCharFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.HunspellTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.IndicNormalizationFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.KeepTypesFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.KeepWordFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.KeywordMarkerTokenFilterFactory
 
create() - Method in class org.elasticsearch.index.analysis.KeywordTokenizerFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.KStemTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.LengthTokenFilterFactory
 
create() - Method in class org.elasticsearch.index.analysis.LetterTokenizerFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.LimitTokenCountFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.LowerCaseTokenFilterFactory
 
create() - Method in class org.elasticsearch.index.analysis.LowerCaseTokenizerFactory
 
create(Reader) - Method in class org.elasticsearch.index.analysis.MappingCharFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.MinHashTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.NGramTokenFilterFactory
 
create() - Method in class org.elasticsearch.index.analysis.NGramTokenizerFactory
 
create() - Method in class org.elasticsearch.index.analysis.PathHierarchyTokenizerFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.PatternCaptureGroupTokenFilterFactory
 
create(Reader) - Method in class org.elasticsearch.index.analysis.PatternReplaceCharFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.PatternReplaceTokenFilterFactory
 
create() - Method in class org.elasticsearch.index.analysis.PatternTokenizerFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.PersianNormalizationFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.PorterStemTokenFilterFactory
 
create(String, Settings) - Method in class org.elasticsearch.index.analysis.PreBuiltAnalyzerProviderFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.ReverseTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.RussianStemTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.ScandinavianFoldingFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.ScandinavianNormalizationFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.SerbianNormalizationFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.ShingleTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.SnowballTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.SoraniNormalizationFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.StandardTokenFilterFactory
 
create() - Method in class org.elasticsearch.index.analysis.StandardTokenizerFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.StemmerOverrideTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.StemmerTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.StopTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.SynonymGraphTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.SynonymTokenFilterFactory
 
create() - Method in class org.elasticsearch.index.analysis.ThaiTokenizerFactory
 
create(TokenStream) - Method in interface org.elasticsearch.index.analysis.TokenFilterFactory
 
create() - Method in interface org.elasticsearch.index.analysis.TokenizerFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.TrimTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.TruncateTokenFilterFactory
 
create() - Method in class org.elasticsearch.index.analysis.UAX29URLEmailTokenizerFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.UniqueTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.UpperCaseTokenFilterFactory
 
create() - Method in class org.elasticsearch.index.analysis.WhitespaceTokenizerFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.WordDelimiterGraphTokenFilterFactory
 
create(TokenStream) - Method in class org.elasticsearch.index.analysis.WordDelimiterTokenFilterFactory
 
create(QueryShardContext, BaseGeoPointFieldMapper.LegacyGeoPointFieldType, String, List<CharSequence>) - Static method in class org.elasticsearch.index.query.GeohashCellQuery
Create a new geohash filter for a given set of geohashes.
create(Rectangle, BaseGeoPointFieldMapper.LegacyGeoPointFieldType, QueryShardContext) - Static method in class org.elasticsearch.index.search.geo.LegacyIndexedGeoBoundingBoxQuery
Deprecated.
 
create(GeoPoint, GeoPoint, BaseGeoPointFieldMapper.LegacyGeoPointFieldType, QueryShardContext) - Static method in class org.elasticsearch.index.search.geo.LegacyIndexedGeoBoundingBoxQuery
Deprecated.
 
create(ShardId, String, long, Path, ChannelFactory, ByteSizeValue) - Static method in class org.elasticsearch.index.translog.TranslogWriter
 
create(Version) - Method in enum org.elasticsearch.indices.analysis.PreBuiltAnalyzers
 
create(Reader, Version) - Method in enum org.elasticsearch.indices.analysis.PreBuiltCharFilters
 
create(TokenStream, Version) - Method in enum org.elasticsearch.indices.analysis.PreBuiltTokenFilters
 
create(Version) - Method in enum org.elasticsearch.indices.analysis.PreBuiltTokenizers
 
create(String, Map<String, Object>, Map<String, Processor.Factory>) - Method in class org.elasticsearch.ingest.Pipeline.Factory
 
create(Map<String, Processor.Factory>, String, Map<String, Object>) - Method in interface org.elasticsearch.ingest.Processor.Factory
Creates a processor based on the specified map of maps config.
create(RepositoryMetaData) - Method in interface org.elasticsearch.repositories.Repository.Factory
Constructs a repository.
create(Settings, Environment, ResourceWatcherService, List<ScriptPlugin>) - Static method in class org.elasticsearch.script.ScriptModule
Build from ScriptPlugins.
create(Aggregator, boolean) - Method in class org.elasticsearch.search.aggregations.AggregatorFactory
Creates the aggregator
create(List<InternalAdjacencyMatrix.InternalBucket>) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
 
create(List<InternalFilters.InternalBucket>) - Method in class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters
 
create(List<InternalGeoHashGrid.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
 
create(List<InternalDateHistogram.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
 
create(List<InternalHistogram.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
 
create(InternalAggregations) - Method in class org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
Create a new copy of this Aggregation with the same settings as this Aggregation and contains the provided sub-aggregations.
create(String, List<InternalDateRange.Bucket>, DocValueFormat, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Factory
 
create(List<InternalDateRange.Bucket>, InternalDateRange) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Factory
 
create(String, List<InternalGeoDistance.Bucket>, DocValueFormat, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Factory
 
create(List<InternalGeoDistance.Bucket>, InternalGeoDistance) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Factory
 
create(List<InternalBinaryRange.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
 
create(List<B>) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange
 
create(String, List<B>, DocValueFormat, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
 
create(List<B>, R) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
 
create(long, long, List<B>) - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
 
create(List<SignificantLongTerms.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
 
create(long, long, List<SignificantLongTerms.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
 
create(List<SignificantStringTerms.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
 
create(long, long, List<SignificantStringTerms.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
 
create(List<UnmappedSignificantTerms.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
create(long, long, List<UnmappedSignificantTerms.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
create(List<DoubleTerms.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
 
create(String, List<DoubleTerms.Bucket>, long, long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
 
create(String, List<B>, long, long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
create(List<LongTerms.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTerms
 
create(String, List<LongTerms.Bucket>, long, long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTerms
 
create(List<StringTerms.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTerms
 
create(String, List<StringTerms.Bucket>, long, long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTerms
 
create(List<UnmappedTerms.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
create(String, List<UnmappedTerms.Bucket>, long, long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
create(List<B>) - Method in class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
Create a new copy of this Aggregation with the same settings as this Aggregation and contains the provided buckets.
create() - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
Creates the pipeline aggregator
create() - Method in class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
Creates the pipeline aggregator
createAdapter() - Method in class org.elasticsearch.transport.TransportService
 
createAggregation(List<MultiBucketsAggregation.Bucket>) - Method in interface org.elasticsearch.search.aggregations.bucket.histogram.HistogramFactory
Create an InternalAggregation object that wraps the given buckets.
createAggregation(List<MultiBucketsAggregation.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
 
createAggregation(List<MultiBucketsAggregation.Bucket>) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
 
createAllocateParser(String) - Static method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
 
createAllocatePrimaryParser(String) - Static method in class org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand
 
createAllocationDeciders(Settings, ClusterSettings, List<ClusterPlugin>) - Static method in class org.elasticsearch.cluster.ClusterModule
Return a new AllocationDecider instance with builtin deciders as well as those from plugins.
createAllocationDeciders(Settings, ClusterSettings) - Method in interface org.elasticsearch.plugins.ClusterPlugin
Return deciders used to customize where shards are allocated.
createBucket(InternalAggregations, InternalAdjacencyMatrix.InternalBucket) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
 
createBucket(InternalAggregations, InternalFilters.InternalBucket) - Method in class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters
 
createBucket(InternalAggregations, InternalGeoHashGrid.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
 
createBucket(Number, long, InternalAggregations) - Method in interface org.elasticsearch.search.aggregations.bucket.histogram.HistogramFactory
Create a MultiBucketsAggregation.Bucket object that wraps the given key, document count and aggregations.
createBucket(InternalAggregations, InternalDateHistogram.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
 
createBucket(Number, long, InternalAggregations) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
 
createBucket(InternalAggregations, InternalHistogram.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
 
createBucket(Number, long, InternalAggregations) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
 
createBucket(String, double, double, long, InternalAggregations, boolean, DocValueFormat) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Factory
 
createBucket(InternalAggregations, InternalDateRange.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Factory
 
createBucket(String, double, double, long, InternalAggregations, boolean, DocValueFormat) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Factory
 
createBucket(InternalAggregations, InternalGeoDistance.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Factory
 
createBucket(InternalAggregations, InternalBinaryRange.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
 
createBucket(InternalAggregations, B) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange
 
createBucket(String, double, double, long, InternalAggregations, boolean, DocValueFormat) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
 
createBucket(InternalAggregations, B) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
 
createBucket(InternalAggregations, SignificantLongTerms.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
 
createBucket(InternalAggregations, SignificantStringTerms.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
 
createBucket(InternalAggregations, UnmappedSignificantTerms.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
createBucket(InternalAggregations, DoubleTerms.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
 
createBucket(InternalAggregations, LongTerms.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTerms
 
createBucket(InternalAggregations, StringTerms.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTerms
 
createBucket(InternalAggregations, UnmappedTerms.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
createBucket(InternalAggregations, B) - Method in class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
Create a new InternalMultiBucketAggregation.InternalBucket using the provided prototype bucket and aggregations.
createBucketsArray(int) - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
Create an array to hold some buckets.
createBucketsArray(int) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
 
createBucketsArray(int) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
 
createBucketsArray(int) - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
createBucketsArray(int) - Method in class org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
 
createBucketsArray(int) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
Create an array to hold some buckets.
createBucketsArray(int) - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTerms
 
createBucketsArray(int) - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTerms
 
createBucketsArray(int) - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
createCandidate(BytesRef, boolean) - Method in class org.elasticsearch.search.suggest.phrase.CandidateGenerator
 
createCandidate(BytesRef, long, double) - Method in class org.elasticsearch.search.suggest.phrase.CandidateGenerator
 
createCandidate(BytesRef, long, double, boolean) - Method in class org.elasticsearch.search.suggest.phrase.CandidateGenerator
 
createCandidate(BytesRef, long, double, boolean) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
 
createCandidate(BytesRef, long, double, boolean) - Method in class org.elasticsearch.search.suggest.phrase.MultiCandidateGeneratorWrapper
 
createCIDR(long, int) - Static method in class org.elasticsearch.common.network.Cidrs
 
createCircuitBreakerService(Settings, ClusterSettings) - Static method in class org.elasticsearch.node.Node
Creates a new CircuitBreakerService based on the settings provided.
createComponents(String) - Method in class org.apache.lucene.analysis.PrefixAnalyzer
 
createComponents(String) - Method in class org.elasticsearch.index.analysis.CustomAnalyzer
 
createComponents(String) - Method in class org.elasticsearch.index.analysis.FingerprintAnalyzer
 
createComponents(String) - Method in class org.elasticsearch.index.analysis.PatternAnalyzer
 
createComponents(String) - Method in class org.elasticsearch.index.analysis.SnowballAnalyzer
Deprecated.
Constructs a StandardTokenizer filtered by a StandardFilter, a LowerCaseFilter, a StopFilter, and a SnowballFilter
createComponents(String) - Method in class org.elasticsearch.index.analysis.StandardHtmlStripAnalyzer
 
createComponents(Client, ClusterService, ThreadPool, ResourceWatcherService, ScriptService, NamedXContentRegistry) - Method in class org.elasticsearch.plugins.Plugin
Returns components added by this plugin.
createCopyToContext() - Method in class org.elasticsearch.index.mapper.ParseContext
Return a new context that will be within a copy-to operation.
createDirectSpellChecker() - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
createEnv(Terminal, Map<String, String>) - Method in class org.elasticsearch.cli.EnvironmentAwareCommand
Create an Environment for the command to use.
createExternalValueContext(Object) - Method in class org.elasticsearch.index.mapper.ParseContext
Return a new context that will have the external value set.
createFieldQuery(Analyzer, BooleanClause.Occur, String, String, boolean, int) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
Checks if graph analysis should be enabled for the field depending on the provided Analyzer
createFieldQuery(Analyzer, BooleanClause.Occur, String, String, boolean, int) - Method in class org.elasticsearch.index.query.SimpleQueryParser
Checks if graph analysis should be enabled for the field depending on the provided Analyzer
createFields(String, Number, boolean, boolean, boolean) - Method in enum org.elasticsearch.index.mapper.NumberFieldMapper.NumberType
 
createFields(String, RangeFieldMapper.Range, boolean, boolean, boolean) - Method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
 
createFromMap(Map<String, Object>) - Static method in class org.elasticsearch.search.SearchHit
 
createGenerator(OutputStream, Set<String>, Set<String>) - Method in class org.elasticsearch.common.xcontent.cbor.CborXContent
 
createGenerator(OutputStream, Set<String>, Set<String>) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createGenerator(OutputStream, Set<String>, Set<String>) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createGenerator(OutputStream) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a new generator using the provided output stream.
createGenerator(OutputStream, Set<String>, Set<String>) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a new generator using the provided output stream and some inclusive and/or exclusive filters.
createGenerator(OutputStream, Set<String>, Set<String>) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
createGuiceModules() - Method in class org.elasticsearch.plugins.Plugin
Node level guice modules.
createGuiceModules() - Method in class org.elasticsearch.plugins.PluginsService
 
createIndex(CreateIndexClusterStateUpdateRequest, ActionListener<CreateIndexClusterStateUpdateResponse>) - Method in class org.elasticsearch.cluster.metadata.MetaDataCreateIndexService
Creates an index in the cluster state and waits for the specified number of shard copies to become active (as specified in CreateIndexClusterStateUpdateRequest.waitForActiveShards()) before sending the response on the listener.
createIndex(IndexMetaData, List<IndexEventListener>) - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
Creates a new IndexService for the given metadata.
createIndex(IndexMetaData, List<IndexEventListener>) - Method in class org.elasticsearch.indices.IndicesService
Creates a new IndexService for the given metadata.
CreateIndexAction - Class in org.elasticsearch.action.admin.indices.create
 
CreateIndexClusterStateUpdateRequest - Class in org.elasticsearch.action.admin.indices.create
Cluster state update request that allows to create an index
CreateIndexClusterStateUpdateRequest(TransportMessage, String, String, String, boolean) - Constructor for class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
CreateIndexClusterStateUpdateResponse - Class in org.elasticsearch.cluster.ack
A cluster state update response with specific fields for index creation.
CreateIndexClusterStateUpdateResponse(boolean, boolean) - Constructor for class org.elasticsearch.cluster.ack.CreateIndexClusterStateUpdateResponse
 
createIndexMapperService(IndexMetaData) - Method in class org.elasticsearch.indices.IndicesService
creates a new mapper service for the given index, in order to do administrative work like mapping updates.
CreateIndexRequest - Class in org.elasticsearch.action.admin.indices.create
A request to create an index.
CreateIndexRequest() - Constructor for class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
CreateIndexRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Constructs a new request to create an index with the specified name.
CreateIndexRequest(String, Settings) - Constructor for class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Constructs a new request to create an index with the specified name and settings.
createIndexRequest(String) - Static method in class org.elasticsearch.client.Requests
Creates a create index request.
CreateIndexRequestBuilder - Class in org.elasticsearch.action.admin.indices.create
Builder for a create index request
CreateIndexRequestBuilder(ElasticsearchClient, CreateIndexAction) - Constructor for class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
 
CreateIndexRequestBuilder(ElasticsearchClient, CreateIndexAction, String) - Constructor for class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
 
CreateIndexResponse - Class in org.elasticsearch.action.admin.indices.create
A response for a create index action.
CreateIndexResponse() - Constructor for class org.elasticsearch.action.admin.indices.create.CreateIndexResponse
 
CreateIndexResponse(boolean, boolean, String) - Constructor for class org.elasticsearch.action.admin.indices.create.CreateIndexResponse
 
createInjector(Module...) - Static method in class org.elasticsearch.common.inject.Guice
Creates an injector for the given set of modules.
createInjector(Iterable<? extends Module>) - Static method in class org.elasticsearch.common.inject.Guice
Creates an injector for the given set of modules.
createInjector(Stage, Module...) - Static method in class org.elasticsearch.common.inject.Guice
Creates an injector for the given set of modules, in a given development stage.
createInjector(Stage, Iterable<? extends Module>) - Static method in class org.elasticsearch.common.inject.Guice
Creates an injector for the given set of modules, in a given development stage.
createInjector() - Method in class org.elasticsearch.common.inject.ModulesBuilder
 
createInnerHitQueryWeight() - Method in class org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
 
createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.AggregatorFactory
 
createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregatorFactory
 
createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregatorFactory
 
createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregatorFactory
 
createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregatorFactory
 
createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregatorFactory
 
createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregatorFactory
 
createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregatorFactory
 
createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregatorFactory
 
createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregatorFactory
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
 
createInternal(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
 
createInternal(Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
 
createKeyword(String, Sort, int, boolean) - Static method in class org.apache.lucene.search.grouping.CollapsingTopDocsCollector
Create a collapsing top docs collector on a SortedDocValues field.
createListener(ThreadPool) - Method in class org.elasticsearch.index.cache.bitset.BitsetFilterCache
 
createLocal(Settings, TransportAddress, String) - Static method in class org.elasticsearch.cluster.node.DiscoveryNode
Creates a DiscoveryNode representing the local node.
createMapper(String, String, boolean, ObjectMapper.Nested, ObjectMapper.Dynamic, Boolean, Map<String, Mapper>, Settings) - Method in class org.elasticsearch.index.mapper.ObjectMapper.Builder
 
createMapper(String, String, boolean, ObjectMapper.Nested, ObjectMapper.Dynamic, Boolean, Map<String, Mapper>, Settings) - Method in class org.elasticsearch.index.mapper.RootObjectMapper.Builder
 
createMultiFieldContext(Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
 
createMultiFieldContext() - Method in class org.elasticsearch.index.mapper.ParseContext
Return a new context that will be within multi-fields.
createNestedContext(String) - Method in class org.elasticsearch.index.mapper.ParseContext
Return a new context that will be used within a nested document.
createNormalizedWeight(Query, boolean) - Method in class org.elasticsearch.search.internal.ContextIndexSearcher
 
createNumeric(String, Sort, int, boolean) - Static method in class org.apache.lucene.search.grouping.CollapsingTopDocsCollector
Create a collapsing top docs collector on a NumericDocValues field.
createOutput(String, IOContext) - Method in class org.apache.lucene.store.RateLimitedFSDirectory
 
createParser(NamedXContentRegistry, String) - Method in class org.elasticsearch.common.xcontent.cbor.CborXContent
 
createParser(NamedXContentRegistry, InputStream) - Method in class org.elasticsearch.common.xcontent.cbor.CborXContent
 
createParser(NamedXContentRegistry, byte[]) - Method in class org.elasticsearch.common.xcontent.cbor.CborXContent
 
createParser(NamedXContentRegistry, byte[], int, int) - Method in class org.elasticsearch.common.xcontent.cbor.CborXContent
 
createParser(NamedXContentRegistry, BytesReference) - Method in class org.elasticsearch.common.xcontent.cbor.CborXContent
 
createParser(NamedXContentRegistry, Reader) - Method in class org.elasticsearch.common.xcontent.cbor.CborXContent
 
createParser(NamedXContentRegistry, String) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createParser(NamedXContentRegistry, InputStream) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createParser(NamedXContentRegistry, byte[]) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createParser(NamedXContentRegistry, byte[], int, int) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createParser(NamedXContentRegistry, BytesReference) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createParser(NamedXContentRegistry, Reader) - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
createParser(NamedXContentRegistry, String) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createParser(NamedXContentRegistry, InputStream) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createParser(NamedXContentRegistry, byte[]) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createParser(NamedXContentRegistry, byte[], int, int) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createParser(NamedXContentRegistry, BytesReference) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createParser(NamedXContentRegistry, Reader) - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
createParser(NamedXContentRegistry, String) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a parser over the provided string content.
createParser(NamedXContentRegistry, InputStream) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a parser over the provided input stream.
createParser(NamedXContentRegistry, byte[]) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a parser over the provided bytes.
createParser(NamedXContentRegistry, byte[], int, int) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a parser over the provided bytes.
createParser(NamedXContentRegistry, BytesReference) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a parser over the provided bytes.
createParser(NamedXContentRegistry, Reader) - Method in interface org.elasticsearch.common.xcontent.XContent
Creates a parser over the provided reader.
createParser(NamedXContentRegistry, BytesReference) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Deprecated.
createParser(NamedXContentRegistry, BytesReference, XContentType) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Creates a parser for the bytes using the supplied content-type
createParser(NamedXContentRegistry, String) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
createParser(NamedXContentRegistry, InputStream) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
createParser(NamedXContentRegistry, byte[]) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
createParser(NamedXContentRegistry, byte[], int, int) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
createParser(NamedXContentRegistry, BytesReference) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
createParser(NamedXContentRegistry, Reader) - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
createPipelineAggregators() - Method in class org.elasticsearch.search.aggregations.AggregatorFactories
 
createProfileBreakdown() - Method in class org.elasticsearch.search.profile.AbstractInternalProfileTree
 
createProfileBreakdown() - Method in class org.elasticsearch.search.profile.aggregation.InternalAggregationProfileTree
 
createProxy(Errors, Class<?>) - Method in class org.elasticsearch.common.inject.internal.ConstructionContext
 
createReduced(String, double[], DoubleHistogram, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
 
createReduced(String, double[], DoubleHistogram, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
 
createReduced(String, double[], TDigestState, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
 
createReduced(String, double[], TDigestState, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
 
createRequest(RestRequest) - Static method in class org.elasticsearch.rest.action.admin.cluster.RestClusterRerouteAction
 
createSearchContext(ShardSearchRequest, TimeValue, Engine.Searcher) - Method in class org.elasticsearch.search.SearchService
 
createShard(ShardRouting) - Method in class org.elasticsearch.index.IndexService
 
createShard(ShardRouting, RecoveryState, PeerRecoveryTargetService, PeerRecoveryTargetService.RecoveryListener, RepositoriesService, Consumer<IndexShard.ShardFailure>) - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
Creates shard for the specified shard routing and starts recovery,
createShard(ShardRouting, RecoveryState, PeerRecoveryTargetService, PeerRecoveryTargetService.RecoveryListener, RepositoriesService, Consumer<IndexShard.ShardFailure>) - Method in class org.elasticsearch.indices.IndicesService
 
createSnapshot(CreateSnapshotRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Creates a new snapshot.
createSnapshot(CreateSnapshotRequest, ActionListener<CreateSnapshotResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Creates a new snapshot.
createSnapshot(SnapshotsService.SnapshotRequest, SnapshotsService.CreateSnapshotListener) - Method in class org.elasticsearch.snapshots.SnapshotsService
Initializes the snapshotting process.
CreateSnapshotAction - Class in org.elasticsearch.action.admin.cluster.snapshots.create
Create snapshot action
CreateSnapshotRequest - Class in org.elasticsearch.action.admin.cluster.snapshots.create
Create snapshot request
CreateSnapshotRequest() - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
 
CreateSnapshotRequest(String, String) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Constructs a new put repository request with the provided snapshot and repository names
createSnapshotRequest(String, String) - Static method in class org.elasticsearch.client.Requests
Creates new snapshot
CreateSnapshotRequestBuilder - Class in org.elasticsearch.action.admin.cluster.snapshots.create
Create snapshot request builder
CreateSnapshotRequestBuilder(ElasticsearchClient, CreateSnapshotAction) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
Constructs a new create snapshot request builder
CreateSnapshotRequestBuilder(ElasticsearchClient, CreateSnapshotAction, String, String) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
Constructs a new create snapshot request builder with specified repository and snapshot names
CreateSnapshotResponse - Class in org.elasticsearch.action.admin.cluster.snapshots.create
Create snapshot response
createSubAggregators(Aggregator) - Method in class org.elasticsearch.search.aggregations.AggregatorFactories
Create all aggregators so that they can be consumed with multiple buckets.
createTask(long, String, String, TaskId) - Method in class org.elasticsearch.action.search.SearchRequest
 
createTask(long, String, String, TaskId) - Method in class org.elasticsearch.action.search.SearchScrollRequest
 
createTask(long, String, String, TaskId) - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
 
createTask(long, String, String, TaskId) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
 
createTask(long, String, String, TaskId) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 
createTask(long, String, String, TaskId) - Method in class org.elasticsearch.search.fetch.ShardFetchRequest
 
createTask(long, String, String, TaskId) - Method in class org.elasticsearch.search.internal.InternalScrollSearchRequest
 
createTask(long, String, String, TaskId) - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
createTask(long, String, String, TaskId) - Method in class org.elasticsearch.search.query.QuerySearchRequest
 
createTask(long, String, String, TaskId) - Method in interface org.elasticsearch.tasks.TaskAwareRequest
Returns the task object that should be used to keep track of the processing of the request.
createTaskManager() - Method in class org.elasticsearch.transport.TransportService
 
createTopDocs(Sort, int, boolean) - Method in class org.elasticsearch.search.collapse.CollapseContext
 
createTopDocsCollector(int) - Method in class org.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
 
createTopLevelAggregators() - Method in class org.elasticsearch.search.aggregations.AggregatorFactories
 
createUid(String) - Static method in class org.elasticsearch.index.mapper.Uid
 
createUid(String, String) - Static method in class org.elasticsearch.index.mapper.Uid
 
createUidAsBytes(String, String) - Static method in class org.elasticsearch.index.mapper.Uid
 
createUidAsBytes(String, BytesRef) - Static method in class org.elasticsearch.index.mapper.Uid
 
createUidAsBytes(BytesRef, BytesRef) - Static method in class org.elasticsearch.index.mapper.Uid
 
createUidsForTypesAndId(Collection<String>, Object) - Static method in class org.elasticsearch.index.mapper.Uid
 
createUidsForTypesAndIds(Collection<String>, Collection<?>) - Static method in class org.elasticsearch.index.mapper.Uid
 
createUidTerm(String, String) - Method in class org.elasticsearch.index.mapper.MapperService
Return a term that uniquely identifies the document, or null if the type is not allowed.
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.range.BinaryRangeAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceRangeAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentileRanksAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentilesAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregatorFactory
 
createUnmapped(Aggregator, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
 
createVerifyingOutput(String, StoreFileMetaData, IOContext) - Method in class org.elasticsearch.index.store.Store
The returned IndexOutput validates the files checksum.
createWeight(IndexSearcher, boolean) - Method in class org.apache.lucene.queries.MinDocQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.elasticsearch.common.lucene.all.AllTermQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.elasticsearch.index.search.ESToParentBlockJoinQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.elasticsearch.index.search.geo.GeoPolygonQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.elasticsearch.index.search.geo.LegacyGeoDistanceRangeQuery
Deprecated.
 
createWeight(IndexSearcher, boolean) - Method in class org.elasticsearch.index.search.geo.LegacyInMemoryGeoBoundingBoxQuery
Deprecated.
 
createWeight(Query, boolean) - Method in class org.elasticsearch.search.internal.ContextIndexSearcher
 
createWeight(IndexSearcher, boolean) - Method in class org.elasticsearch.search.slice.DocValuesSliceQuery
 
createWeight(IndexSearcher, boolean) - Method in class org.elasticsearch.search.slice.TermsSliceQuery
 
creationDate(long) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
CreationException - Exception in org.elasticsearch.common.inject
Thrown when errors occur while creating a Injector.
CreationException(Collection<Message>) - Constructor for exception org.elasticsearch.common.inject.CreationException
Creates a CreationException containing messages.
CTRL_CLOSE_EVENT - Static variable in interface org.elasticsearch.bootstrap.ConsoleCtrlHandler
 
CTRLHANDLER_SETTING - Static variable in class org.elasticsearch.bootstrap.BootstrapSettings
 
cumulativeSum(String, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
CumulativeSumPipelineAggregationBuilder - Class in org.elasticsearch.search.aggregations.pipeline.cumulativesum
 
CumulativeSumPipelineAggregationBuilder(String, String) - Constructor for class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
 
CumulativeSumPipelineAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
Read from a stream.
CumulativeSumPipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline.cumulativesum
 
CumulativeSumPipelineAggregator(String, String[], DocValueFormat, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
 
CumulativeSumPipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
Read from a stream.
current() - Method in class org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
 
current() - Static method in class org.elasticsearch.bootstrap.JavaVersion
 
CURRENT - Static variable in class org.elasticsearch.Build
The current build of Elasticsearch.
current - Variable in class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
current() - Method in class org.elasticsearch.index.get.GetStats
 
current() - Method in class org.elasticsearch.index.warmer.WarmerStats
 
CURRENT - Static variable in class org.elasticsearch.Version
 
CURRENT_SNAPSHOT - Static variable in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
 
currentAsSource() - Method in class org.elasticsearch.index.recovery.RecoveryStats
Number of ongoing recoveries for which a shard serves as a source
currentAsTarget() - Method in class org.elasticsearch.index.recovery.RecoveryStats
Number of ongoing recoveries for which a shard serves as a target
currentDocFreq - Variable in class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
currentEngineReference - Variable in class org.elasticsearch.index.shard.IndexShard
 
currentFileGeneration() - Method in class org.elasticsearch.index.translog.Translog
Returns the generation of the current transaction log.
currentName() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
currentName() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
currentNanoTime() - Method in class org.elasticsearch.cluster.routing.allocation.AllocationService
override this to control time based decisions during allocation
currentNanoTime() - Method in class org.elasticsearch.cluster.routing.DelayedAllocationService
override this to control time based decisions during delayed allocation
currentNodeId() - Method in class org.elasticsearch.cluster.routing.ShardRouting
The current node id the shard is allocated on.
currentOrdinal() - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Returns the current ordinal or 0 if this build has not been advanced via OrdinalsBuilder.nextOrdinal().
currentSnapshots(String) - Method in class org.elasticsearch.snapshots.SnapshotsService
Returns a list of currently running snapshots from repository sorted by snapshot creation date
currentSnapshots(String, List<String>) - Method in class org.elasticsearch.snapshots.SnapshotsService
Returns status of the currently running snapshots
currentSnapshotShards(Snapshot) - Method in class org.elasticsearch.snapshots.SnapshotShardsService
Returns status of shards that are snapshotted on the node and belong to the given snapshot
currentStage() - Method in class org.elasticsearch.common.inject.AbstractModule
 
currentStage() - Method in interface org.elasticsearch.common.inject.Binder
Gets the current stage.
currentState() - Method in exception org.elasticsearch.index.shard.IllegalIndexShardStateException
 
currentTimeInNanos() - Method in class org.elasticsearch.cluster.service.ClusterService
 
currentToken() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
currentToken() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
currentTotalTermFreq - Variable in class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
Cursor() - Constructor for class org.elasticsearch.common.util.LongObjectPagedHashMap.Cursor
 
custom(IndexMetaData.Custom) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Adds custom metadata to the index to be created.
custom(IndexMetaData.Custom) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
custom(String) - Method in class org.elasticsearch.cluster.ClusterState
 
custom(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
custom(String) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
custom(String) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
custom(String) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
CustomAnalyzer - Class in org.elasticsearch.index.analysis
 
CustomAnalyzer(TokenizerFactory, CharFilterFactory[], TokenFilterFactory[]) - Constructor for class org.elasticsearch.index.analysis.CustomAnalyzer
 
CustomAnalyzer(TokenizerFactory, CharFilterFactory[], TokenFilterFactory[], int, int) - Constructor for class org.elasticsearch.index.analysis.CustomAnalyzer
 
CustomAnalyzerProvider - Class in org.elasticsearch.index.analysis
A custom analyzer that is built out of a single Tokenizer and a list of TokenFilters.
CustomAnalyzerProvider(IndexSettings, String, Settings) - Constructor for class org.elasticsearch.index.analysis.CustomAnalyzerProvider
 
CustomBinaryDocValuesField(String, byte[]) - Constructor for class org.elasticsearch.index.mapper.BinaryFieldMapper.CustomBinaryDocValuesField
 
customBoost() - Method in class org.elasticsearch.index.mapper.FieldMapper
Derived classes can override it to specify that boost value is set by derived classes.
customBoost() - Method in class org.elasticsearch.index.mapper.LegacyByteFieldMapper
 
customBoost() - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper
 
customBoost() - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper
 
customBoost() - Method in class org.elasticsearch.index.mapper.LegacyFloatFieldMapper
 
customBoost() - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper
 
customBoost() - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper
 
customBoost() - Method in class org.elasticsearch.index.mapper.LegacyShortFieldMapper
 
customBoost() - Method in class org.elasticsearch.index.mapper.StringFieldMapper
 
CustomByteNumericField(byte, MappedFieldType) - Constructor for class org.elasticsearch.index.mapper.LegacyByteFieldMapper.CustomByteNumericField
 
customDataPath() - Method in class org.elasticsearch.index.IndexSettings
Returns the customDataPath for this index, if configured.
CustomDoubleNumericField(double, LegacyNumberFieldMapper.NumberFieldType) - Constructor for class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.CustomDoubleNumericField
 
CustomFieldQuery - Class in org.apache.lucene.search.vectorhighlight
 
CustomFieldQuery(Query, IndexReader, FastVectorHighlighter) - Constructor for class org.apache.lucene.search.vectorhighlight.CustomFieldQuery
 
CustomFieldQuery(Query, IndexReader, boolean, boolean) - Constructor for class org.apache.lucene.search.vectorhighlight.CustomFieldQuery
 
CustomFieldsVisitor - Class in org.elasticsearch.index.fieldvisitor
A field visitor that allows to load a selection of the stored fields by exact name or by pattern.
CustomFieldsVisitor(Set<String>, List<String>, boolean) - Constructor for class org.elasticsearch.index.fieldvisitor.CustomFieldsVisitor
 
CustomFieldsVisitor(Set<String>, boolean) - Constructor for class org.elasticsearch.index.fieldvisitor.CustomFieldsVisitor
 
CustomFloatNumericField(float, LegacyNumberFieldMapper.NumberFieldType) - Constructor for class org.elasticsearch.index.mapper.LegacyFloatFieldMapper.CustomFloatNumericField
 
CustomGeoPointDocValuesField(String, double, double) - Constructor for class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.CustomGeoPointDocValuesField
 
customHeaders - Variable in class org.elasticsearch.rest.RestResponse
 
CustomIntegerNumericField(int, MappedFieldType) - Constructor for class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.CustomIntegerNumericField
 
CustomLongNumericField(long, MappedFieldType) - Constructor for class org.elasticsearch.index.mapper.LegacyLongFieldMapper.CustomLongNumericField
 
customMetaDataUpgraders - Variable in class org.elasticsearch.plugins.MetaDataUpgrader
 
CustomNormalizerProvider - Class in org.elasticsearch.index.analysis
A custom normalizer that is built out of a char and token filters.
CustomNormalizerProvider(IndexSettings, String, Settings) - Constructor for class org.elasticsearch.index.analysis.CustomNormalizerProvider
 
CustomNumericField(Number, MappedFieldType) - Constructor for class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.CustomNumericField
 
CustomPassageFormatter - Class in org.apache.lucene.search.postingshighlight
Custom passage formatter that allows us to: 1) extract different snippets (instead of a single big string) together with their scores (Snippet) 2) use the Encoder implementations that are already used with the other highlighters
CustomPassageFormatter(String, String, Encoder) - Constructor for class org.apache.lucene.search.postingshighlight.CustomPassageFormatter
 
CustomPassageFormatter - Class in org.apache.lucene.search.uhighlight
Custom passage formatter that allows us to: 1) extract different snippets (instead of a single big string) together with their scores (Snippet) 2) use the Encoder implementations that are already used with the other highlighters
CustomPassageFormatter(String, String, Encoder) - Constructor for class org.apache.lucene.search.uhighlight.CustomPassageFormatter
 
CustomPostingsHighlighter - Class in org.apache.lucene.search.postingshighlight
Subclass of the PostingsHighlighter that works for a single field in a single document.
CustomPostingsHighlighter(Analyzer, CustomPassageFormatter, String, boolean) - Constructor for class org.apache.lucene.search.postingshighlight.CustomPostingsHighlighter
Creates a new instance of CustomPostingsHighlighter
CustomPostingsHighlighter(Analyzer, CustomPassageFormatter, BreakIterator, String, boolean) - Constructor for class org.apache.lucene.search.postingshighlight.CustomPostingsHighlighter
Creates a new instance of CustomPostingsHighlighter
customPrototypes - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
CustomQueryScorer - Class in org.elasticsearch.search.fetch.subphase.highlight
 
CustomQueryScorer(Query, IndexReader, String, String) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.CustomQueryScorer
 
CustomQueryScorer(Query, IndexReader, String) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.CustomQueryScorer
 
CustomQueryScorer(Query, String, String) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.CustomQueryScorer
 
CustomQueryScorer(Query, String) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.CustomQueryScorer
 
CustomQueryScorer(Query) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.CustomQueryScorer
 
CustomQueryScorer(WeightedSpanTerm[]) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.CustomQueryScorer
 
customs(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
customs() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
customs(Map<String, IndexMetaData.Custom>) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
customs() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
customs() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
customs() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
customs(ImmutableOpenMap<String, ClusterState.Custom>) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
customs() - Method in class org.elasticsearch.cluster.ClusterState
 
customs() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
customs(ImmutableOpenMap<String, MetaData.Custom>) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
customs() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
customs(Map<String, IndexMetaData.Custom>) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
 
CustomShortNumericField(short, LegacyNumberFieldMapper.NumberFieldType) - Constructor for class org.elasticsearch.index.mapper.LegacyShortFieldMapper.CustomShortNumericField
 
CustomUnifiedHighlighter - Class in org.apache.lucene.search.uhighlight
Subclass of the UnifiedHighlighter that works for a single field in a single document.
CustomUnifiedHighlighter(IndexSearcher, Analyzer, UnifiedHighlighter.OffsetSource, PassageFormatter, Locale, BreakIterator, String, int) - Constructor for class org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
Creates a new instance of CustomUnifiedHighlighter
CUTOFF_FREQUENCY_FIELD - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
cutoffFrequency(float) - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
Sets the cutoff document frequency for high / low frequent terms.
cutoffFrequency() - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
cutoffFrequency(float) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Set a cutoff value in [0..1] (or absolute number >=1) representing the maximum threshold of a terms document frequency to be considered a low frequency term.
cutoffFrequency() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Gets the optional cutoff value, can be null if not set previously
cutoffFrequency(float) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Set a cutoff value in [0..1] (or absolute number >=1) representing the maximum threshold of a terms document frequency to be considered a low frequency term.
cutoffFrequency(Float) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Set a cutoff value in [0..1] (or absolute number >=1) representing the maximum threshold of a terms document frequency to be considered a low frequency term.
cutoffFrequency() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
cutoffScore - Variable in class org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker.Result
 
cutoffScore - Variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
 
CW - Static variable in enum org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
 
CzechAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
CzechAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.CzechAnalyzerProvider
 
CzechStemTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
CzechStemTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.CzechStemTokenFilterFactory
 

D

daemonThreadFactory(Settings, String) - Static method in class org.elasticsearch.common.util.concurrent.EsExecutors
 
daemonThreadFactory(Settings, String...) - Static method in class org.elasticsearch.common.util.concurrent.EsExecutors
 
daemonThreadFactory(String) - Static method in class org.elasticsearch.common.util.concurrent.EsExecutors
 
DanglingIndicesState - Class in org.elasticsearch.gateway
The dangling indices state is responsible for finding new dangling indices (indices that have their state written on disk, but don't exists in the metadata of the cluster), and importing them into the cluster.
DanglingIndicesState(Settings, NodeEnvironment, MetaStateService, LocalAllocateDangledIndices, ClusterService) - Constructor for class org.elasticsearch.gateway.DanglingIndicesState
 
DanishAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
DanishAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.DanishAnalyzerProvider
 
DATA_ERROR - Static variable in class org.elasticsearch.cli.ExitCodes
 
dataFiles() - Method in class org.elasticsearch.env.Environment
The data location.
DataOutputStreamOutput - Class in org.elasticsearch.common.io.stream
 
DataOutputStreamOutput(DataOutput) - Constructor for class org.elasticsearch.common.io.stream.DataOutputStreamOutput
 
dataWithClusterFiles() - Method in class org.elasticsearch.env.Environment
Deprecated.
Used to upgrade old data paths to new ones that do not include the cluster name, should not be used to write files to and will be removed in ES 6.0
Date(long, long, long, long, boolean, boolean) - Constructor for class org.elasticsearch.action.fieldstats.FieldStats.Date
 
Date(long, long, long, long, boolean, boolean, FormatDateTimeFormatter, long, long) - Constructor for class org.elasticsearch.action.fieldstats.FieldStats.Date
 
date() - Method in class org.elasticsearch.Build
 
date() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a full date as four digit year, two digit month of year, and two digit day of month (yyyy-MM-dd).
DATE_DETECTION - Static variable in class org.elasticsearch.index.mapper.RootObjectMapper.Defaults
 
DATE_FIELD_UNITS - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
 
DATE_TIME_FORMATTER - Static variable in class org.elasticsearch.cluster.routing.UnassignedInfo
 
DATE_TIME_FORMATTER - Static variable in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Defaults
 
DATE_TIME_FORMATTER - Static variable in class org.elasticsearch.index.mapper.TimestampFieldMapper.Defaults
 
dateDetection - Variable in class org.elasticsearch.index.mapper.RootObjectMapper.Builder
 
dateDetection() - Method in class org.elasticsearch.index.mapper.RootObjectMapper
 
dateElementParser() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a generic ISO date parser for parsing dates.
dateField(String, String, long) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
DateFieldMapper - Class in org.elasticsearch.index.mapper
A FieldMapper for ip addresses.
DateFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
DateFieldMapper.DateFieldType - Class in org.elasticsearch.index.mapper
 
DateFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
DateFieldType() - Constructor for class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
DateFieldType(LegacyDateFieldMapper.DateFieldType) - Constructor for class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
dateHistogram(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new DateHistogramAggregationBuilder aggregation with the given name.
DateHistogramAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.histogram
A builder for histograms on date fields.
DateHistogramAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Create a new builder with the given name.
DateHistogramAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Read from a stream, for internal use only.
DateHistogramAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.histogram
 
DateHistogramAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, long, DateHistogramInterval, long, InternalOrder, boolean, long, Rounding, ExtendedBounds, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregatorFactory
 
dateHistogramInterval() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Get the current date interval that is set on this builder.
dateHistogramInterval(DateHistogramInterval) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Set the interval on this builder, and return the builder so that calls can be chained.
DateHistogramInterval - Class in org.elasticsearch.search.aggregations.bucket.histogram
The interval the date histogram is based on.
DateHistogramInterval(String) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
DateHistogramInterval(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
Read from a stream.
dateHour() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter that combines a full date and two digit hour of day.
dateHourMinute() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter that combines a full date, two digit hour of day, and two digit minute of hour.
dateHourMinuteSecond() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter that combines a full date, two digit hour of day, two digit minute of hour, and two digit second of minute.
dateHourMinuteSecondFraction() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter that combines a full date, two digit hour of day, two digit minute of hour, two digit second of minute, and three digit fraction of second (yyyy-MM-dd'T'HH:mm:ss.SSS).
dateHourMinuteSecondMillis() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter that combines a full date, two digit hour of day, two digit minute of hour, two digit second of minute, and three digit fraction of second (yyyy-MM-dd'T'HH:mm:ss.SSS).
DATELINE - Static variable in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
DateMathParser - Class in org.elasticsearch.common.joda
A parser for date/time formatted text with optional date math.
DateMathParser(FormatDateTimeFormatter) - Constructor for class org.elasticsearch.common.joda.DateMathParser
 
dateMathParser - Variable in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
dateMathParser() - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
dateMathParser - Variable in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
dateMathParser() - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
dateMathParser - Variable in class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
dateMathParser() - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
dateOptionalTimeParser() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a generic ISO datetime parser where the date is mandatory and the time is optional.
dateParser() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a generic ISO date parser for parsing dates with a possible zone.
dateRange(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new DateRangeAggregationBuilder aggregation with the given name.
DateRangeAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.range.date
 
DateRangeAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
 
DateRangeAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
Read from a stream.
DateRangeAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.range.date
 
DateRangeAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, RangeAggregator.Range[], boolean, InternalRange.Factory<?, ?>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregatorFactory
 
Dates(SortedNumericDocValues) - Constructor for class org.elasticsearch.index.fielddata.ScriptDocValues.Dates
 
DateTime(FormatDateTimeFormatter, DateTimeZone) - Constructor for class org.elasticsearch.search.DocValueFormat.DateTime
 
DateTime(StreamInput) - Constructor for class org.elasticsearch.search.DocValueFormat.DateTime
 
dateTime() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter that combines a full date and time, separated by a 'T' (yyyy-MM-dd'T'HH:mm:ss.SSSZZ).
dateTimeFormatter() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
dateTimeFormatter(FormatDateTimeFormatter) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.Builder
 
dateTimeFormatter - Variable in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
dateTimeFormatter() - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
dateTimeFormatter(FormatDateTimeFormatter) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Builder
 
dateTimeFormatter - Variable in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
dateTimeFormatter() - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
dateTimeFormatter(FormatDateTimeFormatter) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.Builder
 
dateTimeFormatter - Variable in class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
dateTimeFormatter() - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
dateTimeFormatter(FormatDateTimeFormatter) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper.Builder
 
dateTimeNoMillis() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter that combines a full date and time without millis, separated by a 'T' (yyyy-MM-dd'T'HH:mm:ssZZ).
dateTimeParser() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a generic ISO datetime parser which parses either a date or a time or both.
DateTimeUnit - Enum in org.elasticsearch.common.rounding
 
DAY - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
days() - Method in class org.elasticsearch.common.unit.TimeValue
 
days(int) - Static method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
daysFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
deactivate() - Method in class org.elasticsearch.index.engine.Engine.IndexThrottle
Deactivate throttling, which switches the lock to be an always-acquirable NoOpLock
deactivateThrottling() - Method in class org.elasticsearch.index.engine.Engine
Reverses a previous Engine.activateThrottling() call.
deactivateThrottling() - Method in class org.elasticsearch.index.engine.InternalEngine
 
deactivateThrottling() - Method in class org.elasticsearch.index.engine.ShadowEngine
 
deactivateThrottling() - Method in class org.elasticsearch.index.shard.IndexShard
 
deactivateThrottling(IndexShard) - Method in class org.elasticsearch.indices.IndexingMemoryController
Asks this shard to stop throttling indexing to one thread
Deadlock(ThreadInfo[]) - Constructor for class org.elasticsearch.monitor.jvm.DeadlockAnalyzer.Deadlock
 
DeadlockAnalyzer - Class in org.elasticsearch.monitor.jvm
 
deadlockAnalyzer() - Static method in class org.elasticsearch.monitor.jvm.DeadlockAnalyzer
 
DeadlockAnalyzer.Deadlock - Class in org.elasticsearch.monitor.jvm
 
deassociateDeadNodes(ClusterState, boolean, String) - Method in class org.elasticsearch.cluster.routing.allocation.AllocationService
unassigned an shards that are associated with nodes that are no longer part of the cluster, potentially promoting replicas if needed.
debugDecision(boolean) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
debugDecision() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
debugEnabled() - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
dec() - Method in class org.elasticsearch.common.metrics.CounterMetric
 
dec(long) - Method in class org.elasticsearch.common.metrics.CounterMetric
 
dec(long) - Method in class org.elasticsearch.common.metrics.MeanMetric
 
DECAY - Static variable in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
DecayFunction - Interface in org.elasticsearch.index.query.functionscore
Implement this interface to provide a decay function that is executed on a distance.
DecayFunctionBuilder<DFB extends DecayFunctionBuilder<DFB>> - Class in org.elasticsearch.index.query.functionscore
 
DecayFunctionBuilder(String, Object, Object, Object) - Constructor for class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
Convenience constructor that converts its parameters into json to parse on the data nodes.
DecayFunctionBuilder(String, Object, Object, Object, double) - Constructor for class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
Convenience constructor that converts its parameters into json to parse on the data nodes.
DecayFunctionBuilder(String, BytesReference) - Constructor for class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
DecayFunctionBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
Read from a stream.
DecayFunctionBuilder.AbstractDistanceScoreFunction - Class in org.elasticsearch.index.query.functionscore
This is the base class for scoring a single field.
DecayFunctionParser<DFB extends DecayFunctionBuilder<DFB>> - Class in org.elasticsearch.index.query.functionscore
Parser used for all decay functions, one instance each.
DecayFunctionParser(BiFunction<String, BytesReference, DFB>) - Constructor for class org.elasticsearch.index.query.functionscore.DecayFunctionParser
Create the parser using a method reference to a "create from bytes" constructor for the DecayFunctionBuilder.
decCurrentAsSource() - Method in class org.elasticsearch.index.recovery.RecoveryStats
 
decCurrentAsTarget() - Method in class org.elasticsearch.index.recovery.RecoveryStats
 
decideMove(ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.Balancer
Makes a decision on whether to move a started shard to another node.
deciders() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
Get AllocationDeciders used for allocation
decideShardAllocation(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
 
decideShardAllocation(ShardRouting, RoutingAllocation) - Method in interface org.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocator
Returns the decision for where a shard should reside in the cluster.
decideUnassignedShardAllocation(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.gateway.GatewayAllocator
Computes and returns the design for allocating a single unassigned shard.
Decimal(String) - Constructor for class org.elasticsearch.search.DocValueFormat.Decimal
 
Decimal(StreamInput) - Constructor for class org.elasticsearch.search.DocValueFormat.Decimal
 
DecimalDigitFilterFactory - Class in org.elasticsearch.index.analysis
Factory for DecimalDigitFilter
DecimalDigitFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.DecimalDigitFilterFactory
 
Decision - Class in org.elasticsearch.cluster.routing.allocation.decider
This abstract class defining basic Decision used during shard allocation process.
Decision() - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.Decision
 
decision(Decision, String, String, Object...) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
Create a routing decision, including the reason if the debug flag is turned on
Decision.Multi - Class in org.elasticsearch.cluster.routing.allocation.decider
Simple class representing a list of decisions
Decision.Single - Class in org.elasticsearch.cluster.routing.allocation.decider
Simple class representing a single decision
Decision.Type - Enum in org.elasticsearch.cluster.routing.allocation.decider
This enumeration defines the possible types of decisions
decisions() - Method in class org.elasticsearch.cluster.routing.allocation.RerouteExplanation
 
declareAggregationFields(ObjectParser<? extends ParsedAggregation, Void>) - Static method in class org.elasticsearch.search.aggregations.ParsedAggregation
 
declareAnyFields(ObjectParser<? extends ValuesSourceAggregationBuilder<ValuesSource, ?>, QueryParseContext>, boolean, boolean) - Static method in class org.elasticsearch.search.aggregations.support.ValuesSourceParserHelper
 
declareBoolean(BiConsumer<Value, Boolean>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareBytesFields(ObjectParser<? extends ValuesSourceAggregationBuilder<ValuesSource.Bytes, ?>, QueryParseContext>, boolean, boolean) - Static method in class org.elasticsearch.search.aggregations.support.ValuesSourceParserHelper
 
declareCommonFields(ObjectParser<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>, Void>) - Static method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
declareDouble(BiConsumer<Value, Double>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareDoubleArray(BiConsumer<Value, List<Double>>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareExtendedStatsFields(ObjectParser<? extends ParsedExtendedStats, Void>) - Static method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
declareField(BiConsumer<Value, T>, ContextParser<Context, T>, ParseField, ObjectParser.ValueType) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
Declare some field.
declareField(BiConsumer<Value, T>, CheckedFunction<XContentParser, T, IOException>, ParseField, ObjectParser.ValueType) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareField(BiConsumer<Value, T>, ContextParser<Context, T>, ParseField, ObjectParser.ValueType) - Method in class org.elasticsearch.common.xcontent.ConstructingObjectParser
 
declareField(ObjectParser.Parser<Value, Context>, ParseField, ObjectParser.ValueType) - Method in class org.elasticsearch.common.xcontent.ObjectParser
 
declareField(BiConsumer<Value, T>, ContextParser<Context, T>, ParseField, ObjectParser.ValueType) - Method in class org.elasticsearch.common.xcontent.ObjectParser
 
declareFloat(BiConsumer<Value, Float>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareFloatArray(BiConsumer<Value, List<Float>>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareGeoFields(ObjectParser<? extends ValuesSourceAggregationBuilder<ValuesSource.GeoPoint, ?>, QueryParseContext>, boolean, boolean) - Static method in class org.elasticsearch.search.aggregations.support.ValuesSourceParserHelper
 
declareInnerHitsParseFields(ObjectParser<Map<String, Object>, Void>) - Static method in class org.elasticsearch.search.SearchHit
 
declareInt(BiConsumer<Value, Integer>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareIntArray(BiConsumer<Value, List<Integer>>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareLong(BiConsumer<Value, Long>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareLongArray(BiConsumer<Value, List<Long>>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareMultiBucketAggregationFields(ObjectParser<? extends ParsedMultiBucketAggregation, Void>, CheckedFunction<XContentParser, ParsedMultiBucketAggregation.ParsedBucket, IOException>, CheckedFunction<XContentParser, ParsedMultiBucketAggregation.ParsedBucket, IOException>) - Static method in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation
 
declareNamedObjects(BiConsumer<Value, List<T>>, ObjectParser.NamedObjectParser<T, Context>, Consumer<Value>, ParseField) - Method in class org.elasticsearch.common.xcontent.ObjectParser
Declares named objects in the style of highlighting's field element.
declareNamedObjects(BiConsumer<Value, List<T>>, ObjectParser.NamedObjectParser<T, Context>, ParseField) - Method in class org.elasticsearch.common.xcontent.ObjectParser
Declares named objects in the style of aggregations.
declareNumericFields(ObjectParser<? extends ValuesSourceAggregationBuilder<ValuesSource.Numeric, ?>, QueryParseContext>, boolean, boolean, boolean) - Static method in class org.elasticsearch.search.aggregations.support.ValuesSourceParserHelper
 
declareObject(BiConsumer<Value, T>, ContextParser<Context, T>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareObjectArray(BiConsumer<Value, List<T>>, ContextParser<Context, T>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareObjectOrDefault(BiConsumer<Value, T>, BiFunction<XContentParser, Context, T>, Supplier<T>, ParseField) - Method in class org.elasticsearch.common.xcontent.ObjectParser
 
declareParsedRangeFields(ObjectParser<? extends ParsedRange, Void>, CheckedFunction<XContentParser, ParsedRange.ParsedBucket, IOException>, CheckedFunction<XContentParser, ParsedRange.ParsedBucket, IOException>) - Static method in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange
 
declarePercentilesFields(ObjectParser<? extends ParsedPercentiles, Void>) - Static method in class org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
 
declareRawObject(BiConsumer<Value, BytesReference>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareSingleValueFields(ObjectParser<? extends ParsedSingleValueNumericMetricsAggregation, Void>, double) - Static method in class org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
 
declareStandardFields(AbstractObjectParser<? extends QueryBuilder, ?>) - Static method in class org.elasticsearch.index.query.AbstractQueryBuilder
Adds boost and query_name parsing to the AbstractObjectParser passed in.
declareStatsFields(ObjectParser<? extends ParsedStats, Void>) - Static method in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
declareString(BiConsumer<Value, String>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareStringArray(BiConsumer<Value, List<String>>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
declareStringOrNull(BiConsumer<Value, String>, ParseField) - Method in class org.elasticsearch.common.xcontent.AbstractObjectParser
 
decode(String) - Method in interface org.elasticsearch.common.path.PathTrie.Decoder
 
decode(byte[], int, GeoPoint) - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Encoding
Decode a geo point from a byte-array, reading LegacyGeoPointFieldMapper.Encoding.numBytes() bytes.
decode(long, long, GeoPoint) - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Encoding
Decode a geo point from the bits of the encoded latitude and longitudes.
decodeComponent(String) - Static method in class org.elasticsearch.rest.RestUtils
Decodes a bit of an URL encoded by a browser.
decodeComponent(String, Charset) - Static method in class org.elasticsearch.rest.RestUtils
Decodes a bit of an URL encoded by a browser.
decodeCoordinate(long) - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Encoding
Decode a sequence of bits into the original coordinate.
decodeLatitude(String) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
returns the latitude value from the string based geohash
decodeLongitude(String) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
returns the latitude value from the string based geohash
decodeQueryString(String, int, Map<String, String>) - Static method in class org.elasticsearch.rest.RestUtils
 
decodeWeight(long) - Static method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
cost -> weight
decorate(CompoundProcessor, List<SimulateProcessorResult>) - Static method in class org.elasticsearch.action.ingest.TrackingResultProcessor
 
decRef() - Method in class org.elasticsearch.common.util.concurrent.AbstractRefCounted
 
decRef() - Method in interface org.elasticsearch.common.util.concurrent.RefCounted
Decreases the refCount of this instance.
decRef() - Method in class org.elasticsearch.index.store.Store
Decreases the refCount of this Store instance.If the refCount drops to 0, then this store is closed.
decrementRecoveredOperations(int) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Translog
 
decrypt(char[]) - Method in class org.elasticsearch.common.settings.KeyStoreWrapper
Decrypts the underlying java keystore.
dedup() - Method in class org.elasticsearch.index.analysis.HunspellTokenFilterFactory
 
DEFAULT - Static variable in enum org.elasticsearch.action.search.SearchType
The default search type (SearchType.QUERY_THEN_FETCH.
DEFAULT - Static variable in class org.elasticsearch.action.support.ActiveShardCount
 
DEFAULT - Static variable in class org.elasticsearch.cli.Terminal
The default terminal implementation, which will be a console if available, or stdout/stderr if not.
DEFAULT - Static variable in class org.elasticsearch.cluster.ClusterName
 
DEFAULT - Static variable in enum org.elasticsearch.common.unit.DistanceUnit
 
DEFAULT - Static variable in class org.elasticsearch.index.mapper.TTLFieldMapper.Defaults
 
DEFAULT - Static variable in enum org.elasticsearch.index.query.GeoValidationMethod
 
DEFAULT_ACCEPTABLE_OVERHEAD_RATIO - Static variable in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Default acceptable overhead ratio.
DEFAULT_ACCURACY - Static variable in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
DEFAULT_ACK_TIMEOUT - Static variable in class org.elasticsearch.action.support.master.AcknowledgedRequest
 
DEFAULT_ALPHA - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
DEFAULT_ALPHA - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
DEFAULT_ALPHA - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
DEFAULT_ANALYZE_WILDCARD - Static variable in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Default for wildcard analysis.
DEFAULT_AUTO_GENERATE_PHRASE_QUERIES - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
DEFAULT_BACKOFF_DISCOUNT - Static variable in class org.elasticsearch.search.suggest.phrase.StupidBackoff
Default discount parameter for StupidBackoff smoothing
DEFAULT_BETA - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
DEFAULT_BETA - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
DEFAULT_BOOST - Static variable in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Boost terms in query based on score.
DEFAULT_BOOST - Static variable in class org.elasticsearch.index.query.AbstractQueryBuilder
Default for boost to apply to resulting Lucene query.
DEFAULT_BOOST_MODE - Static variable in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
DEFAULT_BOOST_TERMS - Static variable in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
DEFAULT_BUFFER_SIZE - Static variable in class org.elasticsearch.index.translog.TranslogConfig
 
DEFAULT_CHUNK_SIZE - Static variable in class org.elasticsearch.indices.recovery.RecoverySettings
 
DEFAULT_CLUSTER_ROUTING_ALLOCATION_NODE_CONCURRENT_RECOVERIES - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
 
DEFAULT_CLUSTER_ROUTING_ALLOCATION_NODE_INITIAL_PRIMARIES_RECOVERIES - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
 
DEFAULT_CODEC - Static variable in class org.elasticsearch.index.codec.CodecService
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class org.elasticsearch.index.reindex.RemoteInfo
Default RemoteInfo.connectTimeout for requests that don't have one set.
DEFAULT_CONSUME_ALL_TOKENS - Static variable in class org.elasticsearch.index.analysis.LimitTokenCountFilterFactory
 
DEFAULT_CUTOFF_FREQ - Static variable in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
DEFAULT_DATE_PRINTER - Static variable in class org.elasticsearch.common.xcontent.XContentBuilder
 
DEFAULT_DATE_TIME_FORMAT - Static variable in class org.elasticsearch.index.mapper.TimestampFieldMapper
 
DEFAULT_DATE_TIME_FORMATTER - Static variable in class org.elasticsearch.index.mapper.DateFieldMapper
 
DEFAULT_DECAY - Static variable in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
DEFAULT_DELIMITER - Static variable in class org.elasticsearch.index.analysis.DelimitedPayloadTokenFilterFactory
 
DEFAULT_DISABLE_COORD - Static variable in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
DEFAULT_DISTANCE_UNIT - Static variable in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Default for distance unit computation.
DEFAULT_ENABLE_POSITION_INCREMENTS - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
DEFAULT_ENCODER - Static variable in class org.elasticsearch.index.analysis.DelimitedPayloadTokenFilterFactory
 
DEFAULT_ENCODER - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
the default encoder setting
DEFAULT_ESCAPE - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
DEFAULT_EXPUNGE_DELETES_ALLOWED - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
DEFAULT_FACTOR - Static variable in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
DEFAULT_FAIL_ON_UNSUPPORTED_FIELDS - Static variable in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
DEFAULT_FIELD_NAMES - Static variable in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Default field names.
DEFAULT_FIELD_SETTING - Static variable in class org.elasticsearch.index.IndexSettings
 
DEFAULT_FLAGS - Static variable in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Default for search flags to use.
DEFAULT_FLAGS_VALUE - Static variable in class org.elasticsearch.index.query.RegexpQueryBuilder
 
DEFAULT_FLOOR_SEGMENT - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
DEFAULT_FORCE_SOURCE - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
default for whether to highlight fields based on the source even if stored separately
DEFAULT_FRAGMENT_CHAR_SIZE - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
the default number of fragments size in characters
DEFAULT_FUZZINESS - Static variable in class org.elasticsearch.index.query.FuzzyQueryBuilder
Default maximum edit distance.
DEFAULT_FUZZINESS - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
DEFAULT_FUZZY_MAX_EXPANSIONS - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
DEFAULT_FUZZY_PREFIX_LENGTH - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
DEFAULT_GAMMA - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
DEFAULT_GC_DELETES - Static variable in class org.elasticsearch.index.IndexSettings
Index setting to enable / disable deletes garbage collection.
DEFAULT_GEO_DISTANCE - Static variable in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Default for geo distance computation.
DEFAULT_GEO_DISTANCE - Static variable in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
DEFAULT_HAS_PAYLOADS - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Defaults
 
DEFAULT_HEADERS_SETTING - Static variable in class org.elasticsearch.common.util.concurrent.ThreadContext
 
DEFAULT_HIGH_FREQ_OCCUR - Static variable in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
DEFAULT_HIGHLIGHT_FILTER - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
default for whether fvh should provide highlighting on filter clauses
DEFAULT_IGNORE_UNMAPPED - Static variable in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
The default value for ignore_unmapped.
DEFAULT_IGNORE_UNMAPPED - Static variable in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
The default value for ignore_unmapped.
DEFAULT_IGNORE_UNMAPPED - Static variable in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
The default value for ignore_unmapped.
DEFAULT_IGNORE_UNMAPPED - Static variable in class org.elasticsearch.index.query.GeohashCellQuery
The default value for ignore_unmapped.
DEFAULT_IGNORE_UNMAPPED - Static variable in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
The default value for ignore_unmapped.
DEFAULT_IGNORE_UNMAPPED - Static variable in class org.elasticsearch.index.query.GeoShapeQueryBuilder
The default value for ignore_unmapped.
DEFAULT_IGNORE_UNMAPPED - Static variable in class org.elasticsearch.index.query.NestedQueryBuilder
The default value for ignore_unmapped.
DEFAULT_IN_ORDER - Static variable in class org.elasticsearch.index.query.SpanNearQueryBuilder
Default for flag controlling whether matches are required to be in-order
DEFAULT_INCLUDE - Static variable in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
DEFAULT_INCLUDE_LOWER - Static variable in class org.elasticsearch.index.mapper.RangeFieldMapper
 
DEFAULT_INCLUDE_LOWER - Static variable in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
DEFAULT_INCLUDE_LOWER - Static variable in class org.elasticsearch.index.query.RangeQueryBuilder
 
DEFAULT_INCLUDE_UPPER - Static variable in class org.elasticsearch.index.mapper.RangeFieldMapper
 
DEFAULT_INCLUDE_UPPER - Static variable in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
DEFAULT_INCLUDE_UPPER - Static variable in class org.elasticsearch.index.query.RangeQueryBuilder
 
DEFAULT_INDICES_OPTIONS - Static variable in class org.elasticsearch.action.search.SearchRequest
 
DEFAULT_INNER_HIT_QUERY - Static variable in class org.elasticsearch.index.query.InnerHitBuilder
 
DEFAULT_INSTANCE - Static variable in class org.elasticsearch.common.inject.internal.SourceProvider
 
DEFAULT_KEEPALIVE_SETTING - Static variable in class org.elasticsearch.search.SearchService
 
DEFAULT_LAPLACE_ALPHA - Static variable in class org.elasticsearch.search.suggest.phrase.Laplace
Default alpha parameter for laplace smoothing
DEFAULT_LENIENCY - Static variable in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
DEFAULT_LENIENCY - Static variable in class org.elasticsearch.index.search.MatchQuery
the default leniency setting
DEFAULT_LENIENT - Static variable in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Default for using lenient query parsing.
DEFAULT_LENIENT_PARSING - Static variable in enum org.elasticsearch.index.query.GeoValidationMethod
 
DEFAULT_LEVEL - Static variable in class org.elasticsearch.action.fieldstats.FieldStatsRequest
 
DEFAULT_LOW_FREQ_OCCUR - Static variable in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
DEFAULT_MAPPING - Static variable in class org.elasticsearch.index.mapper.MapperService
 
DEFAULT_MASTER_NODE_TIMEOUT - Static variable in class org.elasticsearch.action.support.master.MasterNodeRequest
 
DEFAULT_MAX_BOOST - Static variable in class org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
 
DEFAULT_MAX_DETERMINED_STATES - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
DEFAULT_MAX_DETERMINIZED_STATES - Static variable in class org.elasticsearch.index.query.RegexpQueryBuilder
 
DEFAULT_MAX_DOC_FREQ - Static variable in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
DEFAULT_MAX_DOC_FREQ - Static variable in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Ignore words which occur in more than this many docs.
DEFAULT_MAX_DOC_FREQ - Static variable in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
DEFAULT_MAX_EDITS - Static variable in class org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
The default maximum number of edits for fuzzy suggestions.
DEFAULT_MAX_EDITS - Static variable in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
DEFAULT_MAX_EXPANSIONS - Static variable in class org.elasticsearch.index.query.FuzzyQueryBuilder
Default maximum number of terms that the fuzzy query will expand to.
DEFAULT_MAX_EXPANSIONS - Static variable in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
DEFAULT_MAX_INPUT_LENGTH - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper.Defaults
 
DEFAULT_MAX_INPUT_LENGTH - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Defaults
 
DEFAULT_MAX_INSPECTIONS - Static variable in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
DEFAULT_MAX_MERGE_AT_ONCE - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
DEFAULT_MAX_MERGE_AT_ONCE_EXPLICIT - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
DEFAULT_MAX_MERGED_SEGMENT - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
DEFAULT_MAX_NUM_CELLS - Static variable in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
DEFAULT_MAX_NUM_TOKENS_PARSED - Static variable in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Default maximum number of tokens to parse in each example doc field that is not stored with TermVector support.
DEFAULT_MAX_OUTPUT_SIZE - Static variable in class org.elasticsearch.index.analysis.FingerprintAnalyzerProvider
 
DEFAULT_MAX_OUTPUT_SIZE - Static variable in class org.elasticsearch.index.analysis.FingerprintTokenFilterFactory
 
DEFAULT_MAX_QUERY_TERMS - Static variable in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
DEFAULT_MAX_QUERY_TERMS - Static variable in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Return a Query with no more than this many terms.
DEFAULT_MAX_QUERY_TERMS - Static variable in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
DEFAULT_MAX_TERM_FREQ - Static variable in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
DEFAULT_MAX_TERM_FREQ - Static variable in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
DEFAULT_MAX_TOKEN_COUNT - Static variable in class org.elasticsearch.index.analysis.LimitTokenCountFilterFactory
 
DEFAULT_MAX_WORD_LENGTH - Static variable in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
DEFAULT_MAX_WORD_LENGTH - Static variable in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Ignore words greater than this length or if 0 then this has no effect.
DEFAULT_MAX_WORD_LENGTH - Static variable in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
DEFAULT_MIN_DOC_FREQ - Static variable in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
DEFAULT_MIN_DOC_FREQ - Static variable in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Ignore words which do not occur in at least this many docs.
DEFAULT_MIN_DOC_FREQ - Static variable in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
DEFAULT_MIN_DOC_FREQ - Static variable in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
DEFAULT_MIN_FUZZY_LENGTH - Static variable in class org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
The default minimum length of the key passed to XAnalyzingSuggester.lookup(java.lang.CharSequence, java.util.Set<org.apache.lucene.util.BytesRef>, boolean, int) before any edits are allowed.
DEFAULT_MIN_TERM_FREQ - Static variable in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
DEFAULT_MIN_TERM_FREQ - Static variable in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Ignore terms with less than this frequency in the source doc.
DEFAULT_MIN_TERM_FREQ - Static variable in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
DEFAULT_MIN_WORD_LENGTH - Static variable in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
DEFAULT_MIN_WORD_LENGTH - Static variable in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Ignore words less than this length or if 0 then this has no effect.
DEFAULT_MIN_WORD_LENGTH - Static variable in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
DEFAULT_MIN_WORD_LENGTH - Static variable in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
DEFAULT_MINIMUM_SHOULD_MATCH - Static variable in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
DEFAULT_MINIMUM_SHOULD_MATCH - Static variable in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
DEFAULT_MODIFIER - Static variable in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
DEFAULT_MULTI_VALUE_MODE - Static variable in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
DEFAULT_NEIGHBORS - Static variable in class org.elasticsearch.index.query.GeohashCellQuery
 
DEFAULT_NETWORK_HOST - Static variable in class org.elasticsearch.common.network.NetworkService
By default, we bind to loopback interfaces
DEFAULT_NO_MATCH_SIZE - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
default for fragment size when there are no matches
DEFAULT_NON_FUZZY_PREFIX - Static variable in class org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
The default prefix length where edits are not allowed.
DEFAULT_NONEXISTENT_INDEX_RETRY_WAIT - Static variable in class org.elasticsearch.index.engine.ShadowEngine
 
DEFAULT_NORMALIZE_LAT - Static variable in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Default for latitude normalization (as of this writing true).
DEFAULT_NORMALIZE_LON - Static variable in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Default for longitude normalization (as of this writing true).
DEFAULT_NUMBER_COERCE_POLICY - Static variable in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
DEFAULT_NUMBER_OF_FRAGMENTS - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
the default number of fragments for highlighting
DEFAULT_OPERATOR - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
The default mode terms are combined in a match query
DEFAULT_OPERATOR - Static variable in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
DEFAULT_OPERATOR - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
DEFAULT_OPERATOR - Static variable in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Default for default operator to use for linking boolean clauses.
DEFAULT_OPTIMIZE_BBOX - Static variable in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Deprecated.
DEFAULT_OPTIMIZE_BBOX - Static variable in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
Deprecated.
DEFAULT_PAD - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
DEFAULT_PATH_CONF_SETTING - Static variable in class org.elasticsearch.env.Environment
 
DEFAULT_PATH_DATA_SETTING - Static variable in class org.elasticsearch.env.Environment
 
DEFAULT_PATH_LOGS_SETTING - Static variable in class org.elasticsearch.env.Environment
 
DEFAULT_PERCENTS - Static variable in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
DEFAULT_PERIOD - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
DEFAULT_PHRASE_LIMIT - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
default for the maximum number of phrases the fvh will consider
DEFAULT_PHRASE_SLOP - Static variable in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
DEFAULT_PHRASE_SLOP - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
DEFAULT_PHRASE_SLOP - Static variable in class org.elasticsearch.index.search.MatchQuery
the default phrase slop
DEFAULT_POSITION_INCREMENTS - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper.Defaults
 
DEFAULT_POSITION_INCREMENTS - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Defaults
 
DEFAULT_POSITION_INCREMENTS - Static variable in class org.elasticsearch.index.mapper.TokenCountFieldMapper.Defaults
 
DEFAULT_POST - Static variable in class org.elasticsearch.index.query.SpanNotQueryBuilder
the default post parameter size
DEFAULT_POST_TAGS - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
the default closing tag
DEFAULT_PRE - Static variable in class org.elasticsearch.index.query.SpanNotQueryBuilder
the default pre parameter size
DEFAULT_PRE_FILTER_SHARD_SIZE - Static variable in class org.elasticsearch.action.search.SearchRequest
 
DEFAULT_PRE_TAGS - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
the default opening tag
DEFAULT_PRECISION - Static variable in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
DEFAULT_PRECISION - Static variable in class org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
 
DEFAULT_PRECISION - Static variable in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping
 
DEFAULT_PRECISION_STEP - Static variable in class org.elasticsearch.index.mapper.LegacyShortFieldMapper
 
DEFAULT_PREFIX_LENGTH - Static variable in class org.elasticsearch.index.query.FuzzyQueryBuilder
Default number of initial characters which will not be “fuzzified”.
DEFAULT_PREFIX_LENGTH - Static variable in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
DEFAULT_PREFIX_LENGTH - Static variable in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
DEFAULT_PRESERVE_ORIGINAL - Static variable in class org.elasticsearch.index.analysis.ASCIIFoldingTokenFilterFactory
 
DEFAULT_PRESERVE_SEPARATORS - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper.Defaults
 
DEFAULT_PRESERVE_SEPARATORS - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Defaults
 
DEFAULT_PROFILE - Static variable in class org.elasticsearch.transport.TransportSettings
 
DEFAULT_QUERYWEIGHT - Static variable in class org.elasticsearch.search.rescore.QueryRescorerBuilder
 
DEFAULT_REASON - Static variable in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
 
DEFAULT_RECLAIM_DELETES_WEIGHT - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
DEFAULT_RECOVER_AFTER_TIME_IF_EXPECTED_NODES_IS_SET - Static variable in class org.elasticsearch.gateway.GatewayService
 
DEFAULT_REFRESH_INTERVAL - Static variable in class org.elasticsearch.index.IndexSettings
 
DEFAULT_REQUIRE_FIELD_MATCH - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
default for whether a field should be highlighted only if a query matches that field
DEFAULT_RESCORE_QUERYWEIGHT - Static variable in class org.elasticsearch.search.rescore.QueryRescorerBuilder
 
DEFAULT_SCOPED_SETTINGS - Static variable in class org.elasticsearch.common.settings.IndexScopedSettings
 
DEFAULT_SCORE_MODE - Static variable in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
DEFAULT_SCORE_MODE - Static variable in class org.elasticsearch.search.rescore.QueryRescorerBuilder
 
DEFAULT_SCORE_ORDERED - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
default for highlight fragments being ordered by score
DEFAULT_SCRIPT_FUNCTION - Static variable in class org.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
 
DEFAULT_SCRIPT_LANG - Static variable in class org.elasticsearch.script.Script
The name of the of the default scripting language.
DEFAULT_SCRIPT_TYPE - Static variable in class org.elasticsearch.script.Script
The default ScriptType.
DEFAULT_SEARCH_TIMEOUT_SETTING - Static variable in class org.elasticsearch.search.SearchService
 
DEFAULT_SEASONALITY_TYPE - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
DEFAULT_SEGMENTS_PER_TIER - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
DEFAULT_SEPARATOR - Static variable in class org.elasticsearch.index.analysis.FingerprintTokenFilterFactory
 
DEFAULT_SHAPE_FIELD_NAME - Static variable in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
DEFAULT_SHAPE_INDEX_NAME - Static variable in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
DEFAULT_SHAPE_RELATION - Static variable in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
DEFAULT_SHARD_SAMPLE_SIZE - Static variable in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
 
DEFAULT_SIMILARITY - Static variable in class org.elasticsearch.index.similarity.SimilarityService
 
DEFAULT_SLOP - Static variable in class org.elasticsearch.index.query.SpanNearQueryBuilder
Default slop value, this is the same that lucene SpanNearQuery uses if no slop is provided
DEFAULT_SOCKET_TIMEOUT - Static variable in class org.elasticsearch.index.reindex.RemoteInfo
Default RemoteInfo.socketTimeout for requests that don't have one set.
DEFAULT_SORT - Static variable in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
DEFAULT_SPLIT_ON_WHITESPACE - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
DEFAULT_STOP_WORDS - Static variable in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Default set of stopwords.
DEFAULT_STOP_WORDS - Static variable in class org.elasticsearch.index.analysis.FingerprintAnalyzerProvider
 
DEFAULT_STRING_DISTANCE - Static variable in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
DEFAULT_STYLED_POST_TAGS - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
the default closing tags when tag_schema = "styled"
DEFAULT_STYLED_PRE_TAG - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
the default opening tags when tag_schema = "styled"
DEFAULT_SUGGEST_MODE - Static variable in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
DEFAULT_TEMPLATE_LANG - Static variable in class org.elasticsearch.script.Script
The name of the default template language.
DEFAULT_TERMINATE_AFTER - Static variable in class org.elasticsearch.search.internal.SearchContext
 
DEFAULT_TIE_BREAKER - Static variable in class org.elasticsearch.index.query.DisMaxQueryBuilder
Default multiplication factor for breaking ties in document scores.
DEFAULT_TIE_BREAKER - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
DEFAULT_TIMEOUT - Static variable in class org.elasticsearch.action.support.replication.ReplicationRequest
 
DEFAULT_TIMEOUT - Static variable in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
DEFAULT_TIMESTAMP - Static variable in class org.elasticsearch.index.mapper.TimestampFieldMapper.Defaults
 
DEFAULT_TOKEN_LIMIT - Static variable in class org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
 
DEFAULT_TRANSPOSITIONS - Static variable in class org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
The default transposition value passed to LevenshteinAutomata
DEFAULT_TRANSPOSITIONS - Static variable in class org.elasticsearch.index.query.FuzzyQueryBuilder
Default as to whether transpositions should be treated as a primitive edit operation, instead of classic Levenshtein algorithm.
DEFAULT_TYPE - Static variable in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Default type for executing this query (memory as of this writing).
DEFAULT_TYPE - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
Deprecated.
DEFAULT_TYPE - Static variable in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
DEFAULT_UNICODE_AWARE - Static variable in class org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
Measure maxEdits, minFuzzyLength, transpositions and nonFuzzyPrefix parameters in Unicode code points (actual letters) instead of bytes.
DEFAULT_UNIT - Static variable in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
DEFAULT_USE_DIS_MAX - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
DEFAULT_VALIDATION - Static variable in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
 
DEFAULT_VERBOSE_MODE - Static variable in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
 
DEFAULT_WEIGHT - Static variable in class org.elasticsearch.search.aggregations.AggregatorBase
The default "weight" that a bucket takes when performing an aggregation
DEFAULT_ZERO_TERMS_QUERY - Static variable in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
DEFAULT_ZERO_TERMS_QUERY - Static variable in class org.elasticsearch.index.search.MatchQuery
the default zero terms query
defaultAnalyzer(Analyzer) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
DefaultBindingScopingVisitor<V> - Class in org.elasticsearch.common.inject.spi
No-op visitor for subclassing.
DefaultBindingScopingVisitor() - Constructor for class org.elasticsearch.common.inject.spi.DefaultBindingScopingVisitor
 
DefaultBindingTargetVisitor<T,V> - Class in org.elasticsearch.common.inject.spi
No-op visitor for subclassing.
DefaultBindingTargetVisitor() - Constructor for class org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
 
defaultConfig() - Method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
 
defaultConfig() - Method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
 
defaultConfig() - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
 
defaultConnectionProfile - Variable in class org.elasticsearch.transport.TcpTransport
 
defaultDocValues(Version) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
DefaultElementVisitor<V> - Class in org.elasticsearch.common.inject.spi
No-op visitor for subclassing.
DefaultElementVisitor() - Constructor for class org.elasticsearch.common.inject.spi.DefaultElementVisitor
 
defaultField() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
defaultField(String) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
defaultField() - Method in class org.elasticsearch.index.query.QueryShardContext
 
defaultField(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
The default field to run against when no prefix field is specified.
defaultField() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
defaultFieldType - Variable in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
defaultFieldType - Variable in class org.elasticsearch.index.mapper.FieldMapper
 
defaultFormat() - Method in enum org.elasticsearch.search.aggregations.support.ValueType
 
defaultLocation(GeoPoint) - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping.Builder
Set a default location that should be used, if no location is provided by the query
defaultMappingType() - Method in enum org.elasticsearch.index.mapper.DynamicTemplate.XContentFieldType
The default mapping type to use for fields of this DynamicTemplate.XContentFieldType.
defaultOperator() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
defaultOperator(QueryParser.Operator) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
defaultOperator(Operator) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Sets the boolean operator of the query parser used to parse the query string.
defaultOperator() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
defaultOperator(Operator) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Specify the default operator for the query.
defaultOperator() - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Returns the default operator for the query.
defaultQuoteAnalyzer(Analyzer) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
defaultReuseAddress() - Static method in class org.elasticsearch.common.network.NetworkUtils
Returns system default for SO_REUSEADDR
Defaults() - Constructor for class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest.Defaults
 
Defaults() - Constructor for class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.AllFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.BinaryFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.BooleanFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.CompletionFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.FieldNamesFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.GeoPointFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.IdFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.IndexFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.KeywordFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.LatLonPointFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.LegacyByteFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.LegacyFloatFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.LegacyIpFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.LegacyLongFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.LegacyShortFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.ObjectMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.ParentFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.RangeFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.RootObjectMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.RoutingFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.SourceFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.StringFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.TextFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.TimestampFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.TokenCountFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.TTLFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.TypeFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.UidFieldMapper.Defaults
 
Defaults() - Constructor for class org.elasticsearch.index.mapper.VersionFieldMapper.Defaults
 
DefaultShardOperationFailedException - Class in org.elasticsearch.action.support
 
DefaultShardOperationFailedException() - Constructor for class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
DefaultShardOperationFailedException(ElasticsearchException) - Constructor for class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
DefaultShardOperationFailedException(String, int, Throwable) - Constructor for class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
defaultStrategy() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
defaultTimestamp() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
defaultTimestamp(String) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper.Builder
 
defaultTimestamp() - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper
 
defaultTTL(long) - Method in class org.elasticsearch.index.mapper.TTLFieldMapper.Builder
 
defaultTTL() - Method in class org.elasticsearch.index.mapper.TTLFieldMapper
 
defaultValue - Variable in class org.elasticsearch.common.settings.Setting
 
DeferringBucketCollector - Class in org.elasticsearch.search.aggregations.bucket
A BucketCollector that records collected doc IDs and buckets and allows to replay a subset of the collected buckets.
DeferringBucketCollector() - Constructor for class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector
Sole constructor.
DeferringBucketCollector.WrappedAggregator - Class in org.elasticsearch.search.aggregations.bucket
 
definition - Variable in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest.NameOrDefinition
 
DeflateCompressor - Class in org.elasticsearch.common.compress
Compressor implementation based on the DEFLATE compression algorithm.
DeflateCompressor() - Constructor for class org.elasticsearch.common.compress.DeflateCompressor
 
delayed(long, long, List<NodeAllocationResult>) - Static method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
Returns a NO decision for a delayed shard allocation on a replica shard, with the individual node-level decisions that comprised the final NO decision, if in explain mode.
DelayedAllocationService - Class in org.elasticsearch.cluster.routing
The DelayedAllocationService listens to cluster state changes and checks if there are unassigned shards with delayed allocation (unassigned shards that have the delay marker).
DelayedAllocationService(Settings, ThreadPool, ClusterService, AllocationService) - Constructor for class org.elasticsearch.cluster.routing.DelayedAllocationService
 
delayPrepareBulkRequest(ThreadPool, TimeValue, int, AbstractRunnable) - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
Schedule prepareBulkRequestRunnable to run after some delay.
DelayRecoveryException - Exception in org.elasticsearch.indices.recovery
An exception marking that this recovery attempt should be ignored (since probably, we already recovered).
DelayRecoveryException(String) - Constructor for exception org.elasticsearch.indices.recovery.DelayRecoveryException
 
DelayRecoveryException(StreamInput) - Constructor for exception org.elasticsearch.indices.recovery.DelayRecoveryException
 
delDocCount - Variable in class org.elasticsearch.index.engine.Segment
 
delegate - Variable in class org.elasticsearch.common.io.stream.FilterStreamInput
 
delegate - Variable in class org.elasticsearch.common.lucene.IndexCommitDelegate
 
DelegatingActionListener<Instigator extends ActionResponse,Delegated extends ActionResponse> - Class in org.elasticsearch.action.support
 
DelegatingActionListener(ActionListener<Delegated>) - Constructor for class org.elasticsearch.action.support.DelegatingActionListener
 
DelegatingMapParams(Map<String, String>, ToXContent.Params) - Constructor for class org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams
 
DelegatingRoutingChangesObserver(RoutingChangesObserver...) - Constructor for class org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
 
DelegatingTransportChannel - Class in org.elasticsearch.transport
Wrapper around transport channel that delegates all requests to the underlying channel
DelegatingTransportChannel(TransportChannel) - Constructor for class org.elasticsearch.transport.DelegatingTransportChannel
 
delete(DeleteRequest) - Method in interface org.elasticsearch.client.Client
Deletes a document from the index based on the index, type and id.
delete(DeleteRequest, ActionListener<DeleteResponse>) - Method in interface org.elasticsearch.client.Client
Deletes a document from the index based on the index, type and id.
delete(DeleteIndexRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes an index based on the index name.
delete(DeleteIndexRequest, ActionListener<DeleteIndexResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes an index based on the index name.
delete(DeleteRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
delete(DeleteRequest, ActionListener<DeleteResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
delete(BlobPath) - Method in interface org.elasticsearch.common.blobstore.BlobStore
Delete the blob store at the given BlobPath.
delete(BlobPath) - Method in class org.elasticsearch.common.blobstore.fs.FsBlobStore
 
delete(BlobPath) - Method in class org.elasticsearch.common.blobstore.url.URLBlobStore
This operation is not supported by URL Blob Store
delete() - Method in class org.elasticsearch.common.lucene.IndexCommitDelegate
 
delete(String, String) - Static method in class org.elasticsearch.common.Strings
Delete all occurrences of the given substring.
delete(Engine.Delete) - Method in class org.elasticsearch.index.engine.Engine
Perform document delete operation on the engine
Delete(String, String, Term, long, VersionType, Engine.Operation.Origin, long) - Constructor for class org.elasticsearch.index.engine.Engine.Delete
 
Delete(String, String, Term) - Constructor for class org.elasticsearch.index.engine.Engine.Delete
 
Delete(Engine.Delete, VersionType) - Constructor for class org.elasticsearch.index.engine.Engine.Delete
 
delete(Engine.Delete) - Method in class org.elasticsearch.index.engine.InternalEngine
 
delete(Engine.Delete) - Method in class org.elasticsearch.index.engine.ShadowEngine
 
delete(Engine.Delete) - Method in class org.elasticsearch.index.shard.IndexShard
 
delete(Engine, Engine.Delete) - Method in class org.elasticsearch.index.shard.TranslogRecoveryPerformer
 
Delete(StreamInput) - Constructor for class org.elasticsearch.index.translog.Translog.Delete
 
Delete(Engine.Delete, Engine.DeleteResult) - Constructor for class org.elasticsearch.index.translog.Translog.Delete
 
Delete(String, String, Term) - Constructor for class org.elasticsearch.index.translog.Translog.Delete
 
Delete(String, String, Term, long, VersionType) - Constructor for class org.elasticsearch.index.translog.Translog.Delete
 
delete(ClusterService, DeletePipelineRequest, ActionListener<WritePipelineResponse>) - Method in class org.elasticsearch.ingest.PipelineStore
Deletes the pipeline specified by id in the request.
delete(BlobContainer, String) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreFormat
Deletes obj in the blob container
DeleteAction - Class in org.elasticsearch.action.delete
 
deleteAny(String, String) - Static method in class org.elasticsearch.common.Strings
Delete any character in a given String.
deleteBlob(String) - Method in interface org.elasticsearch.common.blobstore.BlobContainer
Deletes a blob with giving name, if the blob exists.
deleteBlob(String) - Method in class org.elasticsearch.common.blobstore.fs.FsBlobContainer
 
deleteBlob(String) - Method in class org.elasticsearch.common.blobstore.url.URLBlobContainer
This operation is not supported by URLBlobContainer
DeleteByQueryAction - Class in org.elasticsearch.index.reindex
 
DeleteByQueryRequest - Class in org.elasticsearch.index.reindex
Creates a new DeleteByQueryRequest that uses scrolling and bulk requests to delete all documents matching the query.
DeleteByQueryRequest() - Constructor for class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
DeleteByQueryRequest(SearchRequest) - Constructor for class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
DeleteByQueryRequestBuilder - Class in org.elasticsearch.index.reindex
 
DeleteByQueryRequestBuilder(ElasticsearchClient, Action<DeleteByQueryRequest, BulkByScrollResponse, DeleteByQueryRequestBuilder>) - Constructor for class org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder
 
DeleteFailedEngineException - Exception in org.elasticsearch.index.engine
Deprecated.
DeleteFailedEngineException(StreamInput) - Constructor for exception org.elasticsearch.index.engine.DeleteFailedEngineException
Deprecated.
 
DeleteIndexAction - Class in org.elasticsearch.action.admin.indices.delete
 
DeleteIndexClusterStateUpdateRequest - Class in org.elasticsearch.action.admin.indices.delete
Cluster state update request that allows to close one or more indices
deleteIndexDirectorySafe(Index, long, IndexSettings) - Method in class org.elasticsearch.env.NodeEnvironment
Deletes an indexes data directory recursively iff all of the indexes shards locks were successfully acquired.
deleteIndexDirectoryUnderLock(Index, IndexSettings) - Method in class org.elasticsearch.env.NodeEnvironment
Deletes an indexes data directory recursively.
DeleteIndexRequest - Class in org.elasticsearch.action.admin.indices.delete
A request to delete an index.
DeleteIndexRequest() - Constructor for class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
 
DeleteIndexRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
Constructs a new delete index request for the specified index.
DeleteIndexRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
Constructs a new delete index request for the specified indices.
deleteIndexRequest(String) - Static method in class org.elasticsearch.client.Requests
Creates a delete index request.
DeleteIndexRequestBuilder - Class in org.elasticsearch.action.admin.indices.delete
 
DeleteIndexRequestBuilder(ElasticsearchClient, DeleteIndexAction, String...) - Constructor for class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequestBuilder
 
DeleteIndexResponse - Class in org.elasticsearch.action.admin.indices.delete
A response for a delete index action.
DeleteIndexTemplateAction - Class in org.elasticsearch.action.admin.indices.template.delete
 
DeleteIndexTemplateRequest - Class in org.elasticsearch.action.admin.indices.template.delete
A request to delete an index template.
DeleteIndexTemplateRequest() - Constructor for class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
 
DeleteIndexTemplateRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
Constructs a new delete index request for the specified name.
DeleteIndexTemplateRequestBuilder - Class in org.elasticsearch.action.admin.indices.template.delete
 
DeleteIndexTemplateRequestBuilder(ElasticsearchClient, DeleteIndexTemplateAction) - Constructor for class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequestBuilder
 
DeleteIndexTemplateRequestBuilder(ElasticsearchClient, DeleteIndexTemplateAction, String) - Constructor for class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequestBuilder
 
DeleteIndexTemplateResponse - Class in org.elasticsearch.action.admin.indices.template.delete
A response for a delete index template.
DeleteIndexTemplateResponse(boolean) - Constructor for class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateResponse
 
deleteIndices(DeleteIndexClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - Method in class org.elasticsearch.cluster.metadata.MetaDataDeleteIndexService
 
deleteIndices(ClusterState, Set<Index>) - Method in class org.elasticsearch.cluster.metadata.MetaDataDeleteIndexService
Delete some indices from the cluster state.
deleteLeftoverShardDirectory(Logger, NodeEnvironment, ShardLock, IndexSettings) - Static method in class org.elasticsearch.index.shard.ShardPath
This method tries to delete left-over shards where the index name has been reused but the UUID is different to allow the new shard to be allocated.
deleteMetaState(Path...) - Static method in class org.elasticsearch.gateway.MetaDataStateFormat
Deletes all meta state directories recursively for the given data locations
deletePipeline(DeletePipelineRequest, ActionListener<WritePipelineResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Deletes a stored ingest pipeline
deletePipeline(DeletePipelineRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Deletes a stored ingest pipeline
DeletePipelineAction - Class in org.elasticsearch.action.ingest
 
DeletePipelineAction() - Constructor for class org.elasticsearch.action.ingest.DeletePipelineAction
 
DeletePipelineRequest - Class in org.elasticsearch.action.ingest
 
DeletePipelineRequest(String) - Constructor for class org.elasticsearch.action.ingest.DeletePipelineRequest
 
DeletePipelineRequestBuilder - Class in org.elasticsearch.action.ingest
 
DeletePipelineRequestBuilder(ElasticsearchClient, DeletePipelineAction) - Constructor for class org.elasticsearch.action.ingest.DeletePipelineRequestBuilder
 
DeletePipelineRequestBuilder(ElasticsearchClient, DeletePipelineAction, String) - Constructor for class org.elasticsearch.action.ingest.DeletePipelineRequestBuilder
 
DeletePipelineTransportAction - Class in org.elasticsearch.action.ingest
 
DeletePipelineTransportAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, NodeService) - Constructor for class org.elasticsearch.action.ingest.DeletePipelineTransportAction
 
deleteQuiet(String...) - Method in class org.elasticsearch.index.store.Store
 
deleteRepository(DeleteRepositoryRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Unregisters a repository.
deleteRepository(DeleteRepositoryRequest, ActionListener<DeleteRepositoryResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Unregisters a repository.
DeleteRepositoryAction - Class in org.elasticsearch.action.admin.cluster.repositories.delete
Unregister repository action
DeleteRepositoryRequest - Class in org.elasticsearch.action.admin.cluster.repositories.delete
Unregister repository request.
DeleteRepositoryRequest() - Constructor for class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequest
 
DeleteRepositoryRequest(String) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequest
Constructs a new unregister repository request with the provided name.
deleteRepositoryRequest(String) - Static method in class org.elasticsearch.client.Requests
Deletes registration for snapshot repository
DeleteRepositoryRequestBuilder - Class in org.elasticsearch.action.admin.cluster.repositories.delete
Builder for unregister repository request
DeleteRepositoryRequestBuilder(ElasticsearchClient, DeleteRepositoryAction) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequestBuilder
Constructs unregister repository request builder
DeleteRepositoryRequestBuilder(ElasticsearchClient, DeleteRepositoryAction, String) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequestBuilder
Constructs unregister repository request builder with specified repository name
DeleteRepositoryResponse - Class in org.elasticsearch.action.admin.cluster.repositories.delete
Unregister repository response
DeleteRequest - Class in org.elasticsearch.action.delete
A request to delete a document from an index based on its type and id.
DeleteRequest() - Constructor for class org.elasticsearch.action.delete.DeleteRequest
 
DeleteRequest(String) - Constructor for class org.elasticsearch.action.delete.DeleteRequest
Constructs a new delete request against the specified index.
DeleteRequest(String, String, String) - Constructor for class org.elasticsearch.action.delete.DeleteRequest
Constructs a new delete request against the specified index with the type and id.
deleteRequest(String) - Static method in class org.elasticsearch.client.Requests
Creates a delete request against a specific index.
DeleteRequestBuilder - Class in org.elasticsearch.action.delete
A delete document action request builder.
DeleteRequestBuilder(ElasticsearchClient, DeleteAction) - Constructor for class org.elasticsearch.action.delete.DeleteRequestBuilder
 
DeleteRequestBuilder(ElasticsearchClient, DeleteAction, String) - Constructor for class org.elasticsearch.action.delete.DeleteRequestBuilder
 
DeleteResponse - Class in org.elasticsearch.action.delete
The response of the delete action.
DeleteResponse() - Constructor for class org.elasticsearch.action.delete.DeleteResponse
 
DeleteResponse(ShardId, String, String, long, boolean) - Constructor for class org.elasticsearch.action.delete.DeleteResponse
 
DeleteResponse.Builder - Class in org.elasticsearch.action.delete
Builder class for DeleteResponse.
DeleteResult(long, boolean) - Constructor for class org.elasticsearch.index.engine.Engine.DeleteResult
 
DeleteResult(Exception, long, boolean) - Constructor for class org.elasticsearch.index.engine.Engine.DeleteResult
 
deletes - Variable in class org.elasticsearch.cluster.DiffableUtils.MapDiff
 
deleteScript(String, String) - Method in class org.elasticsearch.script.ScriptMetaData.Builder
Delete a script from the existing stored scripts.
deleteShardDirectorySafe(ShardId, IndexSettings) - Method in class org.elasticsearch.env.NodeEnvironment
Deletes a shard data directory iff the shards locks were successfully acquired.
deleteShardDirectoryUnderLock(ShardLock, IndexSettings) - Method in class org.elasticsearch.env.NodeEnvironment
Deletes a shard data directory.
deleteShardStore(String, ShardLock, IndexSettings) - Method in interface org.elasticsearch.index.IndexService.ShardStoreDeleter
 
deleteShardStore(String, ShardLock, IndexSettings) - Method in class org.elasticsearch.indices.IndicesService
Deletes the shard with an already acquired shard lock.
deleteShardStore(String, ShardId, ClusterState) - Method in class org.elasticsearch.indices.IndicesService
This method deletes the shard contents on disk for the given shard ID.
deleteSnapshot(DeleteSnapshotRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Delete snapshot.
deleteSnapshot(DeleteSnapshotRequest, ActionListener<DeleteSnapshotResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Delete snapshot.
deleteSnapshot(SnapshotId, long) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
deleteSnapshot(SnapshotId, long) - Method in interface org.elasticsearch.repositories.Repository
Deletes snapshot
deleteSnapshot(String, String, SnapshotsService.DeleteSnapshotListener, boolean) - Method in class org.elasticsearch.snapshots.SnapshotsService
Deletes a snapshot from the repository, looking up the Snapshot reference before deleting.
DeleteSnapshotAction - Class in org.elasticsearch.action.admin.cluster.snapshots.delete
Delete snapshot action
DeleteSnapshotRequest - Class in org.elasticsearch.action.admin.cluster.snapshots.delete
Delete snapshot request
DeleteSnapshotRequest() - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
Constructs a new delete snapshots request
DeleteSnapshotRequest(String, String) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
Constructs a new delete snapshots request with repository and snapshot name
DeleteSnapshotRequest(String) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
Constructs a new delete snapshots request with repository name
deleteSnapshotRequest(String, String) - Static method in class org.elasticsearch.client.Requests
Deletes a snapshot
DeleteSnapshotRequestBuilder - Class in org.elasticsearch.action.admin.cluster.snapshots.delete
Delete snapshot request builder
DeleteSnapshotRequestBuilder(ElasticsearchClient, DeleteSnapshotAction) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequestBuilder
Constructs delete snapshot request builder
DeleteSnapshotRequestBuilder(ElasticsearchClient, DeleteSnapshotAction, String, String) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequestBuilder
Constructs delete snapshot request builder with specified repository and snapshot names
DeleteSnapshotResponse - Class in org.elasticsearch.action.admin.cluster.snapshots.delete
Delete snapshot response
deleteStoredScript(DeleteStoredScriptRequest, ActionListener<DeleteStoredScriptResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Delete a script from the cluster state
deleteStoredScript(DeleteStoredScriptRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Delete a script from the cluster state
deleteStoredScript(ClusterService, DeleteStoredScriptRequest, ActionListener<DeleteStoredScriptResponse>) - Method in class org.elasticsearch.script.ScriptService
 
DeleteStoredScriptAction - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
DeleteStoredScriptRequest - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
DeleteStoredScriptRequest(String, String) - Constructor for class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
 
DeleteStoredScriptRequestBuilder - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
DeleteStoredScriptRequestBuilder(ElasticsearchClient, DeleteStoredScriptAction) - Constructor for class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequestBuilder
 
DeleteStoredScriptResponse - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
DeleteStoredScriptResponse(boolean) - Constructor for class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptResponse
 
deleteSubDirectories(Path...) - Static method in class org.elasticsearch.common.io.FileSystemUtils
Deletes all subdirectories in the given path recursively
deleteTemplate(DeleteIndexTemplateRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes index template.
deleteTemplate(DeleteIndexTemplateRequest, ActionListener<DeleteIndexTemplateResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes an index template.
deleteUnassignedIndex(String, IndexMetaData, ClusterState) - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
Deletes an index that is not assigned to this node.
deleteUnassignedIndex(String, IndexMetaData, ClusterState) - Method in class org.elasticsearch.indices.IndicesService
Deletes an index that is not assigned to this node.
deletionPolicy - Variable in class org.elasticsearch.index.engine.Engine
 
delimitedListToStringArray(String, String) - Static method in class org.elasticsearch.common.Strings
Take a String which is a delimited list and convert it to a String array.
delimitedListToStringArray(String, String, String) - Static method in class org.elasticsearch.common.Strings
Take a String which is a delimited list and convert it to a String array.
DelimitedPayloadTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
DelimitedPayloadTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.DelimitedPayloadTokenFilterFactory
 
DELIMITER - Static variable in class org.elasticsearch.index.mapper.Uid
 
DELIMITER_BYTE - Static variable in class org.elasticsearch.index.mapper.Uid
 
delta(DiscoveryNodes) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Returns the changes comparing this nodes to the provided nodes.
Dependency<T> - Class in org.elasticsearch.common.inject.spi
A variable that can be resolved by an injector.
deprecated(String, Object...) - Method in class org.elasticsearch.common.logging.DeprecationLogger
Logs a deprecation message, adding a formatted warning message as a response header on the thread context.
deprecatedAndMaybeLog(String, String, Object...) - Method in class org.elasticsearch.common.logging.DeprecationLogger
Adds a formatted warning message as a response header on the thread context, and logs a deprecation message if the associated key has not recently been seen.
deprecationLogger - Variable in class org.elasticsearch.common.component.AbstractComponent
 
DeprecationLogger - Class in org.elasticsearch.common.logging
A logger that logs deprecation notices.
DeprecationLogger(Logger) - Constructor for class org.elasticsearch.common.logging.DeprecationLogger
Creates a new deprecation logger based on the parent logger.
deprecationLogger - Variable in class org.elasticsearch.index.AbstractIndexComponent
 
deprecationLogger - Static variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
deprecationLogger - Static variable in class org.elasticsearch.index.mapper.TypeParsers
 
deprecationLogger - Variable in class org.elasticsearch.index.shard.AbstractIndexShardComponent
 
DeprecationRestHandler - Class in org.elasticsearch.rest
DeprecationRestHandler provides a proxy for any existing RestHandler so that usage of the handler can be logged using the DeprecationLogger.
DeprecationRestHandler(RestHandler, String, DeprecationLogger) - Constructor for class org.elasticsearch.rest.DeprecationRestHandler
Create a DeprecationRestHandler that encapsulates the handler using the deprecationLogger to log deprecation warning.
deque(Recycler.C<T>, int) - Static method in enum org.elasticsearch.common.recycler.Recyclers
Return a recycler based on a deque.
dequeFactory(Recycler.C<T>, int) - Static method in enum org.elasticsearch.common.recycler.Recyclers
Return a recycler based on a deque.
DequeRecycler<T> - Class in org.elasticsearch.common.recycler
A Recycler implementation based on a Deque.
DequeRecycler(Recycler.C<T>, Deque<T>, int) - Constructor for class org.elasticsearch.common.recycler.DequeRecycler
 
Derivative - Interface in org.elasticsearch.search.aggregations.pipeline.derivative
 
derivative(String, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
DerivativePipelineAggregationBuilder - Class in org.elasticsearch.search.aggregations.pipeline.derivative
 
DerivativePipelineAggregationBuilder(String, String) - Constructor for class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
DerivativePipelineAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
Read from a stream.
DerivativePipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline.derivative
 
DerivativePipelineAggregator(String, String[], DocValueFormat, BucketHelpers.GapPolicy, Long, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
 
DerivativePipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
Read from a stream.
descendsFromBucketAggregator(Aggregator) - Static method in class org.elasticsearch.search.aggregations.Aggregator
Returns whether one of the parents is a BucketsAggregator.
describeParams() - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Describe the parameters that control how the "more like this" query is formed.
describeTasks(List<T>) - Method in interface org.elasticsearch.cluster.ClusterStateTaskExecutor
Builds a concise description of a list of tasks (to be used in logging etc.).
describeTasks(List<ClusterStateUpdateTask>) - Method in class org.elasticsearch.cluster.ClusterStateUpdateTask
 
describeTasks(List<LocalClusterUpdateTask>) - Method in class org.elasticsearch.cluster.LocalClusterUpdateTask
 
describeTasks(List<? extends TaskBatcher.BatchedTask>) - Method in class org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
 
description - Variable in class org.elasticsearch.cli.Command
A description of the command, used in the help output.
description() - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
description() - Method in enum org.elasticsearch.search.aggregations.support.ValueType
 
destination() - Method in class org.elasticsearch.index.reindex.ReindexRequestBuilder
 
destination(String) - Method in class org.elasticsearch.index.reindex.ReindexRequestBuilder
Set the destination index.
destination(String, String) - Method in class org.elasticsearch.index.reindex.ReindexRequestBuilder
Set the destination index and type.
destroy(T) - Method in class org.elasticsearch.common.recycler.AbstractRecyclerC
 
destroy(T) - Method in interface org.elasticsearch.common.recycler.Recycler.C
Destroy the data.
DestructiveOperations - Class in org.elasticsearch.action.support
Helper for dealing with destructive operations and wildcard usage.
DestructiveOperations(Settings, ClusterSettings) - Constructor for class org.elasticsearch.action.support.DestructiveOperations
 
detail() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
 
DetailAnalyzeResponse - Class in org.elasticsearch.action.admin.indices.analyze
 
DetailAnalyzeResponse(DetailAnalyzeResponse.AnalyzeTokenList) - Constructor for class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
 
DetailAnalyzeResponse(DetailAnalyzeResponse.CharFilteredText[], DetailAnalyzeResponse.AnalyzeTokenList, DetailAnalyzeResponse.AnalyzeTokenList[]) - Constructor for class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
 
DetailAnalyzeResponse(boolean, DetailAnalyzeResponse.AnalyzeTokenList, DetailAnalyzeResponse.CharFilteredText[], DetailAnalyzeResponse.AnalyzeTokenList, DetailAnalyzeResponse.AnalyzeTokenList[]) - Constructor for class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
 
DetailAnalyzeResponse.AnalyzeTokenList - Class in org.elasticsearch.action.admin.indices.analyze
 
DetailAnalyzeResponse.CharFilteredText - Class in org.elasticsearch.action.admin.indices.analyze
 
detailed() - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
True if detailed flag is set, false otherwise.
detailed(boolean) - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
Set value of the detailed flag.
detailed() - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
 
detailed(boolean) - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
 
detailedErrorsEnabled - Variable in class org.elasticsearch.rest.AbstractRestChannel
 
detailedErrorsEnabled() - Method in class org.elasticsearch.rest.AbstractRestChannel
 
detailedErrorsEnabled() - Method in interface org.elasticsearch.rest.RestChannel
 
detailedMessage(Throwable) - Static method in class org.elasticsearch.ExceptionsHelper
Deprecated.
Don't swallow exceptions, allow them to propagate.
detect() - Method in class org.elasticsearch.monitor.jvm.HotThreads
 
detectNoop(boolean) - Method in class org.elasticsearch.action.update.UpdateRequest
Should this update attempt to detect if it is a noop? Defaults to true.
detectNoop() - Method in class org.elasticsearch.action.update.UpdateRequest
Should this update attempt to detect if it is a noop? Defaults to true.
DeviceStats(int, int, String, long, long, long, long, FsInfo.DeviceStats) - Constructor for class org.elasticsearch.monitor.fs.FsInfo.DeviceStats
 
DeviceStats(StreamInput) - Constructor for class org.elasticsearch.monitor.fs.FsInfo.DeviceStats
 
df() - Method in class org.elasticsearch.search.lookup.IndexFieldTerm
 
DFISimilarityProvider - Class in org.elasticsearch.index.similarity
SimilarityProvider for the DFISimilarity.
DFISimilarityProvider(String, Settings) - Constructor for class org.elasticsearch.index.similarity.DFISimilarityProvider
 
DFRSimilarityProvider - Class in org.elasticsearch.index.similarity
SimilarityProvider for DFRSimilarity.
DFRSimilarityProvider(String, Settings) - Constructor for class org.elasticsearch.index.similarity.DFRSimilarityProvider
 
dfs() - Method in class org.elasticsearch.search.query.QuerySearchRequest
 
DFS_ACTION_NAME - Static variable in class org.elasticsearch.action.search.SearchTransportService
 
DfsPhase - Class in org.elasticsearch.search.dfs
Dfs phase of a search request, used to make scoring 100% accurate by collecting additional info from each shard before the query phase.
DfsPhase() - Constructor for class org.elasticsearch.search.dfs.DfsPhase
 
DfsPhaseExecutionException - Exception in org.elasticsearch.search.dfs
 
DfsPhaseExecutionException(SearchContext, String, Throwable) - Constructor for exception org.elasticsearch.search.dfs.DfsPhaseExecutionException
 
DfsPhaseExecutionException(SearchContext, String) - Constructor for exception org.elasticsearch.search.dfs.DfsPhaseExecutionException
 
DfsPhaseExecutionException(StreamInput) - Constructor for exception org.elasticsearch.search.dfs.DfsPhaseExecutionException
 
dfsResult() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
dfsResult() - Method in class org.elasticsearch.search.internal.SearchContext
 
DfsSearchResult - Class in org.elasticsearch.search.dfs
 
DfsSearchResult() - Constructor for class org.elasticsearch.search.dfs.DfsSearchResult
 
DfsSearchResult(long, SearchShardTarget) - Constructor for class org.elasticsearch.search.dfs.DfsSearchResult
 
DictionaryCompoundWordTokenFilterFactory - Class in org.elasticsearch.index.analysis.compound
Uses the DictionaryCompoundWordTokenFilter to decompound tokens using a dictionary.
DictionaryCompoundWordTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.compound.DictionaryCompoundWordTokenFilterFactory
 
diff(T) - Method in class org.elasticsearch.cluster.AbstractDiffable
 
diff(T) - Method in class org.elasticsearch.cluster.AbstractNamedDiffable
 
diff(ClusterState) - Method in class org.elasticsearch.cluster.ClusterState
 
Diff<T> - Interface in org.elasticsearch.cluster
Represents difference between states of cluster state parts
diff(T) - Method in interface org.elasticsearch.cluster.Diffable
Returns serializable object representing differences between this and previousState
diff(ImmutableOpenMap<K, T>, ImmutableOpenMap<K, T>, DiffableUtils.KeySerializer<K>) - Static method in class org.elasticsearch.cluster.DiffableUtils
Calculates diff between two ImmutableOpenMaps of Diffable objects
diff(ImmutableOpenMap<K, T>, ImmutableOpenMap<K, T>, DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - Static method in class org.elasticsearch.cluster.DiffableUtils
Calculates diff between two ImmutableOpenMaps of non-diffable objects
diff(ImmutableOpenIntMap<T>, ImmutableOpenIntMap<T>, DiffableUtils.KeySerializer<Integer>) - Static method in class org.elasticsearch.cluster.DiffableUtils
Calculates diff between two ImmutableOpenIntMaps of Diffable objects
diff(ImmutableOpenIntMap<T>, ImmutableOpenIntMap<T>, DiffableUtils.KeySerializer<Integer>, DiffableUtils.ValueSerializer<Integer, T>) - Static method in class org.elasticsearch.cluster.DiffableUtils
Calculates diff between two ImmutableOpenIntMaps of non-diffable objects
diff(Map<K, T>, Map<K, T>, DiffableUtils.KeySerializer<K>) - Static method in class org.elasticsearch.cluster.DiffableUtils
Calculates diff between two Maps of Diffable objects.
diff(Map<K, T>, Map<K, T>, DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - Static method in class org.elasticsearch.cluster.DiffableUtils
Calculates diff between two Maps of non-diffable objects
diff(V, V) - Method in class org.elasticsearch.cluster.DiffableUtils.DiffableValueSerializer
 
diff(V, V) - Method in class org.elasticsearch.cluster.DiffableUtils.NonDiffableValueSerializer
 
diff(V, V) - Method in interface org.elasticsearch.cluster.DiffableUtils.ValueSerializer
Computes diff if this serializer supports diffable values
diff(MetaData.Custom) - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard
 
diff(IndexMetaData) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
diff(MetaData) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
diff(RoutingTable) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
diff(Settings, Settings) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Returns a settings object that contains all settings that are not already set in the given source.
diff(Settings.Builder, Settings, Settings) - Method in class org.elasticsearch.common.settings.SecureSetting
Overrides the diff operation to make this a no-op for secure settings as they shouldn't be returned in a diff
diff(Settings.Builder, Settings, Settings) - Method in class org.elasticsearch.common.settings.Setting.AffixSetting
 
diff(Settings.Builder, Settings, Settings) - Method in class org.elasticsearch.common.settings.Setting
Add this setting to the builder if it doesn't exists in the source settings.
diff(MetaData.Custom) - Method in class org.elasticsearch.ingest.IngestMetadata
 
diff(MetaData.Custom) - Method in class org.elasticsearch.script.ScriptMetaData
 
diff(String, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
Diffable<T> - Interface in org.elasticsearch.cluster
Cluster state part, changes in which can be serialized
DiffableUtils - Class in org.elasticsearch.cluster
 
DiffableUtils.DiffableValueReader<K,V extends Diffable<V>> - Class in org.elasticsearch.cluster
Implementation of the ValueSerializer that wraps value and diff readers.
DiffableUtils.DiffableValueSerializer<K,V extends Diffable<V>> - Class in org.elasticsearch.cluster
Serializer for Diffable map values.
DiffableUtils.ImmutableOpenMapDiff<K,T> - Class in org.elasticsearch.cluster
Represents differences between two ImmutableOpenMap of (possibly diffable) objects
DiffableUtils.KeySerializer<K> - Interface in org.elasticsearch.cluster
Provides read and write operations to serialize keys of map
DiffableUtils.MapDiff<K,T,M> - Class in org.elasticsearch.cluster
Represents differences between two maps of objects and is used as base class for different map implementations.
DiffableUtils.NonDiffableValueSerializer<K,V> - Class in org.elasticsearch.cluster
Serializer for non-diffable map values
DiffableUtils.StringSetValueSerializer<K> - Class in org.elasticsearch.cluster
Implementation of ValueSerializer that serializes immutable sets
DiffableUtils.ValueSerializer<K,V> - Interface in org.elasticsearch.cluster
Provides read and write operations to serialize map values.
DiffableValueReader(Writeable.Reader<V>, Writeable.Reader<Diff<V>>) - Constructor for class org.elasticsearch.cluster.DiffableUtils.DiffableValueReader
 
DiffableValueSerializer() - Constructor for class org.elasticsearch.cluster.DiffableUtils.DiffableValueSerializer
 
difference(Set<T>, Set<T>) - Static method in class org.elasticsearch.common.util.set.Sets
The relative complement, or difference, of the specified left and right set.
different - Variable in class org.elasticsearch.index.store.Store.RecoveryDiff
Files that exist in both snapshots but their they are not identical
diffs - Variable in class org.elasticsearch.cluster.DiffableUtils.MapDiff
 
digestToString(long) - Static method in class org.elasticsearch.index.store.Store
Produces a string representation of the given digest value.
DIRECT_GENERATOR_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
DIRECT_RESPONSE_PROFILE - Static variable in class org.elasticsearch.transport.TransportService
 
DirectCandidateGenerator - Class in org.elasticsearch.search.suggest.phrase
 
DirectCandidateGenerator(DirectSpellChecker, String, SuggestMode, IndexReader, double, int) - Constructor for class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
 
DirectCandidateGenerator(DirectSpellChecker, String, SuggestMode, IndexReader, double, int, Analyzer, Analyzer, Terms) - Constructor for class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
 
DirectCandidateGenerator.Candidate - Class in org.elasticsearch.search.suggest.phrase
 
DirectCandidateGenerator.CandidateSet - Class in org.elasticsearch.search.suggest.phrase
 
DirectCandidateGenerator.TokenConsumer - Class in org.elasticsearch.search.suggest.phrase
 
DirectCandidateGeneratorBuilder - Class in org.elasticsearch.search.suggest.phrase
 
DirectCandidateGeneratorBuilder(String) - Constructor for class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
DirectCandidateGeneratorBuilder(StreamInput) - Constructor for class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
Read from a stream.
directory() - Method in class org.elasticsearch.index.store.Store
 
DirectoryService - Class in org.elasticsearch.index.store
 
DirectoryService(ShardId, IndexSettings) - Constructor for class org.elasticsearch.index.store.DirectoryService
 
DirectoryUtils - Class in org.elasticsearch.index.store
Utils for working with Directory classes.
DirectSpellcheckerSettings - Class in org.elasticsearch.search.suggest
 
DirectSpellcheckerSettings() - Constructor for class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
DISABLE_COORD_DEFAULT - Static variable in class org.elasticsearch.index.query.BoolQueryBuilder
 
disableCoord(boolean) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Disables Similarity#coord(int,int) in scoring.
disableCoord() - Method in class org.elasticsearch.index.query.BoolQueryBuilder
 
disableCoord(boolean) - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
disableCoord() - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
DisabledQueryCache - Class in org.elasticsearch.index.cache.query
 
DisabledQueryCache(IndexSettings) - Constructor for class org.elasticsearch.index.cache.query.DisabledQueryCache
 
DisableGraphAttribute - Interface in org.apache.lucene.analysis.miscellaneous
This attribute can be used to indicate that the PositionLengthAttribute should not be taken in account in this TokenStream.
DisableGraphAttributeImpl - Class in org.apache.lucene.analysis.miscellaneous
Default implementation of DisableGraphAttribute.
DisableGraphAttributeImpl() - Constructor for class org.apache.lucene.analysis.miscellaneous.DisableGraphAttributeImpl
 
disableStatePersistence() - Method in class org.elasticsearch.cluster.block.ClusterBlock
Should global state persistence be disabled when this block is present.
disableStatePersistence() - Method in class org.elasticsearch.cluster.block.ClusterBlocks
Returns true if one of the global blocks as its disable state persistence flag set.
disconnectFromNode(DiscoveryNode) - Method in class org.elasticsearch.transport.local.LocalTransport
 
disconnectFromNode(DiscoveryNode) - Method in class org.elasticsearch.transport.TcpTransport
 
disconnectFromNode(DiscoveryNode) - Method in interface org.elasticsearch.transport.Transport
Disconnected from the given node, if not connected, will do nothing.
disconnectFromNode(DiscoveryNode) - Method in class org.elasticsearch.transport.TransportService
 
disconnectFromNodesExcept(DiscoveryNodes) - Method in class org.elasticsearch.cluster.NodeConnectionsService
Disconnects from all nodes except the ones provided as parameter
discovery() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
 
discovery(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node's discovery stats be returned.
Discovery - Interface in org.elasticsearch.discovery
A pluggable module allowing to implement discovery of other nodes, publishing of the cluster state to all nodes, electing a master of the cluster that raises cluster state change events.
Discovery.AckListener - Interface in org.elasticsearch.discovery
 
Discovery.FailedToCommitClusterStateException - Exception in org.elasticsearch.discovery
 
DISCOVERY_HOSTS_PROVIDER_SETTING - Static variable in class org.elasticsearch.discovery.DiscoveryModule
 
DISCOVERY_JOIN_ACTION_NAME - Static variable in class org.elasticsearch.discovery.zen.MembershipAction
 
DISCOVERY_JOIN_VALIDATE_ACTION_NAME - Static variable in class org.elasticsearch.discovery.zen.MembershipAction
 
DISCOVERY_LEAVE_ACTION_NAME - Static variable in class org.elasticsearch.discovery.zen.MembershipAction
 
DISCOVERY_REJOIN_ACTION_NAME - Static variable in class org.elasticsearch.discovery.zen.ZenDiscovery
 
DISCOVERY_TYPE_SETTING - Static variable in class org.elasticsearch.discovery.DiscoveryModule
 
DISCOVERY_ZEN_MINIMUM_MASTER_NODES_SETTING - Static variable in class org.elasticsearch.discovery.zen.ElectMasterService
 
DISCOVERY_ZEN_PING_UNICAST_CONCURRENT_CONNECTS_SETTING - Static variable in class org.elasticsearch.discovery.zen.UnicastZenPing
 
DISCOVERY_ZEN_PING_UNICAST_HOSTS_RESOLVE_TIMEOUT - Static variable in class org.elasticsearch.discovery.zen.UnicastZenPing
 
DISCOVERY_ZEN_PING_UNICAST_HOSTS_SETTING - Static variable in class org.elasticsearch.discovery.zen.UnicastZenPing
 
DiscoveryModule - Class in org.elasticsearch.discovery
A module for loading classes for node discovery.
DiscoveryModule(Settings, ThreadPool, TransportService, NamedWriteableRegistry, NetworkService, ClusterService, List<DiscoveryPlugin>) - Constructor for class org.elasticsearch.discovery.DiscoveryModule
 
DiscoveryNode - Class in org.elasticsearch.cluster.node
A discovery node represents a node that is part of the cluster.
DiscoveryNode(String, TransportAddress, Version) - Constructor for class org.elasticsearch.cluster.node.DiscoveryNode
Creates a new DiscoveryNode
DiscoveryNode(String, TransportAddress, Map<String, String>, Set<DiscoveryNode.Role>, Version) - Constructor for class org.elasticsearch.cluster.node.DiscoveryNode
Creates a new DiscoveryNode
DiscoveryNode(String, String, TransportAddress, Map<String, String>, Set<DiscoveryNode.Role>, Version) - Constructor for class org.elasticsearch.cluster.node.DiscoveryNode
Creates a new DiscoveryNode
DiscoveryNode(String, String, String, String, String, TransportAddress, Map<String, String>, Set<DiscoveryNode.Role>, Version) - Constructor for class org.elasticsearch.cluster.node.DiscoveryNode
Creates a new DiscoveryNode.
DiscoveryNode(StreamInput) - Constructor for class org.elasticsearch.cluster.node.DiscoveryNode
Creates a new DiscoveryNode by reading from the stream provided as argument
DiscoveryNode.Role - Enum in org.elasticsearch.cluster.node
Enum that holds all the possible roles that that a node can fulfill in a cluster.
DiscoveryNodeFilters - Class in org.elasticsearch.cluster.node
 
DiscoveryNodeFilters.OpType - Enum in org.elasticsearch.cluster.node
 
DiscoveryNodes - Class in org.elasticsearch.cluster.node
This class holds all DiscoveryNode in the cluster and provides convenience methods to access, modify merge / diff discovery nodes.
DiscoveryNodes.Builder - Class in org.elasticsearch.cluster.node
 
DiscoveryNodes.Delta - Class in org.elasticsearch.cluster.node
 
discoveryNodeToXContent(DiscoveryNode, boolean, XContentBuilder) - Static method in class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
Generates X-Content for a DiscoveryNode that leaves off some of the non-critical fields.
DiscoveryPlugin - Interface in org.elasticsearch.plugins
An additional extension point for Plugins that extends Elasticsearch's discovery functionality.
DiscoverySettings - Class in org.elasticsearch.discovery
Exposes common discovery settings that may be supported by all the different discovery implementations
DiscoverySettings(Settings, ClusterSettings) - Constructor for class org.elasticsearch.discovery.DiscoverySettings
 
DiscoveryStats - Class in org.elasticsearch.discovery
 
DiscoveryStats(PendingClusterStateStats) - Constructor for class org.elasticsearch.discovery.DiscoveryStats
 
DiscoveryStats(StreamInput) - Constructor for class org.elasticsearch.discovery.DiscoveryStats
 
DiskThresholdDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
The DiskThresholdDecider checks that the node a shard is potentially being allocated to has enough disk space.
DiskThresholdDecider(Settings, ClusterSettings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
 
DiskThresholdMonitor - Class in org.elasticsearch.cluster.routing.allocation
Listens for a node to go over the high watermark and kicks off an empty reroute if it does.
DiskThresholdMonitor(Settings, ClusterSettings, ClusterInfoService, Client) - Constructor for class org.elasticsearch.cluster.routing.allocation.DiskThresholdMonitor
 
DiskThresholdSettings - Class in org.elasticsearch.cluster.routing.allocation
A container to keep settings for disk thresholds up to date with cluster setting changes.
DiskThresholdSettings(Settings, ClusterSettings) - Constructor for class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
 
DiskUsage - Class in org.elasticsearch.cluster
Encapsulation class used to represent the amount of disk used on a node.
DiskUsage(String, String, String, long, long) - Constructor for class org.elasticsearch.cluster.DiskUsage
Create a new DiskUsage, if totalBytes is 0, DiskUsage.getFreeDiskAsPercentage() will always return 100.0% free
DiskUsage(StreamInput) - Constructor for class org.elasticsearch.cluster.DiskUsage
 
dismaxBlendedQuery(Term[], float) - Static method in class org.apache.lucene.queries.BlendedTermQuery
 
dismaxBlendedQuery(Term[], float[], float) - Static method in class org.apache.lucene.queries.BlendedTermQuery
 
disMaxQuery() - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that generates the union of documents produced by its sub-queries, and that scores each document with the maximum score for that document as produced by any sub-query, plus a tie breaking increment for any additional matching sub-queries.
DisMaxQueryBuilder - Class in org.elasticsearch.index.query
A query that generates the union of documents produced by its sub-queries, and that scores each document with the maximum score for that document as produced by any sub-query, plus a tie breaking increment for any additional matching sub-queries.
DisMaxQueryBuilder() - Constructor for class org.elasticsearch.index.query.DisMaxQueryBuilder
 
DisMaxQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.DisMaxQueryBuilder
Read from a stream.
dispatchBadRequest(RestRequest, RestChannel, ThreadContext, Throwable) - Method in interface org.elasticsearch.http.HttpServerTransport.Dispatcher
Dispatches a bad request.
dispatchBadRequest(RestRequest, RestChannel, ThreadContext, Throwable) - Method in class org.elasticsearch.rest.RestController
 
dispatchRequest(RestRequest, RestChannel, ThreadContext) - Method in interface org.elasticsearch.http.HttpServerTransport.Dispatcher
Dispatches the RestRequest to the relevant request handler or responds to the given rest channel directly if the request can't be handled by any request handler.
dispatchRequest(RestRequest, RestChannel, ThreadContext) - Method in class org.elasticsearch.rest.RestController
 
dist(int) - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
Distance(double, DistanceUnit) - Constructor for class org.elasticsearch.common.unit.DistanceUnit.Distance
 
distance(LeafReaderContext) - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
This function computes the distance from a defined origin.
distance(String) - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Sets the distance from the center using the default distance unit.
distance(String, DistanceUnit) - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Sets the distance from the center for this query.
distance(double, DistanceUnit) - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Sets the distance from the center for this query.
distance() - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Returns the distance configured as radius.
DISTANCE_ERROR_PCT - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
 
distanceErrorPct() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
distanceType(GeoDistance) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
distanceType() - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
DistanceUnit - Enum in org.elasticsearch.common.unit
The DistanceUnit enumerates several units for measuring distances.
DistanceUnit.Distance - Class in org.elasticsearch.common.unit
This class implements a value+unit tuple.
distanceValues(GeoDistance, DistanceUnit, MultiGeoPointValues, GeoPoint...) - Static method in class org.elasticsearch.common.geo.GeoUtils
Return a SortedNumericDoubleValues instance that returns the distances to a list of geo-points for each document.
DiversifiedAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.sampler
 
DiversifiedAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
 
DiversifiedAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
Read from a stream.
DiversifiedAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.sampler
 
DiversifiedAggregatorFactory(String, ValuesSourceConfig<ValuesSource>, int, int, String, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregatorFactory
 
DiversifiedBytesHashSamplerAggregator - Class in org.elasticsearch.search.aggregations.bucket.sampler
Alternative, faster implementation for converting String keys to longs but with the potential for hash collisions.
DiversifiedBytesHashSamplerAggregator(String, int, AggregatorFactories, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>, ValuesSource, int) - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedBytesHashSamplerAggregator
 
DiversifiedMapSamplerAggregator - Class in org.elasticsearch.search.aggregations.bucket.sampler
 
DiversifiedMapSamplerAggregator(String, int, AggregatorFactories, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>, ValuesSource, int) - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedMapSamplerAggregator
 
DiversifiedNumericSamplerAggregator - Class in org.elasticsearch.search.aggregations.bucket.sampler
 
DiversifiedNumericSamplerAggregator(String, int, AggregatorFactories, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>, ValuesSource.Numeric, int) - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedNumericSamplerAggregator
 
DiversifiedOrdinalsSamplerAggregator - Class in org.elasticsearch.search.aggregations.bucket.sampler
 
DiversifiedOrdinalsSamplerAggregator(String, int, AggregatorFactories, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>, ValuesSource.Bytes.WithOrdinals.FieldData, int) - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedOrdinalsSamplerAggregator
 
diversifiedSampler(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Sampler aggregation with the given name.
DO_NOT_FETCH_SOURCE - Static variable in class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
doBooleanValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
doBooleanValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
 
doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
 
doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
 
doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
 
doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
 
doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
 
doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
 
doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
 
doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
 
doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
 
doBuild(SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
 
doc() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Returns the artificial document from which term vectors are requested for.
doc(XContentBuilder) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Sets an artificial document from which term vectors are requested for.
doc(BytesReference, boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Deprecated.
doc(BytesReference, boolean, XContentType) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Sets an artificial document from which term vectors are requested for.
doc(IndexRequest) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified.
doc(XContentBuilder) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified.
doc(Map) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified.
doc(Map, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified.
doc(String) - Method in class org.elasticsearch.action.update.UpdateRequest
doc(String, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified.
doc(byte[]) - Method in class org.elasticsearch.action.update.UpdateRequest
doc(byte[], XContentType) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified.
doc(byte[], int, int) - Method in class org.elasticsearch.action.update.UpdateRequest
doc(byte[], int, int, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified.
doc(Object...) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified, the doc provided is a field and value pairs.
doc(XContentType, Object...) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc to use for updates when a script is not specified, the doc provided is a field and value pairs.
doc() - Method in class org.elasticsearch.action.update.UpdateRequest
 
doc() - Method in class org.elasticsearch.index.mapper.ParseContext
 
doc() - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
doc() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
DOC - Static variable in interface org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
 
doc() - Method in class org.elasticsearch.script.AbstractSearchScript
Returns the doc lookup allowing to access field data (cached) values as well as the current document score (where applicable).
doc() - Method in class org.elasticsearch.search.lookup.LeafSearchLookup
 
doc() - Method in class org.elasticsearch.search.lookup.SearchLookup
 
DOC_COUNT - Static variable in class org.elasticsearch.search.aggregations.Aggregation.CommonFields
 
DOC_COUNT_ERROR_UPPER_BOUND_FIELD_NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
DOC_FIELD_NAME - Static variable in class org.elasticsearch.search.sort.FieldSortBuilder
special field name to sort by index order
DOC_VALUES - Static variable in class org.elasticsearch.index.mapper.TypeParsers
 
doCache(Weight, QueryCachingPolicy) - Method in class org.elasticsearch.index.cache.query.DisabledQueryCache
 
doCache(Weight, QueryCachingPolicy) - Method in class org.elasticsearch.index.cache.query.IndexQueryCache
 
doCache(Weight, QueryCachingPolicy) - Method in class org.elasticsearch.indices.IndicesQueryCache
 
docAsUpsert() - Method in class org.elasticsearch.action.update.UpdateRequest
 
docAsUpsert(boolean) - Method in class org.elasticsearch.action.update.UpdateRequest
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.AbstractCatAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestAliasAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestAllocationAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestCountAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestFielddataAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestHealthAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestIndicesAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestMasterAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestNodeAttrsAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestNodesAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestPendingClusterTasksAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestPluginsAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestRecoveryAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestRepositoriesAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestSegmentsAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestShardsAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestSnapshotAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestTasksAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestTemplatesAction
 
doCatRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestThreadPoolAction
 
docCount - Variable in class org.elasticsearch.index.engine.Segment
 
docCount - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
 
docCount() - Method in class org.elasticsearch.search.lookup.IndexField
 
docCountError - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
docCountError - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
 
docCountError - Variable in class org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms.ParsedBucket
 
docCountErrorUpperBound - Variable in class org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
 
docFieldDoubles(String) - Method in class org.elasticsearch.script.AbstractSearchScript
Returns field data double (floating point) access for the provided field.
docFieldLongs(String) - Method in class org.elasticsearch.script.AbstractSearchScript
Returns field data long (integers) access for the provided field.
docFieldStrings(String) - Method in class org.elasticsearch.script.AbstractSearchScript
Returns field data strings access for the provided field.
docFreq() - Method in class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
doCheckAndNotify() - Method in class org.elasticsearch.watcher.AbstractResourceWatcher
Will be called periodically
doCheckAndNotify() - Method in class org.elasticsearch.watcher.FileWatcher
 
docID() - Method in class org.apache.lucene.search.XFilteredDocIdSetIterator
 
docId - Variable in class org.elasticsearch.common.lucene.uid.VersionsResolver.DocIdAndVersion
 
docId() - Method in class org.elasticsearch.search.fetch.FetchSubPhase.HitContext
 
docId() - Method in class org.elasticsearch.search.SearchHit
 
DocIdAndVersion(int, long, LeafReaderContext) - Constructor for class org.elasticsearch.common.lucene.uid.VersionsResolver.DocIdAndVersion
 
docIdAndVersion() - Method in class org.elasticsearch.index.engine.Engine.GetResult
 
docIds() - Method in class org.elasticsearch.search.fetch.ShardFetchRequest
 
docIdsSize() - Method in class org.elasticsearch.search.fetch.ShardFetchRequest
 
docIdsToLoad() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
docIdsToLoad(int[], int, int) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
docIdsToLoad() - Method in class org.elasticsearch.search.internal.SearchContext
 
docIdsToLoad(int[], int, int) - Method in class org.elasticsearch.search.internal.SearchContext
 
docIdsToLoad() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
docIdsToLoad(int[], int, int) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
docIdsToLoadFrom() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
docIdsToLoadFrom() - Method in class org.elasticsearch.search.internal.SearchContext
 
docIdsToLoadFrom() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
docIdsToLoadSize() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
docIdsToLoadSize() - Method in class org.elasticsearch.search.internal.SearchContext
 
docIdsToLoadSize() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
DocLookup - Class in org.elasticsearch.search.lookup
 
doClose() - Method in class org.elasticsearch.cluster.NodeConnectionsService
 
doClose() - Method in class org.elasticsearch.cluster.routing.DelayedAllocationService
 
doClose() - Method in class org.elasticsearch.cluster.routing.RoutingService
 
doClose() - Method in class org.elasticsearch.cluster.service.ClusterService
 
doClose() - Method in class org.elasticsearch.common.component.AbstractLifecycleComponent
 
doClose() - Method in class org.elasticsearch.discovery.local.LocalDiscovery
 
doClose() - Method in class org.elasticsearch.discovery.NoneDiscovery
 
doClose() - Method in class org.elasticsearch.discovery.single.SingleNodeDiscovery
 
doClose() - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
doClose() - Method in class org.elasticsearch.gateway.GatewayService
 
doClose() - Method in class org.elasticsearch.indices.breaker.CircuitBreakerService
 
doClose() - Method in class org.elasticsearch.indices.cluster.IndicesClusterStateService
 
doClose() - Method in class org.elasticsearch.indices.IndicesService
 
doClose() - Method in class org.elasticsearch.indices.ttl.IndicesTTLService
 
doClose() - Method in class org.elasticsearch.monitor.jvm.JvmGcMonitorService
 
doClose() - Method in class org.elasticsearch.monitor.MonitorService
 
doClose() - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
doClose() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
Release instance-specific data.
doClose() - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedMapSamplerAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTermsAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTermsAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTermsAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregator
 
doClose() - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregator
 
doClose() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
doClose() - Method in class org.elasticsearch.search.internal.SearchContext
 
doClose() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
doClose() - Method in class org.elasticsearch.search.SearchService
 
doClose() - Method in class org.elasticsearch.snapshots.SnapshotShardsService
 
doClose() - Method in class org.elasticsearch.snapshots.SnapshotsService
 
doClose() - Method in class org.elasticsearch.transport.local.LocalTransport
 
doClose() - Method in class org.elasticsearch.transport.TcpTransport
 
doClose() - Method in class org.elasticsearch.transport.TransportService
 
doClose() - Method in class org.elasticsearch.tribe.TribeService
 
doClose() - Method in class org.elasticsearch.watcher.ResourceWatcherService
 
docMapper() - Method in class org.elasticsearch.index.mapper.ParseContext
 
docMapper() - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
docMapper(String) - Method in class org.elasticsearch.index.shard.TranslogRecoveryPerformer
 
docMapperParser() - Method in class org.elasticsearch.index.mapper.ParseContext
 
docMapperParser() - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
docMappers(boolean) - Method in class org.elasticsearch.index.mapper.MapperService
returns an immutable iterator over current document mappers.
docOrds(int) - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Returns a shared LongsRef instance for the given doc ID holding all ordinals associated with it.
doCreateInternal(ValuesSource.GeoPoint, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregatorFactory
 
doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregatorFactory
 
doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregatorFactory
 
doCreateInternal(ValuesSource, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregatorFactory
 
doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeAggregatorFactory
 
doCreateInternal(ValuesSource.Bytes, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.range.BinaryRangeAggregatorFactory
 
doCreateInternal(ValuesSource.GeoPoint, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceRangeAggregatorFactory
 
doCreateInternal(ValuesSource, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregatorFactory
 
doCreateInternal(ValuesSource, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
 
doCreateInternal(ValuesSource, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory
 
doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregatorFactory
 
doCreateInternal(ValuesSource, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregatorFactory
 
doCreateInternal(ValuesSource.GeoPoint, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregatorFactory
 
doCreateInternal(ValuesSource.GeoPoint, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregatorFactory
 
doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregatorFactory
 
doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregatorFactory
 
doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentileRanksAggregatorFactory
 
doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentilesAggregatorFactory
 
doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregatorFactory
 
doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregatorFactory
 
doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregatorFactory
 
doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregatorFactory
 
doCreateInternal(ValuesSource.Numeric, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregatorFactory
 
doCreateInternal(ValuesSource, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregatorFactory
 
doCreateInternal(VS, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
 
docs - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
docs(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
docs() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
docs() - Method in class org.elasticsearch.index.engine.Engine.Index
 
docs() - Method in class org.elasticsearch.index.mapper.ParseContext
 
docs() - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
docs() - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
docsEnumFlag - Variable in class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
DocsStats - Class in org.elasticsearch.index.shard
 
DocsStats() - Constructor for class org.elasticsearch.index.shard.DocsStats
 
DocsStats(long, long) - Constructor for class org.elasticsearch.index.shard.DocsStats
 
docStats() - Method in class org.elasticsearch.index.shard.IndexShard
 
docsWithValue(SortedBinaryDocValues, int) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns a Bits representing all documents from dv that have a value.
docsWithValue(MultiGeoPointValues, int) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns a Bits representing all documents from dv that have a value.
docsWithValue(SortedNumericDoubleValues, int) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns a Bits representing all documents from dv that have a value.
docsWithValue(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes
 
docsWithValue(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals
 
docsWithValue(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource
 
docsWithValue(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
 
docsWithValue(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric
 
Document() - Constructor for class org.elasticsearch.index.mapper.ParseContext.Document
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.AbstractCatAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestAliasAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestAllocationAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestCountAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestFielddataAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestHealthAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestIndicesAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestMasterAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestNodeAttrsAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestNodesAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestPendingClusterTasksAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestPluginsAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestRecoveryAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestRepositoriesAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestSegmentsAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestShardsAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestSnapshotAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestTasksAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestTemplatesAction
 
documentation(StringBuilder) - Method in class org.elasticsearch.rest.action.cat.RestThreadPoolAction
 
DocumentFieldMappers - Class in org.elasticsearch.index.mapper
 
DocumentFieldMappers(Collection<FieldMapper>, Analyzer, Analyzer, Analyzer) - Constructor for class org.elasticsearch.index.mapper.DocumentFieldMappers
 
DocumentMapper - Class in org.elasticsearch.index.mapper
 
DocumentMapper(MapperService, Mapping) - Constructor for class org.elasticsearch.index.mapper.DocumentMapper
 
documentMapper(String) - Method in class org.elasticsearch.index.mapper.MapperService
Return the DocumentMapper for the given type.
documentMapper(String) - Method in class org.elasticsearch.index.query.QueryShardContext
Returns s DocumentMapper instance for the given type.
DocumentMapper.Builder - Class in org.elasticsearch.index.mapper
 
DocumentMapperForType - Class in org.elasticsearch.index.mapper
 
DocumentMapperForType(DocumentMapper, Mapping) - Constructor for class org.elasticsearch.index.mapper.DocumentMapperForType
 
DocumentMapperParser - Class in org.elasticsearch.index.mapper
 
DocumentMapperParser(IndexSettings, MapperService, IndexAnalyzers, NamedXContentRegistry, SimilarityService, MapperRegistry, Supplier<QueryShardContext>) - Constructor for class org.elasticsearch.index.mapper.DocumentMapperParser
 
documentMapperParser() - Method in class org.elasticsearch.index.mapper.MapperService
 
documentMapperWithAutoCreate(String) - Method in class org.elasticsearch.index.mapper.MapperService
Returns the document mapper created, including a mapping update if the type has been dynamically created.
DocumentMissingException - Exception in org.elasticsearch.index.engine
 
DocumentMissingException(ShardId, String, String) - Constructor for exception org.elasticsearch.index.engine.DocumentMissingException
 
DocumentMissingException(StreamInput) - Constructor for exception org.elasticsearch.index.engine.DocumentMissingException
 
DocumentSourceMissingException - Exception in org.elasticsearch.index.engine
 
DocumentSourceMissingException(ShardId, String, String) - Constructor for exception org.elasticsearch.index.engine.DocumentSourceMissingException
 
DocumentSourceMissingException(StreamInput) - Constructor for exception org.elasticsearch.index.engine.DocumentSourceMissingException
 
DOCVALUE_FIELDS_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
docValueField(String) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds a field to load from the docvalue and return as part of the search request.
docValueFields() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the docvalue fields.
DocValueFieldsContext - Class in org.elasticsearch.search.fetch.subphase
All the required context to pull a field from the doc values.
DocValueFieldsContext(List<String>) - Constructor for class org.elasticsearch.search.fetch.subphase.DocValueFieldsContext
 
docValueFieldsContext() - Method in class org.elasticsearch.search.internal.SearchContext
 
docValueFieldsContext(DocValueFieldsContext) - Method in class org.elasticsearch.search.internal.SearchContext
 
docValueFieldsContext() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
docValueFieldsContext(DocValueFieldsContext) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
DocValueFieldsFetchSubPhase - Class in org.elasticsearch.search.fetch.subphase
Query sub phase which pulls data from doc values Specifying "docvalue_fields": ["field1", "field2"]
DocValueFieldsFetchSubPhase() - Constructor for class org.elasticsearch.search.fetch.subphase.DocValueFieldsFetchSubPhase
 
docValueFormat(String, DateTimeZone) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
docValueFormat(String, DateTimeZone) - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
 
docValueFormat(String, DateTimeZone) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
docValueFormat(String, DateTimeZone) - Method in class org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
 
docValueFormat(String, DateTimeZone) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
docValueFormat(String, DateTimeZone) - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.IpFieldType
 
docValueFormat(String, DateTimeZone) - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.NumberFieldType
 
docValueFormat(String, DateTimeZone) - Method in class org.elasticsearch.index.mapper.MappedFieldType
Return a DocValueFormat that can be used to display and parse values as returned by the fielddata API.
docValueFormat(String, DateTimeZone) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
 
docValueFormat(String, DateTimeZone) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
DocValueFormat - Interface in org.elasticsearch.search
A formatter for values as returned by the fielddata/doc-values APIs.
DocValueFormat.DateTime - Class in org.elasticsearch.search
 
DocValueFormat.Decimal - Class in org.elasticsearch.search
 
docValues(boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
docValues(boolean) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.Builder
 
docValues(boolean) - Method in class org.elasticsearch.index.mapper.TextFieldMapper.Builder
 
DocValuesIndexFieldData - Class in org.elasticsearch.index.fielddata.plain
IndexFieldData impl based on Lucene's doc values.
DocValuesIndexFieldData(Index, String) - Constructor for class org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
 
DocValuesIndexFieldData.Builder - Class in org.elasticsearch.index.fielddata.plain
 
docValuesSet - Variable in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
DocValuesSliceQuery - Class in org.elasticsearch.search.slice
A SliceQuery that uses the numeric doc values of a field to do the slicing.
DocValuesSliceQuery(String, int, int) - Constructor for class org.elasticsearch.search.slice.DocValuesSliceQuery
 
DocWriteRequest<T> - Interface in org.elasticsearch.action
Generic interface to group ActionRequest, which perform writes to a single document Action requests implementing this can be part of BulkRequest
DocWriteRequest.OpType - Enum in org.elasticsearch.action
Requested operation type to perform on the document
DocWriteResponse - Class in org.elasticsearch.action
A base class for the response of a write operation that involves a single doc
DocWriteResponse(ShardId, String, String, long, DocWriteResponse.Result) - Constructor for class org.elasticsearch.action.DocWriteResponse
 
DocWriteResponse() - Constructor for class org.elasticsearch.action.DocWriteResponse
 
DocWriteResponse.Builder - Class in org.elasticsearch.action
Base class of all DocWriteResponse builders.
DocWriteResponse.Result - Enum in org.elasticsearch.action
An enum that represents the the results of CRUD operations, primarily used to communicate the type of operation that occurred.
doDoubleValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
doDoubleValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
doEquals(ScoreFunction) - Method in class org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction
 
doEquals(ScoreFunction) - Method in class org.elasticsearch.common.lucene.search.function.RandomScoreFunction
 
doEquals(ScoreFunction) - Method in class org.elasticsearch.common.lucene.search.function.ScoreFunction
Indicates whether some other ScoreFunction object of the same type is "equal to" this one.
doEquals(ScoreFunction) - Method in class org.elasticsearch.common.lucene.search.function.ScriptScoreFunction
 
doEquals(ScoreFunction) - Method in class org.elasticsearch.common.lucene.search.function.WeightFactorFunction
 
doEquals(QB) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
Indicates whether some other QueryBuilder object of the same type is "equal to" this one.
doEquals(BaseTermQueryBuilder) - Method in class org.elasticsearch.index.query.BaseTermQueryBuilder
 
doEquals(BoolQueryBuilder) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
 
doEquals(BoostingQueryBuilder) - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
 
doEquals(CommonTermsQueryBuilder) - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
doEquals(ConstantScoreQueryBuilder) - Method in class org.elasticsearch.index.query.ConstantScoreQueryBuilder
 
doEquals(DisMaxQueryBuilder) - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
 
doEquals(ExistsQueryBuilder) - Method in class org.elasticsearch.index.query.ExistsQueryBuilder
 
doEquals(FieldMaskingSpanQueryBuilder) - Method in class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
 
doEquals(ScoreFunction) - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
 
doEquals(DFB) - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
doEquals(FieldValueFactorFunctionBuilder) - Method in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
doEquals(FunctionScoreQueryBuilder) - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
doEquals(RandomScoreFunctionBuilder) - Method in class org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
 
doEquals(FB) - Method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
Check that two instances of the same subclass of ScoreFunctionBuilder are equal.
doEquals(ScriptScoreFunctionBuilder) - Method in class org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
 
doEquals(WeightBuilder) - Method in class org.elasticsearch.index.query.functionscore.WeightBuilder
 
doEquals(FuzzyQueryBuilder) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
doEquals(GeoBoundingBoxQueryBuilder) - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
 
doEquals(GeoDistanceQueryBuilder) - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
 
doEquals(GeoDistanceRangeQueryBuilder) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
doEquals(GeohashCellQuery.Builder) - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
doEquals(GeoPolygonQueryBuilder) - Method in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
 
doEquals(GeoShapeQueryBuilder) - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
doEquals(IdsQueryBuilder) - Method in class org.elasticsearch.index.query.IdsQueryBuilder
 
doEquals(IndicesQueryBuilder) - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
 
doEquals(MatchAllQueryBuilder) - Method in class org.elasticsearch.index.query.MatchAllQueryBuilder
 
doEquals(MatchNoneQueryBuilder) - Method in class org.elasticsearch.index.query.MatchNoneQueryBuilder
 
doEquals(MatchPhrasePrefixQueryBuilder) - Method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
 
doEquals(MatchPhraseQueryBuilder) - Method in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
 
doEquals(MatchQueryBuilder) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
 
doEquals(MoreLikeThisQueryBuilder) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
doEquals(MultiMatchQueryBuilder) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
doEquals(NestedQueryBuilder) - Method in class org.elasticsearch.index.query.NestedQueryBuilder
 
doEquals(PrefixQueryBuilder) - Method in class org.elasticsearch.index.query.PrefixQueryBuilder
 
doEquals(QueryStringQueryBuilder) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
doEquals(RangeQueryBuilder) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
 
doEquals(RegexpQueryBuilder) - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
 
doEquals(ScriptQueryBuilder) - Method in class org.elasticsearch.index.query.ScriptQueryBuilder
 
doEquals(SimpleQueryStringBuilder) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
 
doEquals(SpanContainingQueryBuilder) - Method in class org.elasticsearch.index.query.SpanContainingQueryBuilder
 
doEquals(SpanFirstQueryBuilder) - Method in class org.elasticsearch.index.query.SpanFirstQueryBuilder
 
doEquals(SpanMultiTermQueryBuilder) - Method in class org.elasticsearch.index.query.SpanMultiTermQueryBuilder
 
doEquals(SpanNearQueryBuilder) - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
doEquals(SpanNotQueryBuilder) - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
doEquals(SpanOrQueryBuilder) - Method in class org.elasticsearch.index.query.SpanOrQueryBuilder
 
doEquals(SpanWithinQueryBuilder) - Method in class org.elasticsearch.index.query.SpanWithinQueryBuilder
 
doEquals(TermsQueryBuilder) - Method in class org.elasticsearch.index.query.TermsQueryBuilder
 
doEquals(TypeQueryBuilder) - Method in class org.elasticsearch.index.query.TypeQueryBuilder
 
doEquals(WildcardQueryBuilder) - Method in class org.elasticsearch.index.query.WildcardQueryBuilder
 
doEquals(WrapperQueryBuilder) - Method in class org.elasticsearch.index.query.WrapperQueryBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
 
doEquals(Object) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
 
doEquals(HB) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
fields only present in subclass should be checked for equality in the implementation
doEquals(HighlightBuilder) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
 
doEquals(HighlightBuilder.Field) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
 
doEquals(CompletionSuggestionBuilder) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
 
doEquals(SmoothingModel) - Method in class org.elasticsearch.search.suggest.phrase.Laplace
 
doEquals(SmoothingModel) - Method in class org.elasticsearch.search.suggest.phrase.LinearInterpolation
 
doEquals(PhraseSuggestionBuilder) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
doEquals(SmoothingModel) - Method in class org.elasticsearch.search.suggest.phrase.SmoothingModel
subtype specific implementation of "equals".
doEquals(SmoothingModel) - Method in class org.elasticsearch.search.suggest.phrase.StupidBackoff
 
doEquals(T) - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
Indicates whether some other SuggestionBuilder of the same type is "equal to" this one.
doEquals(TermSuggestionBuilder) - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
 
doExecute(GetTaskRequest, ActionListener<GetTaskResponse>) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.TransportGetTaskAction
 
doExecute(Task, GetTaskRequest, ActionListener<GetTaskResponse>) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.TransportGetTaskAction
 
doExecute(RemoteInfoRequest, ActionListener<RemoteInfoResponse>) - Method in class org.elasticsearch.action.admin.cluster.remote.TransportRemoteInfoAction
 
doExecute(Task, CloseIndexRequest, ActionListener<CloseIndexResponse>) - Method in class org.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
 
doExecute(Task, DeleteIndexRequest, ActionListener<DeleteIndexResponse>) - Method in class org.elasticsearch.action.admin.indices.delete.TransportDeleteIndexAction
 
doExecute(SyncedFlushRequest, ActionListener<SyncedFlushResponse>) - Method in class org.elasticsearch.action.admin.indices.flush.TransportSyncedFlushAction
 
doExecute(GetFieldMappingsRequest, ActionListener<GetFieldMappingsResponse>) - Method in class org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsAction
 
doExecute(Task, OpenIndexRequest, ActionListener<OpenIndexResponse>) - Method in class org.elasticsearch.action.admin.indices.open.TransportOpenIndexAction
 
doExecute(Task, UpgradeRequest, ActionListener<UpgradeResponse>) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
 
doExecute(Task, ValidateQueryRequest, ActionListener<ValidateQueryResponse>) - Method in class org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
 
doExecute(BulkRequest, ActionListener<BulkResponse>) - Method in class org.elasticsearch.action.bulk.TransportBulkAction
 
doExecute(Task, BulkRequest, ActionListener<BulkResponse>) - Method in class org.elasticsearch.action.bulk.TransportBulkAction
 
doExecute(Task, Request, ActionListener<Response>) - Method in class org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction
Deprecated.
 
doExecute(ExplainRequest, ActionListener<ExplainResponse>) - Method in class org.elasticsearch.action.explain.TransportExplainAction
 
doExecute(FieldCapabilitiesRequest, ActionListener<FieldCapabilitiesResponse>) - Method in class org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesAction
 
doExecute(MultiGetRequest, ActionListener<MultiGetResponse>) - Method in class org.elasticsearch.action.get.TransportMultiGetAction
 
doExecute(SimulatePipelineRequest, ActionListener<SimulatePipelineResponse>) - Method in class org.elasticsearch.action.ingest.SimulatePipelineTransportAction
 
doExecute(MainRequest, ActionListener<MainResponse>) - Method in class org.elasticsearch.action.main.TransportMainAction
 
doExecute(ClearScrollRequest, ActionListener<ClearScrollResponse>) - Method in class org.elasticsearch.action.search.TransportClearScrollAction
 
doExecute(MultiSearchRequest, ActionListener<MultiSearchResponse>) - Method in class org.elasticsearch.action.search.TransportMultiSearchAction
 
doExecute(Task, SearchRequest, ActionListener<SearchResponse>) - Method in class org.elasticsearch.action.search.TransportSearchAction
 
doExecute(SearchRequest, ActionListener<SearchResponse>) - Method in class org.elasticsearch.action.search.TransportSearchAction
 
doExecute(SearchScrollRequest, ActionListener<SearchResponse>) - Method in class org.elasticsearch.action.search.TransportSearchScrollAction
 
doExecute(Task, SearchScrollRequest, ActionListener<SearchResponse>) - Method in class org.elasticsearch.action.search.TransportSearchScrollAction
 
doExecute(Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
 
doExecute(Task, Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
 
doExecute(Task, Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction
 
doExecute(Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction
 
doExecute(Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.master.TransportMasterNodeAction
 
doExecute(Task, Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.master.TransportMasterNodeAction
 
doExecute(NodesRequest, ActionListener<NodesResponse>) - Method in class org.elasticsearch.action.support.nodes.TransportNodesAction
 
doExecute(Task, NodesRequest, ActionListener<NodesResponse>) - Method in class org.elasticsearch.action.support.nodes.TransportNodesAction
 
doExecute(Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
 
doExecute(Task, Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
 
doExecute(Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction
 
doExecute(Task, Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction
 
doExecute(Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
 
doExecute(Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.single.shard.TransportSingleShardAction
 
doExecute(TasksRequest, ActionListener<TasksResponse>) - Method in class org.elasticsearch.action.support.tasks.TransportTasksAction
 
doExecute(Task, TasksRequest, ActionListener<TasksResponse>) - Method in class org.elasticsearch.action.support.tasks.TransportTasksAction
 
doExecute(Task, Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.TransportAction
 
doExecute(Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.TransportAction
 
doExecute(MultiTermVectorsRequest, ActionListener<MultiTermVectorsResponse>) - Method in class org.elasticsearch.action.termvectors.TransportMultiTermVectorsAction
 
doExecute(UpdateRequest, ActionListener<UpdateResponse>) - Method in class org.elasticsearch.action.update.TransportUpdateAction
 
doExecute(Action<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.FilterClient
 
doExecute(Action<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.node.NodeClient
 
doExecute(Action<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.ParentTaskAssigningClient
 
doExecute(Action<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.support.AbstractClient
 
doExecute(Action<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.transport.TransportClient
 
doExecute(Runnable) - Method in class org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
 
doFloatValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
doFloatValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
doForSlice(Self, TaskId) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Setup a clone of this request with the information needed to process a slice of it.
doForSlice(Self, TaskId) - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
 
doHashCode() - Method in class org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction
 
doHashCode() - Method in class org.elasticsearch.common.lucene.search.function.RandomScoreFunction
 
doHashCode() - Method in class org.elasticsearch.common.lucene.search.function.ScoreFunction
 
doHashCode() - Method in class org.elasticsearch.common.lucene.search.function.ScriptScoreFunction
 
doHashCode() - Method in class org.elasticsearch.common.lucene.search.function.WeightFactorFunction
 
doHashCode() - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.BaseTermQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.BoolQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.ConstantScoreQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.ExistsQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
 
doHashCode() - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
Hashcode for fields defined in this subclass of ScoreFunctionBuilder.
doHashCode() - Method in class org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.functionscore.WeightBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
doHashCode() - Method in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.IdsQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
 
doHashCode() - Method in class org.elasticsearch.index.query.MatchAllQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.MatchNoneQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.NestedQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.PrefixQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.RangeQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.ScriptQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.SpanContainingQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.SpanFirstQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.SpanMultiTermQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.SpanOrQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.SpanWithinQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.TermsQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.TypeQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.WildcardQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.index.query.WrapperQueryBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
 
doHashCode() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
fields only present in subclass should contribute to hashCode in the implementation
doHashCode() - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
 
doHashCode() - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
 
doHashCode() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
 
doHashCode() - Method in class org.elasticsearch.search.suggest.phrase.Laplace
 
doHashCode() - Method in class org.elasticsearch.search.suggest.phrase.LinearInterpolation
 
doHashCode() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
doHashCode() - Method in class org.elasticsearch.search.suggest.phrase.SmoothingModel
 
doHashCode() - Method in class org.elasticsearch.search.suggest.phrase.StupidBackoff
 
doHashCode() - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
HashCode for the subclass of SuggestionBuilder to implement.
doHashCode() - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
 
doInit() - Method in class org.elasticsearch.watcher.AbstractResourceWatcher
Will be called once on initialization
doInit() - Method in class org.elasticsearch.watcher.FileWatcher
 
doIntValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
doIntValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
doLongValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
doLongValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
doMasterOperation(GetIndexRequest, String[], ClusterState, ActionListener<GetIndexResponse>) - Method in class org.elasticsearch.action.admin.indices.get.TransportGetIndexAction
 
doMasterOperation(GetMappingsRequest, String[], ClusterState, ActionListener<GetMappingsResponse>) - Method in class org.elasticsearch.action.admin.indices.mapping.get.TransportGetMappingsAction
 
doMasterOperation(Request, String[], ClusterState, ActionListener<Response>) - Method in class org.elasticsearch.action.support.master.info.TransportClusterInfoAction
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.AllFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.DateFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper
Merge changes coming from mergeWith in place.
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.IdFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.IndexFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.IpFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper
 
doMerge(ObjectMapper, boolean) - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.ParentFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper
 
doMerge(ObjectMapper, boolean) - Method in class org.elasticsearch.index.mapper.RootObjectMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.RoutingFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.SourceFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.StringFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.TextFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.TokenCountFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.TTLFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.TypeFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.UidFieldMapper
 
doMerge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.VersionFieldMapper
 
done() - Method in class org.elasticsearch.action.support.AbstractListenableActionFuture
 
done() - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
 
doPostCollection() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
Can be overridden by aggregator implementation to be called back when the collection phase ends.
doPostCollection() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
 
doPreCollection() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
Can be overridden by aggregator implementation to be called back when the collection phase starts.
doPredict(Collection<T>, int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
doPredict(Collection<T>, int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
Predicts the next `n` values in the series, using the smoothing model to generate new values.
doPredict(Collection<T>, int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
Predicts the next `n` values in the series, using the smoothing model to generate new values.
doPredict(Collection<T>, int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
 
doPredict(Collection<T>, int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
Calls to the model-specific implementation which actually generates the predictions
doPredict(Collection<T>, int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.UnmappedSampler
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.InternalAggregation
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.metrics.max.InternalMax
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.metrics.min.InternalMin
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.metrics.sum.InternalSum
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
 
doReduce(Aggregations, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.InternalExtendedStatsBucket
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.InternalStatsBucket
 
doReduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
 
doReduce(Aggregations, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.SiblingPipelineAggregator
 
doRewrite(QueryRewriteContext) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
doRewrite(QueryRewriteContext) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
 
doRewrite(QueryRewriteContext) - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
 
doRewrite(QueryRewriteContext) - Method in class org.elasticsearch.index.query.ConstantScoreQueryBuilder
 
doRewrite(QueryRewriteContext) - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
doRewrite(QueryRewriteContext) - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
doRewrite(QueryRewriteContext) - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
 
doRewrite(QueryRewriteContext) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
doRewrite(QueryRewriteContext) - Method in class org.elasticsearch.index.query.NestedQueryBuilder
 
doRewrite(QueryRewriteContext) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
 
doRewrite(QueryRewriteContext) - Method in class org.elasticsearch.index.query.TermsQueryBuilder
 
doRewrite(QueryRewriteContext) - Method in class org.elasticsearch.index.query.WrapperQueryBuilder
 
doRun() - Method in class org.elasticsearch.common.util.concurrent.AbstractLifecycleRunnable
This method has the same semantics as Runnable.run()
doRun() - Method in class org.elasticsearch.common.util.concurrent.AbstractRunnable
This method has the same semantics as Runnable.run()
doRunInLifecycle() - Method in class org.elasticsearch.common.util.concurrent.AbstractLifecycleRunnable
Perform runnable logic, but only if the AbstractLifecycleRunnable.lifecycle is not stopped or closed.
doRunInLifecycle() - Method in class org.elasticsearch.transport.TcpTransport.ScheduledPing
 
doSetDocument(int) - Method in class org.elasticsearch.index.fielddata.AbstractRandomAccessOrds
 
doSetDocument(int) - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
 
doSetNextReader(LeafReaderContext) - Method in class org.elasticsearch.common.lucene.Lucene.EarlyTerminatingCollector
 
doSetNextReader(LeafReaderContext) - Method in class org.elasticsearch.common.lucene.MinimumScoreCollector
 
doShortValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
doShortValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
doStart() - Method in class org.elasticsearch.cluster.NodeConnectionsService
 
doStart() - Method in class org.elasticsearch.cluster.routing.DelayedAllocationService
 
doStart() - Method in class org.elasticsearch.cluster.routing.RoutingService
 
doStart() - Method in class org.elasticsearch.cluster.service.ClusterService
 
doStart() - Method in class org.elasticsearch.common.component.AbstractLifecycleComponent
 
doStart() - Method in class org.elasticsearch.discovery.local.LocalDiscovery
 
doStart() - Method in class org.elasticsearch.discovery.NoneDiscovery
 
doStart() - Method in class org.elasticsearch.discovery.single.SingleNodeDiscovery
 
doStart() - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
doStart() - Method in class org.elasticsearch.gateway.GatewayService
 
doStart(Consumer<? super ScrollableHitSource.Response>) - Method in class org.elasticsearch.index.reindex.ClientScrollableHitSource
 
doStart(Consumer<? super ScrollableHitSource.Response>) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource
 
doStart() - Method in class org.elasticsearch.indices.breaker.CircuitBreakerService
 
doStart() - Method in class org.elasticsearch.indices.cluster.IndicesClusterStateService
 
doStart() - Method in class org.elasticsearch.indices.IndicesService
 
doStart() - Method in class org.elasticsearch.indices.ttl.IndicesTTLService
 
doStart() - Method in class org.elasticsearch.monitor.jvm.JvmGcMonitorService
 
doStart() - Method in class org.elasticsearch.monitor.MonitorService
 
doStart() - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
doStart() - Method in class org.elasticsearch.search.SearchService
 
doStart() - Method in class org.elasticsearch.snapshots.SnapshotShardsService
 
doStart() - Method in class org.elasticsearch.snapshots.SnapshotsService
 
doStart() - Method in class org.elasticsearch.transport.local.LocalTransport
 
doStart() - Method in class org.elasticsearch.transport.TcpTransport
 
doStart() - Method in class org.elasticsearch.transport.TransportService
 
doStart() - Method in class org.elasticsearch.tribe.TribeService
 
doStart() - Method in class org.elasticsearch.watcher.ResourceWatcherService
 
doStartNextScroll(String, TimeValue, Consumer<? super ScrollableHitSource.Response>) - Method in class org.elasticsearch.index.reindex.ClientScrollableHitSource
 
doStartNextScroll(String, TimeValue, Consumer<? super ScrollableHitSource.Response>) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource
 
doStop() - Method in class org.elasticsearch.cluster.NodeConnectionsService
 
doStop() - Method in class org.elasticsearch.cluster.routing.DelayedAllocationService
 
doStop() - Method in class org.elasticsearch.cluster.routing.RoutingService
 
doStop() - Method in class org.elasticsearch.cluster.service.ClusterService
 
doStop() - Method in class org.elasticsearch.common.component.AbstractLifecycleComponent
 
doStop() - Method in class org.elasticsearch.discovery.local.LocalDiscovery
 
doStop() - Method in class org.elasticsearch.discovery.NoneDiscovery
 
doStop() - Method in class org.elasticsearch.discovery.single.SingleNodeDiscovery
 
doStop() - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
doStop() - Method in class org.elasticsearch.gateway.GatewayService
 
doStop() - Method in class org.elasticsearch.indices.breaker.CircuitBreakerService
 
doStop() - Method in class org.elasticsearch.indices.cluster.IndicesClusterStateService
 
doStop() - Method in class org.elasticsearch.indices.IndicesService
 
doStop() - Method in class org.elasticsearch.indices.ttl.IndicesTTLService
 
doStop() - Method in class org.elasticsearch.monitor.jvm.JvmGcMonitorService
 
doStop() - Method in class org.elasticsearch.monitor.MonitorService
 
doStop() - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
doStop() - Method in class org.elasticsearch.search.SearchService
 
doStop() - Method in class org.elasticsearch.snapshots.SnapshotShardsService
 
doStop() - Method in class org.elasticsearch.snapshots.SnapshotsService
 
doStop() - Method in class org.elasticsearch.transport.local.LocalTransport
 
doStop() - Method in class org.elasticsearch.transport.TcpTransport
 
doStop() - Method in class org.elasticsearch.transport.TransportService
 
doStop() - Method in class org.elasticsearch.tribe.TribeService
 
doStop() - Method in class org.elasticsearch.watcher.ResourceWatcherService
 
doToFunction(QueryShardContext) - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
doToFunction(QueryShardContext) - Method in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
doToFunction(QueryShardContext) - Method in class org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
 
doToFunction(QueryShardContext) - Method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
Build the Lucene ScoreFunction for this builder.
doToFunction(QueryShardContext) - Method in class org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
 
doToFunction(QueryShardContext) - Method in class org.elasticsearch.index.query.functionscore.WeightBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.ConstantScoreQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.ExistsQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.IdsQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.MatchAllQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.MatchNoneQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.NestedQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.PrefixQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.ScriptQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.SpanContainingQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.SpanFirstQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.SpanMultiTermQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.SpanOrQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.SpanTermQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.SpanWithinQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.TermQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.TermsQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.TypeQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.WildcardQueryBuilder
 
doToQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.WrapperQueryBuilder
 
Double(long, long, long, long, boolean, boolean) - Constructor for class org.elasticsearch.action.fieldstats.FieldStats.Double
 
Double(long, long, long, long, boolean, boolean, double, double) - Constructor for class org.elasticsearch.action.fieldstats.FieldStats.Double
 
DoubleArray - Interface in org.elasticsearch.common.util
Abstraction of an array of double values.
doubleField(FieldInfo, double) - Method in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
DoubleFieldType() - Constructor for class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.DoubleFieldType
 
DoubleFieldType(LegacyDoubleFieldMapper.DoubleFieldType) - Constructor for class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.DoubleFieldType
 
Doubles(SortedNumericDoubleValues) - Constructor for class org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
 
doubleSetting(String, double, double, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
DoubleTerms - Class in org.elasticsearch.search.aggregations.bucket.terms
Result of the TermsAggregator when the field is some kind of decimal number like a float, double, or distance.
DoubleTerms(String, Terms.Order, int, long, List<PipelineAggregator>, Map<String, Object>, DocValueFormat, int, boolean, long, List<DoubleTerms.Bucket>, long) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
 
DoubleTerms(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
Read from a stream.
DoubleTermsAggregator - Class in org.elasticsearch.search.aggregations.bucket.terms
 
DoubleTermsAggregator(String, AggregatorFactories, ValuesSource.Numeric, DocValueFormat, Terms.Order, TermsAggregator.BucketCountThresholds, SearchContext, Aggregator, Aggregator.SubAggCollectionMode, boolean, IncludeExclude.LongFilter, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.DoubleTermsAggregator
 
doubleToBytes(double) - Static method in class org.elasticsearch.common.Numbers
Converts a double to a byte array.
doubleValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
doubleValue(boolean) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
doubleValue(boolean) - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
doubleValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
doubleValue() - Method in class org.elasticsearch.script.ScoreAccessor
 
doubleValue() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
 
doubleValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric
Get the current SortedNumericDoubleValues.
doubleValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.FieldData
 
doubleValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.Script
 
doubleValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.WithScript
 
DoubleValuesComparatorSource - Class in org.elasticsearch.index.fielddata.fieldcomparator
Comparator source for double values.
DoubleValuesComparatorSource(IndexNumericFieldData, Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - Constructor for class org.elasticsearch.index.fielddata.fieldcomparator.DoubleValuesComparatorSource
 
doValidate() - Method in class org.elasticsearch.search.aggregations.AggregatorFactory
 
doValidate(AggregatorFactory<?>, AggregatorFactory<?>[], List<PipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
doValidate(AggregatorFactory<?>, AggregatorFactory<?>[], List<PipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
 
doValidate(AggregatorFactory<?>, AggregatorFactory<?>[], List<PipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
 
doValidate(AggregatorFactory<?>, AggregatorFactory<?>[], List<PipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
 
doValidate(AggregatorFactory<?>, AggregatorFactory<?>[], List<PipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
 
doValidate(AggregatorFactory<?>, AggregatorFactory<?>[], List<PipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
 
doValidate(AggregatorFactory<?>, AggregatorFactory<?>[], List<PipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
 
doValidate(AggregatorFactory<?>, AggregatorFactory<?>[], List<PipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
 
doValidate(AggregatorFactory<?>, AggregatorFactory<?>[], List<PipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
 
doValidate(AggregatorFactory<?>, AggregatorFactory<?>[], List<PipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
 
doValidate(AggregatorFactory<?>, AggregatorFactory<?>[], List<PipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
doValidate(AggregatorFactory<?>, AggregatorFactory<?>[], List<PipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
 
doWrapDirectoryReader(DirectoryReader) - Method in class org.elasticsearch.common.lucene.index.ElasticsearchDirectoryReader
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.BaseTermQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.ConstantScoreQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.ExistsQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
Write the subclass's components into the stream.
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.functionscore.WeightBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.IdsQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.MatchAllQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.MatchNoneQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.NestedQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.PrefixQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.ScriptQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.SpanContainingQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.SpanFirstQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.SpanMultiTermQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.SpanOrQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.SpanWithinQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.TermsQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.TypeQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.WildcardQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.index.query.WrapperQueryBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.InternalAggregation
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.max.InternalMax
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.min.InternalMin
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.sum.InternalSum
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregator
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.rescore.QueryRescorerBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.rescore.RescoreBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
 
doWriteTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.RootObjectMapper
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.BaseTermQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.ConstantScoreQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.ExistsQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
Convert this subclass's data into XContent.
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.functionscore.WeightBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.IdsQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MatchAllQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MatchNoneQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.NestedQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.PrefixQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.ScriptQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.SpanContainingQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.SpanFirstQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.SpanMultiTermQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.SpanOrQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.SpanWithinQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.TermsQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.TypeQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.WildcardQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.WrapperQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.rescore.QueryRescorerBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.rescore.RescoreBuilder
 
doXContentAnalyzers(XContentBuilder, boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.DateFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.FieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.IpFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.LegacyByteFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.LegacyFloatFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.LegacyShortFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.StringFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.TextFieldMapper
 
doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.TokenCountFieldMapper
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.UnmappedSampler
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.InternalAggregation
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.avg.ParsedAvg
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.ParsedCardinality
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.ParsedGeoBounds
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.ParsedGeoCentroid
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.max.InternalMax
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.max.ParsedMax
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.min.InternalMin
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.min.ParsedMin
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ParsedScriptedMetric
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.sum.InternalSum
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.sum.ParsedSum
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.ParsedTopHits
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ParsedValueCount
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.ParsedAggregation
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.ParsedBucketMetricValue
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.ParsedPercentilesBucket
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.ParsedDerivative
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.ParsedSimpleValue
 
doXContentBody(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
 
doXContentCommon(XContentBuilder, ToXContent.Params, long, long, List<? extends InternalTerms.Bucket>) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
doXContentDocValues(XContentBuilder, boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper
 
drain() - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
Drains all unassigned shards and returns it.
drainTo(Collection<? super E>) - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
drainTo(Collection<? super E>, int) - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
drawCandidates(BytesRef) - Method in class org.elasticsearch.search.suggest.phrase.CandidateGenerator
 
drawCandidates(DirectCandidateGenerator.CandidateSet) - Method in class org.elasticsearch.search.suggest.phrase.CandidateGenerator
 
drawCandidates(DirectCandidateGenerator.CandidateSet) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
 
drawCandidates(DirectCandidateGenerator.CandidateSet) - Method in class org.elasticsearch.search.suggest.phrase.MultiCandidateGeneratorWrapper
 
dryRun(boolean) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
Sets a dry run flag (defaults to false) allowing to run the commands without actually applying them to the cluster state, and getting the resulting cluster state back.
dryRun() - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
Returns the current dry run flag which allows to run the commands without actually applying them, just to get back the resulting cluster state back.
dryRun(boolean) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
Sets if the rollover should not be executed when conditions are met
dryRun(boolean) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
 
DummyOsInfo - Class in org.elasticsearch.monitor.os
 
DummyPluginInfo - Class in org.elasticsearch.plugins
 
duplicateBindingAnnotations(Member, Class<? extends Annotation>, Class<? extends Annotation>) - Method in class org.elasticsearch.common.inject.internal.Errors
 
duplicateScopeAnnotations(Class<? extends Annotation>, Class<? extends Annotation>) - Method in class org.elasticsearch.common.inject.internal.Errors
 
duplicateScopes(Scope, Class<? extends Annotation>, Scope) - Method in class org.elasticsearch.common.inject.internal.Errors
 
DutchAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
DutchAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.DutchAnalyzerProvider
 
DutchStemTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
DutchStemTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.DutchStemTokenFilterFactory
 
dynamic - Variable in class org.elasticsearch.index.mapper.ObjectMapper.Builder
 
dynamic(ObjectMapper.Dynamic) - Method in class org.elasticsearch.index.mapper.ObjectMapper.Builder
 
DYNAMIC - Static variable in class org.elasticsearch.index.mapper.ObjectMapper.Defaults
 
dynamic() - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
DYNAMIC_DATE_TIME_FORMATTERS - Static variable in class org.elasticsearch.index.mapper.RootObjectMapper.Defaults
 
dynamicDateTimeFormatter(Collection<FormatDateTimeFormatter>) - Method in class org.elasticsearch.index.mapper.RootObjectMapper.Builder
 
dynamicDateTimeFormatters - Variable in class org.elasticsearch.index.mapper.RootObjectMapper.Builder
 
dynamicDateTimeFormatters() - Method in class org.elasticsearch.index.mapper.RootObjectMapper
 
dynamicMappingsUpdate() - Method in class org.elasticsearch.index.mapper.ParsedDocument
Return dynamic updates to mappings or null if there were no updates to the mappings.
DynamicTemplate - Class in org.elasticsearch.index.mapper
 
DynamicTemplate.MatchType - Enum in org.elasticsearch.index.mapper
 
DynamicTemplate.XContentFieldType - Enum in org.elasticsearch.index.mapper
The type of a field as detected while parsing a json document.
dynamicTemplates - Variable in class org.elasticsearch.index.mapper.RootObjectMapper.Builder
 
dynamicTemplates(Collection<DynamicTemplate>) - Method in class org.elasticsearch.index.mapper.RootObjectMapper.Builder
 

E

EAGER_SINGLETON - Static variable in class org.elasticsearch.common.inject.internal.Scoping
 
eagerGlobalOrdinals(boolean) - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.Builder
 
eagerGlobalOrdinals() - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
eagerGlobalOrdinals(boolean) - Method in class org.elasticsearch.index.mapper.ParentFieldMapper.Builder
 
eagerGlobalOrdinals(boolean) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.Builder
 
eagerGlobalOrdinals(boolean) - Method in class org.elasticsearch.index.mapper.TextFieldMapper.Builder
 
eagerPartition(List<E>, int) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
EarlyTerminationException(String) - Constructor for exception org.elasticsearch.common.lucene.Lucene.EarlyTerminationException
 
EarlyTerminationException(StreamInput) - Constructor for exception org.elasticsearch.common.lucene.Lucene.EarlyTerminationException
 
EARTH_AXIS_RATIO - Static variable in class org.elasticsearch.common.geo.GeoUtils
Earth axis ratio defined by WGS 84 (0.996647189335)
EARTH_EQUATOR - Static variable in class org.elasticsearch.common.geo.GeoUtils
Earth ellipsoid equator length in meters
EARTH_MEAN_RADIUS - Static variable in class org.elasticsearch.common.geo.GeoUtils
Earth mean radius defined by WGS 84 in meters
EARTH_POLAR_DISTANCE - Static variable in class org.elasticsearch.common.geo.GeoUtils
Earth ellipsoid polar distance in meters
EARTH_SEMI_MAJOR_AXIS - Static variable in class org.elasticsearch.common.geo.GeoUtils
Earth ellipsoid major axis defined by WGS 84 in meters
EARTH_SEMI_MINOR_AXIS - Static variable in class org.elasticsearch.common.geo.GeoUtils
Earth ellipsoid minor axis defined by WGS 84 in meters
Edge(Coordinate, ShapeBuilder.Edge, Coordinate) - Constructor for class org.elasticsearch.common.geo.builders.ShapeBuilder.Edge
 
Edge(Coordinate, ShapeBuilder.Edge) - Constructor for class org.elasticsearch.common.geo.builders.ShapeBuilder.Edge
 
EdgeNGramTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
EdgeNGramTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.EdgeNGramTokenFilterFactory
 
EdgeNGramTokenizerFactory - Class in org.elasticsearch.index.analysis
 
EdgeNGramTokenizerFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.EdgeNGramTokenizerFactory
 
ElasticsearchClient - Interface in org.elasticsearch.client
 
ElasticsearchCorruptionException - Exception in org.elasticsearch
This exception is thrown when Elasticsearch detects an inconsistency in one of it's persistent files.
ElasticsearchCorruptionException(String) - Constructor for exception org.elasticsearch.ElasticsearchCorruptionException
ElasticsearchCorruptionException(Throwable) - Constructor for exception org.elasticsearch.ElasticsearchCorruptionException
Creates a new ElasticsearchCorruptionException with the given exceptions stacktrace.
ElasticsearchDirectoryReader - Class in org.elasticsearch.common.lucene.index
A FilterDirectoryReader that exposes Elasticsearch internal per shard / index information like the shard ID.
ElasticsearchException - Exception in org.elasticsearch
A base class for all elasticsearch exceptions.
ElasticsearchException(Throwable) - Constructor for exception org.elasticsearch.ElasticsearchException
Construct a ElasticsearchException with the specified cause exception.
ElasticsearchException(String, Object...) - Constructor for exception org.elasticsearch.ElasticsearchException
Construct a ElasticsearchException with the specified detail message.
ElasticsearchException(String, Throwable, Object...) - Constructor for exception org.elasticsearch.ElasticsearchException
Construct a ElasticsearchException with the specified detail message and nested exception.
ElasticsearchException(StreamInput) - Constructor for exception org.elasticsearch.ElasticsearchException
 
ElasticsearchGenerationException - Exception in org.elasticsearch
A generic exception indicating failure to generate.
ElasticsearchGenerationException(String) - Constructor for exception org.elasticsearch.ElasticsearchGenerationException
 
ElasticsearchGenerationException(String, Throwable) - Constructor for exception org.elasticsearch.ElasticsearchGenerationException
 
ElasticsearchGenerationException(StreamInput) - Constructor for exception org.elasticsearch.ElasticsearchGenerationException
 
ElasticsearchLeafReader - Class in org.elasticsearch.common.lucene.index
A FilterLeafReader that exposes Elasticsearch internal per shard / index information like the shard ID.
ElasticsearchLeafReader(LeafReader, ShardId) - Constructor for class org.elasticsearch.common.lucene.index.ElasticsearchLeafReader
Construct a FilterLeafReader based on the specified base reader.
ElasticsearchMergePolicy - Class in org.elasticsearch.index.shard
A MergePolicy that upgrades segments and can upgrade merges.
ElasticsearchMergePolicy(MergePolicy) - Constructor for class org.elasticsearch.index.shard.ElasticsearchMergePolicy
 
ElasticsearchParseException - Exception in org.elasticsearch
Unchecked exception that is translated into a 400 BAD REQUEST error when it bubbles out over HTTP.
ElasticsearchParseException(String, Object...) - Constructor for exception org.elasticsearch.ElasticsearchParseException
 
ElasticsearchParseException(String, Throwable, Object...) - Constructor for exception org.elasticsearch.ElasticsearchParseException
 
ElasticsearchParseException(StreamInput) - Constructor for exception org.elasticsearch.ElasticsearchParseException
 
ElasticsearchSecurityException - Exception in org.elasticsearch
Generic security exception
ElasticsearchSecurityException(String, RestStatus, Throwable, Object...) - Constructor for exception org.elasticsearch.ElasticsearchSecurityException
Build the exception with a specific status and cause.
ElasticsearchSecurityException(String, Exception, Object...) - Constructor for exception org.elasticsearch.ElasticsearchSecurityException
Build the exception with the status derived from the cause.
ElasticsearchSecurityException(String, Object...) - Constructor for exception org.elasticsearch.ElasticsearchSecurityException
Build the exception with a status of RestStatus.INTERNAL_SERVER_ERROR without a cause.
ElasticsearchSecurityException(String, RestStatus, Object...) - Constructor for exception org.elasticsearch.ElasticsearchSecurityException
Build the exception without a cause.
ElasticsearchSecurityException(StreamInput) - Constructor for exception org.elasticsearch.ElasticsearchSecurityException
Read from a stream.
ElasticsearchStatusException - Exception in org.elasticsearch
Exception who's RestStatus is arbitrary rather than derived.
ElasticsearchStatusException(String, RestStatus, Throwable, Object...) - Constructor for exception org.elasticsearch.ElasticsearchStatusException
Build the exception with a specific status and cause.
ElasticsearchStatusException(String, RestStatus, Object...) - Constructor for exception org.elasticsearch.ElasticsearchStatusException
Build the exception without a cause.
ElasticsearchStatusException(StreamInput) - Constructor for exception org.elasticsearch.ElasticsearchStatusException
Read from a stream.
ElasticsearchTimeoutException - Exception in org.elasticsearch
The same as TimeoutException simply a runtime one.
ElasticsearchTimeoutException(StreamInput) - Constructor for exception org.elasticsearch.ElasticsearchTimeoutException
 
ElasticsearchTimeoutException(Throwable) - Constructor for exception org.elasticsearch.ElasticsearchTimeoutException
 
ElasticsearchTimeoutException(String, Object...) - Constructor for exception org.elasticsearch.ElasticsearchTimeoutException
 
ElasticsearchTimeoutException(String, Throwable, Object...) - Constructor for exception org.elasticsearch.ElasticsearchTimeoutException
 
ElasticsearchWrapperException - Interface in org.elasticsearch
 
electMaster(Collection<ElectMasterService.MasterCandidate>) - Method in class org.elasticsearch.discovery.zen.ElectMasterService
Elects a new master out of the possible nodes, returning it.
ElectMasterService - Class in org.elasticsearch.discovery.zen
 
ElectMasterService(Settings) - Constructor for class org.elasticsearch.discovery.zen.ElectMasterService
 
ElectMasterService.MasterCandidate - Class in org.elasticsearch.discovery.zen
a class to encapsulate all the information about a candidate in a master election that is needed to decided which of the candidates should win
element() - Method in class org.elasticsearch.common.collect.EvictingQueue
 
Element - Interface in org.elasticsearch.common.inject.spi
A core component of a module or injector.
elements - Variable in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
Elements - Class in org.elasticsearch.common.inject.spi
Exposes elements of a module so they can be inspected, validated or rewritten.
Elements() - Constructor for class org.elasticsearch.common.inject.spi.Elements
 
elements - Variable in class org.elasticsearch.search.profile.AbstractInternalProfileTree
A list of the original queries, keyed by index position
ElementVisitor<V> - Interface in org.elasticsearch.common.inject.spi
Visit elements.
ElisionTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
ElisionTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ElisionTokenFilterFactory
 
EMPTY - Static variable in class org.elasticsearch.action.support.replication.ReplicationResponse
 
EMPTY - Static variable in class org.elasticsearch.cluster.ClusterInfo
 
EMPTY - Static variable in class org.elasticsearch.cluster.metadata.MappingMetaData.Routing
 
EMPTY - Static variable in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
EMPTY - Static variable in class org.elasticsearch.common.bytes.BytesArray
 
EMPTY - Static variable in class org.elasticsearch.common.settings.Settings
 
EMPTY - Static variable in class org.elasticsearch.common.xcontent.NamedXContentRegistry
The empty NamedXContentRegistry for use when you are sure that you aren't going to call XContentParser.namedObject(Class, String, Object).
EMPTY - Static variable in class org.elasticsearch.discovery.zen.ZenPing.PingResponse
 
empty(int) - Static method in class org.elasticsearch.index.fielddata.plain.AbstractAtomicGeoPointFieldData
 
empty() - Static method in class org.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
 
empty(int) - Method in class org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
 
empty(int) - Method in class org.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
 
empty() - Static method in class org.elasticsearch.index.mapper.FieldMapper.MultiFields
 
EMPTY - Static variable in class org.elasticsearch.index.store.Store.MetadataSnapshot
 
EMPTY - Static variable in interface org.elasticsearch.index.store.Store.OnClose
 
EMPTY - Static variable in class org.elasticsearch.repositories.RepositoryData
An instance initialized for an empty repository.
EMPTY - Static variable in class org.elasticsearch.search.aggregations.AggregatorFactories
 
EMPTY - Static variable in class org.elasticsearch.search.aggregations.InternalAggregations
 
EMPTY - Static variable in class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals
 
EMPTY - Static variable in class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
 
EMPTY - Static variable in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric
 
EMPTY - Static variable in class org.elasticsearch.search.internal.AliasFilter
 
empty() - Static method in class org.elasticsearch.search.internal.InternalSearchResponse
 
EMPTY - Static variable in class org.elasticsearch.search.SearchHits
 
empty() - Static method in class org.elasticsearch.search.SearchHits
 
EMPTY - Static variable in class org.elasticsearch.search.suggest.phrase.Correction
 
EMPTY - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
 
EMPTY - Static variable in class org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker.Result
 
Empty() - Constructor for class org.elasticsearch.transport.TransportRequest.Empty
 
EMPTY - Static variable in class org.elasticsearch.transport.TransportRequestOptions
 
Empty() - Constructor for class org.elasticsearch.transport.TransportResponse.Empty
 
EMPTY - Static variable in class org.elasticsearch.transport.TransportResponseOptions
 
EMPTY_ARRAY - Static variable in class org.elasticsearch.action.search.ShardSearchFailure
 
EMPTY_ARRAY - Static variable in class org.elasticsearch.common.Strings
 
EMPTY_ARRAY - Static variable in class org.elasticsearch.common.text.Text
 
EMPTY_ARRAY - Static variable in class org.elasticsearch.index.Index
 
EMPTY_ARRAY - Static variable in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
EMPTY_CLUSTER_BLOCK - Static variable in class org.elasticsearch.cluster.block.ClusterBlocks
 
EMPTY_CONFIG - Static variable in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
Dummy Context Config matching the Dummy Mapping by providing an empty context
EMPTY_CONTEXT - Static variable in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
Dummy Context matching the Dummy Mapping by not wrapping a TokenStream
EMPTY_FIELDS - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.SourceSimpleFragmentsBuilder
 
EMPTY_MAPPING - Static variable in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
Dummy Context Mapping that should be used if no context is used
EMPTY_META_DATA - Static variable in class org.elasticsearch.cluster.metadata.MetaData
 
EMPTY_MODULE - Static variable in class org.elasticsearch.common.inject.util.Modules
 
EMPTY_NODES - Static variable in class org.elasticsearch.cluster.node.DiscoveryNodes
 
EMPTY_PARAMS - Static variable in interface org.elasticsearch.common.xcontent.ToXContent
 
EMPTY_REPO_GEN - Static variable in class org.elasticsearch.repositories.RepositoryData
The generation value indicating the repository has no index generational files.
EMPTY_ROUTING_TABLE - Static variable in class org.elasticsearch.cluster.routing.RoutingTable
 
EMPTY_SCORE_DOCS - Static variable in class org.elasticsearch.common.lucene.Lucene
 
EMPTY_SETTINGS - Static variable in class org.elasticsearch.common.settings.Settings.Builder
 
EMPTY_STATE - Static variable in class org.elasticsearch.cluster.ClusterState
 
EMPTY_STORE_INSTANCE - Static variable in class org.elasticsearch.cluster.routing.RecoverySource.StoreRecoverySource
 
EMPTY_TASK_ID - Static variable in class org.elasticsearch.tasks.TaskId
 
EMPTY_TOP_DOCS - Static variable in class org.elasticsearch.common.lucene.Lucene
 
EMPTY_TYPE_ARRAY - Static variable in class org.elasticsearch.common.inject.internal.MoreTypes
 
EmptyClusterInfoService - Class in org.elasticsearch.cluster
ClusterInfoService that provides empty maps for disk usage and shard sizes
emptyGeoPoint() - Static method in enum org.elasticsearch.index.fielddata.FieldData
 
emptyMultiGeoPoints(int) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Return a SortedNumericDoubleValues that doesn't contain any value.
emptyNumericDouble() - Static method in enum org.elasticsearch.index.fielddata.FieldData
Return a NumericDoubleValues that doesn't contain any value.
emptyPredictions(int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
Returns an empty set of predictions, filled with NaNs
emptySortedBinary(int) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Return a SortedBinaryDocValues that doesn't contain any value.
emptySortedNumericDoubles(int) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Return a SortedNumericDoubleValues that doesn't contain any value.
EmptyTransportResponseHandler - Class in org.elasticsearch.transport
 
EmptyTransportResponseHandler(String) - Constructor for class org.elasticsearch.transport.EmptyTransportResponseHandler
 
ENABLE_GEOHASH - Static variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Defaults
 
ENABLE_GEOHASH_PREFIX - Static variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Defaults
 
ENABLE_LATLON - Static variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Defaults
 
ENABLE_LUCENE_SEGMENT_INFOS_TRACE_SETTING - Static variable in class org.elasticsearch.env.NodeEnvironment
If true the [verbose] SegmentInfos.infoStream logging is sent to System.out.
ENABLE_REMOTE_CLUSTERS - Static variable in class org.elasticsearch.transport.RemoteClusterService
If true connecting to remote clusters is supported on this node.
EnableAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
EnableAllocationDecider(Settings, ClusterSettings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
 
EnableAllocationDecider.Allocation - Enum in org.elasticsearch.cluster.routing.allocation.decider
Allocation values or rather their string representation to be used used with EnableAllocationDecider.CLUSTER_ROUTING_ALLOCATION_ENABLE_SETTING / EnableAllocationDecider.INDEX_ROUTING_ALLOCATION_ENABLE_SETTING via cluster / index settings.
EnableAllocationDecider.Rebalance - Enum in org.elasticsearch.cluster.routing.allocation.decider
Rebalance values or rather their string representation to be used used with EnableAllocationDecider.CLUSTER_ROUTING_REBALANCE_ENABLE_SETTING / EnableAllocationDecider.INDEX_ROUTING_REBALANCE_ENABLE_SETTING via cluster / index settings.
ENABLED - Static variable in class org.elasticsearch.Assertions
 
enabled() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
enabled(EnabledAttributeMapper) - Method in class org.elasticsearch.index.mapper.AllFieldMapper.Builder
 
ENABLED - Static variable in class org.elasticsearch.index.mapper.AllFieldMapper.Defaults
 
enabled() - Method in class org.elasticsearch.index.mapper.AllFieldMapper
 
enabled - Variable in enum org.elasticsearch.index.mapper.EnabledAttributeMapper
 
enabled(boolean) - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.Builder
 
ENABLED - Static variable in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.Defaults
 
enabled - Variable in class org.elasticsearch.index.mapper.ObjectMapper.Builder
 
enabled(boolean) - Method in class org.elasticsearch.index.mapper.ObjectMapper.Builder
 
ENABLED - Static variable in class org.elasticsearch.index.mapper.ObjectMapper.Defaults
 
enabled(boolean) - Method in class org.elasticsearch.index.mapper.SourceFieldMapper.Builder
 
ENABLED - Static variable in class org.elasticsearch.index.mapper.SourceFieldMapper.Defaults
 
enabled() - Method in class org.elasticsearch.index.mapper.SourceFieldMapper
 
enabled(EnabledAttributeMapper) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper.Builder
 
ENABLED - Static variable in class org.elasticsearch.index.mapper.TimestampFieldMapper.Defaults
 
enabled() - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper
 
enabled(EnabledAttributeMapper) - Method in class org.elasticsearch.index.mapper.TTLFieldMapper.Builder
 
enabled() - Method in class org.elasticsearch.index.mapper.TTLFieldMapper
 
ENABLED - Static variable in class org.elasticsearch.watcher.ResourceWatcherService
 
ENABLED_SETTING - Static variable in class org.elasticsearch.monitor.jvm.JvmGcMonitorService
 
ENABLED_STATE - Static variable in class org.elasticsearch.index.mapper.TTLFieldMapper.Defaults
 
EnabledAttributeMapper - Enum in org.elasticsearch.index.mapper
 
enableGeoHash - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
enableGeoHash(boolean) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
enableGeoHashPrefix - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
enableLatLon - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
enableLatLon(boolean) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
enablePositionIncrements() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
enablePositionIncrements(boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
enablePositionIncrements(boolean) - Method in class org.elasticsearch.index.mapper.TokenCountFieldMapper.Builder
 
enablePositionIncrements() - Method in class org.elasticsearch.index.mapper.TokenCountFieldMapper.Builder
 
enablePositionIncrements() - Method in class org.elasticsearch.index.mapper.TokenCountFieldMapper
Indicates if position increments are counted.
enablePositionIncrements(boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Set to true to enable position increments in result query.
enablePositionIncrements() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
enablePositionIncrements - Variable in class org.elasticsearch.index.search.MatchQuery
 
encode(double, double, byte[], int) - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Encoding
Encode a geo point into a byte-array, over LegacyGeoPointFieldMapper.Encoding.numBytes() bytes.
encodeCoordinate(double) - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Encoding
Return the bits that encode a latitude/longitude.
encoder(String) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
Set encoder for the highlighting are styled and default.
encoder() - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
encoder() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
ENCODER_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
encodeWeight(long) - Static method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
weight -> cost
end() - Method in class org.elasticsearch.index.query.SpanFirstQueryBuilder
 
end() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionTokenStream
 
end() - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
 
END_BYTE - Static variable in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
Marks end of the analyzed input and start of dedup byte.
endArray() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
endHeaders() - Method in class org.elasticsearch.common.Table
 
endObject() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
endOffset - Variable in class org.elasticsearch.search.lookup.TermPosition
 
endRow(boolean) - Method in class org.elasticsearch.common.Table
 
endRow() - Method in class org.elasticsearch.common.Table
 
endTime() - Method in class org.elasticsearch.snapshots.SnapshotInfo
Returns time when snapshot ended; a value of 0L will be returned if the snapshot is still running or if SnapshotInfo.state() returns null.
endVerification(String) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
endVerification(String) - Method in interface org.elasticsearch.repositories.Repository
Called at the end of repository verification process.
Engine - Class in org.elasticsearch.index.engine
 
Engine(EngineConfig) - Constructor for class org.elasticsearch.index.engine.Engine
 
Engine.CommitId - Class in org.elasticsearch.index.engine
 
Engine.Delete - Class in org.elasticsearch.index.engine
 
Engine.DeleteResult - Class in org.elasticsearch.index.engine
 
Engine.EventListener - Interface in org.elasticsearch.index.engine
 
Engine.Get - Class in org.elasticsearch.index.engine
 
Engine.GetResult - Class in org.elasticsearch.index.engine
 
Engine.Index - Class in org.elasticsearch.index.engine
 
Engine.IndexResult - Class in org.elasticsearch.index.engine
 
Engine.IndexThrottle - Class in org.elasticsearch.index.engine
A throttling class that can be activated, causing the acquireThrottle method to block on a lock when throttling is enabled
Engine.NoOpLock - Class in org.elasticsearch.index.engine
A Lock implementation that always allows the lock to be acquired
Engine.Operation - Class in org.elasticsearch.index.engine
 
Engine.Operation.Origin - Enum in org.elasticsearch.index.engine
 
Engine.Operation.TYPE - Enum in org.elasticsearch.index.engine
type of operation (index, delete), subclasses use static types
Engine.Result - Class in org.elasticsearch.index.engine
Base class for index and delete operation results Holds result meta data (e.g.
Engine.Searcher - Class in org.elasticsearch.index.engine
 
Engine.SyncedFlushResult - Enum in org.elasticsearch.index.engine
 
Engine.Warmer - Interface in org.elasticsearch.index.engine
Called for each new opened engine searcher to warm new segments
EngineClosedException - Exception in org.elasticsearch.index.engine
Deprecated.
EngineClosedException(ShardId) - Constructor for exception org.elasticsearch.index.engine.EngineClosedException
Deprecated.
 
EngineClosedException(ShardId, Throwable) - Constructor for exception org.elasticsearch.index.engine.EngineClosedException
Deprecated.
 
EngineClosedException(StreamInput) - Constructor for exception org.elasticsearch.index.engine.EngineClosedException
Deprecated.
 
engineConfig - Variable in class org.elasticsearch.index.engine.Engine
 
EngineConfig - Class in org.elasticsearch.index.engine
 
EngineConfig(EngineConfig.OpenMode, ShardId, ThreadPool, IndexSettings, Engine.Warmer, Store, SnapshotDeletionPolicy, MergePolicy, Analyzer, Similarity, CodecService, Engine.EventListener, TranslogRecoveryPerformer, QueryCache, QueryCachingPolicy, TranslogConfig, TimeValue, List<ReferenceManager.RefreshListener>, long) - Constructor for class org.elasticsearch.index.engine.EngineConfig
Creates a new EngineConfig
EngineConfig.OpenMode - Enum in org.elasticsearch.index.engine
Engine open mode defines how the engine should be opened or in other words what the engine should expect to recover from.
EngineCreationFailureException - Exception in org.elasticsearch.index.engine
An exception indicating that an Engine creation failed.
EngineCreationFailureException(ShardId, String, Throwable) - Constructor for exception org.elasticsearch.index.engine.EngineCreationFailureException
 
EngineCreationFailureException(StreamInput) - Constructor for exception org.elasticsearch.index.engine.EngineCreationFailureException
 
EngineException - Exception in org.elasticsearch.index.engine
 
EngineException(ShardId, String, Object...) - Constructor for exception org.elasticsearch.index.engine.EngineException
 
EngineException(ShardId, String, Throwable, Object...) - Constructor for exception org.elasticsearch.index.engine.EngineException
 
EngineException(StreamInput) - Constructor for exception org.elasticsearch.index.engine.EngineException
 
EngineFactory - Interface in org.elasticsearch.index.engine
Simple Engine Factory
engineFactory - Variable in class org.elasticsearch.index.shard.IndexShard
 
EngineSearcher - Class in org.elasticsearch.index.engine
Searcher for an Engine
EngineSearcher(String, IndexSearcher, SearcherManager, Store, Logger) - Constructor for class org.elasticsearch.index.engine.EngineSearcher
 
EngineSearcherFactory - Class in org.elasticsearch.index.engine
Basic Searcher factory that allows returning an IndexSearcher given an IndexReader
EngineSearcherFactory(EngineConfig) - Constructor for class org.elasticsearch.index.engine.EngineSearcherFactory
 
EnglishAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
EnglishAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.EnglishAnalyzerProvider
 
enoughShardsActive(int) - Method in class org.elasticsearch.action.support.ActiveShardCount
Returns true iff the given number of active shards is enough to meet the required shard count represented by this instance.
enoughShardsActive(ClusterState, String) - Method in class org.elasticsearch.action.support.ActiveShardCount
Returns true iff the given cluster state's routing table contains enough active shards for the given index to meet the required shard count represented by this instance.
enoughShardsActive(IndexShardRoutingTable) - Method in class org.elasticsearch.action.support.ActiveShardCount
Returns true iff the active shard count in the shard routing table is enough to meet the required shard count represented by this instance.
ensureAtomicMoveSupported() - Method in class org.elasticsearch.env.NodeEnvironment
This method tries to write an empty file and moves it using an atomic move operation.
ensureCanReadBytes(int) - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
ensureCanReadBytes(int) - Method in class org.elasticsearch.common.io.stream.FilterStreamInput
 
ensureCanReadBytes(int) - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
ensureCanReadBytes(int) - Method in class org.elasticsearch.common.io.stream.StreamInput
This method throws an EOFException if the given number of bytes can not be read from the this stream.
ensureClusterStateVersion(long) - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
ensureClusterStateVersion(long) - Method in interface org.elasticsearch.indices.recovery.RecoveryTargetHandler
Blockingly waits for cluster state with at least clusterStateVersion to be available
ensureClusterStateVersion(long) - Method in class org.elasticsearch.indices.recovery.RemoteRecoveryTargetHandler
 
ensureConnected(String, ActionListener<Void>) - Method in class org.elasticsearch.transport.RemoteClusterService
Ensures that the given cluster alias is connected.
ensureExpectedToken(XContentParser.Token, XContentParser.Token, Supplier<XContentLocation>) - Static method in class org.elasticsearch.common.xcontent.XContentParserUtils
Makes sure that provided token is of the expected type
ensureFieldName(XContentParser, XContentParser.Token, String) - Static method in class org.elasticsearch.common.xcontent.XContentParserUtils
Makes sure that current token is of type XContentParser.Token.FIELD_NAME and the the field name is equal to the provided one
ensureNoNullKeys(int) - Static method in class org.elasticsearch.common.collect.HppcMaps
Wraps the given map and prevent adding of null keys.
ensureNoNullKeys(int, float) - Static method in class org.elasticsearch.common.collect.HppcMaps.Object.Integer
 
ensureNoSelfReferences(Object) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
ensureOpen() - Method in class org.elasticsearch.action.bulk.BulkProcessor
 
ensureOpen() - Method in class org.elasticsearch.index.engine.Engine
 
ensureOpen() - Method in class org.elasticsearch.index.translog.TranslogReader
 
ensureOpen() - Method in class org.elasticsearch.index.translog.TranslogWriter
 
ensureOpen() - Method in class org.elasticsearch.transport.TcpTransport
Ensures this transport is still started / open
ensureSynced(Translog.Location) - Method in class org.elasticsearch.index.translog.Translog
Ensures that the given location has be synced / written to the underlying storage.
ensureSynced(Stream<Translog.Location>) - Method in class org.elasticsearch.index.translog.Translog
Ensures that all locations in the given stream have been synced / written to the underlying storage.
ensureValidity() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
entries() - Method in class org.elasticsearch.cluster.RestoreInProgress
Returns list of currently running restore processes
entries() - Method in class org.elasticsearch.cluster.SnapshotsInProgress
 
entries() - Method in class org.elasticsearch.common.lucene.all.AllEntries
 
entries - Variable in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
EntriesStats(long, long) - Constructor for class org.elasticsearch.index.cache.query.QueryCache.EntriesStats
 
Entry(Snapshot, RestoreInProgress.State, List<String>, ImmutableOpenMap<ShardId, RestoreInProgress.ShardRestoreStatus>) - Constructor for class org.elasticsearch.cluster.RestoreInProgress.Entry
Creates new restore metadata
Entry(Snapshot, long, long) - Constructor for class org.elasticsearch.cluster.SnapshotDeletionsInProgress.Entry
 
Entry(StreamInput) - Constructor for class org.elasticsearch.cluster.SnapshotDeletionsInProgress.Entry
 
Entry(Snapshot, boolean, boolean, SnapshotsInProgress.State, List<IndexId>, long, long, ImmutableOpenMap<ShardId, SnapshotsInProgress.ShardSnapshotStatus>) - Constructor for class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
Entry(SnapshotsInProgress.Entry, SnapshotsInProgress.State, ImmutableOpenMap<ShardId, SnapshotsInProgress.ShardSnapshotStatus>) - Constructor for class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
Entry(SnapshotsInProgress.Entry, ImmutableOpenMap<ShardId, SnapshotsInProgress.ShardSnapshotStatus>) - Constructor for class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
Entry(Class<T>, String, Writeable.Reader<? extends T>) - Constructor for class org.elasticsearch.common.io.stream.NamedWriteableRegistry.Entry
Creates a new entry which can be stored by the registry.
Entry(String, String, float) - Constructor for class org.elasticsearch.common.lucene.all.AllEntries.Entry
 
Entry(Class<T>, ParseField, CheckedFunction<XContentParser, ? extends T, IOException>) - Constructor for class org.elasticsearch.common.xcontent.NamedXContentRegistry.Entry
Creates a new entry which can be stored by the registry.
Entry(Class<T>, ParseField, ContextParser<Object, ? extends T>) - Constructor for class org.elasticsearch.common.xcontent.NamedXContentRegistry.Entry
Creates a new entry which can be stored by the registry.
Entry(Text, int, int) - Constructor for class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry
 
Entry(Text, int, int) - Constructor for class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry
 
Entry() - Constructor for class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry
 
Entry(Text, int, int, double) - Constructor for class org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
 
Entry(Text, int, int) - Constructor for class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
Entry() - Constructor for class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
Entry(Text, int, int) - Constructor for class org.elasticsearch.search.suggest.term.TermSuggestion.Entry
 
entrySet() - Method in class org.elasticsearch.common.collect.CopyOnWriteHashMap
 
entrySet() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
entrySet() - Method in class org.elasticsearch.common.util.MinimalMap
 
entrySet() - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
entrySet() - Method in class org.elasticsearch.search.lookup.LeafFieldsLookup
 
entrySet() - Method in class org.elasticsearch.search.lookup.SourceLookup
 
env - Variable in class org.elasticsearch.ingest.Processor.Parameters
Useful to provide access to the node's environment like config directory to processor factories.
envelope(EnvelopeBuilder) - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
EnvelopeBuilder - Class in org.elasticsearch.common.geo.builders
 
EnvelopeBuilder(Coordinate, Coordinate) - Constructor for class org.elasticsearch.common.geo.builders.EnvelopeBuilder
Build an envelope from the top left and bottom right coordinates.
EnvelopeBuilder(StreamInput) - Constructor for class org.elasticsearch.common.geo.builders.EnvelopeBuilder
Read from a stream.
Environment - Class in org.elasticsearch.env
The environment of where things exists.
Environment(Settings) - Constructor for class org.elasticsearch.env.Environment
 
Environment(Settings, String) - Constructor for class org.elasticsearch.env.Environment
 
EnvironmentAwareCommand - Class in org.elasticsearch.cli
A cli command which requires an Environment to use current paths and settings.
EnvironmentAwareCommand(String) - Constructor for class org.elasticsearch.cli.EnvironmentAwareCommand
 
EPOCH - Static variable in class org.elasticsearch.common.Table
 
EpochTimeParser(boolean) - Constructor for class org.elasticsearch.common.joda.Joda.EpochTimeParser
 
EpochTimePrinter(boolean) - Constructor for class org.elasticsearch.common.joda.Joda.EpochTimePrinter
 
equals(Object) - Method in class org.apache.lucene.queries.BlendedTermQuery
 
equals(Object) - Method in class org.apache.lucene.queries.MinDocQuery
 
equals(Object) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
 
equals(Object) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmVersion
 
equals(Object) - Method in class org.elasticsearch.action.admin.indices.alias.Alias
 
equals(Object) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
equals(Object) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilities
 
equals(Object) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexResponse
 
equals(Object) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
 
equals(Object) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesResponse
 
equals(Object) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Date
 
equals(Object) - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
equals(Object) - Method in class org.elasticsearch.action.GenericAction
 
equals(Object) - Method in class org.elasticsearch.action.get.GetResponse
 
equals(Object) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
equals(Object) - Method in class org.elasticsearch.action.main.MainResponse
 
equals(Object) - Method in class org.elasticsearch.action.search.SearchRequest
 
equals(Object) - Method in class org.elasticsearch.action.search.SearchScrollRequest
 
equals(Object) - Method in class org.elasticsearch.action.support.ActiveShardCount
 
equals(Object) - Method in class org.elasticsearch.action.support.replication.ReplicationTask.Status
 
equals(Object) - Method in class org.elasticsearch.bootstrap.JavaVersion
 
equals(Object) - Method in class org.elasticsearch.Build
 
equals(Object) - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
equals(Object) - Method in class org.elasticsearch.cluster.ClusterName
 
equals(Object) - Method in class org.elasticsearch.cluster.DiskUsage
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.Tombstone
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Routing
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.RepositoriesMetaData
 
equals(Object) - Method in class org.elasticsearch.cluster.metadata.RepositoryMetaData
 
equals(Object) - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
equals(Object) - Method in class org.elasticsearch.cluster.RestoreInProgress.Entry
 
equals(Object) - Method in class org.elasticsearch.cluster.RestoreInProgress
 
equals(Object) - Method in class org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.AllocationId
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.PlainShardIterator
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.RecoverySource
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.ShardRouting
 
equals(Object) - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
 
equals(Object) - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
 
equals(Object) - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress.Entry
 
equals(Object) - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress
 
equals(Object) - Method in class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
equals(Object) - Method in class org.elasticsearch.cluster.SnapshotsInProgress
 
equals(Object) - Method in class org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
 
equals(Object) - Method in class org.elasticsearch.common.bytes.BytesReference
 
equals(Object) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
 
equals(Object) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap
 
equals(Object) - Method in class org.elasticsearch.common.collect.Tuple
 
equals(Object) - Method in class org.elasticsearch.common.compress.CompressedXContent
 
equals(Object) - Method in class org.elasticsearch.common.FieldMemoryStats
 
equals(Object) - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
 
equals(Object) - Method in class org.elasticsearch.common.geo.builders.EnvelopeBuilder
 
equals(Object) - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
equals(Object) - Method in class org.elasticsearch.common.geo.builders.LineStringBuilder
 
equals(Object) - Method in class org.elasticsearch.common.geo.builders.MultiLineStringBuilder
 
equals(Object) - Method in class org.elasticsearch.common.geo.builders.MultiPointBuilder
 
equals(Object) - Method in class org.elasticsearch.common.geo.builders.MultiPolygonBuilder
 
equals(Object) - Method in class org.elasticsearch.common.geo.builders.PointBuilder
 
equals(Object) - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
equals(Object) - Method in class org.elasticsearch.common.geo.GeoPoint
 
equals(Type, Type) - Static method in class org.elasticsearch.common.inject.internal.MoreTypes
Returns true if a and b are equal.
equals(Object) - Method in class org.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
 
equals(Object) - Method in class org.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
 
equals(Object) - Method in class org.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
 
equals(Object) - Method in class org.elasticsearch.common.inject.internal.ProviderMethodsModule
 
equals(Object) - Method in class org.elasticsearch.common.inject.Key
 
equals(Object) - Method in class org.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder
 
equals(Object) - Method in class org.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
 
equals(Object) - Method in class org.elasticsearch.common.inject.spi.Dependency
 
equals(Object) - Method in class org.elasticsearch.common.inject.spi.InjectionPoint
 
equals(Object) - Method in class org.elasticsearch.common.inject.spi.Message
 
equals(Object) - Method in class org.elasticsearch.common.inject.TypeLiteral
 
equals(Object) - Method in class org.elasticsearch.common.lucene.all.AllTermQuery
 
equals(Object) - Method in class org.elasticsearch.common.lucene.IndexCommitDelegate
 
equals(Object) - Method in class org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
 
equals(Object) - Method in class org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery.FilterFunction
 
equals(Object) - Method in class org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
 
equals(Object) - Method in class org.elasticsearch.common.lucene.search.function.ScoreFunction
 
equals(Object) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
equals(Object) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Returns true if o is equal to this.
equals(Object) - Method in class org.elasticsearch.common.rounding.Rounding
 
equals(Object) - Method in class org.elasticsearch.common.settings.SecureString
Constant time equality to avoid potential timing attacks.
equals(Object) - Method in class org.elasticsearch.common.settings.Setting.AffixKey
 
equals(Object) - Method in class org.elasticsearch.common.settings.Setting
 
equals(Object) - Method in class org.elasticsearch.common.settings.Setting.SimpleKey
 
equals(Object) - Method in class org.elasticsearch.common.settings.Settings
 
equals(Object) - Method in class org.elasticsearch.common.text.Text
 
equals(Object) - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
equals(Object) - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
equals(Object) - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
equals(Object) - Method in class org.elasticsearch.common.unit.DistanceUnit.Distance
 
equals(Object) - Method in class org.elasticsearch.common.unit.Fuzziness
 
equals(Object) - Method in class org.elasticsearch.common.unit.SizeValue
 
equals(Object) - Method in class org.elasticsearch.common.unit.TimeValue
 
equals(ByteArray, ByteArray) - Method in class org.elasticsearch.common.util.BigArrays
 
equals(Object) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
equals(Object) - Method in class org.elasticsearch.env.NodeMetaData
 
equals(Object) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
 
equals(Object) - Method in class org.elasticsearch.index.analysis.NamedAnalyzer
 
equals(Object) - Method in class org.elasticsearch.index.engine.Engine.CommitId
 
equals(Object) - Method in class org.elasticsearch.index.engine.Segment
 
equals(Object) - Method in class org.elasticsearch.index.fielddata.FieldDataStats
 
equals(Object) - Method in class org.elasticsearch.index.get.GetField
 
equals(Object) - Method in class org.elasticsearch.index.get.GetResult
 
equals(Object) - Method in class org.elasticsearch.index.Index
 
equals(Object) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
equals(Object) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
equals(Object) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.CompletionFieldType
 
equals(Object) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
equals(Object) - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
 
equals(Object) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
equals(Object) - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
 
equals(Object) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
equals(Object) - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
equals(Object) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
equals(Object) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
equals(Object) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
equals(Object) - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
equals(Object) - Method in class org.elasticsearch.index.mapper.TypeFieldMapper.TypesQuery
 
equals(Object) - Method in class org.elasticsearch.index.mapper.Uid
 
equals(Object) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
equals(Object) - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
 
equals(Object) - Method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
 
equals(Object) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
equals(Object) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
equals(Object) - Method in class org.elasticsearch.index.refresh.RefreshStats
 
equals(Object) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 
equals(Object) - Method in class org.elasticsearch.index.search.ESToParentBlockJoinQuery
 
equals(Object) - Method in class org.elasticsearch.index.search.geo.GeoPolygonQuery
 
equals(Object) - Method in class org.elasticsearch.index.search.geo.LegacyGeoDistanceRangeQuery
Deprecated.
 
equals(Object) - Method in class org.elasticsearch.index.search.geo.LegacyInMemoryGeoBoundingBoxQuery
Deprecated.
 
equals(Object) - Method in class org.elasticsearch.index.shard.ShardId
 
equals(Object) - Method in class org.elasticsearch.index.shard.ShardPath
 
equals(Object) - Method in class org.elasticsearch.index.shard.ShardStateMetaData
 
equals(Object) - Method in class org.elasticsearch.index.translog.Translog.Delete
 
equals(Object) - Method in class org.elasticsearch.index.translog.Translog.Index
 
equals(Object) - Method in class org.elasticsearch.index.translog.Translog.Location
 
equals(Object) - Method in class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.Key
 
equals(Object) - Method in class org.elasticsearch.indices.recovery.RecoveryState.File
 
equals(Object) - Method in class org.elasticsearch.indices.TermsLookup
 
equals(Object) - Method in class org.elasticsearch.ingest.IngestDocument
 
equals(Object) - Method in class org.elasticsearch.ingest.IngestInfo
 
equals(Object) - Method in class org.elasticsearch.ingest.IngestMetadata
 
equals(Object) - Method in class org.elasticsearch.ingest.PipelineConfiguration
 
equals(Object) - Method in class org.elasticsearch.ingest.ProcessorInfo
 
equals(Object) - Method in class org.elasticsearch.ingest.ValueSource.ByteValue
 
equals(Object) - Method in class org.elasticsearch.ingest.ValueSource.ListValue
 
equals(Object) - Method in class org.elasticsearch.ingest.ValueSource.MapValue
 
equals(Object) - Method in class org.elasticsearch.ingest.ValueSource.ObjectValue
 
equals(Object) - Method in class org.elasticsearch.ingest.ValueSource.TemplatedValue
 
equals(Object) - Method in class org.elasticsearch.monitor.jvm.DeadlockAnalyzer.Deadlock
 
equals(Object) - Method in class org.elasticsearch.plugins.ActionPlugin.ActionHandler
 
equals(Object) - Method in class org.elasticsearch.plugins.PluginInfo
 
equals(Object) - Method in class org.elasticsearch.repositories.IndexId
 
equals(Object) - Method in class org.elasticsearch.repositories.RepositoryData
 
equals(Object) - Method in class org.elasticsearch.script.Script
 
equals(Object) - Method in class org.elasticsearch.script.ScriptMetaData
 
equals(Object) - Method in class org.elasticsearch.script.StoredScriptSource
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.Aggregations
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.AggregatorFactories.Builder
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator.KeyedFilter
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator.KeyedFilter
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder.Range
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.terms.Terms.Order
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.Percentile
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
 
equals(Object) - Method in class org.elasticsearch.search.aggregations.support.AggregationPath.PathElement
 
equals(Object) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
equals(Object) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder.IndexBoost
 
equals(Object) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
 
equals(Object) - Method in class org.elasticsearch.search.collapse.CollapseBuilder
 
equals(Object) - Method in class org.elasticsearch.search.DocValueFormat.Decimal
 
equals(Object) - Method in class org.elasticsearch.search.fetch.StoredFieldsContext
 
equals(Object) - Method in class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
equals(Object) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
equals(Object) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightField
 
equals(Object) - Method in class org.elasticsearch.search.internal.AliasFilter
 
equals(Object) - Method in class org.elasticsearch.search.rescore.QueryRescorerBuilder
 
equals(Object) - Method in class org.elasticsearch.search.rescore.RescoreBuilder
 
equals(Object) - Method in class org.elasticsearch.search.Scroll
 
equals(Object) - Method in class org.elasticsearch.search.searchafter.SearchAfterBuilder
 
equals(Object) - Method in class org.elasticsearch.search.SearchExtBuilder
 
equals(Object) - Method in class org.elasticsearch.search.SearchHit.NestedIdentity
 
equals(Object) - Method in class org.elasticsearch.search.SearchShardTarget
 
equals(Object) - Method in class org.elasticsearch.search.SearchSortValues
 
equals(Object) - Method in class org.elasticsearch.search.slice.SliceBuilder
 
equals(Object) - Method in class org.elasticsearch.search.slice.SliceQuery
 
equals(Object) - Method in class org.elasticsearch.search.sort.FieldSortBuilder
 
equals(Object) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
 
equals(Object) - Method in class org.elasticsearch.search.sort.ScoreSortBuilder
 
equals(Object) - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
 
equals(Object) - Method in class org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
 
equals(Object) - Method in class org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
 
equals(Object) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping
 
equals(Object) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping.InternalQueryContext
 
equals(Object) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMappings
 
equals(Object) - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping
 
equals(Object) - Method in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext
 
equals(Object) - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions
 
equals(Object) - Method in class org.elasticsearch.search.suggest.completion.RegexOptions
 
equals(Object) - Method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
 
equals(Object) - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
 
equals(Object) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
 
equals(Object) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
equals(Object) - Method in class org.elasticsearch.search.suggest.phrase.SmoothingModel
 
equals(Object) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
equals(Object) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
equals(Object) - Method in class org.elasticsearch.search.suggest.SuggestBuilder
 
equals(Object) - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
 
equals(Object) - Method in class org.elasticsearch.snapshots.Snapshot
 
equals(Object) - Method in class org.elasticsearch.snapshots.SnapshotId
 
equals(Object) - Method in class org.elasticsearch.snapshots.SnapshotInfo
 
equals(Object) - Method in class org.elasticsearch.tasks.RawTaskStatus
 
equals(Object) - Method in class org.elasticsearch.tasks.TaskId
 
equals(Object) - Method in class org.elasticsearch.tasks.TaskInfo
 
equals(Object) - Method in class org.elasticsearch.tasks.TaskResult
 
equals(Object) - Method in class org.elasticsearch.transport.RemoteConnectionInfo
 
equals(Object) - Method in class org.elasticsearch.Version
 
equalsAliases(MetaData) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
equalsIgnoringMetaData(ShardRouting) - Method in class org.elasticsearch.cluster.routing.ShardRouting
returns true if the current routing is identical to the other routing in all but meta fields, i.e., unassigned info
errorFromXContent(XContentParser) - Static method in class org.elasticsearch.rest.BytesRestResponse
 
ErrorHandler - Interface in org.elasticsearch.common.inject.internal
Handles errors in the Injector.
errorInjectingConstructor(Throwable) - Method in class org.elasticsearch.common.inject.internal.Errors
 
errorInjectingMethod(Throwable) - Method in class org.elasticsearch.common.inject.internal.Errors
 
errorInProvider(RuntimeException) - Method in class org.elasticsearch.common.inject.internal.Errors
 
errorInUserCode(Throwable, String, Object...) - Method in class org.elasticsearch.common.inject.internal.Errors
 
errorInUserInjector(MembersInjector<?>, TypeLiteral<?>, RuntimeException) - Method in class org.elasticsearch.common.inject.internal.Errors
 
errorMessage() - Method in interface org.elasticsearch.bootstrap.BootstrapCheck
The error message for a failed check.
errorNotifyingInjectionListener(InjectionListener<?>, TypeLiteral<?>, RuntimeException) - Method in class org.elasticsearch.common.inject.internal.Errors
 
errorNotifyingTypeListener(TypeListenerBinding, TypeLiteral<?>, Throwable) - Method in class org.elasticsearch.common.inject.internal.Errors
 
Errors - Class in org.elasticsearch.common.inject.internal
A collection of error messages.
Errors() - Constructor for class org.elasticsearch.common.inject.internal.Errors
 
Errors(Object) - Constructor for class org.elasticsearch.common.inject.internal.Errors
 
ErrorsException - Exception in org.elasticsearch.common.inject.internal
Indicates that a result could not be returned while preparing or resolving a binding.
ErrorsException(Errors) - Constructor for exception org.elasticsearch.common.inject.internal.ErrorsException
 
ES_PLUGIN_POLICY - Static variable in class org.elasticsearch.plugins.PluginInfo
 
ES_PLUGIN_PROPERTIES - Static variable in class org.elasticsearch.plugins.PluginInfo
 
EsAbortPolicy - Class in org.elasticsearch.common.util.concurrent
 
EsAbortPolicy() - Constructor for class org.elasticsearch.common.util.concurrent.EsAbortPolicy
 
escape(boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Set to true to enable escaping of the query string
escape() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
escapeAndEncode(String) - Static method in class org.elasticsearch.common.logging.DeprecationLogger
Escape and encode a string as a valid RFC 7230 quoted-string.
escapedTags() - Method in class org.elasticsearch.index.analysis.HtmlStripCharFilterFactory
 
EsExecutors - Class in org.elasticsearch.common.util.concurrent
 
ESLoggerFactory - Class in org.elasticsearch.common.logging
Factory to get Loggers
EsRejectedExecutionException - Exception in org.elasticsearch.common.util.concurrent
 
EsRejectedExecutionException(String, boolean) - Constructor for exception org.elasticsearch.common.util.concurrent.EsRejectedExecutionException
 
EsRejectedExecutionException(String) - Constructor for exception org.elasticsearch.common.util.concurrent.EsRejectedExecutionException
 
EsRejectedExecutionException() - Constructor for exception org.elasticsearch.common.util.concurrent.EsRejectedExecutionException
 
EsRejectedExecutionException(Throwable) - Constructor for exception org.elasticsearch.common.util.concurrent.EsRejectedExecutionException
 
EsRejectedExecutionException(StreamInput) - Constructor for exception org.elasticsearch.common.util.concurrent.EsRejectedExecutionException
 
EsThreadPoolExecutor - Class in org.elasticsearch.common.util.concurrent
An extension to thread pool executor, allowing (in the future) to add specific additional stats to it.
EsThreadPoolExecutor.ShutdownListener - Interface in org.elasticsearch.common.util.concurrent
 
ESTIMATED_TIME_INTERVAL_SETTING - Static variable in class org.elasticsearch.threadpool.ThreadPool
 
estimatedNumberOfOperations() - Method in class org.elasticsearch.index.translog.TranslogStats
 
estimatedSizeInBytes() - Method in class org.elasticsearch.action.bulk.BulkRequest
The estimated size in bytes of the bulk request.
estimatedSizeInBytes() - Method in class org.elasticsearch.index.engine.Engine.Delete
 
estimatedSizeInBytes() - Method in class org.elasticsearch.index.engine.Engine.Index
 
estimatedSizeInBytes() - Method in class org.elasticsearch.index.engine.Engine.Operation
 
estimatedTimeInMillisCounter() - Method in class org.elasticsearch.threadpool.ThreadPool
 
estimateParsedLength() - Method in class org.elasticsearch.common.joda.Joda.EpochTimeParser
 
estimatePrintedLength() - Method in class org.elasticsearch.common.joda.Joda.EpochTimePrinter
 
estimateSize() - Method in class org.elasticsearch.index.translog.Translog.Delete
 
estimateSize() - Method in class org.elasticsearch.index.translog.Translog.Index
 
estimateSize() - Method in interface org.elasticsearch.index.translog.Translog.Operation
 
estimateStringFieldData() - Method in class org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData.PagedBytesEstimator
 
ESToParentBlockJoinQuery - Class in org.elasticsearch.index.search
A ToParentBlockJoinQuery that allows to retrieve its nested path.
ESToParentBlockJoinQuery(Query, BitSetProducer, ScoreMode, String) - Constructor for class org.elasticsearch.index.search.ESToParentBlockJoinQuery
 
evaluate(Condition.Stats) - Method in class org.elasticsearch.action.admin.indices.rollover.Condition
 
evaluate(Condition.Stats) - Method in class org.elasticsearch.action.admin.indices.rollover.MaxAgeCondition
 
evaluate(Condition.Stats) - Method in class org.elasticsearch.action.admin.indices.rollover.MaxDocsCondition
 
evaluate(double, double) - Method in interface org.elasticsearch.index.query.functionscore.DecayFunction
 
eventListener - Variable in class org.elasticsearch.index.engine.Engine
 
EvictingQueue<T> - Class in org.elasticsearch.common.collect
An EvictingQueue is a non-blocking queue which is limited to a maximum size; when new elements are added to a full queue, elements are evicted from the head of the queue to accommodate the new elements.
EvictingQueue(int) - Constructor for class org.elasticsearch.common.collect.EvictingQueue
Construct a new EvictingQueue that holds maximumSize elements.
EWMA - Class in org.elasticsearch.common.metrics
An exponentially-weighted moving average.
EWMA(double, long, TimeUnit) - Constructor for class org.elasticsearch.common.metrics.EWMA
Create a new EWMA with a specific smoothing constant.
EwmaModel - Class in org.elasticsearch.search.aggregations.pipeline.movavg.models
Calculate a exponentially weighted moving average
EwmaModel() - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
EwmaModel(double) - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
EwmaModel(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
Read from a stream.
EwmaModel.EWMAModelBuilder - Class in org.elasticsearch.search.aggregations.pipeline.movavg.models
 
EWMAModelBuilder() - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel.EWMAModelBuilder
 
EXACT_FIRST - Static variable in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
Include this flag in the options parameter to #XAnalyzingSuggester(Analyzer,Analyzer,int,int,int,boolean,FST,boolean,int,int,int,int,int) to always return the exact match first, regardless of score.
ExceptionsHelper - Class in org.elasticsearch
 
ExceptionsHelper() - Constructor for class org.elasticsearch.ExceptionsHelper
 
EXCLUDE_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
excludeFilters() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
excludeQuery() - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
excludes(String[]) - Method in class org.elasticsearch.index.mapper.SourceFieldMapper.Builder
 
excludes() - Method in class org.elasticsearch.index.mapper.SourceFieldMapper
 
excludes() - Method in class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
EXCLUDES_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
executable(CompiledScript, Map<String, Object>) - Method in class org.elasticsearch.script.NativeScriptEngineService
 
executable(CompiledScript, Map<String, Object>) - Method in interface org.elasticsearch.script.ScriptEngineService
 
executable(CompiledScript, Map<String, Object>) - Method in class org.elasticsearch.script.ScriptService
Executes a previously compiled script provided as an argument
ExecutableScript - Interface in org.elasticsearch.script
An executable script, can't be used concurrently.
execute() - Method in class org.elasticsearch.action.ActionRequestBuilder
 
execute(ActionListener<Response>) - Method in class org.elasticsearch.action.ActionRequestBuilder
 
execute(IngestDocument) - Method in class org.elasticsearch.action.ingest.TrackingResultProcessor
 
execute() - Method in class org.elasticsearch.action.support.replication.ReplicationOperation
 
execute(Request) - Method in class org.elasticsearch.action.support.TransportAction
 
execute(Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.TransportAction
Use this method when the transport action call should result in creation of a new task associated with the call.
execute(Request, TaskListener<Response>) - Method in class org.elasticsearch.action.support.TransportAction
Execute the transport action on the local node, returning the Task used to track its execution and accepting a TaskListener which listens for the completion of the action.
execute(Task, Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.TransportAction
Use this method when the transport action should continue to run in the context of the current task
execute(DiscoveryNode, Request, ActionListener<Response>) - Method in class org.elasticsearch.action.TransportActionNodeProxy
 
execute(Terminal, OptionSet) - Method in class org.elasticsearch.cli.Command
Executes this command.
execute(Terminal, OptionSet) - Method in class org.elasticsearch.cli.EnvironmentAwareCommand
 
execute(Terminal, OptionSet, Environment) - Method in class org.elasticsearch.cli.EnvironmentAwareCommand
Execute the command with the initialized Environment.
execute(Terminal, OptionSet) - Method in class org.elasticsearch.cli.MultiCommand
 
execute(Action<Request, Response, RequestBuilder>, Request) - Method in interface org.elasticsearch.client.ElasticsearchClient
Executes a generic action, denoted by an Action.
execute(Action<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - Method in interface org.elasticsearch.client.ElasticsearchClient
Executes a generic action, denoted by an Action.
execute(Action<Request, Response, RequestBuilder>, Request) - Method in class org.elasticsearch.client.support.AbstractClient
 
execute(Action<Request, Response, RequestBuilder>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.support.AbstractClient
This is the single execution point of *all* clients.
execute(ClusterState, List<ShardStateAction.ShardEntry>) - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction.ShardFailedClusterStateTaskExecutor
 
execute(ClusterState, List<ShardStateAction.ShardEntry>) - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction.ShardStartedClusterStateTaskExecutor
 
execute(ClusterState, List<T>) - Method in interface org.elasticsearch.cluster.ClusterStateTaskExecutor
Update the cluster state based on the current state and the given tasks.
execute(ClusterState, List<ClusterStateUpdateTask>) - Method in class org.elasticsearch.cluster.ClusterStateUpdateTask
 
execute(ClusterState) - Method in class org.elasticsearch.cluster.ClusterStateUpdateTask
Update the cluster state based on the current state.
execute(ClusterState) - Method in class org.elasticsearch.cluster.LocalClusterUpdateTask
 
execute(ClusterState, List<LocalClusterUpdateTask>) - Method in class org.elasticsearch.cluster.LocalClusterUpdateTask
 
execute(RoutingAllocation, boolean) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand
 
execute(RoutingAllocation, boolean) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand
 
execute(RoutingAllocation, boolean) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand
 
execute(RoutingAllocation, boolean) - Method in interface org.elasticsearch.cluster.routing.allocation.command.AllocationCommand
Executes the command on a RoutingAllocation setup
execute(RoutingAllocation, boolean) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
Executes all wrapped commands on a given RoutingAllocation
execute(RoutingAllocation, boolean) - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
execute(RoutingAllocation, boolean) - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
execute(CancellableThreads.Interruptable) - Method in class org.elasticsearch.common.util.CancellableThreads
run the Interruptable, capturing the executing thread.
execute(Runnable) - Method in class org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
 
execute(Runnable, TimeValue, Runnable) - Method in class org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
 
execute(Terminal, OptionSet, Environment) - Method in class org.elasticsearch.index.translog.TruncateTranslogCommand
 
execute(IngestDocument) - Method in class org.elasticsearch.ingest.CompoundProcessor
 
execute(IngestDocument) - Method in class org.elasticsearch.ingest.Pipeline
Modifies the data of a document to be indexed based on the processor this pipeline holds
execute(IngestDocument) - Method in interface org.elasticsearch.ingest.Processor
Introspect and potentially modify the incoming data.
execute(Map<String, Object>) - Method in interface org.elasticsearch.ingest.TemplateService.Template
 
execute(SearchContext) - Method in class org.elasticsearch.search.aggregations.AggregationPhase
 
execute(SearchContext) - Method in class org.elasticsearch.search.dfs.DfsPhase
 
execute(SearchContext) - Method in class org.elasticsearch.search.fetch.FetchPhase
 
execute(SearchContext) - Method in class org.elasticsearch.search.query.QueryPhase
 
execute(SearchContext) - Method in class org.elasticsearch.search.rescore.RescorePhase
 
execute(SearchContext) - Method in interface org.elasticsearch.search.SearchPhase
Executes the search phase
execute(String, T, IndexSearcher, CharsRefBuilder) - Method in class org.elasticsearch.search.suggest.Suggester
 
execute(SearchContext) - Method in class org.elasticsearch.search.suggest.SuggestPhase
 
executeBulk(BulkRequest, ActionListener<BulkResponse>) - Method in class org.elasticsearch.action.bulk.TransportBulkAction
This method executes the BulkRequest and calls the given listener once the request returns.
executeBulkRequest(Iterable<DocWriteRequest>, BiConsumer<IndexRequest, Exception>, Consumer<Exception>) - Method in class org.elasticsearch.ingest.PipelineExecutionService
 
executeDeleteRequestOnPrimary(DeleteRequest, IndexShard, MappingUpdatedAction) - Static method in class org.elasticsearch.action.bulk.TransportShardBulkAction
 
executeDeleteRequestOnReplica(DeleteRequest, IndexShard) - Static method in class org.elasticsearch.action.bulk.TransportShardBulkAction
 
executeDfsPhase(ShardSearchRequest, SearchTask) - Method in class org.elasticsearch.search.SearchService
 
executeFetchPhase(InternalScrollSearchRequest, SearchTask) - Method in class org.elasticsearch.search.SearchService
 
executeFetchPhase(ShardFetchRequest, SearchTask) - Method in class org.elasticsearch.search.SearchService
 
executeHandshake(DiscoveryNode, Channel, TimeValue) - Method in class org.elasticsearch.transport.TcpTransport
 
executeIndexRequest(IndexRequest, Consumer<Exception>, Consumer<Boolean>) - Method in class org.elasticsearch.ingest.PipelineExecutionService
 
executeIndexRequestOnPrimary(IndexRequest, IndexShard, MappingUpdatedAction) - Static method in class org.elasticsearch.action.bulk.TransportShardBulkAction
Executes index operation on primary shard after updates mapping if dynamic mappings are found
executeIndexRequestOnReplica(IndexRequest, IndexShard) - Static method in class org.elasticsearch.action.bulk.TransportShardBulkAction
Execute the given IndexRequest on a replica shard, throwing a RetryOnReplicaException if the operation needs to be re-tried.
executeIO(CancellableThreads.IOInterruptable) - Method in class org.elasticsearch.common.util.CancellableThreads
run the Interruptable, capturing the executing thread.
executeLocally(GenericAction<Request, Response>, Request, ActionListener<Response>) - Method in class org.elasticsearch.client.node.NodeClient
Execute an Action locally, returning that Task used to track it, and linking an ActionListener.
executeLocally(GenericAction<Request, Response>, Request, TaskListener<Response>) - Method in class org.elasticsearch.client.node.NodeClient
Execute an Action locally, returning that Task used to track it, and linking an TaskListener.
executeQueryPhase(ShardSearchRequest, SearchTask) - Method in class org.elasticsearch.search.SearchService
 
executeQueryPhase(InternalScrollSearchRequest, SearchTask) - Method in class org.elasticsearch.search.SearchService
 
executeQueryPhase(QuerySearchRequest, SearchTask) - Method in class org.elasticsearch.search.SearchService
 
executing - Variable in class org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor.Pending
 
EXECUTION_HINT_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
 
EXECUTION_HINT_FIELD_NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
ExecutionCancelledException(String) - Constructor for exception org.elasticsearch.common.util.CancellableThreads.ExecutionCancelledException
 
ExecutionCancelledException(StreamInput) - Constructor for exception org.elasticsearch.common.util.CancellableThreads.ExecutionCancelledException
 
executionHint(String) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
Set the execution hint.
executionHint() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
Get the execution hint.
executionHint(String) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
Expert: sets an execution hint to the aggregation.
executionHint() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
Expert: gets an execution hint to the aggregation.
executionHint(String) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Expert: sets an execution hint to the aggregation.
executionHint() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Expert: gets an execution hint to the aggregation.
executionResults - Variable in class org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult
 
executor() - Method in class org.elasticsearch.action.ActionListenerResponseHandler
 
executor() - Method in class org.elasticsearch.action.admin.cluster.allocation.TransportClusterAllocationExplainAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.health.TransportClusterHealthAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.repositories.delete.TransportDeleteRepositoryAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.repositories.get.TransportGetRepositoriesAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.repositories.put.TransportPutRepositoryAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.TransportVerifyRepositoryAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.reroute.TransportClusterRerouteAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.settings.TransportClusterUpdateSettingsAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.shards.TransportClusterSearchShardsAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.TransportCreateSnapshotAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.TransportDeleteSnapshotAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.TransportGetSnapshotsAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.TransportRestoreSnapshotAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportSnapshotsStatusAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.state.TransportClusterStateAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.TransportDeleteStoredScriptAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.TransportGetStoredScriptAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.TransportPutStoredScriptAction
 
executor() - Method in class org.elasticsearch.action.admin.cluster.tasks.TransportPendingClusterTasksAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.alias.exists.TransportAliasesExistAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.alias.get.TransportGetAliasesAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.alias.TransportIndicesAliasesAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.create.TransportCreateIndexAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.delete.TransportDeleteIndexAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.exists.indices.TransportIndicesExistsAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.exists.types.TransportTypesExistsAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.get.TransportGetIndexAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.mapping.get.TransportGetMappingsAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.mapping.put.TransportPutMappingAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.open.TransportOpenIndexAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.rollover.TransportRolloverAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.settings.get.TransportGetSettingsAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.settings.put.TransportUpdateSettingsAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.shards.TransportIndicesShardStoresAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.shrink.TransportShrinkAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.template.delete.TransportDeleteIndexTemplateAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.template.get.TransportGetIndexTemplatesAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.template.put.TransportPutIndexTemplateAction
 
executor() - Method in class org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeSettingsAction
 
executor() - Method in class org.elasticsearch.action.ingest.DeletePipelineTransportAction
 
executor() - Method in class org.elasticsearch.action.ingest.GetPipelineTransportAction
 
executor() - Method in class org.elasticsearch.action.ingest.PutPipelineTransportAction
 
executor() - Method in class org.elasticsearch.action.support.master.info.TransportClusterInfoAction
 
executor() - Method in class org.elasticsearch.action.support.master.TransportMasterNodeAction
 
executor() - Method in class org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
 
executor() - Method in class org.elasticsearch.action.update.TransportUpdateAction
 
executor(String) - Method in class org.elasticsearch.threadpool.ThreadPool
Get the executor service with the given name.
executor() - Method in class org.elasticsearch.transport.EmptyTransportResponseHandler
 
executor() - Method in class org.elasticsearch.transport.FutureTransportResponseHandler
 
executor() - Method in class org.elasticsearch.transport.PlainTransportFuture
 
executor() - Method in class org.elasticsearch.transport.TransportChannelResponseHandler
 
executor() - Method in interface org.elasticsearch.transport.TransportResponseHandler
 
executor() - Method in class org.elasticsearch.transport.TransportService.ContextRestoreResponseHandler
 
ExecutorBuilder<U extends org.elasticsearch.threadpool.ExecutorBuilder.ExecutorSettings> - Class in org.elasticsearch.threadpool
Base class for executor builders.
ExecutorBuilder(String) - Constructor for class org.elasticsearch.threadpool.ExecutorBuilder
 
executorName() - Method in class org.elasticsearch.cluster.InternalClusterInfoService
 
executorName() - Method in interface org.elasticsearch.cluster.LocalNodeMasterListener
The name of the executor that the implementation of the callbacks of this lister should be executed on.
EXISTING_STORE_INSTANCE - Static variable in class org.elasticsearch.cluster.routing.RecoverySource.StoreRecoverySource
 
exists() - Method in class org.elasticsearch.action.admin.indices.alias.exists.AliasesExistResponse
 
exists(IndicesExistsRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices Exists.
exists(IndicesExistsRequest, ActionListener<IndicesExistsResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
The status of one or more indices.
exists(Path...) - Static method in class org.elasticsearch.common.io.FileSystemUtils
Returns true iff one of the files exists otherwise false
exists() - Method in class org.elasticsearch.common.lucene.Lucene.EarlyTerminatingCollector
 
exists(IndexSearcher, Query) - Static method in class org.elasticsearch.common.lucene.Lucene
Check whether there is one or more documents matching the provided query.
exists(Settings) - Method in class org.elasticsearch.common.settings.SecureSetting
 
exists(Settings) - Method in class org.elasticsearch.common.settings.Setting
Returns true iff this setting is present in the given settings object.
exists() - Method in class org.elasticsearch.index.engine.Engine.GetResult
 
exists() - Method in class org.elasticsearch.index.shard.ShardPath
 
exists(BlobContainer, String) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreFormat
Checks obj in the blob container
ExistsFieldQueryExtension - Class in org.apache.lucene.queryparser.classic
 
ExistsFieldQueryExtension() - Constructor for class org.apache.lucene.queryparser.classic.ExistsFieldQueryExtension
 
existsQuery(String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter to filter only documents where a field exists in them.
ExistsQueryBuilder - Class in org.elasticsearch.index.query
Constructs a query that only match on documents that the field has a value in them.
ExistsQueryBuilder(String) - Constructor for class org.elasticsearch.index.query.ExistsQueryBuilder
 
ExistsQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.ExistsQueryBuilder
Read from a stream.
exit(int) - Static method in class org.elasticsearch.cli.Command
 
exitCode - Variable in exception org.elasticsearch.cli.UserException
The exist status the cli should use when catching this user error.
ExitCodes - Class in org.elasticsearch.cli
POSIX exit codes.
EXP_DECAY_FUNCTION - Static variable in class org.elasticsearch.index.query.functionscore.ExponentialDecayFunctionBuilder
 
expandAliasesWildcards() - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
 
expandAliasesWildcards() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
expandAliasesWildcards() - Method in interface org.elasticsearch.action.AliasesRequest
Returns true if wildcards expressions among aliases should be resolved, false otherwise
expandWildcardsClosed() - Method in class org.elasticsearch.action.support.IndicesOptions
 
expandWildcardsOpen() - Method in class org.elasticsearch.action.support.IndicesOptions
 
EXPECTED_DATA_NODES_SETTING - Static variable in class org.elasticsearch.gateway.GatewayService
 
EXPECTED_MASTER_NODES_SETTING - Static variable in class org.elasticsearch.gateway.GatewayService
 
EXPECTED_NODES_SETTING - Static variable in class org.elasticsearch.gateway.GatewayService
 
expectedCommitId() - Method in class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
 
expectedNumberOfOperations() - Method in class org.elasticsearch.index.shard.SnapshotStatus.Translog
 
expectedNumberOfOperations(int) - Method in class org.elasticsearch.index.shard.SnapshotStatus.Translog
 
explain(boolean) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
Sets the explain flag, which will collect information about the reroute request without executing the actions.
explain() - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
Returns the current explain flag
explain(boolean) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
explain() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
explain() - Method in class org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
 
explain(boolean) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
Indicate if detailed information about query is requested
explain() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
Indicates if detailed information about query is requested
explain(ExplainRequest) - Method in interface org.elasticsearch.client.Client
Computes a score explanation for the specified request.
explain(ExplainRequest, ActionListener<ExplainResponse>) - Method in interface org.elasticsearch.client.Client
Computes a score explanation for the specified request.
explain(ExplainRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
explain(ExplainRequest, ActionListener<ExplainResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
explain(Explanation, Explanation, float) - Method in enum org.elasticsearch.common.lucene.search.function.CombineFunction
 
EXPLAIN - Static variable in class org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
 
explain(Explanation) - Method in interface org.elasticsearch.script.ExplainableSearchScript
Build the explanation of the current document being scored The script score needs the Explanation of the sub query score because it might use _score and want to explain how that was computed.
explain(boolean) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Should each SearchHit be returned with an explanation of the hit (ranking).
explain() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Indicates whether each search hit will be returned with an explanation of the hit (ranking)
explain(Boolean) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Should each SearchHit be returned with an explanation of the hit (ranking).
explain() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Indicates whether each search hit will be returned with an explanation of the hit (ranking)
explain(Query, int) - Method in class org.elasticsearch.search.internal.ContextIndexSearcher
 
explain() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
explain(boolean) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
explain() - Method in class org.elasticsearch.search.internal.SearchContext
 
explain(boolean) - Method in class org.elasticsearch.search.internal.SearchContext
 
explain() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
explain(boolean) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
explain(LeafReaderContext, int) - Method in class org.elasticsearch.search.profile.query.ProfileWeight
 
explain(int, SearchContext, RescoreSearchContext, Explanation) - Method in class org.elasticsearch.search.rescore.QueryRescorer
 
explain(int, SearchContext, RescoreSearchContext, Explanation) - Method in interface org.elasticsearch.search.rescore.Rescorer
Executes an Explanation phase on the rescorer.
EXPLAIN_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
ExplainableSearchScript - Interface in org.elasticsearch.script
To be implemented by SearchScript which can provided an Explanation of the score This is currently not used inside elasticsearch but it is used, see for example here: https://github.com/elastic/elasticsearch/issues/8561
ExplainAction - Class in org.elasticsearch.action.explain
Entry point for the explain feature.
explainConflictForReads(long, long) - Method in enum org.elasticsearch.index.VersionType
Returns a human readable explanation for a version conflict on read.
explainConflictForWrites(long, long, boolean) - Method in enum org.elasticsearch.index.VersionType
Returns a human readable explanation for a version conflict on write.
ExplainFetchSubPhase - Class in org.elasticsearch.search.fetch.subphase
Explains the scoring calculations for the top hits.
ExplainFetchSubPhase() - Constructor for class org.elasticsearch.search.fetch.subphase.ExplainFetchSubPhase
 
explainFunction(String, double, double) - Method in interface org.elasticsearch.index.query.functionscore.DecayFunction
 
explainOrThrowMissingRoutingNode(RoutingAllocation, boolean, DiscoveryNode) - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
Handle case where a disco node cannot be found in the routing table.
explainOrThrowRejectedCommand(boolean, RoutingAllocation, String) - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
Utility method for rejecting the current allocation command based on provided reason
explainOrThrowRejectedCommand(boolean, RoutingAllocation, RuntimeException) - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
Utility method for rejecting the current allocation command based on provided exception
ExplainRequest - Class in org.elasticsearch.action.explain
Explain request encapsulating the explain query and document identifier to get an explanation for.
ExplainRequest() - Constructor for class org.elasticsearch.action.explain.ExplainRequest
 
ExplainRequest(String, String, String) - Constructor for class org.elasticsearch.action.explain.ExplainRequest
 
ExplainRequestBuilder - Class in org.elasticsearch.action.explain
A builder for ExplainRequest.
ExplainRequestBuilder(ElasticsearchClient, ExplainAction, String, String, String) - Constructor for class org.elasticsearch.action.explain.ExplainRequestBuilder
 
ExplainResponse - Class in org.elasticsearch.action.explain
Response containing the score explanation.
ExplainResponse(String, String, String, boolean) - Constructor for class org.elasticsearch.action.explain.ExplainResponse
 
ExplainResponse(String, String, String, boolean, Explanation) - Constructor for class org.elasticsearch.action.explain.ExplainResponse
 
ExplainResponse(String, String, String, boolean, Explanation, GetResult) - Constructor for class org.elasticsearch.action.explain.ExplainResponse
 
explainScore(int, Explanation) - Method in class org.elasticsearch.common.lucene.search.function.LeafScoreFunction
 
explainShard(ShardRouting, RoutingAllocation, ClusterInfo, boolean, GatewayAllocator, ShardsAllocator) - Static method in class org.elasticsearch.action.admin.cluster.allocation.TransportClusterAllocationExplainAction
 
explainWeight() - Method in class org.elasticsearch.common.lucene.search.function.WeightFactorFunction
 
explanation() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
explanation(Explanation) - Method in class org.elasticsearch.search.SearchHit
 
explanations() - Method in class org.elasticsearch.cluster.routing.allocation.AllocationService.CommandsResult
Get the explanation of this result
explanations() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingExplanations
 
Explicit<T> - Class in org.elasticsearch.common
Holds a value that is either: a) set implicitly e.g.
Explicit(T, boolean) - Constructor for class org.elasticsearch.common.Explicit
Create a value with an indication if this was an explicit choice
explicit() - Method in class org.elasticsearch.common.Explicit
 
exponentialBackoff() - Static method in class org.elasticsearch.action.bulk.BackoffPolicy
Creates an new exponential backoff policy with a default configuration of 50 ms initial wait period and 8 retries taking roughly 5.1 seconds in total.
exponentialBackoff(TimeValue, int) - Static method in class org.elasticsearch.action.bulk.BackoffPolicy
Creates an new exponential backoff policy with the provided configuration.
exponentialDecayFunction(String, Object, Object) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
exponentialDecayFunction(String, Object, Object, Object) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
exponentialDecayFunction(String, Object, Object, Object, double) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
ExponentialDecayFunctionBuilder - Class in org.elasticsearch.index.query.functionscore
 
ExponentialDecayFunctionBuilder(String, Object, Object, Object) - Constructor for class org.elasticsearch.index.query.functionscore.ExponentialDecayFunctionBuilder
 
ExponentialDecayFunctionBuilder(String, Object, Object, Object, double) - Constructor for class org.elasticsearch.index.query.functionscore.ExponentialDecayFunctionBuilder
 
ExponentialDecayFunctionBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.functionscore.ExponentialDecayFunctionBuilder
Read from a stream.
expose(Key<?>) - Method in interface org.elasticsearch.common.inject.PrivateBinder
Makes the binding for key available to the enclosing environment
expose(Class<?>) - Method in interface org.elasticsearch.common.inject.PrivateBinder
Makes a binding for type available to the enclosing environment.
expose(TypeLiteral<?>) - Method in interface org.elasticsearch.common.inject.PrivateBinder
Makes a binding for type available to the enclosing environment.
expose(Key<T>) - Method in class org.elasticsearch.common.inject.PrivateModule
Makes the binding for key available to other modules and the injector.
expose(Class<?>) - Method in class org.elasticsearch.common.inject.PrivateModule
Makes a binding for type available to other modules and the injector.
expose(TypeLiteral<?>) - Method in class org.elasticsearch.common.inject.PrivateModule
Makes a binding for type available to other modules and the injector.
Exposed - Annotation Type in org.elasticsearch.common.inject
Accompanies a @Provides method annotation in a private module to indicate that the provided binding is exposed.
ExposedBinding<T> - Interface in org.elasticsearch.common.inject.spi
A binding to a key exposed from an enclosed private environment.
ExposedBindingImpl<T> - Class in org.elasticsearch.common.inject.internal
 
ExposedBindingImpl(Injector, Object, Key<T>, InternalFactory<T>, PrivateElements) - Constructor for class org.elasticsearch.common.inject.internal.ExposedBindingImpl
 
ExposedBindingImpl(Object, Key<T>, Scoping, PrivateElements) - Constructor for class org.elasticsearch.common.inject.internal.ExposedBindingImpl
 
exposedButNotBound(Key<?>) - Method in class org.elasticsearch.common.inject.internal.Errors
 
ExposureBuilder<T> - Class in org.elasticsearch.common.inject.internal
For private binder's expose() method.
ExposureBuilder(Binder, Object, Key<T>) - Constructor for class org.elasticsearch.common.inject.internal.ExposureBuilder
 
ext(List<SearchExtBuilder>) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
ext() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
EXT_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
extendArray(String, String...) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets the setting as an array of values, but keeps existing elements for the key.
EXTENDED_BOUNDS_FIELD - Static variable in interface org.elasticsearch.search.aggregations.bucket.histogram.Histogram
 
extendedBounds() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Return extended bounds for this histogram, or null if none are set.
extendedBounds(ExtendedBounds) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Set extended bounds on this histogram, so that buckets would also be generated on intervals that did not match any documents.
ExtendedBounds - Class in org.elasticsearch.search.aggregations.bucket.histogram
 
ExtendedBounds(Long, Long) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
Construct with parsed bounds.
ExtendedBounds(String, String) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
Construct with unparsed bounds.
ExtendedBounds(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
Read from a stream.
extendedBounds(double, double) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Set extended bounds on this builder: buckets between minBound and maxBound will be created even if no documents fell into these buckets.
ExtendedCommonTermsQuery - Class in org.apache.lucene.queries
Extended version of CommonTermsQuery that allows to pass in a minimumNumberShouldMatch specification that uses the actual num of high frequent terms to calculate the minimum matching terms.
ExtendedCommonTermsQuery(BooleanClause.Occur, BooleanClause.Occur, float, boolean, MappedFieldType) - Constructor for class org.apache.lucene.queries.ExtendedCommonTermsQuery
 
extendedStats(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new ExtendedStats aggregation with the given name.
ExtendedStats - Interface in org.elasticsearch.search.aggregations.metrics.stats.extended
Statistics over a set of values (either aggregated over field data or scripts)
ExtendedStats.Bounds - Enum in org.elasticsearch.search.aggregations.metrics.stats.extended
 
ExtendedStatsAggregationBuilder - Class in org.elasticsearch.search.aggregations.metrics.stats.extended
 
ExtendedStatsAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
 
ExtendedStatsAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
Read from a stream.
ExtendedStatsAggregator - Class in org.elasticsearch.search.aggregations.metrics.stats.extended
 
ExtendedStatsAggregator(String, ValuesSource.Numeric, DocValueFormat, SearchContext, Aggregator, double, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator
 
ExtendedStatsAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.stats.extended
 
ExtendedStatsAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, double, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregatorFactory
 
ExtendedStatsBucket - Interface in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended
Extended Statistics over a set of buckets
extendedStatsBucket(String, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
ExtendedStatsBucketParser - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended
 
ExtendedStatsBucketParser() - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketParser
 
ExtendedStatsBucketPipelineAggregationBuilder - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended
 
ExtendedStatsBucketPipelineAggregationBuilder(String, String) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
 
ExtendedStatsBucketPipelineAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
Read from a stream.
ExtendedStatsBucketPipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended
 
ExtendedStatsBucketPipelineAggregator(String, String[], double, BucketHelpers.GapPolicy, DocValueFormat, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
 
ExtendedStatsBucketPipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
Read from a stream.
EXTENSION - Static variable in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat
 
externalValue() - Method in class org.elasticsearch.index.mapper.ParseContext
 
externalValueSet() - Method in class org.elasticsearch.index.mapper.ParseContext
 
extractAndRegister(List<P>, Function<P, Map<String, T>>) - Method in class org.elasticsearch.common.NamedRegistry
 
extractGetResult(UpdateRequest, String, long, Map<String, Object>, XContentType, BytesReference) - Method in class org.elasticsearch.action.update.UpdateHelper
Applies UpdateRequest.fetchSource() to the _source of the updated document to be returned in a update response.
extractInnerHitBuilders(Map<String, InnerHitContextBuilder>) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
For internal usage only! Extracts the inner hits from the query tree.
extractInnerHitBuilders(Map<String, InnerHitContextBuilder>) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
 
extractInnerHitBuilders(Map<String, InnerHitContextBuilder>) - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
 
extractInnerHitBuilders(Map<String, InnerHitContextBuilder>) - Method in class org.elasticsearch.index.query.ConstantScoreQueryBuilder
 
extractInnerHitBuilders(Map<String, InnerHitContextBuilder>) - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
 
extractInnerHitBuilders(Map<String, InnerHitContextBuilder>) - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
extractInnerHitBuilders(Map<String, InnerHitContextBuilder>) - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
 
extractInnerHitBuilders(Map<String, InnerHitContextBuilder>) - Method in class org.elasticsearch.index.query.NestedQueryBuilder
 
extractInnerHits(QueryBuilder, Map<String, InnerHitContextBuilder>) - Static method in class org.elasticsearch.index.query.InnerHitContextBuilder
 
extractMetadata() - Method in class org.elasticsearch.ingest.IngestDocument
one time operation that extracts the metadata fields from the ingest document and returns them.
extractRawValues(String, Map<String, Object>) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
Extracts raw values (string, int, and so on) based on the path provided returning all of them as a single list.
extractRawValues(String) - Method in class org.elasticsearch.search.lookup.SourceLookup
Returns the values associated with the path.
extractShardId(LeafReader) - Static method in class org.elasticsearch.index.shard.ShardUtils
Tries to extract the shard id from a reader if possible, when its not possible, will return null.
extractShardId(DirectoryReader) - Static method in class org.elasticsearch.index.shard.ShardUtils
Tries to extract the shard id from a reader if possible, when its not possible, will return null.
extractTerm(Query) - Static method in class org.elasticsearch.index.mapper.MappedFieldType
Extract a Term from a query created with MappedFieldType.termQuery(java.lang.Object, org.elasticsearch.index.query.QueryShardContext) by recursively removing BoostQuery wrappers.
extractTerms(Set<Term>) - Method in class org.elasticsearch.search.profile.query.ProfileWeight
 
extractTerms(SearchContext, RescoreSearchContext, Set<Term>) - Method in class org.elasticsearch.search.rescore.QueryRescorer
 
extractTerms(SearchContext, RescoreSearchContext, Set<Term>) - Method in interface org.elasticsearch.search.rescore.Rescorer
Extracts all terms needed to execute this Rescorer.
extractValue(String, Map<String, Object>) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
extractValue(String) - Method in class org.elasticsearch.search.lookup.SourceLookup
 
extractWarningValueFromWarningHeader(String) - Static method in class org.elasticsearch.common.logging.DeprecationLogger
Extracts the warning value from the value of a warning header that is formatted according to RFC 7234.
extraXContent(XContentBuilder) - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
 
extraXContent(XContentBuilder) - Method in class org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand
 

F

factor(float) - Method in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
factor() - Method in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
factories - Variable in class org.elasticsearch.search.aggregations.AggregatorFactory
 
factories() - Method in class org.elasticsearch.search.aggregations.SearchContextAggregations
 
factoriesBuilder - Variable in class org.elasticsearch.search.aggregations.AggregationBuilder
 
FACTORY - Static variable in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
Factory(String) - Constructor for class org.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
 
Factory() - Constructor for class org.elasticsearch.ingest.Pipeline.Factory
 
FACTORY - Static variable in class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange
 
Factory() - Constructor for class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Factory
 
FACTORY - Static variable in class org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance
 
Factory() - Constructor for class org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Factory
 
Factory() - Constructor for class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
 
FactoryProvider<F> - Class in org.elasticsearch.common.inject.assistedinject
Provides a factory that combines the caller's arguments with injector-supplied values to construct objects.
fail - Variable in class org.elasticsearch.index.reindex.ScrollableHitSource
 
fail(RecoveryFailedException, boolean) - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
fail the recovery and call listener
FailableCache<K,V> - Class in org.elasticsearch.common.inject.internal
Lazily creates (and caches) values for keys.
FailableCache() - Constructor for class org.elasticsearch.common.inject.internal.FailableCache
 
failAllStatesAndClear(Exception) - Method in class org.elasticsearch.discovery.zen.PendingClusterStatesQueue
clear the incoming queue.
failDestructive(String[]) - Method in class org.elasticsearch.action.support.DestructiveOperations
Fail if there is wildcard usage in indices and the named is required for destructive operations.
failed() - Method in enum org.elasticsearch.cluster.SnapshotsInProgress.State
 
failed() - Method in class org.elasticsearch.indices.flush.ShardsSyncedFlushResult
 
failed() - Method in class org.elasticsearch.repositories.RepositoriesService.VerifyResponse
 
FAILED_FIELD - Static variable in class org.elasticsearch.rest.action.RestActions
 
failedEngine - Variable in class org.elasticsearch.index.engine.Engine
 
FailedNodeException - Exception in org.elasticsearch.action
 
FailedNodeException(String, String, Throwable) - Constructor for exception org.elasticsearch.action.FailedNodeException
 
FailedNodeException(StreamInput) - Constructor for exception org.elasticsearch.action.FailedNodeException
 
FailedShard - Class in org.elasticsearch.cluster.routing.allocation
A class representing a failed shard.
FailedShard(ShardRouting, String, Exception) - Constructor for class org.elasticsearch.cluster.routing.allocation.FailedShard
 
failedShards() - Method in class org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
total number of shards for which the operation failed
failedShards() - Method in class org.elasticsearch.indices.flush.ShardsSyncedFlushResult
 
failedShards() - Method in class org.elasticsearch.snapshots.RestoreInfo
Number of failed shards
failedShards(ImmutableOpenMap<ShardId, RestoreInProgress.ShardRestoreStatus>) - Static method in class org.elasticsearch.snapshots.RestoreService
 
failedShards() - Method in class org.elasticsearch.snapshots.SnapshotInfo
Number of failed shards; a value of 0 will be returned if there were no failed shards, or if SnapshotInfo.state() returns null.
FailedToCommitClusterStateException(StreamInput) - Constructor for exception org.elasticsearch.discovery.Discovery.FailedToCommitClusterStateException
 
FailedToCommitClusterStateException(String, Object...) - Constructor for exception org.elasticsearch.discovery.Discovery.FailedToCommitClusterStateException
 
FailedToCommitClusterStateException(String, Throwable, Object...) - Constructor for exception org.elasticsearch.discovery.Discovery.FailedToCommitClusterStateException
 
failEngine(String, Exception) - Method in class org.elasticsearch.index.engine.Engine
fail engine due to some error.
failEngine(IOException) - Method in class org.elasticsearch.indices.recovery.RecoverySourceHandler
 
failEngineLock - Variable in class org.elasticsearch.index.engine.Engine
 
failIfCorrupted() - Method in class org.elasticsearch.index.store.Store
 
failIfFrozen() - Method in class org.elasticsearch.index.query.QueryShardContext
This method fails if QueryShardContext.freezeContext() is called before on this context.
failIfNoDocValues() - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
failIfNotIndexed() - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
failOnUnsupportedField(boolean) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Whether to fail or return no result when this query is run against a field which is not supported such as binary/numeric fields.
failOnUnsupportedField() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
failRecovery(long, RecoveryFailedException, boolean) - Method in class org.elasticsearch.indices.recovery.RecoveriesCollection
fail the recovery with the given id (if found) and remove it from the recovery collection
failRestore(Snapshot, ShardId) - Method in class org.elasticsearch.snapshots.RestoreService
Fails the given snapshot restore operation for the given shard
failShard(String, Exception) - Method in interface org.elasticsearch.action.support.replication.ReplicationOperation.Primary
fail the primary, typically due to the fact that the operation has learned the primary has been demoted by the master
failShard(ShardRouting, String, Exception, Runnable, Consumer<Exception>, Consumer<Exception>) - Method in interface org.elasticsearch.action.support.replication.ReplicationOperation.Replicas
Fail the specified shard, removing it from the current set of active shards
failShard(Logger, ShardRouting, UnassignedInfo, IndexMetaData, RoutingChangesObserver) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
Applies the relevant logic to handle a cancelled or failed shard.
failShard(String, Exception) - Method in class org.elasticsearch.index.shard.IndexShard
Fails the shard and marks the shard store as corrupted if e is caused by index corruption
Failure(String, String, int, Throwable) - Constructor for class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
 
Failure(String, String, String, Exception) - Constructor for class org.elasticsearch.action.bulk.BulkItemResponse.Failure
 
Failure(StreamInput) - Constructor for class org.elasticsearch.action.bulk.BulkItemResponse.Failure
Read from a stream.
Failure(String, String, String, Exception) - Constructor for class org.elasticsearch.action.get.MultiGetResponse.Failure
 
Failure(ShardId, String, Exception, RestStatus, boolean) - Constructor for class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
 
Failure(String, String, String, Exception) - Constructor for class org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
 
failure(T, Exception) - Method in class org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult.Builder
 
failure(Exception) - Static method in class org.elasticsearch.cluster.ClusterStateTaskExecutor.TaskResult
 
failure(String) - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Sets the reason for the failure if the snapshot is in the IndexShardSnapshotStatus.Stage.FAILURE state
failure() - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Returns the reason for the failure if the snapshot is in the IndexShardSnapshotStatus.Stage.FAILURE state
failureDescription() - Method in class org.elasticsearch.repositories.RepositoriesService.VerifyResponse
 
failureFromXContent(XContentParser) - Static method in exception org.elasticsearch.ElasticsearchException
Parses the output of #generateFailureXContent(XContentBuilder, Params, Exception, boolean)
failureReason() - Method in class org.elasticsearch.indices.flush.ShardsSyncedFlushResult
 
failureReason() - Method in class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
 
failures() - Method in class org.elasticsearch.action.support.nodes.BaseNodesResponse
Get the failed node exceptions.
failures(Iterable<T>, Exception) - Method in class org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult.Builder
 
failures() - Method in class org.elasticsearch.repositories.RepositoriesService.VerifyResponse
 
FAILURES_FIELD - Static variable in class org.elasticsearch.rest.action.RestActions
 
FALSE - Static variable in class org.elasticsearch.index.mapper.BooleanFieldMapper.Values
 
FastCharArrayReader - Class in org.elasticsearch.common.io
 
FastCharArrayReader(char[]) - Constructor for class org.elasticsearch.common.io.FastCharArrayReader
Creates a CharArrayReader from the specified array of chars.
FastCharArrayReader(char[], int, int) - Constructor for class org.elasticsearch.common.io.FastCharArrayReader
Creates a CharArrayReader from the specified array of chars.
FastCharArrayWriter - Class in org.elasticsearch.common.io
A similar class to CharArrayWriter allowing to get the underlying char[] buffer.
FastCharArrayWriter() - Constructor for class org.elasticsearch.common.io.FastCharArrayWriter
Creates a new CharArrayWriter.
FastCharArrayWriter(int) - Constructor for class org.elasticsearch.common.io.FastCharArrayWriter
Creates a new CharArrayWriter with the specified initial size.
fastForward() - Method in class org.elasticsearch.common.util.concurrent.CountDown
Fast forwards the count-down to zero and returns true iff the count down reached zero with this fast forward call otherwise false
FastStringReader - Class in org.elasticsearch.common.io
A character stream whose source is a string that is not thread safe
FastStringReader(String) - Constructor for class org.elasticsearch.common.io.FastStringReader
Creates a new string reader.
FastVectorHighlighter - Class in org.elasticsearch.search.fetch.subphase.highlight
 
FastVectorHighlighter(Settings) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.FastVectorHighlighter
 
FaultDetection - Class in org.elasticsearch.discovery.zen
A base class for MasterFaultDetection & NodesFaultDetection, making sure both use the same setting.
FaultDetection(Settings, ThreadPool, TransportService, ClusterName) - Constructor for class org.elasticsearch.discovery.zen.FaultDetection
 
features(GetIndexRequest.Feature...) - Method in class org.elasticsearch.action.admin.indices.get.GetIndexRequest
 
features() - Method in class org.elasticsearch.action.admin.indices.get.GetIndexRequest
 
FETCH_ID_ACTION_NAME - Static variable in class org.elasticsearch.action.search.SearchTransportService
 
FETCH_ID_SCROLL_ACTION_NAME - Static variable in class org.elasticsearch.action.search.SearchTransportService
 
FETCH_SHARD_STARTED - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
FETCH_SHARD_STORE - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
FETCH_SOURCE - Static variable in class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
fetchData(DiscoveryNodes, Set<String>) - Method in class org.elasticsearch.gateway.AsyncShardFetch
Fetches the data for the relevant shard.
fetchData(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.gateway.PrimaryShardAllocator
 
fetchData(ShardRouting, RoutingAllocation) - Method in class org.elasticsearch.gateway.ReplicaShardAllocator
 
fetchFields() - Method in class org.elasticsearch.search.fetch.StoredFieldsContext
Returns true if the stored fields should be fetched, false otherwise.
FetchPhase - Class in org.elasticsearch.search.fetch
Fetch phase of a search request, used to fetch the actual top matching documents to be returned to the client, identified after reducing all of the matches returned by the query phase
FetchPhase(List<FetchSubPhase>) - Constructor for class org.elasticsearch.search.fetch.FetchPhase
 
fetchPhase() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
fetchPhase() - Method in class org.elasticsearch.search.internal.SearchContext
 
FetchPhaseConstructionContext(Map<String, Highlighter>) - Constructor for class org.elasticsearch.plugins.SearchPlugin.FetchPhaseConstructionContext
 
FetchPhaseExecutionException - Exception in org.elasticsearch.search.fetch
 
FetchPhaseExecutionException(SearchContext, String, Throwable) - Constructor for exception org.elasticsearch.search.fetch.FetchPhaseExecutionException
 
FetchPhaseExecutionException(SearchContext, String) - Constructor for exception org.elasticsearch.search.fetch.FetchPhaseExecutionException
 
FetchPhaseExecutionException(StreamInput) - Constructor for exception org.elasticsearch.search.fetch.FetchPhaseExecutionException
 
FetchResult(ShardId, Map<DiscoveryNode, T>, Set<String>) - Constructor for class org.elasticsearch.gateway.AsyncShardFetch.FetchResult
 
fetchResult() - Method in class org.elasticsearch.search.fetch.FetchSearchResult
 
fetchResult() - Method in class org.elasticsearch.search.fetch.QueryFetchSearchResult
 
fetchResult() - Method in class org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
 
fetchResult() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
fetchResult() - Method in class org.elasticsearch.search.internal.SearchContext
 
fetchResult() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
fetchResult() - Method in class org.elasticsearch.search.SearchPhaseResult
Returns the fetch result iff it's included in this response otherwise null
FetchSearchResult - Class in org.elasticsearch.search.fetch
 
FetchSearchResult() - Constructor for class org.elasticsearch.search.fetch.FetchSearchResult
 
FetchSearchResult(long, SearchShardTarget) - Constructor for class org.elasticsearch.search.fetch.FetchSearchResult
 
fetchSource(String, String) - Method in class org.elasticsearch.action.update.UpdateRequest
Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.
fetchSource(String[], String[]) - Method in class org.elasticsearch.action.update.UpdateRequest
Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.
fetchSource(boolean) - Method in class org.elasticsearch.action.update.UpdateRequest
Indicates whether the response should contain the updated _source.
fetchSource(FetchSourceContext) - Method in class org.elasticsearch.action.update.UpdateRequest
Explicitely set the fetch source context for this request
fetchSource() - Method in class org.elasticsearch.action.update.UpdateRequest
Gets the FetchSourceContext which defines how the _source should be fetched.
fetchSource(boolean) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Indicates whether the response should contain the stored _source for every hit
fetchSource(String, String) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.
fetchSource(String[], String[]) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.
fetchSource(FetchSourceContext) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Indicate how the _source should be fetched.
fetchSource() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Gets the FetchSourceContext which defines how the _source should be fetched.
fetchSource(boolean) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Indicates whether the response should contain the stored _source for every hit
fetchSource(String, String) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.
fetchSource(String[], String[]) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.
fetchSource(FetchSourceContext) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Indicate how the _source should be fetched.
fetchSource() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the FetchSourceContext which defines how the _source should be fetched.
fetchSource() - Method in class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
fetchSourceContext(FetchSourceContext) - Method in class org.elasticsearch.action.explain.ExplainRequest
Allows setting the FetchSourceContext for this request, controlling if and how _source should be returned.
fetchSourceContext() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
fetchSourceContext(FetchSourceContext) - Method in class org.elasticsearch.action.get.GetRequest
Allows setting the FetchSourceContext for this request, controlling if and how _source should be returned.
fetchSourceContext() - Method in class org.elasticsearch.action.get.GetRequest
 
fetchSourceContext() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
fetchSourceContext(FetchSourceContext) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
Allows setting the FetchSourceContext for this request, controlling if and how _source should be returned.
FetchSourceContext - Class in org.elasticsearch.search.fetch.subphase
Context used to fetch the _source.
FetchSourceContext(boolean, String[], String[]) - Constructor for class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
FetchSourceContext(boolean) - Constructor for class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
FetchSourceContext(StreamInput) - Constructor for class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
fetchSourceContext() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
fetchSourceContext(FetchSourceContext) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
fetchSourceContext() - Method in class org.elasticsearch.search.internal.SearchContext
 
fetchSourceContext(FetchSourceContext) - Method in class org.elasticsearch.search.internal.SearchContext
 
fetchSourceContext() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
fetchSourceContext(FetchSourceContext) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
FetchSourceSubPhase - Class in org.elasticsearch.search.fetch.subphase
 
FetchSourceSubPhase() - Constructor for class org.elasticsearch.search.fetch.subphase.FetchSourceSubPhase
 
FetchSubPhase - Interface in org.elasticsearch.search.fetch
Sub phase within the fetch phase used to fetch things *about* the documents like highlighting or matched queries.
FetchSubPhase.HitContext - Class in org.elasticsearch.search.fetch
 
field - Variable in class org.apache.lucene.search.grouping.CollapseTopFieldDocs
The field used for collapsing
field(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
field() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
field - Variable in class org.elasticsearch.action.termvectors.TermVectorsFilter.ScoreTerm
 
FIELD - Static variable in class org.elasticsearch.common.ParseField.CommonFields
 
field(DateTimeZone) - Method in enum org.elasticsearch.common.rounding.DateTimeUnit
 
FIELD - Static variable in class org.elasticsearch.common.unit.Fuzziness
 
field(String) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Boolean) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, boolean) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Byte) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, byte) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Double) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, double) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Float) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, float) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Integer) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, int) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Long) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, long) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Short) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, short) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, String) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, byte[]) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, byte[], int, int) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, BytesRef) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Writes the binary content of the given BytesRef.
field(String, BytesReference) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Writes the binary content of the given BytesReference.
field(String, Text) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, ReadableInstant) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, ReadableInstant, DateTimeFormatter) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Date) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Date, DateTimeFormatter) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, GeoPoint) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Object) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, ToXContent) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, ToXContent, ToXContent.Params) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Map<String, Object>) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String, Iterable<?>) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
field(String) - Method in class org.elasticsearch.index.get.GetResult
 
field(String) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Adds a field to run the multi match against.
field(String, float) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Adds a field to run the multi match against with a specific boost.
field(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Adds a field to run the query string against.
field(String, float) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Adds a field to run the query string against with a specific boost.
field(String) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Add a field to run the query against.
field(String, float) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Add a field to run the query against with a specific boost.
FIELD - Static variable in class org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
 
field() - Method in class org.elasticsearch.search.aggregations.support.FieldContext
 
field(String) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Sets the field to use for this aggregation.
field() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Gets the field to use for this aggregation.
field(String) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
Adds a field to be highlighted with default fragment size of 100 characters, and default number of fragments of 5 using the default encoder
field(String, int) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
Adds a field to be highlighted with a provided fragment size (in characters), and default number of fragments of 5.
field(String, int, int) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
Adds a field to be highlighted with a provided fragment size (in characters), and a provided (maximum) number of fragments.
field(String, int, int, int) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
Adds a field to be highlighted with a provided fragment size (in characters), and a provided (maximum) number of fragments.
field(HighlightBuilder.Field) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
 
Field(String) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
 
Field(StreamInput) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
Read from a stream.
field - Variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlighterContext
 
field() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.Field
 
field(String) - Method in class org.elasticsearch.search.SearchHit
Deprecated.
field - Variable in class org.elasticsearch.search.sort.SortFieldAndFormat
 
field(String) - Method in class org.elasticsearch.search.suggest.completion.context.CategoryContextMapping.Builder
Set the name of the field to use
field(String) - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping.Builder
Set the name of the field containing a geolocation to use
field(String) - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping.Builder
Set the name of the field containing a geolocation to use
field - Variable in class org.elasticsearch.search.suggest.phrase.WordScorer
 
field - Variable in class org.elasticsearch.search.suggest.SuggestionBuilder
 
field() - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
get the SuggestionBuilder.field() parameter
FIELD_COORDINATES - Static variable in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
FIELD_DATA - Static variable in class org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction.Fields
 
FIELD_FIELD - Static variable in class org.elasticsearch.index.query.ExistsQueryBuilder
 
FIELD_FIELD - Static variable in class org.elasticsearch.search.collapse.CollapseBuilder
 
FIELD_FIELD - Static variable in class org.elasticsearch.search.slice.SliceBuilder
 
FIELD_FIELDNAME - Static variable in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping
 
FIELD_FIELDNAME - Static variable in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
 
FIELD_GEOMETRIES - Static variable in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
FIELD_MISSING - Static variable in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
 
FIELD_NAME - Static variable in class org.elasticsearch.search.suggest.completion.context.ContextMapping
 
FIELD_NEIGHBORS - Static variable in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
 
FIELD_ORIENTATION - Static variable in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
FIELD_PRECISION - Static variable in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping
 
FIELD_PRECISION - Static variable in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
 
FIELD_QUERY_EXTENSIONS - Static variable in class org.apache.lucene.queryparser.classic.MapperQueryParser
 
FIELD_RADIUS - Static variable in class org.elasticsearch.common.geo.builders.CircleBuilder
 
FIELD_TYPE - Static variable in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.AllFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.BinaryFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.BooleanFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.GeoPointFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.IdFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.IndexFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.KeywordFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.LatLonPointFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyByteFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyFloatFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyLongFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.LegacyShortFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.ParentFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.RoutingFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.SourceFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.StringFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.TextFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.TimestampFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.TokenCountFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.TypeFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.UidFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.VersionFieldMapper.Defaults
 
FIELD_TYPE - Static variable in class org.elasticsearch.search.suggest.completion.context.ContextMapping
 
FIELD_TYPE - Static variable in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
 
FIELD_VALUE - Static variable in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
 
FieldCapabilities - Class in org.elasticsearch.action.fieldcaps
Describes the capabilities of a field optionally merged across multiple indices.
FieldCapabilitiesAction - Class in org.elasticsearch.action.fieldcaps
 
FieldCapabilitiesIndexRequest - Class in org.elasticsearch.action.fieldcaps
 
FieldCapabilitiesIndexResponse - Class in org.elasticsearch.action.fieldcaps
Response for FieldCapabilitiesIndexRequest requests.
FieldCapabilitiesRequest - Class in org.elasticsearch.action.fieldcaps
 
FieldCapabilitiesRequest() - Constructor for class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
 
FieldCapabilitiesRequestBuilder - Class in org.elasticsearch.action.fieldcaps
 
FieldCapabilitiesRequestBuilder(ElasticsearchClient, FieldCapabilitiesAction, String...) - Constructor for class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequestBuilder
 
FieldCapabilitiesResponse - Class in org.elasticsearch.action.fieldcaps
Response for FieldCapabilitiesRequest requests.
fieldCaps(FieldCapabilitiesRequest) - Method in interface org.elasticsearch.client.Client
An action that returns the field capabilities from the provided request
fieldCaps(FieldCapabilitiesRequest, ActionListener<FieldCapabilitiesResponse>) - Method in interface org.elasticsearch.client.Client
An action that returns the field capabilities from the provided request
fieldCaps(FieldCapabilitiesRequest, ActionListener<FieldCapabilitiesResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
fieldCaps(FieldCapabilitiesRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
FieldContext - Class in org.elasticsearch.search.aggregations.support
Used by all field data based aggregators.
FieldContext(String, IndexFieldData<?>, MappedFieldType) - Constructor for class org.elasticsearch.search.aggregations.support.FieldContext
Constructs a field data context for the given field and its index field data
fieldContext() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
fieldContext(FieldContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
fieldData - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
fieldData(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
fieldData() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
FIELDDATA - Static variable in interface org.elasticsearch.common.breaker.CircuitBreaker
 
FieldData - Enum in org.elasticsearch.index.fielddata
Utility methods, similar to Lucene's DocValues.
fieldData() - Method in class org.elasticsearch.index.IndexService
 
fielddata(boolean) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.Builder
 
fielddata() - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
fielddata(boolean) - Method in class org.elasticsearch.index.mapper.TextFieldMapper.Builder
 
fielddata() - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
fieldData() - Method in class org.elasticsearch.index.shard.IndexShard
 
FieldData(IndexFieldData<?>) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.FieldData
 
FieldData(IndexOrdinalsFieldData) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals.FieldData
 
Fielddata(IndexGeoPointFieldData) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint.Fielddata
 
FieldData(IndexNumericFieldData) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.FieldData
 
fieldData() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
fieldData() - Method in class org.elasticsearch.search.internal.SearchContext
 
FIELDDATA_CACHE_KEY - Static variable in class org.elasticsearch.index.fielddata.IndexFieldDataService
 
FIELDDATA_CACHE_VALUE_NODE - Static variable in class org.elasticsearch.index.fielddata.IndexFieldDataService
 
FIELDDATA_CIRCUIT_BREAKER_LIMIT_SETTING - Static variable in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
 
FIELDDATA_CIRCUIT_BREAKER_OVERHEAD_SETTING - Static variable in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
 
FIELDDATA_CIRCUIT_BREAKER_TYPE_SETTING - Static variable in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
 
FIELDDATA_MAX_FREQUENCY - Static variable in class org.elasticsearch.index.mapper.StringFieldMapper.Defaults
 
FIELDDATA_MAX_FREQUENCY - Static variable in class org.elasticsearch.index.mapper.TextFieldMapper.Defaults
 
FIELDDATA_MIN_FREQUENCY - Static variable in class org.elasticsearch.index.mapper.StringFieldMapper.Defaults
 
FIELDDATA_MIN_FREQUENCY - Static variable in class org.elasticsearch.index.mapper.TextFieldMapper.Defaults
 
FIELDDATA_MIN_SEGMENT_SIZE - Static variable in class org.elasticsearch.index.mapper.StringFieldMapper.Defaults
 
FIELDDATA_MIN_SEGMENT_SIZE - Static variable in class org.elasticsearch.index.mapper.TextFieldMapper.Defaults
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.LatLonPointFieldMapper.LatLonPointFieldType
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.DoubleFieldType
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.IntegerFieldType
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.IpFieldType
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper.LongFieldType
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.MappedFieldType
Return a fielddata builder for this field
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
fielddataBuilder() - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
fieldDataCache() - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
fieldDataCache(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
fieldDataField(String) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Adds a field to load from the field data cache and return as part of the search request.
fieldDataField(String) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
fieldDataFields(String...) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
Sets specific search group stats to retrieve the stats for.
fieldDataFields() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
fieldDataFields(String...) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
fieldDataFields() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
fieldDataFields(List<String>) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Adds fields to load from the field data cache and return as part of the search request.
fieldDataFields() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Gets the field-data fields.
fieldDataFields() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Deprecated.
fielddataFrequencyFilter(double, double, int) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.Builder
 
fielddataFrequencyFilter(double, double, int) - Method in class org.elasticsearch.index.mapper.TextFieldMapper.Builder
 
fielddataMaxFrequency() - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
fielddataMaxFrequency() - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
fielddataMinFrequency() - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
fielddataMinFrequency() - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
fielddataMinSegmentSize() - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
fielddataMinSegmentSize() - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
fieldDataService() - Method in class org.elasticsearch.search.lookup.DocLookup
 
fieldDataService() - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
FieldDataStats - Class in org.elasticsearch.index.fielddata
 
FieldDataStats() - Constructor for class org.elasticsearch.index.fielddata.FieldDataStats
 
FieldDataStats(long, long, FieldMemoryStats) - Constructor for class org.elasticsearch.index.fielddata.FieldDataStats
 
fieldDataStats(String...) - Method in class org.elasticsearch.index.shard.IndexShard
 
FieldDataWeigher() - Constructor for class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.FieldDataWeigher
 
FieldLookup - Class in org.elasticsearch.search.lookup
 
FieldMapper - Class in org.elasticsearch.index.mapper
 
FieldMapper(String, MappedFieldType, MappedFieldType, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.FieldMapper
 
fieldMapper(String) - Method in class org.elasticsearch.index.query.QueryShardContext
 
FieldMapper.Builder<T extends FieldMapper.Builder,Y extends FieldMapper> - Class in org.elasticsearch.index.mapper
 
FieldMapper.CopyTo - Class in org.elasticsearch.index.mapper
Represents a list of fields with optional boost factor where the current field should be copied to
FieldMapper.CopyTo.Builder - Class in org.elasticsearch.index.mapper
 
FieldMapper.MultiFields - Class in org.elasticsearch.index.mapper
 
FieldMapper.MultiFields.Builder - Class in org.elasticsearch.index.mapper
 
FieldMappers - Class in org.elasticsearch.index.mapper
A holder for several FieldMapper.
FieldMappers() - Constructor for class org.elasticsearch.index.mapper.FieldMappers
 
FieldMappers(FieldMapper) - Constructor for class org.elasticsearch.index.mapper.FieldMappers
 
FieldMappingMetaData(String, BytesReference) - Constructor for class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
 
fieldMappings(String, String, String) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse
Returns the mappings of a specific field.
fieldMaskingSpanQuery(SpanQueryBuilder, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
FieldMaskingSpanQueryBuilder - Class in org.elasticsearch.index.query
 
FieldMaskingSpanQueryBuilder(SpanQueryBuilder, String) - Constructor for class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
Constructs a new FieldMaskingSpanQueryBuilder given an inner SpanQueryBuilder for a given field
FieldMaskingSpanQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
Read from a stream.
FieldMemoryStats - Class in org.elasticsearch.common
A reusable class to encode field -> memory size mappings
FieldMemoryStats(ObjectLongHashMap<String>) - Constructor for class org.elasticsearch.common.FieldMemoryStats
Creates a new FieldMemoryStats instance
FieldMemoryStats(StreamInput) - Constructor for class org.elasticsearch.common.FieldMemoryStats
Creates a new FieldMemoryStats instance from a stream
fieldName - Variable in class org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
 
fieldName - Variable in class org.elasticsearch.index.query.BaseTermQueryBuilder
Name of field to match against.
fieldName() - Method in class org.elasticsearch.index.query.BaseTermQueryBuilder
Returns the field name used in this query.
fieldName() - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
fieldName() - Method in class org.elasticsearch.index.query.ExistsQueryBuilder
 
fieldName() - Method in class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
 
fieldName() - Method in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
fieldName() - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
fieldName() - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Returns the name of the field to base the bounding box computation on.
fieldName() - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Name of the field this query is operating on.
fieldName() - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
fieldName(String) - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
fieldName() - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
fieldName() - Method in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
 
fieldName() - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
fieldName() - Method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
Returns the field name used in this query.
fieldName() - Method in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
Returns the field name used in this query.
fieldName() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Returns the field name used in this query.
fieldName() - Method in class org.elasticsearch.index.query.PrefixQueryBuilder
 
fieldName() - Method in class org.elasticsearch.index.query.RangeQueryBuilder
Get the field name for this query.
fieldName() - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
Returns the field name used in this query.
fieldName() - Method in class org.elasticsearch.index.query.TermsQueryBuilder
 
fieldName() - Method in class org.elasticsearch.index.query.WildcardQueryBuilder
 
fieldName() - Method in class org.elasticsearch.index.search.geo.GeoPolygonQuery
 
fieldName() - Method in class org.elasticsearch.index.search.geo.LegacyGeoDistanceRangeQuery
Deprecated.
 
fieldName() - Method in class org.elasticsearch.index.search.geo.LegacyInMemoryGeoBoundingBoxQuery
Deprecated.
 
fieldName() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
 
fieldName - Variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlighterContext
 
fieldName() - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Returns the geo point like field the distance based sort operates on.
fieldName(String) - Method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping.Builder
Set the name of the field to use
FIELDNAME_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
FIELDNAME_FIELD - Static variable in class org.elasticsearch.search.suggest.SuggestionBuilder
 
FieldNameAnalyzer - Class in org.elasticsearch.index.analysis
 
FieldNameAnalyzer(Map<String, Analyzer>) - Constructor for class org.elasticsearch.index.analysis.FieldNameAnalyzer
 
fieldNames() - Method in class org.elasticsearch.search.fetch.StoredFieldsContext
Gets the field names to load and return as part of the search request.
FieldNamesFieldMapper - Class in org.elasticsearch.index.mapper
A mapper that indexes the field names of a document under _field_names.
FieldNamesFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
FieldNamesFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
FieldNamesFieldMapper.FieldNamesFieldType - Class in org.elasticsearch.index.mapper
 
FieldNamesFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
FieldNamesFieldType() - Constructor for class org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
 
FieldNamesFieldType(FieldNamesFieldMapper.FieldNamesFieldType) - Constructor for class org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
 
fieldOptions() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.Field
 
FieldOptions() - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
FieldQueryExtension - Interface in org.apache.lucene.queryparser.classic
 
fields(String...) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
fields() - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
fields() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
 
fields(String...) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
fields() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
fields() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexRequest
 
fields(String...) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
The list of field names to retrieve
fields() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
 
Fields() - Constructor for class org.elasticsearch.action.ingest.SimulatePipelineRequest.Fields
 
fields(String...) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
fields(String...) - Method in class org.elasticsearch.action.update.UpdateRequest
fields() - Method in class org.elasticsearch.action.update.UpdateRequest
Deprecated.
FIELDS - Static variable in class org.elasticsearch.common.ParseField.CommonFields
 
fields() - Method in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
Fields() - Constructor for class org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
 
Fields() - Constructor for class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Fields
 
fields() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
FIELDS - Static variable in interface org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
 
fields() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
fields(String...) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
fields(Map<String, Float>) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Add several fields to run the query against with a specific boost.
fields() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
fields(Map<String, Float>) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Add several fields to run the query against with a specific boost.
fields() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Returns the fields including their respective boosts to run the query against.
fields(Map<String, Float>) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Add several fields to run the query against with a specific boost.
fields() - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Returns the fields including their respective boosts to run the query against.
Fields() - Constructor for class org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
 
Fields() - Constructor for class org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction.Fields
 
FIELDS - Static variable in class org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction.Fields
 
fields() - Method in class org.elasticsearch.script.AbstractSearchScript
Allows to access the *stored* fields.
fields() - Method in class org.elasticsearch.search.fetch.subphase.DocValueFieldsContext
Returns the required docvalue fields
fields() - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
 
fields() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight
 
fields() - Method in class org.elasticsearch.search.fetch.subphase.ScriptFieldsContext
 
fields() - Method in class org.elasticsearch.search.lookup.FieldLookup
 
fields(Map<String, List<Object>>) - Method in class org.elasticsearch.search.lookup.FieldLookup
Sets the post processed values.
fields() - Method in class org.elasticsearch.search.lookup.LeafSearchLookup
 
fields() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
fields(Map<String, SearchHitField>) - Method in class org.elasticsearch.search.SearchHit
 
Fields() - Constructor for class org.elasticsearch.search.SearchHit.Fields
 
Fields() - Constructor for class org.elasticsearch.search.SearchHits.Fields
 
FIELDS_FIELD - Static variable in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
 
FIELDS_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
FIELDS_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
fieldsAndWeights() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
fieldsAndWeights(Map<String, Float>) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
fieldsConsumer(SegmentWriteState) - Method in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat
 
FieldsLookup - Class in org.elasticsearch.search.lookup
 
fieldsOrNull() - Method in class org.elasticsearch.search.SearchHit
 
fieldSort(String) - Static method in class org.elasticsearch.search.sort.SortBuilders
Constructs a new field based sort.
FieldSortBuilder - Class in org.elasticsearch.search.sort
A sort builder to sort based on a document field.
FieldSortBuilder(FieldSortBuilder) - Constructor for class org.elasticsearch.search.sort.FieldSortBuilder
Copy constructor.
FieldSortBuilder(String) - Constructor for class org.elasticsearch.search.sort.FieldSortBuilder
Constructs a new sort based on a document field.
FieldSortBuilder(StreamInput) - Constructor for class org.elasticsearch.search.sort.FieldSortBuilder
Read from a stream.
fieldsProducer(SegmentReadState) - Method in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat
 
fieldStatistics() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
fieldStatistics(boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Return the field statistics for each term in the shard or skip.
fieldStatistics() - Method in class org.elasticsearch.search.dfs.AggregatedDfs
 
fieldStatistics(ObjectObjectHashMap<String, CollectionStatistics>) - Method in class org.elasticsearch.search.dfs.DfsSearchResult
 
fieldStatistics() - Method in class org.elasticsearch.search.dfs.DfsSearchResult
 
FieldStats<T> - Class in org.elasticsearch.action.fieldstats
 
fieldStats(FieldStatsRequest) - Method in interface org.elasticsearch.client.Client
Deprecated.
Use _field_caps instead or run a min/max aggregations on the desired fields
fieldStats(FieldStatsRequest, ActionListener<FieldStatsResponse>) - Method in interface org.elasticsearch.client.Client
Deprecated.
Use _field_caps instead or run a min/max aggregations on the desired fields
fieldStats(FieldStatsRequest, ActionListener<FieldStatsResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
fieldStats(FieldStatsRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
FieldStats.Date - Class in org.elasticsearch.action.fieldstats
 
FieldStats.Double - Class in org.elasticsearch.action.fieldstats
 
FieldStats.GeoPoint - Class in org.elasticsearch.action.fieldstats
 
FieldStats.Ip - Class in org.elasticsearch.action.fieldstats
 
FieldStats.Long - Class in org.elasticsearch.action.fieldstats
 
FieldStats.Text - Class in org.elasticsearch.action.fieldstats
 
FieldStatsAction - Class in org.elasticsearch.action.fieldstats
 
FieldStatsRequest - Class in org.elasticsearch.action.fieldstats
 
FieldStatsRequest() - Constructor for class org.elasticsearch.action.fieldstats.FieldStatsRequest
 
FieldStatsRequestBuilder - Class in org.elasticsearch.action.fieldstats
 
FieldStatsRequestBuilder(ElasticsearchClient, FieldStatsAction) - Constructor for class org.elasticsearch.action.fieldstats.FieldStatsRequestBuilder
 
FieldStatsResponse - Class in org.elasticsearch.action.fieldstats
 
FieldStatsResponse() - Constructor for class org.elasticsearch.action.fieldstats.FieldStatsResponse
 
FieldStatsResponse(int, int, int, List<ShardOperationFailedException>, Map<String, Map<String, FieldStats>>, Map<String, String>) - Constructor for class org.elasticsearch.action.fieldstats.FieldStatsResponse
 
FieldStatsShardRequest - Class in org.elasticsearch.action.fieldstats
 
FieldStatsShardRequest() - Constructor for class org.elasticsearch.action.fieldstats.FieldStatsShardRequest
 
FieldStatsShardRequest(ShardId, FieldStatsRequest) - Constructor for class org.elasticsearch.action.fieldstats.FieldStatsShardRequest
 
FieldStatsShardResponse - Class in org.elasticsearch.action.fieldstats
 
FieldStatsShardResponse() - Constructor for class org.elasticsearch.action.fieldstats.FieldStatsShardResponse
 
FieldStatsShardResponse(ShardId, Map<String, FieldStats<?>>) - Constructor for class org.elasticsearch.action.fieldstats.FieldStatsShardResponse
 
fieldsValues - Variable in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
FieldsVisitor - Class in org.elasticsearch.index.fieldvisitor
Base StoredFieldVisitor that retrieves all non-redundant metadata.
FieldsVisitor(boolean) - Constructor for class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
fieldType() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
fieldType() - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x
 
fieldType() - Method in class org.elasticsearch.index.mapper.DateFieldMapper.Builder
 
fieldType() - Method in class org.elasticsearch.index.mapper.DateFieldMapper
 
fieldType - Variable in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
fieldType() - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
fieldType - Variable in class org.elasticsearch.index.mapper.FieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.FieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.GeoPointFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Builder
 
fieldType() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.IpFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.Builder
 
fieldType() - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.LegacyByteFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Builder
 
fieldType() - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.LegacyFloatFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.LegacyShortFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.NumberFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.Builder
 
fieldType() - Method in class org.elasticsearch.index.mapper.RangeFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.StringFieldMapper.Builder
 
fieldType() - Method in class org.elasticsearch.index.mapper.StringFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.TextFieldMapper.Builder
 
fieldType() - Method in class org.elasticsearch.index.mapper.TextFieldMapper
 
fieldType() - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper.Builder
 
fieldType() - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper
 
fieldType() - Method in class org.elasticsearch.search.aggregations.support.FieldContext
 
fieldType() - Method in class org.elasticsearch.search.lookup.FieldLookup
 
FieldValueFactorFunction - Class in org.elasticsearch.common.lucene.search.function
A function_score function that multiplies the score with the value of a field from the document, optionally multiplying the field by a factor first, and applying a modification (log, ln, sqrt, square, etc) afterwards.
FieldValueFactorFunction(String, float, FieldValueFactorFunction.Modifier, Double, IndexNumericFieldData) - Constructor for class org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction
 
fieldValueFactorFunction(String) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
FieldValueFactorFunction.Modifier - Enum in org.elasticsearch.common.lucene.search.function
The Type class encapsulates the modification types that can be applied to the score/value product.
FieldValueFactorFunctionBuilder - Class in org.elasticsearch.index.query.functionscore
Builder to construct field_value_factor functions for a function score query.
FieldValueFactorFunctionBuilder(String) - Constructor for class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
FieldValueFactorFunctionBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
Read from a stream.
fifteenMinuteEWMA() - Static method in class org.elasticsearch.common.metrics.EWMA
Creates a new EWMA which is equivalent to the UNIX fifteen minute load average and which expects to be ticked every 5 seconds.
fifteenMinuteRate() - Method in class org.elasticsearch.common.metrics.MeterMetric
 
File() - Constructor for class org.elasticsearch.indices.recovery.RecoveryState.File
 
File(String, long, boolean) - Constructor for class org.elasticsearch.indices.recovery.RecoveryState.File
 
file(String) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
 
FILE_CHUNK - Static variable in class org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
 
FileChangesListener - Interface in org.elasticsearch.watcher
Callback interface that file changes File Watcher is using to notify listeners about changes.
fileDetails() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
fileExists(String) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
 
FileInfo(String, String, long, String) - Constructor for class org.elasticsearch.index.shard.CommitPoint.FileInfo
 
FileInfo(String, StoreFileMetaData, ByteSizeValue) - Constructor for class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Constructs a new instance of file info
files(Path, DirectoryStream.Filter<Path>) - Static method in class org.elasticsearch.common.io.FileSystemUtils
Returns an array of all files in the given directory matching.
files(Path) - Static method in class org.elasticsearch.common.io.FileSystemUtils
Returns an array of all files in the given directory.
files(Path, String) - Static method in class org.elasticsearch.common.io.FileSystemUtils
Returns an array of all files in the given directory matching the glob.
files(SegmentInfos) - Static method in class org.elasticsearch.common.lucene.Lucene
Returns an iterable that allows to iterate over all files in this segments info
files(int, long) - Method in class org.elasticsearch.index.shard.SnapshotStatus.Index
 
files(int, long) - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Sets files stats
FILES_INFO - Static variable in class org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
 
filesInDirectory(Path) - Static method in class org.elasticsearch.index.translog.TruncateTranslogCommand
Return a Set of all files in a given directory
fileStore - Variable in class org.elasticsearch.env.NodeEnvironment.NodePath
Cached FileStore from path
FileSystemUtils - Class in org.elasticsearch.common.io
Elasticsearch utils to work with Path
FileWatcher - Class in org.elasticsearch.watcher
File resources watcher The file watcher checks directory and all its subdirectories for file changes and notifies its listeners accordingly
FileWatcher(Path) - Constructor for class org.elasticsearch.watcher.FileWatcher
Creates new file watcher on the given directory
fill(long, long, byte) - Method in interface org.elasticsearch.common.util.ByteArray
Fill slots between fromIndex inclusive to toIndex exclusive with value.
fill(long, long, double) - Method in interface org.elasticsearch.common.util.DoubleArray
Fill slots between fromIndex inclusive to toIndex exclusive with value.
fill(long, long, float) - Method in interface org.elasticsearch.common.util.FloatArray
Fill slots between fromIndex inclusive to toIndex exclusive with value.
fill(long, long, int) - Method in interface org.elasticsearch.common.util.IntArray
Fill slots between fromIndex inclusive to toIndex exclusive with value.
fill(long, long, long) - Method in interface org.elasticsearch.common.util.LongArray
Fill slots between fromIndex inclusive to toIndex exclusive with value.
fillBytesRef(BytesRefBuilder) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
 
fillDocIdsToLoad(int, ScoreDoc[]) - Method in class org.elasticsearch.action.search.SearchPhaseController
Builds an array, with potential null elements, with docs to load.
fillInStackTrace() - Method in exception org.elasticsearch.cluster.NotMasterException
 
fillInStackTrace() - Method in exception org.elasticsearch.transport.NodeDisconnectedException
 
fillInStackTrace() - Method in exception org.elasticsearch.transport.NotSerializableTransportException
 
fillInStackTrace() - Method in exception org.elasticsearch.transport.RemoteTransportException
 
fillInStackTrace() - Method in exception org.elasticsearch.transport.ResponseHandlerFailureTransportException
 
filter() - Method in class org.elasticsearch.action.admin.indices.alias.Alias
Returns the filter associated with the alias
filter(String) - Method in class org.elasticsearch.action.admin.indices.alias.Alias
Associates a filter to the alias
filter(Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.alias.Alias
Associates a filter to the alias
filter(QueryBuilder) - Method in class org.elasticsearch.action.admin.indices.alias.Alias
Associates a filter to the alias
filter() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
filter(String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
filter(Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
filter(QueryBuilder) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
filter(CompressedXContent) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
filter(String) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
filter(Map<String, Object>) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
filter(XContentBuilder) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
filter() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
filter - Variable in class org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery.FilterFunction
 
filter(Predicate<String>) - Method in class org.elasticsearch.common.settings.Settings
Returns a new settings object that contains all setting of the current one filtered by the given settings key predicate.
filter(Settings) - Method in class org.elasticsearch.common.settings.SettingsFilter
 
filter(Map<String, ?>, String[], String[]) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
Only keep properties in map that match the includes but not the excludes.
filter(String[], String[]) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
Returns a function that filters a document map based on the given include and exclude rules.
filter(Terms, TermsEnum, LeafReader) - Method in class org.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
 
filter(QueryBuilder) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Adds a query that must appear in the matching documents but will not contribute to scoring.
filter() - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Gets the queries that must appear in the matching documents but don't contribute to scoring
filter(QueryBuilder) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Set the query that will filter the source.
filter(String, QueryBuilder) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Filter aggregation with the given name.
filter() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator.KeyedFilter
 
Filter - Interface in org.elasticsearch.search.aggregations.bucket.filter
A filter aggregation.
filter() - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator.KeyedFilter
 
filter(FetchSourceContext) - Method in class org.elasticsearch.search.lookup.SourceLookup
 
filter(Class<T>) - Method in class org.elasticsearch.search.suggest.Suggest
 
FILTER_FIELD - Static variable in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
FilterableTermsEnum - Class in org.elasticsearch.common.lucene.index
A frequency TermsEnum that returns frequencies derived from a collection of cached leaf termEnums.
FilterableTermsEnum(IndexReader, String, int, Query) - Constructor for class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
FilterAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.filter
 
FilterAggregationBuilder(String, QueryBuilder) - Constructor for class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
 
FilterAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
Read from a stream.
FilterAggregator - Class in org.elasticsearch.search.aggregations.bucket.filter
Aggregate all docs that match a filter.
FilterAggregator(String, Supplier<Weight>, AggregatorFactories, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregator
 
FilterAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.filter
 
FilterAggregatorFactory(String, QueryBuilder, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregatorFactory
 
FilterAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
This AllocationDecider control shard allocation by include and exclude filters via dynamic cluster and index routing settings.
FilterAllocationDecider(Settings, ClusterSettings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
 
FilterClient - Class in org.elasticsearch.client
A Client that contains another Client which it uses as its basic source, possibly transforming the requests / responses along the way or providing additional functionality.
FilterClient(Client) - Constructor for class org.elasticsearch.client.FilterClient
Creates a new FilterClient
FilterClient(Settings, ThreadPool, Client) - Constructor for class org.elasticsearch.client.FilterClient
A Constructor that allows to pass settings and threadpool separately.
filtered(Query, Query) - Static method in class org.elasticsearch.common.lucene.search.Queries
 
FilteredCollector - Class in org.elasticsearch.common.lucene.search
 
FilteredCollector(Collector, Weight) - Constructor for class org.elasticsearch.common.lucene.search.FilteredCollector
 
filteredNodes() - Method in class org.elasticsearch.client.transport.TransportClient
The list of filtered nodes that were not connected to, for example, due to mismatch in cluster name.
FilteredSearchContext - Class in org.elasticsearch.search.internal
 
FilteredSearchContext(SearchContext) - Constructor for class org.elasticsearch.search.internal.FilteredSearchContext
 
FilterFunction(Query, ScoreFunction) - Constructor for class org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery.FilterFunction
 
FilterFunctionBuilder(ScoreFunctionBuilder<?>) - Constructor for class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
 
FilterFunctionBuilder(QueryBuilder, ScoreFunctionBuilder<?>) - Constructor for class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
 
FilterFunctionBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
Read from a stream.
filterFunctionBuilders() - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
Returns the filters and functions
FilterIndexOutput - Class in org.elasticsearch.common.lucene.store
IndexOutput that delegates all calls to another IndexOutput
FilterIndexOutput(String, IndexOutput) - Constructor for class org.elasticsearch.common.lucene.store.FilterIndexOutput
 
filterIndices(List<String>, String[], IndicesOptions) - Static method in class org.elasticsearch.snapshots.SnapshotUtils
Filters out list of available indices based on the list of selected indices.
filteringAlias() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
filteringAlias(AliasFilter) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
filteringAliases() - Method in class org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
 
filteringAliases(ClusterState, String, String...) - Method in class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
Iterates through the list of indices and selects the effective list of filtering aliases for the given index.
filteringAliases() - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
filteringAliases() - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
 
filteringAliases() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
filteringRequired() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
filterNodeIds(DiscoveryNodes, String[]) - Method in class org.elasticsearch.action.support.tasks.TransportTasksAction
 
FilterPath - Class in org.elasticsearch.common.xcontent.support.filtering
 
FilterPath(String, String, FilterPath) - Constructor for class org.elasticsearch.common.xcontent.support.filtering.FilterPath
 
FilterPathBasedFilter - Class in org.elasticsearch.common.xcontent.support.filtering
 
FilterPathBasedFilter(FilterPath[], boolean) - Constructor for class org.elasticsearch.common.xcontent.support.filtering.FilterPathBasedFilter
 
FilterPathBasedFilter(Set<String>, boolean) - Constructor for class org.elasticsearch.common.xcontent.support.filtering.FilterPathBasedFilter
 
filterPlugins(Class<T>) - Method in class org.elasticsearch.plugins.PluginsService
 
filters() - Method in class org.elasticsearch.action.support.ActionFilters
Returns the action filters that have been injected
filters(String, FiltersAggregator.KeyedFilter...) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Filters aggregation with the given name.
filters(String, QueryBuilder...) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Filters aggregation with the given name.
filters() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
Get the filters.
Filters - Interface in org.elasticsearch.search.aggregations.bucket.filters
A multi bucket aggregation where the buckets are defined by a set of filters (a bucket per filter).
filters() - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
Get the filters.
Filters.Bucket - Interface in org.elasticsearch.search.aggregations.bucket.filters
A bucket associated with a specific filter (identified by its key)
FILTERS_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator
 
FILTERS_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator
 
FiltersAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.filters
 
FiltersAggregationBuilder(String, FiltersAggregator.KeyedFilter...) - Constructor for class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
 
FiltersAggregationBuilder(String, QueryBuilder...) - Constructor for class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
 
FiltersAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
Read from a stream.
FiltersAggregator - Class in org.elasticsearch.search.aggregations.bucket.filters
 
FiltersAggregator(String, AggregatorFactories, String[], Supplier<Weight[]>, boolean, String, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator
 
FiltersAggregator.KeyedFilter - Class in org.elasticsearch.search.aggregations.bucket.filters
 
FiltersAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.filters
 
FiltersAggregatorFactory(String, List<FiltersAggregator.KeyedFilter>, boolean, boolean, String, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregatorFactory
 
filterSettings() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Return the settings for filtering out terms.
filterSettings(TermVectorsRequest.FilterSettings) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Sets the settings for filtering out terms.
FilterSettings() - Constructor for class org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
 
FilterSettings(Integer, Integer, Integer, Integer, Integer, Integer, Integer) - Constructor for class org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
 
filterSettings(ToXContent.Params, Settings) - Static method in class org.elasticsearch.common.settings.SettingsFilter
 
FiltersFunctionScoreQuery - Class in org.elasticsearch.common.lucene.search.function
A query that allows for a pluggable boost function / filter.
FiltersFunctionScoreQuery(Query, FiltersFunctionScoreQuery.ScoreMode, FiltersFunctionScoreQuery.FilterFunction[], float, Float, CombineFunction) - Constructor for class org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
 
FiltersFunctionScoreQuery.FilterFunction - Class in org.elasticsearch.common.lucene.search.function
 
FiltersFunctionScoreQuery.ScoreMode - Enum in org.elasticsearch.common.lucene.search.function
 
FilterStreamInput - Class in org.elasticsearch.common.io.stream
Wraps a StreamInput and delegates to it.
FilterStreamInput(StreamInput) - Constructor for class org.elasticsearch.common.io.stream.FilterStreamInput
 
filterWithHeader(Map<String, String>) - Method in interface org.elasticsearch.client.Client
Returns a new lightweight Client that applies all given headers to each of the requests issued from it.
filterWithHeader(Map<String, String>) - Method in class org.elasticsearch.client.support.AbstractClient
 
finalFailure - Variable in class org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
 
FINALIZE - Static variable in class org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
 
finalizeRecovery() - Method in class org.elasticsearch.index.shard.IndexShard
perform the last stages of recovery once all translog operations are done.
finalizeRecovery() - Method in class org.elasticsearch.indices.recovery.RecoverySourceHandler
finalizes the recovery process
finalizeRecovery() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
finalizeRecovery() - Method in interface org.elasticsearch.indices.recovery.RecoveryTargetHandler
The finalize request clears unreferenced translog files, refreshes the engine now that new segments are available, and enables garbage collection of tombstone files.
finalizeRecovery() - Method in class org.elasticsearch.indices.recovery.RemoteRecoveryTargetHandler
 
finalizeSnapshot(SnapshotId, List<IndexId>, long, String, int, List<SnapshotShardFailure>, long) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
Finalizes snapshotting process
finalizeSnapshot(SnapshotId, List<IndexId>, long, String, int, List<SnapshotShardFailure>, long) - Method in interface org.elasticsearch.repositories.Repository
Finalizes snapshotting process
finalResponseIfSuccessful - Variable in class org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
 
find(BytesRef, int) - Method in class org.elasticsearch.common.util.BytesRefHash
Get the id associated with key
find(BytesRef) - Method in class org.elasticsearch.common.util.BytesRefHash
find(long) - Method in class org.elasticsearch.common.util.LongHash
Get the id associated with key or -1 if the key is not contained in the hash.
findAliases(String[], String[]) - Method in class org.elasticsearch.cluster.metadata.MetaData
Finds the specific index aliases that match with the specified aliases directly or partially via wildcards and that point to the specified concrete indices or match partially with the indices via wildcards.
findAllShardIds(Index) - Method in class org.elasticsearch.env.NodeEnvironment
Tries to find all allocated shards for the given index on the current node.
findAppender(Logger, Class<? extends Appender>) - Static method in class org.elasticsearch.common.logging.Loggers
 
findBindingAnnotation(Errors, Member, Annotation[]) - Static method in class org.elasticsearch.common.inject.internal.Annotations
Returns the binding annotation on member, or null if there isn't one.
findBindingsByType(TypeLiteral<T>) - Method in interface org.elasticsearch.common.inject.Injector
Returns all explicit bindings for type.
findByAddress(TransportAddress) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Get a node by its address
findDeadlocks() - Method in class org.elasticsearch.monitor.jvm.DeadlockAnalyzer
 
findForcedDeletesMerges(SegmentInfos, IndexWriter) - Method in class org.elasticsearch.index.shard.ElasticsearchMergePolicy
 
findForcedMerges(SegmentInfos, int, Map<SegmentCommitInfo, Boolean>, IndexWriter) - Method in class org.elasticsearch.index.shard.ElasticsearchMergePolicy
 
findHeaderByName(String) - Method in class org.elasticsearch.common.Table
 
findMappings(String[], String[]) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
findMerges(MergeTrigger, SegmentInfos, IndexWriter) - Method in class org.elasticsearch.index.shard.ElasticsearchMergePolicy
 
findNameFile(String) - Method in class org.elasticsearch.index.shard.CommitPoint
 
findNameFile(String) - Method in class org.elasticsearch.index.shard.CommitPoints
 
findNameFile(String) - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
Finds reference to a snapshotted file by its snapshot name
findNameIndexFile(String) - Method in class org.elasticsearch.index.shard.CommitPoint
 
findNameTranslogFile(String) - Method in class org.elasticsearch.index.shard.CommitPoint
 
findNestedObjectMapper(int, SearchContext, LeafReaderContext) - Method in class org.elasticsearch.index.mapper.DocumentMapper
Returns the best nested ObjectMapper instances that is in the scope of the specified nested docId.
findNextDelayedAllocation(long, ClusterState) - Static method in class org.elasticsearch.cluster.routing.UnassignedInfo
Finds the next (closest) delay expiration of an delayed shard in nanoseconds based on current time.
findPhysicalIndexFile(String) - Method in class org.elasticsearch.index.shard.CommitPoint
 
findPhysicalIndexFile(String) - Method in class org.elasticsearch.index.shard.CommitPoints
 
findPhysicalIndexFile(String) - Method in class org.elasticsearch.index.snapshots.blobstore.SnapshotFiles
Returns information about a physical file with the given name
findPhysicalIndexFiles(String) - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
Finds reference to a snapshotted file by its original name
findScopeAnnotation(Errors, Class<?>) - Static method in class org.elasticsearch.common.inject.internal.Annotations
Returns the scope annotation on type, or null if none is specified.
findScopeAnnotation(Errors, Annotation[]) - Static method in class org.elasticsearch.common.inject.internal.Annotations
Returns the scoping annotation, or null if there isn't one.
findShardToExplain(ClusterAllocationExplainRequest, RoutingAllocation) - Static method in class org.elasticsearch.action.admin.cluster.allocation.TransportClusterAllocationExplainAction
 
findTemplate(ContentPath, String, DynamicTemplate.XContentFieldType) - Method in class org.elasticsearch.index.mapper.RootObjectMapper
 
findTemplateBuilder(ParseContext, String, DynamicTemplate.XContentFieldType) - Method in class org.elasticsearch.index.mapper.RootObjectMapper
 
findTemplateBuilder(ParseContext, String, String, DynamicTemplate.XContentFieldType) - Method in class org.elasticsearch.index.mapper.RootObjectMapper
Find a template.
FingerprintAnalyzer - Class in org.elasticsearch.index.analysis
OpenRefine Fingerprinting, which uses a Standard tokenizer and lowercase + stop + fingerprint + asciifolding filters
FingerprintAnalyzer(CharArraySet, char, int) - Constructor for class org.elasticsearch.index.analysis.FingerprintAnalyzer
 
FingerprintAnalyzerProvider - Class in org.elasticsearch.index.analysis
Builds an OpenRefine Fingerprint analyzer.
FingerprintAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.FingerprintAnalyzerProvider
 
FingerprintTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
FingerprintTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.FingerprintTokenFilterFactory
 
finishConstruction() - Method in class org.elasticsearch.common.inject.internal.ConstructionContext
 
finishHim() - Method in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction.AsyncBroadcastAction
 
finishPingingRound(UnicastZenPing.PingingRound) - Method in class org.elasticsearch.discovery.zen.UnicastZenPing
 
finishRelocation(AllocationId) - Static method in class org.elasticsearch.cluster.routing.AllocationId
Creates a new allocation id finalizing a relocation.
finishTerm(long) - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester.XBuilder
 
finishVerification(ActionListener<RepositoriesService.VerifyResponse>, List<DiscoveryNode>, CopyOnWriteArrayList<VerificationFailure>) - Method in class org.elasticsearch.repositories.VerifyNodeRepositoryAction
 
FinnishAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
FinnishAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.FinnishAnalyzerProvider
 
first() - Method in class org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
 
FIRST_LUCENE_CHECKSUM_VERSION - Static variable in class org.elasticsearch.index.store.StoreFileMetaData
 
firstOperationOffset - Variable in class org.elasticsearch.index.translog.BaseTranslogReader
 
fiveMinuteEWMA() - Static method in class org.elasticsearch.common.metrics.EWMA
Creates a new EWMA which is equivalent to the UNIX five minute load average and which expects to be ticked every 5 seconds.
fiveMinuteRate() - Method in class org.elasticsearch.common.metrics.MeterMetric
 
FixedExecutorBuilder - Class in org.elasticsearch.threadpool
A builder for fixed executors.
FixedExecutorBuilder(Settings, String, int, int, String) - Constructor for class org.elasticsearch.threadpool.FixedExecutorBuilder
Construct a fixed executor builder.
fixNegativeQueryIfNeeded(Query) - Static method in class org.elasticsearch.common.lucene.search.Queries
 
fixWeightedFragInfo(FieldMapper, Field[], FieldFragList.WeightedFragInfo) - Static method in class org.elasticsearch.search.fetch.subphase.highlight.FragmentBuilderHelper
Fixes problems with broken analysis chains if positions and offsets are messed up that can lead to StringIndexOutOfBoundsException in the FastVectorHighlighter
FLAG_CACHE - Static variable in class org.elasticsearch.search.lookup.IndexLookup
Flag to pass to IndexField.get(Object, int) if you require positions in the returned IndexFieldTerm.
FLAG_FREQUENCIES - Static variable in class org.elasticsearch.search.lookup.IndexLookup
Flag to pass to IndexField.get(Object, int) if you require frequencies in the returned IndexFieldTerm.
FLAG_OFFSETS - Static variable in class org.elasticsearch.search.lookup.IndexLookup
Flag to pass to IndexField.get(Object, int) if you require offsets in the returned IndexFieldTerm.
FLAG_PAYLOADS - Static variable in class org.elasticsearch.search.lookup.IndexLookup
Flag to pass to IndexField.get(Object, int) if you require payloads in the returned IndexFieldTerm.
FLAG_POSITIONS - Static variable in class org.elasticsearch.search.lookup.IndexLookup
Flag to pass to IndexField.get(Object, int) if you require positions in the returned IndexFieldTerm.
flags(RegexpFlag...) - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
 
flags(int) - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
 
flags() - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
 
flags(SimpleQueryStringFlag...) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Specify the enabled features of the SimpleQueryString.
flagsFromString(String) - Static method in class org.elasticsearch.common.regex.Regex
 
flagsToString(int) - Static method in class org.elasticsearch.common.regex.Regex
 
flatten(Iterable<? extends Iterable<T>>) - Static method in class org.elasticsearch.common.util.iterable.Iterables
Flattens the two level Iterable into a single Iterable.
flattenAllProcessors() - Method in class org.elasticsearch.ingest.Pipeline
Flattens the normal and on failure processors into a single list.
FlattenGraphTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
FlattenGraphTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.FlattenGraphTokenFilterFactory
 
flattenProcessors() - Method in class org.elasticsearch.ingest.CompoundProcessor
 
FloatArray - Interface in org.elasticsearch.common.util
Abstraction of an array of double values.
floatField(FieldInfo, float) - Method in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
floatSetting(String, float, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
floatSetting(String, float, float, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
floatToBytes(float) - Static method in class org.elasticsearch.common.Numbers
Converts a float to a byte array.
floatValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
floatValue(boolean) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
floatValue(boolean) - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
floatValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
floatValue() - Method in class org.elasticsearch.script.ScoreAccessor
 
floatValue() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
 
FloatValuesComparatorSource - Class in org.elasticsearch.index.fielddata.fieldcomparator
Comparator source for float values.
FloatValuesComparatorSource(IndexNumericFieldData, Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - Constructor for class org.elasticsearch.index.fielddata.fieldcomparator.FloatValuesComparatorSource
 
FLUSH - Static variable in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest.Defaults
 
flush() - Method in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
Should flush be performed after the merge.
flush(boolean) - Method in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
Should flush be performed after the merge.
flush - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
flush(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
flush() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
flush() - Method in class org.elasticsearch.action.bulk.BulkProcessor
Flush pending delete or index requests.
flush(FlushRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly flush one or more indices (releasing memory from the node).
flush(FlushRequest, ActionListener<FlushResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly flush one or more indices (releasing memory from the node).
flush() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Flush the stream.
flush() - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
flush() - Method in class org.elasticsearch.common.io.stream.DataOutputStreamOutput
 
flush() - Method in class org.elasticsearch.common.io.stream.OutputStreamStreamOutput
 
flush() - Method in class org.elasticsearch.common.io.stream.StreamOutput
Forces any buffered output to be written.
flush() - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Flushes the stream.
flush() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
flush() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
flush(boolean, boolean) - Method in class org.elasticsearch.index.engine.Engine
Flushes the state of the engine including the transaction log, clearing memory.
flush() - Method in class org.elasticsearch.index.engine.Engine
Flushes the state of the engine including the transaction log, clearing memory and persisting documents in the lucene index to disk including a potentially heavy and durable fsync operation.
flush() - Method in class org.elasticsearch.index.engine.InternalEngine
 
flush(boolean, boolean) - Method in class org.elasticsearch.index.engine.InternalEngine
 
flush() - Method in class org.elasticsearch.index.engine.ShadowEngine
 
flush(boolean, boolean) - Method in class org.elasticsearch.index.engine.ShadowEngine
 
flush() - Method in class org.elasticsearch.index.fielddata.RamAccountingTermsEnum
Flush the flushBuffer to the breaker, incrementing the total bytes and resetting the buffer.
flush(FlushRequest) - Method in class org.elasticsearch.index.shard.IndexShard
 
flush() - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamOutput
 
FLUSH - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
FlushAction - Class in org.elasticsearch.action.admin.indices.flush
 
flushAndClose() - Method in class org.elasticsearch.index.engine.Engine
Flush the engine (committing segments to disk and truncating the translog) and close it.
flushAndCloseEngine() - Method in class org.elasticsearch.index.shard.IndexShard
 
FlushFailedEngineException - Exception in org.elasticsearch.index.engine
 
FlushFailedEngineException(ShardId, Throwable) - Constructor for exception org.elasticsearch.index.engine.FlushFailedEngineException
 
FlushFailedEngineException(StreamInput) - Constructor for exception org.elasticsearch.index.engine.FlushFailedEngineException
 
flushOnCloseStream(BytesStream) - Static method in class org.elasticsearch.common.io.Streams
Wraps the given BytesStream in a StreamOutput that simply flushes when close is called.
FlushRequest - Class in org.elasticsearch.action.admin.indices.flush
A flush request to flush one or more indices.
FlushRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.flush.FlushRequest
Constructs a new flush request against one or more indices.
flushRequest(String...) - Static method in class org.elasticsearch.client.Requests
Creates a flush indices request.
FlushRequestBuilder - Class in org.elasticsearch.action.admin.indices.flush
 
FlushRequestBuilder(ElasticsearchClient, FlushAction) - Constructor for class org.elasticsearch.action.admin.indices.flush.FlushRequestBuilder
 
FlushResponse - Class in org.elasticsearch.action.admin.indices.flush
A response to flush action.
FlushStats - Class in org.elasticsearch.index.flush
 
FlushStats() - Constructor for class org.elasticsearch.index.flush.FlushStats
 
FlushStats(long, long) - Constructor for class org.elasticsearch.index.flush.FlushStats
 
flushStats() - Method in class org.elasticsearch.index.shard.IndexShard
 
fmix(long) - Static method in enum org.elasticsearch.common.hash.MurmurHash3
 
following(int) - Method in class org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
Can be invoked only after a call to preceding(offset+1).
forAnnotation(Class<? extends Annotation>) - Static method in class org.elasticsearch.common.inject.internal.Scoping
 
forbidClosedIndices() - Method in class org.elasticsearch.action.support.IndicesOptions
 
force() - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
Force flushing, even if one is possibly not needed.
force(boolean) - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
Force flushing, even if one is possibly not needed.
FORCE_LOCAL_SETTING - Static variable in class org.elasticsearch.action.support.master.TransportMasterNodeReadAction
 
FORCE_MERGE - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
FORCE_MULTI_ORDINALS - Static variable in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Whether to for the use of MultiOrdinals to store the ordinals for testing purposes.
FORCE_SOURCE_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
FORCE_UNIGRAM_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
forceAnalyzer(Analyzer) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
forceAnalyzer() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
forcedRefresh - Variable in class org.elasticsearch.action.DocWriteResponse.Builder
 
forcedRefresh() - Method in class org.elasticsearch.action.DocWriteResponse
Did this request force a refresh? Requests that set WriteRequest.setRefreshPolicy(RefreshPolicy) to WriteRequest.RefreshPolicy.IMMEDIATE will always return true for this.
forceMerge(ForceMergeRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly force merge one or more indices into a the number of segments.
forceMerge(ForceMergeRequest, ActionListener<ForceMergeResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly force merge one or more indices into a the number of segments.
forceMerge(boolean) - Method in class org.elasticsearch.index.engine.Engine
Force merges to 1 segment
forceMerge(boolean, int, boolean, boolean, boolean) - Method in class org.elasticsearch.index.engine.Engine
Triggers a forced merge on this engine
forceMerge(boolean, int, boolean, boolean, boolean) - Method in class org.elasticsearch.index.engine.InternalEngine
 
forceMerge(boolean, int, boolean, boolean, boolean) - Method in class org.elasticsearch.index.engine.ShadowEngine
 
forceMerge(ForceMergeRequest) - Method in class org.elasticsearch.index.shard.IndexShard
 
ForceMergeAction - Class in org.elasticsearch.action.admin.indices.forcemerge
 
ForceMergeRequest - Class in org.elasticsearch.action.admin.indices.forcemerge
A request to force merging the segments of one or more indices.
ForceMergeRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
Constructs a merge request over one or more indices.
ForceMergeRequest() - Constructor for class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
 
forceMergeRequest(String...) - Static method in class org.elasticsearch.client.Requests
Creates a force merge request.
ForceMergeRequest.Defaults - Class in org.elasticsearch.action.admin.indices.forcemerge
 
ForceMergeRequestBuilder - Class in org.elasticsearch.action.admin.indices.forcemerge
A request to force merge one or more indices.
ForceMergeRequestBuilder(ElasticsearchClient, ForceMergeAction) - Constructor for class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequestBuilder
 
ForceMergeResponse - Class in org.elasticsearch.action.admin.indices.forcemerge
A response for force merge action.
forceMove() - Method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
Returns true if the shard cannot remain on its current node and can be moved, returns false otherwise.
forcePut(E) - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
Forces adding an element to the queue, without doing size checks.
forceQueryCacheProvider(BiFunction<IndexSettings, IndicesQueryCache, QueryCache>) - Method in class org.elasticsearch.index.IndexModule
Forces a certain query cache to use instead of the default one.
forceQuoteAnalyzer(Analyzer) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
forceQuoteAnalyzer() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
forceSource - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
forceSource(Boolean) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
Forces the highlighting to highlight fields based on the source even if fields are stored separately.
forceSource() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
forceSource(SearchContextHighlight.Field) - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight
 
forceUnigrams(boolean) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
If set to true the phrase suggester will fail if the analyzer only produces ngrams.
forceUnigrams() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
forConstructorOf(TypeLiteral<?>) - Static method in class org.elasticsearch.common.inject.spi.InjectionPoint
Returns a new injection point for the injectable constructor of type.
forConstructorOf(Class<?>) - Static method in class org.elasticsearch.common.inject.spi.InjectionPoint
Returns a new injection point for the injectable constructor of type.
forEach(T) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
forEach(T) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
forEach(T) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
forEach(T) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
forFields(Collection<DateTimeFieldType>, boolean, boolean) - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter that outputs only those fields specified.
forInjectionPoints(Set<InjectionPoint>) - Static method in class org.elasticsearch.common.inject.spi.Dependency
Returns the dependencies from the given injection points.
forInstance(Scope) - Static method in class org.elasticsearch.common.inject.internal.Scoping
 
forInstanceMethodsAndFields(TypeLiteral<?>) - Static method in class org.elasticsearch.common.inject.spi.InjectionPoint
Returns all instance method and field injection points on type.
forInstanceMethodsAndFields(Class<?>) - Static method in class org.elasticsearch.common.inject.spi.InjectionPoint
Returns all instance method and field injection points on type.
format(Passage[], String) - Method in class org.apache.lucene.search.postingshighlight.CustomPassageFormatter
 
format(Passage[], String) - Method in class org.apache.lucene.search.uhighlight.CustomPassageFormatter
 
FORMAT - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
State format for IndexMetaData to write to and load from disk
format() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
FORMAT - Static variable in class org.elasticsearch.cluster.metadata.MetaData
State format for MetaData to write to and load from disk
format(String, Object...) - Static method in class org.elasticsearch.common.inject.internal.Errors
 
format(String, Collection<Message>) - Static method in class org.elasticsearch.common.inject.internal.Errors
Returns the formatted message for an exception with the specified messages.
format() - Method in class org.elasticsearch.common.joda.FormatDateTimeFormatter
 
format(String, Object...) - Static method in class org.elasticsearch.common.logging.LoggerMessageFormat
 
format(String, String, Object...) - Static method in class org.elasticsearch.common.logging.LoggerMessageFormat
 
format(InetAddress) - Static method in class org.elasticsearch.common.network.NetworkAddress
Formats a network address for display purposes.
format(InetSocketAddress) - Static method in class org.elasticsearch.common.network.NetworkAddress
Formats a network address and port for display purposes.
FORMAT - Static variable in class org.elasticsearch.common.ParseField.CommonFields
 
format() - Method in class org.elasticsearch.common.unit.TimeValue
 
format(PeriodType) - Method in class org.elasticsearch.common.unit.TimeValue
 
FORMAT - Static variable in class org.elasticsearch.env.NodeMetaData
 
format() - Method in class org.elasticsearch.gateway.MetaDataStateFormat
Returns the XContentType used to serialize xcontent on write.
format(String) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
In case of format field, we can parse the from/to fields using this time format
format() - Method in class org.elasticsearch.index.query.RangeQueryBuilder
Gets the format field to parse the from/to fields
FORMAT - Static variable in class org.elasticsearch.index.shard.ShardStateMetaData
 
format - Variable in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
 
format - Variable in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
 
format - Variable in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
format - Variable in class org.elasticsearch.search.aggregations.bucket.range.InternalRange
 
format - Variable in class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
format - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
format - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
 
format - Variable in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
 
format - Variable in class org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation
 
format - Variable in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
 
FORMAT - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsParser
 
format(String) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
Sets the format to use on the output of this aggregation.
format() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
Gets the format to use on the output of this aggregation.
format - Variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
 
format(String) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
Sets the format to use on the output of this aggregation.
format() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
Gets the format to use on the output of this aggregation.
format(String) - Method in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
Sets the format to use on the output of this aggregation.
format() - Method in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
Gets the format to use on the output of this aggregation.
format(String) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
format() - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
format(String) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
Sets the format to use on the output of this aggregation.
format() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
Gets the format to use on the output of this aggregation.
FORMAT - Static variable in interface org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser
 
format(String) - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
Sets the format to use on the output of this aggregation.
format() - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
Gets the format to use on the output of this aggregation.
format(String) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Sets the format to use for the output of the aggregation.
format() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Gets the format to use for the output of the aggregation.
format(DocValueFormat) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
format() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
format(long) - Method in class org.elasticsearch.search.DocValueFormat.DateTime
 
format(double) - Method in class org.elasticsearch.search.DocValueFormat.DateTime
 
format(BytesRef) - Method in class org.elasticsearch.search.DocValueFormat.DateTime
 
format(long) - Method in class org.elasticsearch.search.DocValueFormat.Decimal
 
format(double) - Method in class org.elasticsearch.search.DocValueFormat.Decimal
 
format(BytesRef) - Method in class org.elasticsearch.search.DocValueFormat.Decimal
 
format(long) - Method in interface org.elasticsearch.search.DocValueFormat
Format a long value.
format(double) - Method in interface org.elasticsearch.search.DocValueFormat
Format a double value.
format(BytesRef) - Method in interface org.elasticsearch.search.DocValueFormat
Format a double value.
format - Variable in class org.elasticsearch.search.sort.SortFieldAndFormat
 
format1Decimals(double, String) - Static method in class org.elasticsearch.common.Strings
Format the double value with a single decimal points, trimming trailing '.0'.
FORMAT_2x - Static variable in class org.elasticsearch.index.translog.Translog.Index
 
FORMAT_5_0 - Static variable in class org.elasticsearch.index.translog.Translog.Delete
 
FORMAT_AUTO_GENERATED_IDS - Static variable in class org.elasticsearch.index.translog.Translog.Index
 
FORMAT_PARAMS - Static variable in class org.elasticsearch.common.settings.Settings
 
FormatDateTimeFormatter - Class in org.elasticsearch.common.joda
A simple wrapper around DateTimeFormatter that retains the format that was used to create it.
FormatDateTimeFormatter(String, DateTimeFormatter, Locale) - Constructor for class org.elasticsearch.common.joda.FormatDateTimeFormatter
 
FormatDateTimeFormatter(String, DateTimeFormatter, DateTimeFormatter, Locale) - Constructor for class org.elasticsearch.common.joda.FormatDateTimeFormatter
 
formatInjectionPoint(Formatter, Dependency<?>, InjectionPoint) - Static method in class org.elasticsearch.common.inject.internal.Errors
 
formats - Variable in class org.elasticsearch.search.sort.SortAndFormats
 
formatSource(Formatter, Object) - Static method in class org.elasticsearch.common.inject.internal.Errors
 
formatStackTrace(StackTraceElement[]) - Static method in class org.elasticsearch.ExceptionsHelper
 
formatter - Variable in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
 
formatter() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
 
formatter() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
 
formatter() - Method in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
 
formatter() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
 
formatter() - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
 
formatWarning(String) - Static method in class org.elasticsearch.common.logging.DeprecationLogger
Format a warning string in the proper warning format by prepending a warn code, warn agent, wrapping the warning string in quotes, and appending the RFC 7231 date.
forMember(Member) - Static method in class org.elasticsearch.common.inject.internal.StackTraceElements
 
forModule(Module) - Static method in class org.elasticsearch.common.inject.internal.ProviderMethodsModule
Returns a module which creates bindings for provider methods from the given module.
forName(String) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
 
forObject(Object) - Static method in class org.elasticsearch.common.inject.internal.ProviderMethodsModule
Returns a module which creates bindings for provider methods from the given object.
forPattern(String) - Static method in class org.elasticsearch.common.joda.Joda
 
forPattern(String, Locale) - Static method in class org.elasticsearch.common.joda.Joda
Parses a joda based pattern, including some named ones (similar to the built in Joda ISO ones).
forSlice(TaskId, SearchRequest) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Build a new request for a slice of the parent request.
forSlice(TaskId, SearchRequest) - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
forSlice(TaskId, SearchRequest) - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
forSlice(TaskId, SearchRequest) - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
forStaticMethodsAndFields(TypeLiteral) - Static method in class org.elasticsearch.common.inject.spi.InjectionPoint
Returns all static method and field injection points on type.
forStaticMethodsAndFields(Class<?>) - Static method in class org.elasticsearch.common.inject.spi.InjectionPoint
Returns all static method and field injection points on type.
forString(String) - Static method in class org.elasticsearch.common.network.InetAddresses
Returns the InetAddress having the given string representation.
forType(Class<?>) - Static method in class org.elasticsearch.common.inject.internal.StackTraceElements
 
forwardIngestRequest(Action<?, ?, ?>, ActionRequest, ActionListener<?>) - Method in class org.elasticsearch.action.ingest.IngestActionForwarder
 
FOUND_PARSE_FIELD - Static variable in class org.elasticsearch.rest.action.admin.cluster.RestGetStoredScriptAction
 
fPut(int, VType) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
A put operation that can be used in the fluent pattern.
fPut(KType, VType) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
A put operation that can be used in the fluent pattern.
FRAGMENT_OFFSET_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
FRAGMENT_SIZE_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
FragmentBuilderHelper - Class in org.elasticsearch.search.fetch.subphase.highlight
Simple helper class for FastVectorHighlighter FragmentsBuilder implementations.
fragmentCharSize() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
fragmenter - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
fragmenter(String) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
Sets what fragmenter to use to break up text that is eligible for highlighting.
fragmenter() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
fragmenter() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
FRAGMENTER_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
fragmentOffset(int) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
 
fragmentOffset() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
fragments() - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightField
The highlighted fragments.
fragmentSize - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
fragmentSize(Integer) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
Set the fragment size in characters, defaults to HighlightBuilder.DEFAULT_FRAGMENT_CHAR_SIZE
fragmentSize() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
FREE_CONTEXT_ACTION_NAME - Static variable in class org.elasticsearch.action.search.SearchTransportService
 
FREE_CONTEXT_SCROLL_ACTION_NAME - Static variable in class org.elasticsearch.action.search.SearchTransportService
 
freeAllScrollContexts() - Method in class org.elasticsearch.search.SearchService
 
freeContext(long) - Method in class org.elasticsearch.search.SearchService
 
freeze() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
freezeContext() - Method in class org.elasticsearch.index.query.QueryShardContext
if this method is called the query context will throw exception if methods are accessed that could yield different results across executions like QueryShardContext.getTemplateBytes(Script)
fRemove(int) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
Remove that can be used in the fluent pattern.
fRemove(KType) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
Remove that can be used in the fluent pattern.
FrenchAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
FrenchAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.FrenchAnalyzerProvider
 
FrenchStemTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
FrenchStemTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.FrenchStemTokenFilterFactory
 
freq - Variable in class org.elasticsearch.search.lookup.PositionIterator
 
FREQ - Static variable in class org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
 
FreqTermsEnum - Class in org.elasticsearch.common.lucene.index
A frequency terms enum that maintains a cache of docFreq, totalTermFreq, or both for repeated term lookup.
FreqTermsEnum(IndexReader, String, boolean, boolean, Query, BigArrays) - Constructor for class org.elasticsearch.common.lucene.index.FreqTermsEnum
 
Frequencies() - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.Frequencies
 
frequency(BytesRef) - Method in class org.elasticsearch.search.suggest.phrase.CandidateGenerator
 
frequency - Variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
 
frequency(BytesRef) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
 
frequency(BytesRef) - Method in class org.elasticsearch.search.suggest.phrase.MultiCandidateGeneratorWrapper
 
frequency(BytesRef) - Method in class org.elasticsearch.search.suggest.phrase.WordScorer
 
FREQUENCY - Static variable in class org.elasticsearch.search.suggest.term.TermSuggestion
 
Frequency() - Constructor for class org.elasticsearch.search.suggest.term.TermSuggestion.Frequency
 
frequency() - Method in class org.elasticsearch.watcher.WatcherHandle
 
from(int) - Static method in class org.elasticsearch.action.support.ActiveShardCount
Get an ActiveShardCount instance for the given value.
from(String) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
from(Number) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
from() - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
from(Object, boolean) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
from(Object) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
from() - Method in class org.elasticsearch.index.query.RangeQueryBuilder
Gets the lower range value for this query.
FROM - Static variable in class org.elasticsearch.search.aggregations.Aggregation.CommonFields
 
from - Variable in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
from - Variable in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
 
from - Variable in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
from(int) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
From index to start the search from.
from() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Gets the from index to start the search from.
from(int) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
From index to start the search from.
from() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the from index to start the search from.
from() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
from(int) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
from() - Method in class org.elasticsearch.search.internal.SearchContext
 
from(int) - Method in class org.elasticsearch.search.internal.SearchContext
 
from() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
from(int) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
from() - Method in class org.elasticsearch.search.query.QuerySearchResult
 
from(int) - Method in class org.elasticsearch.search.query.QuerySearchResult
 
FROM_AS_STRING - Static variable in class org.elasticsearch.search.aggregations.Aggregation.CommonFields
 
FROM_FIELD - Static variable in class org.elasticsearch.index.query.RangeQueryBuilder
 
FROM_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
FROM_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
fromAllocationStatus(UnassignedInfo.AllocationStatus) - Static method in enum org.elasticsearch.cluster.routing.allocation.AllocationDecision
fromAsStr - Variable in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
fromAsString - Variable in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
 
fromByte(byte) - Static method in enum org.elasticsearch.common.Priority
 
fromBytes(byte[], DiscoveryNode, NamedWriteableRegistry) - Static method in class org.elasticsearch.cluster.ClusterState.Builder
 
fromCode(int) - Static method in enum org.elasticsearch.rest.RestStatus
Turn a status code into a RestStatus, returning null if we don't know that status.
fromDecision(Decision, DiscoveryNode, List<NodeAllocationResult>) - Static method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
Creates a AllocateUnassignedDecision from the given Decision and the assigned node, if any.
fromDecision(Decision.Type) - Static method in enum org.elasticsearch.cluster.routing.UnassignedInfo.AllocationStatus
 
fromDecisionType(Decision.Type) - Static method in enum org.elasticsearch.cluster.routing.allocation.AllocationDecision
Gets an AllocationDecision from a Decision.Type
fromDiff(boolean) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
fromEdits(int) - Static method in class org.elasticsearch.common.unit.Fuzziness
Creates a Fuzziness instance from an edit distance.
fromGeohash(String) - Static method in class org.elasticsearch.common.geo.GeoPoint
 
fromGeohash(long) - Static method in class org.elasticsearch.common.geo.GeoPoint
 
fromId(byte) - Static method in enum org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
 
fromId(byte) - Static method in enum org.elasticsearch.action.DocWriteRequest.OpType
 
fromId(byte) - Static method in enum org.elasticsearch.action.search.SearchType
Constructs search type based on the internal id.
fromId(byte) - Static method in enum org.elasticsearch.action.ThreadingModel
 
fromId(byte) - Static method in enum org.elasticsearch.cluster.metadata.IndexMetaData.State
 
fromId(int) - Static method in enum org.elasticsearch.common.unit.ByteSizeUnit
 
fromId(byte) - Static method in enum org.elasticsearch.index.shard.IndexShardState
 
fromId(byte) - Static method in enum org.elasticsearch.index.translog.Translog.Operation.Type
 
fromId(byte) - Static method in enum org.elasticsearch.indices.recovery.RecoveryState.Stage
 
fromId(int) - Static method in class org.elasticsearch.Version
 
fromList(Class<ElementValue>, BiConsumer<Value, ElementValue[]>) - Static method in class org.elasticsearch.common.xcontent.ObjectParser
Adapts an array (or varags) setter into a list setter.
fromList(List<String>) - Static method in class org.elasticsearch.search.fetch.StoredFieldsContext
 
fromMap(Map<String, Object>, IndicesOptions) - Static method in class org.elasticsearch.action.support.IndicesOptions
 
fromMap(Map<String, Object>) - Method in interface org.elasticsearch.cluster.metadata.IndexMetaData.Custom
Deprecated.
 
fromMediaType(String) - Static method in enum org.elasticsearch.common.xcontent.XContentType
Attempts to match the given media type with the known XContentType values.
fromMediaTypeOrFormat(String) - Static method in enum org.elasticsearch.common.xcontent.XContentType
Accepts either a format string, which is equivalent to XContentType.shortName() or a media type that optionally has parameters and attempts to match the value to an XContentType.
fromMeters(double) - Method in enum org.elasticsearch.common.unit.DistanceUnit
Convert a value given in meters to a value of this unit
fromMorton(long, int) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Convert from a morton encoded long from a geohash encoded long
fromName(String) - Static method in enum org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
 
fromNode() - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
fromOptions(boolean, boolean, boolean, boolean) - Static method in class org.elasticsearch.action.support.IndicesOptions
 
fromOptions(boolean, boolean, boolean, boolean, IndicesOptions) - Static method in class org.elasticsearch.action.support.IndicesOptions
 
fromParameters(Object, Object, Object, IndicesOptions) - Static method in class org.elasticsearch.action.support.IndicesOptions
 
fromRequest(RestRequest, IndicesOptions) - Static method in class org.elasticsearch.action.support.IndicesOptions
 
fromRequest(RestRequest, ClearIndicesCacheRequest) - Static method in class org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction
 
fromRestRequest(String, RestRequest) - Static method in class org.elasticsearch.search.fetch.StoredFieldsContext
 
fromString(String) - Static method in enum org.apache.lucene.store.StoreRateLimiting.Type
 
fromString(String) - Static method in enum org.elasticsearch.action.DocWriteRequest.OpType
 
fromString(String) - Static method in enum org.elasticsearch.action.search.SearchType
The a string representation search type to execute, defaults to SearchType.DEFAULT.
fromString(String) - Static method in enum org.elasticsearch.cluster.health.ClusterHealthStatus
 
fromString(String) - Static method in enum org.elasticsearch.cluster.metadata.IndexMetaData.State
 
fromString(String) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
 
fromString(String) - Static method in enum org.elasticsearch.common.geo.GeoDistance
Get a GeoDistance according to a given name.
fromString(String) - Static method in enum org.elasticsearch.common.geo.SpatialStrategy
 
fromString(String) - Static method in enum org.elasticsearch.common.lucene.search.function.CombineFunction
 
fromString(String) - Static method in enum org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
 
fromString(String) - Static method in enum org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery.ScoreMode
 
fromString(String) - Static method in enum org.elasticsearch.common.unit.DistanceUnit
Convert a String to a DistanceUnit
fromString(String) - Static method in enum org.elasticsearch.index.fielddata.IndexFieldData.CommonSettings.MemoryStorageFormat
 
fromString(String) - Static method in enum org.elasticsearch.index.mapper.DynamicTemplate.MatchType
 
fromString(String) - Static method in enum org.elasticsearch.index.mapper.DynamicTemplate.XContentFieldType
 
fromString(String) - Static method in enum org.elasticsearch.index.query.GeoExecType
 
fromString(String) - Static method in enum org.elasticsearch.index.query.GeoValidationMethod
 
fromString(String) - Static method in enum org.elasticsearch.index.query.Operator
 
fromString(String) - Static method in class org.elasticsearch.index.shard.ShardId
Parse the string representation of this shardId back to an object.
fromString(String) - Static method in enum org.elasticsearch.index.VersionType
 
fromString(String, VersionType) - Static method in enum org.elasticsearch.index.VersionType
 
fromString(String) - Static method in enum org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator.ExecutionMode
 
fromString(String) - Static method in enum org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory.ExecutionMode
 
fromString(String) - Static method in enum org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.ExecutionMode
 
fromString(String) - Static method in enum org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.BoundaryScannerType
 
fromString(String) - Static method in enum org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Order
 
fromString(String) - Static method in enum org.elasticsearch.search.MultiValueMode
A case insensitive version of MultiValueMode.valueOf(String)
fromString(String) - Static method in enum org.elasticsearch.search.rescore.QueryRescoreMode
 
fromString(String) - Static method in enum org.elasticsearch.search.sort.ScriptSortBuilder.ScriptSortType
 
fromString(String) - Static method in enum org.elasticsearch.search.sort.SortMode
 
fromString(String) - Static method in enum org.elasticsearch.search.sort.SortOrder
 
fromString(String) - Static method in enum org.elasticsearch.search.suggest.completion.context.ContextMapping.Type
 
fromString(String) - Static method in class org.elasticsearch.Version
Returns the version given its string representation, current version if the argument is null or empty
fromType(String) - Static method in enum org.elasticsearch.threadpool.ThreadPool.ThreadPoolType
 
fromValue(byte) - Static method in enum org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStage
Generate snapshot state from code
fromValue(byte) - Static method in enum org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions.Type
 
fromValue(byte) - Static method in enum org.elasticsearch.cluster.health.ClusterHealthStatus
 
fromValue(byte) - Static method in enum org.elasticsearch.cluster.RestoreInProgress.State
Returns state corresponding to state code
fromValue(byte) - Static method in enum org.elasticsearch.cluster.routing.ShardRoutingState
 
fromValue(byte) - Static method in enum org.elasticsearch.cluster.SnapshotsInProgress.State
 
fromValue(byte) - Static method in enum org.elasticsearch.index.VersionType
 
fromValue(byte) - Static method in enum org.elasticsearch.snapshots.SnapshotState
Generate snapshot state from code
fromXContent(XContentParser) - Static method in class org.elasticsearch.action.admin.indices.alias.Alias
Parses an alias and returns its parsed representation
fromXContent(XContentParser, int) - Static method in class org.elasticsearch.action.bulk.BulkItemResponse
fromXContent(XContentParser) - Static method in class org.elasticsearch.action.bulk.BulkResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.action.delete.DeleteResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.action.get.GetResponse
This method can be used to parse a GetResponse object when it has been printed out as a xcontent using the ToXContent.toXContent(XContentBuilder, Params) method.
fromXContent(XContentParser) - Static method in class org.elasticsearch.action.index.IndexResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.action.main.MainResponse
 
fromXContent(XContentParser) - Method in class org.elasticsearch.action.search.ClearScrollRequest
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.action.search.ClearScrollResponse
Parse the clear scroll response body into a new ClearScrollResponse object
fromXContent(XContentParser) - Static method in class org.elasticsearch.action.search.SearchResponse
 
fromXContent(XContentParser) - Method in class org.elasticsearch.action.search.SearchScrollRequest
Parse a search scroll request from a request body provided through the REST layer.
fromXContent(XContentParser) - Static method in class org.elasticsearch.action.search.ShardSearchFailure
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
 
fromXContent(XContentParser) - Method in class org.elasticsearch.action.update.UpdateRequest
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.action.update.UpdateResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.metadata.IndexGraveyard
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.metadata.IndexGraveyard.Tombstone
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
fromXContent(XContentParser) - Method in interface org.elasticsearch.cluster.metadata.IndexMetaData.Custom
Deprecated.
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.metadata.MetaData
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.metadata.RepositoriesMetaData
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand
 
fromXContent(XContentParser) - Method in interface org.elasticsearch.cluster.routing.allocation.command.AllocationCommand.Parser
Reads an AllocationCommand of type T from a XContentParser.
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.cluster.routing.AllocationId
 
fromXContent(XContentParser) - Static method in exception org.elasticsearch.ElasticsearchException
fromXContent(XContentParser) - Method in class org.elasticsearch.gateway.MetaDataStateFormat
Reads a new instance of the state from the given XContentParser Subclasses need to implement this class for theirs specific state.
fromXContent(XContentParser) - Static method in class org.elasticsearch.index.get.GetField
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.index.get.GetResult
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.index.Index
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.BoolQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.BoostingQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.ConstantScoreQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.DisMaxQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.ExistsQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
 
fromXContent(QueryParseContext) - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionParser
Parses bodies of the kind
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
 
fromXContent(QueryParseContext) - Method in interface org.elasticsearch.index.query.functionscore.ScoreFunctionParser
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.IdsQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.InnerHitBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.MatchAllQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.MatchNoneQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.MatchQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.NestedQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.PrefixQueryBuilder
 
fromXContent(QueryParseContext) - Method in interface org.elasticsearch.index.query.QueryParser
Creates a new QueryBuilder from the query held by the QueryParseContext in XContent format
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.RangeQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.RegexpQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.ScriptQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.SpanContainingQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.SpanFirstQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.SpanMultiTermQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.SpanOrQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.SpanTermQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.SpanWithinQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.TermQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.TermsQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.TypeQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.WildcardQueryBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.index.query.WrapperQueryBuilder
 
fromXContent(byte[]) - Static method in class org.elasticsearch.index.shard.CommitPoints
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Parses JSON that represents file info
fromXContent(XContentParser) - Static method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
Parses shard snapshot metadata
fromXContent(XContentParser) - Static method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.ingest.IngestMetadata
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.script.ScriptMetaData
This will parse XContent into ScriptMetaData.
fromXContent(XContentParser) - Static method in class org.elasticsearch.script.StoredScriptSource
This will parse XContent into a StoredScriptSource.
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.aggregations.Aggregations
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.filter.ParsedFilter
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.filters.ParsedFilters
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.global.ParsedGlobal
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.histogram.ParsedHistogram
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.missing.ParsedMissing
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.nested.ParsedNested
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.nested.ParsedReverseNested
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.range.date.ParsedDateRange
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.ParsedGeoDistance
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.sampler.ParsedSampler
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.avg.ParsedAvg
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.cardinality.ParsedCardinality
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.geobounds.ParsedGeoBounds
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.geocentroid.ParsedGeoCentroid
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.max.ParsedMax
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.min.ParsedMin
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentileRanks
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentiles
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentileRanks
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentiles
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.scripted.ParsedScriptedMetric
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.sum.ParsedSum
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.tophits.ParsedTopHits
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.metrics.valuecount.ParsedValueCount
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.ParsedBucketMetricValue
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.ParsedPercentilesBucket
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ParsedExtendedStatsBucket
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.ParsedStatsBucket
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.derivative.ParsedDerivative
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.ParsedSimpleValue
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.search.collapse.CollapseBuilder
 
fromXContent(String, QueryParseContext) - Static method in class org.elasticsearch.search.fetch.StoredFieldsContext
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightField
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.profile.ProfileResult
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.profile.query.CollectorResult
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.profile.query.QueryProfileShardResult
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.profile.SearchProfileShardResults
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.search.rescore.QueryRescorerBuilder
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.searchafter.SearchAfterBuilder
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.SearchHit
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.SearchHit.NestedIdentity
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.SearchHits
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.SearchSortValues
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.search.slice.SliceBuilder
 
fromXContent(QueryParseContext, String) - Static method in class org.elasticsearch.search.sort.FieldSortBuilder
Creates a new FieldSortBuilder from the query held by the QueryParseContext in XContent format.
fromXContent(QueryParseContext, String) - Static method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Creates a new GeoDistanceSortBuilder from the query held by the QueryParseContext in XContent format.
fromXContent(QueryParseContext, String) - Static method in class org.elasticsearch.search.sort.ScoreSortBuilder
Creates a new ScoreSortBuilder from the query held by the QueryParseContext in XContent format.
fromXContent(QueryParseContext, String) - Static method in class org.elasticsearch.search.sort.ScriptSortBuilder
Creates a new ScriptSortBuilder from the query held by the QueryParseContext in XContent format.
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.search.sort.SortBuilder
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
 
fromXContent(QueryParseContext) - Method in class org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
 
fromXContent(QueryParseContext) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping
Prototype for the query context
fromXContent(QueryParseContext) - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping
 
fromXContent(QueryParseContext) - Static method in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.phrase.Laplace
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.phrase.LinearInterpolation
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestion
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.phrase.SmoothingModel
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.phrase.StupidBackoff
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.Suggest
this parsing method assumes that the leading "suggest" field name has already been parsed by the caller
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.SuggestBuilder
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.term.TermSuggestion.Entry
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.search.suggest.term.TermSuggestion
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.snapshots.SnapshotId
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.snapshots.SnapshotInfo
This method creates a SnapshotInfo from internal x-content.
fromXContent(XContentParser) - Static method in class org.elasticsearch.snapshots.SnapshotShardFailure
Deserializes snapshot failure information from JSON
fromXContentEmbedded(XContentParser) - Static method in class org.elasticsearch.index.get.GetResult
 
fs() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node file system stats be returned.
fs(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node file system stats be returned.
FsBlobContainer - Class in org.elasticsearch.common.blobstore.fs
A file system based implementation of BlobContainer.
FsBlobContainer(FsBlobStore, BlobPath, Path) - Constructor for class org.elasticsearch.common.blobstore.fs.FsBlobContainer
 
FsBlobStore - Class in org.elasticsearch.common.blobstore.fs
 
FsBlobStore(Settings, Path) - Constructor for class org.elasticsearch.common.blobstore.fs.FsBlobStore
 
FsDirectoryService - Class in org.elasticsearch.index.store
 
FsDirectoryService(IndexSettings, IndexStore, ShardPath) - Constructor for class org.elasticsearch.index.store.FsDirectoryService
 
FsInfo - Class in org.elasticsearch.monitor.fs
 
FsInfo(long, FsInfo.IoStats, FsInfo.Path[]) - Constructor for class org.elasticsearch.monitor.fs.FsInfo
 
FsInfo(StreamInput) - Constructor for class org.elasticsearch.monitor.fs.FsInfo
Read from a stream.
FsInfo.DeviceStats - Class in org.elasticsearch.monitor.fs
 
FsInfo.IoStats - Class in org.elasticsearch.monitor.fs
 
FsInfo.Path - Class in org.elasticsearch.monitor.fs
 
FsProbe - Class in org.elasticsearch.monitor.fs
 
FsProbe(Settings, NodeEnvironment) - Constructor for class org.elasticsearch.monitor.fs.FsProbe
 
FsRepository - Class in org.elasticsearch.repositories.fs
Shared file system implementation of the BlobStoreRepository
FsRepository(RepositoryMetaData, Environment, NamedXContentRegistry) - Constructor for class org.elasticsearch.repositories.fs.FsRepository
Constructs a shared file system repository.
FsService - Class in org.elasticsearch.monitor.fs
 
FsService(Settings, NodeEnvironment) - Constructor for class org.elasticsearch.monitor.fs.FsService
 
fsService() - Method in class org.elasticsearch.monitor.MonitorService
 
fullName() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
 
fullName(String) - Method in class org.elasticsearch.index.mapper.MapperService
Returns the MappedFieldType for the give fullName.
fullPath() - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
fullShardId() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
 
function - Variable in class org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery.FilterFunction
 
FUNCTION_NAME_FIELD - Static variable in class org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
 
FUNCTIONS_FIELD - Static variable in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
FunctionScoreQuery - Class in org.elasticsearch.common.lucene.search.function
A query that allows for a pluggable boost function to be applied to it.
FunctionScoreQuery(Query, ScoreFunction, Float, CombineFunction, float) - Constructor for class org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
 
FunctionScoreQuery(Query, ScoreFunction) - Constructor for class org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
 
functionScoreQuery(QueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
A function_score query with no functions.
functionScoreQuery(QueryBuilder, FunctionScoreQueryBuilder.FilterFunctionBuilder[]) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that allows to define a custom scoring function
functionScoreQuery(FunctionScoreQueryBuilder.FilterFunctionBuilder[]) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that allows to define a custom scoring function
functionScoreQuery(ScoreFunctionBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that allows to define a custom scoring function.
functionScoreQuery(QueryBuilder, ScoreFunctionBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that allows to define a custom scoring function.
FunctionScoreQueryBuilder - Class in org.elasticsearch.index.query.functionscore
A query that uses a filters with a script associated with them to compute the score.
FunctionScoreQueryBuilder(QueryBuilder) - Constructor for class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
Creates a function_score query without functions
FunctionScoreQueryBuilder(FunctionScoreQueryBuilder.FilterFunctionBuilder[]) - Constructor for class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
Creates a function_score query that executes the provided filters and functions on all documents
FunctionScoreQueryBuilder(ScoreFunctionBuilder<?>) - Constructor for class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
Creates a function_score query that will execute the function provided on all documents
FunctionScoreQueryBuilder(QueryBuilder, ScoreFunctionBuilder<?>) - Constructor for class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
Creates a function_score query that will execute the function provided in the context of the provided query
FunctionScoreQueryBuilder(QueryBuilder, FunctionScoreQueryBuilder.FilterFunctionBuilder[]) - Constructor for class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
Creates a function_score query that executes the provided filters and functions on documents that match a query.
FunctionScoreQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
Read from a stream.
FunctionScoreQueryBuilder.FilterFunctionBuilder - Class in org.elasticsearch.index.query.functionscore
Function to be associated with an optional filter, meaning it will be executed only for the documents that match the given filter.
FutureTransportResponseHandler<T extends TransportResponse> - Class in org.elasticsearch.transport
A response handler to be used when all interaction will be done through the TransportFuture.
FutureTransportResponseHandler() - Constructor for class org.elasticsearch.transport.FutureTransportResponseHandler
 
FutureUtils - Class in org.elasticsearch.common.util.concurrent
 
FutureUtils() - Constructor for class org.elasticsearch.common.util.concurrent.FutureUtils
 
fuzziness(Fuzziness) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
fuzziness() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
Fuzziness - Class in org.elasticsearch.common.unit
A unit class that encapsulates all in-exact search parsing and conversion from similarities to edit distances etc.
Fuzziness(StreamInput) - Constructor for class org.elasticsearch.common.unit.Fuzziness
Read from a stream.
fuzziness(Fuzziness) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
fuzziness() - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
fuzziness(Object) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Sets the fuzziness used when evaluated to a fuzzy query type.
fuzziness() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Gets the fuzziness used when evaluated to a fuzzy query type.
fuzziness(Object) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Sets the fuzziness used when evaluated to a fuzzy query type.
fuzziness() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
fuzziness(Fuzziness) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Set the edit distance for fuzzy queries.
fuzziness() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
fuzziness - Variable in class org.elasticsearch.index.search.MatchQuery
 
FUZZY_REWRITE_FIELD - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
FUZZY_TRANSPOSITIONS_FIELD - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
fuzzyMaxExpansions() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
fuzzyMaxExpansions(int) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
fuzzyMaxExpansions(int) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
fuzzyMaxExpansions() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
fuzzyOptions - Variable in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
 
FuzzyOptions - Class in org.elasticsearch.search.suggest.completion
Fuzzy options for completion suggester
FuzzyOptions.Builder - Class in org.elasticsearch.search.suggest.completion
Options for fuzzy queries
fuzzyPrefixLength() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
fuzzyPrefixLength(int) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
fuzzyPrefixLength(int) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Set the minimum prefix length for fuzzy queries.
fuzzyPrefixLength() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
fuzzyPrefixLength - Variable in class org.elasticsearch.index.search.MatchQuery
 
fuzzyQuery(String, Fuzziness, int, int, int, boolean, boolean) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
Completion prefix fuzzy query
fuzzyQuery(Object, Fuzziness, int, int, boolean) - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
fuzzyQuery(Object, Fuzziness, int, int, boolean) - Method in class org.elasticsearch.index.mapper.StringFieldType
 
fuzzyQuery(String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents using fuzzy query.
fuzzyQuery(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents using fuzzy query.
FuzzyQueryBuilder - Class in org.elasticsearch.index.query
A Query that does fuzzy matching for a specific value.
FuzzyQueryBuilder(String, String) - Constructor for class org.elasticsearch.index.query.FuzzyQueryBuilder
Deprecated.
FuzzyQueryBuilder(String, int) - Constructor for class org.elasticsearch.index.query.FuzzyQueryBuilder
Deprecated.
FuzzyQueryBuilder(String, long) - Constructor for class org.elasticsearch.index.query.FuzzyQueryBuilder
Deprecated.
FuzzyQueryBuilder(String, float) - Constructor for class org.elasticsearch.index.query.FuzzyQueryBuilder
Deprecated.
FuzzyQueryBuilder(String, double) - Constructor for class org.elasticsearch.index.query.FuzzyQueryBuilder
Deprecated.
FuzzyQueryBuilder(String, boolean) - Constructor for class org.elasticsearch.index.query.FuzzyQueryBuilder
Deprecated.
FuzzyQueryBuilder(String, Object) - Constructor for class org.elasticsearch.index.query.FuzzyQueryBuilder
Deprecated.
FuzzyQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.FuzzyQueryBuilder
Read from a stream.
fuzzyRewrite(String) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Sets the fuzzy_rewrite parameter controlling how the fuzzy query will get rewritten
fuzzyRewrite() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Get the fuzzy_rewrite parameter
fuzzyRewrite(String) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
fuzzyRewrite() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
fuzzyRewrite(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
fuzzyRewrite() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
fuzzyRewriteMethod() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
fuzzyRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
fuzzyRewriteMethod - Variable in class org.elasticsearch.index.search.MatchQuery
 
fuzzyTranspositions(boolean) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Sets whether transpositions are supported in fuzzy queries.
fuzzyTranspositions() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Gets the fuzzy query transposition setting.

G

GalicianAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
GalicianAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.GalicianAnalyzerProvider
 
gamma(double) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
 
GAP_POLICY - Static variable in interface org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser
 
gapPolicy(BucketHelpers.GapPolicy) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
Sets the gap policy to use for this aggregation.
gapPolicy() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
Gets the gap policy to use for this aggregation.
gapPolicy - Variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
 
gapPolicy(BucketHelpers.GapPolicy) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
Sets the gap policy to use for this aggregation.
gapPolicy() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
Gets the gap policy to use for this aggregation.
gapPolicy(BucketHelpers.GapPolicy) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
Sets the gap policy to use for this aggregation.
gapPolicy() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
Gets the gap policy to use for this aggregation.
gapPolicy(BucketHelpers.GapPolicy) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
gapPolicy() - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
gapPolicy(BucketHelpers.GapPolicy) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
Sets the GapPolicy to use on the output of this aggregation.
gapPolicy() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
Gets the GapPolicy to use on the output of this aggregation.
gapPolicy(BucketHelpers.GapPolicy) - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
Sets the GapPolicy to use on the output of this aggregation.
gapPolicy() - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
Gets the GapPolicy to use on the output of this aggregation.
GarbageCollector(String, long, long) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
GarbageCollector(StreamInput) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
GarbageCollectors(JvmStats.GarbageCollector[]) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
 
GarbageCollectors(StreamInput) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
 
Gateway - Class in org.elasticsearch.gateway
 
Gateway(Settings, ClusterService, GatewayMetaState, TransportNodesListGatewayMetaState, Discovery, IndicesService) - Constructor for class org.elasticsearch.gateway.Gateway
 
Gateway.GatewayStateRecoveredListener - Interface in org.elasticsearch.gateway
 
GatewayAllocator - Class in org.elasticsearch.gateway
 
GatewayAllocator(Settings, TransportNodesListGatewayStartedShards, TransportNodesListShardStoreMetaData) - Constructor for class org.elasticsearch.gateway.GatewayAllocator
 
GatewayException - Exception in org.elasticsearch.gateway
 
GatewayException(String) - Constructor for exception org.elasticsearch.gateway.GatewayException
 
GatewayException(String, Throwable) - Constructor for exception org.elasticsearch.gateway.GatewayException
 
GatewayException(StreamInput) - Constructor for exception org.elasticsearch.gateway.GatewayException
 
GatewayMetaState - Class in org.elasticsearch.gateway
 
GatewayMetaState(Settings, NodeEnvironment, MetaStateService, TransportNodesListGatewayMetaState, MetaDataIndexUpgradeService, MetaDataUpgrader) - Constructor for class org.elasticsearch.gateway.GatewayMetaState
 
GatewayMetaState.IndexMetaWriteInfo - Class in org.elasticsearch.gateway
 
GatewayModule - Class in org.elasticsearch.gateway
 
GatewayModule() - Constructor for class org.elasticsearch.gateway.GatewayModule
 
GatewayService - Class in org.elasticsearch.gateway
 
GatewayService(Settings, AllocationService, ClusterService, ThreadPool, GatewayMetaState, TransportNodesListGatewayMetaState, Discovery, IndicesService) - Constructor for class org.elasticsearch.gateway.GatewayService
 
GAUSS_DECAY_FUNCTION - Static variable in class org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
 
gaussDecayFunction(String, Object, Object) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
gaussDecayFunction(String, Object, Object, Object) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
gaussDecayFunction(String, Object, Object, Object, double) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
GaussDecayFunctionBuilder - Class in org.elasticsearch.index.query.functionscore
 
GaussDecayFunctionBuilder(String, Object, Object, Object) - Constructor for class org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
 
GaussDecayFunctionBuilder(String, Object, Object, Object, double) - Constructor for class org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
 
GaussDecayFunctionBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
Read from a stream.
GC_OVERHEAD_DEBUG_SETTING - Static variable in class org.elasticsearch.monitor.jvm.JvmGcMonitorService
 
GC_OVERHEAD_INFO_SETTING - Static variable in class org.elasticsearch.monitor.jvm.JvmGcMonitorService
 
GC_OVERHEAD_WARN_SETTING - Static variable in class org.elasticsearch.monitor.jvm.JvmGcMonitorService
 
GC_SETTING - Static variable in class org.elasticsearch.monitor.jvm.JvmGcMonitorService
 
GcNames - Class in org.elasticsearch.monitor.jvm
 
GcNames() - Constructor for class org.elasticsearch.monitor.jvm.GcNames
 
GeneralScriptException - Exception in org.elasticsearch.script
Deprecated.
Use ScriptException for exceptions from the scripting engine, otherwise use a more appropriate exception (e.g. if thrown from various abstractions)
GeneralScriptException(String) - Constructor for exception org.elasticsearch.script.GeneralScriptException
Deprecated.
 
GeneralScriptException(String, Throwable) - Constructor for exception org.elasticsearch.script.GeneralScriptException
Deprecated.
 
GeneralScriptException(StreamInput) - Constructor for exception org.elasticsearch.script.GeneralScriptException
Deprecated.
 
generateClusterUuidIfNeeded() - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
generateFailureXContent(XContentBuilder, ToXContent.Params, Exception, boolean) - Static method in exception org.elasticsearch.ElasticsearchException
Render any exception as a xcontent, encapsulated within a field or object named "error".
generateKey(double, double, DocValueFormat) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
generateListTasksRequest(RestRequest) - Static method in class org.elasticsearch.rest.action.admin.cluster.RestListTasksAction
 
generateNodeId(Settings) - Static method in class org.elasticsearch.env.NodeEnvironment
 
generateThrowableXContent(XContentBuilder, ToXContent.Params, Throwable) - Static method in exception org.elasticsearch.ElasticsearchException
Static toXContent helper method that renders ElasticsearchException or Throwable instances as XContent, delegating the rendering to ToXContent.toXContent(XContentBuilder, Params) or #innerToXContent(XContentBuilder, Params, Throwable, String, String, Map, Map, Throwable).
generation - Variable in class org.elasticsearch.index.translog.BaseTranslogReader
 
generation - Variable in class org.elasticsearch.index.translog.Translog.Location
 
generator - Variable in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
Generator used to write content
generator() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
generic() - Method in class org.elasticsearch.threadpool.ThreadPool
Get the generic executor service.
GENERIC - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
GenericAction<Request extends ActionRequest,Response extends ActionResponse> - Class in org.elasticsearch.action
A generic action.
GenericAction(String) - Constructor for class org.elasticsearch.action.GenericAction
 
GenericArrayTypeImpl(Type) - Constructor for class org.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
 
geo(String) - Static method in class org.elasticsearch.search.suggest.completion.context.ContextBuilder
Create a new GeoContextMapping
GEO_HASH_PRECISION - Static variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Defaults
 
geoBoundingBoxQuery(String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter to filter based on a bounding box defined by top left and bottom right locations / points
GeoBoundingBoxQueryBuilder - Class in org.elasticsearch.index.query
Creates a Lucene query that will filter for all documents that lie within the specified bounding box.
GeoBoundingBoxQueryBuilder(String) - Constructor for class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Create new bounding box query.
GeoBoundingBoxQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Read from a stream.
geoBounds(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new GeoBounds aggregation with the given name.
GeoBounds - Interface in org.elasticsearch.search.aggregations.metrics.geobounds
An aggregation that computes a bounding box in which all documents of the current bucket are.
GeoBoundsAggregationBuilder - Class in org.elasticsearch.search.aggregations.metrics.geobounds
 
GeoBoundsAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
 
GeoBoundsAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
Read from a stream.
GeoBoundsAggregator - Class in org.elasticsearch.search.aggregations.metrics.geobounds
 
GeoBoundsAggregator(String, SearchContext, Aggregator, ValuesSource.GeoPoint, boolean, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregator
 
GeoBoundsAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.geobounds
 
GeoBoundsAggregatorFactory(String, ValuesSourceConfig<ValuesSource.GeoPoint>, boolean, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregatorFactory
 
geoCentroid(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new GeoCentroid aggregation with the given name.
GeoCentroid - Interface in org.elasticsearch.search.aggregations.metrics.geocentroid
Interface for GeoCentroidAggregator
GeoCentroidAggregationBuilder - Class in org.elasticsearch.search.aggregations.metrics.geocentroid
 
GeoCentroidAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
 
GeoCentroidAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
Read from a stream.
GeoCentroidAggregator - Class in org.elasticsearch.search.aggregations.metrics.geocentroid
A geo metric aggregator that computes a geo-centroid from a geo_point type field
GeoCentroidAggregator(String, SearchContext, Aggregator, ValuesSource.GeoPoint, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregator
 
GeoCentroidAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.geocentroid
 
GeoCentroidAggregatorFactory(String, ValuesSourceConfig<ValuesSource.GeoPoint>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregatorFactory
 
GeoContextMapping - Class in org.elasticsearch.search.suggest.completion.context
A ContextMapping that uses a geo location/area as a criteria.
GeoContextMapping.Builder - Class in org.elasticsearch.search.suggest.completion.context
 
geoDisjointQuery(String, ShapeBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter to filter indexed shapes that are not intersection with the query shape
geoDisjointQuery(String, String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
GeoDistance - Enum in org.elasticsearch.common.geo
Geo distance calculation.
geoDistance(GeoDistance) - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Which type of geo distance calculation method to use.
geoDistance() - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Returns geo distance calculation type to use.
geoDistance(GeoDistance) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
geoDistance() - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
geoDistance() - Method in class org.elasticsearch.index.search.geo.LegacyGeoDistanceRangeQuery
Deprecated.
 
geoDistance(String, GeoPoint) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new GeoDistance aggregation with the given name.
geoDistance(GeoDistance) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
The geo distance type used to compute the distance.
geoDistance() - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Returns the geo distance type used to compute the distance.
GeoDistanceAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.range.geodistance
 
GeoDistanceAggregationBuilder(String, GeoPoint) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
GeoDistanceAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
Read from a stream.
GeoDistanceAggregationBuilder.Range - Class in org.elasticsearch.search.aggregations.bucket.range.geodistance
 
geoDistanceQuery(String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter to filter based on a specific distance from a specific geo location / point.
GeoDistanceQueryBuilder - Class in org.elasticsearch.index.query
Filter results of a query to include only those within a specific distance to some geo point.
GeoDistanceQueryBuilder(String) - Constructor for class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Construct new GeoDistanceQueryBuilder.
GeoDistanceQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Read from a stream.
GeoDistanceRangeAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.range.geodistance
 
GeoDistanceRangeAggregatorFactory(String, ValuesSourceConfig<ValuesSource.GeoPoint>, GeoPoint, GeoDistanceAggregationBuilder.Range[], DistanceUnit, GeoDistance, boolean, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceRangeAggregatorFactory
 
geoDistanceRangeQuery(String, GeoPoint) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter to filter based on a specific range from a specific geo location / point.
geoDistanceRangeQuery(String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter to filter based on a specific range from a specific geo location / point.
geoDistanceRangeQuery(String, double, double) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter to filter based on a specific range from a specific geo location / point.
GeoDistanceRangeQueryBuilder - Class in org.elasticsearch.index.query
 
GeoDistanceRangeQueryBuilder(String, GeoPoint) - Constructor for class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
GeoDistanceRangeQueryBuilder(String, double, double) - Constructor for class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
GeoDistanceRangeQueryBuilder(String, String) - Constructor for class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
GeoDistanceRangeQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
Read from a stream.
geoDistanceSort(String, double, double) - Static method in class org.elasticsearch.search.sort.SortBuilders
A geo distance based sort.
geoDistanceSort(String, GeoPoint...) - Static method in class org.elasticsearch.search.sort.SortBuilders
Constructs a new distance based sort on a geo point like field.
geoDistanceSort(String, String...) - Static method in class org.elasticsearch.search.sort.SortBuilders
Constructs a new distance based sort on a geo point like field.
GeoDistanceSortBuilder - Class in org.elasticsearch.search.sort
A geo distance based sorting on a geo point like field.
GeoDistanceSortBuilder(String, GeoPoint...) - Constructor for class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Constructs a new distance based sort on a geo point like field.
GeoDistanceSortBuilder(String, double, double) - Constructor for class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Constructs a new distance based sort on a geo point like field.
GeoDistanceSortBuilder(String, String...) - Constructor for class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Constructs a new distance based sort on a geo point like field.
GeoDistanceSortBuilder(StreamInput) - Constructor for class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Read from a stream.
GeoExecType - Enum in org.elasticsearch.index.query
Specifies how a geo query should be run.
GeoGridAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.geogrid
 
GeoGridAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
GeoGridAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
Read from a stream.
geohash() - Method in class org.elasticsearch.common.geo.GeoPoint
 
GEOHASH - Static variable in class org.elasticsearch.common.geo.GeoUtils
 
GEOHASH - Static variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Names
 
geohash(String) - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Sets the center point for this query.
geohash(String) - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
geohash() - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
GEOHASH - Static variable in interface org.elasticsearch.search.DocValueFormat
 
GEOHASH_LEVELS - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
 
geoHashCellHeight(int) - Static method in class org.elasticsearch.common.geo.GeoUtils
Calculate the height (in meters) of geohash cells at a specific level
GeohashCellQuery - Class in org.elasticsearch.index.query
A geohash cell filter that filters GeoPoints by their geohashes.
GeohashCellQuery() - Constructor for class org.elasticsearch.index.query.GeohashCellQuery
 
geoHashCellQuery(String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter based on a bounding box defined by geohash.
geoHashCellQuery(String, GeoPoint) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter based on a bounding box defined by geohash.
geoHashCellQuery(String, String, boolean) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter based on a bounding box defined by geohash.
GeohashCellQuery.Builder - Class in org.elasticsearch.index.query
Builder for a geohashfilter.
geoHashCellSize(int) - Static method in class org.elasticsearch.common.geo.GeoUtils
Calculate the size (in meters) of geohash cells at a specific level
geoHashCellWidth(int) - Static method in class org.elasticsearch.common.geo.GeoUtils
Calculate the width (in meters) of geohash cells at a specific level
geohashDistance(String) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
geohashDistanceWithDefault(String, double) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
geohashes(String...) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Deprecated.
geoHashFieldType - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
geoHashFieldType() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
geohashGrid(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new GeoHashGrid aggregation with the given name.
GeoHashGrid - Interface in org.elasticsearch.search.aggregations.bucket.geogrid
A geohash_grid aggregation.
GeoHashGrid.Bucket - Interface in org.elasticsearch.search.aggregations.bucket.geogrid
A bucket that is associated with a geohash_grid cell.
GeoHashGridAggregator - Class in org.elasticsearch.search.aggregations.bucket.geogrid
Aggregates data expressed as GeoHash longs (for efficiency's sake) but formats results as Geohash strings.
GeoHashGridAggregator(String, AggregatorFactories, GeoGridAggregationBuilder.CellIdSource, int, int, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregator
 
GeoHashGridAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.geogrid
 
GeoHashGridAggregatorFactory(String, ValuesSourceConfig<ValuesSource.GeoPoint>, int, int, int, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregatorFactory
 
geoHashLevelsForPrecision(double) - Static method in class org.elasticsearch.common.geo.GeoUtils
Calculate the number of levels needed for a specific precision.
geoHashLevelsForPrecision(String) - Static method in class org.elasticsearch.common.geo.GeoUtils
Calculate the number of levels needed for a specific precision.
geoHashMapper - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
geoHashPrecision - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
geoHashPrecision(int) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
geoHashPrecision - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
geoHashPrecision() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
geoHashPrefix(boolean) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
geoHashPrefixEnabled - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
GeoHashUtils - Class in org.elasticsearch.common.geo
Utilities for converting to/from the GeoHash standard The geohash long format is represented as lon/lat (x/y) interleaved with the 4 least significant bits representing the level (1-12) [xyxy...xyxyllll] This differs from a morton encoded value which interleaves lat/lon (y/x).*
geoIntersectionQuery(String, ShapeBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter to filter indexed shapes intersecting with shapes
geoIntersectionQuery(String, String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
GeolocationContextMapping - Class in org.elasticsearch.search.suggest.completion2x.context
The GeolocationContextMapping allows to take GeoInfomation into account during building suggestions.
GeolocationContextMapping(String, int[], boolean, Collection<String>, String) - Constructor for class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
Create a new GeolocationContextMapping with a given precision
GeolocationContextMapping.Builder - Class in org.elasticsearch.search.suggest.completion2x.context
 
GeometryCollectionBuilder - Class in org.elasticsearch.common.geo.builders
 
GeometryCollectionBuilder() - Constructor for class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
Build and empty GeometryCollectionBuilder.
GeometryCollectionBuilder(StreamInput) - Constructor for class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
Read from a stream.
GeoPoint(long, long, long, long, boolean, boolean) - Constructor for class org.elasticsearch.action.fieldstats.FieldStats.GeoPoint
 
GeoPoint(long, long, long, long, boolean, boolean, GeoPoint, GeoPoint) - Constructor for class org.elasticsearch.action.fieldstats.FieldStats.GeoPoint
 
GeoPoint - Class in org.elasticsearch.common.geo
 
GeoPoint() - Constructor for class org.elasticsearch.common.geo.GeoPoint
 
GeoPoint(String) - Constructor for class org.elasticsearch.common.geo.GeoPoint
Create a new Geopoint from a string.
GeoPoint(double, double) - Constructor for class org.elasticsearch.common.geo.GeoPoint
 
GeoPoint(GeoPoint) - Constructor for class org.elasticsearch.common.geo.GeoPoint
 
GeoPoint() - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
 
GeoPointArrayAtomicFieldData - Class in org.elasticsearch.index.fielddata.plain
 
GeoPointArrayAtomicFieldData() - Constructor for class org.elasticsearch.index.fielddata.plain.GeoPointArrayAtomicFieldData
 
GeoPointArrayAtomicFieldData.Single - Class in org.elasticsearch.index.fielddata.plain
 
GeoPointArrayIndexFieldData - Class in org.elasticsearch.index.fielddata.plain
Loads FieldData for an array of GeoPoints supporting both long encoded points and backward compatible double arrays
GeoPointArrayIndexFieldData(IndexSettings, String, IndexFieldDataCache, CircuitBreakerService) - Constructor for class org.elasticsearch.index.fielddata.plain.GeoPointArrayIndexFieldData
 
GeoPointArrayLegacyAtomicFieldData - Class in org.elasticsearch.index.fielddata.plain
 
GeoPointArrayLegacyAtomicFieldData() - Constructor for class org.elasticsearch.index.fielddata.plain.GeoPointArrayLegacyAtomicFieldData
 
GeoPointArrayLegacyAtomicFieldData.Single - Class in org.elasticsearch.index.fielddata.plain
Assumes unset values are marked in bitset, and docId is used as the index to the value array.
GeoPointDVIndexFieldData(Index, String, boolean) - Constructor for class org.elasticsearch.index.fielddata.plain.AbstractGeoPointDVIndexFieldData.GeoPointDVIndexFieldData
 
GeoPointFieldMapper - Class in org.elasticsearch.index.mapper
Parsing: We handle:
GeoPointFieldMapper(String, MappedFieldType, MappedFieldType, Settings, FieldMapper, FieldMapper, FieldMapper, FieldMapper.MultiFields, Explicit<Boolean>, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.GeoPointFieldMapper
 
GeoPointFieldMapper.Builder - Class in org.elasticsearch.index.mapper
Concrete builder for indexed GeoPointField type
GeoPointFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
GeoPointFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
GeoPoints(MultiGeoPointValues) - Constructor for class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
GeoPointValues - Class in org.elasticsearch.index.fielddata
Per-document geo-point values.
GeoPointValues() - Constructor for class org.elasticsearch.index.fielddata.GeoPointValues
 
geoPointValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint.Fielddata
 
geoPointValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
 
geoPolygonQuery(String, List<GeoPoint>) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter to filter based on a polygon defined by a set of locations / points.
GeoPolygonQuery - Class in org.elasticsearch.index.search.geo
 
GeoPolygonQuery(IndexGeoPointFieldData, GeoPoint...) - Constructor for class org.elasticsearch.index.search.geo.GeoPolygonQuery
 
GeoPolygonQueryBuilder - Class in org.elasticsearch.index.query
 
GeoPolygonQueryBuilder(String, List<GeoPoint>) - Constructor for class org.elasticsearch.index.query.GeoPolygonQueryBuilder
 
GeoPolygonQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.GeoPolygonQueryBuilder
Read from a stream.
GeoQueryContext - Class in org.elasticsearch.search.suggest.completion.context
Defines the query context for GeoContextMapping
GeoQueryContext.Builder - Class in org.elasticsearch.search.suggest.completion.context
 
GeoShapeFieldMapper - Class in org.elasticsearch.index.mapper
FieldMapper for indexing Shapes.
GeoShapeFieldMapper(String, MappedFieldType, Explicit<Boolean>, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.GeoShapeFieldMapper
 
GeoShapeFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
GeoShapeFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
GeoShapeFieldMapper.GeoShapeFieldType - Class in org.elasticsearch.index.mapper
 
GeoShapeFieldMapper.Names - Class in org.elasticsearch.index.mapper
 
GeoShapeFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
GeoShapeFieldType() - Constructor for class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
GeoShapeFieldType(GeoShapeFieldMapper.GeoShapeFieldType) - Constructor for class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
geoShapeQuery(String, ShapeBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter based on the relationship of a shape and indexed shapes
geoShapeQuery(String, String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
GeoShapeQueryBuilder - Class in org.elasticsearch.index.query
QueryBuilder that builds a GeoShape Query
GeoShapeQueryBuilder(String, ShapeBuilder) - Constructor for class org.elasticsearch.index.query.GeoShapeQueryBuilder
Creates a new GeoShapeQueryBuilder whose Query will be against the given field name using the given Shape
GeoShapeQueryBuilder(String, String, String) - Constructor for class org.elasticsearch.index.query.GeoShapeQueryBuilder
Creates a new GeoShapeQueryBuilder whose Query will be against the given field name and will use the Shape found with the given ID in the given type
GeoShapeQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.GeoShapeQueryBuilder
Read from a stream.
GeoUtils - Class in org.elasticsearch.common.geo
 
GeoValidationMethod - Enum in org.elasticsearch.index.query
This enum is used to determine how to deal with invalid geo coordinates in geo related queries: On STRICT validation invalid coordinates cause an exception to be thrown.
geoWithinQuery(String, ShapeBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter to filter indexed shapes that are contained by a shape
geoWithinQuery(String, String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
GermanAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
GermanAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.GermanAnalyzerProvider
 
GermanNormalizationFilterFactory - Class in org.elasticsearch.index.analysis
Factory for GermanNormalizationFilter
GermanNormalizationFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.GermanNormalizationFilterFactory
 
GermanStemTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
GermanStemTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.GermanStemTokenFilterFactory
 
get(CharSequence) - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
Returns the weight associated with an input string, or null if it does not exist.
get() - Method in class org.elasticsearch.action.ActionRequestBuilder
Short version of execute().actionGet().
get(TimeValue) - Method in class org.elasticsearch.action.ActionRequestBuilder
Short version of execute().actionGet().
get(String) - Method in class org.elasticsearch.action.ActionRequestBuilder
Short version of execute().actionGet().
get - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
get(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
get() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
get() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexResponse
Get the field capabilities map
get() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesResponse
Get the field capabilities map.
get(GetRequest) - Method in interface org.elasticsearch.client.Client
Gets the document that was indexed from an index with a type and id.
get(GetRequest, ActionListener<GetResponse>) - Method in interface org.elasticsearch.client.Client
Gets the document that was indexed from an index with a type and id.
get(GetRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
get(GetRequest, ActionListener<GetResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
get() - Method in class org.elasticsearch.cluster.AbstractDiffable
 
get() - Method in class org.elasticsearch.cluster.AbstractNamedDiffable
 
get(String) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
get(String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
Get a node by its id
get(String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Get a node by its id
get(int) - Method in class org.elasticsearch.cluster.routing.GroupShardsIterator
 
get(int) - Method in class org.elasticsearch.common.bytes.BytesArray
 
get(int) - Method in class org.elasticsearch.common.bytes.BytesReference
Returns the byte at the specified index.
get(int) - Method in class org.elasticsearch.common.bytes.CompositeBytesReference
 
get(int) - Method in class org.elasticsearch.common.bytes.PagedBytesReference
 
get(K) - Method in class org.elasticsearch.common.cache.Cache
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get() - Method in interface org.elasticsearch.common.CheckedSupplier
 
get(Object) - Method in class org.elasticsearch.common.collect.CopyOnWriteHashMap
 
get(int) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
get(int) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
 
get(KType) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
get(KType) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap
 
get(K) - Method in class org.elasticsearch.common.collect.MapBuilder
 
get(String) - Method in class org.elasticsearch.common.FieldMemoryStats
Returns the fields value in bytes or 0 if it's not present in the stats
get() - Method in class org.elasticsearch.common.inject.assistedinject.FactoryProvider
 
get(K, Errors) - Method in class org.elasticsearch.common.inject.internal.FailableCache
 
get(Errors, InternalContext, Dependency<?>) - Method in interface org.elasticsearch.common.inject.internal.InternalFactory
Creates an object to be injected.
get(Errors, InternalContext, Dependency<?>) - Method in class org.elasticsearch.common.inject.internal.InternalFactory.Instance
 
get() - Method in class org.elasticsearch.common.inject.internal.ProviderMethod
 
get() - Method in class org.elasticsearch.common.inject.internal.SourceProvider
Returns the calling line of code.
get(Class<T>) - Static method in class org.elasticsearch.common.inject.Key
Gets a key for an injection type.
get(Class<T>, Class<? extends Annotation>) - Static method in class org.elasticsearch.common.inject.Key
Gets a key for an injection type and an annotation type.
get(Class<T>, Annotation) - Static method in class org.elasticsearch.common.inject.Key
Gets a key for an injection type and an annotation.
get(Type) - Static method in class org.elasticsearch.common.inject.Key
Gets a key for an injection type.
get(Type, Class<? extends Annotation>) - Static method in class org.elasticsearch.common.inject.Key
Gets a key for an injection type and an annotation type.
get(Type, Annotation) - Static method in class org.elasticsearch.common.inject.Key
Gets a key for an injection type and an annotation.
get(TypeLiteral<T>) - Static method in class org.elasticsearch.common.inject.Key
Gets a key for an injection type.
get(TypeLiteral<T>, Class<? extends Annotation>) - Static method in class org.elasticsearch.common.inject.Key
Gets a key for an injection type and an annotation type.
get(TypeLiteral<T>, Annotation) - Static method in class org.elasticsearch.common.inject.Key
Gets a key for an injection type and an annotation.
get() - Method in class org.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder.MapBinderProviderWithDependencies
 
get() - Method in class org.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
 
get() - Method in interface org.elasticsearch.common.inject.Provider
Provides an instance of T.
get(Key<T>) - Static method in class org.elasticsearch.common.inject.spi.Dependency
Returns a new dependency that is not attached to an injection point.
get() - Method in class org.elasticsearch.common.inject.spi.ProviderLookup.ProviderImpl
 
get(Type) - Static method in class org.elasticsearch.common.inject.TypeLiteral
Gets type literal for the given Type instance.
get(Class<T>) - Static method in class org.elasticsearch.common.inject.TypeLiteral
Gets type literal for the given Class instance.
get(String, String...) - Static method in class org.elasticsearch.common.io.PathUtils
Returns a Path from name components.
get(URI) - Static method in class org.elasticsearch.common.io.PathUtils
Returns a Path from a URI
get(Path[], String) - Static method in class org.elasticsearch.common.io.PathUtils
Tries to resolve the given path against the list of available roots.
get(Path[], URI) - Static method in class org.elasticsearch.common.io.PathUtils
Tries to resolve the given file uri against the list of available roots.
get(Settings, Setting<Long>) - Static method in class org.elasticsearch.common.Randomness
Provides a reproducible source of randomness seeded by a long seed in the settings with the key setting.
get() - Static method in class org.elasticsearch.common.Randomness
Provides a source of randomness that is reproducible when running under the Elasticsearch test suite, and otherwise produces a non-reproducible source of randomness.
get(String) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Returns the Setting for the given key or null if the setting can not be found.
get(Setting<T>) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Returns the value for the given setting.
get(Settings) - Method in class org.elasticsearch.common.settings.SecureSetting
 
get(Settings) - Method in class org.elasticsearch.common.settings.Setting.AffixSetting
 
get(Settings) - Method in class org.elasticsearch.common.settings.Setting
Returns the settings value.
get(Settings, Settings) - Method in class org.elasticsearch.common.settings.Setting
Returns the value for this setting but falls back to the second provided settings object
get(String) - Method in class org.elasticsearch.common.settings.Settings.Builder
Returns a setting value based on the setting key.
get(String) - Method in class org.elasticsearch.common.settings.Settings
Returns the setting value associated with the setting key.
get(String, String) - Method in class org.elasticsearch.common.settings.Settings
Returns the setting value associated with the setting key.
get(long) - Method in interface org.elasticsearch.common.util.ByteArray
Get an element given its index.
get(long, int, BytesRef) - Method in interface org.elasticsearch.common.util.ByteArray
Get a reference to a slice.
get(long, BytesRef) - Method in class org.elasticsearch.common.util.BytesRefHash
Return the key at 0 <= index <= capacity().
get(int) - Method in class org.elasticsearch.common.util.concurrent.AtomicArray
Gets the current value at position i.
get(long, TimeUnit) - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
get() - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
get(long) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
get(Object) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
get(long) - Method in interface org.elasticsearch.common.util.concurrent.ConcurrentMapLong
 
get(long) - Method in interface org.elasticsearch.common.util.DoubleArray
Get an element given its index.
get(long) - Method in interface org.elasticsearch.common.util.FloatArray
Get an element given its index.
get(long) - Method in interface org.elasticsearch.common.util.IntArray
Get an element given its index.
get(Iterable<T>, int) - Static method in class org.elasticsearch.common.util.iterable.Iterables
 
get(long) - Method in interface org.elasticsearch.common.util.LongArray
Get an element given its index.
get(long) - Method in class org.elasticsearch.common.util.LongHash
Return the key at 0 <= index <= capacity().
get(long) - Method in class org.elasticsearch.common.util.LongObjectPagedHashMap
Get the value that is associated with key or null if key was not present in the hash table.
get(long) - Method in interface org.elasticsearch.common.util.ObjectArray
Get an element given its index.
get() - Method in interface org.elasticsearch.index.analysis.AnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.ArabicAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.ArmenianAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.BasqueAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.BrazilianAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.BulgarianAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.CatalanAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.ChineseAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.CjkAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.CustomAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.CustomNormalizerProvider
 
get() - Method in class org.elasticsearch.index.analysis.CzechAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.DanishAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.DutchAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.EnglishAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.FingerprintAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.FinnishAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.FrenchAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.GalicianAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.GermanAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.GreekAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.HindiAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.HungarianAnalyzerProvider
 
get(String) - Method in class org.elasticsearch.index.analysis.IndexAnalyzers
Returns an analyzer mapped to the given name or null if not present
get() - Method in class org.elasticsearch.index.analysis.IndonesianAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.IrishAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.ItalianAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.KeywordAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.LatvianAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.LithuanianAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.NorwegianAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.PatternAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.PersianAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.PortugueseAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.PreBuiltAnalyzerProvider
 
get(IndexSettings, Environment, String, Settings) - Method in class org.elasticsearch.index.analysis.PreBuiltAnalyzerProviderFactory
 
get(IndexSettings, Environment, String, Settings) - Method in class org.elasticsearch.index.analysis.PreBuiltCharFilterFactoryFactory
 
get(IndexSettings, Environment, String, Settings) - Method in class org.elasticsearch.index.analysis.PreBuiltTokenFilterFactoryFactory
 
get(IndexSettings, Environment, String, Settings) - Method in class org.elasticsearch.index.analysis.PreBuiltTokenizerFactoryFactory
 
get() - Method in class org.elasticsearch.index.analysis.RomanianAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.RussianAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.SimpleAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.SnowballAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.SoraniAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.SpanishAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.StandardAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.StandardHtmlStripAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.StopAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.SwedishAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.ThaiAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.TurkishAnalyzerProvider
 
get() - Method in class org.elasticsearch.index.analysis.WhitespaceAnalyzerProvider
 
get(Engine.Get, Function<String, Engine.Searcher>) - Method in class org.elasticsearch.index.engine.Engine
 
Get(boolean, String, String, Term) - Constructor for class org.elasticsearch.index.engine.Engine.Get
 
get(Engine.Get, Function<String, Engine.Searcher>) - Method in class org.elasticsearch.index.engine.InternalEngine
 
get() - Method in class org.elasticsearch.index.engine.RecoveryCounter
 
get(Engine.Get, Function<String, Engine.Searcher>) - Method in class org.elasticsearch.index.engine.ShadowEngine
 
get(int) - Method in class org.elasticsearch.index.fielddata.GeoPointValues
Get the GeoPoint associated with docID.
get(int) - Method in class org.elasticsearch.index.fielddata.NumericDoubleValues
Returns the numeric value for the specified document ID.
get(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Booleans
 
get(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.BytesRefs
 
get(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Dates
 
get(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
 
get(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
get(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Longs
 
get(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Strings
 
get(String, String, String[], boolean, long, VersionType, FetchSourceContext) - Method in class org.elasticsearch.index.get.ShardGetService
 
get(Engine.GetResult, String, String, String[], FetchSourceContext) - Method in class org.elasticsearch.index.get.ShardGetService
Returns GetResult based on the specified Engine.GetResult argument.
get(int) - Method in class org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType.IpScriptDocValues
 
get(String) - Method in class org.elasticsearch.index.mapper.ParseContext.Document
 
get(Engine.Get) - Method in class org.elasticsearch.index.shard.IndexShard
 
get() - Method in class org.elasticsearch.index.similarity.BM25SimilarityProvider
Returns the Similarity the Provider is for
get() - Method in class org.elasticsearch.index.similarity.BooleanSimilarityProvider
Returns the Similarity the Provider is for
get() - Method in class org.elasticsearch.index.similarity.ClassicSimilarityProvider
Returns the Similarity the Provider is for
get() - Method in class org.elasticsearch.index.similarity.DFISimilarityProvider
 
get() - Method in class org.elasticsearch.index.similarity.DFRSimilarityProvider
Returns the Similarity the Provider is for
get() - Method in class org.elasticsearch.index.similarity.IBSimilarityProvider
Returns the Similarity the Provider is for
get() - Method in class org.elasticsearch.index.similarity.LMDirichletSimilarityProvider
Returns the Similarity the Provider is for
get() - Method in class org.elasticsearch.index.similarity.LMJelinekMercerSimilarityProvider
Returns the Similarity the Provider is for
get() - Method in interface org.elasticsearch.index.similarity.SimilarityProvider
Returns the Similarity the Provider is for
get(String) - Method in class org.elasticsearch.index.store.Store.MetadataSnapshot
 
get(IndexSettings, Environment, String, Settings) - Method in interface org.elasticsearch.indices.analysis.AnalysisModule.AnalysisProvider
Creates a new analysis provider.
get(Environment, String) - Method in interface org.elasticsearch.indices.analysis.AnalysisModule.AnalysisProvider
Creates a new global scope analysis provider without index specific settings not settings for the provider itself.
get(Version) - Method in interface org.elasticsearch.indices.analysis.PreBuiltCacheFactory.PreBuiltCache
 
get(String) - Method in class org.elasticsearch.ingest.PipelineStore
Returns the pipeline by the specified id
get(String) - Method in class org.elasticsearch.search.aggregations.Aggregations
Returns the aggregation that is associated with the specified name.
get(Object, int) - Method in class org.elasticsearch.search.lookup.IndexField
 
get(Object) - Method in class org.elasticsearch.search.lookup.IndexField
 
get(Object) - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
get(Object) - Method in class org.elasticsearch.search.lookup.LeafFieldsLookup
 
get(Object) - Method in class org.elasticsearch.search.lookup.LeafIndexLookup
 
get(Object) - Method in class org.elasticsearch.search.lookup.SourceLookup
 
get(String) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMappings
Returns a context mapping by its name
GET - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
getAbbreviation() - Method in enum org.elasticsearch.cluster.node.DiscoveryNode.Role
 
GetAction - Class in org.elasticsearch.action.get
 
getAction() - Method in class org.elasticsearch.plugins.ActionPlugin.ActionHandler
 
getAction() - Method in class org.elasticsearch.tasks.Task
Returns task action
getAction() - Method in class org.elasticsearch.tasks.TaskInfo
 
getAction() - Method in class org.elasticsearch.transport.RequestHandlerRegistry
 
getActionFilters() - Method in interface org.elasticsearch.plugins.ActionPlugin
Action filters added by this plugin.
getActions() - Method in class org.elasticsearch.action.ActionModule
 
getActions() - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
Return the list of action masks for the actions that should be returned
getActions() - Method in interface org.elasticsearch.plugins.ActionPlugin
Actions added by this plugin.
getActive() - Method in class org.elasticsearch.threadpool.ThreadPoolStats.Stats
 
getActiveContexts() - Method in class org.elasticsearch.search.SearchService
Returns the number of active contexts in this SearchService
getActiveOperationsCount() - Method in class org.elasticsearch.index.shard.IndexShard
 
getActiveOperationsCount() - Method in class org.elasticsearch.index.shard.IndexShardOperationsLock
 
getActivePrimaryShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getActivePrimaryShards() - Method in class org.elasticsearch.cluster.health.ClusterIndexHealth
 
getActivePrimaryShards() - Method in class org.elasticsearch.cluster.health.ClusterStateHealth
 
getActiveShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getActiveShards() - Method in class org.elasticsearch.cluster.health.ClusterIndexHealth
 
getActiveShards() - Method in class org.elasticsearch.cluster.health.ClusterShardHealth
 
getActiveShards() - Method in class org.elasticsearch.cluster.health.ClusterStateHealth
 
getActiveShards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns a List of active shards
getActiveShardsPercent() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
The percentage of active shards, should be 100% in a green system
getActiveShardsPercent() - Method in class org.elasticsearch.cluster.health.ClusterStateHealth
 
getActualTypeArguments() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
 
getAdded() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.IndexGraveyardDiff
The index tombstones that were added between two states
getAddress() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
The address that the node can be communicated with.
getAddress() - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
getAddress() - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
getAddress() - Method in interface org.elasticsearch.common.transport.TransportAddress
Returns the address string for this transport address
getAddress() - Method in class org.elasticsearch.http.HttpInfo
 
getAddress() - Method in class org.elasticsearch.transport.TransportInfo
 
getAgeInMillis() - Method in class org.elasticsearch.common.util.concurrent.PrioritizedRunnable
The elapsed time in milliseconds since this instance was created, as calculated by the difference between System.nanoTime() at the time of creation, and System.nanoTime() at the time of invocation of this method
getAggregationProfiler() - Method in class org.elasticsearch.search.profile.Profilers
getAggregationProfileResults() - Method in class org.elasticsearch.search.profile.ProfileShardResult
 
getAggregations() - Method in class org.elasticsearch.action.search.SearchResponse
 
getAggregations() - Method in interface org.elasticsearch.plugins.SearchPlugin
The new Aggregations added by this plugin.
getAggregations() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
 
getAggregations() - Method in class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters.InternalBucket
 
getAggregations() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
 
getAggregations() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
 
getAggregations() - Method in class org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
 
getAggregations() - Method in interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
 
getAggregations() - Method in class org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
 
getAggregations() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
 
getAggregations() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
getAggregations() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
 
getAggregations() - Method in interface org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation
 
getAggregations() - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
 
getAggregations() - Method in interface org.elasticsearch.search.aggregations.HasAggregations
 
getAggregations() - Method in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
 
getAggregatorFactories() - Method in class org.elasticsearch.search.aggregations.AggregatorFactories.Builder
 
getAggregatorPath(Aggregator) - Static method in class org.elasticsearch.search.profile.aggregation.AggregationProfiler
 
getAggregatorReader() - Method in class org.elasticsearch.plugins.SearchPlugin.PipelineAggregationSpec
The reader for the PipelineAggregator.
getAlias() - Method in class org.elasticsearch.cluster.metadata.AliasAction.Add
Alias to add to the index.
getAlias() - Method in class org.elasticsearch.cluster.metadata.AliasAction.Remove
Alias to remove from the index.
getAlias() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
getAliasActions() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
 
getAliasAndIndexLookup() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getAliases() - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesResponse
 
getAliases() - Method in class org.elasticsearch.action.admin.indices.get.GetIndexResponse
 
getAliases(GetAliasesRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Get specific index aliases that exists in particular indices and / or by name.
getAliases(GetAliasesRequest, ActionListener<GetAliasesResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Get specific index aliases that exists in particular indices and / or by name.
getAliases() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getAliases() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
getAliases() - Method in class org.elasticsearch.search.internal.AliasFilter
Returns the aliases patters that are used to compose the QueryBuilder returned from AliasFilter.getQueryBuilder()
GetAliasesAction - Class in org.elasticsearch.action.admin.indices.alias.get
 
GetAliasesRequest - Class in org.elasticsearch.action.admin.indices.alias.get
 
GetAliasesRequest(String[]) - Constructor for class org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
 
GetAliasesRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
 
GetAliasesRequest() - Constructor for class org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
 
GetAliasesRequestBuilder - Class in org.elasticsearch.action.admin.indices.alias.get
 
GetAliasesRequestBuilder(ElasticsearchClient, GetAliasesAction, String...) - Constructor for class org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequestBuilder
 
GetAliasesResponse - Class in org.elasticsearch.action.admin.indices.alias.get
 
GetAliasesResponse(ImmutableOpenMap<String, List<AliasMetaData>>) - Constructor for class org.elasticsearch.action.admin.indices.alias.get.GetAliasesResponse
 
getAliasMap() - Method in class org.elasticsearch.common.Table
 
getAllConcreteSettings(Settings) - Method in class org.elasticsearch.common.settings.Setting.AffixSetting
Returns a stream of all concrete setting instances for the given settings.
getAllFieldStats() - Method in class org.elasticsearch.action.fieldstats.FieldStatsResponse
 
getAllHeaderValues(String) - Method in class org.elasticsearch.rest.RestRequest
Get all values for the header or null if the header was not found
getAllInitializingShards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns a List of all initializing shards, including target shards of relocations
getAllMetaFields() - Static method in class org.elasticsearch.index.mapper.MapperService
 
getAllNamesIncludedDeprecated() - Method in class org.elasticsearch.common.ParseField
 
getAllocateDecision() - Method in class org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
Gets the unassigned allocation decision for the shard.
getAllocatedProcessors() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
 
getAllocatedProcessors() - Method in class org.elasticsearch.monitor.os.OsInfo
 
getAllocationComparator(RoutingAllocation) - Static method in class org.elasticsearch.gateway.PriorityComparator
Returns a PriorityComparator that uses the RoutingAllocation index metadata to access the index setting per index.
getAllocationDecision() - Method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
Returns the AllocationDecision denoting the result of an allocation attempt.
getAllocationDecision() - Method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
Returns the AllocationDecision for moving this shard to another node.
getAllocationId() - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
AllocationStatus id of the store, used to select the store that will be used as a primary.
getAllocationId() - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction.ShardEntry
 
getAllocationId() - Method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
Gets the allocation id for the existing shard copy that the allocator is assigning the shard to.
getAllocationId() - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
Gets the allocation id for the shard copy, if it exists.
getAllocationId() - Method in class org.elasticsearch.cluster.routing.allocation.StaleShard
The allocation id of the stale shard.
getAllocationStatus() - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
The allocationStatus status of the store.
getAllocationStatus() - Method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
Returns the status of an unsuccessful allocation attempt.
getAllReplacedWith() - Method in class org.elasticsearch.common.ParseField
 
getAllSnapshotIds() - Method in class org.elasticsearch.repositories.RepositoryData
Returns an immutable collection of all the snapshot ids in the repository, both active and incompatible snapshots.
getAllStats() - Method in class org.elasticsearch.indices.breaker.AllCircuitBreakerStats
 
getAlpha() - Method in class org.elasticsearch.search.suggest.phrase.Laplace
 
getAnalysis() - Method in class org.elasticsearch.indices.IndicesService
 
getAnalysisRegistry() - Method in class org.elasticsearch.indices.analysis.AnalysisModule
 
getAnalyzer() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getAnalyzer() - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Returns an analyzer that will be used to parse source doc with.
getAnalyzer(String) - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
Returns a registered Analyzer provider by name or null if the analyzer was not registered
getAnalyzer() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns the analyzer as the default analyzer in the engines IndexWriter
getAnalyzer(MappedFieldType) - Method in class org.elasticsearch.index.search.MatchQuery
 
getAnalyzer(Version) - Method in enum org.elasticsearch.indices.analysis.PreBuiltAnalyzers
 
getAnalyzer() - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
getAnalyzers() - Method in interface org.elasticsearch.plugins.AnalysisPlugin
Override to add additional Analyzers.
getAnnotation() - Method in class org.elasticsearch.common.inject.Key
Gets the annotation.
getAnnotationType() - Method in class org.elasticsearch.common.inject.Key
Gets the annotation type.
getAnnotationType() - Method in class org.elasticsearch.common.inject.spi.ScopeBinding
 
getApproximateTiming() - Method in class org.elasticsearch.search.profile.Timer
Return an approximation of the total time spent between consecutive calls of #start and #stop.
getArch() - Method in class org.elasticsearch.monitor.os.OsInfo
 
getArgs(ShapeBuilder, ShapeRelation) - Static method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
getAsArray(String) - Method in class org.elasticsearch.common.settings.Settings
The values associated with a setting prefix as an array.
getAsArray(String, String[]) - Method in class org.elasticsearch.common.settings.Settings
The values associated with a setting prefix as an array.
getAsArray(String, String[], Boolean) - Method in class org.elasticsearch.common.settings.Settings
The values associated with a setting prefix as an array.
getAsBoolean(String, Boolean) - Method in class org.elasticsearch.common.settings.Settings
Returns the setting value (as boolean) associated with the setting key.
getAsBytesSize(String, ByteSizeValue) - Method in class org.elasticsearch.common.settings.Settings
Returns the setting value (as size) associated with the setting key.
getAsDouble(String, Double) - Method in class org.elasticsearch.common.settings.Settings
Returns the setting value (as double) associated with the setting key.
getAsFloat(String, Float) - Method in class org.elasticsearch.common.settings.Settings
Returns the setting value (as float) associated with the setting key.
getAsGroups() - Method in class org.elasticsearch.common.settings.Settings
Returns group settings for the given setting prefix.
getAsGroups(boolean) - Method in class org.elasticsearch.common.settings.Settings
 
getAsInt(String, Integer) - Method in class org.elasticsearch.common.settings.Settings
Returns the setting value (as int) associated with the setting key.
getAsLong(String, Long) - Method in class org.elasticsearch.common.settings.Settings
Returns the setting value (as long) associated with the setting key.
getAsMap() - Method in class org.elasticsearch.common.settings.Settings
The settings as a flat Map.
getAsMap() - Method in class org.elasticsearch.common.Table
 
getAsMap() - Method in class org.elasticsearch.search.aggregations.Aggregations
Returns the Aggregations keyed by aggregation name.
getAsMemory(String, String) - Method in class org.elasticsearch.common.settings.Settings
Returns the setting value (as size) associated with the setting key.
getAsPercent() - Method in class org.elasticsearch.common.unit.RatioValue
 
getAsRatio(String, String) - Method in class org.elasticsearch.common.settings.Settings
Returns the setting value (as a RatioValue) associated with the setting key.
getAsRatio() - Method in class org.elasticsearch.common.unit.RatioValue
 
getAsSettings(String) - Method in class org.elasticsearch.common.settings.Settings
Returns the settings mapped to the given setting name.
getAssignedShards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns a List of assigned shards
getAsSize(String, SizeValue) - Method in class org.elasticsearch.common.settings.Settings
Returns the setting value (as size) associated with the setting key.
getAsStructuredMap() - Method in class org.elasticsearch.common.settings.Settings
The settings as a structured Map.
getAsTime(String, TimeValue) - Method in class org.elasticsearch.common.settings.Settings
Returns the setting value (as time) associated with the setting key.
getAsVersion(String, Version) - Method in class org.elasticsearch.common.settings.Settings
Returns a parsed version.
getAt(int) - Method in class org.elasticsearch.action.admin.indices.segments.IndexShardSegments
 
getAt(int) - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
getAt(int) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
 
getAt(int) - Method in class org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
 
getAt(int) - Method in class org.elasticsearch.search.SearchHits
Return the hit as the provided position.
getAttributes() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
getAttributes() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
The node attributes.
getAutoGeneratedIdTimestamp() - Method in class org.elasticsearch.index.engine.Engine.Index
Returns a positive timestamp if the ID of this document is auto-generated by elasticsearch.
getAutoGeneratedIdTimestamp() - Method in class org.elasticsearch.index.translog.Translog.Index
 
getAutoGeneratedTimestamp() - Method in class org.elasticsearch.action.index.IndexRequest
Returns the timestamp the auto generated ID was created or -1 if the document has no auto generated timestamp.
getAvailable() - Method in class org.elasticsearch.monitor.fs.FsInfo.Path
 
getAvailableProcessors() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
 
getAvailableProcessors() - Method in class org.elasticsearch.monitor.os.OsInfo
 
getAvg() - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
getAvg() - Method in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
getAvg() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.Stats
 
getAvgAsString() - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
getAvgAsString() - Method in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
getAvgAsString() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.Stats
 
getAvgIndexPrimaryShards() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
the average number primary shards across the indices
getAvgIndexReplication() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
average replication factor across the indices.
getAvgIndexShards() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
average number of shards (primary+replicas) across the indices
getAvgOpenFileDescriptors() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
 
getBackgroundFrequency(BytesRef) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
 
getBackgroundFrequency(long) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
 
getBanCount() - Method in class org.elasticsearch.tasks.TaskManager
Returns the number of currently banned tasks.
getBatchedReduceSize() - Method in class org.elasticsearch.action.search.SearchRequest
Returns the number of shard results that should be reduced at once on the coordinating node.
getBatches() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
 
getBatches() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Number of scan responses this request has processed.
getBigArrays() - Method in class org.elasticsearch.index.IndexService
The BigArrays to use for this index.
getBigArrays() - Method in class org.elasticsearch.index.translog.TranslogConfig
Returns a BigArrays instance for this engine
getBigramLambda() - Method in class org.elasticsearch.search.suggest.phrase.LinearInterpolation
 
getBinaryValue(String) - Method in class org.elasticsearch.index.mapper.ParseContext.Document
 
getBinding() - Method in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
getBitsetMemory() - Method in class org.elasticsearch.index.engine.SegmentsStats
 
getBitsetMemoryInBytes() - Method in class org.elasticsearch.index.engine.SegmentsStats
Estimation of how much the cached bit sets are taking.
getBitSetProducer(Query) - Method in class org.elasticsearch.index.cache.bitset.BitsetFilterCache
 
getblock(byte[], int, int) - Static method in enum org.elasticsearch.common.hash.MurmurHash3
 
getBlocks() - Method in class org.elasticsearch.cluster.ClusterState
 
getBooleanQuery(List<BooleanClause>) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
 
getBooleanQueryCoordDisabled(List<BooleanClause>) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
Deprecated.
review all use of this, don't rely on coord
getBoost() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder.IndexBoost
 
getBoost() - Method in class org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
Returns the query-time boost of the context
getBoost() - Method in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext
Returns the query-time boost of the context
getBoostFactor() - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Returns the boost factor used when boosting terms
getBoostTermsFactor() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getBootClassPath() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getBootstrapChecks() - Method in class org.elasticsearch.plugins.Plugin
Returns a list of checks that are enforced when a node starts up once a node has the transport protocol bound to a non-loopback interface.
getBreaker() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
getBreaker(String) - Method in class org.elasticsearch.indices.breaker.CircuitBreakerService
 
getBreaker(String) - Method in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
 
getBreaker(String) - Method in class org.elasticsearch.indices.breaker.NoneCircuitBreakerService
 
getBreakIterator(String) - Method in class org.apache.lucene.search.postingshighlight.CustomPostingsHighlighter
 
getBreakIterator(String) - Method in class org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
 
getBucketByKey(String) - Method in interface org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrix
 
getBucketByKey(String) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
 
getBucketByKey(String) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix
 
getBucketByKey(String) - Method in interface org.elasticsearch.search.aggregations.bucket.filters.Filters
 
getBucketByKey(String) - Method in class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters
 
getBucketByKey(String) - Method in class org.elasticsearch.search.aggregations.bucket.filters.ParsedFilters
 
getBucketByKey(String) - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
getBucketByKey(String) - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
 
getBucketByKey(String) - Method in interface org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms
Get the bucket for the given term, or null if there is no such bucket.
getBucketByKey(String) - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
getBucketByKey(String) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
getBucketByKey(String) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
getBucketByKey(String) - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
 
getBucketByKey(String) - Method in interface org.elasticsearch.search.aggregations.bucket.terms.Terms
Get the bucket for the given term, or null if there is no such bucket.
getBucketByKey(String) - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
getBucketCountThresholds() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
getBucketOrd(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
 
getBuckets() - Method in interface org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrix
The buckets created by this aggregation.
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix
 
getBuckets() - Method in interface org.elasticsearch.search.aggregations.bucket.filters.Filters
The buckets created by this aggregation.
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.filters.ParsedFilters
 
getBuckets() - Method in interface org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGrid
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid
 
getBuckets() - Method in interface org.elasticsearch.search.aggregations.bucket.histogram.Histogram
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.ParsedHistogram
 
getBuckets() - Method in interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange
 
getBuckets() - Method in interface org.elasticsearch.search.aggregations.bucket.range.Range
Return the buckets of this range aggregation.
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
 
getBuckets() - Method in interface org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
 
getBuckets() - Method in interface org.elasticsearch.search.aggregations.bucket.terms.Terms
Return the sorted list of the buckets in this terms aggregation.
getBuckets() - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
getBuckets() - Method in class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
 
getBucketsPaths() - Method in class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
Return the consumed buckets paths.
getBufferPools() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
getBufferSize() - Method in class org.elasticsearch.index.translog.TranslogConfig
The translog buffer size.
getBuild() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
The build version of the node.
getBuild() - Method in class org.elasticsearch.action.main.MainResponse
 
getBulkFailures() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
All of the bulk failures.
getBulkRetries() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
The number of times that the request had retry bulk actions.
getBulkRetries() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Number of retries that had to be attempted due to bulk actions being rejected.
getByAllocationId(ShardId, String) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
getByAllocationId(ShardId, String) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
getByGcName(String, String) - Static method in class org.elasticsearch.monitor.jvm.GcNames
 
getByKey(Object) - Method in class org.elasticsearch.index.mapper.ParseContext.Document
Get back fields that have been previously added with ParseContext.Document.addWithKey(Object, IndexableField).
getByMemoryPoolName(String, String) - Static method in class org.elasticsearch.monitor.jvm.GcNames
Resolves the GC type by its memory pool name (MemoryPoolMXBean.getName().
getByPrefix(String) - Method in class org.elasticsearch.common.settings.Settings
A settings that are filtered (and key is removed) with the specified prefix.
getByShardId(ShardId) - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
getByteLimit() - Method in exception org.elasticsearch.common.breaker.CircuitBreakingException
 
getBytes() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getBytesRef() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionTokenStream.ByteTermAttributeImpl
 
getBytesValue() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Strings
 
getBytesValues() - Method in interface org.elasticsearch.index.fielddata.AtomicFieldData
Return a String representation of the values.
getBytesValues() - Method in class org.elasticsearch.index.fielddata.plain.AbstractAtomicGeoPointFieldData
 
getBytesValues() - Method in class org.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
 
getBytesValues() - Method in class org.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
 
getBytesWanted() - Method in exception org.elasticsearch.common.breaker.CircuitBreakingException
 
getCache() - Method in class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
 
getCacheCount() - Method in class org.elasticsearch.index.cache.query.QueryCacheStats
The number of DocIdSets that have been cached.
getCachedStream() - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.CustomNumericField
 
getCacheEvictions() - Method in class org.elasticsearch.script.ScriptStats
 
getCacheKey() - Method in interface org.elasticsearch.transport.Transport.Connection
Returns a key that this connection can be cached on.
getCacheSize() - Method in class org.elasticsearch.index.cache.query.QueryCacheStats
The number of DocIdSets that are in the cache.
getCanAllocateDecision() - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
The decision details for allocating to this node.
getCancellableTask(long) - Method in class org.elasticsearch.tasks.TaskManager
Returns a cancellable task with given id, or null if the task is not found.
getCancellableTasks() - Method in class org.elasticsearch.tasks.TaskManager
Returns the list of currently running tasks on the node that can be cancelled
getCanRemainDecision() - Method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
Returns the decision for the shard being allowed to remain on its current node.
getCategory() - Method in class org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
Returns the category of the context
getCategoryClass() - Method in exception org.elasticsearch.common.xcontent.NamedXContentRegistry.UnknownNamedObjectException
Category class that was missing a parser.
getCause() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
The actual cause of the failure.
getCause() - Method in exception org.elasticsearch.action.search.SearchPhaseExecutionException
 
getCause() - Method in class org.elasticsearch.action.search.ShardSearchFailure
 
getCause() - Method in interface org.elasticsearch.action.ShardOperationFailedException
The cause of this failure
getCause() - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
getCause() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
 
getCause() - Method in class org.elasticsearch.action.TaskOperationFailure
 
getCause() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
The failure cause.
getCause() - Method in class org.elasticsearch.common.inject.spi.Message
Returns the throwable that caused this message, or null if this message was not caused by a throwable.
getCause() - Method in interface org.elasticsearch.ElasticsearchWrapperException
 
getCause() - Method in class org.elasticsearch.snapshots.SnapshotShardFailure
 
getCgroup() - Method in class org.elasticsearch.monitor.os.OsStats
 
getChannel() - Method in class org.elasticsearch.transport.DelegatingTransportChannel
 
getChannel() - Method in class org.elasticsearch.transport.TcpTransportChannel
 
getChannels() - Method in class org.elasticsearch.transport.TcpTransport.NodeChannels
 
getChannelType() - Method in class org.elasticsearch.transport.DelegatingTransportChannel
 
getChannelType() - Method in class org.elasticsearch.transport.local.LocalTransportChannel
 
getChannelType() - Method in class org.elasticsearch.transport.TcpTransportChannel
 
getChannelType() - Method in interface org.elasticsearch.transport.TransportChannel
 
getCharFilterFactory(Version) - Method in enum org.elasticsearch.indices.analysis.PreBuiltCharFilters
 
getCharFilterProvider(String) - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
Returns a registered CharFilterFactory provider by name or null if the char filter was not registered
getCharFilterProvider(String, IndexSettings) - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
Returns a registered CharFilterFactory provider by IndexSettings or a registered CharFilterFactory provider by predefined name or null if the charFilter was not registered
getCharFilters() - Method in interface org.elasticsearch.plugins.AnalysisPlugin
Override to add additional CharFilters.
getChars() - Method in class org.elasticsearch.common.settings.SecureString
Returns the underlying char[].
getChecksum() - Method in class org.elasticsearch.common.lucene.store.FilterIndexOutput
 
getChecksum() - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamInput
 
getChecksum() - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamOutput
 
getChild(String) - Method in class org.elasticsearch.common.path.PathTrie.TrieNode
 
getChild() - Method in class org.elasticsearch.search.SearchHit.NestedIdentity
Returns the next child nested level if there is any, otherwise null is returned.
getChildQuery() - Method in class org.elasticsearch.index.search.ESToParentBlockJoinQuery
Return the child query.
getChildResources() - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
 
getChildResources() - Method in class org.elasticsearch.index.fielddata.ordinals.MultiOrdinals
 
getChildResources() - Method in class org.elasticsearch.index.fielddata.ordinals.SinglePackedOrdinals
 
getChildResources() - Method in class org.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
 
getChildResources() - Method in class org.elasticsearch.index.fielddata.plain.GeoPointArrayAtomicFieldData.Single
 
getChildResources() - Method in class org.elasticsearch.index.fielddata.plain.GeoPointArrayLegacyAtomicFieldData.Single
 
getChildResources() - Method in class org.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
 
getChildResources() - Method in class org.elasticsearch.index.fielddata.plain.SortedSetDVBytesAtomicFieldData
 
getChildTasks() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup
 
getChunkSize() - Method in class org.elasticsearch.indices.recovery.RecoverySettings
 
getCircuitBreakerService() - Method in class org.elasticsearch.indices.IndicesService
 
getClasses() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
getClassname() - Method in class org.elasticsearch.plugins.PluginInfo
The entry point to the plugin.
getClassPath() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getClient() - Method in class org.elasticsearch.index.query.QueryRewriteContext
Returns a clients to fetch resources from local or remove nodes.
getClient() - Method in class org.elasticsearch.index.query.QueryShardContext
 
getClusterAlias() - Method in class org.elasticsearch.action.search.SearchShardIterator
 
getClusterAlias() - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
getClusterAlias() - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
Returns the cluster alias if this request is for a remote cluster or null if the request if targeted to the local cluster.
getClusterAlias() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
getClusterAlias() - Method in class org.elasticsearch.search.SearchHit
Returns the cluster alias this hit comes from or null if it comes from a local cluster
getClusterAlias() - Method in class org.elasticsearch.search.SearchShardTarget
 
getClusterInfo() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
Returns the cluster disk info for the cluster, or null if none available.
getClusterInfo() - Method in interface org.elasticsearch.cluster.ClusterInfoService
The latest cluster information
getClusterInfo() - Method in class org.elasticsearch.cluster.EmptyClusterInfoService
 
getClusterInfo() - Method in class org.elasticsearch.cluster.InternalClusterInfoService
 
getClusterName() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getClusterName() - Method in class org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse
 
getClusterName() - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
 
getClusterName() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
 
getClusterName() - Method in class org.elasticsearch.action.main.MainResponse
 
getClusterName() - Method in class org.elasticsearch.action.support.nodes.BaseNodesResponse
Get the ClusterName associated with all of the nodes.
getClusterName() - Method in class org.elasticsearch.cluster.ClusterState
 
getClusterName() - Method in class org.elasticsearch.cluster.service.ClusterService
 
getClusterName() - Method in class org.elasticsearch.transport.TransportService.HandshakeResponse
 
getClusterRebalanceDecision() - Method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
Returns the decision for being allowed to rebalance the shard.
getClusterSettings() - Method in class org.elasticsearch.cluster.service.ClusterService
 
getClusterSettings() - Method in class org.elasticsearch.common.settings.SettingsModule
 
getClusterState() - Method in class org.elasticsearch.cluster.routing.allocation.AllocationService.CommandsResult
thre resulting cluster state, after the commands were applied
getClusterStateVersion() - Method in class org.elasticsearch.discovery.zen.ElectMasterService.MasterCandidate
 
getClusterStateVersion() - Method in class org.elasticsearch.discovery.zen.ZenPing.PingResponse
the current cluster state version of that node (ElectMasterService.MasterCandidate.UNRECOVERED_CLUSTER_VERSION for not recovered)
getClusterUuid() - Method in class org.elasticsearch.action.main.MainResponse
 
getCodec() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns the Codec used in the engines IndexWriter
getCollectionCount() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
getCollectionTime() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
getCollector() - Method in class org.elasticsearch.search.profile.query.QueryProfiler
Return the current root Collector for this search
getCollectorResult() - Method in class org.elasticsearch.search.profile.query.QueryProfileShardResult
 
getCollectors() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
 
getCollectorTree() - Method in class org.elasticsearch.search.profile.query.InternalProfileCollector
 
getColumnNumber() - Method in exception org.elasticsearch.common.ParsingException
Column number of the location of the error
getColumnNumber() - Method in exception org.elasticsearch.search.SearchParseException
Column number of the location of the error
getCommands() - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
Returns the allocation commands to execute
getCommitStats() - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
 
getCommitted() - Method in class org.elasticsearch.discovery.zen.PendingClusterStateStats
 
getCommitTimeout() - Method in class org.elasticsearch.discovery.DiscoverySettings
 
getCommitUserData() - Method in class org.elasticsearch.index.store.Store.MetadataSnapshot
 
getComparison() - Method in class org.elasticsearch.action.fieldstats.IndexConstraint
 
getCompilations() - Method in class org.elasticsearch.script.ScriptStats
 
getCompleted() - Method in class org.elasticsearch.threadpool.ThreadPoolStats.Stats
 
getCompletion() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
 
getCompletion() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getCompletion() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getCompletionField(ContextMapping.Context, String, BytesRef) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x
 
getCompoundProcessor() - Method in class org.elasticsearch.ingest.Pipeline
Get the underlying CompoundProcessor containing the Pipeline's processors
getConcreteAllClosedIndices() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getConcreteAllIndices() - Method in class org.elasticsearch.cluster.metadata.MetaData
Returns all the concrete indices.
getConcreteAllOpenIndices() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getConcreteIndex() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
Returns a concrete index for this mapping or null if no concrete index is defined
getConcreteIndexAndAliasMetaDatas() - Method in class org.elasticsearch.cluster.metadata.AliasOrIndex.Alias
Returns the unique alias metadata per concrete index.
getConcreteSetting(String) - Method in class org.elasticsearch.common.settings.Setting.AffixSetting
 
getConcreteSetting(String) - Method in class org.elasticsearch.common.settings.Setting
 
getConcreteSettingForNamespace(String) - Method in class org.elasticsearch.common.settings.Setting.AffixSetting
Get a setting with the given namespace filled in for prefix and suffix.
getConditionStatus() - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverResponse
Returns the statuses of all the request conditions
getConfig() - Method in class org.elasticsearch.index.translog.Translog
 
getConfigAsMap() - Method in class org.elasticsearch.ingest.PipelineConfiguration
 
getConfiguredDelayInMillis() - Method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
Gets the total configured delay for allocating the replica shard when a node holding the replica left the cluster and the deciders are waiting to see if the node returns before allocating the replica elsewhere.
getConfiguredInitialHeapSize() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getConfiguredMaxHeapSize() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getConflicts() - Method in class org.elasticsearch.action.fieldstats.FieldStatsResponse
 
getConnection(DiscoveryNode) - Method in class org.elasticsearch.transport.local.LocalTransport
 
getConnection(DiscoveryNode, String) - Method in class org.elasticsearch.transport.RemoteClusterService
Returns a connection to the given node on the given remote cluster
getConnection(String) - Method in class org.elasticsearch.transport.RemoteClusterService
 
getConnection(DiscoveryNode) - Method in class org.elasticsearch.transport.TcpTransport
 
getConnection(DiscoveryNode) - Method in interface org.elasticsearch.transport.Transport
Returns a connection for the given node if the node is connected.
getConnection(DiscoveryNode) - Method in class org.elasticsearch.transport.TransportService
Returns either a real transport connection or a local node connection if we are using the local node optimization.
getConnectionProfile() - Method in class org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
 
getConnectTimeout() - Method in class org.elasticsearch.index.reindex.RemoteInfo
Time to wait to connect to the external cluster.
getConnectTimeout() - Method in class org.elasticsearch.transport.ConnectionProfile
Returns the connect timeout or null if no explicit timeout is set on this profile.
getConstructionContext(Object) - Method in class org.elasticsearch.common.inject.internal.InternalContext
 
getConstructor() - Method in interface org.elasticsearch.common.inject.spi.ConstructorBinding
Gets the constructor this binding injects.
getContentOrSourceParamOnly() - Method in class org.elasticsearch.rest.RestRequest
Deprecated.
we should only take xcontent
getContentType() - Method in class org.elasticsearch.action.index.IndexRequest
The content type.
getContextMapping() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.CompletionFieldType
Get the context mapping associated with this completion field
getContextMappings() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
getContextQueries() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionContext
 
getContexts() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
 
getCoreCacheKey() - Method in class org.elasticsearch.common.lucene.index.ElasticsearchLeafReader
 
getCoreKeysForIndex(String) - Method in class org.elasticsearch.common.lucene.ShardCoreKeyMap
Get the set of core cache keys associated with the given index.
getCorrections(TokenStream, CandidateGenerator, float, int, WordScorer, float, int) - Method in class org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
 
getCorrections(Analyzer, BytesRef, CandidateGenerator, float, int, IndexReader, String, WordScorer, float, int) - Method in class org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
 
getCount() - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
 
getCount() - Method in class org.elasticsearch.index.engine.SegmentsStats
The number of segments.
getCount() - Method in class org.elasticsearch.index.get.GetStats
 
getCount() - Method in class org.elasticsearch.index.shard.DocsStats
 
getCount() - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
getCount() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Threads
 
getCount() - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
getCount() - Method in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
getCount() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.Stats
 
getCount() - Method in class org.elasticsearch.search.profile.Timer
Return the number of times that Timer.start() has been called.
getCounts() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
 
getCpu() - Method in class org.elasticsearch.monitor.os.OsStats
 
getCpu() - Method in class org.elasticsearch.monitor.process.ProcessStats
 
getCpuAcctControlGroup() - Method in class org.elasticsearch.monitor.os.OsStats.Cgroup
The control group for the cpuacct subsystem.
getCpuAcctUsageNanos() - Method in class org.elasticsearch.monitor.os.OsStats.Cgroup
The total CPU time consumed by all tasks in the cpuacct control group from OsStats.Cgroup.cpuAcctControlGroup.
getCpuCfsPeriodMicros() - Method in class org.elasticsearch.monitor.os.OsStats.Cgroup
The period of time for how frequently the control group from OsStats.Cgroup.cpuControlGroup has its access to CPU resources reallocated.
getCpuCfsQuotaMicros() - Method in class org.elasticsearch.monitor.os.OsStats.Cgroup
The total amount of time for which all tasks in the control group from OsStats.Cgroup.cpuControlGroup can run in one period as represented by OsStats.Cgroup.cpuCfsPeriodMicros.
getCpuControlGroup() - Method in class org.elasticsearch.monitor.os.OsStats.Cgroup
The control group for the cpu subsystem.
getCpuPercent() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
Cpu usage in percentages - 100 is 1 core.
getCpuStat() - Method in class org.elasticsearch.monitor.os.OsStats.Cgroup
The CPU time statistics.
getCreated() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
 
getCreated() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
getCreated() - Method in interface org.elasticsearch.index.reindex.SuccessfullyProcessed
Count of documents created.
getCreated() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
getCreationDate() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getCreationDateInNanos() - Method in class org.elasticsearch.common.util.concurrent.PrioritizedRunnable
 
getCreationVersion() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
Return the Version on which this index has been created.
getCurrent() - Method in class org.elasticsearch.index.merge.MergeStats
The current number of merges executing.
getCurrentNanoTime() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
returns the nano time captured at the beginning of the allocation.
getCurrentNode() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
Returns the node holding the replica shard to be explained.
getCurrentNode() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
Returns the currently assigned node, or null if the shard is unassigned.
getCurrentNodeRanking() - Method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
Gets the current ranking of the node to which the shard is currently assigned, relative to the other nodes in the cluster as reported in NodeAllocationResult.getWeightRanking().
getCurrentNumDocs() - Method in class org.elasticsearch.index.merge.MergeStats
 
getCurrentQueryProfiler() - Method in class org.elasticsearch.search.profile.Profilers
Get the current profiler.
getCurrentReference() - Method in class org.elasticsearch.common.inject.internal.ConstructionContext
 
getCurrentSize() - Method in class org.elasticsearch.index.merge.MergeStats
 
getCurrentSizeInBytes() - Method in class org.elasticsearch.index.merge.MergeStats
 
getCurrentVersion() - Method in class org.elasticsearch.transport.TcpTransport
 
getCustom(String) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
getCustom(String) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
getCustomMetaDataUpgrader() - Method in class org.elasticsearch.plugins.Plugin
Provides a function to modify global custom meta data on startup.
getCustomNameResolver(Settings) - Method in interface org.elasticsearch.plugins.DiscoveryPlugin
Override to add additional NetworkService.CustomNameResolvers.
getCustoms() - Method in class org.elasticsearch.cluster.ClusterState
 
getCustoms() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getCustoms() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
getCustoms() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getCustoms() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
getCustomScriptContexts() - Method in interface org.elasticsearch.plugins.ScriptPlugin
Returns a ScriptContext.Plugin instance or null if this plugin doesn't add a new script context plugin
getCutoffScore() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
 
getData() - Method in class org.elasticsearch.gateway.AsyncShardFetch.FetchResult
Returns the actual data, note, make sure to check AsyncShardFetch.FetchResult.hasData() first and only use this when there is an actual data.
getDataNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Get a Map of the discovered data nodes arranged by their ids
getDataPath() - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
 
getDataPath(ShardRouting) - Method in class org.elasticsearch.cluster.ClusterInfo
Returns the nodes absolute data-path the given shard is allocated on or null if the information is not available.
getDataPath() - Method in class org.elasticsearch.index.shard.ShardPath
 
getDate() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Longs
 
getDates() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Longs
 
getDays() - Method in class org.elasticsearch.common.unit.TimeValue
 
getDaysFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
getDebugMode() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
getDecayFunction() - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
Override this function if you want to produce your own scorer.
getDecayFunction() - Method in class org.elasticsearch.index.query.functionscore.ExponentialDecayFunctionBuilder
 
getDecayFunction() - Method in class org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
 
getDecayFunction() - Method in class org.elasticsearch.index.query.functionscore.LinearDecayFunctionBuilder
 
getDecisions() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision
Return the list of all decisions that make up this decision
getDecisions() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
 
getDecisions() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
 
getDeclaringClass() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
 
getDefault(Settings) - Method in class org.elasticsearch.common.settings.SecureSetting
 
getDefault(Settings) - Method in class org.elasticsearch.common.settings.Setting
Returns the default value for this setting.
getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.AllFieldMapper.TypeParser
 
getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.TypeParser
 
getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.IdFieldMapper.TypeParser
 
getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.IndexFieldMapper.TypeParser
 
getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - Method in interface org.elasticsearch.index.mapper.MetadataFieldMapper.TypeParser
Get the default MetadataFieldMapper to use, if nothing had to be parsed.
getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.ParentFieldMapper.TypeParser
 
getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.RoutingFieldMapper.TypeParser
 
getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.SourceFieldMapper.TypeParser
 
getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper.TypeParser
 
getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.TTLFieldMapper.TypeParser
 
getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.TypeFieldMapper.TypeParser
 
getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.UidFieldMapper.TypeParser
 
getDefault(MappedFieldType, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.VersionFieldMapper.TypeParser
 
getDefaultField() - Method in class org.elasticsearch.index.IndexSettings
Returns the default search field for this index.
getDefaultFileSystem() - Static method in class org.elasticsearch.common.io.PathUtils
Returns the default FileSystem.
getDefaultIndexAnalyzer() - Method in class org.elasticsearch.index.analysis.IndexAnalyzers
Returns the default index analyzer for this index
getDefaultIndexOption() - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
getDefaultInlineScriptEnableds() - Method in class org.elasticsearch.script.ScriptEngineRegistry
 
getDefaultLegacyScriptLanguageSetting() - Method in class org.elasticsearch.script.ScriptSettings
 
getDefaultRaw(Settings) - Method in class org.elasticsearch.common.settings.SecureSetting
 
getDefaultRaw(Settings) - Method in class org.elasticsearch.common.settings.Setting
Returns the default value string representation for this setting.
getDefaultScoreCombiner() - Method in class org.elasticsearch.common.lucene.search.function.ScoreFunction
 
getDefaultScriptLanguage() - Method in class org.elasticsearch.index.query.QueryParseContext
Returns the default scripting language, that should be used if scripts don't specify the script language explicitly.
getDefaultSearchAnalyzer() - Method in class org.elasticsearch.index.analysis.IndexAnalyzers
Returns the default search analyzer for this index
getDefaultSearchQuoteAnalyzer() - Method in class org.elasticsearch.index.analysis.IndexAnalyzers
Returns the default search quote analyzer for this index
getDefaultValues() - Method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
 
getDeferringCollector() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
 
getDeferringCollector() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedBytesHashSamplerAggregator
 
getDeferringCollector() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedMapSamplerAggregator
 
getDeferringCollector() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedNumericSamplerAggregator
 
getDeferringCollector() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedOrdinalsSamplerAggregator
 
getDeferringCollector() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
 
getDelayedUnassignedShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
The number of unassigned shards that are currently being delayed (for example, due to node leaving the cluster and waiting for a timeout for the node to come back in order to allocate the shards back to it).
getDelegate() - Method in class org.apache.lucene.search.XFilteredDocIdSetIterator
Return the wrapped DocIdSetIterator.
getDelegate() - Method in class org.elasticsearch.common.inject.spi.MembersInjectorLookup
Returns the delegate members injector, or null if it has not yet been initialized.
getDelegate() - Method in class org.elasticsearch.common.inject.spi.ProviderLookup
Returns the delegate provider, or null if it has not yet been initialized.
getDelegatedFromInstigator(Instigator) - Method in class org.elasticsearch.action.support.DelegatingActionListener
 
getDeleteCount() - Method in class org.elasticsearch.index.shard.IndexingStats.Stats
Returns the number of delete operation executed
getDeleteCurrent() - Method in class org.elasticsearch.index.shard.IndexingStats.Stats
Returns the currently in-flight delete operations
getDeleted() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
 
getDeleted() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
getDeleted() - Method in interface org.elasticsearch.index.reindex.SuccessfullyProcessed
Count of successful delete operations.
getDeleted() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
getDeleted() - Method in class org.elasticsearch.index.shard.DocsStats
 
getDeleteDateInMillis() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.Tombstone
The date in milliseconds that the index deletion event occurred, used for logging/debugging.
getDeletedDocs() - Method in class org.elasticsearch.index.engine.Segment
 
getDeletes() - Method in class org.elasticsearch.cluster.DiffableUtils.MapDiff
The keys that, when this diff is applied to a map, should be removed from the map.
getDeleteTime() - Method in class org.elasticsearch.index.shard.IndexingStats.Stats
The total amount of time spend on executing delete operations.
getDeletionPolicy() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns a SnapshotDeletionPolicy used in the engines IndexWriter.
getDensity() - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
getDependencies() - Method in class org.elasticsearch.common.inject.assistedinject.FactoryProvider
 
getDependencies() - Method in class org.elasticsearch.common.inject.internal.ExposedBindingImpl
 
getDependencies() - Method in class org.elasticsearch.common.inject.internal.InstanceBindingImpl
 
getDependencies() - Method in class org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
 
getDependencies() - Method in class org.elasticsearch.common.inject.internal.ProviderMethod
 
getDependencies() - Method in class org.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder.MapBinderProviderWithDependencies
 
getDependencies() - Method in class org.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
 
getDependencies() - Method in interface org.elasticsearch.common.inject.spi.ConvertedConstantBinding
Returns a singleton set containing only the converted key.
getDependencies() - Method in interface org.elasticsearch.common.inject.spi.HasDependencies
Returns the known dependencies for this type.
getDependencies() - Method in class org.elasticsearch.common.inject.spi.InjectionPoint
Returns the dependencies for this injection point.
getDependency() - Method in class org.elasticsearch.common.inject.internal.InternalContext
 
getDeprecatedNames() - Method in class org.elasticsearch.common.ParseField
 
getDescription() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
 
getDescription() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
 
getDescription() - Method in class org.elasticsearch.action.bulk.BulkShardRequest
 
getDescription() - Method in class org.elasticsearch.action.search.SearchScrollRequest
 
getDescription() - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
 
getDescription() - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
 
getDescription() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 
getDescription() - Method in class org.elasticsearch.ingest.Pipeline
An optional description of what this pipeline is doing to the data gets processed by this pipeline.
getDescription() - Method in class org.elasticsearch.plugins.PluginInfo
The description of the plugin.
getDescription() - Method in class org.elasticsearch.search.fetch.ShardFetchRequest
 
getDescription() - Method in class org.elasticsearch.search.internal.InternalScrollSearchRequest
 
getDescription() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
getDescription() - Method in class org.elasticsearch.search.query.QuerySearchRequest
 
getDescription() - Method in class org.elasticsearch.tasks.Task
Generates task description
getDescription() - Method in interface org.elasticsearch.tasks.TaskAwareRequest
Returns optional description of the request to be displayed by the task manager
getDescription() - Method in class org.elasticsearch.tasks.TaskInfo
 
getDescriptionFromElement(E) - Method in class org.elasticsearch.search.profile.AbstractInternalProfileTree
 
getDescriptionFromElement(Aggregator) - Method in class org.elasticsearch.search.profile.aggregation.InternalAggregationProfileTree
 
getDestination() - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
getDetailed() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
Should the detailed task information be returned.
getDetailedMessage() - Method in exception org.elasticsearch.ElasticsearchException
Return the detail message, including the message from the nested exception if there is one.
getDetails() - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
Builds a string representation of the message and the failure if exists.
getDevicesStats() - Method in class org.elasticsearch.monitor.fs.FsInfo.IoStats
 
getDictionary(String) - Method in class org.elasticsearch.indices.analysis.HunspellService
Returns the hunspell dictionary for the given locale.
getDiffs() - Method in class org.elasticsearch.cluster.DiffableUtils.MapDiff
Map entries that, when this diff is applied to a map, should be incrementally updated.
getDirectMemoryMax() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
getDirectory() - Method in class org.elasticsearch.common.lucene.IndexCommitDelegate
 
getDirectoryReader() - Method in class org.elasticsearch.index.engine.Engine.Searcher
 
getDirectoryReader() - Method in class org.elasticsearch.search.internal.ContextIndexSearcher
 
getDiscount() - Method in class org.elasticsearch.search.suggest.phrase.StupidBackoff
 
getDiscovery() - Method in class org.elasticsearch.discovery.DiscoveryModule
 
getDiscoveryNode() - Method in class org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse
 
getDiscoveryNode() - Method in class org.elasticsearch.transport.TransportService.HandshakeResponse
 
getDiscoverySettings() - Method in interface org.elasticsearch.discovery.Discovery
 
getDiscoverySettings() - Method in class org.elasticsearch.discovery.local.LocalDiscovery
 
getDiscoverySettings() - Method in class org.elasticsearch.discovery.NoneDiscovery
 
getDiscoverySettings() - Method in class org.elasticsearch.discovery.single.SingleNodeDiscovery
 
getDiscoverySettings() - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
getDiscoveryStats() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
getDiscoveryTypes(ThreadPool, TransportService, NamedWriteableRegistry, ClusterService, UnicastHostsProvider) - Method in interface org.elasticsearch.plugins.DiscoveryPlugin
Returns custom discovery implementations added by this plugin.
getDisplayType() - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
getDistancePerDegree() - Method in enum org.elasticsearch.common.unit.DistanceUnit
Measures a longitude in this unit
getDistanceString(LeafReaderContext, int) - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
 
getDoc() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
 
getDocCount() - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
getDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
 
getDocCount(long) - Method in class org.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
 
getDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters.InternalBucket
 
getDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
 
getDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
 
getDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
 
getDocCount() - Method in interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
 
getDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
 
getDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
 
getDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
getDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
 
getDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
 
getDocCount() - Method in interface org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation
 
getDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
 
getDocCount() - Method in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
 
getDocCountError() - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
getDocCountError() - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
 
getDocCountError() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
 
getDocCountError() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms.ParsedBucket
 
getDocCountError() - Method in interface org.elasticsearch.search.aggregations.bucket.terms.Terms.Bucket
 
getDocCountError() - Method in interface org.elasticsearch.search.aggregations.bucket.terms.Terms
Get an upper bound of the error on document counts in this aggregation.
getDocCountError() - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
getDocCounts() - Method in class org.elasticsearch.search.aggregations.bucket.BucketsAggregator
 
getDocId() - Method in class org.elasticsearch.search.lookup.LeafIndexLookup
 
getDocs() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
 
getDocs() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getDocs() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getDocumentMapper() - Method in class org.elasticsearch.index.mapper.DocumentMapperForType
 
getDocValueFields() - Method in class org.elasticsearch.index.query.InnerHitBuilder
Gets the docvalue fields.
getDocValuesMemory() - Method in class org.elasticsearch.index.engine.SegmentsStats
 
getDocValuesMemoryInBytes() - Method in class org.elasticsearch.index.engine.SegmentsStats
Estimation of the doc values memory usage by a segment.
getDoneShards() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
Number of shards with completed snapshot
getDoubleValues() - Method in interface org.elasticsearch.index.fielddata.AtomicNumericFieldData
Return a floating-point view of the values in this segment.
getDynamicMappers() - Method in class org.elasticsearch.index.mapper.ParseContext
Get dynamic mappers created while parsing.
getDynamicMappers() - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
getEarthCircumference() - Method in enum org.elasticsearch.common.unit.DistanceUnit
Measures the circumference of earth in this unit
getEarthRadius() - Method in enum org.elasticsearch.common.unit.DistanceUnit
Measures the radius of earth in this unit
getEditDistance() - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions
Returns the maximum number of edits
getElasticsearchDirectoryReader(DirectoryReader) - Static method in class org.elasticsearch.common.lucene.index.ElasticsearchDirectoryReader
Tries to unwrap the given reader until the first ElasticsearchDirectoryReader instance is found or null if no instance is found;
getElasticsearchLeafReader(LeafReader) - Static method in class org.elasticsearch.common.lucene.index.ElasticsearchLeafReader
 
getElements() - Method in class org.elasticsearch.common.inject.internal.PrivateElementsImpl
 
getElements(Module...) - Static method in class org.elasticsearch.common.inject.spi.Elements
Records the elements executed by modules.
getElements(Iterable<? extends Module>) - Static method in class org.elasticsearch.common.inject.spi.Elements
Records the elements executed by modules.
getElements(Stage, Iterable<? extends Module>) - Static method in class org.elasticsearch.common.inject.spi.Elements
Records the elements executed by modules.
getElements() - Method in interface org.elasticsearch.common.inject.spi.PrivateElements
Returns the configuration information in this private environment.
getElementsMutable() - Method in class org.elasticsearch.common.inject.internal.PrivateElementsImpl
 
getEmptyHighlight(String, BreakIterator, int) - Method in class org.apache.lucene.search.postingshighlight.CustomPostingsHighlighter
 
getEndOffset() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
getEngineOrNull() - Method in class org.elasticsearch.index.shard.IndexShard
NOTE: returns null if engine is not yet started (e.g.
getEntries() - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress
Returns an unmodifiable list of snapshot deletion entries.
getEntries() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
getEnvironment() - Method in class org.elasticsearch.node.Node
Returns the environment of the node
getEphemeralId() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
The unique ephemeral id of the node.
getError() - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
getError() - Method in class org.elasticsearch.tasks.TaskResult
Get the error that finished this task.
getErrorAsMap() - Method in class org.elasticsearch.tasks.TaskResult
Convert TaskResult.getError() from XContent to a Map for easy processing.
getErrorMessages() - Method in exception org.elasticsearch.common.inject.ConfigurationException
Returns messages for the errors that caused this exception.
getErrorMessages() - Method in exception org.elasticsearch.common.inject.CreationException
Returns messages for the errors that caused this exception.
getErrorMessages() - Method in exception org.elasticsearch.common.inject.ProvisionException
Returns messages for the errors that caused this exception.
getErrors() - Method in exception org.elasticsearch.common.inject.internal.ErrorsException
 
getEstimated() - Method in class org.elasticsearch.indices.breaker.CircuitBreakerStats
 
getEventListener() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns a listener that should be called on engine failure
getEvictions() - Method in class org.elasticsearch.common.cache.Cache.CacheStats
 
getEvictions() - Method in class org.elasticsearch.index.cache.query.QueryCacheStats
The number of DocIdSets that have been evicted from the cache.
getEvictions() - Method in class org.elasticsearch.index.cache.request.RequestCacheStats
 
getEvictions() - Method in class org.elasticsearch.index.fielddata.FieldDataStats
 
getException() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 
getExceptionName() - Method in exception org.elasticsearch.common.io.stream.NotSerializableExceptionWrapper
 
getExceptionName() - Method in exception org.elasticsearch.ElasticsearchException
 
getExceptionName(Throwable) - Static method in exception org.elasticsearch.ElasticsearchException
Returns a underscore case name for the given exception.
getExceptionName() - Method in exception org.elasticsearch.ResourceAlreadyExistsException
 
getExceptionTypes(Member) - Method in class org.elasticsearch.common.inject.TypeLiteral
Returns the resolved generic exception types thrown by constructor.
getExecutableScript(Script, ScriptContext) - Method in class org.elasticsearch.index.query.QueryShardContext
Compiles (or retrieves from cache) and binds the parameters to the provided script
getExecutor() - Method in class org.elasticsearch.transport.RequestHandlerRegistry
 
getExecutorBuilders(Settings) - Method in class org.elasticsearch.plugins.Plugin
Provides the list of this plugin's custom thread pools, empty if none.
getExecutorBuilders(Settings) - Method in class org.elasticsearch.plugins.PluginsService
 
getExecutorService() - Method in class org.elasticsearch.transport.TransportService
The executor service for this transport service.
getExistsCount() - Method in class org.elasticsearch.index.get.GetStats
 
getExistsTime() - Method in class org.elasticsearch.index.get.GetStats
 
getExistsTimeInMillis() - Method in class org.elasticsearch.index.get.GetStats
 
getExpectedShardSize(ShardRouting, RoutingAllocation, long) - Static method in class org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
Returns the expected shard size for the given shard or the default value provided if not enough information are available to estimate the shards size.
getExpectedShardSize() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Returns the expected shard size for ShardRoutingState.RELOCATING and ShardRoutingState.INITIALIZING shards.
getExplanation() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainResponse
Return the explanation for shard allocation in the cluster
getExplanation() - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
getExplanation() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
getExplanation() - Method in class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
Gets the explanation for the decision.
getExplanation() - Method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
 
getExplanation() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision
Get the explanation for this decision.
getExplanation() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
 
getExplanation() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
Returns the explanation string, fully formatted.
getExplanation() - Method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
 
getExplanation() - Method in class org.elasticsearch.search.SearchHit
If enabled, the explanation of the search hit.
getExplanations() - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
 
getExposedKeys() - Method in class org.elasticsearch.common.inject.internal.PrivateElementsImpl
 
getExposedKeys() - Method in interface org.elasticsearch.common.inject.spi.PrivateElements
Returns the unique exposed keys for these private elements.
getExposedSource(Key<?>) - Method in class org.elasticsearch.common.inject.internal.PrivateElementsImpl
 
getExposedSource(Key<?>) - Method in interface org.elasticsearch.common.inject.spi.PrivateElements
Returns an arbitrary object containing information about the "place" where this key was exposed.
getExtension() - Method in class org.elasticsearch.script.NativeScriptEngineService
 
getExtension() - Method in interface org.elasticsearch.script.ScriptEngineService
The extension for file scripts in this language.
getFactory() - Method in class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Bucket
 
getFactory() - Method in class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange
 
getFactory() - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance
 
getFactory() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
getFactory() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange
 
getFailed() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
 
getFailedPings() - Method in class org.elasticsearch.transport.TcpTransport.ScheduledPing
 
getFailedShards() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
Number of shards with failed snapshot
getFailedShards() - Method in class org.elasticsearch.action.search.SearchResponse
The failed number of shards the search was executed on.
getFailedShards() - Method in class org.elasticsearch.action.support.broadcast.BroadcastResponse
The failed shards this request was executed on.
getFailure() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
Returns reason for snapshot failure
getFailure() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The actual failure object if there was a failure.
getFailure() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The failure if relevant.
getFailure() - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
 
getFailure() - Method in class org.elasticsearch.action.ingest.SimulateDocumentBaseResult
 
getFailure() - Method in class org.elasticsearch.action.search.MultiSearchResponse.Item
 
getFailure() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
The failure if relevant.
getFailure() - Method in class org.elasticsearch.cluster.ClusterStateTaskExecutor.TaskResult
 
getFailure() - Method in class org.elasticsearch.cluster.routing.allocation.FailedShard
The exception, if present, causing the shard to fail.
getFailure() - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
Returns additional failure exception details if exists.
getFailure() - Method in class org.elasticsearch.index.engine.Engine.Result
get document failure while executing the operation null in case of no failure
getFailureMessage() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The failure message, null if it did not fail.
getFailureMessage() - Method in class org.elasticsearch.action.search.MultiSearchResponse.Item
The actual failure message, null if its not a failure.
getFailures() - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
Returns node IndicesShardStoresResponse.Failures encountered while executing the request
getFailures() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
 
getFailures() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.Response
Where there any search failures?
getFaultDetectionNodes() - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
Gets the current set of nodes involved in the node fault detection.
getFetchCount() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getFetchCurrent() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getFetchPhase() - Method in class org.elasticsearch.search.SearchModule
 
getFetchSourceContext() - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
getFetchSubPhases(SearchPlugin.FetchPhaseConstructionContext) - Method in interface org.elasticsearch.plugins.SearchPlugin
The new FetchSubPhases defined by this plugin.
getFetchTime() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getFetchTimeInMillis() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getField(String) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexResponse
Get the field capabilities for the provided field
getField(String) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesResponse
Get the field capabilities per type for the provided field.
getField() - Method in class org.elasticsearch.action.fieldstats.IndexConstraint
 
getField(String) - Method in class org.elasticsearch.action.get.GetResponse
 
getField() - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
 
GetField - Class in org.elasticsearch.index.get
 
GetField(String, List<Object>) - Constructor for class org.elasticsearch.index.get.GetField
 
getField(String) - Method in class org.elasticsearch.index.mapper.ParseContext.Document
 
getField() - Method in class org.elasticsearch.search.collapse.CollapseBuilder
The name of the field to collapse against
getField(String) - Method in class org.elasticsearch.search.SearchHit
The hit field matching the given field name.
getField() - Method in class org.elasticsearch.search.SearchHit.NestedIdentity
Returns the nested field in the source this hit originates from
getField() - Method in class org.elasticsearch.search.slice.SliceBuilder
The name of the field to slice against
getField() - Method in class org.elasticsearch.search.slice.SliceQuery
 
getField() - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
 
getField() - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
getFieldData() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
 
getFieldData() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getFieldData() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getFieldDataFields() - Method in class org.elasticsearch.index.query.InnerHitBuilder
Deprecated.
getFieldHighlighter(String, Query, Set<Term>, int) - Method in class org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
 
getFieldMappings(GetFieldMappingsRequest, ActionListener<GetFieldMappingsResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Get the mappings of specific fields
getFieldMappings(GetFieldMappingsRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Get the mappings of specific fields
GetFieldMappingsAction - Class in org.elasticsearch.action.admin.indices.mapping.get
 
GetFieldMappingsIndexRequest - Class in org.elasticsearch.action.admin.indices.mapping.get
 
GetFieldMappingsIndexRequest() - Constructor for class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
 
GetFieldMappingsRequest - Class in org.elasticsearch.action.admin.indices.mapping.get
Request the mappings of specific fields
GetFieldMappingsRequest() - Constructor for class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
GetFieldMappingsRequestBuilder - Class in org.elasticsearch.action.admin.indices.mapping.get
A helper class to build GetFieldMappingsRequest objects
GetFieldMappingsRequestBuilder(ElasticsearchClient, GetFieldMappingsAction, String...) - Constructor for class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
 
GetFieldMappingsResponse - Class in org.elasticsearch.action.admin.indices.mapping.get
Response object for GetFieldMappingsRequest API
GetFieldMappingsResponse.FieldMappingMetaData - Class in org.elasticsearch.action.admin.indices.mapping.get
 
getFieldName() - Method in interface org.elasticsearch.index.fielddata.IndexFieldData
The field name.
getFieldName() - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
 
getFieldName() - Method in class org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
 
getFieldName() - Method in class org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
 
getFieldName() - Method in class org.elasticsearch.index.fielddata.UidIndexFieldData
 
getFieldName() - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
 
getFieldName() - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
getFieldName() - Method in enum org.elasticsearch.ingest.IngestDocument.MetaData
 
getFieldName() - Method in class org.elasticsearch.search.sort.FieldSortBuilder
Returns the document field this sort should be based on.
getFieldName() - Method in class org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
Name of the field to get contexts from at index-time
getFieldName() - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping
 
getFieldName() - Method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
Name of the field used by this CategoryContextMapping
getFieldNames() - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Returns the field names that will be used when generating the 'More Like This' query.
getFieldNames() - Method in class org.elasticsearch.index.query.InnerHitBuilder
getFieldQuery(String, String, boolean) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
 
getFieldQuery(String, String, int) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
 
getFields() - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequest
 
getFields() - Method in class org.elasticsearch.action.fieldstats.FieldStatsShardRequest
 
getFields() - Method in class org.elasticsearch.action.get.GetResponse
 
getFields() - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
getFields() - Method in class org.elasticsearch.index.fielddata.FieldDataStats
 
getFields() - Method in class org.elasticsearch.index.get.GetResult
 
getFields() - Method in class org.elasticsearch.index.mapper.ParseContext.Document
 
getFields(String) - Method in class org.elasticsearch.index.mapper.ParseContext.Document
 
getFields(IndexReader, int, String) - Method in class org.elasticsearch.search.fetch.subphase.highlight.SourceScoreOrderFragmentsBuilder
 
getFields(IndexReader, int, String) - Method in class org.elasticsearch.search.fetch.subphase.highlight.SourceSimpleFragmentsBuilder
 
getFields() - Method in class org.elasticsearch.search.SearchHit
A map of hit fields (from field name to hit fields) if additional fields were required to be loaded.
getFields() - Method in class org.elasticsearch.search.suggest.completion.CompletionStats
 
getFieldStats() - Method in class org.elasticsearch.action.fieldstats.FieldStatsShardResponse
 
getFieldStats(IndexShard, Engine.Searcher, String, boolean) - Method in class org.elasticsearch.indices.IndicesService
Fetch FieldStats for a field.
getFieldType(Field) - Method in class org.elasticsearch.common.inject.TypeLiteral
Returns the resolved generic type of field.
getFieldType() - Method in class org.elasticsearch.search.collapse.CollapseContext
The field type used for collapsing
getFieldValue(String, Class<T>) - Method in class org.elasticsearch.ingest.IngestDocument
Returns the value contained in the document for the provided path
getFieldValue(String, Class<T>, boolean) - Method in class org.elasticsearch.ingest.IngestDocument
Returns the value contained in the document for the provided path
getFieldValue(TemplateService.Template, Class<T>) - Method in class org.elasticsearch.ingest.IngestDocument
Returns the value contained in the document with the provided templated path
getFieldValueAsBytes(String) - Method in class org.elasticsearch.ingest.IngestDocument
Returns the value contained in the document for the provided path as a byte array.
getFieldValueAsBytes(String, boolean) - Method in class org.elasticsearch.ingest.IngestDocument
Returns the value contained in the document for the provided path as a byte array.
getFile(String) - Method in class org.elasticsearch.common.settings.KeyStoreWrapper
 
getFile(String) - Method in interface org.elasticsearch.common.settings.SecureSettings
Return a file setting.
getFileDetails(String) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
getFilename(long) - Static method in class org.elasticsearch.index.translog.Translog
package private for testing
getFileNames() - Method in class org.elasticsearch.common.lucene.IndexCommitDelegate
 
getFilePointer() - Method in class org.elasticsearch.common.lucene.store.ByteArrayIndexInput
 
getFilePointer() - Method in class org.elasticsearch.common.lucene.store.FilterIndexOutput
 
getFileSizes() - Method in class org.elasticsearch.index.engine.SegmentsStats
 
getFileStore(Path) - Static method in class org.elasticsearch.env.Environment
Looks up the filestore associated with a Path.
getFilter() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
getFilter() - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
 
getFilter() - Method in class org.elasticsearch.search.fetch.subphase.FetchSourceContext
Returns a filter function that expects the source map as an input and returns the filtered map.
getFilterFunctions() - Method in class org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
 
getFinalizingShards() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
Number of shards with the snapshot in the finalizing stage
getFirst(Iterable<T>, T) - Static method in class org.elasticsearch.common.util.iterable.Iterables
 
getFirstAliasMetaData() - Method in class org.elasticsearch.cluster.metadata.AliasOrIndex.Alias
 
getFirstOperationOffset() - Method in class org.elasticsearch.index.translog.BaseTranslogReader
 
getFirstOrdinals() - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Return a PackedInts.Reader instance mapping every doc ID to its first ordinal + 1 if it exists and 0 otherwise.
getFlag(int, Settings, String, boolean) - Method in class org.elasticsearch.index.analysis.WordDelimiterTokenFilterFactory
 
getFlags() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
getFlags() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
getFlagsValue() - Method in class org.elasticsearch.search.suggest.completion.RegexOptions
Returns internal regular expression syntax flag value see RegexpFlag.value()
getFlush() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getFlush() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getFlushMergesAfter() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns a TimeValue at what time interval after the last write modification to the engine finished merges should be automatically flushed.
getFlushThresholdSize() - Method in class org.elasticsearch.index.IndexSettings
Returns the transaction log threshold size when to forcefully flush the index and clear the transaction log.
getForField(MappedFieldType) - Method in class org.elasticsearch.index.fielddata.IndexFieldDataService
 
getForField(MappedFieldType) - Method in class org.elasticsearch.index.query.QueryShardContext
 
getFormat() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
getFormatter(String) - Method in class org.apache.lucene.search.postingshighlight.CustomPostingsHighlighter
 
getFormatter(String) - Method in class org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
 
getFormatter() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
 
getFormatter() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
 
getFragments() - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightField
The highlighted fragments.
getFree() - Method in class org.elasticsearch.monitor.fs.FsInfo.Path
 
getFree() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
getFree() - Method in class org.elasticsearch.monitor.os.OsStats.Swap
 
getFreeBytes() - Method in class org.elasticsearch.cluster.DiskUsage
 
getFreeBytesThresholdHigh() - Method in class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
 
getFreeBytesThresholdLow() - Method in class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
 
getFreeDiskAsPercentage() - Method in class org.elasticsearch.cluster.DiskUsage
 
getFreeDiskThresholdHigh() - Method in class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
 
getFreeDiskThresholdLow() - Method in class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
 
getFreePercent() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
getFreePhysicalMemorySize() - Method in class org.elasticsearch.monitor.os.OsProbe
Returns the amount of free physical memory in bytes.
getFreeSwapSpaceSize() - Method in class org.elasticsearch.monitor.os.OsProbe
Returns the amount of free swap space in bytes.
getFreq() - Method in class org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
 
getFrom() - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
getFrom() - Method in class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Bucket
 
getFrom() - Method in class org.elasticsearch.search.aggregations.bucket.range.date.ParsedDateRange.ParsedBucket
 
getFrom() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
 
getFrom() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
getFrom() - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder.Range
 
getFrom() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
 
getFrom() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
 
getFrom() - Method in interface org.elasticsearch.search.aggregations.bucket.range.Range.Bucket
 
getFromAsString() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
 
getFromAsString() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
getFromAsString() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
 
getFromAsString() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
 
getFromAsString() - Method in interface org.elasticsearch.search.aggregations.bucket.range.Range.Bucket
 
getFromContext(String) - Method in class org.elasticsearch.search.internal.ScrollContext
Returns the object or null if the given key does not have a value in the context
getFromSearcher(Engine.Get, Function<String, Engine.Searcher>) - Method in class org.elasticsearch.index.engine.Engine
 
getFs() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
File system level stats.
getFs() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
 
getFSInfo(NodeEnvironment.NodePath) - Static method in class org.elasticsearch.monitor.fs.FsProbe
 
getFullPrefixPaths(List<FSTUtil.Path<PairOutputs.Pair<Long, BytesRef>>>, Automaton, FST<PairOutputs.Pair<Long, BytesRef>>) - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
Returns all completion paths to initialize the search.
getFullPrefixPaths(List<FSTUtil.Path<PairOutputs.Pair<Long, BytesRef>>>, Automaton, FST<PairOutputs.Pair<Long, BytesRef>>) - Method in class org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
 
getFunction() - Method in class org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
 
getFunctionBytes() - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
getFuzzyMinLength() - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions
Returns the length of input prefix after which edits are applied
getFuzzyOptions() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionContext
 
getFuzzyPrefixLength() - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions
Returns the minimum length of the input prefix required to apply any edits
getFuzzyQuery(String, String, String) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
 
getGateway() - Method in class org.elasticsearch.gateway.GatewayService
 
getGb() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getGbFrac() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getGc() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
getGcCollectors() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getGcDeletesInMillis() - Method in class org.elasticsearch.index.IndexSettings
Returns the GC deletes cycle in milliseconds.
getGeneration() - Method in class org.elasticsearch.common.lucene.IndexCommitDelegate
 
getGeneration() - Method in class org.elasticsearch.index.engine.CommitStats
 
getGeneration() - Method in class org.elasticsearch.index.engine.Segment
 
getGeneration() - Method in class org.elasticsearch.index.translog.BaseTranslogReader
 
getGeneration() - Method in class org.elasticsearch.index.translog.Translog
Returns the current generation of this translog.
getGenericComponentType() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
 
getGenericSupertype(Type, Class<?>, Class<?>) - Static method in class org.elasticsearch.common.inject.internal.MoreTypes
Returns the generic supertype for supertype.
getGenId() - Method in class org.elasticsearch.repositories.RepositoryData
Gets the generational index file id from which this instance was read.
getGeohash() - Method in class org.elasticsearch.common.geo.GeoPoint
 
getGeoPoint() - Method in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext
Returns the geo point of the context
getGeoPointValues() - Method in interface org.elasticsearch.index.fielddata.AtomicGeoPointFieldData
Return geo-point values.
getGeoPointValues() - Method in class org.elasticsearch.index.fielddata.plain.GeoPointArrayAtomicFieldData.Single
 
getGeoPointValues() - Method in class org.elasticsearch.index.fielddata.plain.GeoPointArrayLegacyAtomicFieldData.Single
 
getGet() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getGet() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getGetResult() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
getGetResult() - Method in class org.elasticsearch.action.update.UpdateResponse
 
getGiga() - Method in class org.elasticsearch.common.unit.SizeValue
 
getGigaFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
getGlobalOrd(long) - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
 
getGlobalText() - Method in class org.elasticsearch.search.suggest.SuggestBuilder
Gets the global suggest text
getGroups() - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
 
getGroups(String) - Method in class org.elasticsearch.common.settings.Settings
Returns group settings for the given setting prefix.
getGroups(String, boolean) - Method in class org.elasticsearch.common.settings.Settings
Returns group settings for the given setting prefix.
getGroupStats() - Method in class org.elasticsearch.index.search.stats.SearchStats
 
getGuiceServiceClasses() - Method in class org.elasticsearch.plugins.Plugin
Node level services that will be automatically started/stopped/closed.
getGuiceServiceClasses() - Method in class org.elasticsearch.plugins.PluginsService
Returns all classes injected into guice by plugins which extend LifecycleComponent.
getHandshakeTimeout() - Method in class org.elasticsearch.transport.ConnectionProfile
Returns the handshake timeout or null if no explicit timeout is set on this profile.
getHeader(String) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Returns the header for the given key or null if not present
getHeader(String) - Method in exception org.elasticsearch.ElasticsearchException
Returns the list of header values for the given key or null if no header for the given key exists.
getHeaderKeys() - Method in exception org.elasticsearch.ElasticsearchException
Returns a set of all header keys on this exception
getHeaderMap() - Method in class org.elasticsearch.common.Table
 
getHeaders() - Method in class org.elasticsearch.common.Table
 
getHeaders() - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Returns all of the request contexts headers
getHeaders() - Method in exception org.elasticsearch.ElasticsearchException
 
getHeaders() - Method in class org.elasticsearch.index.reindex.RemoteInfo
 
getHeaders() - Method in class org.elasticsearch.rest.RestRequest
Get all of the headers and values associated with the headers.
getHeaders() - Method in class org.elasticsearch.rest.RestResponse
Returns custom headers that have been added, or null if none have been set.
getHeapCommitted() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
getHeapInit() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
getHeapMax() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
Maximum total heap available to the cluster
getHeapMax() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
getHeapMax() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
returns the maximum heap size.
getHeapUsed() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
Total heap used in the cluster
getHeapUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
getHeapUsedPercent() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
returns the heap usage in percent.
getHighFreqMinimumNumberShouldMatchSpec() - Method in class org.apache.lucene.queries.ExtendedCommonTermsQuery
 
getHighlightBuilder() - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
getHighlighted() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
getHighlighters() - Method in class org.elasticsearch.plugins.SearchPlugin.FetchPhaseConstructionContext
 
getHighlighters() - Method in interface org.elasticsearch.plugins.SearchPlugin
Get the Highlighters defined by this plugin.
getHighlighters() - Method in class org.elasticsearch.search.SearchModule
Returns the Highlighter registry
getHighlightFields() - Method in class org.elasticsearch.search.SearchHit
A map of highlighted fields.
getHighWatermarkRaw() - Method in class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
Gets the raw (uninterpreted) high watermark value as found in the settings.
getHit() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
 
getHitCount() - Method in class org.elasticsearch.index.cache.query.QueryCacheStats
The number of successful lookups in the cache.
getHitCount() - Method in class org.elasticsearch.index.cache.request.RequestCacheStats
 
getHits() - Method in class org.elasticsearch.action.search.SearchResponse
The search hits.
getHits() - Method in class org.elasticsearch.common.cache.Cache.CacheStats
 
getHits() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.Response
The documents returned in this batch.
getHits() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
 
getHits() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.ParsedTopHits
 
getHits() - Method in interface org.elasticsearch.search.aggregations.metrics.tophits.TopHits
 
getHits() - Method in class org.elasticsearch.search.SearchHits
The hits of the search request (based on the search type, and from / size provided).
getHost() - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
getHost() - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
getHost() - Method in interface org.elasticsearch.common.transport.TransportAddress
Returns the host string for this transport address
getHost() - Method in class org.elasticsearch.index.reindex.RemoteInfo
 
getHostAddress() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
getHostname() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
System's hostname.
getHostname() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
getHostName() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
getHotThreads() - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
 
getHours() - Method in class org.elasticsearch.common.unit.TimeValue
 
getHoursFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
getHttp() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
getHttp() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
getHttpServerTransportSupplier() - Method in class org.elasticsearch.common.network.NetworkModule
 
getHttpTransports(Settings, ThreadPool, BigArrays, CircuitBreakerService, NamedWriteableRegistry, NamedXContentRegistry, NetworkService, HttpServerTransport.Dispatcher) - Method in interface org.elasticsearch.plugins.NetworkPlugin
Returns a map of HttpServerTransport suppliers.
getHunspellDictionaries() - Method in interface org.elasticsearch.plugins.AnalysisPlugin
Override to add additional hunspell Dictionarys.
getId() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
The id of the action.
getId() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The id of the action.
getId() - Method in enum org.elasticsearch.action.DocWriteRequest.OpType
 
getId() - Method in class org.elasticsearch.action.DocWriteResponse.Builder
 
getId() - Method in class org.elasticsearch.action.DocWriteResponse
The id of the document changed.
getId() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
getId() - Method in enum org.elasticsearch.action.fieldstats.IndexConstraint.Comparison
 
getId() - Method in enum org.elasticsearch.action.fieldstats.IndexConstraint.Property
 
getId() - Method in class org.elasticsearch.action.get.GetResponse
The id of the document.
getId() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The id of the document.
getId() - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
The id of the action.
getId() - Method in class org.elasticsearch.action.ingest.DeletePipelineRequest
 
getId() - Method in class org.elasticsearch.action.ingest.PutPipelineRequest
 
getId() - Method in class org.elasticsearch.action.ingest.SimulatePipelineRequest
 
getId() - Method in exception org.elasticsearch.action.RoutingMissingException
 
getId() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
The id of the document.
getId() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
The id of the action.
getId() - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
getId() - Method in class org.elasticsearch.cluster.health.ClusterShardHealth
 
getId() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
The unique id of the node.
getId() - Method in class org.elasticsearch.cluster.routing.AllocationId
The allocation id uniquely identifying an allocation, note, if it is relocation the AllocationId.getRelocationId() need to be taken into account as well.
getId() - Method in class org.elasticsearch.cluster.routing.ShardRouting
The shard id.
getId(Class<? extends ElasticsearchException>) - Static method in exception org.elasticsearch.ElasticsearchException
Returns the serialization id the given exception.
getId() - Method in class org.elasticsearch.index.engine.CommitStats
base64 version of the commit id (see SegmentInfos.getId()
getId() - Method in class org.elasticsearch.index.get.GetResult
The id of the document.
getId() - Method in class org.elasticsearch.index.merge.OnGoingMerge
A unique id for the merge.
getId() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getId() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The document id of the hit.
getId() - Method in class org.elasticsearch.index.shard.ShardId
 
getId() - Method in class org.elasticsearch.ingest.Pipeline
The unique id of this pipeline
getId() - Method in class org.elasticsearch.ingest.PipelineConfiguration
 
getId() - Method in class org.elasticsearch.monitor.process.ProcessInfo
The process id.
getId() - Method in class org.elasticsearch.repositories.IndexId
The unique ID for the index within the repository.
getId() - Method in enum org.elasticsearch.script.ScriptType
 
getId() - Method in class org.elasticsearch.search.SearchHit
The id of the document.
getId() - Method in class org.elasticsearch.search.slice.SliceBuilder
The id of the slice.
getId() - Method in class org.elasticsearch.search.slice.SliceQuery
 
getId() - Method in class org.elasticsearch.tasks.Task
Returns task id
getId() - Method in class org.elasticsearch.tasks.TaskId
 
getId() - Method in class org.elasticsearch.tasks.TaskInfo
 
getIdOrCode() - Method in class org.elasticsearch.script.Script
 
getIds() - Method in class org.elasticsearch.action.ingest.GetPipelineRequest
 
getIgnoreAbove() - Method in class org.elasticsearch.index.mapper.StringFieldMapper
 
getIgnoreNodes(ShardId) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
getInactivePrimaryHealth(ShardRouting) - Static method in class org.elasticsearch.cluster.health.ClusterShardHealth
Checks if an inactive primary shard should cause the cluster health to go RED.
getIncludeInAllDefault() - Method in class org.elasticsearch.index.mapper.ParseContext
Whether field values should be added to the _all field by default.
getIncomingRecoveries(String) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
getIncompatibleSnapshotIds() - Method in class org.elasticsearch.repositories.RepositoryData
Returns an immutable collection of the snapshot ids in the repository that are incompatible with the current ES version.
getIndex() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
Returns the index name of the shard to explain, or null to use any unassigned shard (see ClusterAllocationExplainRequest.useAnyUnassignedShard()).
getIndex() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
Returns the index name
getIndex() - Method in class org.elasticsearch.action.admin.indices.segments.IndexSegments
 
getIndex() - Method in class org.elasticsearch.action.admin.indices.stats.IndexStats
 
getIndex(String) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
 
getIndex() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
 
getIndex() - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
getIndex() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
The index name of the action.
getIndex() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The index name of the action.
getIndex() - Method in class org.elasticsearch.action.DocWriteResponse
The index the document was changed in.
getIndex() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
getIndex() - Method in class org.elasticsearch.action.get.GetResponse
The index the document was fetched from.
getIndex() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The index name of the document.
getIndex() - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
The index name of the action.
getIndex() - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardResponse
 
getIndex() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
The index name of the document.
getIndex() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
The index name of the action.
getIndex() - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
getIndex(GetIndexRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Get index metadata for particular indices.
getIndex(GetIndexRequest, ActionListener<GetIndexResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Get index metadata for particular indices.
getIndex() - Method in class org.elasticsearch.cluster.health.ClusterIndexHealth
 
getIndex() - Method in class org.elasticsearch.cluster.metadata.AliasAction
Get the index on which the operation should act.
getIndex() - Method in class org.elasticsearch.cluster.metadata.AliasOrIndex.Index
 
getIndex() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.Tombstone
The deleted index.
getIndex() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getIndex() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
Return the index id
getIndex() - Method in exception org.elasticsearch.ElasticsearchException
 
getIndex() - Method in class org.elasticsearch.index.get.GetResult
The index the document was fetched from.
getIndex() - Method in class org.elasticsearch.index.IndexModule
Returns the index this module is associated with
getIndex() - Method in class org.elasticsearch.index.IndexSettings
Returns the index this settings object belongs to
getIndex() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getIndex() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The index in which the hit is stored.
getIndex() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
getIndex() - Method in class org.elasticsearch.index.shard.ShardId
 
getIndex() - Method in class org.elasticsearch.indices.recovery.RecoveryState
 
getIndex() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder.IndexBoost
 
getIndex() - Method in class org.elasticsearch.search.SearchHit
The index of the hit.
getIndex() - Method in class org.elasticsearch.search.SearchShardTarget
 
GetIndexAction - Class in org.elasticsearch.action.admin.indices.get
 
getIndexAnalyzer(String) - Method in class org.apache.lucene.search.postingshighlight.CustomPostingsHighlighter
 
getIndexAnalyzers() - Method in class org.elasticsearch.index.IndexService
 
getIndexAnalyzers() - Method in class org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
 
getIndexAnalyzers() - Method in class org.elasticsearch.index.mapper.MapperService
 
getIndexAnalyzers() - Method in class org.elasticsearch.index.query.QueryShardContext
 
getIndexBalance() - Method in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
Returns the index related weight factor.
getIndexBufferRAMBytesUsed() - Method in class org.elasticsearch.index.engine.Engine
How much heap is used that would be freed by a refresh.
getIndexBufferRAMBytesUsed() - Method in class org.elasticsearch.index.engine.InternalEngine
 
getIndexBufferRAMBytesUsed() - Method in class org.elasticsearch.index.engine.ShadowEngine
 
getIndexBufferRAMBytesUsed() - Method in class org.elasticsearch.index.shard.IndexShard
Returns number of heap bytes used by the indexing buffer for this shard, or 0 if the shard is closed
getIndexBufferRAMBytesUsed(IndexShard) - Method in class org.elasticsearch.indices.IndexingMemoryController
returns how much heap this shard is using for its indexing buffer
getIndexConstraints() - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequest
 
getIndexCount() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
 
getIndexCount() - Method in class org.elasticsearch.index.shard.IndexingStats.Stats
The total number of indexing operations
getIndexCurrent() - Method in class org.elasticsearch.index.shard.IndexingStats.Stats
Returns the currently in-flight indexing operations.
getIndexEventListener() - Method in class org.elasticsearch.index.IndexService
 
getIndexEventListener() - Method in class org.elasticsearch.index.shard.IndexShard
 
getIndexFailedCount() - Method in class org.elasticsearch.index.shard.IndexingStats.Stats
The number of failed indexing operations
getIndexing() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getIndexing() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getIndexingBufferSize() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns the initial index buffer size.
getIndexMetaData() - Method in class org.elasticsearch.index.IndexSettings
Returns the current IndexMetaData for this index
getIndexMetaDataUpgrader() - Method in class org.elasticsearch.plugins.Plugin
Provides a function to modify index meta data when an index is introduced into the cluster state for the first time.
getIndexName() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexResponse
Get the index name
getIndexName() - Method in class org.elasticsearch.cluster.routing.ShardRouting
The index name.
getIndexName() - Method in class org.elasticsearch.index.shard.ShardId
 
getIndexNameExpressionResolver() - Method in class org.elasticsearch.cluster.ClusterModule
 
getIndexReader() - Method in class org.elasticsearch.index.query.QueryRewriteContext
Return the current IndexReader, or null if no index reader is available, for instance if we are on the coordinating node or if this rewrite context is used to index queries (percolation).
GetIndexRequest - Class in org.elasticsearch.action.admin.indices.get
A request to retrieve information about an index.
GetIndexRequest() - Constructor for class org.elasticsearch.action.admin.indices.get.GetIndexRequest
 
GetIndexRequest.Feature - Enum in org.elasticsearch.action.admin.indices.get
 
GetIndexRequestBuilder - Class in org.elasticsearch.action.admin.indices.get
 
GetIndexRequestBuilder(ElasticsearchClient, GetIndexAction, String...) - Constructor for class org.elasticsearch.action.admin.indices.get.GetIndexRequestBuilder
 
GetIndexResponse - Class in org.elasticsearch.action.admin.indices.get
A response for a delete index action.
getIndexRouting() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
getIndexSafe(Index) - Method in class org.elasticsearch.cluster.metadata.MetaData
Returns the IndexMetaData for this index.
getIndexScopedSettings() - Method in class org.elasticsearch.common.settings.SettingsModule
 
getIndexSearcher() - Method in class org.elasticsearch.search.lookup.LeafIndexLookup
 
getIndexSettings(Index) - Method in class org.elasticsearch.gateway.PriorityComparator
 
getIndexSettings() - Method in class org.elasticsearch.index.AbstractIndexComponent
 
getIndexSettings() - Method in class org.elasticsearch.index.analysis.IndexAnalyzers
Returns the indices settings
getIndexSettings() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns the index settings for this index.
getIndexSettings() - Method in class org.elasticsearch.index.IndexService
 
getIndexSettings() - Method in class org.elasticsearch.index.query.QueryRewriteContext
Returns the index settings for this context.
getIndexSettings() - Method in class org.elasticsearch.index.translog.TranslogConfig
Returns the index indexSettings
getIndexSettings() - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndex
Returns the index settings of this index.
getIndexShards() - Method in class org.elasticsearch.action.admin.indices.stats.IndexStats
 
getIndexTemplateMetaDataUpgrader() - Method in class org.elasticsearch.plugins.Plugin
Provides a function to modify index template meta data on startup.
getIndexTemplates() - Method in class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesResponse
 
GetIndexTemplatesAction - Class in org.elasticsearch.action.admin.indices.template.get
 
GetIndexTemplatesAction() - Constructor for class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
 
GetIndexTemplatesRequest - Class in org.elasticsearch.action.admin.indices.template.get
Request that allows to retrieve index templates
GetIndexTemplatesRequest() - Constructor for class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
 
GetIndexTemplatesRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
 
GetIndexTemplatesRequestBuilder - Class in org.elasticsearch.action.admin.indices.template.get
 
GetIndexTemplatesRequestBuilder(ElasticsearchClient, GetIndexTemplatesAction) - Constructor for class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequestBuilder
 
GetIndexTemplatesRequestBuilder(ElasticsearchClient, GetIndexTemplatesAction, String...) - Constructor for class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequestBuilder
 
GetIndexTemplatesResponse - Class in org.elasticsearch.action.admin.indices.template.get
 
getIndexThrottleTimeInMillis() - Method in class org.elasticsearch.index.engine.Engine
Returns the number of milliseconds this engine was under index throttling.
getIndexThrottleTimeInMillis() - Method in class org.elasticsearch.index.engine.InternalEngine
 
getIndexThrottleTimeInMillis() - Method in class org.elasticsearch.index.engine.ShadowEngine
 
getIndexTime() - Method in class org.elasticsearch.index.shard.IndexingStats.Stats
The total amount of time spend on executing index operations.
getIndexToSettings() - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse
 
getIndexUUID() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getIndexVersionCreated() - Method in class org.elasticsearch.index.IndexSettings
Returns the version the index was created on.
getIndexWriterMemory() - Method in class org.elasticsearch.index.engine.SegmentsStats
 
getIndexWriterMemoryInBytes() - Method in class org.elasticsearch.index.engine.SegmentsStats
Estimation of the memory usage by index writer
getIndices() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getIndices() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
Indices level stats.
getIndices() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
Returns list of snapshot indices
getIndices() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
number of indices in the cluster
getIndices() - Method in class org.elasticsearch.action.admin.indices.get.GetIndexResponse
 
getIndices() - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
 
getIndices() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
 
getIndices() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
 
getIndices() - Method in class org.elasticsearch.cluster.health.ClusterStateHealth
 
getIndices() - Method in class org.elasticsearch.cluster.metadata.AliasOrIndex.Alias
 
getIndices() - Method in interface org.elasticsearch.cluster.metadata.AliasOrIndex
 
getIndices() - Method in class org.elasticsearch.cluster.metadata.AliasOrIndex.Index
 
getIndices() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getIndices() - Method in class org.elasticsearch.repositories.RepositoryData
Returns an unmodifiable map of the index names to IndexId in the repository.
getIndicesAndFilters() - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
 
getIndicesFieldDataCache() - Method in class org.elasticsearch.indices.IndicesService
 
getIndicesMergedFieldStats() - Method in class org.elasticsearch.action.fieldstats.FieldStatsResponse
 
getIndicesQueryCache() - Method in class org.elasticsearch.indices.IndicesService
 
getIndicesRouting() - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
getIndicesStats() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
 
getInflightOpsCount(ShardId, ClusterState, IndexShardRoutingTable, ActionListener<SyncedFlushService.InFlightOpsResponse>) - Method in class org.elasticsearch.indices.flush.SyncedFlushService
returns the number of in flight operations on primary.
getInFlightRequestBreaker() - Method in class org.elasticsearch.transport.TcpTransport
 
getInFlightRequestBreaker() - Method in interface org.elasticsearch.transport.Transport
 
getInfo() - Method in class org.elasticsearch.index.translog.TranslogReader
 
getInfoGivenSliceInfo(String, List<TaskInfo>) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask
Build the status for this task given a snapshot of the information of running slices.
getInfoGivenSliceInfo(String, List<TaskInfo>) - Method in class org.elasticsearch.index.reindex.ParentBulkByScrollTask
 
getInfoGivenSliceInfo(String, List<TaskInfo>) - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
getIngest() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
getIngestCount() - Method in class org.elasticsearch.ingest.IngestStats.Stats
 
getIngestCurrent() - Method in class org.elasticsearch.ingest.IngestStats.Stats
 
getIngestDocument() - Method in class org.elasticsearch.action.ingest.SimulateDocumentBaseResult
 
getIngestFailedCount() - Method in class org.elasticsearch.ingest.IngestStats.Stats
 
getIngestMetadata() - Method in class org.elasticsearch.ingest.IngestDocument
Returns the available ingest metadata fields, by default only timestamp, but it is possible to set additional ones.
getIngestNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
getIngestService() - Method in class org.elasticsearch.node.NodeService
 
getIngestStats() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
getIngestTimeInMillis() - Method in class org.elasticsearch.ingest.IngestStats.Stats
 
getIngestTook() - Method in class org.elasticsearch.action.bulk.BulkResponse
If ingest is enabled returns the bulk ingest preprocessing time, otherwise 0 is returned.
getIngestTookInMillis() - Method in class org.elasticsearch.action.bulk.BulkResponse
If ingest is enabled returns the bulk ingest preprocessing time.
getInitializingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getInitializingShards() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
Number of shards with the snapshot in the initializing stage
getInitializingShards() - Method in class org.elasticsearch.cluster.health.ClusterIndexHealth
 
getInitializingShards() - Method in class org.elasticsearch.cluster.health.ClusterShardHealth
 
getInitializingShards() - Method in class org.elasticsearch.cluster.health.ClusterStateHealth
 
getInitialRecoveryFilters() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getInjectableMembers() - Method in interface org.elasticsearch.common.inject.spi.ConstructorBinding
Returns all instance method and field injection points on type.
getInjectionPoint() - Method in class org.elasticsearch.common.inject.spi.Dependency
Returns the injection point to which this dependency belongs, or null if this dependency isn't attached to a particular injection point.
getInjectionPoints() - Method in class org.elasticsearch.common.inject.internal.InstanceBindingImpl
 
getInjectionPoints() - Method in class org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
 
getInjectionPoints() - Method in class org.elasticsearch.common.inject.spi.InjectionRequest
Returns the instance methods and fields of instance that will be injected to fulfill this request.
getInjectionPoints() - Method in interface org.elasticsearch.common.inject.spi.InstanceBinding
Returns the field and method injection points of the instance, injected at injector-creation time only.
getInjectionPoints() - Method in interface org.elasticsearch.common.inject.spi.ProviderInstanceBinding
Returns the field and method injection points of the provider, injected at injector-creation time only.
getInjectionPoints() - Method in class org.elasticsearch.common.inject.spi.StaticInjectionRequest
Returns the static methods and fields of type that will be injected to fulfill this request.
getInjector() - Method in class org.elasticsearch.common.inject.internal.BindingImpl
 
getInjector() - Method in class org.elasticsearch.common.inject.internal.PrivateElementsImpl
 
getInjector() - Method in interface org.elasticsearch.common.inject.spi.PrivateElements
Returns the child injector that hosts these private elements, or null if the elements haven't been used to create an injector.
getInnerFactory() - Method in class org.elasticsearch.index.analysis.ShingleTokenFilterFactory
 
getInnerHit() - Method in class org.elasticsearch.search.collapse.CollapseContext
The inner hit options to expand the collapsed results
getInnerHits() - Method in class org.elasticsearch.search.collapse.CollapseBuilder
The inner hit options to expand the collapsed results
getInnerHits() - Method in class org.elasticsearch.search.fetch.subphase.InnerHitsContext
 
getInnerHits() - Method in class org.elasticsearch.search.SearchHit
 
getInputArguments() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getInsertOrder() - Method in class org.elasticsearch.cluster.service.PendingClusterTask
 
getInstance() - Static method in class org.elasticsearch.cluster.DiffableUtils.StringSetValueSerializer
 
getInstance(Key<T>) - Method in interface org.elasticsearch.common.inject.Injector
Returns the appropriate instance for the given injection key; equivalent to getProvider(key).get().
getInstance(Class<T>) - Method in interface org.elasticsearch.common.inject.Injector
Returns the appropriate instance for the given injection type; equivalent to getProvider(type).get().
getInstance() - Method in class org.elasticsearch.common.inject.internal.InstanceBindingImpl
 
getInstance() - Method in class org.elasticsearch.common.inject.internal.ProviderMethod
 
getInstance() - Method in class org.elasticsearch.common.inject.spi.InjectionRequest
 
getInstance() - Method in interface org.elasticsearch.common.inject.spi.InstanceBinding
Returns the user-supplied instance.
getInstance() - Static method in class org.elasticsearch.monitor.os.OsProbe
 
getInstance() - Static method in class org.elasticsearch.monitor.process.ProcessProbe
 
getInSyncAllocationIds(ShardId, ClusterState) - Method in class org.elasticsearch.action.support.replication.ReplicationOperation
 
getInSyncAllocationIds(int) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
getInSyncAllocationIds() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getInternalFactory() - Method in class org.elasticsearch.common.inject.internal.BindingImpl
 
getInternalValues() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.BytesRefs
 
getInternalValues() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
 
getInternalValues() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Longs
 
getInternalValues() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Strings
 
getIntKeySerializer() - Static method in class org.elasticsearch.cluster.DiffableUtils
Returns a map key serializer for Integer keys.
getIoStats() - Method in class org.elasticsearch.monitor.fs.FsInfo
 
getItemId() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The numeric order of the item matching the same request order in the bulk request.
getItems() - Method in class org.elasticsearch.action.bulk.BulkResponse
The items representing each action performed in the bulk operation (in the same order!).
getItems() - Method in class org.elasticsearch.action.get.MultiGetRequest
 
getJvm() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
JVM level information.
getJvm() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
JVM level statistics.
getJvm() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
 
getKb() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getKbFrac() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getKeepAlive() - Method in class org.elasticsearch.threadpool.ThreadPool.Info
 
getKey() - Method in class org.elasticsearch.common.cache.RemovalNotification
 
getKey() - Method in interface org.elasticsearch.common.inject.Binding
Returns the key for this binding.
getKey(TypeLiteral<?>, Member, Annotation[], Errors) - Static method in class org.elasticsearch.common.inject.internal.Annotations
Gets a key for the given type, member and annotations.
getKey() - Method in class org.elasticsearch.common.inject.internal.BindingImpl
 
getKey() - Method in class org.elasticsearch.common.inject.internal.ExposureBuilder
 
getKey() - Method in class org.elasticsearch.common.inject.internal.ProviderMethod
 
getKey() - Method in class org.elasticsearch.common.inject.spi.Dependency
Returns the key to the binding that satisfies this dependency.
getKey() - Method in class org.elasticsearch.common.inject.spi.ProviderLookup
 
getKey() - Method in class org.elasticsearch.common.inject.spi.ProviderLookup.ProviderImpl
 
getKey() - Method in class org.elasticsearch.common.settings.Setting
Returns the settings key or a prefix if this setting is a group setting.
getKey() - Method in interface org.elasticsearch.ingest.TemplateService.Template
 
getKey() - Method in interface org.elasticsearch.script.ScriptContext
 
getKey() - Method in class org.elasticsearch.script.ScriptContext.Plugin
 
getKey() - Method in enum org.elasticsearch.script.ScriptContext.Standard
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix.ParsedBucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters.InternalBucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.filters.ParsedFilters.ParsedBucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid.ParsedBucket
 
getKey(MultiBucketsAggregation.Bucket) - Method in interface org.elasticsearch.search.aggregations.bucket.histogram.HistogramFactory
Get the key for the given bucket.
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
 
getKey(MultiBucketsAggregation.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
 
getKey(MultiBucketsAggregation.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram.ParsedBucket
 
getKey() - Method in interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder.Range
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms.ParsedBucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms.ParsedBucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms.ParsedBucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms.ParsedBucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms.ParsedBucket
 
getKey() - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
 
getKeyAsNumber() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms.ParsedBucket
 
getKeyAsNumber() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms.ParsedBucket
 
getKeyAsNumber() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
 
getKeyAsNumber() - Method in interface org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
 
getKeyAsNumber() - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
 
getKeyAsNumber() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms.ParsedBucket
 
getKeyAsNumber() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms.ParsedBucket
 
getKeyAsNumber() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms.ParsedBucket
 
getKeyAsNumber() - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
 
getKeyAsNumber() - Method in interface org.elasticsearch.search.aggregations.bucket.terms.Terms.Bucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix.ParsedBucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters.InternalBucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.filters.ParsedFilters.ParsedBucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid.ParsedBucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram.ParsedBucket
 
getKeyAsString() - Method in interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms.ParsedBucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms.ParsedBucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms.ParsedBucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms.ParsedBucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms.ParsedBucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
 
getKeyAsString() - Method in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
 
getKeyed() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
 
getKeyed() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
 
getKeyed() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
getKilo() - Method in class org.elasticsearch.common.unit.SizeValue
 
getKiloFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
getLang() - Method in class org.elasticsearch.script.Script
 
getLang() - Method in exception org.elasticsearch.script.ScriptException
Returns the language of the script.
getLang() - Method in class org.elasticsearch.script.StoredScriptSource
 
getLargest() - Method in class org.elasticsearch.threadpool.ThreadPoolStats.Stats
 
getLargestNonClientNodeVersion() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Returns the version of the node with the youngest version in the cluster that is not a client node.
getLastAllocationStatus() - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
Get the status for the last allocation attempt for this shard.
getLastCommittedSegmentInfos() - Method in class org.elasticsearch.index.engine.Engine
 
getLastCommittedSegmentInfos() - Method in class org.elasticsearch.index.engine.InternalEngine
 
getLastCommittedSegmentInfos() - Method in class org.elasticsearch.index.engine.ShadowEngine
 
getLastEmittedDocPerShard(SearchPhaseController.ReducedQueryPhase, int) - Method in class org.elasticsearch.action.search.SearchPhaseController
 
getLastWriteLocation() - Method in class org.elasticsearch.index.translog.Translog
The a Translog.Location that will sort after the Translog.Location returned by the last write but before any locations which can be returned by the next write.
getLastWriteNanos() - Method in class org.elasticsearch.index.engine.Engine
Returns the timestamp of the last write in nanoseconds.
getLat() - Method in class org.elasticsearch.common.geo.GeoPoint
 
getLat() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
getLats() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
getLazyExecutableScript(Script, ScriptContext) - Method in class org.elasticsearch.index.query.QueryShardContext
Returns a lazily created ExecutableScript that is compiled immediately but can be pulled later once all parameters are available.
getLazySearchScript(Script, ScriptContext) - Method in class org.elasticsearch.index.query.QueryShardContext
Returns a lazily created SearchScript that is compiled immediately but can be pulled later once all parameters are available.
getLeaf(Directory, Class<T>) - Static method in class org.elasticsearch.index.store.DirectoryUtils
Tries to extract the leaf of the Directory if the directory is a FilterDirectory and cast it to the given target class or returns null if the leaf is not assignable to the target class.
getLeaf(Directory, Class<T>, T) - Static method in class org.elasticsearch.index.store.DirectoryUtils
Tries to extract the leaf of the Directory if the directory is a FilterDirectory and cast it to the given target class or returns the given default value, if the leaf is not assignable to the target class.
getLeafCollector(LeafReaderContext) - Method in class org.elasticsearch.common.lucene.search.FilteredCollector
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.AggregatorBase
Get a LeafBucketCollector for the given ctx, which should delegate to the given collector.
getLeafCollector(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.AggregatorBase
 
getLeafCollector(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator
 
getLeafCollector(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
 
getLeafCollector(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
 
getLeafCollector(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.range.BinaryRangeAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTermsAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTermsAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTermsAggregator
 
getLeafCollector(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.BucketCollector
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregator
 
getLeafCollector(LeafReaderContext, LeafBucketCollector) - Method in class org.elasticsearch.search.aggregations.NonCollectingAggregator
 
getLeafCollector(LeafReaderContext) - Method in class org.elasticsearch.search.profile.aggregation.ProfilingAggregator
 
getLeafCollector(LeafReaderContext) - Method in class org.elasticsearch.search.profile.query.InternalProfileCollector
 
getLeafCollector(LeafReaderContext) - Method in class org.elasticsearch.search.query.CancellableCollector
 
getLeafDocLookup(LeafReaderContext) - Method in class org.elasticsearch.search.lookup.DocLookup
 
getLeafFieldsLookup(LeafReaderContext) - Method in class org.elasticsearch.search.lookup.FieldsLookup
 
getLeafIndexLookup(LeafReaderContext) - Static method in class org.elasticsearch.search.lookup.IndexLookup
 
getLeafScoreFunction(LeafReaderContext) - Method in class org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction
 
getLeafScoreFunction(LeafReaderContext) - Method in class org.elasticsearch.common.lucene.search.function.RandomScoreFunction
 
getLeafScoreFunction(LeafReaderContext) - Method in class org.elasticsearch.common.lucene.search.function.ScoreFunction
 
getLeafScoreFunction(LeafReaderContext) - Method in class org.elasticsearch.common.lucene.search.function.ScriptScoreFunction
 
getLeafScoreFunction(LeafReaderContext) - Method in class org.elasticsearch.common.lucene.search.function.WeightFactorFunction
 
getLeafScoreFunction(LeafReaderContext) - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
 
getLeafSearchLookup(LeafReaderContext) - Method in class org.elasticsearch.search.lookup.SearchLookup
 
getLeafSearchScript(LeafReaderContext) - Method in interface org.elasticsearch.script.SearchScript
 
getLegacyDefaultLang(Settings) - Static method in class org.elasticsearch.script.ScriptSettings
 
getLegacyVersion() - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
Version of the store for pre-3.0 shards that have not yet been active
getLength() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
getLikeFields() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getLikeText() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getLikeTexts() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getLimit() - Method in class org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
 
getLimit() - Method in interface org.elasticsearch.common.breaker.CircuitBreaker
 
getLimit() - Method in class org.elasticsearch.common.breaker.MemoryCircuitBreaker
 
getLimit() - Method in class org.elasticsearch.common.breaker.NoopCircuitBreaker
 
getLimit() - Method in class org.elasticsearch.indices.breaker.BreakerSettings
 
getLimit() - Method in class org.elasticsearch.indices.breaker.CircuitBreakerStats
 
getLineNumber() - Method in exception org.elasticsearch.common.ParsingException
Line number of the location of the error
getLineNumber() - Method in exception org.elasticsearch.search.SearchParseException
Line number of the location of the error
getLinkedKey() - Method in class org.elasticsearch.common.inject.internal.LinkedBindingImpl
 
getLinkedKey() - Method in interface org.elasticsearch.common.inject.spi.LinkedKeyBinding
Returns the linked key used to resolve injections.
getListener() - Method in class org.elasticsearch.common.inject.spi.TypeListenerBinding
Returns the registered listener.
getListeners() - Method in class org.elasticsearch.index.refresh.RefreshStats
The number of waiting refresh listeners.
getLoadAndScaleToPercent(Method, OperatingSystemMXBean) - Static method in class org.elasticsearch.monitor.Probes
 
getLoadAverage() - Method in class org.elasticsearch.monitor.os.OsStats.Cpu
 
getLoadedClassCount() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Classes
 
getLocalAddress() - Method in class org.elasticsearch.rest.RestRequest
 
getLocalAddress(Channel) - Method in class org.elasticsearch.transport.TcpTransport
Returns the channels local address
getLocalAddresses() - Method in class org.elasticsearch.transport.local.LocalTransport
 
getLocalAddresses() - Method in class org.elasticsearch.transport.TcpTransport
 
getLocalAddresses() - Method in interface org.elasticsearch.transport.Transport
 
getLocalAddresses() - Method in class org.elasticsearch.transport.TransportService
 
getLocalNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Get the local node
getLocalNode() - Method in class org.elasticsearch.transport.TransportService
 
getLocalNodeId() - Method in class org.elasticsearch.client.node.NodeClient
The id of the local DiscoveryNode.
getLocalNodeId() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Get the id of the local node
getLocation(String) - Method in class org.elasticsearch.action.DocWriteResponse
Return the relative URI for the location of the document suitable for use in the Location header.
getLogger(String, String) - Static method in class org.elasticsearch.common.logging.ESLoggerFactory
 
getLogger(String, Class<?>) - Static method in class org.elasticsearch.common.logging.ESLoggerFactory
 
getLogger(String, Logger) - Static method in class org.elasticsearch.common.logging.ESLoggerFactory
 
getLogger(Class<?>) - Static method in class org.elasticsearch.common.logging.ESLoggerFactory
 
getLogger(String) - Static method in class org.elasticsearch.common.logging.ESLoggerFactory
 
getLogger(Class<?>, Settings, ShardId, String...) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(String, Settings, ShardId, String...) - Static method in class org.elasticsearch.common.logging.Loggers
getLogger(Class<?>, Settings, Index, String...) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(Class<?>, Settings, String...) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(String, Settings, String...) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(Logger, String) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(String) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(Class<?>) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(Class<?>, String...) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLogger(String, String...) - Static method in class org.elasticsearch.common.logging.Loggers
 
getLon() - Method in class org.elasticsearch.common.geo.GeoPoint
 
getLon() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
getLongValues() - Method in interface org.elasticsearch.index.fielddata.AtomicNumericFieldData
Get an integer view of the values of this segment.
getLons() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
getLookup(CompletionFieldMapper2x.CompletionFieldType, CompletionSuggestionContext) - Method in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat.CompletionTerms
 
getLookup(CompletionFieldMapper2x.CompletionFieldType, CompletionSuggestionContext) - Method in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat.LookupFactory
 
getLowerBounds() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
 
getLowercase() - Method in enum org.elasticsearch.action.DocWriteRequest.OpType
 
getLowercase() - Method in enum org.elasticsearch.action.DocWriteResponse.Result
 
getLowercase() - Method in enum org.elasticsearch.index.engine.Engine.Operation.TYPE
 
getLowFreqMinimumNumberShouldMatchSpec() - Method in class org.apache.lucene.queries.ExtendedCommonTermsQuery
 
getLowWatermarkRaw() - Method in class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
Gets the raw (uninterpreted) low watermark value as found in the settings.
getLuceneDescription() - Method in class org.elasticsearch.search.profile.ProfileResult
Retrieve the lucene description of this query (e.g.
getMapper(String) - Method in class org.elasticsearch.index.mapper.DocumentFieldMappers
Returns the mapper for the given field
getMapper(String) - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
getMapperParsers() - Method in class org.elasticsearch.indices.mapper.MapperRegistry
Return a map of the mappers that have been registered.
getMapperRegistry() - Method in class org.elasticsearch.indices.IndicesModule
A registry for all field mappers.
getMappers() - Method in interface org.elasticsearch.plugins.MapperPlugin
Returns additional mapper implementations added by this plugin.
getMapperService() - Method in class org.elasticsearch.index.query.QueryRewriteContext
Return the MapperService.
getMapping() - Method in class org.elasticsearch.index.mapper.DocumentMapperForType
 
getMappings() - Method in class org.elasticsearch.action.admin.indices.get.GetIndexResponse
 
getMappings() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse
 
getMappings(GetMappingsRequest, ActionListener<GetMappingsResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Get the complete mappings of one or more types
getMappings(GetMappingsRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Get the complete mappings of one or more types
getMappings() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getMappings() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
GetMappingsAction - Class in org.elasticsearch.action.admin.indices.mapping.get
 
GetMappingsRequest - Class in org.elasticsearch.action.admin.indices.mapping.get
 
GetMappingsRequest() - Constructor for class org.elasticsearch.action.admin.indices.mapping.get.GetMappingsRequest
 
GetMappingsRequestBuilder - Class in org.elasticsearch.action.admin.indices.mapping.get
 
GetMappingsRequestBuilder(ElasticsearchClient, GetMappingsAction, String...) - Constructor for class org.elasticsearch.action.admin.indices.mapping.get.GetMappingsRequestBuilder
 
GetMappingsResponse - Class in org.elasticsearch.action.admin.indices.mapping.get
 
getMasterAndDataNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Get a Map of the discovered master and data nodes arranged by their ids
getMasterNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Get the master node
getMasterNodeId() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Get the id of the master node
getMasterNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Get a Map of the discovered master nodes arranged by their ids
getMatchedQueries() - Method in class org.elasticsearch.search.SearchHit
The set of query and filter names the query matched with.
getMatchingBytes() - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
Gets the number of matching bytes the shard copy has with the primary shard.
getMax() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
getMax() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
 
getMax() - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
getMax() - Method in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
getMax() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.Stats
 
getMax() - Method in class org.elasticsearch.search.slice.SliceBuilder
The maximum number of slices.
getMax() - Method in class org.elasticsearch.search.slice.SliceQuery
 
getMax() - Method in class org.elasticsearch.threadpool.ThreadPool.Info
 
getMaxAdjacencyMatrixFilters() - Method in class org.elasticsearch.index.IndexSettings
Returns the max number of filters in adjacency_matrix aggregation search requests
getMaxAnalyzedPathsForOneInput() - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
 
getMaxAsString() - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
getMaxAsString() - Method in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
getMaxAsString() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.Stats
 
getMaxBoost() - Method in class org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
 
getMaxConcurrentGroupRequests() - Method in class org.elasticsearch.search.collapse.CollapseBuilder
Returns the amount of group requests that are allowed to be ran concurrently in the inner_hits phase.
getMaxConcurrentShardRequests() - Method in class org.elasticsearch.action.search.SearchRequest
Returns the number of shard requests that should be executed concurrently.
getMaxContentLength() - Method in class org.elasticsearch.http.HttpInfo
 
getMaxDeterminizedStates() - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions
Returns the maximum automaton states allowed for fuzzy expansion
getMaxDeterminizedStates() - Method in class org.elasticsearch.search.suggest.completion.RegexOptions
Returns the maximum automaton states allowed for fuzzy expansion
getMaxDoc() - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
getMaxDocFreq() - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
getMaxDocFreq() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getMaxDocFreq() - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Returns the maximum frequency in which words may still appear.
getMaxFileDescriptorCount() - Method in class org.elasticsearch.monitor.process.ProcessProbe
Returns the maximum number of file descriptors allowed on the system, or -1 if not supported.
getMaxFileDescriptors() - Method in class org.elasticsearch.monitor.process.ProcessStats
 
getMaxIndexPrimaryShards() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
the maximum number of primary shards an index has
getMaxIndexReplication() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
maximum replication factor across the indices.
getMaxIndexShards() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
the maximum number of shards (primary+replicas) an index has
getMaxMergeCount() - Method in class org.elasticsearch.index.MergeSchedulerConfig
Returns maxMergeCount.
getMaxNodeVersion() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Returns the version of the node with the yougest version in the cluster
getMaxNumTerms() - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
getMaxNumTokensParsed() - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
 
getMaxOpenFileDescriptors() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
 
getMaxQueryTerms() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getMaxQueryTerms() - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Returns the maximum number of query terms that will be included in any generated query.
getMaxRadiusMeters() - Method in class org.apache.lucene.spatial.geopoint.search.XGeoPointDistanceRangeQuery
getter method for maximum distance
getMaxRefreshListeners() - Method in class org.elasticsearch.index.IndexSettings
The maximum number of refresh listeners allows on this shard.
getMaxRescoreWindow() - Method in class org.elasticsearch.index.IndexSettings
Returns the maximum rescore window for search requests.
getMaxResultWindow() - Method in class org.elasticsearch.index.IndexSettings
Returns the max result window for search requests, describing the maximum value of from + size on a query.
getMaxRetries() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Total number of retries attempted for rejections.
getMaxScore() - Method in class org.elasticsearch.search.query.QuerySearchResult
 
getMaxScore() - Method in class org.elasticsearch.search.SearchHits
The maximum score of this query.
getMaxShingleSize() - Method in class org.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
 
getMaxSlicesPerScroll() - Method in class org.elasticsearch.index.IndexSettings
The maximum number of slices allowed in a scroll request.
getMaxTaskWaitTime() - Method in class org.elasticsearch.cluster.service.ClusterService
Returns the maximum wait time for tasks in the queue
getMaxTaskWaitTime() - Method in class org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
Returns the waiting time of the first task in the queue
getMaxTermFreq() - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
getMaxTermFrequency() - Method in class org.apache.lucene.queries.ExtendedCommonTermsQuery
 
getMaxThreadCount() - Method in class org.elasticsearch.index.MergeSchedulerConfig
Returns maxThreadCount.
getMaxUnsafeAutoIdTimestamp() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns the max timestamp that is used to de-optimize documents with auto-generated IDs in the engine.
getMaxUnsafeAutoIdTimestamp() - Method in class org.elasticsearch.index.engine.SegmentsStats
Returns the max timestamp that is used to de-optimize documents with auto-generated IDs in the engine.
getMaxUnsafeAutoIdTimestamp() - Method in class org.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
 
getMaxUpTime() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
The maximum uptime of a node in the cluster
getMaxValue() - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
getMaxValueAsString() - Method in class org.elasticsearch.action.fieldstats.FieldStats.Date
 
getMaxValueAsString() - Method in class org.elasticsearch.action.fieldstats.FieldStats.Double
 
getMaxValueAsString() - Method in class org.elasticsearch.action.fieldstats.FieldStats.GeoPoint
 
getMaxValueAsString() - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
getMaxValueAsString() - Method in class org.elasticsearch.action.fieldstats.FieldStats.Ip
 
getMaxValueAsString() - Method in class org.elasticsearch.action.fieldstats.FieldStats.Long
 
getMaxValueAsString() - Method in class org.elasticsearch.action.fieldstats.FieldStats.Text
 
getMaxWordLen() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getMaxWordLen() - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Returns the maximum word length above which words will be ignored.
getMaxWordLength() - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
getMb() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getMbFrac() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getMbPerSec(Thread, MergePolicy.OneMerge) - Static method in class org.apache.lucene.index.OneMergeHelper
The current MB per second rate limit for this merge.
getMega() - Method in class org.elasticsearch.common.unit.SizeValue
 
getMegaFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
getMem() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
 
getMem() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getMem() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
getMem() - Method in class org.elasticsearch.monitor.os.OsStats
 
getMem() - Method in class org.elasticsearch.monitor.process.ProcessStats
 
getMember() - Method in class org.elasticsearch.common.inject.spi.InjectionPoint
Returns the injected constructor, field, or method.
getMembersInjector(Class<T>) - Method in class org.elasticsearch.common.inject.AbstractModule
 
getMembersInjector(TypeLiteral<T>) - Method in class org.elasticsearch.common.inject.AbstractModule
 
getMembersInjector(TypeLiteral<T>) - Method in interface org.elasticsearch.common.inject.Binder
Returns the members injector used to inject dependencies into methods and fields on instances of the given type T.
getMembersInjector(Class<T>) - Method in interface org.elasticsearch.common.inject.Binder
Returns the members injector used to inject dependencies into methods and fields on instances of the given type T.
getMembersInjector(TypeLiteral<T>) - Method in interface org.elasticsearch.common.inject.Injector
Returns the members injector used to inject dependencies into methods and fields on instances of the given type T.
getMembersInjector(Class<T>) - Method in interface org.elasticsearch.common.inject.Injector
Returns the members injector used to inject dependencies into methods and fields on instances of the given type T.
getMembersInjector(Class<T>) - Method in class org.elasticsearch.common.inject.PrivateModule
 
getMembersInjector(TypeLiteral<T>) - Method in class org.elasticsearch.common.inject.PrivateModule
 
getMembersInjector() - Method in class org.elasticsearch.common.inject.spi.MembersInjectorLookup
Returns the looked up members injector.
getMembersInjector(TypeLiteral<T>) - Method in interface org.elasticsearch.common.inject.spi.TypeEncounter
Returns the members injector used to inject dependencies into methods and fields on instances of the given type T.
getMembersInjector(Class<T>) - Method in interface org.elasticsearch.common.inject.spi.TypeEncounter
Returns the members injector used to inject dependencies into methods and fields on instances of the given type T.
getMemory() - Method in class org.elasticsearch.index.engine.SegmentsStats
 
getMemoryInBytes() - Method in class org.elasticsearch.index.engine.Segment
Estimation of the memory usage used by a segment.
getMemoryInBytes() - Method in class org.elasticsearch.index.engine.SegmentsStats
Estimation of the memory usage used by a segment.
getMemoryPools() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getMemorySize() - Method in class org.elasticsearch.index.cache.query.QueryCacheStats
 
getMemorySize() - Method in class org.elasticsearch.index.cache.request.RequestCacheStats
 
getMemorySize() - Method in class org.elasticsearch.index.fielddata.FieldDataStats
 
getMemorySizeInBytes() - Method in class org.elasticsearch.index.cache.bitset.ShardBitsetFilterCache
 
getMemorySizeInBytes() - Method in class org.elasticsearch.index.cache.query.QueryCacheStats
 
getMemorySizeInBytes() - Method in class org.elasticsearch.index.cache.request.RequestCacheStats
 
getMemorySizeInBytes() - Method in class org.elasticsearch.index.fielddata.FieldDataStats
 
getMerge() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getMerge() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getMergedSegments() - Method in class org.elasticsearch.index.merge.OnGoingMerge
The list of segments that are being merged.
getMergeId() - Method in class org.elasticsearch.index.engine.Segment
If set, a string representing that the segment is part of a merge, with the value representing the group of segments that represent this merge.
getMergePolicy() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns the MergePolicy for the engines IndexWriter
getMergePolicy() - Method in class org.elasticsearch.index.IndexSettings
Returns the merge policy that should be used for this index.
getMergeSchedulerConfig() - Method in class org.elasticsearch.index.IndexSettings
getMergeSourceIndex() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getMergeStats() - Method in class org.elasticsearch.index.engine.Engine
 
getMergeStats() - Method in class org.elasticsearch.index.engine.InternalEngine
 
getMessage() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
The failure message.
getMessage() - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
The failure message.
getMessage() - Method in class org.elasticsearch.cluster.routing.allocation.FailedShard
The failure message, if available, explaining why the shard failed.
getMessage() - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
Returns optional details explaining the reasons.
getMessage() - Method in exception org.elasticsearch.common.inject.ConfigurationException
 
getMessage() - Method in exception org.elasticsearch.common.inject.CreationException
 
getMessage() - Method in exception org.elasticsearch.common.inject.ProvisionException
 
getMessage() - Method in class org.elasticsearch.common.inject.spi.Message
Gets the error message text.
getMessage() - Method in exception org.elasticsearch.common.ValidationException
 
getMessages() - Method in class org.elasticsearch.common.inject.internal.Errors
 
getMessagesFromThrowable(Throwable) - Static method in class org.elasticsearch.common.inject.internal.Errors
 
getMetaData() - Method in class org.elasticsearch.cluster.ClusterState
 
getMetadata(String) - Method in exception org.elasticsearch.ElasticsearchException
Returns the list of metadata values for the given key or null if no metadata for the given key exists.
getMetadata() - Method in exception org.elasticsearch.ElasticsearchException
 
getMetaData() - Method in class org.elasticsearch.index.IndexService
 
getMetadata(IndexCommit) - Method in class org.elasticsearch.index.store.Store
Returns a new MetadataSnapshot for the given commit.
getMetadata(IndexCommit, boolean) - Method in class org.elasticsearch.index.store.Store
Returns a new MetadataSnapshot for the given commit.
getMetadata() - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
getMetadata() - Method in interface org.elasticsearch.repositories.Repository
Returns metadata about this repository.
getMetaData() - Method in interface org.elasticsearch.search.aggregations.Aggregation
Get the optional byte array metadata that was set on the aggregation
getMetaData() - Method in class org.elasticsearch.search.aggregations.InternalAggregation
 
getMetaData() - Method in class org.elasticsearch.search.aggregations.ParsedAggregation
 
getMetadataKeys() - Method in exception org.elasticsearch.ElasticsearchException
Returns a set of all metadata keys on this exception
getMetadataMapperParsers() - Method in class org.elasticsearch.indices.mapper.MapperRegistry
Return a map of the meta mappers that have been registered.
getMetadataMappers() - Method in interface org.elasticsearch.plugins.MapperPlugin
Returns additional metadata mapper implementations added by this plugin.
getMethod() - Method in class org.elasticsearch.common.inject.internal.ProviderMethod
 
getMicros() - Method in class org.elasticsearch.common.unit.TimeValue
 
getMicrosFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
getMillis() - Method in class org.elasticsearch.common.unit.TimeValue
 
getMillisFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
getMin() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
 
getMin() - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
getMin() - Method in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
getMin() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.Stats
 
getMin() - Method in class org.elasticsearch.threadpool.ThreadPool.Info
 
getMinAsString() - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
getMinAsString() - Method in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
getMinAsString() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.Stats
 
getMinDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
getMinDocFreq() - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
getMinDocFreq() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getMinDocFreq() - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Returns the frequency at which words will be ignored which do not occur in at least this many docs.
getMinimalSupportedVersion() - Method in interface org.elasticsearch.cluster.NamedDiff
The minimal version of the recipient this custom object can be sent to
getMinimalSupportedVersion() - Method in interface org.elasticsearch.cluster.NamedDiffable
The minimal version of the recipient this custom object can be sent to
getMinimalSupportedVersion() - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress
 
getMinimumMasterNodes() - Method in interface org.elasticsearch.discovery.Discovery
 
getMinimumMasterNodes() - Method in class org.elasticsearch.discovery.local.LocalDiscovery
 
getMinimumMasterNodes() - Method in class org.elasticsearch.discovery.NoneDiscovery
 
getMinimumMasterNodes() - Method in class org.elasticsearch.discovery.single.SingleNodeDiscovery
 
getMinimumMasterNodes() - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
getMinimumShouldMatch() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
Number of terms that must match the generated query expressed in the common syntax for minimum should match.
getMinIndexPrimaryShards() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
the minimum number of primary shards an index has
getMinIndexReplication() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
minimum replication factor across the indices.
getMinIndexShards() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
the minimum number of shards (primary+replicas) an index has
getMinNodeVersion() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Returns the version of the node with the oldest version in the cluster.
getMinOpenFileDescriptors() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
 
getMinRadiusMeters() - Method in class org.apache.lucene.spatial.geopoint.search.XGeoPointDistanceRangeQuery
getter method for minimum distance
getMinScore() - Method in class org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
 
getMinScore() - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
getMinShingleSize() - Method in class org.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
 
getMinTermFreq() - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
getMinTermFreq() - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Returns the frequency below which terms will be ignored in the source doc.
getMinTermFrequency() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getMinutes() - Method in class org.elasticsearch.common.unit.TimeValue
 
getMinutesFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
getMinValue() - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
getMinValueAsString() - Method in class org.elasticsearch.action.fieldstats.FieldStats.Date
 
getMinValueAsString() - Method in class org.elasticsearch.action.fieldstats.FieldStats.Double
 
getMinValueAsString() - Method in class org.elasticsearch.action.fieldstats.FieldStats.GeoPoint
 
getMinValueAsString() - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
getMinValueAsString() - Method in class org.elasticsearch.action.fieldstats.FieldStats.Ip
 
getMinValueAsString() - Method in class org.elasticsearch.action.fieldstats.FieldStats.Long
 
getMinValueAsString() - Method in class org.elasticsearch.action.fieldstats.FieldStats.Text
 
getMinWordLen() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getMinWordLen() - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Returns the minimum word length below which words will be ignored.
getMinWordLength() - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
getMissCount() - Method in class org.elasticsearch.index.cache.query.QueryCacheStats
The number of lookups in the cache that failed to retrieve a DocIdSet.
getMissCount() - Method in class org.elasticsearch.index.cache.request.RequestCacheStats
 
getMisses() - Method in class org.elasticsearch.common.cache.Cache.CacheStats
 
getMissingCount() - Method in class org.elasticsearch.index.get.GetStats
 
getMissingTime() - Method in class org.elasticsearch.index.get.GetStats
 
getMissingTimeInMillis() - Method in class org.elasticsearch.index.get.GetStats
 
getModifiers() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
 
getModule(Iterable<? extends Element>) - Static method in class org.elasticsearch.common.inject.spi.Elements
Returns the module composed of elements.
getModuleInfos() - Method in class org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
Returns an ordered list based on modules name
getMoreLikeFields() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getMount() - Method in class org.elasticsearch.monitor.fs.FsInfo.Path
 
getMoveDecision() - Method in class org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
Gets the move decision for the shard.
getMovingAverageModelParserRegistry() - Method in class org.elasticsearch.search.SearchModule
The registry of MovAvgModels.
getMovingAverageModels() - Method in interface org.elasticsearch.plugins.SearchPlugin
The new MovAvgModels defined by this plugin.
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.ArabicNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.ASCIIFoldingTokenFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.CJKWidthFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.DecimalDigitFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.ElisionTokenFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.GermanNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.HindiNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.IndicNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.LowerCaseTokenFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.LowerCaseTokenizerFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.MappingCharFilterFactory
 
getMultiTermComponent() - Method in interface org.elasticsearch.index.analysis.MultiTermAwareComponent
Returns an analysis component to handle analysis if multi-term queries.
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.PatternReplaceCharFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.PersianNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.ScandinavianFoldingFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.ScandinavianNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.SerbianNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.SoraniNormalizationFilterFactory
 
getMultiTermComponent() - Method in class org.elasticsearch.index.analysis.UpperCaseTokenFilterFactory
 
getMultiTermComponent(Version) - Method in enum org.elasticsearch.indices.analysis.PreBuiltTokenizers
 
getMultiValueMode() - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
getName() - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
 
getName() - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
 
getName() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilities
The name of the field.
getName() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
getName() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
The name of the node.
getName() - Method in class org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
 
getName() - Method in interface org.elasticsearch.common.breaker.CircuitBreaker
 
getName() - Method in class org.elasticsearch.common.breaker.MemoryCircuitBreaker
 
getName() - Method in class org.elasticsearch.common.breaker.NoopCircuitBreaker
 
getName() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
 
getName() - Method in class org.elasticsearch.common.util.concurrent.AbstractRefCounted
gets the name of this instance
getName() - Method in exception org.elasticsearch.common.xcontent.NamedXContentRegistry.UnknownNamedObjectException
Name of the missing parser.
getName() - Method in class org.elasticsearch.common.xcontent.ObjectParser
Get the name of the parser.
getName() - Method in class org.elasticsearch.index.engine.Segment
 
getName() - Method in class org.elasticsearch.index.get.GetField
 
getName() - Method in class org.elasticsearch.index.Index
 
getName() - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
getName() - Method in class org.elasticsearch.index.query.functionscore.ExponentialDecayFunctionBuilder
 
getName() - Method in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
getName() - Method in class org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
 
getName() - Method in class org.elasticsearch.index.query.functionscore.LinearDecayFunctionBuilder
 
getName() - Method in class org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
 
getName() - Method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
The name of this score function.
getName() - Method in class org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
 
getName() - Method in class org.elasticsearch.index.query.functionscore.WeightBuilder
 
getName() - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
getName() - Method in interface org.elasticsearch.index.query.QueryBuilder
Returns the name that identifies uniquely the query
getName() - Method in class org.elasticsearch.index.query.WrapperQueryBuilder
 
getName() - Method in class org.elasticsearch.indices.breaker.BreakerSettings
 
getName() - Method in class org.elasticsearch.indices.breaker.CircuitBreakerStats
 
getName() - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
getName() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
getName() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
getName() - Method in class org.elasticsearch.monitor.os.OsInfo
 
getName() - Method in class org.elasticsearch.plugins.PluginInfo
The name of the plugin.
getName() - Method in class org.elasticsearch.plugins.SearchPlugin.SearchExtensionSpec
The name of the thing being specified as a ParseField.
getName() - Method in class org.elasticsearch.repositories.IndexId
The name of the index.
getName() - Method in interface org.elasticsearch.script.NativeScriptFactory
Deprecated.
Returns the name of the script factory
getName() - Method in enum org.elasticsearch.script.ScriptType
 
getName() - Method in interface org.elasticsearch.search.aggregations.Aggregation
 
getName() - Method in class org.elasticsearch.search.aggregations.AggregationBuilder
Return this aggregation's name.
getName() - Method in class org.elasticsearch.search.aggregations.InternalAggregation
 
getName() - Method in class org.elasticsearch.search.aggregations.ParsedAggregation
 
getName() - Method in enum org.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
Return the english-formatted name of the GapPolicy
getName() - Method in enum org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.SeasonalityType
Return the english-formatted name of the SeasonalityType
getName() - Method in class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
Return this aggregation's name.
getName() - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightField
The name of the field highlighted.
getName() - Method in class org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
 
getName() - Method in class org.elasticsearch.search.profile.query.CollectorResult
 
getName() - Method in class org.elasticsearch.search.profile.query.InternalProfileCollector
 
getName() - Method in class org.elasticsearch.search.SearchHitField
The name of the field.
getName() - Method in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
getName() - Method in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat.CompletionLookupProvider
 
getName() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
getName() - Method in class org.elasticsearch.snapshots.SnapshotId
Returns snapshot name
getName() - Method in class org.elasticsearch.threadpool.ThreadPool.Info
 
getName() - Method in class org.elasticsearch.threadpool.ThreadPoolStats.Stats
 
getNamedContexts(List<CharSequence>) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMappings
Maps an output context list to a map of context mapping names and their values see ContextMappings.TypedContextField
getNamedWriteables() - Static method in class org.elasticsearch.cluster.ClusterModule
 
getNamedWriteables() - Static method in class org.elasticsearch.common.network.NetworkModule
 
getNamedWriteables() - Method in class org.elasticsearch.indices.IndicesModule
 
getNamedWriteables() - Method in class org.elasticsearch.plugins.Plugin
Returns parsers for NamedWriteable this plugin will use over the transport protocol.
getNamedWriteables() - Method in class org.elasticsearch.search.SearchModule
 
getNamedXContent() - Method in class org.elasticsearch.plugins.Plugin
Returns parsers for named objects this plugin will parse from XContentParser.namedObject(Class, String, Object).
getNamedXContentParsers() - Method in interface org.elasticsearch.plugins.spi.NamedXContentProvider
 
getNamedXContents() - Static method in class org.elasticsearch.common.network.NetworkModule
 
getNamedXContents() - Method in class org.elasticsearch.search.SearchModule
 
getNamedXWriteables() - Static method in class org.elasticsearch.cluster.ClusterModule
 
getNames() - Method in class org.elasticsearch.common.xcontent.ParseFieldRegistry
All the names under which values are registered.
getNamespace(Setting<T>) - Method in class org.elasticsearch.common.settings.Setting.AffixSetting
Returns the namespace for a concrete settting.
getNanos() - Method in class org.elasticsearch.common.unit.TimeValue
 
getNativeScripts() - Method in interface org.elasticsearch.plugins.ScriptPlugin
Returns a list of NativeScriptFactory instances.
getNeighbours() - Method in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext
Returns the precision levels at which geohash cells neighbours are considered
getNestedFilter() - Method in class org.elasticsearch.search.sort.FieldSortBuilder
Returns the nested filter that the nested objects should match with in order to be taken into account for sorting.
getNestedFilter() - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Returns the nested filter that the nested objects should match with in order to be taken into account for sorting.
getNestedFilter() - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
Gets the nested filter.
getNestedIdentity() - Method in class org.elasticsearch.search.SearchHit
If this is a nested hit then nested reference information is returned otherwise null is returned.
getNestedPath() - Method in class org.elasticsearch.search.sort.FieldSortBuilder
Returns the nested path if sorting occurs in a field that is inside a nested object.
getNestedPath() - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Returns the nested path if sorting occurs on a field that is inside a nested object.
getNestedPath() - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
Gets the nested path.
getNewIndex() - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverResponse
Returns the name of the index that the request alias currently points to
getNewMetaData() - Method in class org.elasticsearch.gateway.GatewayMetaState.IndexMetaWriteInfo
 
getNextClusterStateToProcess() - Method in class org.elasticsearch.discovery.zen.PendingClusterStatesQueue
Gets the next committed state to process.
getNode() - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
Node the store belongs to
getNode() - Method in class org.elasticsearch.action.support.nodes.BaseNodeResponse
The node this information relates to.
getNode() - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
Get the node that this decision is for.
getNode() - Method in class org.elasticsearch.discovery.zen.ElectMasterService.MasterCandidate
 
getNode() - Method in class org.elasticsearch.transport.TcpTransport.NodeChannels
 
getNode() - Method in interface org.elasticsearch.transport.Transport.Connection
The node this connection is associated with
getNodeDecision() - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
Gets the AllocationDecision for allocating to this node.
getNodeDecisions() - Method in class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
Gets the sorted list of individual node-level decisions that went into making the ultimate decision whether to allocate or move the shard.
getNodeEnvironment() - Method in class org.elasticsearch.node.Node
Returns the NodeEnvironment instance of this node
getNodeFailures() - Method in class org.elasticsearch.action.support.tasks.BaseTasksResponse
The list of node failures exception.
getNodeId() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
Returns node id of the node where snapshot is currently running
getNodeId() - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
 
getNodeId() - Method in class org.elasticsearch.action.TaskOperationFailure
 
getNodeId() - Method in class org.elasticsearch.cluster.DiskUsage
 
getNodeId() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
getNodeId() - Method in class org.elasticsearch.search.SearchShardTarget
 
getNodeId() - Method in class org.elasticsearch.tasks.TaskId
 
getNodeIdText() - Method in class org.elasticsearch.search.SearchShardTarget
 
getNodeLeastAvailableDiskUsages() - Method in class org.elasticsearch.cluster.ClusterInfo
Returns a node id to disk usage mapping for the path that has the least available space on the node.
getNodeLockId() - Method in class org.elasticsearch.env.NodeEnvironment
 
getNodeMostAvailableDiskUsages() - Method in class org.elasticsearch.cluster.ClusterInfo
Returns a node id to disk usage mapping for the path that has the most available space on the node.
getNodeName() - Method in class org.elasticsearch.action.main.MainResponse
 
getNodeName() - Method in class org.elasticsearch.cluster.DiskUsage
 
getNodeName() - Method in class org.elasticsearch.index.IndexSettings
Returns the current node name
getNodeRateLimiter() - Method in class org.elasticsearch.index.store.IndexStoreConfig
Returns the node level rate limiter
getNodes() - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
 
getNodes() - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
 
getNodes() - Method in class org.elasticsearch.action.support.nodes.BaseNodesResponse
Get the successful node responses.
getNodes() - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
 
getNodes() - Method in class org.elasticsearch.cluster.ClusterState
 
getNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Get a Map of the discovered nodes arranged by their ids
getNodes() - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection
Gets the current set of nodes involved in node fault detection.
getNodeSettings() - Method in class org.elasticsearch.index.IndexSettings
Returns the node settings.
getNodesMap() - Method in class org.elasticsearch.action.support.nodes.BaseNodesResponse
Lazily build and get a map of Node ID to node response.
getNodesStats() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
 
getNoMasterBlock() - Method in class org.elasticsearch.discovery.DiscoverySettings
 
getNonHeapCommitted() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
getNonHeapInit() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
getNonHeapMax() - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
getNonHeapUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
getNoops() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
 
getNoops() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Number of noops (skipped bulk items) as part of this request.
getNoopUpdateCount() - Method in class org.elasticsearch.index.shard.IndexingStats.Stats
 
getNormalizer(String) - Method in class org.elasticsearch.index.analysis.IndexAnalyzers
Returns a normalizer mapped to the given name or null if not present
getNormsMemory() - Method in class org.elasticsearch.index.engine.SegmentsStats
 
getNormsMemoryInBytes() - Method in class org.elasticsearch.index.engine.SegmentsStats
Estimation of the norms memory usage by a segment.
getNumberOfCommitted() - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
getNumberOfDataNodes() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getNumberOfDataNodes() - Method in class org.elasticsearch.cluster.health.ClusterStateHealth
 
getNumberOfDelayedUnassigned(ClusterState) - Static method in class org.elasticsearch.cluster.routing.UnassignedInfo
Returns the number of shards that are unassigned and currently being delayed.
getNumberOfElapsedPeriods() - Method in class org.elasticsearch.monitor.os.OsStats.Cgroup.CpuStat
The number of elapsed periods.
getNumberOfFiles() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
Returns number of files in the snapshot
getNumberOfInFlightFetch() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getNumberOfInFlightFetch() - Method in class org.elasticsearch.gateway.GatewayAllocator
 
getNumberOfInFlightFetches() - Method in class org.elasticsearch.gateway.AsyncShardFetch
Returns the number of async fetches that are currently ongoing.
getNumberOfNodes() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getNumberOfNodes() - Method in class org.elasticsearch.cluster.health.ClusterStateHealth
 
getNumberOfPendingTasks() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getNumberOfPendingTasks() - Method in class org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
 
getNumberOfReplicas() - Method in class org.elasticsearch.cluster.health.ClusterIndexHealth
 
getNumberOfReplicas() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getNumberOfReplicas() - Method in class org.elasticsearch.index.IndexSettings
Returns the number of replicas this index has.
getNumberOfSearch() - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
getNumberOfShards() - Method in class org.elasticsearch.cluster.health.ClusterIndexHealth
 
getNumberOfShards() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getNumberOfShards() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getNumberOfShards() - Method in class org.elasticsearch.index.IndexSettings
Returns the number of shards this index has.
getNumberOfTimesThrottled() - Method in class org.elasticsearch.monitor.os.OsStats.Cgroup.CpuStat
The number of times tasks in the control group have been throttled.
getNumConnections() - Method in class org.elasticsearch.transport.ConnectionProfile
Returns the total number of connections for this profile
getNumConnectionsPerType(TransportRequestOptions.Type) - Method in class org.elasticsearch.transport.ConnectionProfile
Returns the number of connections per type for this profile.
getNumDocs(SegmentInfos) - Static method in class org.elasticsearch.common.lucene.Lucene
Returns the number of documents in the index referenced by this SegmentInfos
getNumDocs() - Method in class org.elasticsearch.index.engine.CommitStats
Returns the number of documents in the in this commit
getNumDocs() - Method in class org.elasticsearch.index.engine.Segment
 
getNumDocs() - Method in class org.elasticsearch.index.store.Store.MetadataSnapshot
Returns the number of documents in this store snapshot
getNumDocsWithValue() - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Returns the number distinct of document IDs with one or more values.
getNumericType() - Method in interface org.elasticsearch.index.fielddata.IndexNumericFieldData
 
getNumericType() - Method in class org.elasticsearch.index.fielddata.plain.SortedNumericDVIndexFieldData
 
getNumFailedAllocations() - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
Returns the number of previously failed allocations of this shard.
getNumFreed() - Method in class org.elasticsearch.action.search.ClearScrollResponse
 
getNumIgnoredPrimaries() - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
Returns the number of temporarily marked as ignored unassigned primaries
getNumMultiValuesDocs() - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Returns the number distinct of document IDs associated with two or more values.
getNumPrimaries() - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
Returns the number of non-ignored unassigned primaries
getNumPurged() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.Builder
Get the number of tombstones that were purged.
getNumReducePhases() - Method in class org.elasticsearch.action.search.SearchResponse
Returns the number of reduce phases applied to obtain this search response
getNumReducePhases() - Method in class org.elasticsearch.action.search.SearchResponseSections
Returns the number of reduce phases applied to obtain this search response
getNumSingleValuedDocs() - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Returns the number distinct of document IDs associated with exactly one value.
getObjectMapper(String) - Method in class org.elasticsearch.index.mapper.MapperService
 
getObjectMapper(String) - Method in class org.elasticsearch.index.query.QueryShardContext
 
getObjectMapper() - Method in class org.elasticsearch.index.query.support.NestedScope
 
getObjectMapper(String) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
getObjectMapper(String) - Method in class org.elasticsearch.search.internal.SearchContext
 
getOffset() - Method in class org.elasticsearch.search.SearchHit.NestedIdentity
Returns the offset in the nested array of objects in the source this hit
getOffset() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
getOffsetGap(String) - Method in class org.elasticsearch.index.analysis.CustomAnalyzer
 
getOffsetSource(String) - Method in class org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
Forces the offset source for this highlighter
getOldIndex() - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverResponse
Returns the name of the index that the request alias was pointing to
getOnFailureProcessors() - Method in class org.elasticsearch.ingest.CompoundProcessor
 
getOnFailureProcessors() - Method in class org.elasticsearch.ingest.Pipeline
Unmodifiable list containing each on_failure processor that operates on the data in case of exception thrown in pipeline processors
getOnlyCause(Collection<Message>) - Static method in class org.elasticsearch.common.inject.internal.Errors
Returns the cause throwable if there is exactly one cause in messages.
getOp() - Method in enum org.elasticsearch.action.DocWriteResponse.Result
 
getOpenContexts() - Method in class org.elasticsearch.index.search.stats.SearchStats
 
getOpenFileDescriptorCount() - Method in class org.elasticsearch.monitor.process.ProcessProbe
Returns the number of opened file descriptors associated with the current process, or -1 if not supported.
getOpenFileDescriptors() - Method in class org.elasticsearch.monitor.process.ProcessStats
 
getOpenIndexOutput(String) - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
getOpenMode() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns the EngineConfig.OpenMode for this engine config.
getOperation() - Method in class org.elasticsearch.script.ScriptContext.Plugin
 
getOperationType() - Method in class org.elasticsearch.index.engine.Engine.Result
 
getOptionalFormat() - Method in class org.elasticsearch.action.fieldstats.IndexConstraint
 
getOptions() - Method in class org.elasticsearch.script.Script
 
getOptions() - Method in class org.elasticsearch.script.StoredScriptSource
 
getOptions() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion
 
getOptions() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
getOpType() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The operation type ("index", "create" or "delete").
getOrConnect(DiscoveryNode) - Method in class org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
 
getOrDefault(int, VType) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
getOrDefault(KType, VType) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
getOrDefault(KType, VType) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap
 
getOrDefault(String, PreBuiltAnalyzers) - Static method in enum org.elasticsearch.indices.analysis.PreBuiltAnalyzers
Get a pre built Analyzer by its name or fallback to the default one
getOrDefault(String, PreBuiltCharFilters) - Static method in enum org.elasticsearch.indices.analysis.PreBuiltCharFilters
Get a pre built CharFilter by its name or fallback to the default one
getOrDefault(String, PreBuiltTokenFilters) - Static method in enum org.elasticsearch.indices.analysis.PreBuiltTokenFilters
Get a pre built TokenFilter by its name or fallback to the default one
getOrDefault(String, PreBuiltTokenizers) - Static method in enum org.elasticsearch.indices.analysis.PreBuiltTokenizers
Get a pre built Tokenizer by its name or fallback to the default one
getOrder() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
getOrdinalMap() - Method in interface org.elasticsearch.index.fielddata.IndexOrdinalsFieldData
Returns the underlying MultiDocValues.OrdinalMap for this fielddata or null if global ordinals are not needed (constant value or single segment).
getOrdinalMap() - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
 
getOrdinalMap() - Method in class org.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
 
getOrdinalMap() - Method in class org.elasticsearch.index.fielddata.plain.SortedSetDVOrdinalsIndexFieldData
 
getOrdinalMap() - Method in class org.elasticsearch.index.fielddata.UidIndexFieldData
 
getOrdinalsValues() - Method in interface org.elasticsearch.index.fielddata.AtomicOrdinalsFieldData
Return the ordinals values for the current atomic reader.
getOrdinalsValues() - Method in class org.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
 
getOrdinalsValues() - Method in class org.elasticsearch.index.fielddata.plain.SortedSetDVBytesAtomicFieldData
 
getOriginalIndices() - Method in class org.elasticsearch.action.search.SearchShardIterator
Returns the original indices associated with this shard iterator, specifically with the cluster that this shard belongs to.
getOriginalIndices() - Method in class org.elasticsearch.search.SearchShardTarget
 
getOriginNanoTime() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
getOriginNanoTime() - Method in class org.elasticsearch.search.internal.SearchContext
 
getOrRefresh() - Method in class org.elasticsearch.common.util.SingleObjectCache
Returns the currently cached object and potentially refreshes the cache before returning.
getOs() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
Operating System level information.
getOs() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
Operating System level statistics.
getOs() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
 
getOutgoingRecoveries(String) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
getOutputUnigrams() - Method in class org.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
 
getOutputUnigramsIfNoShingles() - Method in class org.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
 
getOverhead() - Method in class org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
 
getOverhead() - Method in interface org.elasticsearch.common.breaker.CircuitBreaker
 
getOverhead() - Method in class org.elasticsearch.common.breaker.MemoryCircuitBreaker
 
getOverhead() - Method in class org.elasticsearch.common.breaker.NoopCircuitBreaker
 
getOverhead() - Method in class org.elasticsearch.indices.breaker.BreakerSettings
 
getOverhead() - Method in class org.elasticsearch.indices.breaker.CircuitBreakerStats
 
getOwnerType() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
 
getPackageName(Class<?>) - Static method in class org.elasticsearch.common.Classes
Determine the name of the package of the given class: e.g.
getParameterIndex() - Method in class org.elasticsearch.common.inject.spi.Dependency
Returns the index of this dependency in the injection point's parameter list, or -1 if this dependency does not belong to a parameter list.
getParameterTypes(Member) - Method in class org.elasticsearch.common.inject.TypeLiteral
Returns the resolved generic parameter types of methodOrConstructor.
getParams() - Method in class org.elasticsearch.script.Script
 
getParent() - Method in class org.elasticsearch.index.mapper.ParseContext.Document
Return the parent document, or null if this is the root document.
getParent() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getParent() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The document id of the parent of the hit if there is a parent or null if there isn't.
getParent() - Method in class org.elasticsearch.search.aggregations.AggregatorFactory
 
getParentId(ParentFieldMapper, LeafReader, int) - Static method in class org.elasticsearch.search.fetch.subphase.ParentFieldSubFetchPhase
 
getParentJoinFieldType() - Method in class org.elasticsearch.index.mapper.ParentFieldMapper
 
getParentObjectMapper(MapperService) - Method in class org.elasticsearch.index.mapper.ObjectMapper
Returns the parent ObjectMapper instance of the specified object mapper or null if there isn't any.
getParentReader() - Method in class org.elasticsearch.search.lookup.LeafIndexLookup
 
getParentTask() - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
 
getParentTask() - Method in interface org.elasticsearch.tasks.TaskAwareRequest
Get a reference to the task that created this request.
getParentTask() - Method in class org.elasticsearch.transport.TransportRequest
Get a reference to the task that created this request.
getParentTaskId() - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
Returns the parent task id that tasks should be filtered by
getParentTaskId() - Method in class org.elasticsearch.tasks.Task
Returns id of the parent task or NO_PARENT_ID if the task doesn't have any parent tasks
getParentTaskId() - Method in class org.elasticsearch.tasks.TaskInfo
Returns the parent task id
getParentTypes() - Method in class org.elasticsearch.index.mapper.MapperService
 
getParseField() - Method in enum org.elasticsearch.script.ScriptType
 
getParseField() - Method in enum org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesMethod
 
getParser() - Method in class org.elasticsearch.index.translog.TruncateTranslogCommand
 
getParser() - Static method in class org.elasticsearch.ingest.PipelineConfiguration
 
getParser() - Method in class org.elasticsearch.plugins.SearchPlugin.SearchExtensionSpec
The parser responsible for converting XContent into the behavior.
getParser() - Static method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
 
getParser(ParseFieldRegistry<SignificanceHeuristicParser>) - Static method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
getPartialValue() - Method in exception org.elasticsearch.common.inject.ConfigurationException
Returns a value that was only partially computed due to this exception.
getPassword() - Method in class org.elasticsearch.index.reindex.RemoteInfo
 
getPath() - Method in class org.elasticsearch.cluster.DiskUsage
 
getPath() - Method in class org.elasticsearch.common.PidFile
Returns the process id file path
getPath() - Method in class org.elasticsearch.index.mapper.ParseContext.Document
Return the path associated with this document.
getPath() - Method in class org.elasticsearch.index.search.ESToParentBlockJoinQuery
Return the path of results of this query, or null if matches are at the root level.
getPath() - Method in class org.elasticsearch.monitor.fs.FsInfo.Path
 
getPathElements() - Method in class org.elasticsearch.search.aggregations.support.AggregationPath
 
getPathElementsAsStringList() - Method in class org.elasticsearch.search.aggregations.support.AggregationPath
 
getPattern() - Method in class org.elasticsearch.index.analysis.PatternReplaceCharFilterFactory
 
getPatterns() - Method in class org.elasticsearch.common.settings.SettingsFilter
Returns a set of patterns
getPayload() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry.Option
 
getPayloadAsDouble() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry.Option
 
getPayloadAsLong() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry.Option
 
getPayloadAsMap() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry.Option
 
getPayloadAsString() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry.Option
 
getPb() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getPbFrac() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getPeakCount() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Threads
 
getPeakMax() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
getPeakUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
getPending() - Method in class org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
 
getPending() - Method in class org.elasticsearch.discovery.zen.PendingClusterStateStats
 
getPendingTasks() - Method in class org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
The pending cluster tasks
getPercent() - Method in class org.elasticsearch.monitor.os.OsStats.Cpu
 
getPercent() - Method in class org.elasticsearch.monitor.process.ProcessStats.Cpu
Get the Process cpu usage.
getPercent() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.Percentile
 
getPercentile(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
 
getPercentileAsString(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
 
getPerNodeTasks() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
Returns the list of tasks by node
getPersistentSettings() - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse
 
getPeta() - Method in class org.elasticsearch.common.unit.SizeValue
 
getPetaFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
getPhase() - Method in class org.elasticsearch.action.support.replication.ReplicationTask
Get the current phase of the task.
getPhaseName() - Method in exception org.elasticsearch.action.search.SearchPhaseExecutionException
 
getPid() - Method in class org.elasticsearch.common.PidFile
Returns the current process id
getPid() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
The process id.
getPingResponseHandler(UnicastZenPing.PingingRound, DiscoveryNode) - Method in class org.elasticsearch.discovery.zen.UnicastZenPing
 
getPipeline() - Method in class org.elasticsearch.action.index.IndexRequest
Returns the ingest pipeline to be executed before indexing the document
getPipeline(GetPipelineRequest, ActionListener<GetPipelineResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Returns a stored ingest pipeline
getPipeline(GetPipelineRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Returns a stored ingest pipeline
getPipeline() - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
Ingest pipeline to set on index requests made by this action.
GetPipelineAction - Class in org.elasticsearch.action.ingest
 
GetPipelineAction() - Constructor for class org.elasticsearch.action.ingest.GetPipelineAction
 
getPipelineAggregations() - Method in interface org.elasticsearch.plugins.SearchPlugin
The new PipelineAggregators added by this plugin.
getPipelineAggregatorFactories() - Method in class org.elasticsearch.search.aggregations.AggregatorFactories.Builder
 
getPipelineExecutionService() - Method in class org.elasticsearch.ingest.IngestService
 
getPipelineId() - Method in class org.elasticsearch.action.ingest.SimulatePipelineResponse
 
GetPipelineRequest - Class in org.elasticsearch.action.ingest
 
GetPipelineRequest(String...) - Constructor for class org.elasticsearch.action.ingest.GetPipelineRequest
 
GetPipelineRequestBuilder - Class in org.elasticsearch.action.ingest
 
GetPipelineRequestBuilder(ElasticsearchClient, GetPipelineAction) - Constructor for class org.elasticsearch.action.ingest.GetPipelineRequestBuilder
 
GetPipelineRequestBuilder(ElasticsearchClient, GetPipelineAction, String[]) - Constructor for class org.elasticsearch.action.ingest.GetPipelineRequestBuilder
 
GetPipelineResponse - Class in org.elasticsearch.action.ingest
 
GetPipelineResponse() - Constructor for class org.elasticsearch.action.ingest.GetPipelineResponse
 
GetPipelineResponse(List<PipelineConfiguration>) - Constructor for class org.elasticsearch.action.ingest.GetPipelineResponse
 
getPipelines() - Method in class org.elasticsearch.ingest.IngestMetadata
 
getPipelines(ClusterState, String...) - Method in class org.elasticsearch.ingest.PipelineStore
 
getPipelineStore() - Method in class org.elasticsearch.ingest.IngestService
 
GetPipelineTransportAction - Class in org.elasticsearch.action.ingest
 
GetPipelineTransportAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, NodeService) - Constructor for class org.elasticsearch.action.ingest.GetPipelineTransportAction
 
getPluginInfos() - Method in class org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
Returns an ordered list based on plugins name
getPluginName() - Method in class org.elasticsearch.script.ScriptContext.Plugin
 
getPlugins() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
getPlugins() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
 
getPluginSettings() - Method in class org.elasticsearch.plugins.PluginsService
 
getPluginSettingsFilter() - Method in class org.elasticsearch.plugins.PluginsService
 
getPluginsService() - Method in class org.elasticsearch.node.Node
The PluginsService used to build this node's components.
getPointsMemory() - Method in class org.elasticsearch.index.engine.SegmentsStats
 
getPointsMemoryInBytes() - Method in class org.elasticsearch.index.engine.SegmentsStats
Estimation of the points memory usage by a segment.
getPort() - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
getPort() - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
getPort() - Method in interface org.elasticsearch.common.transport.TransportAddress
Returns the port of this transport address if applicable
getPort() - Method in class org.elasticsearch.index.reindex.RemoteInfo
 
getPortRangeString() - Method in class org.elasticsearch.common.transport.PortsRange
 
getPosition() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
getPositionIncrementGap(String) - Method in class org.elasticsearch.index.analysis.CustomAnalyzer
 
getPositionIncrementGap(String) - Method in class org.elasticsearch.index.analysis.NamedAnalyzer
 
getPositionIncrementGap() - Method in class org.elasticsearch.index.mapper.StringFieldMapper
 
getPositionIncrementGap() - Method in class org.elasticsearch.index.mapper.TextFieldMapper
 
getPositionLength() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
getPositions() - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Returns the relative positions of terms in this phrase.
getPostingsFormatForField(String) - Method in class org.elasticsearch.index.codec.PerFieldMappingPostingFormatCodec
 
getPrecision() - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping
 
getPrecision() - Method in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext
Returns the precision (length) for the geohash
getPreferredName() - Method in class org.elasticsearch.common.ParseField
 
getPreferredName() - Method in enum org.elasticsearch.search.aggregations.support.ValueType
 
getPreFilterShardSize() - Method in class org.elasticsearch.action.search.SearchRequest
Returns a threshold that enforces a pre-filter roundtrip to pre-filter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold.
getPrefix() - Method in class org.elasticsearch.index.mapper.ParseContext.Document
Return a prefix that all fields in this document should have.
getPrefix() - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
getPrefixQuery(String, String) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
 
getPreservePositionsIncrements() - Method in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
getPreserveSep() - Method in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
getPrimaries() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
total number of primary shards in the cluster
getPrimaries() - Method in class org.elasticsearch.action.admin.indices.stats.IndexStats
 
getPrimaries() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
 
getPrimary() - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
getPrimary() - Method in class org.elasticsearch.indices.recovery.RecoveryState
 
getPrimaryTerm() - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
 
getPrimaryTerm() - Method in class org.elasticsearch.index.shard.IndexShard
Returns the primary term the index shard is on.
getPriority() - Method in class org.elasticsearch.cluster.service.PendingClusterTask
 
getPrivateElements() - Method in class org.elasticsearch.common.inject.internal.ExposedBindingImpl
 
getPrivateElements() - Method in interface org.elasticsearch.common.inject.spi.ExposedBinding
Returns the enclosed environment that holds the original binding.
getProcess() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
Process level information.
getProcess() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
Process level statistics.
getProcess() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
 
getProcessCpuPercent() - Method in class org.elasticsearch.monitor.process.ProcessProbe
Returns the process CPU usage in percent
getProcessCpuTotalTime() - Method in class org.elasticsearch.monitor.process.ProcessProbe
Returns the CPU time (in milliseconds) used by the process on which the Java virtual machine is running, or -1 if not supported.
getProcessedFiles() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
Returns number of files in the snapshot that were processed so far
getProcessedSize() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
Returns total size of files in the snapshot that were processed so far
getProcessorFactories() - Method in class org.elasticsearch.ingest.PipelineStore
 
getProcessorResults() - Method in class org.elasticsearch.action.ingest.SimulateDocumentVerboseResult
 
getProcessors() - Method in class org.elasticsearch.ingest.CompoundProcessor
 
getProcessors() - Method in class org.elasticsearch.ingest.IngestInfo
 
getProcessors() - Method in class org.elasticsearch.ingest.Pipeline
Unmodifiable list containing each processor that operates on the data.
getProcessors(Processor.Parameters) - Method in interface org.elasticsearch.plugins.IngestPlugin
Returns additional ingest processor types added by this plugin.
getProfileAddresses() - Method in class org.elasticsearch.transport.TransportInfo
 
getProfileBreakdown(E) - Method in class org.elasticsearch.search.profile.AbstractInternalProfileTree
Returns a QueryProfileBreakdown for a scoring query.
getProfiledChildren() - Method in class org.elasticsearch.search.profile.ProfileResult
Returns a list of all profiled children queries
getProfiledChildren() - Method in class org.elasticsearch.search.profile.query.CollectorResult
 
getProfileName() - Method in class org.elasticsearch.transport.DelegatingTransportChannel
 
getProfileName() - Method in class org.elasticsearch.transport.local.LocalTransportChannel
 
getProfileName() - Method in class org.elasticsearch.transport.TcpTransportChannel
 
getProfileName() - Method in interface org.elasticsearch.transport.TransportChannel
 
getProfileResults() - Method in class org.elasticsearch.action.search.SearchResponse
If profiling was enabled, this returns an object containing the profile results from each shard.
getProfileResults() - Method in class org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult
 
getProfilers() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
getProfilers() - Method in class org.elasticsearch.search.internal.SearchContext
Return a handle over the profilers for the current search request, or null if profiling is not enabled.
getProperties() - Method in class org.elasticsearch.common.settings.Setting
Returns the setting properties
getProperty() - Method in class org.elasticsearch.action.fieldstats.IndexConstraint
 
getProperty(List<String>) - Method in class org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
 
getProperty(String) - Method in class org.elasticsearch.search.aggregations.InternalAggregation
Get the value of specified path in the aggregation.
getProperty(List<String>) - Method in class org.elasticsearch.search.aggregations.InternalAggregation
 
getProperty(List<String>) - Method in class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
 
getProperty(String, List<String>) - Method in class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
 
getProperty(List<String>) - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
 
getProperty(List<String>) - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
 
getProperty(List<String>) - Method in class org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.MultiValue
 
getProperty(List<String>) - Method in class org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.SingleValue
 
getProperty(List<String>) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
 
getProperty(List<String>) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
 
getProperty(List<String>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
 
getProperty(List<String>) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
 
getProvidedKey() - Method in interface org.elasticsearch.common.inject.spi.ProviderBinding
Returns the key whose binding is used to provide instances.
getProvidedName() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
The name that was provided by the user.
getProvider(Key<T>) - Method in class org.elasticsearch.common.inject.AbstractModule
 
getProvider(Class<T>) - Method in class org.elasticsearch.common.inject.AbstractModule
 
getProvider(Key<T>) - Method in interface org.elasticsearch.common.inject.Binder
Returns the provider used to obtain instances for the given injection key.
getProvider(Class<T>) - Method in interface org.elasticsearch.common.inject.Binder
Returns the provider used to obtain instances for the given injection type.
getProvider() - Method in interface org.elasticsearch.common.inject.Binding
Returns the scoped provider guice uses to fulfill requests for this binding.
getProvider(Key<T>) - Method in interface org.elasticsearch.common.inject.Injector
Returns the provider used to obtain instances for the given injection key.
getProvider(Class<T>) - Method in interface org.elasticsearch.common.inject.Injector
Returns the provider used to obtain instances for the given type.
getProvider() - Method in class org.elasticsearch.common.inject.internal.BindingImpl
 
getProvider() - Method in class org.elasticsearch.common.inject.internal.InstanceBindingImpl
 
getProvider(Key<T>) - Method in class org.elasticsearch.common.inject.PrivateModule
 
getProvider(Class<T>) - Method in class org.elasticsearch.common.inject.PrivateModule
 
getProvider() - Method in class org.elasticsearch.common.inject.spi.ProviderLookup
Returns the looked up provider.
getProvider(Key<T>) - Method in interface org.elasticsearch.common.inject.spi.TypeEncounter
Returns the provider used to obtain instances for the given injection key.
getProvider(Class<T>) - Method in interface org.elasticsearch.common.inject.spi.TypeEncounter
Returns the provider used to obtain instances for the given injection type.
getProviderInstance() - Method in class org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
 
getProviderInstance() - Method in interface org.elasticsearch.common.inject.spi.ProviderInstanceBinding
Returns the user-supplied, unscoped provider.
getProviderKey() - Method in class org.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
 
getProviderKey() - Method in interface org.elasticsearch.common.inject.spi.ProviderKeyBinding
Returns the key used to resolve the provider's binding.
getProviderMethods(Binder) - Method in class org.elasticsearch.common.inject.internal.ProviderMethodsModule
 
getProxyAction(String) - Static method in class org.elasticsearch.transport.TransportActionProxy
Returns the corresponding proxy action for the given action
getPublishDiff() - Method in class org.elasticsearch.discovery.DiscoverySettings
 
getPublishTimeout() - Method in class org.elasticsearch.discovery.DiscoverySettings
Returns the current publish timeout
getQueries() - Method in interface org.elasticsearch.plugins.SearchPlugin
The new Querys defined by this plugin.
getQuery() - Method in class org.elasticsearch.index.reindex.RemoteInfo
 
getQueryBreakdown(E) - Method in class org.elasticsearch.search.profile.AbstractProfiler
Get the AbstractProfileBreakdown for the given element in the tree, potentially creating it if it did not exist.
getQueryBreakdown(Aggregator) - Method in class org.elasticsearch.search.profile.aggregation.AggregationProfiler
 
getQueryBuilder() - Method in class org.elasticsearch.search.internal.AliasFilter
Returns the alias filter QueryBuilder or null if there is no such filter
getQueryCache() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
 
getQueryCache() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getQueryCache() - Method in class org.elasticsearch.index.engine.EngineConfig
Return the cache to use for queries.
getQueryCache() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getQueryCachingPolicy() - Method in class org.elasticsearch.index.engine.EngineConfig
Return the policy to use when caching queries.
getQueryCachingPolicy() - Method in class org.elasticsearch.index.shard.IndexShard
 
getQueryContent(XContentParser) - Static method in class org.elasticsearch.rest.action.RestActions
 
getQueryContexts() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionContext
 
getQueryCount() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getQueryCurrent() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getQueryExplanation() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
The list of query explanations.
getQueryName() - Method in class org.elasticsearch.search.profile.ProfileResult
Retrieve the name of the query (e.g.
getQueryProfileResults() - Method in class org.elasticsearch.search.profile.ProfileShardResult
 
getQueryProfilers() - Method in class org.elasticsearch.search.profile.Profilers
Return the list of all created QueryProfilers so far.
getQueryResults() - Method in class org.elasticsearch.search.profile.query.QueryProfileShardResult
 
getQueryShardContext() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
getQueryShardContext() - Method in class org.elasticsearch.search.internal.SearchContext
 
getQueryTime() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getQueryTimeInMillis() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getQueryWeight() - Method in class org.elasticsearch.search.rescore.QueryRescorerBuilder
Gets the original query weight for rescoring.
getQueue() - Method in class org.elasticsearch.threadpool.ThreadPoolStats.Stats
 
getQueueSize() - Method in class org.elasticsearch.threadpool.ThreadPool.Info
 
getQueueStats() - Method in class org.elasticsearch.discovery.DiscoveryStats
 
getRangeField(String, RangeFieldMapper.Range) - Method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
 
getRangeQuery(String, String, String, boolean, boolean) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
 
getRanges() - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
Get the current list or ranges that are configured on this aggregation.
getRateLimiter() - Method in class org.apache.lucene.store.StoreRateLimiting
 
getRaw(Settings) - Method in class org.elasticsearch.common.settings.SecureSetting
 
getRaw(Settings) - Method in class org.elasticsearch.common.settings.Setting.AffixSetting
 
getRaw(Settings) - Method in class org.elasticsearch.common.settings.Setting
Returns the raw (string) settings value.
getRawCommitId() - Method in class org.elasticsearch.index.engine.CommitStats
A raw version of the commit id (see SegmentInfos.getId()
getRawDoubleValues() - Method in class org.elasticsearch.index.fielddata.NumericDoubleValues
Returns numeric docvalues view of raw double bits
getRawFloatValues() - Method in class org.elasticsearch.index.fielddata.NumericDoubleValues
Returns numeric docvalues view of raw float bits
getRawKey() - Method in class org.elasticsearch.common.settings.Setting
Returns the original representation of a setting key.
getRawType(Type) - Static method in class org.elasticsearch.common.inject.internal.MoreTypes
 
getRawType() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
 
getRawType() - Method in class org.elasticsearch.common.inject.TypeLiteral
Returns the raw (non-generic) type for this type.
getReader(Class<T>, String) - Method in class org.elasticsearch.common.io.stream.NamedWriteableRegistry
Returns a reader for a NamedWriteable object identified by the name provided as argument and its category.
getReader() - Method in class org.elasticsearch.plugins.SearchPlugin.SearchExtensionSpec
The reader responsible for reading the behavior from the internode protocol.
getReaderContext() - Method in class org.elasticsearch.search.lookup.LeafIndexLookup
 
getReaderFromFile(Environment, Settings, String) - Static method in class org.elasticsearch.index.analysis.Analysis
 
getReason() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
The reason for canceling the task.
getReason() - Method in class org.elasticsearch.action.TaskOperationFailure
 
getReason() - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
The reason why the shard is unassigned.
getReason() - Method in class org.elasticsearch.gateway.GatewayMetaState.IndexMetaWriteInfo
 
getReason() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
getReason() - Method in class org.elasticsearch.search.profile.query.CollectorResult
 
getReason() - Method in class org.elasticsearch.search.profile.query.InternalProfileCollector
 
getReasonCancelled() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
The reason that the request was canceled or null if it hasn't been.
getReasonCancelled() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
The reason that the request was canceled or null if it hasn't been.
getReasonCancelled() - Method in class org.elasticsearch.tasks.CancellableTask
The reason the task was cancelled or null if it hasn't been cancelled.
getRecoveredTypes() - Method in class org.elasticsearch.index.shard.TranslogRecoveryPerformer
Returns the recovered types modifying the mapping during the recovery
getRecovery(long) - Method in class org.elasticsearch.indices.recovery.RecoveriesCollection
gets the RecoveryTarget for a given id.
getRecoverySafe(long, ShardId) - Method in class org.elasticsearch.indices.recovery.RecoveriesCollection
Similar to RecoveriesCollection.getRecovery(long) but throws an exception if no recovery is found
getRecoverySource() - Method in class org.elasticsearch.indices.recovery.RecoveryState
 
getRecoveryStats() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getRecoveryStats() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getRecoveryTarget(long) - Method in class org.elasticsearch.indices.recovery.RecoveriesCollection
 
getRefresh() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getRefresh() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getRefreshInterval() - Method in class org.elasticsearch.index.IndexSettings
Returns this interval in which the shards of this index are asynchronously refreshed.
getRefreshInterval() - Method in class org.elasticsearch.monitor.os.OsInfo
 
getRefreshInterval() - Method in class org.elasticsearch.monitor.process.ProcessInfo
 
getRefreshListeners() - Method in class org.elasticsearch.index.engine.EngineConfig
The refresh listeners to add to Lucene
getRefreshPolicy() - Method in class org.elasticsearch.action.bulk.BulkRequest
 
getRefreshPolicy() - Method in class org.elasticsearch.action.support.replication.ReplicatedWriteRequest
 
getRefreshPolicy() - Method in interface org.elasticsearch.action.support.WriteRequest
Should this request trigger a refresh (WriteRequest.RefreshPolicy.IMMEDIATE), wait for a refresh ( WriteRequest.RefreshPolicy.WAIT_UNTIL), or proceed ignore refreshes entirely (WriteRequest.RefreshPolicy.NONE, the default).
getRefreshPolicy() - Method in class org.elasticsearch.action.update.UpdateRequest
 
getRegex() - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
getRegexOptions() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionContext
 
getRegexpQuery(String, String) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
 
getRegisteredLanguages() - Method in class org.elasticsearch.script.ScriptEngineRegistry
 
getRegisteredSettings() - Method in class org.elasticsearch.threadpool.ExecutorBuilder
The list of settings this builder will register.
getRegisteredSettings() - Method in class org.elasticsearch.threadpool.FixedExecutorBuilder
 
getRegisteredSettings() - Method in class org.elasticsearch.threadpool.ScalingExecutorBuilder
 
getRegistry() - Method in class org.elasticsearch.common.NamedRegistry
 
getRejected() - Method in class org.elasticsearch.threadpool.ThreadPoolStats.Stats
 
getRelation(QueryRewriteContext) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
 
getRelationByName(String) - Static method in enum org.elasticsearch.common.geo.ShapeRelation
 
getRelationName() - Method in enum org.elasticsearch.common.geo.ShapeRelation
 
getRelevantIndices(ClusterState, ClusterState, Set<Index>) - Static method in class org.elasticsearch.gateway.GatewayMetaState
 
getRelevantIndicesForMasterEligibleNode(ClusterState) - Static method in class org.elasticsearch.gateway.GatewayMetaState
 
getRelevantIndicesOnDataOnlyNode(ClusterState, ClusterState, Set<Index>) - Static method in class org.elasticsearch.gateway.GatewayMetaState
 
getRelocatingShardCount() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
getRelocatingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getRelocatingShards() - Method in class org.elasticsearch.cluster.health.ClusterIndexHealth
 
getRelocatingShards() - Method in class org.elasticsearch.cluster.health.ClusterShardHealth
 
getRelocatingShards() - Method in class org.elasticsearch.cluster.health.ClusterStateHealth
 
getRelocationId() - Method in class org.elasticsearch.cluster.routing.AllocationId
The transient relocation id holding the unique id that is used for relocation.
getRelocationTargetNode() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
Returns the relocating target node, or null if the shard is not in the ShardRoutingState.RELOCATING state.
getRemainingDelay(long, Settings) - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
Calculates the delay left based on current time (in nanoseconds) and the delay defined by the index settings.
getRemainingDelayInMillis() - Method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
Gets the remaining delay for allocating the replica shard when a node holding the replica left the cluster and the deciders are waiting to see if the node returns before allocating the replica elsewhere.
getRemoteAddress() - Method in class org.elasticsearch.rest.RestRequest
 
getRemoteClusterNames() - Method in class org.elasticsearch.transport.RemoteClusterAware
 
getRemoteClusterNames() - Method in class org.elasticsearch.transport.RemoteClusterService
 
getRemoteClusterService() - Method in class org.elasticsearch.action.search.SearchTransportService
 
getRemoteClusterService() - Method in class org.elasticsearch.transport.TransportService
 
getRemoteConnectionInfos(ActionListener<Collection<RemoteConnectionInfo>>) - Method in class org.elasticsearch.transport.RemoteClusterService
 
getRemoteInfo() - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
getRemovalReason() - Method in class org.elasticsearch.common.cache.RemovalNotification
 
getRemovedCount() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.IndexGraveyardDiff
The number of index tombstones that were removed between two states
getReplacement() - Method in class org.elasticsearch.index.analysis.PatternReplaceCharFilterFactory
 
getReplication() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
returns how many *redundant* copies of the data the cluster holds - running with no replicas will return 0
getRepositories(GetRepositoriesRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Gets repositories.
getRepositories(GetRepositoriesRequest, ActionListener<GetRepositoriesResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Gets repositories.
getRepositories(Environment, NamedXContentRegistry) - Method in interface org.elasticsearch.plugins.RepositoryPlugin
Returns repository types added by this plugin.
GetRepositoriesAction - Class in org.elasticsearch.action.admin.cluster.repositories.get
Get repositories action
GetRepositoriesRequest - Class in org.elasticsearch.action.admin.cluster.repositories.get
Get repository request
GetRepositoriesRequest() - Constructor for class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
 
GetRepositoriesRequest(String[]) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
Constructs a new get repositories request with a list of repositories.
GetRepositoriesRequestBuilder - Class in org.elasticsearch.action.admin.cluster.repositories.get
Get repository request builder
GetRepositoriesRequestBuilder(ElasticsearchClient, GetRepositoriesAction) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequestBuilder
Creates new get repository request builder
GetRepositoriesRequestBuilder(ElasticsearchClient, GetRepositoriesAction, String...) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequestBuilder
Creates new get repository request builder
GetRepositoriesResponse - Class in org.elasticsearch.action.admin.cluster.repositories.get
Get repositories response
getRepositoriesService() - Method in class org.elasticsearch.snapshots.SnapshotsService
 
getRepository() - Method in class org.elasticsearch.snapshots.Snapshot
Gets the repository name for the snapshot.
getRepositoryData() - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
getRepositoryData() - Method in interface org.elasticsearch.repositories.Repository
Returns a RepositoryData to describe the data in the repository, including the snapshots and the indices across all snapshots found in the repository.
getRepositoryData(String) - Method in class org.elasticsearch.snapshots.SnapshotsService
Gets the RepositoryData for the given repository.
getRepositoryName() - Method in exception org.elasticsearch.snapshots.SnapshotException
 
getRepositoryRequest(String...) - Static method in class org.elasticsearch.client.Requests
Gets snapshot repository
getRepositoryStateId() - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress.Entry
The repository state id at the time the snapshot deletion began.
getRepositoryStateId() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
GetRequest - Class in org.elasticsearch.action.get
A request to get a document (its source) from an index based on its type (optional) and id.
GetRequest() - Constructor for class org.elasticsearch.action.get.GetRequest
 
GetRequest(String) - Constructor for class org.elasticsearch.action.get.GetRequest
Constructs a new get request against the specified index.
GetRequest(String, String, String) - Constructor for class org.elasticsearch.action.get.GetRequest
Constructs a new get request against the specified index with the type and id.
getRequest() - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
 
getRequest(String) - Static method in class org.elasticsearch.client.Requests
Creates a get request to get the JSON source from an index based on a type and id.
GetRequestBuilder - Class in org.elasticsearch.action.get
A get document action request builder.
GetRequestBuilder(ElasticsearchClient, GetAction) - Constructor for class org.elasticsearch.action.get.GetRequestBuilder
 
GetRequestBuilder(ElasticsearchClient, GetAction, String) - Constructor for class org.elasticsearch.action.get.GetRequestBuilder
 
getRequestCache() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getRequestCache() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getRequestHandler(String) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
getRequestHandler(String) - Method in class org.elasticsearch.transport.TransportService
 
getRequestHandler(String) - Method in interface org.elasticsearch.transport.TransportServiceAdapter
 
getRequestId() - Method in class org.elasticsearch.search.fetch.QueryFetchSearchResult
 
getRequestId() - Method in class org.elasticsearch.search.SearchPhaseResult
Returns the results request ID that is used to reference the search context on the executing node
getRequestId() - Method in class org.elasticsearch.transport.DelegatingTransportChannel
 
getRequestId() - Method in class org.elasticsearch.transport.local.LocalTransportChannel
 
getRequestId() - Method in class org.elasticsearch.transport.TcpTransportChannel
 
getRequestId() - Method in interface org.elasticsearch.transport.TransportChannel
 
getRequests() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequest
 
getRequestsPerSecond() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
The throttle for this request in sub-requests per second.
getRequestsPerSecond() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
The number of requests per second to which to throttle the request.
getRequiredSize() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
getRerouteInterval() - Method in class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
 
getRescoreQuery() - Method in class org.elasticsearch.search.rescore.QueryRescorerBuilder
 
getRescoreQueryWeight() - Method in class org.elasticsearch.search.rescore.QueryRescorerBuilder
Gets the original query weight for rescoring.
getResourceId() - Method in exception org.elasticsearch.ElasticsearchException
 
getResourceType() - Method in exception org.elasticsearch.ElasticsearchException
 
getResponse() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The actual response (IndexResponse or DeleteResponse).
GetResponse - Class in org.elasticsearch.action.get
The response of a get action.
GetResponse(GetResult) - Constructor for class org.elasticsearch.action.get.GetResponse
 
getResponse() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The actual get response, null if its a failure.
getResponse() - Method in class org.elasticsearch.action.search.MultiSearchResponse.Item
The actual search response, null if its a failure.
getResponse() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
The actual get response, null if its a failure.
getResponse() - Method in class org.elasticsearch.tasks.TaskResult
Get the response that this task finished with.
getResponseAsMap() - Method in class org.elasticsearch.tasks.TaskResult
Convert TaskResult.getResponse() from XContent to a Map for easy processing.
getResponseHeaders() - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Get a copy of all response headers.
getResponseResult() - Method in class org.elasticsearch.action.update.UpdateHelper.Result
 
getResponses() - Method in class org.elasticsearch.action.bulk.BulkShardResponse
 
getResponses() - Method in class org.elasticsearch.action.get.MultiGetResponse
 
getResponses() - Method in class org.elasticsearch.action.search.MultiSearchResponse
The list of responses, the order is the same as the one provided in the request.
getResponses() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsResponse
 
getRestController() - Method in class org.elasticsearch.action.ActionModule
 
getRestHandlers(Settings, RestController, ClusterSettings, IndexScopedSettings, SettingsFilter, IndexNameExpressionResolver, Supplier<DiscoveryNodes>) - Method in interface org.elasticsearch.plugins.ActionPlugin
Rest handlers added by this plugin.
getRestHandlerWrapper(ThreadContext) - Method in interface org.elasticsearch.plugins.ActionPlugin
Returns a function used to wrap each rest request before handling the request.
getRestHeaders() - Method in interface org.elasticsearch.plugins.ActionPlugin
Returns headers which should be copied through rest requests on to internal requests.
getRestName() - Method in enum org.elasticsearch.action.admin.indices.stats.CommonStatsFlags.Flag
 
getRestoreInfo() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse
Returns restore information if snapshot was completed before this method returned, null otherwise
getRestoreInfo() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreCompletionResponse
 
getRestoreThrottleTimeInNanos() - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
getRestoreThrottleTimeInNanos() - Method in interface org.elasticsearch.repositories.Repository
Returns restore throttle time in nanoseconds
getResult() - Method in class org.elasticsearch.action.DocWriteResponse
The change that occurred to the document.
GetResult(Engine.Searcher, VersionsResolver.DocIdAndVersion) - Constructor for class org.elasticsearch.index.engine.Engine.GetResult
Build a non-realtime get result from the searcher.
GetResult - Class in org.elasticsearch.index.get
 
GetResult(String, String, String, long, boolean, BytesReference, Map<String, GetField>) - Constructor for class org.elasticsearch.index.get.GetResult
 
getResultReaders() - Method in class org.elasticsearch.plugins.SearchPlugin.AggregationSpec
Get the readers that must be registered for this aggregation's results.
getResultReaders() - Method in class org.elasticsearch.plugins.SearchPlugin.PipelineAggregationSpec
Get the readers that must be registered for this aggregation's results.
getResults() - Method in class org.elasticsearch.action.ingest.SimulatePipelineResponse
 
getRetryBackoffInitialTime() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Initial delay after a rejection before retrying request.
getReturnType(Method) - Method in class org.elasticsearch.common.inject.TypeLiteral
Returns the resolved generic return type of method.
getRewriteTime() - Method in class org.elasticsearch.search.profile.query.QueryProfiler
 
getRewriteTime() - Method in class org.elasticsearch.search.profile.query.QueryProfileShardResult
 
getRoleName() - Method in enum org.elasticsearch.cluster.node.DiscoveryNode.Role
 
getRoles() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
 
getRoles() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
Returns a set of all the roles that the node fulfills.
getRolesFromSettings(Settings) - Static method in class org.elasticsearch.cluster.node.DiscoveryNode
extract node roles from the given settings
getRootCause() - Method in exception org.elasticsearch.ElasticsearchException
Retrieve the innermost cause of this exception, if none, returns the current exception.
getRootDataPath() - Method in class org.elasticsearch.index.shard.ShardPath
Returns the data-path root for this shard.
getRootLogger() - Static method in class org.elasticsearch.common.logging.ESLoggerFactory
 
getRootStatePath() - Method in class org.elasticsearch.index.shard.ShardPath
Returns the state-path root for this shard.
getRouting() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getRouting() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The routing on the hit if there is any or null if there isn't.
getRoutingEntry() - Method in class org.elasticsearch.cluster.routing.allocation.FailedShard
The shard routing entry for the failed shard.
getRoutingFactor() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
Returns the routing factor for this index.
getRoutingFactor(IndexMetaData, int) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
Returns the routing factor for and shrunk index with the given number of target shards.
getRoutingNodes() - Method in class org.elasticsearch.cluster.ClusterState
Returns a built (on demand) routing nodes view of the routing table.
getRoutingNumShards() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
Returns number of shards that should be used for routing.
getRoutingNumShards() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
Returns the number of shards that should be used for routing.
getRoutingPartitionSize() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getRoutingTable() - Method in class org.elasticsearch.cluster.ClusterState
 
getRows() - Method in class org.elasticsearch.common.Table
 
getRunningTimeNanos() - Method in class org.elasticsearch.tasks.TaskInfo
Returns the task running time
getRxCount() - Method in class org.elasticsearch.transport.TransportStats
 
getRxSize() - Method in class org.elasticsearch.transport.TransportStats
 
getSafe(Index) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
getScalingFactor() - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
getScheme() - Method in class org.elasticsearch.index.reindex.RemoteInfo
 
getScope() - Method in class org.elasticsearch.common.inject.spi.ScopeBinding
 
getScope() - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
 
getScopeAnnotation() - Method in class org.elasticsearch.common.inject.internal.Scoping
Returns the scope annotation, or null if that isn't known for this instance.
getScopedSettings() - Method in class org.elasticsearch.index.IndexSettings
 
getScopeInstance() - Method in class org.elasticsearch.common.inject.internal.Scoping
Returns the scope instance, or null if that isn't known for this instance.
getScoping() - Method in class org.elasticsearch.common.inject.internal.BindingImpl
 
getScore() - Method in class org.apache.lucene.search.highlight.Snippet
 
getScore(long, long, long, long) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
Calculates Chi^2 see "Information Retrieval", Manning et al., Eq.
getScore(long, long, long, long) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
Calculates Google Normalized Distance, as described in "The Google Similarity Distance", Cilibrasi and Vitanyi, 2007 link: http://arxiv.org/pdf/cs/0412098v3.pdf
getScore(long, long, long, long) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
Calculates the significance of a term in a sample against a background of normal distributions by comparing the changes in frequency.
getScore(long, long, long, long) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
Calculates mutual information see "Information Retrieval", Manning et al., Eq.
getScore(long, long, long, long) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
Indicates the significance of a term in a sample by determining what percentage of all occurrences of a term are found in the sample.
getScore(long, long, long, long) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
Calculates score with a script
getScore(long, long, long, long) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristic
 
getScore() - Method in class org.elasticsearch.search.SearchHit
The score.
getScore() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
getScoreFunction() - Method in class org.elasticsearch.common.lucene.search.function.WeightFactorFunction
 
getScoreFunction() - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
 
getScoreFunctions() - Method in interface org.elasticsearch.plugins.SearchPlugin
The new ScoreFunctions defined by this plugin.
getScoreMode() - Method in class org.elasticsearch.search.rescore.QueryRescorerBuilder
Gets the original query score mode.
getScoreTerm(Term) - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
getScript() - Method in class org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
 
getScript() - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
Script to modify the documents before they are processed.
getScript() - Method in exception org.elasticsearch.script.ScriptException
Returns the identifier for which script.
getScriptEnabled(String, ScriptType, ScriptContext) - Method in class org.elasticsearch.script.ScriptModes
Returns the script mode for a script of a certain written in a certain language, of a certain type and executing as part of a specific operation/api.
getScriptEngineService(Settings) - Method in interface org.elasticsearch.plugins.ScriptPlugin
Returns a ScriptEngineService instance or null if this plugin doesn't add a new script engine
getScriptFields() - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
getScriptLanguageSettings() - Method in class org.elasticsearch.script.ScriptSettings
 
getScriptService() - Method in class org.elasticsearch.index.IndexService
The ScriptService to use for this index.
getScriptService() - Method in class org.elasticsearch.script.ScriptModule
Service responsible for managing scripts.
getScriptStack() - Method in exception org.elasticsearch.script.ScriptException
Returns the stacktrace for the error in the script.
getScriptStats() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
getScriptValues() - Method in interface org.elasticsearch.index.fielddata.AtomicFieldData
Returns a "scripting" based values.
getScriptValues() - Method in class org.elasticsearch.index.fielddata.plain.AbstractAtomicGeoPointFieldData
 
getScriptValues() - Method in class org.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
 
getScriptValues() - Method in class org.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
 
getScrollCount() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getScrollCurrent() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getScrollId() - Method in class org.elasticsearch.action.search.SearchResponse
If scrolling was enabled (SearchRequest.scroll(org.elasticsearch.search.Scroll), the scroll id that can be used to continue scrolling.
getScrollId() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.Response
The scroll id used to fetch the next set of documents.
getScrollIds() - Method in class org.elasticsearch.action.search.ClearScrollRequest
 
getScrollTime() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getScrollTimeInMillis() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getSearch() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getSearch() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getSearchAnalyzer(MappedFieldType) - Method in class org.elasticsearch.index.query.QueryShardContext
Gets the search analyzer for the given field, or the default if there is none present for the field TODO: remove this by moving defaults into mappers themselves
getSearcherManager() - Method in class org.elasticsearch.index.engine.Engine
 
getSearcherManager() - Method in class org.elasticsearch.index.engine.InternalEngine
 
getSearcherManager() - Method in class org.elasticsearch.index.engine.ShadowEngine
 
getSearchExt(String) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
getSearchExt(String) - Method in class org.elasticsearch.search.internal.SearchContext
 
getSearchExts() - Method in interface org.elasticsearch.plugins.SearchPlugin
The new SearchExtBuilders defined by this plugin.
getSearchFailures() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
All search failures.
getSearchOperationListener() - Method in class org.elasticsearch.index.shard.IndexShard
 
getSearchQuoteAnalyzer(MappedFieldType) - Method in class org.elasticsearch.index.query.QueryShardContext
Gets the search quote analyzer for the given field, or the default if there is none present for the field TODO: remove this by moving defaults into mappers themselves
getSearchRequest() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
The search request that matches the documents to process.
getSearchResponseListeners() - Method in interface org.elasticsearch.plugins.SearchPlugin
The new search response listeners in the form of BiConsumers added by this plugin.
getSearchRetries() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
The number of times that the request had retry search actions.
getSearchRetries() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Number of retries that had to be attempted due to search actions being rejected.
getSearchRouting() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
getSearchScript(Script, ScriptContext) - Method in class org.elasticsearch.index.query.QueryShardContext
Compiles (or retrieves from cache) and binds the parameters to the provided script
getSearchShardTarget() - Method in class org.elasticsearch.search.fetch.QueryFetchSearchResult
 
getSearchShardTarget() - Method in class org.elasticsearch.search.SearchPhaseResult
 
getSearchSimilarity() - Method in class org.elasticsearch.index.query.QueryShardContext
 
getSeconds() - Method in class org.elasticsearch.common.unit.TimeValue
 
getSecondsFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
getSecureMungedAddress() - Static method in class org.elasticsearch.common.MacAddressProvider
 
getSecureSettings() - Method in class org.elasticsearch.common.settings.Settings.Builder
Return the current secure settings, or null if none have been set.
getSeed() - Method in class org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
 
getSeedNodes() - Method in class org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
 
getSegmentCount() - Method in class org.elasticsearch.common.lucene.IndexCommitDelegate
 
getSegmentInfo(SegmentInfos, boolean) - Method in class org.elasticsearch.index.engine.Engine
 
getSegmentName(MergePolicy.OneMerge) - Static method in class org.apache.lucene.index.OneMergeHelper
 
getSegments() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
 
getSegments() - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
getSegments() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getSegments() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getSegmentsFile() - Method in class org.elasticsearch.index.store.Store.MetadataSnapshot
Returns the segments file that this metadata snapshot represents or null if the snapshot is empty.
getSegmentsFileName() - Method in class org.elasticsearch.common.lucene.IndexCommitDelegate
 
getSentence(Locale, int) - Static method in class org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
Returns a BreakIterator.getSentenceInstance(Locale) bounded to maxLen.
getServerOpen() - Method in class org.elasticsearch.http.HttpStats
 
getServerOpen() - Method in class org.elasticsearch.transport.TransportStats
 
getService() - Method in class org.elasticsearch.index.shard.IndexShard
 
getSetting(String, String) - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse
 
getSettingNames() - Method in class org.elasticsearch.common.settings.KeyStoreWrapper
 
getSettingNames() - Method in interface org.elasticsearch.common.settings.SecureSettings
Returns the names of all secure settings available.
getSettings() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
The settings of the node.
getSettings() - Method in class org.elasticsearch.action.admin.indices.get.GetIndexResponse
 
getSettings(GetSettingsRequest, ActionListener<GetSettingsResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Executed a per index settings get request and returns the settings for the indices specified.
getSettings(GetSettingsRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Executed a per index settings get request.
getSettings() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getSettings() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
getSettings() - Method in class org.elasticsearch.cluster.service.ClusterService
 
getSettings() - Method in class org.elasticsearch.common.settings.SettingsModule
 
getSettings() - Method in class org.elasticsearch.index.IndexModule
Returns the index Settings for this index
getSettings() - Method in class org.elasticsearch.index.IndexSettings
Returns the settings for this index.
getSettings() - Method in class org.elasticsearch.plugins.Plugin
Returns a list of additional Setting definitions for this plugin.
getSettings() - Method in class org.elasticsearch.script.ScriptModule
Extra settings for scripts.
getSettings() - Method in class org.elasticsearch.script.ScriptSettings
 
GetSettingsAction - Class in org.elasticsearch.action.admin.indices.settings.get
 
GetSettingsAction() - Constructor for class org.elasticsearch.action.admin.indices.settings.get.GetSettingsAction
 
getSettingsFilter() - Method in class org.elasticsearch.common.settings.SettingsModule
 
getSettingsFilter() - Method in class org.elasticsearch.plugins.Plugin
Returns a list of additional settings filter for this plugin
getSettingsFromIndexSettings(IndexSettings, String) - Static method in class org.elasticsearch.index.analysis.AnalysisRegistry
Returns a Settings by groupName from IndexSettings or a default Settings
getSettingsKey() - Method in enum org.elasticsearch.index.IndexModule.Type
 
GetSettingsRequest - Class in org.elasticsearch.action.admin.indices.settings.get
 
GetSettingsRequest() - Constructor for class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
 
GetSettingsRequestBuilder - Class in org.elasticsearch.action.admin.indices.settings.get
 
GetSettingsRequestBuilder(ElasticsearchClient, GetSettingsAction, String...) - Constructor for class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
 
GetSettingsResponse - Class in org.elasticsearch.action.admin.indices.settings.get
 
GetSettingsResponse(ImmutableOpenMap<String, Settings>) - Constructor for class org.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse
 
getShapeAt(int) - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
getShard() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
Returns the shard id of the shard to explain, or null to use any unassigned shard (see ClusterAllocationExplainRequest.useAnyUnassignedShard()).
getShard() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
Returns the shard that the explanation is about.
getShard() - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
getShard(int) - Method in class org.elasticsearch.index.IndexService
Return the shard with the provided id, or throw an exception if it doesn't exist.
getShard() - Method in class org.elasticsearch.search.SearchHit
The shard of the search hit.
getShardAllocationDecision() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
\ Returns the shard allocation decision for attempting to assign or move the shard.
getShardBalance() - Method in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
Returns the shard related weight factor.
getShardContext() - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
getShardFailures() - Method in class org.elasticsearch.action.search.SearchResponse
The failures that occurred during the search.
getShardFailures() - Method in class org.elasticsearch.action.support.broadcast.BroadcastResponse
The list of shard failures exception.
getShardId() - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
 
getShardId() - Method in class org.elasticsearch.action.admin.indices.segments.IndexShardSegments
 
getShardId() - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
getShardId() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
 
getShardId() - Method in class org.elasticsearch.action.bulk.BulkShardResponse
 
getShardId() - Method in class org.elasticsearch.action.DocWriteResponse.Builder
 
getShardId() - Method in class org.elasticsearch.action.DocWriteResponse
The exact shard the document was changed in.
getShardId() - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardResponse
 
getShardId() - Method in class org.elasticsearch.action.update.UpdateRequest
 
getShardId() - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction.ShardEntry
 
getShardId() - Method in class org.elasticsearch.cluster.routing.allocation.StaleShard
The shard id of the stale shard.
getShardId() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns the shards id
getShardId(Object) - Method in class org.elasticsearch.common.lucene.ShardCoreKeyMap
Return the ShardId that holds the given segment, or null if this segment is not tracked.
getShardId() - Method in exception org.elasticsearch.ElasticsearchException
 
getShardId() - Method in class org.elasticsearch.env.ShardLock
Returns the locks shards Id.
getShardId() - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeRequest
 
getShardId() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns the engines shard ID
getShardId() - Method in class org.elasticsearch.index.query.QueryShardContext
Returns the shard ID this context was created for.
getShardId() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
getShardId() - Method in class org.elasticsearch.index.shard.ShardPath
 
getShardId() - Method in class org.elasticsearch.index.translog.TranslogConfig
Returns the shard ID this config is created for
getShardId() - Method in class org.elasticsearch.indices.flush.ShardsSyncedFlushResult
 
getShardId() - Method in class org.elasticsearch.indices.recovery.RecoveryState
 
getShardId() - Method in class org.elasticsearch.search.SearchShardTarget
 
getShardIndex() - Method in class org.elasticsearch.search.SearchPhaseResult
Returns the shard index in the context of the currently executing search request that is used for accounting on the coordinating node
getShardInfo() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse
 
getShardMinDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
getShardOrNull(int) - Method in class org.elasticsearch.index.IndexService
Return the shard with the provided id, or null if there is no such shard.
getShardOrNull(int) - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndex
Returns shard with given id.
getShardOrNull(ShardId) - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
Returns shard for the specified id if it exists otherwise returns null.
getShardResults() - Method in class org.elasticsearch.search.profile.SearchProfileShardResults
 
getShardRouting() - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
getShardRouting() - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
The shard routing information (cluster wide shard state).
getShardRouting() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
 
getShardRoutings() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
getShardRoutings() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
Returns the ShardRoutings that this shards iterator holds.
getShards() - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
 
getShards() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
A shard id to index snapshot shard status map
getShards() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
Returns list of snapshot shards
getShards() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
 
getShards() - Method in class org.elasticsearch.action.admin.indices.segments.IndexSegments
A shard id to index shard segments map (note, index shard segments is the replication shard group that maps to the shard id).
getShards() - Method in class org.elasticsearch.action.admin.indices.segments.IndexShardSegments
 
getShards() - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
getShards() - Method in class org.elasticsearch.action.admin.indices.stats.IndexStats
 
getShards() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
 
getShards() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
 
getShards() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
A shard id to index shard upgrade status map (note, index shard upgrade status is the replication shard group that maps to the shard id).
getShards() - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
 
getShards(ShardId, ClusterState) - Method in class org.elasticsearch.action.support.replication.ReplicationOperation
 
getShards() - Method in class org.elasticsearch.cluster.health.ClusterIndexHealth
 
getShards() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
getShards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns a List of shards
getShards(ClusterState, String, String, String, String) - Method in class org.elasticsearch.cluster.routing.OperationRouting
 
getShards(ClusterState, String, int, String) - Method in class org.elasticsearch.cluster.routing.OperationRouting
 
getShardsAllocators(Settings, ClusterSettings) - Method in interface org.elasticsearch.plugins.ClusterPlugin
Return ShardsAllocator implementations added by this plugin.
getShardSize(ShardRouting) - Method in class org.elasticsearch.cluster.ClusterInfo
Returns the shard size for the given shard routing or null it that metric is not available.
getShardSize(ShardRouting, long) - Method in class org.elasticsearch.cluster.ClusterInfo
Returns the shard size for the given shard routing or defaultValue it that metric is not available.
getShardSize() - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
getShardSize() - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
getShardSize() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
getShardSize() - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
getShardSize() - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
getShardSnapshotStatus(SnapshotId, Version, IndexId, ShardId) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
getShardSnapshotStatus(SnapshotId, Version, IndexId, ShardId) - Method in interface org.elasticsearch.repositories.Repository
Retrieve shard snapshot status for the stored snapshot
getShardsResultPerIndex() - Method in class org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
 
getShardsStats() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
Shards stats
getShardsStats() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
 
getShardState() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
Returns the current ShardRoutingState of the shard.
getShardStatePath() - Method in class org.elasticsearch.index.shard.ShardPath
 
getShardStoreInfo() - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
Get the shard store information for the node, if it exists.
getShardWritingBytes(IndexShard) - Method in class org.elasticsearch.indices.IndexingMemoryController
returns how many bytes this shard is currently writing to disk
getShouldStoreResult() - Method in class org.elasticsearch.action.ActionRequest
Should this task store its result after it has finished?
getShouldStoreResult() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 
getShrinkIndexRequest() - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequest
Returns the CreateIndexRequest for the shrink index
getSignificanceHeuristic() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
getSignificanceHeuristic() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
 
getSignificanceHeuristic() - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
getSignificanceHeuristicParserRegistry() - Method in class org.elasticsearch.search.SearchModule
The registry of SignificanceHeuristics.
getSignificanceHeuristics() - Method in interface org.elasticsearch.plugins.SearchPlugin
The new SignificanceHeuristics defined by this plugin.
getSignificanceScore() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
 
getSignificanceScore() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
 
getSignificanceScore() - Method in interface org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
 
getSimilarity() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getSimilarity() - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
 
getSimilarity() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns the Similarity used for indexing and searching.
getSimilarity(String) - Method in class org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
 
getSimilarity(String) - Method in class org.elasticsearch.index.similarity.SimilarityService
 
getSingles() - Method in class org.elasticsearch.common.unit.SizeValue
 
getSize() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Get the number of known nodes
getSize() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns the number of this shards instances.
getSize() - Method in class org.elasticsearch.index.engine.Segment
 
getSize() - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
getSize() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Maximum number of processed documents.
getSize() - Method in class org.elasticsearch.index.store.StoreStats
 
getSize() - Method in class org.elasticsearch.search.suggest.completion.CompletionStats
 
getSize() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
getSize() - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
getSizeInBytes() - Method in class org.elasticsearch.index.engine.Segment
 
getSizeInBytes() - Method in class org.elasticsearch.index.store.StoreStats
 
getSizeInBytes() - Method in class org.elasticsearch.search.suggest.completion.CompletionStats
 
getSkippedShards() - Method in class org.elasticsearch.action.search.SearchResponse
The number of shards skipped due to pre-filtering
getSlices() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
The number of slices this task should be divided into.
getSliceStatuses() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Statuses of the sub requests into which this sub-request was sliced.
getSlop() - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Sets the phrase slop for this query.
getSmallestNonClientNodeVersion() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Returns the version of the node with the oldest version in the cluster that is not a client node If there are no non-client nodes, Version.CURRENT will be returned.
getSnapshot() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
Returns snapshot
getSnapshot() - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress.Entry
The snapshot to delete.
getSnapshot() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreCompletionResponse
 
getSnapshotId() - Method in class org.elasticsearch.snapshots.Snapshot
Gets the snapshot id for the snapshot.
getSnapshotIds() - Method in class org.elasticsearch.repositories.RepositoryData
Returns an unmodifiable collection of the snapshot ids.
getSnapshotInfo() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse
Returns snapshot information if snapshot was completed by the time this method returned or null otherwise.
getSnapshotInfo(SnapshotId) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
getSnapshotInfo(SnapshotId) - Method in interface org.elasticsearch.repositories.Repository
Reads snapshot description from repository.
getSnapshotMetaData(SnapshotInfo, List<IndexId>) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
getSnapshotMetaData(SnapshotInfo, List<IndexId>) - Method in interface org.elasticsearch.repositories.Repository
Returns global metadata associate with the snapshot.
getSnapshotName() - Method in exception org.elasticsearch.snapshots.SnapshotException
 
getSnapshots() - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse
Returns the list of snapshots
getSnapshots() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusResponse
Returns the list of snapshots
getSnapshots(GetSnapshotsRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Get snapshot.
getSnapshots(GetSnapshotsRequest, ActionListener<GetSnapshotsResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Get snapshot.
getSnapshots(IndexId) - Method in class org.elasticsearch.repositories.RepositoryData
Returns an immutable collection of the snapshot ids for the snapshots that contain the given index.
GetSnapshotsAction - Class in org.elasticsearch.action.admin.cluster.snapshots.get
Get snapshots action
GetSnapshotsRequest - Class in org.elasticsearch.action.admin.cluster.snapshots.get
Get snapshot request
GetSnapshotsRequest() - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
 
GetSnapshotsRequest(String, String[]) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
Constructs a new get snapshots request with given repository name and list of snapshots
GetSnapshotsRequest(String) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
Constructs a new get snapshots request with given repository name
getSnapshotsRequest(String) - Static method in class org.elasticsearch.client.Requests
Gets snapshots from repository
GetSnapshotsRequestBuilder - Class in org.elasticsearch.action.admin.cluster.snapshots.get
Get snapshots request builder
GetSnapshotsRequestBuilder(ElasticsearchClient, GetSnapshotsAction) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
Constructs the new get snapshot request
GetSnapshotsRequestBuilder(ElasticsearchClient, GetSnapshotsAction, String) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
Constructs the new get snapshot request with specified repository
GetSnapshotsResponse - Class in org.elasticsearch.action.admin.cluster.snapshots.get
Get snapshots response
getSnapshotState(SnapshotId) - Method in class org.elasticsearch.repositories.RepositoryData
Returns the SnapshotState for the given snapshot.
getSnapshotThrottleTimeInNanos() - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
getSnapshotThrottleTimeInNanos() - Method in interface org.elasticsearch.repositories.Repository
Returns snapshot throttle time in nanoseconds
getSocketTimeout() - Method in class org.elasticsearch.index.reindex.RemoteInfo
Time to wait for a response from each request.
getSorts() - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
getSortValues() - Method in class org.elasticsearch.search.searchafter.SearchAfterBuilder
 
getSortValues() - Method in class org.elasticsearch.search.SearchHit
An array of the sort values used.
getSource() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptResponse
 
getSource() - Method in class org.elasticsearch.action.get.GetResponse
 
getSource() - Method in class org.elasticsearch.action.ingest.PutPipelineRequest
 
getSource() - Method in class org.elasticsearch.action.ingest.SimulatePipelineRequest
 
getSource() - Method in class org.elasticsearch.cluster.service.PendingClusterTask
 
getSource() - Method in class org.elasticsearch.common.inject.internal.BindingImpl
 
getSource() - Method in class org.elasticsearch.common.inject.internal.ExposureBuilder
 
getSource() - Method in class org.elasticsearch.common.inject.internal.MatcherAndConverter
 
getSource() - Method in class org.elasticsearch.common.inject.internal.PrivateElementsImpl
 
getSource() - Method in interface org.elasticsearch.common.inject.spi.Element
Returns an arbitrary object containing information about the "place" where this element was configured.
getSource() - Method in class org.elasticsearch.common.inject.spi.InjectionRequest
 
getSource() - Method in class org.elasticsearch.common.inject.spi.MembersInjectorLookup
 
getSource() - Method in class org.elasticsearch.common.inject.spi.Message
 
getSource() - Method in class org.elasticsearch.common.inject.spi.ProviderLookup
 
getSource() - Method in class org.elasticsearch.common.inject.spi.ScopeBinding
 
getSource() - Method in class org.elasticsearch.common.inject.spi.StaticInjectionRequest
 
getSource() - Method in class org.elasticsearch.common.inject.spi.TypeConverterBinding
 
getSource() - Method in class org.elasticsearch.common.inject.spi.TypeListenerBinding
 
getSource() - Method in class org.elasticsearch.index.get.GetResult
 
getSource() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getSource() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The source of the hit.
getSource() - Method in class org.elasticsearch.index.translog.Translog.Delete
 
getSource() - Method in class org.elasticsearch.index.translog.Translog.Index
 
getSource() - Method in interface org.elasticsearch.index.translog.Translog.Operation
 
getSource() - Method in class org.elasticsearch.script.StoredScriptSource
 
getSource() - Method in class org.elasticsearch.search.SearchHit
The source of the document as a map (can be null).
getSourceAndMetadata() - Method in class org.elasticsearch.ingest.IngestDocument
Returns the document including its metadata fields, unless IngestDocument.extractMetadata() has been called, in which case the metadata fields will not be present anymore.
getSourceAsBytes() - Method in class org.elasticsearch.action.get.GetResponse
The source of the document if exists.
getSourceAsBytesRef() - Method in class org.elasticsearch.action.get.GetResponse
Returns bytes reference, also un compress the source if needed.
getSourceAsMap() - Method in class org.elasticsearch.action.get.GetResponse
The source of the document (As a map).
getSourceAsMap() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
Converts the serialized compressed form of the mappings into a parsed map.
getSourceAsMap() - Method in class org.elasticsearch.search.SearchHit
The source of the document as a map (can be null).
getSourceAsString() - Method in class org.elasticsearch.action.get.GetResponse
The source of the document (as a string).
getSourceAsString() - Method in class org.elasticsearch.search.SearchHit
The source of the document as string (can be null).
getSourceIndex() - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequest
Returns the source index name
getSourceInternal() - Method in class org.elasticsearch.action.get.GetResponse
Returns the internal source bytes, as they are returned without munging (for example, might still be compressed).
getSourceKey() - Method in interface org.elasticsearch.common.inject.spi.ConvertedConstantBinding
Returns the key for the source binding.
getSourceNode() - Method in class org.elasticsearch.indices.recovery.RecoveryState
Returns recovery source node (only non-null if peer recovery)
getSourceRef() - Method in class org.elasticsearch.search.SearchHit
Returns bytes reference, also uncompress the source if needed.
getSources() - Method in class org.elasticsearch.common.inject.internal.Errors
 
getSources() - Method in class org.elasticsearch.common.inject.spi.Message
 
getSpins() - Method in class org.elasticsearch.monitor.fs.FsInfo.Path
 
getStage() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
Returns snapshot stage
getStage() - Method in class org.elasticsearch.indices.recovery.RecoveryState
 
getStartedShards() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
Number of shards with the snapshot in the started stage
getStartOffset() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
getStartTime() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
Returns time when snapshot started
getStartTime() - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress.Entry
The start time in milliseconds for deleting the snapshots.
getStartTime() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getStartTime() - Method in class org.elasticsearch.tasks.Task
Returns the task's start time as a wall clock time since epoch (System.currentTimeMillis() style).
getStartTime() - Method in class org.elasticsearch.tasks.TaskInfo
Returns the task start time
getState() - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
Returns the cluster state resulted from the cluster reroute request execution
getState() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
Returns snapshot state
getState() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
 
getState() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getState(long) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
 
getState(long) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
 
getStatePath() - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
 
getStats() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
Returns snapshot stats
getStats() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
Returns snapshot stats
getStats() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
Returns number of files in the snapshot
getStats() - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
 
GetStats - Class in org.elasticsearch.index.get
 
GetStats() - Constructor for class org.elasticsearch.index.get.GetStats
 
GetStats(long, long, long, long, long) - Constructor for class org.elasticsearch.index.get.GetStats
 
getStats() - Method in class org.elasticsearch.index.shard.IndexShard
 
getStats(String) - Method in class org.elasticsearch.indices.breaker.AllCircuitBreakerStats
 
getStats(ShardId) - Method in class org.elasticsearch.indices.IndicesQueryCache
Get usage statistics for the given shard.
getStatsPerPipeline() - Method in class org.elasticsearch.ingest.IngestStats
 
getStatus() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getStatus() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
 
getStatus() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
The rest status.
getStatus() - Method in class org.elasticsearch.action.support.replication.ReplicationTask
 
getStatus() - Method in class org.elasticsearch.action.TaskOperationFailure
 
getStatus() - Method in class org.elasticsearch.cluster.health.ClusterIndexHealth
 
getStatus() - Method in class org.elasticsearch.cluster.health.ClusterShardHealth
 
getStatus() - Method in class org.elasticsearch.cluster.health.ClusterStateHealth
 
getStatus() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
 
getStatus() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask
 
getStatus() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 
getStatus() - Method in class org.elasticsearch.index.reindex.ParentBulkByScrollTask
 
getStatus() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
getStatus(Response) - Method in class org.elasticsearch.rest.action.RestToXContentListener
 
getStatus() - Method in enum org.elasticsearch.rest.RestStatus
 
getStatus() - Method in class org.elasticsearch.tasks.Task
Build a status for this task or null if this task doesn't have status.
getStatus() - Method in class org.elasticsearch.tasks.TaskInfo
The status of the running task.
getStdDeviation() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
The standard deviation of the collected values.
getStdDeviation() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
 
getStdDeviation() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
getStdDeviationAsString() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
The standard deviation of the collected values as a String.
getStdDeviationAsString() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
 
getStdDeviationAsString() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
getStdDeviationBound(ExtendedStats.Bounds) - Method in interface org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
The upper or lower bounds of the stdDeviation
getStdDeviationBound(ExtendedStats.Bounds) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
 
getStdDeviationBound(ExtendedStats.Bounds) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
getStdDeviationBoundAsString(ExtendedStats.Bounds) - Method in interface org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
The upper or lower bounds of stdDev of the collected values as a String.
getStdDeviationBoundAsString(ExtendedStats.Bounds) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
 
getStdDeviationBoundAsString(ExtendedStats.Bounds) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
getStopWords() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
getStopWords() - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Get the current stop words being used.
getStore() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
 
getStore() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getStore() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns the Store instance that provides access to the Directory used for the engines IndexWriter to write it's index files to.
getStore() - Method in class org.elasticsearch.indices.NodeIndicesStats
 
getStoredFieldsContext() - Method in class org.elasticsearch.index.query.InnerHitBuilder
Gets the stored fields context.
getStoredFieldsMemory() - Method in class org.elasticsearch.index.engine.SegmentsStats
 
getStoredFieldsMemoryInBytes() - Method in class org.elasticsearch.index.engine.SegmentsStats
Estimation of the stored fields memory usage by a segment.
getStoredScript(GetStoredScriptRequest, ActionListener<GetStoredScriptResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Get a script from the cluster state
getStoredScript(GetStoredScriptRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Get a script from the cluster state
getStoredScript(ClusterState, GetStoredScriptRequest) - Method in class org.elasticsearch.script.ScriptService
 
GetStoredScriptAction - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
GetStoredScriptRequest - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
GetStoredScriptRequest(String, String) - Constructor for class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
 
GetStoredScriptRequestBuilder - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
GetStoredScriptRequestBuilder(ElasticsearchClient, GetStoredScriptAction) - Constructor for class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequestBuilder
 
GetStoredScriptResponse - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
getStoreException() - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
Exception while trying to open the shard index or from when the shard failed
getStoreException() - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
Gets the store exception when trying to read the store, if there was an error.
getStoreStatuses() - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
Returns IndicesShardStoresResponse.StoreStatuss grouped by their index names and shard ids.
getStrategyName() - Method in enum org.elasticsearch.common.geo.SpatialStrategy
 
getStrictStandardDateFormatter() - Static method in class org.elasticsearch.common.joda.Joda
 
getString(String) - Method in class org.elasticsearch.common.settings.KeyStoreWrapper
 
getString(String) - Method in interface org.elasticsearch.common.settings.SecureSettings
Return a string setting.
getStringKeySerializer() - Static method in class org.elasticsearch.cluster.DiffableUtils
Returns a map key serializer for String keys
getStringRep() - Method in class org.elasticsearch.common.unit.TimeValue
 
getSubQuery() - Method in class org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
 
getSubQuery() - Method in class org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
 
getSubsetDf() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
 
getSubsetDf() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
 
getSubsetDf() - Method in interface org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
 
getSubsetSize() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
getSubsetSize() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
 
getSubsetSize() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
 
getSubsetSize() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
 
getSubsetSize() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
 
getSubsetSize() - Method in interface org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
 
getSubsetSize() - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
getSuccessful() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
 
getSuccessfullyProcessed() - Method in interface org.elasticsearch.index.reindex.SuccessfullyProcessed
Total number of successfully processed documents.
getSuccessfulPings() - Method in class org.elasticsearch.transport.TcpTransport.ScheduledPing
 
getSuccessfulShards() - Method in class org.elasticsearch.action.search.SearchResponse
The successful number of shards the search was executed on.
getSuccessfulShards() - Method in class org.elasticsearch.action.support.broadcast.BroadcastResponse
The successful shards this request was executed on.
getSuggest() - Method in class org.elasticsearch.action.search.SearchResponse
 
getSuggestCount() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getSuggestCurrent() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getSuggester() - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
getSuggesters() - Method in interface org.elasticsearch.plugins.SearchPlugin
The new Suggesters defined by this plugin.
getSuggestion(String) - Method in class org.elasticsearch.search.suggest.Suggest
 
getSuggestions() - Method in class org.elasticsearch.search.suggest.SuggestBuilder
Get all the Suggestions that were added to the global SuggestBuilder, together with their names
getSuggestTime() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getSuggestTimeInMillis() - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
getSum() - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
getSum() - Method in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
getSum() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.Stats
 
getSumAsString() - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
getSumAsString() - Method in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
getSumAsString() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.Stats
 
getSumDocFreq() - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
getSumOfOtherDocCounts() - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
getSumOfOtherDocCounts() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
 
getSumOfOtherDocCounts() - Method in interface org.elasticsearch.search.aggregations.bucket.terms.Terms
Return the sum of the document counts of all buckets that did not make it to the top buckets.
getSumOfOtherDocCounts() - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
getSumOfSquares() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
The sum of the squares of the collected values.
getSumOfSquares() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
 
getSumOfSquares() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
getSumOfSquaresAsString() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
The sum of the squares of the collected values as a String.
getSumOfSquaresAsString() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
 
getSumOfSquaresAsString() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
getSumTotalTermFreq() - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
getSupersetDf() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
 
getSupersetDf() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
 
getSupersetDf() - Method in interface org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
 
getSupersetNumDocs() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
Get the number of docs in the superset.
getSupersetSize() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
getSupersetSize() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
 
getSupersetSize() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
 
getSupersetSize() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
 
getSupersetSize() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
 
getSupersetSize() - Method in interface org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
 
getSupersetSize() - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
getSupertype(Class<?>) - Method in class org.elasticsearch.common.inject.TypeLiteral
Returns the generic form of supertype.
getSupportTransportActions() - Method in class org.elasticsearch.plugins.ActionPlugin.ActionHandler
 
getSwap() - Method in class org.elasticsearch.monitor.os.OsStats
 
getSyncId() - Method in class org.elasticsearch.index.store.Store.MetadataSnapshot
Returns the sync id of the commit point that this MetadataSnapshot represents.
getSystemCpuPercent() - Method in class org.elasticsearch.monitor.os.OsProbe
 
getSystemProperties() - Static method in class org.elasticsearch.bootstrap.BootstrapInfo
Returns a read-only view of all system properties
getSystemProperties() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.AbstractCatAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestAliasAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestAllocationAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestCountAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestFielddataAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestHealthAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestIndicesAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestMasterAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestNodeAttrsAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestNodesAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestPendingClusterTasksAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestPluginsAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestRecoveryAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestRepositoriesAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestSegmentsAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestShardsAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestSnapshotAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestTasksAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestTemplatesAction
 
getTableWithHeader(RestRequest) - Method in class org.elasticsearch.rest.action.cat.RestThreadPoolAction
 
getTag() - Method in class org.elasticsearch.action.ingest.TrackingResultProcessor
 
getTag() - Method in class org.elasticsearch.ingest.AbstractProcessor
 
getTag() - Method in class org.elasticsearch.ingest.CompoundProcessor
 
getTag() - Method in interface org.elasticsearch.ingest.Processor
Gets the tag of a processor.
getTargetAllocationID() - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
 
getTargetNode() - Method in class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
Get the node that the allocator will assign the shard to, returning null if there is no node to which the shard will be assigned or moved.
getTargetNode() - Method in class org.elasticsearch.indices.recovery.RecoveryState
 
getTargetRelocatingShard() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Returns a shard routing representing the target shard.
getTask() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse
Get the actual result of the fetch.
getTask(GetTaskRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Get a task.
getTask(GetTaskRequest, ActionListener<GetTaskResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Get a task.
getTask() - Method in class org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
 
getTask() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
getTask() - Method in class org.elasticsearch.search.internal.SearchContext
 
getTask(long) - Method in class org.elasticsearch.tasks.TaskManager
Returns a task with given id, or null if the task is not found.
getTask() - Method in class org.elasticsearch.tasks.TaskResult
Get the task that this wraps.
GetTaskAction - Class in org.elasticsearch.action.admin.cluster.node.tasks.get
Action for retrieving a list of currently running tasks
getTaskFailures() - Method in class org.elasticsearch.action.support.tasks.BaseTasksResponse
The list of task failures exception.
getTaskGroups() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
Get the tasks found by this request grouped by parent tasks.
getTaskId() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
Get the TaskId to look up.
getTaskId() - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
Returns the id of the task that should be processed.
getTaskId() - Method in class org.elasticsearch.action.TaskOperationFailure
 
getTaskId() - Method in class org.elasticsearch.tasks.TaskInfo
 
getTaskInfo() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup.Builder
 
getTaskInfo() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup
 
getTaskManager() - Method in class org.elasticsearch.transport.TransportService
 
getTaskMaxWaitingTime() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getTaskName() - Method in class org.elasticsearch.common.StopWatch.TaskInfo
Return the name of this task.
GetTaskRequest - Class in org.elasticsearch.action.admin.cluster.node.tasks.get
A request to get node tasks
GetTaskRequest() - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
 
getTaskRequest() - Static method in class org.elasticsearch.client.Requests
Creates a get task request.
GetTaskRequestBuilder - Class in org.elasticsearch.action.admin.cluster.node.tasks.get
Builder for the request to retrieve the list of tasks running on the specified nodes
GetTaskRequestBuilder(ElasticsearchClient, GetTaskAction) - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequestBuilder
 
GetTaskResponse - Class in org.elasticsearch.action.admin.cluster.node.tasks.get
Returns the list of tasks currently running on the nodes
GetTaskResponse() - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse
 
GetTaskResponse(TaskResult) - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse
 
getTasks() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
Get the tasks found by this request.
getTasks() - Method in class org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
Returns a stream of all pending tasks.
getTasks() - Method in class org.elasticsearch.tasks.TaskManager
Returns the list of currently running tasks on the node
getTb() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getTbFrac() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
getTempDir() - Static method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
 
getTemplate() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
getTemplateBytes(Script) - Method in class org.elasticsearch.index.query.QueryRewriteContext
 
getTemplateBytes(Script) - Method in class org.elasticsearch.index.query.QueryShardContext
 
getTemplates(GetIndexTemplatesRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Gets index template.
getTemplates(GetIndexTemplatesRequest, ActionListener<GetIndexTemplatesResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Gets an index template.
getTemplates() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getTempNameForFile(String) - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
Get a temporary name for the provided file name.
getTera() - Method in class org.elasticsearch.common.unit.SizeValue
 
getTeraFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
getTerm() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
getTerm() - Method in class org.elasticsearch.common.lucene.all.AllTermQuery
 
getTerms() - Method in class org.apache.lucene.queries.BlendedTermQuery
 
getTerms() - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Returns the terms for each position in this phrase
getTerms() - Method in class org.elasticsearch.index.mapper.TypeFieldMapper.TypesQuery
 
getTermsMemory() - Method in class org.elasticsearch.index.engine.SegmentsStats
 
getTermsMemoryInBytes() - Method in class org.elasticsearch.index.engine.SegmentsStats
Estimation of the terms dictionary memory usage by a segment.
getTermVectors(IndexShard, TermVectorsRequest) - Static method in class org.elasticsearch.index.termvectors.TermVectorsService
 
getTermVectorsMemory() - Method in class org.elasticsearch.index.engine.SegmentsStats
 
getTermVectorsMemoryInBytes() - Method in class org.elasticsearch.index.engine.SegmentsStats
Estimation of the term vectors memory usage by a segment.
getText() - Method in class org.apache.lucene.search.highlight.Snippet
 
getText() - Method in class org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
 
getText() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
getText() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
getText() - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
getTexts() - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
 
getThreadContext() - Method in class org.elasticsearch.threadpool.ThreadPool
 
getThreadPool() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
getThreadPool() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
Thread Pool level statistics.
getThreadPool() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns a thread-pool mainly used to get estimated time stamps from ThreadPool.relativeTimeInMillis() and to schedule async force merge calls on the ThreadPool.Names.FORCE_MERGE thread-pool
getThreadPool() - Method in class org.elasticsearch.index.IndexService
The ThreadPool to use for this index.
getThreadPool() - Method in class org.elasticsearch.transport.TransportService
Returns the internal thread pool
getThreadPoolType() - Method in class org.elasticsearch.threadpool.ThreadPool.Info
 
getThreads() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
The total number of threads in the cluster
getThreads() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
getThreads() - Method in class org.elasticsearch.threadpool.ThreadPoolStats.Stats
 
getThreshold() - Method in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
Returns the currently configured delta threshold
getThrottled() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
The total time this request has throttled itself not including the current throttle time if it is currently sleeping.
getThrottledUntil() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Remaining delay of any current throttle sleep or 0 if not sleeping.
getThrottleTime() - Method in class org.elasticsearch.index.shard.IndexingStats.Stats
Gets the amount of time in a TimeValue that the index has been under merge throttling control
getThrottleTime() - Method in class org.elasticsearch.index.store.StoreStats
 
getTime() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
Returns snapshot running time
getTime() - Method in class org.elasticsearch.common.StopWatch.TaskInfo
Return the time this task took.
getTime() - Method in class org.elasticsearch.index.get.GetStats
 
getTime() - Method in class org.elasticsearch.search.profile.ProfileResult
Returns the total time (inclusive of children) for this query node.
getTime() - Method in class org.elasticsearch.search.profile.query.CollectorResult
 
getTime() - Method in class org.elasticsearch.search.profile.query.InternalProfileCollector
 
getTimeBreakdown() - Method in class org.elasticsearch.search.profile.ProfileResult
Returns the timing breakdown for this particular query node
getTimeInMillis() - Method in class org.elasticsearch.index.get.GetStats
 
getTimeInNanos() - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
Returns the elapsed time between two successive barrier executions.
getTimeInQueue() - Method in class org.elasticsearch.cluster.service.PendingClusterTask
 
getTimeInQueueInMillis() - Method in class org.elasticsearch.cluster.service.PendingClusterTask
 
getTimeInSeconds() - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
Returns the elapsed time between two successive barrier executions.
getTimeout() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
Timeout to wait for any async actions this request must take.
getTimeout() - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
 
getTimeout() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Timeout to wait for the shards on to be available for each bulk request?
getTimer() - Method in class org.elasticsearch.indices.recovery.RecoveryState
 
getTimer(T) - Method in class org.elasticsearch.search.profile.AbstractProfileBreakdown
 
getTimestamp() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
getTimestamp() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
 
getTimestamp() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getTimestamp() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The _timestamp on the hit if one was stored with the hit or null if one wasn't.
getTimestamp() - Method in class org.elasticsearch.monitor.fs.FsInfo
 
getTimestamp() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
getTimestamp() - Method in class org.elasticsearch.monitor.os.OsStats
 
getTimestamp() - Method in class org.elasticsearch.monitor.process.ProcessStats
 
getTimeThrottledNanos() - Method in class org.elasticsearch.monitor.os.OsStats.Cgroup.CpuStat
The total time duration for which tasks in the control group have been throttled.
getTo() - Method in class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Bucket
 
getTo() - Method in class org.elasticsearch.search.aggregations.bucket.range.date.ParsedDateRange.ParsedBucket
 
getTo() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
 
getTo() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
getTo() - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder.Range
 
getTo() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
 
getTo() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
 
getTo() - Method in interface org.elasticsearch.search.aggregations.bucket.range.Range.Bucket
 
getToAsString() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
 
getToAsString() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
getToAsString() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
 
getToAsString() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
 
getToAsString() - Method in interface org.elasticsearch.search.aggregations.bucket.range.Range.Bucket
 
getTokenFilterFactory(Version) - Method in enum org.elasticsearch.indices.analysis.PreBuiltTokenFilters
 
getTokenFilterProvider(String) - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
Returns a registered TokenFilterFactory provider by name or null if the token filter was not registered
getTokenFilterProvider(String, IndexSettings) - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
Returns a registered TokenFilterFactory provider by IndexSettings or a registered TokenFilterFactory provider by predefined name or null if the tokenFilter was not registered
getTokenFilters() - Method in interface org.elasticsearch.plugins.AnalysisPlugin
Override to add additional TokenFilters.
getTokenizerFactory(Version) - Method in enum org.elasticsearch.indices.analysis.PreBuiltTokenizers
 
getTokenizerProvider(String) - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
Returns a registered TokenizerFactory provider by name or null if the tokenizer was not registered
getTokenizerProvider(String, IndexSettings) - Method in class org.elasticsearch.index.analysis.AnalysisRegistry
Returns a registered TokenizerFactory provider by IndexSettings or a registered TokenizerFactory provider by predefined name or null if the tokenizer was not registered
getTokenizers() - Method in interface org.elasticsearch.plugins.AnalysisPlugin
Override to add additional Tokenizers.
getTokenLocation() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
getTokenLocation() - Method in interface org.elasticsearch.common.xcontent.XContentParser
Used for error reporting to highlight where syntax errors occur in content being parsed.
getTokens() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
 
getTokens() - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
 
getTokenStreamToAutomaton() - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
 
getTokenStreamToAutomaton() - Method in class org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
 
getTombstones() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard
Get the current unmodifiable index tombstone list.
getTook() - Method in class org.elasticsearch.action.bulk.BulkResponse
How long the bulk execution took.
getTook() - Method in class org.elasticsearch.action.search.SearchResponse
How long the search took.
getTook() - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
getTook() - Method in class org.elasticsearch.index.engine.Engine.Result
get total time in nanoseconds
getTook() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
 
getTookInMillis() - Method in class org.elasticsearch.action.bulk.BulkResponse
How long the bulk execution took in milliseconds.
getTookInMillis() - Method in class org.elasticsearch.action.search.SearchResponse
How long the search took in milliseconds.
getTookInMillis() - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
getTopDocs() - Method in class org.apache.lucene.search.grouping.CollapsingTopDocsCollector
Transform FirstPassGroupingCollector.getTopGroups(int, boolean) output in CollapseTopFieldDocs.
getTotal() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
total number of shards in the cluster
getTotal() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
 
getTotal() - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
getTotal() - Method in class org.elasticsearch.action.admin.indices.stats.IndexStats
 
getTotal() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
 
getTotal() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
 
getTotal() - Method in class org.elasticsearch.discovery.zen.PendingClusterStateStats
 
getTotal() - Method in class org.elasticsearch.index.flush.FlushStats
The total number of flush executed.
getTotal() - Method in class org.elasticsearch.index.merge.MergeStats
The total number of merges executed.
getTotal() - Method in class org.elasticsearch.index.refresh.RefreshStats
The total number of refresh executed.
getTotal() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
The total number of documents this request will process.
getTotal() - Method in class org.elasticsearch.index.search.stats.SearchStats
 
getTotal() - Method in class org.elasticsearch.index.shard.IndexingStats
 
getTotal() - Method in class org.elasticsearch.monitor.fs.FsInfo
 
getTotal() - Method in class org.elasticsearch.monitor.fs.FsInfo.Path
 
getTotal() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
getTotal() - Method in class org.elasticsearch.monitor.os.OsStats.Swap
 
getTotal() - Method in class org.elasticsearch.monitor.process.ProcessStats.Cpu
Get the Process cpu time (sum of User and Sys).
getTotalBytes() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
 
getTotalBytes() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
 
getTotalBytes() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
 
getTotalBytes() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
 
getTotalBytes() - Method in class org.elasticsearch.cluster.DiskUsage
 
getTotalBytes() - Method in class org.elasticsearch.index.fielddata.RamAccountingTermsEnum
 
getTotalBytesPerSecAutoThrottle() - Method in class org.elasticsearch.index.merge.MergeStats
 
getTotalBytesWritten(Thread, MergePolicy.OneMerge) - Static method in class org.apache.lucene.index.OneMergeHelper
Returns total bytes written by this merge.
getTotalCapacity() - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
getTotalCount() - Method in class org.elasticsearch.index.cache.query.QueryCacheStats
The total number of lookups in the cache.
getTotalHits() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.Response
What were the total number of documents matching the search?
getTotalHits() - Method in class org.elasticsearch.search.query.QuerySearchResult
 
getTotalHits() - Method in class org.elasticsearch.search.SearchHits
The total number of hits that matches the search request.
getTotalIndexingBuffer() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
getTotalIndexingBufferBytes() - Method in class org.elasticsearch.indices.IndicesService
 
getTotalLoadedClassCount() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Classes
 
getTotalMemory() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
Utility method which computes total memory by adding FieldData, PercolatorCache, Segments (memory, index writer, version map)
getTotalNumberOfShards() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getTotalNumberOfShards() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
getTotalNumDocs() - Method in class org.elasticsearch.index.merge.MergeStats
 
getTotalNumOrds() - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Returns the number of document ID to ordinal pairs in this builder.
getTotalOpen() - Method in class org.elasticsearch.http.HttpStats
 
getTotalOperations() - Method in class org.elasticsearch.monitor.fs.FsInfo.IoStats
 
getTotalPhysicalMemorySize() - Method in class org.elasticsearch.monitor.os.OsProbe
Returns the total amount of physical memory in bytes.
getTotalReadKilobytes() - Method in class org.elasticsearch.monitor.fs.FsInfo.IoStats
 
getTotalReadOperations() - Method in class org.elasticsearch.monitor.fs.FsInfo.IoStats
 
getTotalShards() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
Total number of shards
getTotalShards() - Method in class org.elasticsearch.action.search.SearchResponse
The total number of shards the search was executed on.
getTotalShards() - Method in class org.elasticsearch.action.support.broadcast.BroadcastResponse
The total shards this request ran against.
getTotalSize() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
Returns total size of files in the snapshot
getTotalSize() - Method in class org.elasticsearch.index.merge.MergeStats
 
getTotalSizeInBytes() - Method in class org.elasticsearch.index.merge.MergeStats
 
getTotalStats() - Method in class org.elasticsearch.ingest.IngestStats
 
getTotalStoppedTime() - Method in class org.elasticsearch.index.merge.MergeStats
The total time large merges were stopped so smaller merges could finish.
getTotalStoppedTimeInMillis() - Method in class org.elasticsearch.index.merge.MergeStats
The total time large merges were stopped so smaller merges could finish.
getTotalSwapSpaceSize() - Method in class org.elasticsearch.monitor.os.OsProbe
Returns the total amount of swap space in bytes.
getTotalThrottledTime() - Method in class org.elasticsearch.index.merge.MergeStats
The total time merge IO writes were throttled.
getTotalThrottledTimeInMillis() - Method in class org.elasticsearch.index.merge.MergeStats
The total time merge IO writes were throttled.
getTotalTime() - Method in class org.elasticsearch.index.flush.FlushStats
The total time merges have been executed.
getTotalTime() - Method in class org.elasticsearch.index.merge.MergeStats
The total time merges have been executed.
getTotalTime() - Method in class org.elasticsearch.index.refresh.RefreshStats
The total time merges have been executed.
getTotalTimeInMillis() - Method in class org.elasticsearch.index.flush.FlushStats
The total time merges have been executed (in milliseconds).
getTotalTimeInMillis() - Method in class org.elasticsearch.index.merge.MergeStats
The total time merges have been executed (in milliseconds).
getTotalTimeInMillis() - Method in class org.elasticsearch.index.refresh.RefreshStats
The total time merges have been executed (in milliseconds).
getTotalVirtual() - Method in class org.elasticsearch.monitor.process.ProcessStats.Mem
 
getTotalVirtualMemorySize() - Method in class org.elasticsearch.monitor.process.ProcessProbe
Returns the size (in bytes) of virtual memory that is guaranteed to be available to the running process
getTotalWriteKilobytes() - Method in class org.elasticsearch.monitor.fs.FsInfo.IoStats
 
getTotalWriteOperations() - Method in class org.elasticsearch.monitor.fs.FsInfo.IoStats
 
getToUpgradeBytes() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
 
getToUpgradeBytes() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
 
getToUpgradeBytes() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
 
getToUpgradeBytes() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
 
getToUpgradeBytesAncient() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
 
getToUpgradeBytesAncient() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
 
getToUpgradeBytesAncient() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
 
getToUpgradeBytesAncient() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
 
getTragicException() - Method in class org.elasticsearch.index.translog.Translog
If this Translog was closed as a side-effect of a tragic exception, e.g.
getTragicException() - Method in class org.elasticsearch.index.translog.TranslogWriter
If this TranslogWriter was closed as a side-effect of a tragic exception, e.g.
getTransient(String) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Returns a transient header object or null if there is no header for the given key
getTransientSettings() - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse
 
getTranslog() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getTranslog() - Method in class org.elasticsearch.index.engine.Engine
returns the translog for this engine
getTranslog() - Method in class org.elasticsearch.index.engine.InternalEngine
 
getTranslog() - Method in class org.elasticsearch.index.engine.ShadowEngine
 
getTranslog() - Method in class org.elasticsearch.index.shard.IndexShard
 
getTranslog() - Method in class org.elasticsearch.indices.recovery.RecoveryState
 
getTranslogConfig() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns the translog config for this engine
getTranslogDurability() - Method in class org.elasticsearch.index.IndexSettings
Returns the translog durability for this index.
getTranslogDurability() - Method in class org.elasticsearch.index.shard.IndexShard
Returns the current translog durability mode
getTranslogLocation() - Method in class org.elasticsearch.index.engine.Engine.Result
get the translog location after executing the operation
getTranslogPath() - Method in class org.elasticsearch.index.translog.TranslogConfig
Returns the translog path for this engine
getTranslogRecoveryPerformer() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns the TranslogRecoveryPerformer for this engine.
getTranslogSizeInBytes() - Method in class org.elasticsearch.index.translog.TranslogStats
 
getTranslogSyncInterval() - Method in class org.elasticsearch.index.IndexSettings
Returns the translog sync interval.
getTranslogUUID() - Method in class org.elasticsearch.index.translog.Translog
Returns the translog uuid used to associate a lucene index with a translog.
getTransport() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
getTransport() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
getTransportAction() - Method in class org.elasticsearch.plugins.ActionPlugin.ActionHandler
 
getTransportInterceptor() - Method in class org.elasticsearch.common.network.NetworkModule
Returns a composite TransportInterceptor containing all registered interceptors
getTransportInterceptors(ThreadContext) - Method in interface org.elasticsearch.plugins.NetworkPlugin
Returns a list of TransportInterceptor instances that are used to intercept incoming and outgoing transport (inter-node) requests.
getTransports(Settings, ThreadPool, BigArrays, CircuitBreakerService, NamedWriteableRegistry, NetworkService) - Method in interface org.elasticsearch.plugins.NetworkPlugin
Returns a map of Transport suppliers.
getTransportSupplier() - Method in class org.elasticsearch.common.network.NetworkModule
 
getTree() - Method in class org.elasticsearch.search.profile.AbstractInternalProfileTree
After the query has been run and profiled, we need to merge the flat timing map with the dependency graph to build a data structure that mirrors the original query tree
getTree() - Method in class org.elasticsearch.search.profile.AbstractProfiler
 
getTrigramLambda() - Method in class org.elasticsearch.search.suggest.phrase.LinearInterpolation
 
getTrippedCount() - Method in class org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
 
getTrippedCount() - Method in interface org.elasticsearch.common.breaker.CircuitBreaker
 
getTrippedCount() - Method in class org.elasticsearch.common.breaker.MemoryCircuitBreaker
 
getTrippedCount() - Method in class org.elasticsearch.common.breaker.NoopCircuitBreaker
 
getTrippedCount() - Method in class org.elasticsearch.indices.breaker.CircuitBreakerStats
 
getTTL() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getTTL() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The _ttl on the hit if one was set on it or null one wasn't.
getTxCount() - Method in class org.elasticsearch.transport.TransportStats
 
getTxSize() - Method in class org.elasticsearch.transport.TransportStats
 
getType() - Method in class org.apache.lucene.store.StoreRateLimiting
 
getType() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
getType() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
The type of the action.
getType() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The type of the action.
getType() - Method in class org.elasticsearch.action.DocWriteResponse.Builder
 
getType() - Method in class org.elasticsearch.action.DocWriteResponse
The type of the document changed.
getType() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
getType() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilities
The type of the field.
getType() - Method in class org.elasticsearch.action.get.GetResponse
The type of the document.
getType() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
The type of the document.
getType() - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
The type of the action.
getType() - Method in class org.elasticsearch.action.ingest.TrackingResultProcessor
 
getType() - Method in exception org.elasticsearch.action.RoutingMissingException
 
getType() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
The type of the document.
getType() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
The type of the action.
getType() - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
getType() - Method in class org.elasticsearch.cluster.routing.RecoverySource
 
getType() - Method in class org.elasticsearch.cluster.routing.RecoverySource.LocalShardsRecoverySource
 
getType() - Method in class org.elasticsearch.cluster.routing.RecoverySource.PeerRecoverySource
 
getType() - Method in class org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
 
getType() - Method in class org.elasticsearch.common.inject.spi.InjectionRequest
 
getType() - Method in class org.elasticsearch.common.inject.spi.MembersInjectorLookup
Gets the type containing the members to be injected.
getType() - Method in class org.elasticsearch.common.inject.spi.StaticInjectionRequest
 
getType() - Method in class org.elasticsearch.common.inject.TypeLiteral
Gets underlying Type instance.
getType() - Method in class org.elasticsearch.index.get.GetResult
The type of the document.
getType() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Returns the type (for testing)
getType() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getType() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The type that the hit has.
getType() - Method in class org.elasticsearch.indices.breaker.BreakerSettings
 
getType() - Method in class org.elasticsearch.ingest.CompoundProcessor
 
getType() - Method in interface org.elasticsearch.ingest.Processor
Gets the type of a processor
getType() - Method in class org.elasticsearch.ingest.ProcessorInfo
 
getType() - Method in class org.elasticsearch.monitor.fs.FsInfo.Path
 
getType() - Method in class org.elasticsearch.script.NativeScriptEngineService
 
getType() - Method in class org.elasticsearch.script.Script
 
getType() - Method in interface org.elasticsearch.script.ScriptEngineService
 
getType() - Method in interface org.elasticsearch.search.aggregations.Aggregation
 
getType() - Method in interface org.elasticsearch.search.aggregations.BaseAggregationBuilder
The name of the type of aggregation built by this builder.
getType() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.filter.ParsedFilter
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.filters.ParsedFilters
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.global.ParsedGlobal
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.ParsedHistogram
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.missing.ParsedMissing
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.nested.ParsedNested
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.nested.ParsedReverseNested
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.range.date.ParsedDateRange
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.ParsedGeoDistance
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.ParsedSampler
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
getType() - Method in class org.elasticsearch.search.aggregations.InternalAggregation
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.avg.ParsedAvg
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.ParsedCardinality
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.ParsedGeoBounds
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.ParsedGeoCentroid
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.max.ParsedMax
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.min.ParsedMin
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentileRanks
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentiles
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentileRanks
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentiles
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ParsedScriptedMetric
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.sum.ParsedSum
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.ParsedTopHits
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ParsedValueCount
 
getType() - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
getType() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.ParsedBucketMetricValue
 
getType() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.ParsedPercentilesBucket
 
getType() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ParsedExtendedStatsBucket
 
getType() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.ParsedStatsBucket
 
getType() - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.ParsedDerivative
 
getType() - Method in class org.elasticsearch.search.aggregations.pipeline.ParsedSimpleValue
 
getType() - Method in class org.elasticsearch.search.rescore.RescoreSearchContext
 
getType() - Method in class org.elasticsearch.search.SearchHit
The type of the document.
getType() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion
 
getType() - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
gets the type identifier of this CandidateGenerator
getType() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestion
 
getType() - Method in interface org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.CandidateGenerator
 
getType() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
Returns a string representing the type of the suggestion.
getType() - Method in class org.elasticsearch.search.suggest.term.TermSuggestion
 
getType() - Method in class org.elasticsearch.tasks.Task
Returns task channel type (netty, transport, direct)
getType() - Method in class org.elasticsearch.tasks.TaskInfo
 
getType() - Method in enum org.elasticsearch.threadpool.ThreadPool.ThreadPoolType
 
getTypeConverter() - Method in class org.elasticsearch.common.inject.internal.MatcherAndConverter
 
getTypeConverter() - Method in class org.elasticsearch.common.inject.spi.TypeConverterBinding
 
getTypeFromElement(E) - Method in class org.elasticsearch.search.profile.AbstractInternalProfileTree
 
getTypeFromElement(Aggregator) - Method in class org.elasticsearch.search.profile.aggregation.InternalAggregationProfileTree
 
getTypeLiteral() - Method in class org.elasticsearch.common.inject.Key
Gets the key type.
getTypeMatcher() - Method in class org.elasticsearch.common.inject.internal.MatcherAndConverter
 
getTypeMatcher() - Method in class org.elasticsearch.common.inject.spi.TypeConverterBinding
 
getTypeMatcher() - Method in class org.elasticsearch.common.inject.spi.TypeListenerBinding
Returns the type matcher which chooses which types the listener should be notified of.
getTypes() - Method in class org.elasticsearch.index.query.QueryShardContext
 
getTypes() - Method in class org.elasticsearch.search.lookup.DocLookup
 
getTypeStats() - Method in class org.elasticsearch.index.shard.IndexingStats
 
getUid() - Method in class org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
 
getUnassignedInfo() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
Returns the unassigned info for the shard, or null if the shard is active.
getUnassignedShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
getUnassignedShards() - Method in class org.elasticsearch.cluster.health.ClusterIndexHealth
 
getUnassignedShards() - Method in class org.elasticsearch.cluster.health.ClusterShardHealth
 
getUnassignedShards() - Method in class org.elasticsearch.cluster.health.ClusterStateHealth
 
getUnassignedTimeInMillis() - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
The timestamp in milliseconds when the shard became unassigned, based on System.currentTimeMillis().
getUnassignedTimeInNanos() - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
The timestamp in nanoseconds when the shard became unassigned, based on System.nanoTime().
getUnigramLambda() - Method in class org.elasticsearch.search.suggest.phrase.LinearInterpolation
 
getUnloadedClassCount() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Classes
 
getUpdated() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
 
getUpdated() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
getUpdated() - Method in interface org.elasticsearch.index.reindex.SuccessfullyProcessed
Count of documents updated.
getUpdated() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
getUpgradedVersion() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
Return the Version on which this index has been upgraded.
getUpperBounds() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
 
getUpserts() - Method in class org.elasticsearch.cluster.DiffableUtils.MapDiff
Map entries that, when this diff is applied to a map, should be added to the map or fully replace the previous value.
getUptime() - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
getUsed() - Method in class org.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
 
getUsed() - Method in interface org.elasticsearch.common.breaker.CircuitBreaker
 
getUsed() - Method in class org.elasticsearch.common.breaker.MemoryCircuitBreaker
 
getUsed() - Method in class org.elasticsearch.common.breaker.NoopCircuitBreaker
 
getUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
getUsed() - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
getUsed() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
getUsed() - Method in class org.elasticsearch.monitor.os.OsStats.Swap
 
getUsedBytes() - Method in class org.elasticsearch.cluster.DiskUsage
 
getUsedDiskAsPercentage() - Method in class org.elasticsearch.cluster.DiskUsage
 
getUsedPercent() - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
getUserData() - Method in class org.elasticsearch.common.lucene.IndexCommitDelegate
 
getUserData() - Method in class org.elasticsearch.index.engine.CommitStats
 
getUsername() - Method in class org.elasticsearch.index.reindex.RemoteInfo
 
getUUID() - Method in class org.elasticsearch.index.Index
 
getUUID() - Method in class org.elasticsearch.index.IndexSettings
Returns the indexes UUID
getUUID() - Method in class org.elasticsearch.snapshots.SnapshotId
Returns the snapshot UUID
getValidationMethod() - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Returns geo coordinate validation method to use.
getValidationMethod() - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Returns validation method for geo coordinates.
getValidationMethod() - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
Returns validation method for coordinates.
getValidationMethod() - Method in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
Returns the validation method to use for geo coordinates.
getValue() - Method in class org.elasticsearch.action.fieldstats.IndexConstraint
 
getValue() - Method in enum org.elasticsearch.action.support.WriteRequest.RefreshPolicy
 
getValue() - Method in class org.elasticsearch.common.cache.RemovalNotification
 
getValue() - Method in interface org.elasticsearch.common.inject.spi.ConvertedConstantBinding
Returns the converted value.
getValue(Settings, Settings) - Method in interface org.elasticsearch.common.settings.AbstractScopedSettings.SettingUpdater
Returns the instance value for the current settings.
getValue() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Booleans
 
getValue() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.BytesRefs
 
getValue() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Dates
Fetch the first field value or 0 millis after epoch if there are no values.
getValue() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
 
getValue() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
getValue() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Longs
 
getValue() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Strings
 
getValue() - Method in class org.elasticsearch.index.get.GetField
 
getValue(Setting<T>) - Method in class org.elasticsearch.index.IndexSettings
 
getValue() - Method in class org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType.IpScriptDocValues
 
getValue() - Method in enum org.elasticsearch.index.VersionType
 
getValue() - Method in interface org.elasticsearch.search.aggregations.metrics.avg.Avg
The average value.
getValue() - Method in class org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
 
getValue() - Method in class org.elasticsearch.search.aggregations.metrics.avg.ParsedAvg
 
getValue() - Method in interface org.elasticsearch.search.aggregations.metrics.cardinality.Cardinality
The number of unique terms.
getValue() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
 
getValue() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.ParsedCardinality
 
getValue() - Method in class org.elasticsearch.search.aggregations.metrics.max.InternalMax
 
getValue() - Method in interface org.elasticsearch.search.aggregations.metrics.max.Max
The maximum.
getValue() - Method in class org.elasticsearch.search.aggregations.metrics.max.ParsedMax
 
getValue() - Method in class org.elasticsearch.search.aggregations.metrics.min.InternalMin
 
getValue() - Method in interface org.elasticsearch.search.aggregations.metrics.min.Min
The minimum.
getValue() - Method in class org.elasticsearch.search.aggregations.metrics.min.ParsedMin
 
getValue() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.Percentile
 
getValue() - Method in class org.elasticsearch.search.aggregations.metrics.sum.InternalSum
 
getValue() - Method in class org.elasticsearch.search.aggregations.metrics.sum.ParsedSum
 
getValue() - Method in interface org.elasticsearch.search.aggregations.metrics.sum.Sum
The sum.
getValue() - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
 
getValue() - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ParsedValueCount
 
getValue() - Method in interface org.elasticsearch.search.aggregations.metrics.valuecount.ValueCount
 
getValue() - Method in class org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
 
getValue() - Method in class org.elasticsearch.search.lookup.FieldLookup
 
getValue() - Method in class org.elasticsearch.search.SearchHitField
The first value of the hit.
getValueAsString() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.ParsedCardinality
 
getValueAsString() - Method in class org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.SingleValue
 
getValueAsString() - Method in interface org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation.SingleValue
 
getValueAsString() - Method in class org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
 
getValueAsString() - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ParsedValueCount
 
getValueCount() - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
 
getValueCount() - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Returns the number of distinct ordinals in this builder.
getValueForNormalization() - Method in class org.elasticsearch.search.profile.query.ProfileWeight
 
getValues(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource
 
getValues(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.fieldcomparator.DoubleValuesComparatorSource
 
getValues() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues
Return a copy of the list of the values for the current document.
getValues() - Method in class org.elasticsearch.index.get.GetField
 
getValues(String) - Method in class org.elasticsearch.index.mapper.ParseContext.Document
Returns an array of values of the field specified as the method parameter.
getValues(ValuesSource.Numeric, LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.bucket.terms.DoubleTermsAggregator
 
getValues(ValuesSource.Numeric, LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
 
getValues() - Method in class org.elasticsearch.search.lookup.FieldLookup
 
getValues() - Method in class org.elasticsearch.search.SearchHitField
The field values.
getValueSourceType() - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Factory
 
getValueSourceType() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
 
getValuesSourceType() - Method in enum org.elasticsearch.search.aggregations.support.ValueType
 
getValueType() - Method in class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Factory
 
getValueType() - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Factory
 
getValueType() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
 
getVariance() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
The variance of the collected values.
getVariance() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
 
getVariance() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
getVarianceAsString() - Method in interface org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
The variance of the collected values as a String.
getVarianceAsString() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
 
getVarianceAsString() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
getVerifyIndex() - Method in class org.elasticsearch.indices.recovery.RecoveryState
 
getVersion() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
The current ES version
getVersion() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
The version of the action.
getVersion() - Method in class org.elasticsearch.action.DocWriteResponse
Returns the current version of the doc.
getVersion() - Method in class org.elasticsearch.action.get.GetResponse
The version of the doc.
getVersion() - Method in class org.elasticsearch.action.main.MainResponse
 
getVersion() - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
getVersion() - Method in class org.elasticsearch.bootstrap.JavaVersion
 
getVersion() - Method in class org.elasticsearch.cluster.ClusterState
 
getVersion() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
getVersion() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
getVersion() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
getVersion() - Method in class org.elasticsearch.common.io.stream.FilterStreamInput
 
getVersion() - Method in class org.elasticsearch.common.io.stream.StreamInput
The version of the node on the other side of this stream.
getVersion() - Method in class org.elasticsearch.common.io.stream.StreamOutput
The version of the node on the other side of this stream.
getVersion() - Method in class org.elasticsearch.discovery.zen.UnicastZenPing
 
getVersion() - Method in class org.elasticsearch.index.engine.Engine.Result
get the updated document version
getVersion() - Method in class org.elasticsearch.index.engine.Segment
 
getVersion() - Method in class org.elasticsearch.index.get.GetResult
The version of the doc.
getVersion() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getVersion() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The version of the match or -1 if the version wasn't requested.
getVersion() - Method in class org.elasticsearch.ingest.Pipeline
An optional version stored with the pipeline so that it can be used to determine if the pipeline should be updated / replaced.
getVersion() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getVersion() - Method in class org.elasticsearch.monitor.os.OsInfo
 
getVersion() - Method in class org.elasticsearch.plugins.PluginInfo
The version of Elasticsearch the plugin was built for.
getVersion() - Method in class org.elasticsearch.search.SearchHit
The version of the hit.
getVersion() - Method in class org.elasticsearch.transport.DelegatingTransportChannel
 
getVersion() - Method in class org.elasticsearch.transport.local.LocalTransport
 
getVersion() - Method in class org.elasticsearch.transport.local.LocalTransportChannel
 
getVersion() - Method in class org.elasticsearch.transport.TcpTransport.NodeChannels
 
getVersion() - Method in class org.elasticsearch.transport.TcpTransportChannel
 
getVersion() - Method in interface org.elasticsearch.transport.Transport.Connection
Returns the version of the node this connection was established with.
getVersion() - Method in interface org.elasticsearch.transport.TransportChannel
Returns the version of the other party that this channel will send a response to.
getVersionConflicts() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
 
getVersionConflicts() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Number of version conflicts this request has hit.
getVersionMapMemory() - Method in class org.elasticsearch.index.engine.SegmentsStats
 
getVersionMapMemoryInBytes() - Method in class org.elasticsearch.index.engine.SegmentsStats
Estimation of the memory usage by version map
getVersions() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
 
getVersions() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
 
getVIntKeySerializer() - Static method in class org.elasticsearch.cluster.DiffableUtils
Returns a map key serializer for Integer keys.
getVmName() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getVmVendor() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getVmVersion() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
getWaitForActiveShards() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
Returns the configured IndexMetaData.SETTING_WAIT_FOR_ACTIVE_SHARDS, which defaults to an active shard count of 1 if not specified.
getWaitForActiveShards() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
The number of shard copies that must be active before proceeding with the write.
getWaitForCompletion() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
Should this request wait for all found tasks to complete?
getWaitForCompletion() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
Should this request wait for all found tasks to complete?
getWarmer() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
getWarmer() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns an Engine.Warmer used to warm new searchers before they are used for searching.
getWeight() - Method in class org.elasticsearch.common.lucene.search.function.WeightFactorFunction
 
getWeight() - Method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
The weight applied to the function before combining.
getWeight() - Method in class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregatorFactory
Returns the Weight for this filter aggregation, creating it if necessary.
getWeightRanking() - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
The weight ranking for allocating a shard to the node.
getWeights() - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregatorFactory
Returns the Weights for this filter aggregation, creating it if necessary.
getWildcardQuery(String, String) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
 
getWordList(Environment, Settings, String) - Static method in class org.elasticsearch.index.analysis.Analysis
Fetches a list of words from the specified settings file.
getWordSet(Environment, Settings, String) - Static method in class org.elasticsearch.index.analysis.Analysis
 
getWrappedAnalyzer(String) - Method in class org.elasticsearch.index.analysis.FieldNameAnalyzer
 
getWrappedAnalyzer(String) - Method in class org.elasticsearch.index.analysis.NamedAnalyzer
 
getWrappedClass() - Method in class org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
 
getWriteableName() - Method in class org.elasticsearch.action.admin.indices.rollover.MaxAgeCondition
 
getWriteableName() - Method in class org.elasticsearch.action.admin.indices.rollover.MaxDocsCondition
 
getWriteableName() - Method in class org.elasticsearch.action.support.replication.ReplicationTask.Status
 
getWriteableName() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard
 
getWriteableName() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.IndexGraveyardDiff
 
getWriteableName() - Method in class org.elasticsearch.cluster.metadata.RepositoriesMetaData
Returns the name of the writeable object
getWriteableName() - Method in class org.elasticsearch.cluster.RestoreInProgress
Returns the name of the writeable object
getWriteableName() - Method in interface org.elasticsearch.cluster.routing.allocation.command.AllocationCommand
 
getWriteableName() - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress
 
getWriteableName() - Method in class org.elasticsearch.cluster.SnapshotsInProgress
 
getWriteableName() - Method in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
getWriteableName() - Method in interface org.elasticsearch.common.io.stream.NamedWriteable
Returns the name of the writeable object
getWriteableName() - Method in class org.elasticsearch.index.query.BoolQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.ConstantScoreQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.ExistsQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
getWriteableName() - Method in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.IdsQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
 
getWriteableName() - Method in class org.elasticsearch.index.query.MatchAllQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.MatchNoneQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.NestedQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.PrefixQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.RangeQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.ScriptQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.SpanContainingQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.SpanFirstQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.SpanMultiTermQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.SpanOrQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.SpanTermQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.SpanWithinQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.TermQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.TermsQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.TypeQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.WildcardQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.query.WrapperQueryBuilder
 
getWriteableName() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
getWriteableName() - Method in class org.elasticsearch.ingest.IngestMetadata
 
getWriteableName() - Method in class org.elasticsearch.script.ScriptMetaData
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.filter.InternalFilter
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.global.InternalGlobal
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.missing.InternalMissing
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.nested.InternalNested
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.UnmappedSampler
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTerms
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTerms
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.max.InternalMax
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.min.InternalMin
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.sum.InternalSum
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.InternalExtendedStatsBucket
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.InternalStatsBucket
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregator
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
 
getWriteableName() - Method in class org.elasticsearch.search.DocValueFormat.DateTime
 
getWriteableName() - Method in class org.elasticsearch.search.DocValueFormat.Decimal
 
getWriteableName() - Method in class org.elasticsearch.search.rescore.QueryRescorerBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.sort.FieldSortBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.sort.ScoreSortBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.suggest.phrase.Laplace
 
getWriteableName() - Method in class org.elasticsearch.search.suggest.phrase.LinearInterpolation
 
getWriteableName() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
getWriteableName() - Method in class org.elasticsearch.search.suggest.phrase.StupidBackoff
 
getWriteableName() - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
 
getWriteableName() - Method in class org.elasticsearch.tasks.RawTaskStatus
 
getWriteableType() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion
 
getWriteableType() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion
 
getWriteableType() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestion
 
getWriteableType() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
Returns a integer representing the type of the suggestion.
getWriteableType() - Method in class org.elasticsearch.search.suggest.term.TermSuggestion
 
getWriter() - Method in class org.elasticsearch.cli.Terminal
Returns a Writer which can be used to write to the terminal directly.
getWritingBytes() - Method in class org.elasticsearch.index.shard.IndexShard
Returns how many bytes we are currently moving from heap to disk
getXContentRegistry() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
getXContentRegistry() - Method in interface org.elasticsearch.common.xcontent.XContentParser
getXContentRegistry() - Method in class org.elasticsearch.index.query.QueryRewriteContext
The registry used to build new XContentParsers.
getXContentRegistry() - Method in class org.elasticsearch.rest.RestRequest
Get the NamedXContentRegistry that should be used to create parsers from this request.
getXContentType() - Method in class org.elasticsearch.action.ingest.PutPipelineRequest
 
getXContentType() - Method in class org.elasticsearch.action.ingest.SimulatePipelineRequest
 
getXContentType() - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
getXContentType() - Method in class org.elasticsearch.index.mapper.SourceToParse
 
getXContentType() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
getXContentType() - Method in interface org.elasticsearch.index.reindex.ScrollableHitSource.Hit
The content type of the hit source.
getXContentType() - Method in class org.elasticsearch.rest.RestRequest
The XContentType that was parsed from the Content-Type header.
getZenHostsProviders(TransportService, NetworkService) - Method in interface org.elasticsearch.plugins.DiscoveryPlugin
Returns providers of unicast host lists for zen discovery.
giga() - Method in class org.elasticsearch.common.unit.SizeValue
 
gigaFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
global() - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
global(ClusterBlockLevel) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
global(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Global aggregation with the given name.
Global - Interface in org.elasticsearch.search.aggregations.bucket.global
A global aggregation.
GLOBAL_NETWORK_BINDHOST_SETTING - Static variable in class org.elasticsearch.common.network.NetworkService
 
GLOBAL_NETWORK_HOST_SETTING - Static variable in class org.elasticsearch.common.network.NetworkService
 
GLOBAL_NETWORK_PUBLISHHOST_SETTING - Static variable in class org.elasticsearch.common.network.NetworkService
 
GLOBAL_STATE_FILE_PREFIX - Static variable in class org.elasticsearch.cluster.metadata.MetaData
 
GLOBAL_TEXT_FIELD - Static variable in class org.elasticsearch.search.suggest.SuggestBuilder
 
GlobalAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.global
 
GlobalAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
 
GlobalAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
Read from a stream.
GlobalAggregator - Class in org.elasticsearch.search.aggregations.bucket.global
 
GlobalAggregator(String, AggregatorFactories, SearchContext, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregator
 
GlobalAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.global
 
GlobalAggregatorFactory(String, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregatorFactory
 
globalBlockedException(ClusterBlockLevel) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
globalBlockedRaiseException(ClusterBlockLevel) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
globalBlockLevel() - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction
Cluster level block to check before request execution.
globalBlockLevel() - Method in class org.elasticsearch.action.support.replication.TransportWriteAction
 
globalForceSource(boolean) - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight
 
globalMaxOrd(IndexSearcher) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals
 
GlobalOrdinalMapping - Class in org.elasticsearch.index.fielddata.ordinals
A RandomAccessOrds implementation that returns ordinals that are global.
GlobalOrdinalsBuilder - Enum in org.elasticsearch.index.fielddata.ordinals
Utility class to build global ordinals.
GlobalOrdinalsIndexFieldData - Class in org.elasticsearch.index.fielddata.ordinals
IndexFieldData base class for concrete global ordinals implementations.
GlobalOrdinalsIndexFieldData(IndexSettings, String, AtomicOrdinalsFieldData[], MultiDocValues.OrdinalMap, long, Function<RandomAccessOrds, ScriptDocValues<?>>) - Constructor for class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
 
GlobalOrdinalsSignificantTermsAggregator - Class in org.elasticsearch.search.aggregations.bucket.significant
An global ordinal based implementation of significant terms, based on SignificantStringTermsAggregator.
GlobalOrdinalsSignificantTermsAggregator(String, AggregatorFactories, ValuesSource.Bytes.WithOrdinals.FieldData, DocValueFormat, TermsAggregator.BucketCountThresholds, IncludeExclude.OrdinalsFilter, SearchContext, Aggregator, boolean, SignificanceHeuristic, SignificantTermsAggregatorFactory, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator
 
GlobalOrdinalsStringTermsAggregator - Class in org.elasticsearch.search.aggregations.bucket.terms
An aggregator of string values that relies on global ordinals in order to build buckets.
GlobalOrdinalsStringTermsAggregator(String, AggregatorFactories, ValuesSource.Bytes.WithOrdinals, Terms.Order, DocValueFormat, TermsAggregator.BucketCountThresholds, IncludeExclude.OrdinalsFilter, SearchContext, Aggregator, boolean, Aggregator.SubAggCollectionMode, boolean, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
 
GlobalOrdinalsStringTermsAggregator.GlobalOrdLookupFunction - Interface in org.elasticsearch.search.aggregations.bucket.terms
 
globalOrdinalsValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals.FieldData
 
globalOrdinalsValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals
 
GND - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
GND(boolean) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
 
GND(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
Read from a stream.
GND.GNDBuilder - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
GNDBuilder(boolean) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND.GNDBuilder
 
gramSize(int) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
Sets the gram size for the n-gram model used for this suggester.
gramSize() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
GRAMSIZE_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
GreekAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
GreekAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.GreekAnalyzerProvider
 
groupBy(ShardOperationFailedException[]) - Static method in class org.elasticsearch.ExceptionsHelper
Deduplicate the failures by exception message and index.
groupClusterIndices(String[], Predicate<String>) - Method in class org.elasticsearch.transport.RemoteClusterAware
Groups indices per cluster by splitting remote cluster-alias, index-name pairs on RemoteClusterAware.REMOTE_CLUSTER_INDEX_SEPARATOR.
groupDismax - Variable in class org.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
 
GroupedActionListener<T> - Class in org.elasticsearch.action.support
An action listener that delegates it's results to another listener once it has received one or more failures or N results.
GroupedActionListener(ActionListener<Collection<T>>, int, Collection<T>) - Constructor for class org.elasticsearch.action.support.GroupedActionListener
Creates a new listener
groupIndices(IndicesOptions, String[], Predicate<String>) - Method in class org.elasticsearch.transport.RemoteClusterService
 
GroupKey(String) - Constructor for class org.elasticsearch.common.settings.Setting.GroupKey
 
groups(String...) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
Sets specific search group stats to retrieve the stats for.
groups() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
groups(String...) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
Sets specific search group stats to retrieve the stats for.
groups() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
groupSetting(String, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
groupSetting(String, Consumer<Settings>, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
GroupShardsIterator<ShardIt extends ShardIterator> - Class in org.elasticsearch.cluster.routing
This class implements a compilation of ShardIterators.
GroupShardsIterator(List<ShardIt>) - Constructor for class org.elasticsearch.cluster.routing.GroupShardsIterator
Constructs a enw GroupShardsIterator from the given list.
groupStats() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
groupStats(List<String>) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
groupStats() - Method in class org.elasticsearch.search.internal.SearchContext
 
groupStats(List<String>) - Method in class org.elasticsearch.search.internal.SearchContext
 
groupStats(List<String>) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
grow(ByteArray, long) - Method in class org.elasticsearch.common.util.BigArrays
Grow an array to a size that is larger than minSize, preserving content, and potentially reusing part of the provided array.
grow(IntArray, long) - Method in class org.elasticsearch.common.util.BigArrays
Grow an array to a size that is larger than minSize, preserving content, and potentially reusing part of the provided array.
grow(LongArray, long) - Method in class org.elasticsearch.common.util.BigArrays
Grow an array to a size that is larger than minSize, preserving content, and potentially reusing part of the provided array.
grow(DoubleArray, long) - Method in class org.elasticsearch.common.util.BigArrays
Grow an array to a size that is larger than minSize, preserving content, and potentially reusing part of the provided array.
grow(FloatArray, long) - Method in class org.elasticsearch.common.util.BigArrays
Grow an array to a size that is larger than minSize, preserving content, and potentially reusing part of the provided array.
grow(ObjectArray<T>, long) - Method in class org.elasticsearch.common.util.BigArrays
Grow an array to a size that is larger than minSize, preserving content, and potentially reusing part of the provided array.
grow() - Method in class org.elasticsearch.index.fielddata.SortingBinaryDocValues
Make sure the SortingBinaryDocValues.values array can store at least SortingBinaryDocValues.count entries.
grow(long) - Method in class org.elasticsearch.search.aggregations.bucket.BucketsAggregator
Ensure there are at least maxBucketOrd buckets available.
gt(Object) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
GT_FIELD - Static variable in class org.elasticsearch.index.query.RangeQueryBuilder
 
gte(Object) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The from part of the range query.
GTE_FIELD - Static variable in class org.elasticsearch.index.query.RangeQueryBuilder
 
guardedRamBytesUsed(Accountable) - Static method in class org.elasticsearch.index.engine.Engine
Returns 0 in the case where accountable is null, otherwise returns ramBytesUsed()
guessRootCauses() - Method in exception org.elasticsearch.action.search.SearchPhaseExecutionException
 
guessRootCauses() - Method in exception org.elasticsearch.ElasticsearchException
Returns the root cause of this exception or multiple if different shards caused different exceptions
guessRootCauses(Throwable) - Static method in exception org.elasticsearch.ElasticsearchException
Returns the root cause of this exception or multiple if different shards caused different exceptions.
Guice - Class in org.elasticsearch.common.inject
The entry point to the Guice framework.

H

h1 - Variable in class org.elasticsearch.common.hash.MurmurHash3.Hash128
lower 64 bits part
h2 - Variable in class org.elasticsearch.common.hash.MurmurHash3.Hash128
higher 64 bits part
handle(int) - Method in interface org.elasticsearch.bootstrap.ConsoleCtrlHandler
Handles the Ctrl event.
handle(Object, Errors) - Method in interface org.elasticsearch.common.inject.internal.ErrorHandler
Handles an error.
handle(Message) - Method in interface org.elasticsearch.common.inject.internal.ErrorHandler
Handles a user-reported error.
handleCommitRequest(PublishClusterStateAction.CommitClusterStateRequest, TransportChannel) - Method in class org.elasticsearch.discovery.zen.PublishClusterStateAction
 
HandledTransportAction<Request extends ActionRequest,Response extends ActionResponse> - Class in org.elasticsearch.action.support
A TransportAction that self registers a handler into the transport service
HandledTransportAction(Settings, String, ThreadPool, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<Request>) - Constructor for class org.elasticsearch.action.support.HandledTransportAction
 
HandledTransportAction(Settings, String, boolean, ThreadPool, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<Request>) - Constructor for class org.elasticsearch.action.support.HandledTransportAction
 
handleException(TransportException) - Method in class org.elasticsearch.action.ActionListenerResponseHandler
 
handleException(TransportException) - Method in class org.elasticsearch.transport.EmptyTransportResponseHandler
 
handleException(TransportException) - Method in class org.elasticsearch.transport.FutureTransportResponseHandler
 
handleException(TransportException) - Method in class org.elasticsearch.transport.PlainTransportFuture
 
handleException(TransportException) - Method in class org.elasticsearch.transport.TransportChannelResponseHandler
 
handleException(TransportException) - Method in interface org.elasticsearch.transport.TransportResponseHandler
 
handleException(TransportException) - Method in class org.elasticsearch.transport.TransportService.ContextRestoreResponseHandler
 
handleIncomingClusterStateRequest(BytesTransportRequest, TransportChannel) - Method in class org.elasticsearch.discovery.zen.PublishClusterStateAction
 
handleJoinRequest(DiscoveryNode, MembershipAction.JoinCallback) - Method in class org.elasticsearch.discovery.zen.NodeJoinController
processes or queues an incoming join request.
handleParsedResponse(TransportResponse, TransportResponseHandler) - Method in class org.elasticsearch.transport.local.LocalTransport
 
handleRequest(RestRequest, RestChannel, NodeClient) - Method in class org.elasticsearch.rest.BaseRestHandler
 
handleRequest(RestRequest, RestChannel, NodeClient) - Method in class org.elasticsearch.rest.DeprecationRestHandler
Handles a rest request.
handleRequest(RestRequest, RestChannel, NodeClient) - Method in interface org.elasticsearch.rest.RestHandler
Handles a rest request.
handleRequest(Channel, String, StreamInput, long, int, Version, InetSocketAddress, byte) - Method in class org.elasticsearch.transport.TcpTransport
 
handleResponse(Response) - Method in class org.elasticsearch.action.ActionListenerResponseHandler
 
handleResponse(TransportResponse.Empty) - Method in class org.elasticsearch.transport.EmptyTransportResponseHandler
 
handleResponse(T) - Method in class org.elasticsearch.transport.FutureTransportResponseHandler
 
handleResponse(StreamInput, LocalTransport, TransportResponseHandler) - Method in class org.elasticsearch.transport.local.LocalTransport
 
handleResponse(V) - Method in class org.elasticsearch.transport.PlainTransportFuture
 
handleResponse(T) - Method in class org.elasticsearch.transport.TransportChannelResponseHandler
 
handleResponse(T) - Method in interface org.elasticsearch.transport.TransportResponseHandler
 
handleResponse(T) - Method in class org.elasticsearch.transport.TransportService.ContextRestoreResponseHandler
 
handleTransportDisconnect(DiscoveryNode) - Method in class org.elasticsearch.discovery.zen.MasterFaultDetection
 
handleTransportDisconnect(DiscoveryNode) - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection
 
handshake(Transport.Connection, long) - Method in class org.elasticsearch.transport.TransportService
Executes a high-level handshake using the given connection and returns the discovery node of the node the connection was established with.
handshake(Transport.Connection, long, Predicate<ClusterName>) - Method in class org.elasticsearch.transport.TransportService
Executes a high-level handshake using the given connection and returns the discovery node of the node the connection was established with.
HANDSHAKE_ACTION_NAME - Static variable in class org.elasticsearch.transport.TransportService
 
HandshakeResponse(DiscoveryNode, ClusterName, Version) - Constructor for class org.elasticsearch.transport.TransportService.HandshakeResponse
 
HasAggregations - Interface in org.elasticsearch.search.aggregations
 
hasAggs() - Method in class org.elasticsearch.search.query.QuerySearchResult
Returns true if this query result has unconsumed aggregations
hasAlias(String) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
hasAliases(String[], String[]) - Method in class org.elasticsearch.cluster.metadata.MetaData
Checks if at least one of the specified aliases exists in the specified concrete indices.
hasBytes() - Method in class org.elasticsearch.common.text.Text
Whether a BytesReference view of the data is already materialized.
hasChanged(Settings, Settings) - Method in interface org.elasticsearch.common.settings.AbstractScopedSettings.SettingUpdater
Returns true if this updaters setting has changed with the current update
hasChanges() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
hasClauses() - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Returns true iff this query builder has at least one should, must, must not or filter clause.
hasConcreteIndex(String) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
hasConsumedTopDocs() - Method in class org.elasticsearch.search.query.QuerySearchResult
Returns true iff the top docs have already been consumed.
hasContent() - Method in class org.elasticsearch.rest.RestRequest
 
hasContentOrSourceParam() - Method in class org.elasticsearch.rest.RestRequest
Does this request have content or a source parameter? Use this instead of RestRequest.hasContent() if this RestHandler treats the source parameter like the body content.
hasContextMappings() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
hasCustomDataPath() - Method in class org.elasticsearch.index.IndexSettings
Returns true if the index has a custom data path
hasData() - Method in class org.elasticsearch.gateway.AsyncShardFetch.FetchResult
Does the result actually contain data? If not, then there are on going fetch operations happening, and it should wait for it.
hasDefaultTimestamp() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
hasDeletionsInProgress() - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress
Returns true if there are snapshot deletions in progress in the cluster, returns false otherwise.
HasDependencies - Interface in org.elasticsearch.common.inject.spi
Implemented by bindings, providers and instances that expose their dependencies explicitly.
hasDocValues() - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
hasEnoughCandidates(Collection<ElectMasterService.MasterCandidate>) - Method in class org.elasticsearch.discovery.zen.ElectMasterService
 
hasEnoughMasterNodes(Iterable<DiscoveryNode>) - Method in class org.elasticsearch.discovery.zen.ElectMasterService
 
hasErrors() - Method in class org.elasticsearch.common.inject.internal.Errors
 
hasExplanation() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
hasFailure() - Method in class org.elasticsearch.index.engine.Engine.Result
whether the operation had failure
hasFailures() - Method in class org.elasticsearch.action.bulk.BulkResponse
Has anything failed with the execution.
hasFailures() - Method in class org.elasticsearch.action.support.nodes.BaseNodesResponse
Determine if there are any node failures in BaseNodesResponse.failures.
hasFetchSourceContext() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
hasFetchSourceContext() - Method in class org.elasticsearch.search.internal.SearchContext
 
hasFetchSourceContext() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
hasField(TemplateService.Template) - Method in class org.elasticsearch.ingest.IngestDocument
Checks whether the document contains a value for the provided templated path
hasField(String) - Method in class org.elasticsearch.ingest.IngestDocument
Checks whether the document contains a value for the provided path
hasField(String, boolean) - Method in class org.elasticsearch.ingest.IngestDocument
Checks whether the document contains a value for the provided path
hasGlobalBlock(ClusterBlock) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
hasGlobalBlock(int) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
hasGlobalBlock(ClusterBlockLevel) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
hasGlobalBlock(RestStatus) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
Is there a global block with the provided status?
hash(String) - Static method in class org.elasticsearch.cluster.routing.Murmur3HashFunction
 
hash(byte[], int, int) - Static method in class org.elasticsearch.cluster.routing.Murmur3HashFunction
 
hash() - Method in class org.elasticsearch.index.store.StoreFileMetaData
Returns a variable length hash of the file represented by this metadata object.
hash128(byte[], int, int, long, MurmurHash3.Hash128) - Static method in enum org.elasticsearch.common.hash.MurmurHash3
Compute the hash of the MurmurHash3_x64_128 hashing function.
Hash128() - Constructor for class org.elasticsearch.common.hash.MurmurHash3.Hash128
 
hashCode() - Method in class org.apache.lucene.queries.BlendedTermQuery
 
hashCode() - Method in class org.apache.lucene.queries.MinDocQuery
 
hashCode() - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
 
hashCode() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmVersion
 
hashCode() - Method in class org.elasticsearch.action.admin.indices.alias.Alias
 
hashCode() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
hashCode() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilities
 
hashCode() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexResponse
 
hashCode() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
 
hashCode() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesResponse
 
hashCode() - Method in class org.elasticsearch.action.fieldstats.FieldStats.Date
 
hashCode() - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
hashCode() - Method in class org.elasticsearch.action.GenericAction
 
hashCode() - Method in class org.elasticsearch.action.get.GetResponse
 
hashCode() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
hashCode() - Method in class org.elasticsearch.action.main.MainResponse
 
hashCode() - Method in class org.elasticsearch.action.search.SearchRequest
 
hashCode() - Method in class org.elasticsearch.action.search.SearchScrollRequest
 
hashCode() - Method in class org.elasticsearch.action.support.ActiveShardCount
 
hashCode() - Method in class org.elasticsearch.action.support.replication.ReplicationTask.Status
 
hashCode() - Method in class org.elasticsearch.bootstrap.JavaVersion
 
hashCode() - Method in class org.elasticsearch.Build
 
hashCode() - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
hashCode() - Method in class org.elasticsearch.cluster.ClusterName
 
hashCode() - Method in class org.elasticsearch.cluster.DiskUsage
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.Tombstone
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Routing
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.RepositoriesMetaData
 
hashCode() - Method in class org.elasticsearch.cluster.metadata.RepositoryMetaData
 
hashCode() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
hashCode() - Method in class org.elasticsearch.cluster.RestoreInProgress.Entry
 
hashCode() - Method in class org.elasticsearch.cluster.RestoreInProgress
 
hashCode() - Method in class org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
 
hashCode() - Method in class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
 
hashCode() - Method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
 
hashCode() - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
 
hashCode() - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
 
hashCode() - Method in class org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand
 
hashCode() - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
hashCode() - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
hashCode() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
 
hashCode() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
 
hashCode() - Method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
 
hashCode() - Method in class org.elasticsearch.cluster.routing.AllocationId
 
hashCode() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
hashCode() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
hashCode() - Method in class org.elasticsearch.cluster.routing.PlainShardIterator
 
hashCode() - Method in class org.elasticsearch.cluster.routing.RecoverySource
 
hashCode() - Method in class org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
 
hashCode() - Method in class org.elasticsearch.cluster.routing.ShardRouting
 
hashCode() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
 
hashCode() - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
 
hashCode() - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress.Entry
 
hashCode() - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress
 
hashCode() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
hashCode() - Method in class org.elasticsearch.cluster.SnapshotsInProgress
 
hashCode() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
 
hashCode() - Method in class org.elasticsearch.common.bytes.BytesReference
 
hashCode() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
 
hashCode() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap
 
hashCode() - Method in class org.elasticsearch.common.collect.Tuple
 
hashCode() - Method in class org.elasticsearch.common.compress.CompressedXContent
 
hashCode() - Method in class org.elasticsearch.common.FieldMemoryStats
 
hashCode() - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
 
hashCode() - Method in class org.elasticsearch.common.geo.builders.EnvelopeBuilder
 
hashCode() - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
hashCode() - Method in class org.elasticsearch.common.geo.builders.LineStringBuilder
 
hashCode() - Method in class org.elasticsearch.common.geo.builders.MultiLineStringBuilder
 
hashCode() - Method in class org.elasticsearch.common.geo.builders.MultiPointBuilder
 
hashCode() - Method in class org.elasticsearch.common.geo.builders.MultiPolygonBuilder
 
hashCode() - Method in class org.elasticsearch.common.geo.builders.PointBuilder
 
hashCode() - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
hashCode() - Method in class org.elasticsearch.common.geo.GeoPoint
 
hashCode() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
 
hashCode(Type) - Static method in class org.elasticsearch.common.inject.internal.MoreTypes
Returns the hashCode of type.
hashCode() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
 
hashCode() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
 
hashCode() - Method in class org.elasticsearch.common.inject.internal.ProviderMethodsModule
 
hashCode() - Method in class org.elasticsearch.common.inject.Key
 
hashCode() - Method in class org.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder
 
hashCode() - Method in class org.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
 
hashCode() - Method in class org.elasticsearch.common.inject.spi.Dependency
 
hashCode() - Method in class org.elasticsearch.common.inject.spi.InjectionPoint
 
hashCode() - Method in class org.elasticsearch.common.inject.spi.Message
 
hashCode() - Method in class org.elasticsearch.common.inject.TypeLiteral
 
hashCode() - Method in class org.elasticsearch.common.lucene.all.AllTermQuery
 
hashCode() - Method in class org.elasticsearch.common.lucene.IndexCommitDelegate
 
hashCode() - Method in class org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery.FilterFunction
 
hashCode() - Method in class org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
 
hashCode() - Method in class org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
 
hashCode() - Method in class org.elasticsearch.common.lucene.search.function.ScoreFunction
 
hashCode() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
hashCode() - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Returns a hash code value for this object.
hashCode() - Method in class org.elasticsearch.common.rounding.Rounding
 
hashCode() - Method in class org.elasticsearch.common.settings.SecureString
 
hashCode() - Method in class org.elasticsearch.common.settings.Setting.AffixKey
 
hashCode() - Method in class org.elasticsearch.common.settings.Setting
 
hashCode() - Method in class org.elasticsearch.common.settings.Setting.SimpleKey
 
hashCode() - Method in class org.elasticsearch.common.settings.Settings
 
hashCode() - Method in class org.elasticsearch.common.text.Text
 
hashCode() - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
hashCode() - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
hashCode() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
hashCode() - Method in class org.elasticsearch.common.unit.DistanceUnit.Distance
 
hashCode() - Method in class org.elasticsearch.common.unit.Fuzziness
 
hashCode() - Method in class org.elasticsearch.common.unit.SizeValue
 
hashCode() - Method in class org.elasticsearch.common.unit.TimeValue
 
hashCode(ByteArray) - Method in class org.elasticsearch.common.util.BigArrays
 
hashCode() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
hashCode() - Method in class org.elasticsearch.env.NodeMetaData
 
hashCode() - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
 
hashCode() - Method in class org.elasticsearch.index.analysis.NamedAnalyzer
 
hashCode() - Method in class org.elasticsearch.index.engine.Engine.CommitId
 
hashCode() - Method in class org.elasticsearch.index.engine.Segment
 
hashCode() - Method in class org.elasticsearch.index.fielddata.FieldDataStats
 
hashCode() - Method in class org.elasticsearch.index.get.GetField
 
hashCode() - Method in class org.elasticsearch.index.get.GetResult
 
hashCode() - Method in class org.elasticsearch.index.Index
 
hashCode() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
hashCode() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
hashCode() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.CompletionFieldType
 
hashCode() - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
hashCode() - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
 
hashCode() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
hashCode() - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
 
hashCode() - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
hashCode() - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
hashCode() - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
hashCode() - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
hashCode() - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
hashCode() - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
hashCode() - Method in class org.elasticsearch.index.mapper.TypeFieldMapper.TypesQuery
 
hashCode() - Method in class org.elasticsearch.index.mapper.Uid
 
hashCode() - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
hashCode() - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
 
hashCode() - Method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
 
hashCode() - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
hashCode() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
hashCode() - Method in class org.elasticsearch.index.refresh.RefreshStats
 
hashCode() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 
hashCode() - Method in class org.elasticsearch.index.search.ESToParentBlockJoinQuery
 
hashCode() - Method in class org.elasticsearch.index.search.geo.GeoPolygonQuery
 
hashCode() - Method in class org.elasticsearch.index.search.geo.LegacyGeoDistanceRangeQuery
Deprecated.
 
hashCode() - Method in class org.elasticsearch.index.search.geo.LegacyInMemoryGeoBoundingBoxQuery
Deprecated.
 
hashCode() - Method in class org.elasticsearch.index.shard.ShardId
 
hashCode() - Method in class org.elasticsearch.index.shard.ShardPath
 
hashCode() - Method in class org.elasticsearch.index.shard.ShardStateMetaData
 
hashCode() - Method in class org.elasticsearch.index.translog.Translog.Delete
 
hashCode() - Method in class org.elasticsearch.index.translog.Translog.Index
 
hashCode() - Method in class org.elasticsearch.index.translog.Translog.Location
 
hashCode() - Method in class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.Key
 
hashCode() - Method in class org.elasticsearch.indices.recovery.RecoveryState.File
 
hashCode() - Method in class org.elasticsearch.indices.TermsLookup
 
hashCode() - Method in class org.elasticsearch.ingest.IngestDocument
 
hashCode() - Method in class org.elasticsearch.ingest.IngestInfo
 
hashCode() - Method in class org.elasticsearch.ingest.IngestMetadata
 
hashCode() - Method in class org.elasticsearch.ingest.PipelineConfiguration
 
hashCode() - Method in class org.elasticsearch.ingest.ProcessorInfo
 
hashCode() - Method in class org.elasticsearch.ingest.ValueSource.ByteValue
 
hashCode() - Method in class org.elasticsearch.ingest.ValueSource.ListValue
 
hashCode() - Method in class org.elasticsearch.ingest.ValueSource.MapValue
 
hashCode() - Method in class org.elasticsearch.ingest.ValueSource.ObjectValue
 
hashCode() - Method in class org.elasticsearch.ingest.ValueSource.TemplatedValue
 
hashCode() - Method in class org.elasticsearch.monitor.jvm.DeadlockAnalyzer.Deadlock
 
hashCode() - Method in class org.elasticsearch.plugins.ActionPlugin.ActionHandler
 
hashCode() - Method in class org.elasticsearch.plugins.PluginInfo
 
hashCode() - Method in class org.elasticsearch.repositories.IndexId
 
hashCode() - Method in class org.elasticsearch.repositories.RepositoryData
 
hashCode() - Method in class org.elasticsearch.script.Script
 
hashCode() - Method in class org.elasticsearch.script.ScriptMetaData
 
hashCode() - Method in class org.elasticsearch.script.StoredScriptSource
 
hashCode() - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
 
hashCode() - Method in class org.elasticsearch.search.aggregations.Aggregations
 
hashCode() - Method in class org.elasticsearch.search.aggregations.AggregatorFactories.Builder
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator.KeyedFilter
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator.KeyedFilter
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder.Range
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.terms.Terms.Order
 
hashCode() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
hashCode() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.Percentile
 
hashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
hashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
hashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
hashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
hashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
 
hashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
 
hashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
 
hashCode() - Method in class org.elasticsearch.search.aggregations.support.AggregationPath.PathElement
 
hashCode() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
hashCode() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder.IndexBoost
 
hashCode() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
 
hashCode() - Method in class org.elasticsearch.search.collapse.CollapseBuilder
 
hashCode() - Method in class org.elasticsearch.search.DocValueFormat.Decimal
 
hashCode() - Method in class org.elasticsearch.search.fetch.StoredFieldsContext
 
hashCode() - Method in class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
hashCode() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
hashCode() - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightField
 
hashCode() - Method in class org.elasticsearch.search.internal.AliasFilter
 
hashCode() - Method in class org.elasticsearch.search.rescore.QueryRescorerBuilder
 
hashCode() - Method in class org.elasticsearch.search.rescore.RescoreBuilder
 
hashCode() - Method in class org.elasticsearch.search.Scroll
 
hashCode() - Method in class org.elasticsearch.search.searchafter.SearchAfterBuilder
 
hashCode() - Method in class org.elasticsearch.search.SearchExtBuilder
 
hashCode() - Method in class org.elasticsearch.search.SearchHit.NestedIdentity
 
hashCode() - Method in class org.elasticsearch.search.SearchShardTarget
 
hashCode() - Method in class org.elasticsearch.search.SearchSortValues
 
hashCode() - Method in class org.elasticsearch.search.slice.SliceBuilder
 
hashCode() - Method in class org.elasticsearch.search.slice.SliceQuery
 
hashCode() - Method in class org.elasticsearch.search.sort.FieldSortBuilder
 
hashCode() - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
 
hashCode() - Method in class org.elasticsearch.search.sort.ScoreSortBuilder
 
hashCode() - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
 
hashCode() - Method in class org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
 
hashCode() - Method in class org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
 
hashCode() - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping
 
hashCode() - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping.InternalQueryContext
 
hashCode() - Method in class org.elasticsearch.search.suggest.completion.context.ContextMappings
 
hashCode() - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping
 
hashCode() - Method in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext
 
hashCode() - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions
 
hashCode() - Method in class org.elasticsearch.search.suggest.completion.RegexOptions
 
hashCode() - Method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
 
hashCode() - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
 
hashCode() - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
 
hashCode() - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
hashCode() - Method in class org.elasticsearch.search.suggest.phrase.SmoothingModel
 
hashCode() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
hashCode() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
hashCode() - Method in class org.elasticsearch.search.suggest.SuggestBuilder
 
hashCode() - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
 
hashCode() - Method in class org.elasticsearch.snapshots.Snapshot
 
hashCode() - Method in class org.elasticsearch.snapshots.SnapshotId
 
hashCode() - Method in class org.elasticsearch.snapshots.SnapshotInfo
 
hashCode() - Method in class org.elasticsearch.tasks.RawTaskStatus
 
hashCode() - Method in class org.elasticsearch.tasks.TaskId
 
hashCode() - Method in class org.elasticsearch.tasks.TaskInfo
 
hashCode() - Method in class org.elasticsearch.tasks.TaskResult
 
hashCode() - Method in class org.elasticsearch.transport.RemoteConnectionInfo
 
hashCode() - Method in class org.elasticsearch.Version
 
hashFile(BytesRefBuilder, InputStream, long) - Static method in class org.elasticsearch.index.store.Store.MetadataSnapshot
Computes a strong hash value for small files.
hasInactivePrimaries() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
hasInactiveShards() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
hasIndex(String) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
hasIndex(String) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
hasIndex(Index) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
hasIndex(Index) - Method in class org.elasticsearch.indices.IndicesService
 
hasIndexBlock(String, ClusterBlock) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
hasIndexMetaData(IndexMetaData) - Method in class org.elasticsearch.cluster.metadata.MetaData
Returns true iff existing index has the same IndexMetaData instance
hasIndexOrAlias(String, ClusterState) - Method in class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
 
hasIndexRequestsWithPipelines() - Method in class org.elasticsearch.action.bulk.BulkRequest
 
hasIndexScope() - Method in class org.elasticsearch.common.settings.Setting
Returns true if this setting has an index scope, otherwise false
hasInitiatedFetching(ShardRouting) - Method in class org.elasticsearch.gateway.ReplicaShardAllocator
Returns a boolean indicating whether fetching shard data has been triggered at any point for the given shard.
hasLength(CharSequence) - Static method in class org.elasticsearch.common.Strings
Check that the given CharSequence is neither null nor of length 0.
hasLength(BytesReference) - Static method in class org.elasticsearch.common.Strings
Check that the given BytesReference is neither null nor of length 0 Note: Will return true for a BytesReference that purely consists of whitespace.
hasLength(String) - Static method in class org.elasticsearch.common.Strings
Check that the given String is neither null nor of length 0.
hasLockedKeys() - Method in class org.elasticsearch.common.util.concurrent.KeyedLock
 
hasMapping(String) - Method in class org.elasticsearch.index.mapper.MapperService
 
hasMatchingSyncId() - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
Returns true if the shard copy has a matching sync id with the primary shard.
hasMetric(String) - Method in class org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregator.MultiValue
 
hasMetric(String) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
 
hasMetric(String) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
 
hasMetric(String) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator
 
hasMetric(String) - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregator
 
hasMinMax() - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
hasNativeController() - Method in class org.elasticsearch.plugins.PluginInfo
Whether or not the plugin has a native controller.
hasNested() - Method in class org.elasticsearch.index.mapper.MapperService
 
hasNestedObjects() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
hasNext() - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards.UnassignedIterator
 
hasNext() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks.Iter
 
hasNext() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles.Iter
 
hasNext() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks.Iter
 
hasNext() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles.Iter
 
hasNext() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket.Iter
 
hasNext() - Method in class org.elasticsearch.search.lookup.PositionIterator
 
hasNodeFile() - Method in class org.elasticsearch.env.NodeEnvironment
 
hasNodeScope() - Method in class org.elasticsearch.common.settings.Setting
Returns true if this setting has a node scope, otherwise false
hasOnlySuggest() - Method in class org.elasticsearch.search.internal.SearchContext
 
hasParam(String) - Method in class org.elasticsearch.rest.RestRequest
 
hasParentField() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
hasPassword() - Method in class org.elasticsearch.common.settings.KeyStoreWrapper
Return true iff calling KeyStoreWrapper.decrypt(char[]) requires a non-empty password.
hasPayloads() - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester.XBuilder
 
hasPayloads() - Method in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
hasPendingAsyncFetch() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
Returns true iff the current allocation run has not processed all of the in-flight or available shard or store fetches.
hasProfileResults() - Method in class org.elasticsearch.search.query.QuerySearchResult
 
hasRecoveries() - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
 
hasScoreDocs() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion
 
hasScoreDocs() - Method in class org.elasticsearch.search.suggest.Suggest
Whether any suggestions had query hits
hasScores - Variable in class org.elasticsearch.action.termvectors.TermVectorsFields
 
hasScoreTerm(Term) - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
hasScriptFields() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
hasScriptFields() - Method in class org.elasticsearch.search.internal.SearchContext
 
hasScriptFields() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
hasSearchContext() - Method in class org.elasticsearch.search.query.QuerySearchResult
 
hasShard(int) - Method in class org.elasticsearch.index.IndexService
 
hasSource() - Method in class org.elasticsearch.search.SearchHit
Is the source available or not.
hasStoredFields() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
hasStoredFields() - Method in class org.elasticsearch.search.internal.SearchContext
 
hasStoredFields() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
hasStoredFieldsContext() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
hasStoredFieldsContext() - Method in class org.elasticsearch.search.internal.SearchContext
 
hasStoredFieldsContext() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
hasString() - Method in class org.elasticsearch.common.text.Text
Whether a String view of the data is already materialized.
hasSuggestHits() - Method in class org.elasticsearch.search.query.QuerySearchResult
Returns true if this result has any suggest score docs
hasText(CharSequence) - Static method in class org.elasticsearch.common.Strings
Check whether the given CharSequence has actual text.
hasText(String) - Static method in class org.elasticsearch.common.Strings
Check whether the given String has actual text.
hasTextCharacters() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
hasTextCharacters() - Method in interface org.elasticsearch.common.xcontent.XContentParser
Method that can be used to determine whether calling of textCharacters() would be the most efficient way to access textual content for the event parser currently points to.
hasTooManyMasterNodes(Iterable<DiscoveryNode>) - Method in class org.elasticsearch.discovery.zen.ElectMasterService
 
hasUnassignedPrimaries() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
Returns true iff this RoutingNodes instance has any unassigned primaries even if the primaries are marked as temporarily ignored.
hasUnassignedShards() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
Returns true iff this RoutingNodes instance has any unassigned shards even if the shards are marked as temporarily ignored.
hasUncompletedPendingDeletes() - Method in class org.elasticsearch.indices.IndicesService
Checks if all pending deletes have completed.
hasUnknownChecksum() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Checks if the checksum for the file is unknown.
hasValue(String) - Method in class org.elasticsearch.common.settings.Settings
Returns true iff the given key has a value in this settings object
hasValue(int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
hasValue(int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
Checks to see this model can produce a new value, without actually running the algo.
hasVersion(long) - Method in class org.elasticsearch.index.shard.CommitPoints
 
haveEmptyIntersection(Set<T>, Set<T>) - Static method in class org.elasticsearch.common.util.set.Sets
 
HDRPercentileRanksAggregator - Class in org.elasticsearch.search.aggregations.metrics.percentiles.hdr
 
HDRPercentileRanksAggregator(String, ValuesSource.Numeric, SearchContext, Aggregator, double[], int, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentileRanksAggregator
 
HDRPercentileRanksAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.percentiles.hdr
 
HDRPercentileRanksAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, double[], int, boolean, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentileRanksAggregatorFactory
 
HDRPercentilesAggregator - Class in org.elasticsearch.search.aggregations.metrics.percentiles.hdr
 
HDRPercentilesAggregator(String, ValuesSource.Numeric, SearchContext, Aggregator, double[], int, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentilesAggregator
 
HDRPercentilesAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.percentiles.hdr
 
HDRPercentilesAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, double[], int, boolean, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentilesAggregatorFactory
 
header(String) - Method in class org.elasticsearch.rest.RestRequest
Get the value of the header or null if not found.
HEADER_SIZE - Static variable in class org.elasticsearch.transport.TcpHeader
 
health(ClusterHealthRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
The health of the cluster.
health(ClusterHealthRequest, ActionListener<ClusterHealthResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
The health of the cluster.
hear(TypeLiteral<I>, TypeEncounter<I>) - Method in interface org.elasticsearch.common.inject.spi.TypeListener
Invoked when Guice encounters a new type eligible for constructor or members injection.
Helper() - Constructor for class org.elasticsearch.common.settings.loader.SettingsLoader.Helper
 
HierarchyCircuitBreakerService - Class in org.elasticsearch.indices.breaker
CircuitBreakerService that attempts to redistribute space between breakers if tripped
HierarchyCircuitBreakerService(Settings, ClusterSettings) - Constructor for class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
 
higherThan(Decision.Type) - Method in enum org.elasticsearch.cluster.routing.allocation.decider.Decision.Type
 
highFreqMinimumShouldMatch(String) - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
Sets the minimum number of high frequent query terms that need to match in order to produce a hit when there are no low frequent terms.
highFreqMinimumShouldMatch() - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
highFreqOperator(Operator) - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
Sets the operator to use for terms with a high document frequency (greater than or equal to CommonTermsQueryBuilder.cutoffFrequency(float).
highFreqOperator() - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
highlight() - Static method in class org.elasticsearch.search.builder.SearchSourceBuilder
A static factory method to construct new search highlights.
highlight(HighlighterContext) - Method in class org.elasticsearch.search.fetch.subphase.highlight.FastVectorHighlighter
 
highlight(HighlighterContext) - Method in interface org.elasticsearch.search.fetch.subphase.highlight.Highlighter
 
highlight(HighlighterContext) - Method in class org.elasticsearch.search.fetch.subphase.highlight.PlainHighlighter
 
highlight(HighlighterContext) - Method in class org.elasticsearch.search.fetch.subphase.highlight.PostingsHighlighter
Deprecated.
 
highlight(HighlighterContext) - Method in class org.elasticsearch.search.fetch.subphase.highlight.UnifiedHighlighter
 
highlight() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
highlight(SearchContextHighlight) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
highlight() - Method in class org.elasticsearch.search.internal.SearchContext
 
highlight(SearchContextHighlight) - Method in class org.elasticsearch.search.internal.SearchContext
 
highlight() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
highlight(SearchContextHighlight) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
highlight(String, String) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
Setup highlighting for suggestions.
HIGHLIGHT_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
HIGHLIGHT_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
HIGHLIGHT_FILTER_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
HIGHLIGHT_QUERY_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
HighlightBuilder - Class in org.elasticsearch.search.fetch.subphase.highlight
A builder for search highlighting.
HighlightBuilder() - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
 
HighlightBuilder(StreamInput) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
Read from a stream.
HighlightBuilder.BoundaryScannerType - Enum in org.elasticsearch.search.fetch.subphase.highlight
 
HighlightBuilder.Field - Class in org.elasticsearch.search.fetch.subphase.highlight
 
HighlightBuilder.Order - Enum in org.elasticsearch.search.fetch.subphase.highlight
 
HIGHLIGHTED - Static variable in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
highlighter(HighlightBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
 
highlighter(HighlightBuilder) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Adds highlight to perform as part of the search.
highlighter() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Gets the hightlighter builder for this request.
highlighter(HighlightBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds highlight to perform as part of the search.
highlighter() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the highlighter builder for this request.
Highlighter - Interface in org.elasticsearch.search.fetch.subphase.highlight
Highlights a search result.
HighlighterContext - Class in org.elasticsearch.search.fetch.subphase.highlight
 
HighlighterContext(String, SearchContextHighlight.Field, FieldMapper, SearchContext, FetchSubPhase.HitContext, Query) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.HighlighterContext
 
highlighterType - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
highlighterType(String) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
Set type of highlighter to use.
highlighterType() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
highlighterType() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
highlightField(String, Query, IndexSearcher, int, int) - Method in class org.apache.lucene.search.postingshighlight.CustomPostingsHighlighter
Highlights terms extracted from the provided query within the content of the provided field name
highlightField(String, Query, int, int) - Method in class org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
Highlights terms extracted from the provided query within the content of the provided field name
HighlightField - Class in org.elasticsearch.search.fetch.subphase.highlight
A field highlighted with its highlighted fragments.
HighlightField(String, Text[]) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.HighlightField
 
highlightFields() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
highlightFields(Map<String, HighlightField>) - Method in class org.elasticsearch.search.SearchHit
 
highlightFilter - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
highlightFilter(Boolean) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
Set this to true when using the highlighterType fvh and you want to provide highlighting on filter clauses in your query.
highlightFilter() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
highlightFilter() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
highlightFilters - Static variable in class org.apache.lucene.search.vectorhighlight.CustomFieldQuery
 
HighlightPhase - Class in org.elasticsearch.search.fetch.subphase.highlight
 
HighlightPhase(Settings, Map<String, Highlighter>) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.HighlightPhase
 
highlightQuery - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
highlightQuery(QueryBuilder) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
Sets a query to be used for highlighting instead of the search query.
highlightQuery() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
highlightQuery() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
HighlightUtils - Class in org.elasticsearch.search.fetch.subphase.highlight
 
HindiAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
HindiAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.HindiAnalyzerProvider
 
HindiNormalizationFilterFactory - Class in org.elasticsearch.index.analysis
Factory for HindiNormalizationFilter
HindiNormalizationFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.HindiNormalizationFilterFactory
 
histogram(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Histogram aggregation with the given name.
Histogram - Interface in org.elasticsearch.search.aggregations.bucket.histogram
A histogram aggregation.
Histogram.Bucket - Interface in org.elasticsearch.search.aggregations.bucket.histogram
A bucket in the histogram where documents fall in
Histogram.Order - Class in org.elasticsearch.search.aggregations.bucket.histogram
A strategy defining the order in which the buckets in this histogram are ordered.
HistogramAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.histogram
A builder for histograms on numeric fields.
HistogramAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Create a new builder with the given name.
HistogramAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Read from a stream, for internal use only.
HistogramAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.histogram
 
HistogramFactory - Interface in org.elasticsearch.search.aggregations.bucket.histogram
Implemented by histogram aggregations and used by pipeline aggregations to insert buckets.
hit() - Method in class org.elasticsearch.search.fetch.FetchSubPhase.HitContext
 
HitContext() - Constructor for class org.elasticsearch.search.fetch.FetchSubPhase.HitContext
 
hitContext - Variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlighterContext
 
hitExecute(SearchContext, FetchSubPhase.HitContext) - Method in interface org.elasticsearch.search.fetch.FetchSubPhase
Executes the hit level phase, with a reader and doc id (note, its a low level reader, and the matching doc).
hitExecute(SearchContext, FetchSubPhase.HitContext) - Method in class org.elasticsearch.search.fetch.subphase.DocValueFieldsFetchSubPhase
 
hitExecute(SearchContext, FetchSubPhase.HitContext) - Method in class org.elasticsearch.search.fetch.subphase.ExplainFetchSubPhase
 
hitExecute(SearchContext, FetchSubPhase.HitContext) - Method in class org.elasticsearch.search.fetch.subphase.FetchSourceSubPhase
 
hitExecute(SearchContext, FetchSubPhase.HitContext) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightPhase
 
hitExecute(SearchContext, FetchSubPhase.HitContext) - Method in class org.elasticsearch.search.fetch.subphase.ParentFieldSubFetchPhase
 
hitExecute(SearchContext, FetchSubPhase.HitContext) - Method in class org.elasticsearch.search.fetch.subphase.ScriptFieldsFetchSubPhase
 
hitExecute(SearchContext, FetchSubPhase.HitContext) - Method in class org.elasticsearch.search.fetch.subphase.VersionFetchSubPhase
 
hits - Variable in class org.elasticsearch.action.search.SearchResponseSections
 
hits() - Method in class org.elasticsearch.action.search.SearchResponseSections
 
hits(SearchHits) - Method in class org.elasticsearch.search.fetch.FetchSearchResult
 
hits() - Method in class org.elasticsearch.search.fetch.FetchSearchResult
 
HITS - Static variable in class org.elasticsearch.search.SearchHits.Fields
 
hits() - Method in class org.elasticsearch.search.SearchHits
Deprecated.
hitsExecute(SearchContext, SearchHit[]) - Method in interface org.elasticsearch.search.fetch.FetchSubPhase
 
hitsExecute(SearchContext, SearchHit[]) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightPhase
 
hitsExecute(SearchContext, SearchHit[]) - Method in class org.elasticsearch.search.fetch.subphase.InnerHitsFetchSubPhase
 
hitsExecute(SearchContext, SearchHit[]) - Method in class org.elasticsearch.search.fetch.subphase.MatchedQueriesFetchSubPhase
 
hole(LineStringBuilder) - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
Add a new hole to the polygon
hole(LineStringBuilder, boolean) - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
Add a new hole to the polygon
HOLE_CHARACTER - Static variable in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
 
holes() - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
HoltLinearModel - Class in org.elasticsearch.search.aggregations.pipeline.movavg.models
Calculate a doubly exponential weighted moving average
HoltLinearModel() - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
HoltLinearModel(double, double) - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
HoltLinearModel(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
Read from a stream.
HoltLinearModel.HoltLinearModelBuilder - Class in org.elasticsearch.search.aggregations.pipeline.movavg.models
 
HoltLinearModelBuilder() - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel.HoltLinearModelBuilder
 
HoltWintersModel - Class in org.elasticsearch.search.aggregations.pipeline.movavg.models
Calculate a triple exponential weighted moving average
HoltWintersModel() - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
HoltWintersModel(double, double, double, int, HoltWintersModel.SeasonalityType, boolean) - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
HoltWintersModel(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
Read from a stream.
HoltWintersModel.HoltWintersModelBuilder - Class in org.elasticsearch.search.aggregations.pipeline.movavg.models
 
HoltWintersModel.SeasonalityType - Enum in org.elasticsearch.search.aggregations.pipeline.movavg.models
 
HoltWintersModelBuilder() - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
 
HOST - Static variable in class org.elasticsearch.transport.TransportSettings
 
HotThreads - Class in org.elasticsearch.monitor.jvm
 
HotThreads() - Constructor for class org.elasticsearch.monitor.jvm.HotThreads
 
HOUR - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
hour() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a two digit hour of day.
hourMinute() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a two digit hour of day and two digit minute of hour.
hourMinuteSecond() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a two digit hour of day, two digit minute of hour, and two digit second of minute.
hourMinuteSecondFraction() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, and three digit fraction of second (HH:mm:ss.SSS).
hourMinuteSecondMillis() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, and three digit fraction of second (HH:mm:ss.SSS).
hours() - Method in class org.elasticsearch.common.unit.TimeValue
 
hours(int) - Static method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
hoursFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
HppcMaps - Class in org.elasticsearch.common.collect
 
HppcMaps.Object - Class in org.elasticsearch.common.collect
 
HppcMaps.Object.Integer - Class in org.elasticsearch.common.collect
 
HtmlStripCharFilterFactory - Class in org.elasticsearch.index.analysis
 
HtmlStripCharFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.HtmlStripCharFilterFactory
 
http() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node HTTP be returned.
http(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node HTTP be returned.
http() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node HTTP be returned.
http(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node HTTP be returned.
HTTP_DEFAULT_TYPE_SETTING - Static variable in class org.elasticsearch.common.network.NetworkModule
 
HTTP_ENABLED - Static variable in class org.elasticsearch.common.network.NetworkModule
 
HTTP_SERVER_BOSS_THREAD_NAME_PREFIX - Static variable in interface org.elasticsearch.http.HttpServerTransport
 
HTTP_SERVER_WORKER_THREAD_NAME_PREFIX - Static variable in interface org.elasticsearch.http.HttpServerTransport
 
HTTP_TYPE_DEFAULT_KEY - Static variable in class org.elasticsearch.common.network.NetworkModule
 
HTTP_TYPE_KEY - Static variable in class org.elasticsearch.common.network.NetworkModule
 
HTTP_TYPE_SETTING - Static variable in class org.elasticsearch.common.network.NetworkModule
 
HttpException - Exception in org.elasticsearch.http
 
HttpException(String) - Constructor for exception org.elasticsearch.http.HttpException
 
HttpException(String, Throwable) - Constructor for exception org.elasticsearch.http.HttpException
 
HttpException(StreamInput) - Constructor for exception org.elasticsearch.http.HttpException
 
HttpInfo - Class in org.elasticsearch.http
 
HttpInfo(StreamInput) - Constructor for class org.elasticsearch.http.HttpInfo
 
HttpInfo(BoundTransportAddress, long) - Constructor for class org.elasticsearch.http.HttpInfo
 
HttpOnTransportException(String) - Constructor for exception org.elasticsearch.transport.TcpTransport.HttpOnTransportException
 
HttpOnTransportException(StreamInput) - Constructor for exception org.elasticsearch.transport.TcpTransport.HttpOnTransportException
 
HttpServerTransport - Interface in org.elasticsearch.http
 
HttpServerTransport.Dispatcher - Interface in org.elasticsearch.http
Dispatches HTTP requests.
HttpStats - Class in org.elasticsearch.http
 
HttpStats(long, long) - Constructor for class org.elasticsearch.http.HttpStats
 
HttpStats(StreamInput) - Constructor for class org.elasticsearch.http.HttpStats
 
HttpTransportSettings - Class in org.elasticsearch.http
 
humanReadable(boolean) - Method in class org.elasticsearch.action.admin.indices.get.GetIndexRequest
 
humanReadable() - Method in class org.elasticsearch.action.admin.indices.get.GetIndexRequest
 
humanReadable() - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
 
humanReadable(boolean) - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
 
humanReadable(boolean) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Set the "human readable" flag.
humanReadable() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
HungarianAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
HungarianAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.HungarianAnalyzerProvider
 
HUNSPELL_DICTIONARY_OPTIONS - Static variable in class org.elasticsearch.indices.analysis.HunspellService
 
HUNSPELL_IGNORE_CASE - Static variable in class org.elasticsearch.indices.analysis.HunspellService
 
HUNSPELL_LAZY_LOAD - Static variable in class org.elasticsearch.indices.analysis.HunspellService
 
HunspellService - Class in org.elasticsearch.indices.analysis
Serves as a node level registry for hunspell dictionaries.
HunspellService(Settings, Environment, Map<String, Dictionary>) - Constructor for class org.elasticsearch.indices.analysis.HunspellService
 
HunspellTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
HunspellTokenFilterFactory(IndexSettings, String, Settings, HunspellService) - Constructor for class org.elasticsearch.index.analysis.HunspellTokenFilterFactory
 
HyperLogLogPlusPlus - Class in org.elasticsearch.search.aggregations.metrics.cardinality
Hyperloglog++ counter, implemented based on pseudo code from http://static.googleusercontent.com/media/research.google.com/fr//pubs/archive/40671.pdf and its appendix https://docs.google.com/document/d/1gyjfMHy43U9OWBXxfaeG-3MjGzejW1dlpyMwEYAAWEI/view?fullscreen This implementation is different from the original implementation in that it uses a hash table instead of a sorted list for linear counting.
HyperLogLogPlusPlus(int, BigArrays, long) - Constructor for class org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
 
HyphenationCompoundWordTokenFilterFactory - Class in org.elasticsearch.index.analysis.compound
Uses the HyphenationCompoundWordTokenFilter to decompound tokens based on hyphenation rules.
HyphenationCompoundWordTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.compound.HyphenationCompoundWordTokenFilterFactory
 

I

IBSimilarityProvider - Class in org.elasticsearch.index.similarity
SimilarityProvider for IBSimilarity.
IBSimilarityProvider(String, Settings) - Constructor for class org.elasticsearch.index.similarity.IBSimilarityProvider
 
id() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
 
id(String) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
 
id - Variable in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
 
id() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
 
id(String) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
 
id() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
 
id(String) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
 
id() - Method in enum org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
 
id() - Method in class org.elasticsearch.action.bulk.BulkItemRequest
 
id() - Method in class org.elasticsearch.action.delete.DeleteRequest
The id of the document to delete.
id(String) - Method in class org.elasticsearch.action.delete.DeleteRequest
Sets the id of the document to delete.
id() - Method in interface org.elasticsearch.action.DocWriteRequest
Get the id of the document for this request
id - Variable in class org.elasticsearch.action.DocWriteResponse.Builder
 
id() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
id(String) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
id(String) - Method in class org.elasticsearch.action.get.GetRequest
Sets the id of the document to fetch.
id() - Method in class org.elasticsearch.action.get.GetRequest
 
id() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
id() - Method in class org.elasticsearch.action.index.IndexRequest
The id of the indexed document.
id(String) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the id of the indexed document.
id() - Method in enum org.elasticsearch.action.search.SearchType
The internal id of the type.
id() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Returns the id of document the term vector is requested for.
id(String) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Sets the id of document the term vector is requested for.
id() - Method in enum org.elasticsearch.action.ThreadingModel
 
id() - Method in class org.elasticsearch.action.update.UpdateRequest
The id of the indexed document.
id(String) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the id of the indexed document.
id() - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
id() - Method in enum org.elasticsearch.cluster.metadata.IndexMetaData.State
 
id() - Method in class org.elasticsearch.cluster.routing.ShardRouting
The shard id.
id() - Method in enum org.elasticsearch.common.rounding.DateTimeUnit
 
id() - Method in class org.elasticsearch.common.rounding.Rounding
 
id() - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
id() - Method in class org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
 
id() - Method in class org.elasticsearch.discovery.zen.ZenPing.PingResponse
an always increasing unique identifier for this ping response.
id() - Method in exception org.elasticsearch.index.AlreadyExpiredException
 
id() - Method in class org.elasticsearch.index.engine.Engine.Delete
 
id() - Method in class org.elasticsearch.index.engine.Engine.Get
 
id() - Method in class org.elasticsearch.index.engine.Engine.Index
 
id() - Method in exception org.elasticsearch.index.engine.IndexFailedEngineException
Deprecated.
 
id - Variable in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
id() - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
id() - Method in class org.elasticsearch.index.mapper.SourceToParse
 
id() - Method in class org.elasticsearch.index.mapper.Uid
 
ID - Static variable in interface org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
 
id() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
id() - Method in enum org.elasticsearch.index.shard.IndexShardState
 
id() - Method in class org.elasticsearch.index.shard.ShardId
 
id() - Method in class org.elasticsearch.index.translog.Translog.Delete
 
id() - Method in class org.elasticsearch.index.translog.Translog.Index
 
id() - Method in enum org.elasticsearch.index.translog.Translog.Operation.Type
 
id() - Method in enum org.elasticsearch.indices.recovery.RecoveryState.Stage
 
id() - Method in class org.elasticsearch.indices.TermsLookup
 
ID - Static variable in class org.elasticsearch.repositories.IndexId
 
id() - Method in class org.elasticsearch.search.fetch.ShardFetchRequest
 
id() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
id() - Method in class org.elasticsearch.search.internal.InternalScrollSearchRequest
 
id() - Method in class org.elasticsearch.search.internal.SearchContext
 
id() - Method in class org.elasticsearch.search.query.QuerySearchRequest
 
id() - Method in exception org.elasticsearch.search.SearchContextMissingException
 
id() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
use SearchHit.getId() instead
id - Variable in class org.elasticsearch.Version
 
ID_FIELD - Static variable in class org.elasticsearch.search.slice.SliceBuilder
 
identical - Variable in class org.elasticsearch.index.store.Store.RecoveryDiff
Files that exist in both snapshots and they can be considered the same ie.
identicalTo(Object) - Static method in class org.elasticsearch.common.inject.matcher.Matchers
Returns a matcher which matches only the given object.
idFieldMapper() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
IdFieldMapper - Class in org.elasticsearch.index.mapper
A mapper for the _id field.
IdFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
IdFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
ids(String[]) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequest
 
ids() - Method in class org.elasticsearch.index.query.IdsQueryBuilder
Returns the ids for the query.
ids(String...) - Static method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Deprecated.
construct the items array externally and use it in the constructor / setter
idsEqual(byte[]) - Method in class org.elasticsearch.index.engine.Engine.CommitId
 
idsQuery() - Static method in class org.elasticsearch.index.query.QueryBuilders
Constructs a query that will match only specific ids within all types.
idsQuery(String...) - Static method in class org.elasticsearch.index.query.QueryBuilders
Constructs a query that will match only specific ids within types.
IdsQueryBuilder - Class in org.elasticsearch.index.query
A query that will return only documents matching specific ids (and a type).
IdsQueryBuilder() - Constructor for class org.elasticsearch.index.query.IdsQueryBuilder
Creates a new IdsQueryBuilder with no types specified upfront
IdsQueryBuilder(String...) - Constructor for class org.elasticsearch.index.query.IdsQueryBuilder
Deprecated.
IdsQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.IdsQueryBuilder
Read from a stream.
IGNORE_ABOVE - Static variable in class org.elasticsearch.index.mapper.KeywordFieldMapper.Defaults
 
IGNORE_ABOVE - Static variable in class org.elasticsearch.index.mapper.StringFieldMapper.Defaults
 
IGNORE_FAILURE_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
IGNORE_MALFORMED - Static variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Defaults
 
IGNORE_MALFORMED - Static variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Names
 
IGNORE_MALFORMED - Static variable in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Defaults
 
IGNORE_MALFORMED_SETTING - Static variable in class org.elasticsearch.index.mapper.FieldMapper
 
IGNORE_UNMAPPED - Static variable in class org.elasticsearch.index.query.InnerHitBuilder
 
ignoreAbove - Variable in class org.elasticsearch.index.mapper.KeywordFieldMapper.Builder
 
ignoreAbove(int) - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.Builder
 
ignoreAbove - Variable in class org.elasticsearch.index.mapper.StringFieldMapper.Builder
 
ignoreAbove(int) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.Builder
 
ignoreCase() - Method in class org.elasticsearch.index.analysis.StopTokenFilterFactory
 
ignoreCase - Variable in class org.elasticsearch.index.analysis.SynonymTokenFilterFactory
 
ignored() - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
The list of ignored unassigned shards (read only).
ignoreDisable(boolean) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
ignoreDisable() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
ignoredSize() - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
Returns the size of the temporarily marked as ignored unassigned shards
ignoreException() - Method in class org.elasticsearch.search.fetch.subphase.ScriptFieldsContext.ScriptField
 
ignoreFailure() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
 
ignoreIdleThreads() - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
ignoreIdleThreads(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
ignoreIdleThreads(boolean) - Method in class org.elasticsearch.monitor.jvm.HotThreads
 
ignoreIndexSettings(String...) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets the list of index settings and index settings groups that shouldn't be restored from snapshot
ignoreIndexSettings(List<String>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets the list of index settings and index settings groups that shouldn't be restored from snapshot
ignoreIndexSettings() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Returns the list of index settings and index settings groups that shouldn't be restored from snapshot
ignoreIndexSettings() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Returns index settings that that shouldn't be restored
ignoreMalformed - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
ignoreMalformed(boolean) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
ignoreMalformed(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
ignoreMalformed - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
ignoreMalformed(boolean) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.Builder
 
ignoreMalformed(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.Builder
 
ignoreMalformed(boolean) - Method in class org.elasticsearch.index.mapper.IpFieldMapper.Builder
 
ignoreMalformed(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.IpFieldMapper.Builder
 
ignoreMalformed(boolean) - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Builder
 
ignoreMalformed(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Builder
 
ignoreMalformed - Variable in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper
 
ignoreMalformed(boolean) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.Builder
 
ignoreMalformed(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.Builder
 
ignoreMalformed(boolean) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.Builder
 
ignoreMalformed(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.Builder
 
ignoreMissing() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
ignoreMissing(boolean) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper.Builder
 
ignoreMissing() - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper
 
IgnoreOnRecoveryEngineException - Interface in org.elasticsearch.index.engine
Exceptions implementing this interface will be ignored during recovery.
ignoreRecoveryAttempt() - Method in class org.elasticsearch.index.shard.IndexShard
Returns true if this shard can ignore a recovery attempt made to it (since the already doing/done it)
ignoreShard(ShardRouting, UnassignedInfo.AllocationStatus, RoutingChangesObserver) - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
Marks a shard as temporarily ignored and adds it to the ignore unassigned list.
ignoreUnavailable(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
Set to true to ignore unavailable snapshots
ignoreUnavailable() - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
 
ignoreUnavailable(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
Set to true to ignore unavailable snapshots, instead of throwing an exception.
ignoreUnavailable() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
Returns whether the request permits unavailable snapshots to be ignored.
ignoreUnavailable() - Method in class org.elasticsearch.action.support.IndicesOptions
 
ignoreUnmapped(boolean) - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Sets whether the query builder should ignore unmapped fields (and run a MatchNoDocsQuery in place of this query) or throw an exception if the field is unmapped.
ignoreUnmapped() - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Gets whether the query builder will ignore unmapped fields (and run a MatchNoDocsQuery in place of this query) or throw an exception if the field is unmapped.
ignoreUnmapped(boolean) - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Sets whether the query builder should ignore unmapped fields (and run a MatchNoDocsQuery in place of this query) or throw an exception if the field is unmapped.
ignoreUnmapped() - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Gets whether the query builder will ignore unmapped fields (and run a MatchNoDocsQuery in place of this query) or throw an exception if the field is unmapped.
ignoreUnmapped(boolean) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
Sets whether the query builder should ignore unmapped fields (and run a MatchNoDocsQuery in place of this query) or throw an exception if the field is unmapped.
ignoreUnmapped() - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
Gets whether the query builder will ignore unmapped fields (and run a MatchNoDocsQuery in place of this query) or throw an exception if the field is unmapped.
ignoreUnmapped(boolean) - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
Sets whether the query builder should ignore unmapped fields (and run a MatchNoDocsQuery in place of this query) or throw an exception if the field is unmapped.
ignoreUnmapped() - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
Gets whether the query builder will ignore unmapped fields (and run a MatchNoDocsQuery in place of this query) or throw an exception if the field is unmapped.
ignoreUnmapped(boolean) - Method in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
Sets whether the query builder should ignore unmapped fields (and run a MatchNoDocsQuery in place of this query) or throw an exception if the field is unmapped.
ignoreUnmapped() - Method in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
Gets whether the query builder will ignore unmapped fields (and run a MatchNoDocsQuery in place of this query) or throw an exception if the field is unmapped.
ignoreUnmapped(boolean) - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
Sets whether the query builder should ignore unmapped fields (and run a MatchNoDocsQuery in place of this query) or throw an exception if the field is unmapped.
ignoreUnmapped() - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
Gets whether the query builder will ignore unmapped fields (and run a MatchNoDocsQuery in place of this query) or throw an exception if the field is unmapped.
ignoreUnmapped(boolean) - Method in class org.elasticsearch.index.query.NestedQueryBuilder
Sets whether the query builder should ignore unmapped paths (and run a MatchNoDocsQuery in place of this query) or throw an exception if the path is unmapped.
ignoreUnmapped() - Method in class org.elasticsearch.index.query.NestedQueryBuilder
Gets whether the query builder will ignore unmapped fields (and run a MatchNoDocsQuery in place of this query) or throw an exception if the path is unmapped.
IllegalIndexShardStateException - Exception in org.elasticsearch.index.shard
 
IllegalIndexShardStateException(ShardId, IndexShardState, String, Object...) - Constructor for exception org.elasticsearch.index.shard.IllegalIndexShardStateException
 
IllegalIndexShardStateException(ShardId, IndexShardState, String, Throwable, Object...) - Constructor for exception org.elasticsearch.index.shard.IllegalIndexShardStateException
 
IllegalIndexShardStateException(StreamInput) - Constructor for exception org.elasticsearch.index.shard.IllegalIndexShardStateException
 
illegalScorer(String) - Static method in class org.elasticsearch.common.lucene.Lucene
Return a Scorer that throws an ElasticsearchIllegalStateException on all operations with the given message.
IllegalShardRoutingStateException - Exception in org.elasticsearch.cluster.routing
This exception defines illegal states of shard routing
IllegalShardRoutingStateException(ShardRouting, String) - Constructor for exception org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
 
IllegalShardRoutingStateException(ShardRouting, String, Throwable) - Constructor for exception org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
 
IllegalShardRoutingStateException(StreamInput) - Constructor for exception org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
 
immutableMap() - Method in class org.elasticsearch.common.collect.MapBuilder
Build an immutable copy of the map under construction.
ImmutableOpenIntMap<VType> - Class in org.elasticsearch.common.collect
An immutable map implementation based on open hash map.
ImmutableOpenIntMap.Builder<VType> - Class in org.elasticsearch.common.collect
 
ImmutableOpenMap<KType,VType> - Class in org.elasticsearch.common.collect
An immutable map implementation based on open hash map.
ImmutableOpenMap.Builder<KType,VType> - Class in org.elasticsearch.common.collect
 
ImmutableOpenMapDiff(StreamInput, DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - Constructor for class org.elasticsearch.cluster.DiffableUtils.ImmutableOpenMapDiff
 
ImmutableOpenMapDiff(ImmutableOpenMap<K, T>, ImmutableOpenMap<K, T>, DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - Constructor for class org.elasticsearch.cluster.DiffableUtils.ImmutableOpenMapDiff
 
IMPLEMENTATION_ALREADY_SET - Static variable in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
ImplementedBy - Annotation Type in org.elasticsearch.common.inject
A pointer to the default implementation of a type.
implies(Permission) - Method in class org.elasticsearch.script.ClassPermission
 
in - Variable in class org.elasticsearch.client.FilterClient
 
in() - Method in class org.elasticsearch.client.FilterClient
Returns the delegate Client
in(Class<? extends Annotation>) - Method in interface org.elasticsearch.common.inject.binder.ScopedBindingBuilder
See the EDSL examples at Binder.
in(Scope) - Method in interface org.elasticsearch.common.inject.binder.ScopedBindingBuilder
See the EDSL examples at Binder.
in(Class<? extends Annotation>) - Method in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
in(Scope) - Method in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
IN_FLIGHT_REQUESTS - Static variable in interface org.elasticsearch.common.breaker.CircuitBreaker
 
IN_FLIGHT_REQUESTS_CIRCUIT_BREAKER_LIMIT_SETTING - Static variable in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
 
IN_FLIGHT_REQUESTS_CIRCUIT_BREAKER_OVERHEAD_SETTING - Static variable in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
 
IN_FLIGHT_REQUESTS_CIRCUIT_BREAKER_TYPE_SETTING - Static variable in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
 
inc() - Method in class org.elasticsearch.common.metrics.CounterMetric
 
inc(long) - Method in class org.elasticsearch.common.metrics.CounterMetric
 
inc(long) - Method in class org.elasticsearch.common.metrics.MeanMetric
 
incCurrentAsSource() - Method in class org.elasticsearch.index.recovery.RecoveryStats
 
incCurrentAsTarget() - Method in class org.elasticsearch.index.recovery.RecoveryStats
 
include(boolean) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Whether to include the input documents.
include() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
INCLUDE_CREATED - Static variable in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
XContent param name to indicate if "created" count must be included in the response.
INCLUDE_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
INCLUDE_NEGATIVES_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
 
INCLUDE_UPDATED - Static variable in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
XContent param name to indicate if "updated" count must be included in the response.
includeAliases(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
If set to true the restore procedure will restore aliases
includeAliases() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Returns true if aliases should be restored from this snapshot
includeAliases() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Returns true if aliases should be restore during this restore operation
includeDefaults() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
 
includeDefaults() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
includeDefaults(boolean) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
Indicates whether default mapping settings should be returned
includeDefaults(boolean) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
Indicates whether default mapping settings should be returned
includeDiskInfo(boolean) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
Set to true to include information about the gathered disk information of nodes in the cluster.
includeDiskInfo() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
Returns true if information about disk usage and shard sizes should also be returned.
includeExclude(IncludeExclude) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
Set terms to include and exclude from the aggregation results
includeExclude() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
Get terms to include and exclude from the aggregation results
includeExclude - Variable in class org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
 
IncludeExclude - Class in org.elasticsearch.search.aggregations.bucket.terms.support
Defines the include/exclude regular expression filtering for string terms aggregation.
IncludeExclude(RegExp, RegExp) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
IncludeExclude(String, String) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
IncludeExclude(SortedSet<BytesRef>, SortedSet<BytesRef>) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
IncludeExclude(String[], String[]) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
IncludeExclude(double[], double[]) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
IncludeExclude(long[], long[]) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
IncludeExclude(int, int) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
IncludeExclude(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
Read from a stream.
includeExclude(IncludeExclude) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Set terms to include and exclude from the aggregation results
includeExclude() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Get terms to include and exclude from the aggregation results
IncludeExclude.LongFilter - Class in org.elasticsearch.search.aggregations.bucket.terms.support
 
IncludeExclude.OrdinalsFilter - Class in org.elasticsearch.search.aggregations.bucket.terms.support
 
IncludeExclude.PartitionedLongFilter - Class in org.elasticsearch.search.aggregations.bucket.terms.support
 
IncludeExclude.SetBackedLongFilter - Class in org.elasticsearch.search.aggregations.bucket.terms.support
 
IncludeExclude.StringFilter - Class in org.elasticsearch.search.aggregations.bucket.terms.support
 
includeFilters() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
includeGlobalState(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Set to true if global state should be stored as part of the snapshot
includeGlobalState() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Returns true if global state should be stored as part of the snapshot
includeGlobalState(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
If set to true the restore procedure will restore global cluster state.
includeGlobalState() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Returns true if global state should be restored from this snapshot
includeGlobalState() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
includeGlobalState() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Returns true if global state should be restore during this restore operation
includeGlobalState(boolean) - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Set to true if global state should be stored as part of the snapshot
includeGlobalState() - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Returns true if global state should be stored as part of the snapshot
includeInAll - Variable in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
includeInAll(Boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
includeInAll - Variable in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper
 
includeInAll - Variable in class org.elasticsearch.index.mapper.ObjectMapper.Builder
 
includeInAll(boolean) - Method in class org.elasticsearch.index.mapper.ObjectMapper.Builder
 
includeInAll() - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
includeInAll(Boolean, FieldMapper) - Method in class org.elasticsearch.index.mapper.ParseContext
 
includeLower(boolean) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
includeLower() - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
includeLower(boolean) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
Should the lower bound be included or not.
includeLower() - Method in class org.elasticsearch.index.query.RangeQueryBuilder
Gets the includeLower flag for this query.
includeNegatives - Variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
Some heuristics do not differentiate between terms that are descriptive for subset or for the background without the subset.
includeNegatives - Variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.NXYBuilder
 
includeProperty(String) - Method in class org.elasticsearch.common.xcontent.support.filtering.FilterPathBasedFilter
 
includeQuery() - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
includeRelocations() - Method in class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
 
includes(String[]) - Method in class org.elasticsearch.index.mapper.SourceFieldMapper.Builder
 
includes() - Method in class org.elasticsearch.index.mapper.SourceFieldMapper
 
includes() - Method in class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
INCLUDES_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
includeSegmentFileSizes(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
includeSegmentFileSizes() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
includeSegmentFileSizes() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
includeSegmentFileSizes(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
includeUpper(boolean) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
includeUpper() - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
includeUpper(boolean) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
Should the upper bound be included or not.
includeUpper() - Method in class org.elasticsearch.index.query.RangeQueryBuilder
Gets the includeUpper flag for this query.
includeYesDecisions(boolean) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
Set to true to include yes decisions for a particular node.
includeYesDecisions() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
Returns true if yes decisions should be included.
incompatible(SnapshotId) - Static method in class org.elasticsearch.snapshots.SnapshotInfo
Gets a new SnapshotInfo instance for a snapshot that is incompatible with the current version of the cluster.
IncompatibleClusterStateVersionException - Exception in org.elasticsearch.cluster
Thrown by Diff.apply(T) method
IncompatibleClusterStateVersionException(String) - Constructor for exception org.elasticsearch.cluster.IncompatibleClusterStateVersionException
 
IncompatibleClusterStateVersionException(long, String, long, String) - Constructor for exception org.elasticsearch.cluster.IncompatibleClusterStateVersionException
 
IncompatibleClusterStateVersionException(StreamInput) - Constructor for exception org.elasticsearch.cluster.IncompatibleClusterStateVersionException
 
incompatibleSnapshotsFromXContent(XContentParser) - Method in class org.elasticsearch.repositories.RepositoryData
Reads the incompatible snapshot ids from x-content, loading them into a new instance of RepositoryData that is created from the invoking instance, plus the incompatible snapshots that are read from x-content.
incompatibleSnapshotsToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.repositories.RepositoryData
Writes the incompatible snapshot ids to x-content.
incRef() - Method in class org.elasticsearch.common.util.concurrent.AbstractRefCounted
 
incRef() - Method in interface org.elasticsearch.common.util.concurrent.RefCounted
Increments the refCount of this instance.
incRef() - Method in class org.elasticsearch.index.store.Store
Increments the refCount of this Store instance.
increment(long, double) - Method in interface org.elasticsearch.common.util.DoubleArray
Increment value at the given index by inc and return the value.
increment(long, float) - Method in interface org.elasticsearch.common.util.FloatArray
Increment value at the given index by inc and return the value.
increment(long, int) - Method in interface org.elasticsearch.common.util.IntArray
Increment value at the given index by inc and return the value.
increment(long, long) - Method in interface org.elasticsearch.common.util.LongArray
Increment value at the given index by inc and return the value.
incrementBucketDocCount(long, int) - Method in class org.elasticsearch.search.aggregations.bucket.BucketsAggregator
Utility method to increment the doc counts of the given bucket (identified by the bucket ordinal)
incrementRecoveredOperations() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Translog
 
incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.UniqueTokenFilter
 
incrementToken() - Method in class org.apache.lucene.analysis.PrefixAnalyzer.PrefixTokenFilter
 
incrementToken() - Method in class org.elasticsearch.common.lucene.all.AllTokenStream
 
incrementToken() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionTokenStream
 
incrementVersion() - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
index(String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
Set the index this action is operating on.
index() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
index() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The index name to create.
index(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
index() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexResponse
 
index() - Method in class org.elasticsearch.action.bulk.BulkItemRequest
 
index() - Method in interface org.elasticsearch.action.DocWriteRequest
Get the index that this request operates on
index() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
index(String) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
index() - Method in class org.elasticsearch.action.search.ShardSearchFailure
The index the search failed on.
index() - Method in interface org.elasticsearch.action.ShardOperationFailedException
The index the operation failed on.
index() - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
index - Variable in class org.elasticsearch.action.support.replication.ReplicationRequest
 
index() - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
 
index(String) - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
 
index() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
 
index - Variable in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
index() - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
index(String) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
index - Variable in class org.elasticsearch.action.support.single.shard.SingleShardRequest
The concrete index name Whether index property is optional depends on the concrete implementation.
index() - Method in class org.elasticsearch.action.support.single.shard.SingleShardRequest
 
index(String) - Method in class org.elasticsearch.action.support.single.shard.SingleShardRequest
Sets the index.
index(IndexRequest) - Method in interface org.elasticsearch.client.Client
Index a JSON source associated with a given index and type.
index(IndexRequest, ActionListener<IndexResponse>) - Method in interface org.elasticsearch.client.Client
Index a document associated with a given index and type.
index(IndexRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
index(IndexRequest, ActionListener<IndexResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
index() - Method in class org.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
 
Index(IndexMetaData) - Constructor for class org.elasticsearch.cluster.metadata.AliasOrIndex.Index
 
index() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
index(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
index(String) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
index(Index) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
index - Variable in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
 
index - Variable in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
 
index() - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
Get the index name
index() - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
Get the index of the shard which allocation should be canceled
index() - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
index() - Method in class org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
 
index(String) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
index(Index) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
index() - Method in class org.elasticsearch.cluster.routing.ShardRouting
 
index - Variable in class org.elasticsearch.common.util.LongObjectPagedHashMap.Cursor
 
index() - Method in enum org.elasticsearch.common.xcontent.XContentType
 
index() - Method in class org.elasticsearch.index.AbstractIndexComponent
 
index() - Method in exception org.elasticsearch.index.AlreadyExpiredException
 
index(Engine.Index) - Method in class org.elasticsearch.index.engine.Engine
Perform document index operation on the engine
Index(Term, ParsedDocument, long, VersionType, Engine.Operation.Origin, long, long, boolean) - Constructor for class org.elasticsearch.index.engine.Engine.Index
 
Index(Term, ParsedDocument) - Constructor for class org.elasticsearch.index.engine.Engine.Index
 
index(Engine.Index) - Method in class org.elasticsearch.index.engine.InternalEngine
 
index(Engine.Index) - Method in class org.elasticsearch.index.engine.ShadowEngine
 
index - Variable in class org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
 
index() - Method in class org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
 
index() - Method in class org.elasticsearch.index.fielddata.UidIndexFieldData
 
Index - Class in org.elasticsearch.index
A value class representing the basic required properties of an Elasticsearch index.
Index(String, String) - Constructor for class org.elasticsearch.index.Index
 
Index(StreamInput) - Constructor for class org.elasticsearch.index.Index
Read from a stream.
index() - Method in interface org.elasticsearch.index.IndexComponent
 
index(boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
index(boolean) - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.Builder
Deprecated.
index() - Method in class org.elasticsearch.index.mapper.SourceToParse
 
INDEX - Static variable in interface org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
 
index() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
index(String) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
index() - Method in class org.elasticsearch.index.query.QueryShardContext
 
index(Engine.Index) - Method in class org.elasticsearch.index.shard.IndexShard
 
index() - Method in class org.elasticsearch.index.shard.SnapshotStatus
 
Index() - Constructor for class org.elasticsearch.index.shard.SnapshotStatus.Index
 
index(Engine, Engine.Index) - Method in class org.elasticsearch.index.shard.TranslogRecoveryPerformer
 
Index(StreamInput) - Constructor for class org.elasticsearch.index.translog.Translog.Index
 
Index(Engine.Index, Engine.IndexResult) - Constructor for class org.elasticsearch.index.translog.Translog.Index
 
Index(String, String, byte[]) - Constructor for class org.elasticsearch.index.translog.Translog.Index
 
Index() - Constructor for class org.elasticsearch.indices.recovery.RecoveryState.Index
 
index() - Method in class org.elasticsearch.indices.TermsLookup
 
index(String) - Method in class org.elasticsearch.indices.TermsLookup
 
index() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
index() - Method in class org.elasticsearch.snapshots.SnapshotShardFailure
Returns index where failure occurred
INDEX - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
INDEX_ANALYSIS_CHAR_FILTER - Static variable in class org.elasticsearch.index.analysis.AnalysisRegistry
 
INDEX_ANALYSIS_FILTER - Static variable in class org.elasticsearch.index.analysis.AnalysisRegistry
 
INDEX_ANALYSIS_TOKENIZER - Static variable in class org.elasticsearch.index.analysis.AnalysisRegistry
 
INDEX_AUTO_EXPAND_REPLICAS_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_BALANCE_FACTOR_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
 
INDEX_BLOCKS_METADATA_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_BLOCKS_READ_ONLY_ALLOW_DELETE_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_BLOCKS_READ_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_BLOCKS_WRITE_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_BUFFER_SIZE_SETTING - Static variable in class org.elasticsearch.indices.IndexingMemoryController
How much heap (% or bytes) we will share across all actively indexing shards on this node (default: 10%).
INDEX_CACHE_REQUEST_ENABLED_SETTING - Static variable in class org.elasticsearch.indices.IndicesRequestCache
A setting to enable or disable request caching on an index level.
INDEX_CHECK_ON_STARTUP - Static variable in class org.elasticsearch.index.IndexSettings
 
INDEX_CLOSED_BLOCK - Static variable in class org.elasticsearch.cluster.metadata.MetaDataIndexStateService
 
INDEX_CODEC_SETTING - Static variable in class org.elasticsearch.index.engine.EngineConfig
Index setting to change the low level lucene codec used for writing new segments.
INDEX_COMPOUND_FORMAT_SETTING - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
INDEX_CONTENT_TYPE - Static variable in class org.elasticsearch.client.Requests
The default content type to use to generate source documents when indexing.
INDEX_DATA_PATH_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_DELAYED_NODE_LEFT_TIMEOUT_SETTING - Static variable in class org.elasticsearch.cluster.routing.UnassignedInfo
 
INDEX_FIELDDATA_CACHE_KEY - Static variable in class org.elasticsearch.index.fielddata.IndexFieldDataService
 
INDEX_FOLDER_NAME - Static variable in class org.elasticsearch.index.shard.ShardPath
 
INDEX_FORMAT_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_GC_DELETES_SETTING - Static variable in class org.elasticsearch.index.IndexSettings
 
INDEX_INDEXING_SLOWLOG_LEVEL_SETTING - Static variable in class org.elasticsearch.index.IndexingSlowLog
 
INDEX_INDEXING_SLOWLOG_MAX_SOURCE_CHARS_TO_LOG_SETTING - Static variable in class org.elasticsearch.index.IndexingSlowLog
Reads how much of the source to log.
INDEX_INDEXING_SLOWLOG_REFORMAT_SETTING - Static variable in class org.elasticsearch.index.IndexingSlowLog
 
INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_DEBUG_SETTING - Static variable in class org.elasticsearch.index.IndexingSlowLog
 
INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_INFO_SETTING - Static variable in class org.elasticsearch.index.IndexingSlowLog
 
INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_TRACE_SETTING - Static variable in class org.elasticsearch.index.IndexingSlowLog
 
INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_WARN_SETTING - Static variable in class org.elasticsearch.index.IndexingSlowLog
 
INDEX_LOAD_RANDOM_ACCESS_FILTERS_EAGERLY_SETTING - Static variable in class org.elasticsearch.index.cache.bitset.BitsetFilterCache
 
INDEX_LOCK_FACTOR_SETTING - Static variable in class org.elasticsearch.index.store.FsDirectoryService
 
INDEX_MAPPER_DYNAMIC_DEFAULT - Static variable in class org.elasticsearch.index.mapper.MapperService
 
INDEX_MAPPER_DYNAMIC_SETTING - Static variable in class org.elasticsearch.index.mapper.MapperService
 
INDEX_MAPPING_DEPTH_LIMIT_SETTING - Static variable in class org.elasticsearch.index.mapper.MapperService
 
INDEX_MAPPING_NESTED_FIELDS_LIMIT_SETTING - Static variable in class org.elasticsearch.index.mapper.MapperService
 
INDEX_MAPPING_SINGLE_TYPE_SETTING - Static variable in class org.elasticsearch.index.mapper.MapperService
 
INDEX_MAPPING_TOTAL_FIELDS_LIMIT_SETTING - Static variable in class org.elasticsearch.index.mapper.MapperService
 
INDEX_MERGE_ENABLED - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
INDEX_MERGE_POLICY_EXPUNGE_DELETES_ALLOWED_SETTING - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
INDEX_MERGE_POLICY_FLOOR_SEGMENT_SETTING - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
INDEX_MERGE_POLICY_MAX_MERGE_AT_ONCE_EXPLICIT_SETTING - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
INDEX_MERGE_POLICY_MAX_MERGE_AT_ONCE_SETTING - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
INDEX_MERGE_POLICY_MAX_MERGED_SEGMENT_SETTING - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
INDEX_MERGE_POLICY_RECLAIM_DELETES_WEIGHT_SETTING - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
INDEX_MERGE_POLICY_SEGMENTS_PER_TIER_SETTING - Static variable in class org.elasticsearch.index.MergePolicyConfig
 
INDEX_METADATA_BLOCK - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_NAME - Static variable in class org.elasticsearch.index.mapper.AllFieldMapper.Defaults
 
INDEX_NUMBER_OF_REPLICAS_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_NUMBER_OF_SHARDS_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_OPTIMIZE_AUTO_GENERATED_IDS - Static variable in class org.elasticsearch.index.engine.EngineConfig
Configures an index to optimize documents with auto generated ids for append only.
INDEX_OPTIONS_DOCS - Static variable in class org.elasticsearch.index.mapper.TypeParsers
 
INDEX_OPTIONS_FREQS - Static variable in class org.elasticsearch.index.mapper.TypeParsers
 
INDEX_OPTIONS_OFFSETS - Static variable in class org.elasticsearch.index.mapper.TypeParsers
 
INDEX_OPTIONS_POSITIONS - Static variable in class org.elasticsearch.index.mapper.TypeParsers
 
INDEX_PRIORITY_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_QUERY_CACHE_ENABLED_SETTING - Static variable in class org.elasticsearch.index.IndexModule
 
INDEX_QUERY_CACHE_EVERYTHING_SETTING - Static variable in class org.elasticsearch.index.IndexModule
 
INDEX_QUERY_CACHE_TERM_QUERIES_SETTING - Static variable in class org.elasticsearch.index.IndexModule
 
INDEX_READ_BLOCK - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_READ_ONLY_ALLOW_DELETE_BLOCK - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_READ_ONLY_BLOCK - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_READ_ONLY_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_RECOVERY_INITIAL_SHARDS_SETTING - Static variable in class org.elasticsearch.gateway.PrimaryShardAllocator
Deprecated.
INDEX_REFRESH_INTERVAL_SETTING - Static variable in class org.elasticsearch.index.IndexSettings
 
INDEX_ROUTING_ALLOCATION_ENABLE_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
 
INDEX_ROUTING_EXCLUDE_GROUP_PREFIX - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_ROUTING_EXCLUDE_GROUP_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_ROUTING_INCLUDE_GROUP_PREFIX - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_ROUTING_INCLUDE_GROUP_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_ROUTING_INITIAL_RECOVERY_GROUP_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_ROUTING_PARTITION_SIZE_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_ROUTING_REBALANCE_ENABLE_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
 
INDEX_ROUTING_REQUIRE_GROUP_PREFIX - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_ROUTING_REQUIRE_GROUP_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_SEARCH_SLOWLOG_LEVEL - Static variable in class org.elasticsearch.index.SearchSlowLog
 
INDEX_SEARCH_SLOWLOG_THRESHOLD_FETCH_DEBUG_SETTING - Static variable in class org.elasticsearch.index.SearchSlowLog
 
INDEX_SEARCH_SLOWLOG_THRESHOLD_FETCH_INFO_SETTING - Static variable in class org.elasticsearch.index.SearchSlowLog
 
INDEX_SEARCH_SLOWLOG_THRESHOLD_FETCH_TRACE_SETTING - Static variable in class org.elasticsearch.index.SearchSlowLog
 
INDEX_SEARCH_SLOWLOG_THRESHOLD_FETCH_WARN_SETTING - Static variable in class org.elasticsearch.index.SearchSlowLog
 
INDEX_SEARCH_SLOWLOG_THRESHOLD_QUERY_DEBUG_SETTING - Static variable in class org.elasticsearch.index.SearchSlowLog
 
INDEX_SEARCH_SLOWLOG_THRESHOLD_QUERY_INFO_SETTING - Static variable in class org.elasticsearch.index.SearchSlowLog
 
INDEX_SEARCH_SLOWLOG_THRESHOLD_QUERY_TRACE_SETTING - Static variable in class org.elasticsearch.index.SearchSlowLog
 
INDEX_SEARCH_SLOWLOG_THRESHOLD_QUERY_WARN_SETTING - Static variable in class org.elasticsearch.index.SearchSlowLog
 
INDEX_SETTING_PREFIX - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_SETTINGS_KEY_PREDICATE - Static variable in class org.elasticsearch.common.settings.IndexScopedSettings
 
INDEX_SHADOW_REPLICAS_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_SHARED_FILESYSTEM_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_SHARED_FS_ALLOW_RECOVERY_ON_ANY_NODE_SETTING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_SHRINK_SOURCE_NAME - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_SHRINK_SOURCE_NAME_KEY - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_SHRINK_SOURCE_UUID - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_SHRINK_SOURCE_UUID_KEY - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_STATE_FILE_PREFIX - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_STORE_PRE_LOAD_SETTING - Static variable in class org.elasticsearch.index.IndexModule
On which extensions to load data into the file-system cache upon opening of files.
INDEX_STORE_STATS_REFRESH_INTERVAL_SETTING - Static variable in class org.elasticsearch.index.store.Store
 
INDEX_STORE_THROTTLE_MAX_BYTES_PER_SEC_SETTING - Static variable in class org.elasticsearch.index.store.IndexStore
 
INDEX_STORE_THROTTLE_TYPE_SETTING - Static variable in class org.elasticsearch.index.store.IndexStore
 
INDEX_STORE_TYPE_SETTING - Static variable in class org.elasticsearch.index.IndexModule
 
INDEX_TOTAL_SHARDS_PER_NODE_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
Controls the maximum number of shards per index on a single Elasticsearch node.
INDEX_TRANSLOG_DURABILITY_SETTING - Static variable in class org.elasticsearch.index.IndexSettings
 
INDEX_TRANSLOG_FLUSH_THRESHOLD_SIZE_SETTING - Static variable in class org.elasticsearch.index.IndexSettings
 
INDEX_TRANSLOG_SYNC_INTERVAL_SETTING - Static variable in class org.elasticsearch.index.IndexSettings
 
INDEX_TTL_DISABLE_PURGE_SETTING - Static variable in class org.elasticsearch.index.IndexSettings
 
INDEX_UUID_NA_VALUE - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INDEX_WARMER_ENABLED_SETTING - Static variable in class org.elasticsearch.index.IndexSettings
 
INDEX_WRITE_BLOCK - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
IndexAction - Class in org.elasticsearch.action.index
 
indexAliases(ClusterState, String, Predicate<AliasMetaData>, boolean, String...) - Method in class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
Iterates through the list of indices and selects the effective list of required aliases for the given index.
indexAliasesRequest() - Static method in class org.elasticsearch.client.Requests
Creates an index aliases request allowing to add and remove aliases.
indexAnalyzer() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
indexAnalyzer() - Method in class org.elasticsearch.index.mapper.DocumentFieldMappers
A smart analyzer used for indexing that takes into account specific analyzers configured per FieldMapper.
indexAnalyzer(NamedAnalyzer) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
indexAnalyzer() - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
indexAnalyzer() - Method in class org.elasticsearch.index.mapper.MapperService
 
IndexAnalyzers - Class in org.elasticsearch.index.analysis
IndexAnalyzers contains a name to analyzer mapping for a specific index.
IndexAnalyzers(IndexSettings, NamedAnalyzer, NamedAnalyzer, NamedAnalyzer, Map<String, NamedAnalyzer>, Map<String, NamedAnalyzer>) - Constructor for class org.elasticsearch.index.analysis.IndexAnalyzers
 
indexBlocked(ClusterBlockLevel, String) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
indexBlockedException(ClusterBlockLevel, String) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
indexBlockedRaiseException(ClusterBlockLevel, String) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
indexBlockLevel() - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction
Index level block to check before request execution.
indexBlockLevel() - Method in class org.elasticsearch.action.support.replication.TransportWriteAction
 
indexBoost(String, float) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets the boost a specific index or alias will receive when the query is executed against it.
indexBoost() - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
indexBoost() - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
 
indexBoost() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
indexBoosts() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the boost a specific indices or aliases will receive when the query is executed against them.
IndexCache - Class in org.elasticsearch.index.cache
 
IndexCache(IndexSettings, QueryCache, BitsetFilterCache) - Constructor for class org.elasticsearch.index.cache.IndexCache
 
indexCache - Variable in class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.Key
 
IndexClosedException - Exception in org.elasticsearch.indices
Exception indicating that one or more requested indices are closed.
IndexClosedException(Index) - Constructor for exception org.elasticsearch.indices.IndexClosedException
 
IndexClosedException(StreamInput) - Constructor for exception org.elasticsearch.indices.IndexClosedException
 
IndexCommitDelegate - Class in org.elasticsearch.common.lucene
A simple delegate that delegates all IndexCommit calls to a delegated IndexCommit.
IndexCommitDelegate(IndexCommit) - Constructor for class org.elasticsearch.common.lucene.IndexCommitDelegate
Constructs a new IndexCommit that will delegate all calls to the provided delegate.
IndexComponent - Interface in org.elasticsearch.index
 
IndexConstraint - Class in org.elasticsearch.action.fieldstats
 
IndexConstraint(String, IndexConstraint.Property, IndexConstraint.Comparison, String) - Constructor for class org.elasticsearch.action.fieldstats.IndexConstraint
 
IndexConstraint(String, IndexConstraint.Property, IndexConstraint.Comparison, String, String) - Constructor for class org.elasticsearch.action.fieldstats.IndexConstraint
 
IndexConstraint.Comparison - Enum in org.elasticsearch.action.fieldstats
 
IndexConstraint.Property - Enum in org.elasticsearch.action.fieldstats
 
indexCreated - Variable in class org.elasticsearch.action.admin.indices.rollover.Condition.Stats
 
indexCreated(Settings) - Static method in class org.elasticsearch.Version
Return the Version of Elasticsearch that has been used to create an index given its settings.
indexCreatedVersion - Variable in class org.elasticsearch.index.mapper.FieldMapper
 
indexCreatedVersion() - Method in class org.elasticsearch.index.mapper.Mapper.BuilderContext
 
IndexCreationException - Exception in org.elasticsearch.indices
 
IndexCreationException(String, Throwable) - Constructor for exception org.elasticsearch.indices.IndexCreationException
 
IndexCreationException(StreamInput) - Constructor for exception org.elasticsearch.indices.IndexCreationException
 
IndexDynamicSettings - Annotation Type in org.elasticsearch.index.settings
 
indexedShapeId() - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
indexedShapeIndex(String) - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
Sets the name of the index where the indexed Shape can be found
indexedShapeIndex() - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
indexedShapePath(String) - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
Sets the path of the field in the indexed Shape document that has the Shape itself
indexedShapePath() - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
indexedShapeType() - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
indexedValueForSearch(Object) - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
 
indexedValueForSearch(Object) - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
 
indexedValueForSearch(Object) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
indexedValueForSearch(Object) - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.DoubleFieldType
 
indexedValueForSearch(Object) - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.IntegerFieldType
 
indexedValueForSearch(Object) - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.IpFieldType
 
indexedValueForSearch(Object) - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper.LongFieldType
 
IndexEventListener - Interface in org.elasticsearch.index.shard
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.
indexExists(int) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
indexExists(int) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
indexExists(Directory) - Static method in class org.elasticsearch.common.lucene.Lucene
 
IndexFailedEngineException - Exception in org.elasticsearch.index.engine
Deprecated.
IndexFailedEngineException(StreamInput) - Constructor for exception org.elasticsearch.index.engine.IndexFailedEngineException
Deprecated.
 
IndexField - Class in org.elasticsearch.search.lookup
Script interface to all information regarding a field.
IndexField(String, LeafIndexLookup) - Constructor for class org.elasticsearch.search.lookup.IndexField
 
IndexFieldData<FD extends AtomicFieldData> - Interface in org.elasticsearch.index.fielddata
Thread-safe utility class that allows to get per-segment values via the IndexFieldData.load(LeafReaderContext) method.
indexFieldData() - Method in class org.elasticsearch.search.aggregations.support.FieldContext
 
indexFieldData - Variable in class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.FieldData
 
indexFieldData - Variable in class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals.FieldData
 
indexFieldData - Variable in class org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint.Fielddata
 
indexFieldData - Variable in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.FieldData
 
IndexFieldData.Builder - Interface in org.elasticsearch.index.fielddata
 
IndexFieldData.CommonSettings - Class in org.elasticsearch.index.fielddata
 
IndexFieldData.CommonSettings.MemoryStorageFormat - Enum in org.elasticsearch.index.fielddata
 
IndexFieldData.Global<FD extends AtomicFieldData> - Interface in org.elasticsearch.index.fielddata
 
IndexFieldData.XFieldComparatorSource - Class in org.elasticsearch.index.fielddata
 
IndexFieldData.XFieldComparatorSource.Nested - Class in org.elasticsearch.index.fielddata
Simple wrapper class around a filter that matches parent documents and a filter that matches child documents.
IndexFieldDataCache - Interface in org.elasticsearch.index.fielddata
A simple field data cache abstraction on the *index* level.
IndexFieldDataCache.Listener - Interface in org.elasticsearch.index.fielddata
 
IndexFieldDataCache.None - Class in org.elasticsearch.index.fielddata
 
IndexFieldDataService - Class in org.elasticsearch.index.fielddata
 
IndexFieldDataService(IndexSettings, IndicesFieldDataCache, CircuitBreakerService, MapperService) - Constructor for class org.elasticsearch.index.fielddata.IndexFieldDataService
 
indexFieldDataService() - Method in class org.elasticsearch.index.shard.IndexShard
 
IndexFieldMapper() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
IndexFieldMapper - Class in org.elasticsearch.index.mapper
 
IndexFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
IndexFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
IndexFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
IndexFieldTerm - Class in org.elasticsearch.search.lookup
Holds all information on a particular term in a field.
IndexFieldTerm(String, String, LeafIndexLookup, int) - Constructor for class org.elasticsearch.search.lookup.IndexFieldTerm
 
indexFieldTerm - Variable in class org.elasticsearch.search.lookup.PositionIterator
 
indexFiles() - Method in class org.elasticsearch.index.shard.CommitPoint
 
indexFiles() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
Returns list of files in the shard
indexFiles() - Method in class org.elasticsearch.index.snapshots.blobstore.SnapshotFiles
Returns a list of file in the snapshot
IndexFolderUpgrader - Class in org.elasticsearch.common.util
Renames index folders from {index.name} to {index.uuid}
IndexGeoPointFieldData - Interface in org.elasticsearch.index.fielddata
Specialization of IndexFieldData for geo points.
indexGet(int) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
indexGet(int) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
IndexGraveyard - Class in org.elasticsearch.cluster.metadata
A collection of tombstones for explicitly marking indices as deleted in the cluster state.
IndexGraveyard(StreamInput) - Constructor for class org.elasticsearch.cluster.metadata.IndexGraveyard
 
indexGraveyard(IndexGraveyard) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
indexGraveyard() - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
indexGraveyard() - Method in class org.elasticsearch.cluster.metadata.MetaData
The collection of index deletions in the cluster.
IndexGraveyard.Builder - Class in org.elasticsearch.cluster.metadata
A class to build an IndexGraveyard.
IndexGraveyard.IndexGraveyardDiff - Class in org.elasticsearch.cluster.metadata
A class representing a diff of two IndexGraveyard objects.
IndexGraveyard.Tombstone - Class in org.elasticsearch.cluster.metadata
An individual tombstone entry for representing a deleted index.
IndexId - Class in org.elasticsearch.repositories
Represents a single snapshotted index in the repository.
IndexId(String, String) - Constructor for class org.elasticsearch.repositories.IndexId
 
IndexId(StreamInput) - Constructor for class org.elasticsearch.repositories.IndexId
 
indexing - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
indexing(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
indexing() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
IndexingMemoryController - Class in org.elasticsearch.indices
 
IndexingOperationListener - Interface in org.elasticsearch.index.shard
An indexing listener for indexing, delete, events.
IndexingOperationListener.CompositeListener - Class in org.elasticsearch.index.shard
A Composite listener that multiplexes calls to each of the listeners methods.
IndexingSlowLog - Class in org.elasticsearch.index
 
IndexingStats - Class in org.elasticsearch.index.shard
 
IndexingStats() - Constructor for class org.elasticsearch.index.shard.IndexingStats
 
IndexingStats(IndexingStats.Stats, Map<String, IndexingStats.Stats>) - Constructor for class org.elasticsearch.index.shard.IndexingStats
 
indexingStats(String...) - Method in class org.elasticsearch.index.shard.IndexShard
 
IndexingStats.Stats - Class in org.elasticsearch.index.shard
 
indexInsert(int, int, VType) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
indexInsert(int, KType, VType) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
indexLookup() - Method in class org.elasticsearch.script.AbstractSearchScript
Allows to access statistics on terms and fields.
IndexLookup - Class in org.elasticsearch.search.lookup
 
IndexLookup() - Constructor for class org.elasticsearch.search.lookup.IndexLookup
 
indexLookup() - Method in class org.elasticsearch.search.lookup.LeafSearchLookup
 
indexMapper() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
IndexMetaData - Class in org.elasticsearch.cluster.metadata
 
indexMetaData(ClusterState, String) - Method in class org.elasticsearch.cluster.routing.OperationRouting
 
IndexMetaData.Builder - Class in org.elasticsearch.cluster.metadata
 
IndexMetaData.Custom - Interface in org.elasticsearch.cluster.metadata
Deprecated.
IndexMetaData.State - Enum in org.elasticsearch.cluster.metadata
 
indexMetaDataChanged(IndexMetaData, IndexMetaData) - Static method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns true iff the IndexMetaData for a given index has changed between the previous cluster state and the new cluster state.
IndexMetaDataUpdater - Class in org.elasticsearch.cluster.routing.allocation
Observer that tracks changes made to RoutingNodes in order to update the primary terms and in-sync allocation ids in IndexMetaData once the allocation round has completed.
IndexMetaDataUpdater() - Constructor for class org.elasticsearch.cluster.routing.allocation.IndexMetaDataUpdater
 
IndexMetaWriteInfo(IndexMetaData, IndexMetaData, String) - Constructor for class org.elasticsearch.gateway.GatewayMetaState.IndexMetaWriteInfo
 
IndexModule - Class in org.elasticsearch.index
IndexModule represents the central extension point for index level custom implementations like: SimilarityProvider - New SimilarityProvider implementations can be registered through IndexModule.addSimilarity(String, BiFunction)while existing Providers can be referenced through Settings under the IndexModule.SIMILARITY_SETTINGS_PREFIX prefix along with the "type" value.
IndexModule(IndexSettings, IndexStoreConfig, AnalysisRegistry) - Constructor for class org.elasticsearch.index.IndexModule
 
IndexModule.IndexSearcherWrapperFactory - Interface in org.elasticsearch.index
Factory for creating new IndexSearcherWrapper instances
IndexModule.Type - Enum in org.elasticsearch.index
 
indexNameExpressionResolver - Variable in class org.elasticsearch.action.support.TransportAction
 
IndexNameExpressionResolver - Class in org.elasticsearch.cluster.metadata
 
IndexNameExpressionResolver(Settings) - Constructor for class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
 
IndexNotFoundException - Exception in org.elasticsearch.index
 
IndexNotFoundException(String, String) - Constructor for exception org.elasticsearch.index.IndexNotFoundException
Construct with a custom message.
IndexNotFoundException(String) - Constructor for exception org.elasticsearch.index.IndexNotFoundException
 
IndexNotFoundException(String, Throwable) - Constructor for exception org.elasticsearch.index.IndexNotFoundException
 
IndexNotFoundException(Index) - Constructor for exception org.elasticsearch.index.IndexNotFoundException
 
IndexNotFoundException(Index, Throwable) - Constructor for exception org.elasticsearch.index.IndexNotFoundException
 
IndexNotFoundException(StreamInput) - Constructor for exception org.elasticsearch.index.IndexNotFoundException
 
IndexNumericFieldData - Interface in org.elasticsearch.index.fielddata
 
IndexNumericFieldData.NumericType - Enum in org.elasticsearch.index.fielddata
 
indexOf(int) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
indexOf(KType) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
indexOptions(IndexOptions) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
indexOptions(IndexOptions) - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.Builder
 
indexOptionsSet - Variable in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
indexOptionToString(IndexOptions) - Static method in class org.elasticsearch.index.mapper.FieldMapper
 
IndexOrdinalsFieldData - Interface in org.elasticsearch.index.fielddata
Specialization of IndexFieldData for data that is indexed with ordinals.
IndexOutputOutputStream - Class in org.elasticsearch.common.lucene.store
OutputStream that writes into underlying IndexOutput
IndexOutputOutputStream(IndexOutput) - Constructor for class org.elasticsearch.common.lucene.store.IndexOutputOutputStream
 
indexPaths(Index) - Method in class org.elasticsearch.env.NodeEnvironment
Returns all index paths.
IndexPrimaryShardNotAllocatedException - Exception in org.elasticsearch.indices
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.
IndexPrimaryShardNotAllocatedException(StreamInput) - Constructor for exception org.elasticsearch.indices.IndexPrimaryShardNotAllocatedException
 
IndexPrimaryShardNotAllocatedException(Index) - Constructor for exception org.elasticsearch.indices.IndexPrimaryShardNotAllocatedException
 
IndexQueryCache - Class in org.elasticsearch.index.cache.query
The index-level query cache.
IndexQueryCache(IndexSettings, IndicesQueryCache) - Constructor for class org.elasticsearch.index.cache.query.IndexQueryCache
 
indexReplace(int, VType) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
indexReplace(int, VType) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
IndexRequest - Class in org.elasticsearch.action.index
Index request to index a typed JSON document into a specific index and make it searchable.
IndexRequest() - Constructor for class org.elasticsearch.action.index.IndexRequest
 
IndexRequest(String) - Constructor for class org.elasticsearch.action.index.IndexRequest
Constructs a new index request against the specific index.
IndexRequest(String, String) - Constructor for class org.elasticsearch.action.index.IndexRequest
Constructs a new index request against the specific index and type.
IndexRequest(String, String, String) - Constructor for class org.elasticsearch.action.index.IndexRequest
Constructs a new index request against the index, type, id and using the source.
indexRequest() - Static method in class org.elasticsearch.client.Requests
 
indexRequest(String) - Static method in class org.elasticsearch.client.Requests
Create an index request against a specific index.
IndexRequestBuilder - Class in org.elasticsearch.action.index
An index document action request builder.
IndexRequestBuilder(ElasticsearchClient, IndexAction) - Constructor for class org.elasticsearch.action.index.IndexRequestBuilder
 
IndexRequestBuilder(ElasticsearchClient, IndexAction, String) - Constructor for class org.elasticsearch.action.index.IndexRequestBuilder
 
IndexResponse - Class in org.elasticsearch.action.index
A response of an index operation,
IndexResponse() - Constructor for class org.elasticsearch.action.index.IndexResponse
 
IndexResponse(ShardId, String, String, long, boolean) - Constructor for class org.elasticsearch.action.index.IndexResponse
 
IndexResponse.Builder - Class in org.elasticsearch.action.index
Builder class for IndexResponse.
IndexResult(long, boolean) - Constructor for class org.elasticsearch.index.engine.Engine.IndexResult
 
IndexResult(Exception, long) - Constructor for class org.elasticsearch.index.engine.Engine.IndexResult
 
indexRouting() - Method in class org.elasticsearch.action.admin.indices.alias.Alias
Returns the index routing value associated with the alias
indexRouting(String) - Method in class org.elasticsearch.action.admin.indices.alias.Alias
Associates an index routing value to the alias
indexRouting() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
indexRouting(String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
indexRouting(String) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
indexRouting() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
IndexRoutingTable - Class in org.elasticsearch.cluster.routing
The IndexRoutingTable represents routing information for a single index.
indexRoutingTable(ClusterState, String) - Method in class org.elasticsearch.cluster.routing.OperationRouting
 
IndexRoutingTable.Builder - Class in org.elasticsearch.cluster.routing
 
indexRoutingTableChanged(String) - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns true iff the routing table has changed for the given index.
IndexScopedSettings - Class in org.elasticsearch.common.settings
Encapsulates all valid index level settings.
IndexScopedSettings(Settings, Set<Setting<?>>) - Constructor for class org.elasticsearch.common.settings.IndexScopedSettings
 
IndexSearcherWrapper - Class in org.elasticsearch.index.shard
Extension point to add custom functionality at request time to the DirectoryReader and IndexSearcher managed by the IndexShard.
IndexSearcherWrapper() - Constructor for class org.elasticsearch.index.shard.IndexSearcherWrapper
 
IndexSegments - Class in org.elasticsearch.action.admin.indices.segments
 
IndexService - Class in org.elasticsearch.index
 
IndexService(IndexSettings, NodeEnvironment, NamedXContentRegistry, SimilarityService, IndexService.ShardStoreDeleter, AnalysisRegistry, EngineFactory, CircuitBreakerService, BigArrays, ThreadPool, ScriptService, ClusterService, Client, QueryCache, IndexStore, IndexEventListener, IndexModule.IndexSearcherWrapperFactory, MapperRegistry, IndicesFieldDataCache, List<SearchOperationListener>, List<IndexingOperationListener>) - Constructor for class org.elasticsearch.index.IndexService
 
indexService(Index) - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
Returns an IndexService for the specified index if exists otherwise returns null.
indexService(Index) - Method in class org.elasticsearch.indices.IndicesService
Returns an IndexService for the specified index if exists otherwise returns null.
IndexService.ShardStoreDeleter - Interface in org.elasticsearch.index
 
indexServiceSafe(Index) - Method in class org.elasticsearch.indices.IndicesService
Returns an IndexService for the specified index if exists otherwise a IndexNotFoundException is thrown.
indexSettings(Settings) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets settings that should be added/changed in all restored indices
indexSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets settings that should be added/changed in all restored indices
indexSettings(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Deprecated.
indexSettings(String, XContentType) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets settings that should be added/changed in all restored indices
indexSettings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets settings that should be added/changed in all restored indices
indexSettings() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Returns settings that should be added/changed in all restored indices
indexSettings - Variable in class org.elasticsearch.index.AbstractIndexComponent
 
IndexSettings - Class in org.elasticsearch.index
This class encapsulates all index level settings and handles settings updates.
IndexSettings(IndexMetaData, Settings) - Constructor for class org.elasticsearch.index.IndexSettings
Creates a new IndexSettings instance.
IndexSettings(IndexMetaData, Settings, Predicate<String>, IndexScopedSettings) - Constructor for class org.elasticsearch.index.IndexSettings
Creates a new IndexSettings instance.
indexSettings() - Method in class org.elasticsearch.index.mapper.Mapper.BuilderContext
 
indexSettings() - Method in class org.elasticsearch.index.mapper.ParseContext
 
indexSettings() - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
indexSettings - Variable in class org.elasticsearch.index.query.QueryRewriteContext
 
indexSettings - Variable in class org.elasticsearch.index.shard.AbstractIndexShardComponent
 
indexSettings() - Method in class org.elasticsearch.index.shard.AbstractIndexShardComponent
 
indexSettings() - Method in interface org.elasticsearch.index.shard.IndexShardComponent
 
indexSettings() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Returns index settings that should be changed on restore
IndexShard - Class in org.elasticsearch.index.shard
 
IndexShard(ShardRouting, IndexSettings, ShardPath, Store, IndexCache, MapperService, SimilarityService, IndexFieldDataService, EngineFactory, IndexEventListener, IndexSearcherWrapper, ThreadPool, BigArrays, Engine.Warmer, List<SearchOperationListener>, List<IndexingOperationListener>) - Constructor for class org.elasticsearch.index.shard.IndexShard
 
indexShard() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
indexShard() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
indexShard() - Method in class org.elasticsearch.search.internal.SearchContext
 
IndexShard.ShardFailure - Class in org.elasticsearch.index.shard
Simple struct encapsulating a shard failure
IndexShardAlreadyExistsException - Exception in org.elasticsearch.index
Deprecated.
use IllegalStateException instead
IndexShardAlreadyExistsException(String) - Constructor for exception org.elasticsearch.index.IndexShardAlreadyExistsException
Deprecated.
 
IndexShardAlreadyExistsException(StreamInput) - Constructor for exception org.elasticsearch.index.IndexShardAlreadyExistsException
Deprecated.
 
IndexShardClosedException - Exception in org.elasticsearch.index.shard
 
IndexShardClosedException(ShardId) - Constructor for exception org.elasticsearch.index.shard.IndexShardClosedException
 
IndexShardClosedException(ShardId, Throwable) - Constructor for exception org.elasticsearch.index.shard.IndexShardClosedException
 
IndexShardClosedException(ShardId, String) - Constructor for exception org.elasticsearch.index.shard.IndexShardClosedException
 
IndexShardClosedException(StreamInput) - Constructor for exception org.elasticsearch.index.shard.IndexShardClosedException
 
IndexShardComponent - Interface in org.elasticsearch.index.shard
 
IndexShardNotRecoveringException - Exception in org.elasticsearch.index.shard
 
IndexShardNotRecoveringException(ShardId, IndexShardState) - Constructor for exception org.elasticsearch.index.shard.IndexShardNotRecoveringException
 
IndexShardNotRecoveringException(StreamInput) - Constructor for exception org.elasticsearch.index.shard.IndexShardNotRecoveringException
 
IndexShardNotStartedException - Exception in org.elasticsearch.index.shard
 
IndexShardNotStartedException(ShardId, IndexShardState) - Constructor for exception org.elasticsearch.index.shard.IndexShardNotStartedException
 
IndexShardNotStartedException(StreamInput) - Constructor for exception org.elasticsearch.index.shard.IndexShardNotStartedException
 
IndexShardOperationsLock - Class in org.elasticsearch.index.shard
 
IndexShardOperationsLock(ShardId, Logger, ThreadPool) - Constructor for class org.elasticsearch.index.shard.IndexShardOperationsLock
 
IndexShardRecoveringException - Exception in org.elasticsearch.index.shard
 
IndexShardRecoveringException(ShardId) - Constructor for exception org.elasticsearch.index.shard.IndexShardRecoveringException
 
IndexShardRecoveringException(StreamInput) - Constructor for exception org.elasticsearch.index.shard.IndexShardRecoveringException
 
IndexShardRecoveryException - Exception in org.elasticsearch.index.shard
 
IndexShardRecoveryException(ShardId, String, Throwable) - Constructor for exception org.elasticsearch.index.shard.IndexShardRecoveryException
 
IndexShardRecoveryException(StreamInput) - Constructor for exception org.elasticsearch.index.shard.IndexShardRecoveryException
 
IndexShardRelocatedException - Exception in org.elasticsearch.index.shard
 
IndexShardRelocatedException(ShardId) - Constructor for exception org.elasticsearch.index.shard.IndexShardRelocatedException
 
IndexShardRelocatedException(ShardId, String) - Constructor for exception org.elasticsearch.index.shard.IndexShardRelocatedException
 
IndexShardRelocatedException(StreamInput) - Constructor for exception org.elasticsearch.index.shard.IndexShardRelocatedException
 
indexShardRestoreCompleted(Snapshot, ShardId) - Method in class org.elasticsearch.snapshots.RestoreService
This method is used by IndexShard to notify RestoreService about shard restore completion.
IndexShardRestoreException - Exception in org.elasticsearch.index.snapshots
Generic shard restore exception
IndexShardRestoreException(ShardId, String) - Constructor for exception org.elasticsearch.index.snapshots.IndexShardRestoreException
 
IndexShardRestoreException(ShardId, String, Throwable) - Constructor for exception org.elasticsearch.index.snapshots.IndexShardRestoreException
 
IndexShardRestoreException(StreamInput) - Constructor for exception org.elasticsearch.index.snapshots.IndexShardRestoreException
 
IndexShardRestoreFailedException - Exception in org.elasticsearch.index.snapshots
Thrown when restore of a shard fails
IndexShardRestoreFailedException(ShardId, String) - Constructor for exception org.elasticsearch.index.snapshots.IndexShardRestoreFailedException
 
IndexShardRestoreFailedException(ShardId, String, Throwable) - Constructor for exception org.elasticsearch.index.snapshots.IndexShardRestoreFailedException
 
IndexShardRestoreFailedException(StreamInput) - Constructor for exception org.elasticsearch.index.snapshots.IndexShardRestoreFailedException
 
IndexShardRoutingTable - Class in org.elasticsearch.cluster.routing
IndexShardRoutingTable encapsulates all instances of a single shard.
IndexShardRoutingTable.Builder - Class in org.elasticsearch.cluster.routing
 
indexShards(ClusterState, String, String, String) - Method in class org.elasticsearch.cluster.routing.OperationRouting
 
IndexShardSegments - Class in org.elasticsearch.action.admin.indices.segments
 
IndexShardSnapshotException - Exception in org.elasticsearch.index.snapshots
Generic shard snapshot exception
IndexShardSnapshotException(ShardId, String) - Constructor for exception org.elasticsearch.index.snapshots.IndexShardSnapshotException
 
IndexShardSnapshotException(ShardId, Throwable) - Constructor for exception org.elasticsearch.index.snapshots.IndexShardSnapshotException
 
IndexShardSnapshotException(ShardId, String, Throwable) - Constructor for exception org.elasticsearch.index.snapshots.IndexShardSnapshotException
 
IndexShardSnapshotException(StreamInput) - Constructor for exception org.elasticsearch.index.snapshots.IndexShardSnapshotException
 
IndexShardSnapshotFailedException - Exception in org.elasticsearch.index.snapshots
Thrown when snapshot process is failed on a shard level
IndexShardSnapshotFailedException(ShardId, String) - Constructor for exception org.elasticsearch.index.snapshots.IndexShardSnapshotFailedException
 
IndexShardSnapshotFailedException(ShardId, Throwable) - Constructor for exception org.elasticsearch.index.snapshots.IndexShardSnapshotFailedException
 
IndexShardSnapshotFailedException(ShardId, String, Throwable) - Constructor for exception org.elasticsearch.index.snapshots.IndexShardSnapshotFailedException
 
IndexShardSnapshotFailedException(StreamInput) - Constructor for exception org.elasticsearch.index.snapshots.IndexShardSnapshotFailedException
 
IndexShardSnapshotStatus - Class in org.elasticsearch.index.snapshots
Represent shard snapshot status
IndexShardSnapshotStatus() - Constructor for class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
 
IndexShardSnapshotStatus.Stage - Enum in org.elasticsearch.index.snapshots
Snapshot stage
IndexShardStartedException - Exception in org.elasticsearch.index.shard
 
IndexShardStartedException(ShardId) - Constructor for exception org.elasticsearch.index.shard.IndexShardStartedException
 
IndexShardStartedException(StreamInput) - Constructor for exception org.elasticsearch.index.shard.IndexShardStartedException
 
IndexShardState - Enum in org.elasticsearch.index.shard
 
indexShardStateChanged(IndexShard, IndexShardState, IndexShardState, String) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called after a shard's IndexShardState changes.
IndexShardStats - Class in org.elasticsearch.action.admin.indices.stats
 
IndexShardStats(ShardId, ShardStats[]) - Constructor for class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
IndexShardUpgradeStatus - Class in org.elasticsearch.action.admin.indices.upgrade.get
 
IndexStats - Class in org.elasticsearch.action.admin.indices.stats
 
IndexStats(String, ShardStats[]) - Constructor for class org.elasticsearch.action.admin.indices.stats.IndexStats
 
indexStore - Variable in class org.elasticsearch.index.store.FsDirectoryService
 
IndexStore - Class in org.elasticsearch.index.store
 
IndexStore(IndexSettings, IndexStoreConfig) - Constructor for class org.elasticsearch.index.store.IndexStore
 
IndexStore.IndexRateLimitingType - Class in org.elasticsearch.index.store
On an index level we can configure all of StoreRateLimiting.Type as well as node which will then use a global rate limiter that has it's own configuration.
indexStoreConfig - Variable in class org.elasticsearch.index.store.IndexStore
 
IndexStoreConfig - Class in org.elasticsearch.index.store
IndexStoreConfig encapsulates node / cluster level configuration for index level IndexStore instances.
IndexStoreConfig(Settings) - Constructor for class org.elasticsearch.index.store.IndexStoreConfig
 
IndexTemplateAlreadyExistsException - Exception in org.elasticsearch.indices
Deprecated.
use IllegalArgumentException instead
IndexTemplateAlreadyExistsException(String) - Constructor for exception org.elasticsearch.indices.IndexTemplateAlreadyExistsException
Deprecated.
 
IndexTemplateAlreadyExistsException(StreamInput) - Constructor for exception org.elasticsearch.indices.IndexTemplateAlreadyExistsException
Deprecated.
 
IndexTemplateFilter - Interface in org.elasticsearch.cluster.metadata
Enables filtering the index templates that will be applied for an index, per create index request.
IndexTemplateMetaData - Class in org.elasticsearch.cluster.metadata
 
IndexTemplateMetaData(String, int, Integer, String, Settings, ImmutableOpenMap<String, CompressedXContent>, ImmutableOpenMap<String, AliasMetaData>, ImmutableOpenMap<String, IndexMetaData.Custom>) - Constructor for class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
IndexTemplateMetaData.Builder - Class in org.elasticsearch.cluster.metadata
 
indexTemplateMetaDataUpgraders - Variable in class org.elasticsearch.plugins.MetaDataUpgrader
 
IndexTemplateMissingException - Exception in org.elasticsearch.indices
 
IndexTemplateMissingException(String) - Constructor for exception org.elasticsearch.indices.IndexTemplateMissingException
 
IndexTemplateMissingException(StreamInput) - Constructor for exception org.elasticsearch.indices.IndexTemplateMissingException
 
IndexThrottle() - Constructor for class org.elasticsearch.index.engine.Engine.IndexThrottle
 
indexTokenizeOption(boolean, boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper
 
indexTokenizeOption(boolean, boolean) - Method in class org.elasticsearch.index.mapper.StringFieldMapper
 
indexTranslogOperations(List<Translog.Operation>, int) - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
indexTranslogOperations(List<Translog.Operation>, int) - Method in interface org.elasticsearch.indices.recovery.RecoveryTargetHandler
Index a set of translog operations on the target
indexTranslogOperations(List<Translog.Operation>, int) - Method in class org.elasticsearch.indices.recovery.RemoteRecoveryTargetHandler
 
IndexUpgradeStatus - Class in org.elasticsearch.action.admin.indices.upgrade.get
 
indexUUID() - Method in class org.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
 
indexUUID() - Method in class org.elasticsearch.index.IndexService
 
indexUUID - Variable in class org.elasticsearch.index.shard.ShardStateMetaData
 
indexVersion() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
Returns index version
indexVersion(long) - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Sets index version
indexVersion() - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Returns index version
indexVersionCreated() - Method in class org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
 
indexVersionCreated() - Method in class org.elasticsearch.index.query.QueryShardContext
 
IndexWarmer - Class in org.elasticsearch.index
 
IndexWarmer.Listener - Interface in org.elasticsearch.index
 
IndexWarmer.TerminationHandle - Interface in org.elasticsearch.index
A handle on the execution of warm-up action.
indices() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
indices(String...) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
indices(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should information about indices (currently just indexing buffers) be returned
indices() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
 
indices() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
 
indices(CommonStatsFlags) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
 
indices(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should indices stats be returned.
indices(String...) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
Sets the indices the search will be executed on.
indices() - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
The indices
indices(String...) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Sets a list of indices that should be included into the snapshot
indices(List<String>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Sets a list of indices that should be included into the snapshot
indices() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Returns a list of indices that should be included into the snapshot
indices(String...) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets the list of indices that should be restored from snapshot
indices(List<String>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets the list of indices that should be restored from snapshot
indices() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Returns list of indices that should be restored from snapshot
indices() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
indices(String...) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
indices(String...) - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
 
indices() - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
 
indices(String...) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
indices() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
indices() - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
The indices to be closed
indices(String...) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
Sets the indices to be closed
indices() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
indices(String...) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
 
indices() - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
The index to delete.
indices() - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
indices(String...) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
indices() - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
indices(String...) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
indices() - Method in class org.elasticsearch.action.admin.indices.get.GetIndexResponse
 
indices() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
 
indices(String...) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
indices() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
indices(String...) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
Sets the indices this put mapping operation will execute on.
indices() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
The indices the mappings will be put.
indices() - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
The indices to be opened
indices(String...) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
Sets the indices to be opened
indices() - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
 
indices(String...) - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
 
indices() - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
 
indices() - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
 
indices(String...) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
Sets the indices to apply to settings update to
indices(String...) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
Sets the indices for the shard stores request
indices() - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
 
indices() - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequest
 
indices() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
indices() - Method in class org.elasticsearch.action.bulk.BulkShardRequest
 
indices() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilities
The list of indices where this field name is defined as type, or null if all indices have the same type for the field.
indices(String...) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
The list of indices to lookup
indices() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
 
indices() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
indices() - Method in class org.elasticsearch.action.get.MultiGetShardRequest
 
indices() - Method in interface org.elasticsearch.action.IndicesRequest
Returns the array of indices that the action relates to
indices(String...) - Method in interface org.elasticsearch.action.IndicesRequest.Replaceable
Sets the indices that the action relates to.
indices() - Method in class org.elasticsearch.action.OriginalIndices
 
indices(String...) - Method in class org.elasticsearch.action.search.SearchRequest
Sets the indices the search will be executed on.
indices() - Method in class org.elasticsearch.action.search.SearchRequest
The indices
indices - Variable in class org.elasticsearch.action.support.broadcast.BroadcastRequest
 
indices() - Method in class org.elasticsearch.action.support.broadcast.BroadcastRequest
 
indices(String...) - Method in class org.elasticsearch.action.support.broadcast.BroadcastRequest
 
indices() - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardRequest
 
indices() - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
 
indices(String...) - Method in class org.elasticsearch.action.support.master.info.ClusterInfoRequest
 
indices() - Method in class org.elasticsearch.action.support.master.info.ClusterInfoRequest
 
indices() - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
 
indices() - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
indices() - Method in class org.elasticsearch.action.support.single.shard.SingleShardRequest
 
indices() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
 
indices() - Method in interface org.elasticsearch.client.AdminClient
A client allowing to perform actions/operations against the indices.
indices() - Method in class org.elasticsearch.cluster.ack.IndicesClusterStateUpdateRequest
Returns the indices the operation needs to be executed on
indices(Index[]) - Method in class org.elasticsearch.cluster.ack.IndicesClusterStateUpdateRequest
Sets the indices the operation needs to be executed on
indices() - Method in class org.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
 
indices() - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
indices(ClusterBlockLevel) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
indices(ImmutableOpenMap<String, IndexMetaData>) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
indices() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
indices() - Method in class org.elasticsearch.cluster.RestoreInProgress.Entry
Returns list of indices
indices() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
indices() - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
 
indices(String...) - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
indices() - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
indices(String...) - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
indices() - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
indices() - Method in class org.elasticsearch.search.fetch.ShardFetchSearchRequest
 
indices() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
indices() - Method in class org.elasticsearch.search.query.QuerySearchRequest
 
indices() - Method in class org.elasticsearch.snapshots.RestoreInfo
List of restored indices
indices() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Return the list of indices to be restored
indices() - Method in class org.elasticsearch.snapshots.SnapshotInfo
Returns indices that were included in this snapshot.
indices(String[]) - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Sets the list of indices to be snapshotted
indices() - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Returns the list of indices to be snapshotted
INDICES_BOOST_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
INDICES_CACHE_CLEAN_INTERVAL_SETTING - Static variable in class org.elasticsearch.indices.IndicesService
 
INDICES_CACHE_QUERY_COUNT_SETTING - Static variable in class org.elasticsearch.indices.IndicesQueryCache
 
INDICES_CACHE_QUERY_EXPIRE - Static variable in class org.elasticsearch.indices.IndicesRequestCache
 
INDICES_CACHE_QUERY_SIZE - Static variable in class org.elasticsearch.indices.IndicesRequestCache
 
INDICES_CACHE_QUERY_SIZE_SETTING - Static variable in class org.elasticsearch.indices.IndicesQueryCache
 
INDICES_FIELDDATA_CACHE_SIZE_KEY - Static variable in class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
 
INDICES_FOLDER - Static variable in class org.elasticsearch.env.NodeEnvironment
 
INDICES_MAPPING_DYNAMIC_TIMEOUT_SETTING - Static variable in class org.elasticsearch.cluster.action.index.MappingUpdatedAction
 
INDICES_MAX_CLAUSE_COUNT_SETTING - Static variable in class org.elasticsearch.search.SearchModule
 
INDICES_OPTIONS - Static variable in class org.elasticsearch.action.support.single.shard.SingleShardRequest
 
INDICES_QUERIES_CACHE_ALL_SEGMENTS_SETTING - Static variable in class org.elasticsearch.indices.IndicesQueryCache
 
INDICES_RECOVERY_ACTIVITY_TIMEOUT_SETTING - Static variable in class org.elasticsearch.indices.recovery.RecoverySettings
recoveries that don't show any activity for more then this interval will be failed.
INDICES_RECOVERY_INTERNAL_ACTION_TIMEOUT_SETTING - Static variable in class org.elasticsearch.indices.recovery.RecoverySettings
timeout value to use for requests made as part of the recovery process
INDICES_RECOVERY_INTERNAL_LONG_ACTION_TIMEOUT_SETTING - Static variable in class org.elasticsearch.indices.recovery.RecoverySettings
timeout value to use for requests made as part of the recovery process that are expected to take long time.
INDICES_RECOVERY_MAX_BYTES_PER_SEC_SETTING - Static variable in class org.elasticsearch.indices.recovery.RecoverySettings
 
INDICES_RECOVERY_RETRY_DELAY_NETWORK_SETTING - Static variable in class org.elasticsearch.indices.recovery.RecoverySettings
how long to wait before retrying after network related issues
INDICES_RECOVERY_RETRY_DELAY_STATE_SYNC_SETTING - Static variable in class org.elasticsearch.indices.recovery.RecoverySettings
how long to wait before retrying after issues cause by cluster state syncing between nodes i.e., local node is not yet known on remote node, remote shard not yet started etc.
INDICES_SHARDS_CLOSED_TIMEOUT - Static variable in class org.elasticsearch.indices.IndicesService
 
INDICES_STORE_DELETE_SHARD_TIMEOUT - Static variable in class org.elasticsearch.indices.store.IndicesStore
 
INDICES_STORE_THROTTLE_MAX_BYTES_PER_SEC_SETTING - Static variable in class org.elasticsearch.index.store.IndexStoreConfig
Configures the node / cluster level throttle intensity.
INDICES_STORE_THROTTLE_TYPE_SETTING - Static variable in class org.elasticsearch.index.store.IndexStoreConfig
Configures the node / cluster level throttle type.
INDICES_TTL_INTERVAL_SETTING - Static variable in class org.elasticsearch.indices.ttl.IndicesTTLService
 
IndicesAdminClient - Interface in org.elasticsearch.client
Administrative actions/operations against indices.
indicesAliases(IndicesAliasesClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexAliasesService
 
IndicesAliasesAction - Class in org.elasticsearch.action.admin.indices.alias
 
IndicesAliasesClusterStateUpdateRequest - Class in org.elasticsearch.action.admin.indices.alias
Cluster state update request that allows to add or remove aliases
IndicesAliasesClusterStateUpdateRequest(List<AliasAction>) - Constructor for class org.elasticsearch.action.admin.indices.alias.IndicesAliasesClusterStateUpdateRequest
 
IndicesAliasesRequest - Class in org.elasticsearch.action.admin.indices.alias
A request to add/remove aliases for one or more indices.
IndicesAliasesRequest() - Constructor for class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
 
IndicesAliasesRequest.AliasActions - Class in org.elasticsearch.action.admin.indices.alias
Request to take one or more actions on one or more indexes and alias combinations.
IndicesAliasesRequest.AliasActions.Type - Enum in org.elasticsearch.action.admin.indices.alias
 
IndicesAliasesRequestBuilder - Class in org.elasticsearch.action.admin.indices.alias
Builder for request to modify many aliases at once.
IndicesAliasesRequestBuilder(ElasticsearchClient, IndicesAliasesAction) - Constructor for class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
 
IndicesAliasesResponse - Class in org.elasticsearch.action.admin.indices.alias
A response for a add/remove alias action.
indicesAllowReleaseResources(String[]) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
Returns true iff non of the given have a ClusterBlockLevel.METADATA_WRITE in place where the ClusterBlock.isAllowReleaseResources() returns false.
indicesBlockedException(ClusterBlockLevel, String[]) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
IndicesClusterStateService - Class in org.elasticsearch.indices.cluster
 
IndicesClusterStateService(Settings, IndicesService, ClusterService, ThreadPool, PeerRecoveryTargetService, ShardStateAction, NodeMappingRefreshAction, RepositoriesService, RestoreService, SearchService, SyncedFlushService, PeerRecoverySourceService, SnapshotShardsService) - Constructor for class org.elasticsearch.indices.cluster.IndicesClusterStateService
 
IndicesClusterStateService.AllocatedIndex<T extends IndicesClusterStateService.Shard> - Interface in org.elasticsearch.indices.cluster
 
IndicesClusterStateService.AllocatedIndices<T extends IndicesClusterStateService.Shard,U extends IndicesClusterStateService.AllocatedIndex<T>> - Interface in org.elasticsearch.indices.cluster
 
IndicesClusterStateService.AllocatedIndices.IndexRemovalReason - Enum in org.elasticsearch.indices.cluster
 
IndicesClusterStateService.Shard - Interface in org.elasticsearch.indices.cluster
 
IndicesClusterStateUpdateRequest<T extends IndicesClusterStateUpdateRequest<T>> - Class in org.elasticsearch.cluster.ack
Base cluster state update request that allows to execute update against multiple indices
IndicesClusterStateUpdateRequest() - Constructor for class org.elasticsearch.cluster.ack.IndicesClusterStateUpdateRequest
 
indicesCreated() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns the indices created in this event
indicesDeleted() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns the indices deleted in this event
IndicesExistsAction - Class in org.elasticsearch.action.admin.indices.exists.indices
 
IndicesExistsRequest - Class in org.elasticsearch.action.admin.indices.exists.indices
 
IndicesExistsRequest() - Constructor for class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
IndicesExistsRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
indicesExistsRequest(String...) - Static method in class org.elasticsearch.client.Requests
Creates an indices exists request.
IndicesExistsRequestBuilder - Class in org.elasticsearch.action.admin.indices.exists.indices
 
IndicesExistsRequestBuilder(ElasticsearchClient, IndicesExistsAction, String...) - Constructor for class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequestBuilder
 
IndicesExistsResponse - Class in org.elasticsearch.action.admin.indices.exists.indices
 
IndicesExistsResponse(boolean) - Constructor for class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
 
IndicesFieldDataCache - Class in org.elasticsearch.indices.fielddata.cache
 
IndicesFieldDataCache(Settings, IndexFieldDataCache.Listener) - Constructor for class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
 
IndicesFieldDataCache.FieldDataWeigher - Class in org.elasticsearch.indices.fielddata.cache
 
IndicesFieldDataCache.Key - Class in org.elasticsearch.indices.fielddata.cache
 
IndicesFieldDataCacheListener - Class in org.elasticsearch.indices.fielddata.cache
A IndexFieldDataCache.Listener implementation that updates indices (node) level statistics / service about field data entries being loaded and unloaded.
IndicesFieldDataCacheListener(CircuitBreakerService) - Constructor for class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCacheListener
 
indicesLevelRequest - Variable in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
 
IndicesModule - Class in org.elasticsearch.indices
Configures classes and services that are shared by indices on each node.
IndicesModule(List<MapperPlugin>) - Constructor for class org.elasticsearch.indices.IndicesModule
 
indicesOptions() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Specifies the indices options.
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Specifies the indices options.
indicesOptions() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
indicesOptions() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
Specifies what type of requested indices to ignore and how to deal wild wildcard expressions.
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
Specifies what type of requested indices to ignore and wildcard indices expressions By default, expands wildcards to both open and closed indices
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequest
 
indicesOptions() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
indicesOptions() - Method in interface org.elasticsearch.action.DocWriteRequest
Get the options for this request
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
 
indicesOptions() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
 
indicesOptions() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
indicesOptions() - Method in interface org.elasticsearch.action.IndicesRequest
Returns the indices options used to resolve indices.
indicesOptions() - Method in class org.elasticsearch.action.OriginalIndices
 
indicesOptions() - Method in class org.elasticsearch.action.search.MultiSearchRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.search.MultiSearchRequest
 
indicesOptions() - Method in class org.elasticsearch.action.search.SearchRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.search.SearchRequest
 
indicesOptions() - Method in class org.elasticsearch.action.support.broadcast.BroadcastRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.support.broadcast.BroadcastRequest
 
indicesOptions() - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardRequest
 
indicesOptions() - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
 
IndicesOptions - Class in org.elasticsearch.action.support
Controls how to deal with unavailable concrete indices (closed or missing), how wildcard expressions are expanded to actual indices (all, closed or open indices) and how to deal with wildcard expressions that resolve to no indices.
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.support.master.info.ClusterInfoRequest
 
indicesOptions() - Method in class org.elasticsearch.action.support.master.info.ClusterInfoRequest
 
indicesOptions() - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
 
indicesOptions() - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
indicesOptions() - Method in class org.elasticsearch.action.support.single.shard.SingleShardRequest
 
indicesOptions() - Method in class org.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
 
indicesOptions() - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
indicesOptions() - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
indicesOptions() - Method in class org.elasticsearch.search.fetch.ShardFetchSearchRequest
 
indicesOptions() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
indicesOptions() - Method in class org.elasticsearch.search.query.QuerySearchRequest
 
indicesOptions() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Returns indices option flags
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Sets the indices options
indicesOptions() - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Returns indices options
indicesPath - Variable in class org.elasticsearch.env.NodeEnvironment.NodePath
 
indicesQuery(QueryBuilder, String...) - Static method in class org.elasticsearch.index.query.QueryBuilders
Deprecated.
instead search on the `_index` field
IndicesQueryBuilder - Class in org.elasticsearch.index.query
Deprecated.
instead search on the `_index` field
IndicesQueryBuilder(QueryBuilder, String...) - Constructor for class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
instead search on the `_index` field
IndicesQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
Read from a stream.
IndicesQueryCache - Class in org.elasticsearch.indices
 
IndicesQueryCache(Settings) - Constructor for class org.elasticsearch.indices.IndicesQueryCache
 
IndicesRequest - Interface in org.elasticsearch.action
Needs to be implemented by all ActionRequest subclasses that relate to one or more indices.
IndicesRequest.Replaceable - Interface in org.elasticsearch.action
 
IndicesRequestCache - Class in org.elasticsearch.indices
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).
indicesRouting(Map<String, IndexRoutingTable>) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
indicesRouting() - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
IndicesSegmentResponse - Class in org.elasticsearch.action.admin.indices.segments
 
IndicesSegmentsAction - Class in org.elasticsearch.action.admin.indices.segments
 
IndicesSegmentsRequest - Class in org.elasticsearch.action.admin.indices.segments
 
IndicesSegmentsRequest() - Constructor for class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
 
IndicesSegmentsRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
 
indicesSegmentsRequest(String...) - Static method in class org.elasticsearch.client.Requests
 
IndicesSegmentsRequestBuilder - Class in org.elasticsearch.action.admin.indices.segments
 
IndicesSegmentsRequestBuilder(ElasticsearchClient, IndicesSegmentsAction) - Constructor for class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequestBuilder
 
IndicesService - Class in org.elasticsearch.indices
 
IndicesService(Settings, PluginsService, NodeEnvironment, NamedXContentRegistry, ClusterSettings, AnalysisRegistry, IndexNameExpressionResolver, MapperRegistry, NamedWriteableRegistry, ThreadPool, IndexScopedSettings, CircuitBreakerService, BigArrays, ScriptService, ClusterService, Client, MetaStateService) - Constructor for class org.elasticsearch.indices.IndicesService
 
IndicesService.ShardDeletionCheckResult - Enum in org.elasticsearch.indices
IndicesShardStoreRequestBuilder - Class in org.elasticsearch.action.admin.indices.shards
Request builder for IndicesShardStoresRequest
IndicesShardStoreRequestBuilder(ElasticsearchClient, Action<IndicesShardStoresRequest, IndicesShardStoresResponse, IndicesShardStoreRequestBuilder>, String...) - Constructor for class org.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestBuilder
 
IndicesShardStoresAction - Class in org.elasticsearch.action.admin.indices.shards
Action for TransportIndicesShardStoresAction Exposes shard store information for requested indices.
IndicesShardStoresRequest - Class in org.elasticsearch.action.admin.indices.shards
IndicesShardStoresRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
Create a request for shard stores info for indices
IndicesShardStoresRequest() - Constructor for class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
 
indicesShardStoresRequest(String...) - Static method in class org.elasticsearch.client.Requests
Creates an indices shard stores info request.
IndicesShardStoresResponse - Class in org.elasticsearch.action.admin.indices.shards
Response for IndicesShardStoresAction Consists of IndicesShardStoresResponse.StoreStatuss for requested indices grouped by indices and shard ids and a list of encountered node IndicesShardStoresResponse.Failures
IndicesShardStoresResponse(ImmutableOpenMap<String, ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>>, List<IndicesShardStoresResponse.Failure>) - Constructor for class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
 
IndicesShardStoresResponse.Failure - Class in org.elasticsearch.action.admin.indices.shards
Single node failure while retrieving shard store information
IndicesShardStoresResponse.StoreStatus - Class in org.elasticsearch.action.admin.indices.shards
Shard store information from a node
IndicesShardStoresResponse.StoreStatus.AllocationStatus - Enum in org.elasticsearch.action.admin.indices.shards
The status of the shard store with respect to the cluster
IndicesStatsAction - Class in org.elasticsearch.action.admin.indices.stats
 
IndicesStatsRequest - Class in org.elasticsearch.action.admin.indices.stats
A request to get indices level stats.
IndicesStatsRequest() - Constructor for class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
IndicesStatsRequestBuilder - Class in org.elasticsearch.action.admin.indices.stats
A request to get indices level stats.
IndicesStatsRequestBuilder(ElasticsearchClient, IndicesStatsAction) - Constructor for class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
IndicesStatsResponse - Class in org.elasticsearch.action.admin.indices.stats
 
IndicesStore - Class in org.elasticsearch.indices.store
 
IndicesStore(Settings, IndicesService, ClusterService, TransportService, ThreadPool) - Constructor for class org.elasticsearch.indices.store.IndicesStore
 
IndicesTTLService - Class in org.elasticsearch.indices.ttl
A node level service that delete expired docs on node primary shards.
IndicesTTLService(Settings, ClusterService, IndicesService, ClusterSettings, TransportBulkAction) - Constructor for class org.elasticsearch.indices.ttl.IndicesTTLService
 
IndicNormalizationFilterFactory - Class in org.elasticsearch.index.analysis
Factory for IndicNormalizationFilter
IndicNormalizationFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.IndicNormalizationFilterFactory
 
IndonesianAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
IndonesianAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.IndonesianAnalyzerProvider
 
InetAddresses - Class in org.elasticsearch.common.network
 
InetAddresses() - Constructor for class org.elasticsearch.common.network.InetAddresses
 
InetSocketTransportAddress - Class in org.elasticsearch.common.transport
A transport address used for IP socket address (wraps InetSocketAddress).
InetSocketTransportAddress(InetAddress, int) - Constructor for class org.elasticsearch.common.transport.InetSocketTransportAddress
 
InetSocketTransportAddress(InetSocketAddress) - Constructor for class org.elasticsearch.common.transport.InetSocketTransportAddress
 
InetSocketTransportAddress(StreamInput) - Constructor for class org.elasticsearch.common.transport.InetSocketTransportAddress
Read from a stream.
InetSocketTransportAddress(StreamInput, String) - Constructor for class org.elasticsearch.common.transport.InetSocketTransportAddress
Read from a stream and use the hostString when creating the InetAddress if the input comes from a version on or prior Version.V_5_0_2 as the hostString was not serialized
infer(boolean, boolean) - Static method in enum org.elasticsearch.index.query.GeoValidationMethod
Returns validation method corresponding to given coerce and ignoreMalformed values.
InFlightOpsRequest() - Constructor for class org.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
 
InFlightOpsRequest(ShardId) - Constructor for class org.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
 
info() - Method in interface org.elasticsearch.http.HttpServerTransport
 
info() - Method in class org.elasticsearch.ingest.IngestService
 
info() - Method in class org.elasticsearch.monitor.jvm.JvmService
 
info() - Method in class org.elasticsearch.monitor.os.OsService
 
info() - Method in class org.elasticsearch.monitor.process.ProcessService
 
info(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.elasticsearch.node.NodeService
 
info() - Method in class org.elasticsearch.plugins.PluginsService
Get information about plugins and modules
info() - Method in class org.elasticsearch.threadpool.ThreadPool
 
info(String) - Method in class org.elasticsearch.threadpool.ThreadPool
 
Info(String, ThreadPool.ThreadPoolType) - Constructor for class org.elasticsearch.threadpool.ThreadPool.Info
 
Info(String, ThreadPool.ThreadPoolType, int) - Constructor for class org.elasticsearch.threadpool.ThreadPool.Info
 
Info(String, ThreadPool.ThreadPoolType, int, int, TimeValue, SizeValue) - Constructor for class org.elasticsearch.threadpool.ThreadPool.Info
 
Info(StreamInput) - Constructor for class org.elasticsearch.threadpool.ThreadPool.Info
 
info() - Method in class org.elasticsearch.transport.TransportService
 
ingest(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should information about ingest be returned
ingest() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
 
ingest() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
 
ingest(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should ingest statistics be returned.
ingest(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should ingest statistics be returned.
INGEST_KEY - Static variable in class org.elasticsearch.ingest.IngestDocument
 
IngestActionForwarder - Class in org.elasticsearch.action.ingest
A utility for forwarding ingest requests to ingest nodes in a round-robin fashion.
IngestActionForwarder(TransportService) - Constructor for class org.elasticsearch.action.ingest.IngestActionForwarder
 
IngestDocument - Class in org.elasticsearch.ingest
Represents a single document being captured before indexing and holds the source and metadata (like id, type and index).
IngestDocument(String, String, String, String, String, String, String, Map<String, Object>) - Constructor for class org.elasticsearch.ingest.IngestDocument
 
IngestDocument(String, String, String, String, String, String, String, Map<String, Object>, boolean) - Constructor for class org.elasticsearch.ingest.IngestDocument
 
IngestDocument(IngestDocument) - Constructor for class org.elasticsearch.ingest.IngestDocument
Copy constructor that creates a new IngestDocument which has exactly the same properties as the one provided as argument
IngestDocument(Map<String, Object>, Map<String, Object>) - Constructor for class org.elasticsearch.ingest.IngestDocument
Constructor needed for testing that allows to create a new IngestDocument given the provided elasticsearch metadata, source and ingest metadata.
IngestDocument.MetaData - Enum in org.elasticsearch.ingest
 
IngestInfo - Class in org.elasticsearch.ingest
 
IngestInfo(List<ProcessorInfo>) - Constructor for class org.elasticsearch.ingest.IngestInfo
 
IngestInfo(StreamInput) - Constructor for class org.elasticsearch.ingest.IngestInfo
Read from a stream.
IngestMetadata - Class in org.elasticsearch.ingest
Holds the ingest pipelines that are available in the cluster
IngestMetadata(Map<String, PipelineConfiguration>) - Constructor for class org.elasticsearch.ingest.IngestMetadata
 
IngestMetadata(StreamInput) - Constructor for class org.elasticsearch.ingest.IngestMetadata
 
IngestPlugin - Interface in org.elasticsearch.plugins
An extension point for Plugin implementations to add custom ingest processors
IngestService - Class in org.elasticsearch.ingest
Holder class for several ingest related services.
IngestService(ClusterSettings, Settings, ThreadPool, Environment, ScriptService, AnalysisRegistry, List<IngestPlugin>) - Constructor for class org.elasticsearch.ingest.IngestService
 
IngestStats - Class in org.elasticsearch.ingest
 
IngestStats(IngestStats.Stats, Map<String, IngestStats.Stats>) - Constructor for class org.elasticsearch.ingest.IngestStats
 
IngestStats(StreamInput) - Constructor for class org.elasticsearch.ingest.IngestStats
Read from a stream.
IngestStats.Stats - Class in org.elasticsearch.ingest
 
init() - Static method in class org.elasticsearch.bootstrap.BootstrapInfo
 
init() - Method in class org.elasticsearch.watcher.AbstractResourceWatcher
 
init() - Method in interface org.elasticsearch.watcher.ResourceWatcher
Called once when the resource watcher is added to ResourceWatcherService
initCounter() - Method in class org.elasticsearch.search.fetch.FetchSearchResult
 
INITIAL_STATE_TIMEOUT_SETTING - Static variable in class org.elasticsearch.discovery.DiscoverySettings
 
initialize(Map<GenericAction, TransportAction>, Supplier<String>) - Method in class org.elasticsearch.client.node.NodeClient
 
initialize(String, String, long, RoutingChangesObserver) - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards.UnassignedIterator
Initializes the current unassigned shard and moves it from the unassigned list.
initialize(String, String, long) - Method in class org.elasticsearch.cluster.routing.ShardRouting
Initializes an unassigned shard on a node.
initialize() - Method in class org.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder.MapBinderProviderWithDependencies
 
initialize(Injector) - Method in class org.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
Invoked by Guice at Injector-creation time to prepare providers for each element in this set.
initializeAsFromCloseToOpen(IndexMetaData) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
Initializes a new empty index, as as a result of opening a closed index.
initializeAsFromDangling(IndexMetaData) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
Initializes a new index caused by dangling index imported.
initializeAsNew(IndexMetaData) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
Initializes a new empty index, as if it was created from an API.
initializeAsNewRestore(IndexMetaData, RecoverySource.SnapshotRecoverySource, IntSet) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
Initializes a new empty index, to be restored from a snapshot
initializeAsRecovery(IndexMetaData) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
Initializes an existing index.
initializeAsRestore(IndexMetaData, RecoverySource.SnapshotRecoverySource) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
Initializes an existing index, to be restored from a snapshot
initialized() - Method in class org.elasticsearch.common.component.Lifecycle
Returns true if the state is initialized.
initializeDelegate(MembersInjector<T>) - Method in class org.elasticsearch.common.inject.spi.MembersInjectorLookup
Sets the actual members injector.
initializeDelegate(Provider<T>) - Method in class org.elasticsearch.common.inject.spi.ProviderLookup
Sets the actual provider.
initializedReplicaReinitialized(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
 
initializedReplicaReinitialized(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
 
initializedReplicaReinitialized(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
 
initializedReplicaReinitialized(ShardRouting, ShardRouting) - Method in interface org.elasticsearch.cluster.routing.RoutingChangesObserver
Called when an initializing replica is reinitialized.
initializeShard(ShardRouting, String, String, long, RoutingChangesObserver) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
Moves a shard from unassigned to initialize state
initializeSnapshot(SnapshotId, List<IndexId>, MetaData) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
initializeSnapshot(SnapshotId, List<IndexId>, MetaData) - Method in interface org.elasticsearch.repositories.Repository
Starts snapshotting process
initializeUnassignedShard(RoutingAllocation, RoutingNodes, RoutingNode, ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
Initializes an unassigned shard on a node and removes it from the unassigned
initializeUnassignedShard(RoutingAllocation, RoutingNodes, RoutingNode, ShardRouting, UnassignedInfo, RecoverySource) - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
Initializes an unassigned shard on a node and removes it from the unassigned
initializing() - Method in class org.elasticsearch.cluster.routing.ShardRouting
The shard is initializing (usually recovering either from peer shard or from gateway).
initIndices(Map<IndexId, Set<SnapshotId>>) - Method in class org.elasticsearch.repositories.RepositoryData
Initializes the indices in the repository metadata; returns a new instance.
initInjector(Injector) - Method in class org.elasticsearch.common.inject.internal.PrivateElementsImpl
 
initReader(String, Reader) - Method in class org.elasticsearch.index.analysis.CustomAnalyzer
 
initReaderForNormalization(String, Reader) - Method in class org.elasticsearch.index.analysis.CustomAnalyzer
 
initRestHandlers(Supplier<DiscoveryNodes>) - Method in class org.elasticsearch.action.ActionModule
 
initScript(Script) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
Set the init script.
initScript() - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
Get the init script.
Inject - Annotation Type in org.elasticsearch.common.inject
Annotates members of your implementation class (constructors, methods and fields) into which the Injector should inject values.
InjectionListener<I> - Interface in org.elasticsearch.common.inject.spi
Listens for injections into instances of type I.
InjectionPoint - Class in org.elasticsearch.common.inject.spi
A constructor, field or method that can receive injections.
InjectionRequest<T> - Class in org.elasticsearch.common.inject.spi
A request to inject the instance fields and methods of an instance.
InjectionRequest(Object, TypeLiteral<T>, T) - Constructor for class org.elasticsearch.common.inject.spi.InjectionRequest
 
injectMembers(Object) - Method in interface org.elasticsearch.common.inject.Injector
Injects dependencies into the fields and methods of instance.
injectMembers(T) - Method in interface org.elasticsearch.common.inject.MembersInjector
Injects dependencies into the fields and methods of instance.
Injector - Interface in org.elasticsearch.common.inject
Builds the graphs of objects that make up your application.
injector() - Method in class org.elasticsearch.node.Node
 
INNER_HITS_FIELD - Static variable in class org.elasticsearch.search.collapse.CollapseBuilder
 
innerAllocatedUnassigned(RoutingAllocation, PrimaryShardAllocator, ReplicaShardAllocator) - Static method in class org.elasticsearch.gateway.GatewayAllocator
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.GeoPoint>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.GeoPoint>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Bytes>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.GeoPoint>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.GeoPoint>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<ValuesSource>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
 
innerBuild(SearchContext, ValuesSourceConfig<VS>, AggregatorFactory<?>, AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
 
innerDocs(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested
Get a DocIdSet that matches the inner documents.
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
 
innerEquals(BucketMetricsPipelineAggregationBuilder<AvgBucketPipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
 
innerEquals(BucketMetricsPipelineAggregationBuilder<AF>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
 
innerEquals(BucketMetricsPipelineAggregationBuilder<MaxBucketPipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
 
innerEquals(BucketMetricsPipelineAggregationBuilder<MinBucketPipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
 
innerEquals(BucketMetricsPipelineAggregationBuilder<PercentilesBucketPipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
 
innerEquals(BucketMetricsPipelineAggregationBuilder<ExtendedStatsBucketPipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
 
innerEquals(BucketMetricsPipelineAggregationBuilder<StatsBucketPipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
 
innerEquals(BucketMetricsPipelineAggregationBuilder<SumBucketPipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
 
innerEquals(Object) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
 
innerExecute(String, CompletionSuggestionContext, IndexSearcher, CharsRefBuilder) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggester
 
innerExecute(String, PhraseSuggestionContext, IndexSearcher, CharsRefBuilder) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggester
 
innerExecute(String, T, IndexSearcher, CharsRefBuilder) - Method in class org.elasticsearch.search.suggest.Suggester
 
innerExecute(String, TermSuggestionContext, IndexSearcher, CharsRefBuilder) - Method in class org.elasticsearch.search.suggest.term.TermSuggester
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
 
innerHashCode() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
 
innerHit() - Method in class org.elasticsearch.index.query.NestedQueryBuilder
Returns inner hit definition in the scope of this query and reusing the defined type and query.
innerHit(InnerHitBuilder) - Method in class org.elasticsearch.index.query.NestedQueryBuilder
 
InnerHitBuilder - Class in org.elasticsearch.index.query
 
InnerHitBuilder() - Constructor for class org.elasticsearch.index.query.InnerHitBuilder
 
InnerHitBuilder(String) - Constructor for class org.elasticsearch.index.query.InnerHitBuilder
 
InnerHitBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.InnerHitBuilder
Read from a stream.
innerHitBuilder - Variable in class org.elasticsearch.index.query.InnerHitContextBuilder
 
InnerHitContextBuilder - Class in org.elasticsearch.index.query
A builder for InnerHitsContext.InnerHitSubContext
InnerHitContextBuilder(QueryBuilder, InnerHitBuilder, Map<String, InnerHitContextBuilder>) - Constructor for class org.elasticsearch.index.query.InnerHitContextBuilder
 
innerHits() - Method in class org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
 
innerHits() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
innerHits() - Method in class org.elasticsearch.search.internal.SearchContext
 
InnerHitsContext - Class in org.elasticsearch.search.fetch.subphase
 
InnerHitsContext() - Constructor for class org.elasticsearch.search.fetch.subphase.InnerHitsContext
 
InnerHitsContext.InnerHitSubContext - Class in org.elasticsearch.search.fetch.subphase
A SubSearchContext that associates TopDocs to each SearchHit in the parent search context
InnerHitsFetchSubPhase - Class in org.elasticsearch.search.fetch.subphase
 
InnerHitsFetchSubPhase(FetchPhase) - Constructor for class org.elasticsearch.search.fetch.subphase.InnerHitsFetchSubPhase
 
InnerHitSubContext(String, SearchContext) - Constructor for class org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
 
innerOnFailure(Exception) - Method in class org.elasticsearch.action.NotifyOnceListener
 
innerOnResponse(Response) - Method in class org.elasticsearch.action.NotifyOnceListener
 
innerParseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.LegacyByteFieldMapper
 
innerParseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper
 
innerParseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper
 
innerParseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.LegacyFloatFieldMapper
 
innerParseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper
 
innerParseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper
 
innerParseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper
 
innerParseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper
 
innerParseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.LegacyShortFieldMapper
 
innerQueries() - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
 
innerQuery() - Method in class org.elasticsearch.index.query.ConstantScoreQueryBuilder
 
innerQuery() - Method in class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
 
innerQuery() - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
 
innerQuery() - Method in class org.elasticsearch.index.query.SpanFirstQueryBuilder
 
innerQuery() - Method in class org.elasticsearch.index.query.SpanMultiTermQueryBuilder
 
innerReadFrom(StreamInput) - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
innerReadFrom(StreamInput) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
innerReadFrom(StreamInput) - Method in class org.elasticsearch.search.suggest.term.TermSuggestion
 
innerToString(StringBuilder) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.delete.DeleteResponse
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.DocWriteResponse
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.index.IndexResponse
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.search.SearchResponse
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.update.UpdateResponse
 
innerToXContent(XContentBuilder, ToXContent.Params, Throwable, String, String, Map<String, List<String>>, Map<String, List<String>>, Throwable) - Static method in exception org.elasticsearch.ElasticsearchException
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry.Option
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.phrase.Laplace
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.phrase.LinearInterpolation
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.phrase.SmoothingModel
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.phrase.StupidBackoff
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
 
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.tasks.TaskResult
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Write subclass's state to the stream.
innerWriteTo(StreamOutput, boolean) - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
innerWriteTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.term.TermSuggestion
 
innerXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
innerXContent(XContentBuilder) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
innerXContent(XContentBuilder) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
 
innerXContent(XContentBuilder) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
 
inOrder(boolean) - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
When inOrder is true, the spans from each clause must be in the same order as in clauses and must be non-overlapping.
inOrder() - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
inPackage(Package) - Static method in class org.elasticsearch.common.inject.matcher.Matchers
Returns a matcher which matches classes in the given package.
InputStreamIndexInput - Class in org.elasticsearch.common.lucene.store
 
InputStreamIndexInput(IndexInput, long) - Constructor for class org.elasticsearch.common.lucene.store.InputStreamIndexInput
 
InputStreamStreamInput - Class in org.elasticsearch.common.io.stream
 
InputStreamStreamInput(InputStream) - Constructor for class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
insert(String, T) - Method in class org.elasticsearch.common.path.PathTrie
 
insert(String[], int, T) - Method in class org.elasticsearch.common.path.PathTrie.TrieNode
 
insertElement(T[], T, int) - Static method in class org.elasticsearch.common.collect.CopyOnWriteHashMap
 
insertionOrder - Variable in class org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor.Pending
 
inspect() - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier
Inspects if the barrier is broken.
install(Module) - Method in class org.elasticsearch.common.inject.AbstractModule
 
install(Module) - Method in interface org.elasticsearch.common.inject.Binder
Uses the given module to configure more bindings.
install(Module) - Method in class org.elasticsearch.common.inject.PrivateModule
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.health.ClusterHealthAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.remote.RemoteInfoAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.state.ClusterStateAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.alias.exists.AliasesExistAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.analyze.AnalyzeAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.close.CloseIndexAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.create.CreateIndexAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.delete.DeleteIndexAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.flush.FlushAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.flush.SyncedFlushAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.get.GetIndexAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.mapping.get.GetMappingsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.open.OpenIndexAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.recovery.RecoveryAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.refresh.RefreshAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.rollover.RolloverAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.shrink.ShrinkAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.stats.IndicesStatsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryAction
 
INSTANCE - Static variable in class org.elasticsearch.action.bulk.BulkAction
 
INSTANCE - Static variable in class org.elasticsearch.action.delete.DeleteAction
 
INSTANCE - Static variable in class org.elasticsearch.action.explain.ExplainAction
 
INSTANCE - Static variable in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesAction
 
INSTANCE - Static variable in class org.elasticsearch.action.fieldstats.FieldStatsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.get.GetAction
 
INSTANCE - Static variable in class org.elasticsearch.action.get.MultiGetAction
 
INSTANCE - Static variable in class org.elasticsearch.action.index.IndexAction
 
INSTANCE - Static variable in class org.elasticsearch.action.ingest.DeletePipelineAction
 
INSTANCE - Static variable in class org.elasticsearch.action.ingest.GetPipelineAction
 
INSTANCE - Static variable in class org.elasticsearch.action.ingest.PutPipelineAction
 
INSTANCE - Static variable in class org.elasticsearch.action.ingest.SimulatePipelineAction
 
INSTANCE - Static variable in class org.elasticsearch.action.main.MainAction
 
INSTANCE - Static variable in class org.elasticsearch.action.search.ClearScrollAction
 
INSTANCE - Static variable in class org.elasticsearch.action.search.MultiSearchAction
 
INSTANCE - Static variable in class org.elasticsearch.action.search.SearchAction
 
INSTANCE - Static variable in class org.elasticsearch.action.search.SearchScrollAction
 
INSTANCE - Static variable in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.EmptyResult
 
INSTANCE - Static variable in class org.elasticsearch.action.termvectors.MultiTermVectorsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.termvectors.TermVectorsAction
 
INSTANCE - Static variable in class org.elasticsearch.action.update.UpdateAction
 
INSTANCE - Static variable in class org.elasticsearch.cluster.EmptyClusterInfoService
 
INSTANCE - Static variable in class org.elasticsearch.cluster.routing.RecoverySource.LocalShardsRecoverySource
 
INSTANCE - Static variable in class org.elasticsearch.cluster.routing.RecoverySource.PeerRecoverySource
 
Instance(T) - Constructor for class org.elasticsearch.common.inject.internal.InternalFactory.Instance
 
INSTANCE - Static variable in class org.elasticsearch.index.reindex.DeleteByQueryAction
 
INSTANCE - Static variable in class org.elasticsearch.index.reindex.ReindexAction
 
INSTANCE - Static variable in class org.elasticsearch.index.reindex.UpdateByQueryAction
 
INSTANCE - Static variable in class org.elasticsearch.monitor.os.DummyOsInfo
 
INSTANCE - Static variable in class org.elasticsearch.plugins.DummyPluginInfo
 
INSTANCE - Static variable in class org.elasticsearch.search.rescore.QueryRescorer
 
INSTANCE - Static variable in class org.elasticsearch.search.suggest.completion.CompletionSuggester
 
INSTANCE - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggester
 
INSTANCE - Static variable in class org.elasticsearch.search.suggest.term.TermSuggester
 
instance() - Static method in class org.elasticsearch.tasks.LoggingTaskListener
Get the instance of NoopActionListener cast appropriately.
INSTANCE - Static variable in class org.elasticsearch.transport.TransportRequest.Empty
 
INSTANCE - Static variable in class org.elasticsearch.transport.TransportResponse.Empty
 
INSTANCE_SAME - Static variable in class org.elasticsearch.transport.EmptyTransportResponseHandler
 
InstanceBinding<T> - Interface in org.elasticsearch.common.inject.spi
A binding to a single instance.
InstanceBindingImpl<T> - Class in org.elasticsearch.common.inject.internal
 
InstanceBindingImpl(Injector, Key<T>, Object, InternalFactory<? extends T>, Set<InjectionPoint>, T) - Constructor for class org.elasticsearch.common.inject.internal.InstanceBindingImpl
 
InstanceBindingImpl(Object, Key<T>, Scoping, Set<InjectionPoint>, T) - Constructor for class org.elasticsearch.common.inject.internal.InstanceBindingImpl
 
InstanceShardOperationRequest<Request extends InstanceShardOperationRequest<Request>> - Class in org.elasticsearch.action.support.single.instance
 
InstanceShardOperationRequest() - Constructor for class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
InstanceShardOperationRequest(String) - Constructor for class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
InstanceShardOperationRequestBuilder<Request extends InstanceShardOperationRequest<Request>,Response extends ActionResponse,RequestBuilder extends InstanceShardOperationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.single.instance
 
InstanceShardOperationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - Constructor for class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
 
inSubpackage(String) - Static method in class org.elasticsearch.common.inject.matcher.Matchers
Returns a matcher which matches classes in the given package and its subpackages.
inSyncAllocationIds(int) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
INT_PAGE_SIZE - Static variable in class org.elasticsearch.common.util.BigArrays
 
IntArray - Interface in org.elasticsearch.common.util
Abstraction of an array of integer values.
Integer() - Constructor for class org.elasticsearch.common.collect.HppcMaps.Object.Integer
 
IntegerFieldType() - Constructor for class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.IntegerFieldType
 
IntegerFieldType(LegacyIntegerFieldMapper.IntegerFieldType) - Constructor for class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.IntegerFieldType
 
interceptHandler(String, String, boolean, TransportRequestHandler<T>) - Method in interface org.elasticsearch.transport.TransportInterceptor
interceptSender(TransportInterceptor.AsyncSender) - Method in interface org.elasticsearch.transport.TransportInterceptor
This is called up-front providing the actual low level TransportInterceptor.AsyncSender that performs the low level send request.
INTERNAL_CLUSTER_INFO_TIMEOUT_SETTING - Static variable in class org.elasticsearch.cluster.InternalClusterInfoService
 
INTERNAL_CLUSTER_INFO_UPDATE_INTERVAL_SETTING - Static variable in class org.elasticsearch.cluster.InternalClusterInfoService
 
internalActionLongTimeout() - Method in class org.elasticsearch.indices.recovery.RecoverySettings
 
internalActionTimeout() - Method in class org.elasticsearch.indices.recovery.RecoverySettings
 
internalAddListener(ActionListener<T>) - Method in class org.elasticsearch.action.support.AbstractListenableActionFuture
 
InternalAdjacencyMatrix - Class in org.elasticsearch.search.aggregations.bucket.adjacency
 
InternalAdjacencyMatrix(String, List<InternalAdjacencyMatrix.InternalBucket>, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
 
InternalAdjacencyMatrix(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix
Read from a stream.
InternalAdjacencyMatrix.InternalBucket - Class in org.elasticsearch.search.aggregations.bucket.adjacency
 
InternalAggregation - Class in org.elasticsearch.search.aggregations
An internal implementation of Aggregation.
InternalAggregation(String, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.InternalAggregation
Constructs an get with a given name.
InternalAggregation(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.InternalAggregation
Read from a stream.
InternalAggregation.ReduceContext - Class in org.elasticsearch.search.aggregations
 
InternalAggregationProfileTree - Class in org.elasticsearch.search.profile.aggregation
 
InternalAggregationProfileTree() - Constructor for class org.elasticsearch.search.profile.aggregation.InternalAggregationProfileTree
 
InternalAggregations - Class in org.elasticsearch.search.aggregations
An internal implementation of Aggregations.
InternalAggregations(List<InternalAggregation>) - Constructor for class org.elasticsearch.search.aggregations.InternalAggregations
Constructs a new addAggregation.
InternalAvg - Class in org.elasticsearch.search.aggregations.metrics.avg
 
InternalAvg(String, double, long, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
 
InternalAvg(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
Read from a stream.
InternalBinaryRange - Class in org.elasticsearch.search.aggregations.bucket.range
A range aggregation for data that is encoded in doc values using a binary representation.
InternalBinaryRange(String, DocValueFormat, boolean, List<InternalBinaryRange.Bucket>, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
 
InternalBinaryRange(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange
Read from a stream.
InternalBinaryRange.Bucket - Class in org.elasticsearch.search.aggregations.bucket.range
 
InternalBucket(String, long, InternalAggregations) - Constructor for class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
 
InternalBucket(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
Read from a stream.
InternalBucket(String, long, InternalAggregations, boolean) - Constructor for class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters.InternalBucket
 
InternalBucket(StreamInput, boolean) - Constructor for class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters.InternalBucket
Read from a stream.
InternalBucket() - Constructor for class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
 
InternalBucketMetricValue - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics
 
InternalBucketMetricValue(String, String[], double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
 
InternalBucketMetricValue(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
Read from a stream.
InternalCardinality - Class in org.elasticsearch.search.aggregations.metrics.cardinality
 
InternalCardinality(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
Read from a stream.
InternalClusterInfoService - Class in org.elasticsearch.cluster
InternalClusterInfoService provides the ClusterInfoService interface, routinely updated on a timer.
InternalClusterInfoService(Settings, ClusterService, ThreadPool, NodeClient) - Constructor for class org.elasticsearch.cluster.InternalClusterInfoService
 
InternalClusterInfoService.SubmitReschedulingClusterInfoUpdatedJob - Class in org.elasticsearch.cluster
Class used to submit InternalClusterInfoService.maybeRefresh() on the InternalClusterInfoService threadpool, these jobs will reschedule themselves by placing a new instance of this class onto the scheduled threadpool.
InternalContext - Class in org.elasticsearch.common.inject.internal
Internal context.
InternalContext() - Constructor for class org.elasticsearch.common.inject.internal.InternalContext
 
InternalDateHistogram - Class in org.elasticsearch.search.aggregations.bucket.histogram
Implementation of Histogram.
InternalDateHistogram(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
Stream from a stream.
InternalDateHistogram.Bucket - Class in org.elasticsearch.search.aggregations.bucket.histogram
 
InternalDateRange - Class in org.elasticsearch.search.aggregations.bucket.range.date
 
InternalDateRange(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange
Read from a stream.
InternalDateRange.Bucket - Class in org.elasticsearch.search.aggregations.bucket.range.date
 
InternalDateRange.Factory - Class in org.elasticsearch.search.aggregations.bucket.range.date
 
InternalDerivative - Class in org.elasticsearch.search.aggregations.pipeline.derivative
 
InternalDerivative(String, double, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
 
InternalDerivative(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
Read from a stream.
InternalEngine - Class in org.elasticsearch.index.engine
 
InternalEngine(EngineConfig) - Constructor for class org.elasticsearch.index.engine.InternalEngine
 
InternalEngineFactory - Class in org.elasticsearch.index.engine
 
InternalEngineFactory() - Constructor for class org.elasticsearch.index.engine.InternalEngineFactory
 
InternalExtendedStats - Class in org.elasticsearch.search.aggregations.metrics.stats.extended
 
InternalExtendedStats(String, long, double, double, double, double, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
 
InternalExtendedStats(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
Read from a stream.
InternalExtendedStatsBucket - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended
 
InternalExtendedStatsBucket(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.InternalExtendedStatsBucket
Read from a stream.
InternalFactory<T> - Interface in org.elasticsearch.common.inject.internal
Creates objects which will be injected.
InternalFactory.Instance<T> - Class in org.elasticsearch.common.inject.internal
ES: An factory that returns a pre created instance.
InternalFilter - Class in org.elasticsearch.search.aggregations.bucket.filter
 
InternalFilter(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.filter.InternalFilter
Stream from a stream.
InternalFilters - Class in org.elasticsearch.search.aggregations.bucket.filters
 
InternalFilters(String, List<InternalFilters.InternalBucket>, boolean, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters
 
InternalFilters(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters
Read from a stream.
InternalFilters.InternalBucket - Class in org.elasticsearch.search.aggregations.bucket.filters
 
internalFrequency(BytesRef) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
 
InternalGeoBounds - Class in org.elasticsearch.search.aggregations.metrics.geobounds
 
InternalGeoBounds(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
Read from a stream.
InternalGeoCentroid - Class in org.elasticsearch.search.aggregations.metrics.geocentroid
Serialization and merge logic for GeoCentroidAggregator.
InternalGeoCentroid(String, GeoPoint, long, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
 
InternalGeoCentroid(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
Read from a stream.
InternalGeoDistance - Class in org.elasticsearch.search.aggregations.bucket.range.geodistance
 
InternalGeoDistance(String, List<InternalGeoDistance.Bucket>, boolean, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance
 
InternalGeoDistance(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance
Read from a stream.
InternalGeoDistance.Factory - Class in org.elasticsearch.search.aggregations.bucket.range.geodistance
 
InternalGeoHashGrid - Class in org.elasticsearch.search.aggregations.bucket.geogrid
Represents a grid of cells where each cell's location is determined by a geohash.
InternalGeoHashGrid(String, int, List<InternalGeoHashGrid.Bucket>, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
 
InternalGeoHashGrid(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
Read from a stream.
InternalGlobal - Class in org.elasticsearch.search.aggregations.bucket.global
A global scope get (the document set on which we aggregate is all documents in the search context (ie.
InternalGlobal(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.global.InternalGlobal
Read from a stream.
InternalHDRPercentileRanks - Class in org.elasticsearch.search.aggregations.metrics.percentiles.hdr
 
InternalHDRPercentileRanks(String, double[], DoubleHistogram, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
 
InternalHDRPercentileRanks(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
Read from a stream.
InternalHDRPercentileRanks.Iter - Class in org.elasticsearch.search.aggregations.metrics.percentiles.hdr
 
InternalHDRPercentiles - Class in org.elasticsearch.search.aggregations.metrics.percentiles.hdr
 
InternalHDRPercentiles(String, double[], DoubleHistogram, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
 
InternalHDRPercentiles(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
Read from a stream.
InternalHDRPercentiles.Iter - Class in org.elasticsearch.search.aggregations.metrics.percentiles.hdr
 
InternalHistogram - Class in org.elasticsearch.search.aggregations.bucket.histogram
Implementation of Histogram.
InternalHistogram(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
Stream from a stream.
InternalHistogram.Bucket - Class in org.elasticsearch.search.aggregations.bucket.histogram
 
internalHits() - Method in class org.elasticsearch.search.SearchHits
 
internalMap() - Method in class org.elasticsearch.common.settings.Settings.Builder
 
InternalMappedSignificantTerms<A extends InternalMappedSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>> - Class in org.elasticsearch.search.aggregations.bucket.significant
 
InternalMappedSignificantTerms(String, int, long, List<PipelineAggregator>, Map<String, Object>, DocValueFormat, long, long, SignificanceHeuristic, List<B>) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
InternalMappedSignificantTerms(StreamInput, InternalSignificantTerms.Bucket.Reader<B>) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
InternalMappedTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>> - Class in org.elasticsearch.search.aggregations.bucket.terms
Common superclass for results of the terms aggregation on mapped fields.
InternalMappedTerms(String, Terms.Order, int, long, List<PipelineAggregator>, Map<String, Object>, DocValueFormat, int, boolean, long, List<B>, long) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
InternalMappedTerms(StreamInput, InternalTerms.Bucket.Reader<B>) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
Read from a stream.
InternalMax - Class in org.elasticsearch.search.aggregations.metrics.max
 
InternalMax(String, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.max.InternalMax
 
InternalMax(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.max.InternalMax
Read from a stream.
InternalMin - Class in org.elasticsearch.search.aggregations.metrics.min
 
InternalMin(String, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.min.InternalMin
 
InternalMin(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.min.InternalMin
Read from a stream.
InternalMissing - Class in org.elasticsearch.search.aggregations.bucket.missing
 
InternalMissing(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.missing.InternalMissing
Read from a stream.
InternalMultiBucketAggregation<A extends InternalMultiBucketAggregation,B extends InternalMultiBucketAggregation.InternalBucket> - Class in org.elasticsearch.search.aggregations
 
InternalMultiBucketAggregation(String, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
 
InternalMultiBucketAggregation(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation
Read from a stream.
InternalMultiBucketAggregation.InternalBucket - Class in org.elasticsearch.search.aggregations
 
InternalNested - Class in org.elasticsearch.search.aggregations.bucket.nested
Result of the NestedAggregator.
InternalNested(String, long, InternalAggregations, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.nested.InternalNested
 
InternalNested(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.nested.InternalNested
Read from a stream.
InternalNumericMetricsAggregation - Class in org.elasticsearch.search.aggregations.metrics
 
InternalNumericMetricsAggregation(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation
Read from a stream.
InternalNumericMetricsAggregation.MultiValue - Class in org.elasticsearch.search.aggregations.metrics
 
InternalNumericMetricsAggregation.SingleValue - Class in org.elasticsearch.search.aggregations.metrics
 
InternalParseContext(Settings, DocumentMapperParser, DocumentMapper, SourceToParse, XContentParser) - Constructor for class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
InternalPercentilesBucket - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile
 
InternalPercentilesBucket(String, double[], double[], DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
 
InternalPercentilesBucket(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
Read from a stream.
InternalPercentilesBucket.Iter - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile
 
InternalProfileCollector - Class in org.elasticsearch.search.profile.query
This class wraps a Lucene Collector and times the execution of: - setScorer() - collect() - doSetNextReader() - needsScores() InternalProfiler facilitates the linking of the Collector graph
InternalProfileCollector(Collector, String, List<InternalProfileCollector>) - Constructor for class org.elasticsearch.search.profile.query.InternalProfileCollector
 
InternalQueryContext(String, int, boolean) - Constructor for class org.elasticsearch.search.suggest.completion.context.ContextMapping.InternalQueryContext
 
InternalRange<B extends InternalRange.Bucket,R extends InternalRange<B,R>> - Class in org.elasticsearch.search.aggregations.bucket.range
 
InternalRange(String, List<B>, DocValueFormat, boolean, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.InternalRange
 
InternalRange(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.InternalRange
Read from a stream.
InternalRange.Bucket - Class in org.elasticsearch.search.aggregations.bucket.range
 
InternalRange.Factory<B extends InternalRange.Bucket,R extends InternalRange<B,R>> - Class in org.elasticsearch.search.aggregations.bucket.range
 
InternalReverseNested - Class in org.elasticsearch.search.aggregations.bucket.nested
InternalReverseNested(String, long, InternalAggregations, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested
 
InternalReverseNested(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested
Read from a stream.
InternalSampler - Class in org.elasticsearch.search.aggregations.bucket.sampler
 
InternalSampler(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
Read from a stream.
InternalScriptedMetric - Class in org.elasticsearch.search.aggregations.metrics.scripted
 
InternalScriptedMetric(String, Object, Script, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
 
InternalScriptedMetric(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
Read from a stream.
InternalScrollSearchRequest - Class in org.elasticsearch.search.internal
 
InternalScrollSearchRequest() - Constructor for class org.elasticsearch.search.internal.InternalScrollSearchRequest
 
InternalScrollSearchRequest(SearchScrollRequest, long) - Constructor for class org.elasticsearch.search.internal.InternalScrollSearchRequest
 
InternalSearchResponse - Class in org.elasticsearch.search.internal
SearchResponseSections subclass that can be serialized over the wire.
InternalSearchResponse(SearchHits, InternalAggregations, Suggest, SearchProfileShardResults, boolean, Boolean, int) - Constructor for class org.elasticsearch.search.internal.InternalSearchResponse
 
InternalSearchResponse(StreamInput) - Constructor for class org.elasticsearch.search.internal.InternalSearchResponse
 
InternalSettingsPreparer - Class in org.elasticsearch.node
 
InternalSettingsPreparer() - Constructor for class org.elasticsearch.node.InternalSettingsPreparer
 
InternalSignificantTerms<A extends InternalSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>> - Class in org.elasticsearch.search.aggregations.bucket.significant
Result of the significant terms aggregation.
InternalSignificantTerms(String, int, long, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
 
InternalSignificantTerms(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
Read from a stream.
InternalSignificantTerms.Bucket<B extends InternalSignificantTerms.Bucket<B>> - Class in org.elasticsearch.search.aggregations.bucket.significant
 
InternalSignificantTerms.Bucket.Reader<B extends InternalSignificantTerms.Bucket<B>> - Interface in org.elasticsearch.search.aggregations.bucket.significant
Reads a bucket.
InternalSimpleValue - Class in org.elasticsearch.search.aggregations.pipeline
 
InternalSimpleValue(String, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
 
InternalSimpleValue(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
Read from a stream.
InternalSingleBucketAggregation - Class in org.elasticsearch.search.aggregations.bucket
A base class for all the single bucket aggregations.
InternalSingleBucketAggregation(String, long, InternalAggregations, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
Creates a single bucket aggregation.
InternalSingleBucketAggregation(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
Read from a stream.
internalSourceRef() - Method in class org.elasticsearch.index.get.GetResult
Internal source representation, might be compressed....
internalSourceRef() - Method in class org.elasticsearch.search.lookup.SourceLookup
Internal source representation, might be compressed....
InternalStats - Class in org.elasticsearch.search.aggregations.metrics.stats
 
InternalStats(String, long, double, double, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
InternalStats(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
Read from a stream.
InternalStatsBucket - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats
 
InternalStatsBucket(String, long, double, double, double, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.InternalStatsBucket
 
InternalStatsBucket(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.InternalStatsBucket
Read from a stream.
InternalSum - Class in org.elasticsearch.search.aggregations.metrics.sum
 
InternalSum(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.sum.InternalSum
Read from a stream.
InternalTDigestPercentileRanks - Class in org.elasticsearch.search.aggregations.metrics.percentiles.tdigest
 
InternalTDigestPercentileRanks(String, double[], TDigestState, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
 
InternalTDigestPercentileRanks(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
Read from a stream.
InternalTDigestPercentileRanks.Iter - Class in org.elasticsearch.search.aggregations.metrics.percentiles.tdigest
 
InternalTDigestPercentiles - Class in org.elasticsearch.search.aggregations.metrics.percentiles.tdigest
 
InternalTDigestPercentiles(String, double[], TDigestState, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
 
InternalTDigestPercentiles(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
Read from a stream.
InternalTDigestPercentiles.Iter - Class in org.elasticsearch.search.aggregations.metrics.percentiles.tdigest
 
InternalTemplateService - Class in org.elasticsearch.ingest
 
InternalTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>> - Class in org.elasticsearch.search.aggregations.bucket.terms
 
InternalTerms(String, Terms.Order, int, long, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
InternalTerms(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
Read from a stream.
InternalTerms.Bucket<B extends InternalTerms.Bucket<B>> - Class in org.elasticsearch.search.aggregations.bucket.terms
 
InternalTerms.Bucket.Reader<B extends InternalTerms.Bucket<B>> - Interface in org.elasticsearch.search.aggregations.bucket.terms
Reads a bucket.
InternalTopHits - Class in org.elasticsearch.search.aggregations.metrics.tophits
Results of the TopHitsAggregator.
InternalTopHits(String, int, int, TopDocs, SearchHits, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
 
InternalTopHits(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
Read from a stream.
InternalValueCount - Class in org.elasticsearch.search.aggregations.metrics.valuecount
An internal implementation of ValueCount.
InternalValueCount(String, long, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
 
InternalValueCount(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
Read from a stream.
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
 
internalXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
 
interruptTask() - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
Subclasses can override this method to implement interruption of the future's computation.
intersect(Weight, Weight, Collector, LeafReaderContext) - Static method in class org.elasticsearch.search.fetch.subphase.InnerHitsContext
 
intersection(ObjectLookupContainer<T>, ObjectLookupContainer<T>) - Static method in class org.elasticsearch.common.collect.HppcMaps
 
intersection(double) - Method in class org.elasticsearch.common.geo.builders.ShapeBuilder.Edge
Set the intersection of this line segment to the given position
intersection(Coordinate, Coordinate, double) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilder
Calculate the intersection of a line segment and a vertical dateline.
INTERSECTION_ORDER - Static variable in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
intersections(double, ShapeBuilder.Edge[]) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilder
Calculate all intersections of line segments and a vertical line.
intersectsQuery(String, Object, Object, boolean, boolean) - Method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
 
interval(TimeValue) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
interval() - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
interval(TimeValue) - Method in class org.elasticsearch.monitor.jvm.HotThreads
 
interval() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Get the current interval in milliseconds that is set on this builder.
interval(long) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Set the interval on this builder, and return the builder so that calls can be chained.
interval() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Get the current interval that is set on this builder.
interval(double) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Set the interval on this builder, and return the builder so that calls can be chained.
INTERVAL_FIELD - Static variable in interface org.elasticsearch.search.aggregations.bucket.histogram.Histogram
 
intField(FieldInfo, int) - Method in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
intPage(boolean) - Method in class org.elasticsearch.common.util.PageCacheRecycler
 
intSetting(String, int, int, int, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
intSetting(String, int, int, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
intSetting(String, Setting<Integer>, int, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
intSetting(String, int, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
intToBytes(int) - Static method in class org.elasticsearch.common.Numbers
Converts an int to a byte array.
intValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
intValue(boolean) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
intValue(boolean) - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
intValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
intValue() - Method in class org.elasticsearch.script.ScoreAccessor
 
intValue() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
 
INVALID_FILENAME_CHARS - Static variable in class org.elasticsearch.common.Strings
 
InvalidAggregationPathException - Exception in org.elasticsearch.search.aggregations
 
InvalidAggregationPathException(String) - Constructor for exception org.elasticsearch.search.aggregations.InvalidAggregationPathException
 
InvalidAggregationPathException(String, Throwable) - Constructor for exception org.elasticsearch.search.aggregations.InvalidAggregationPathException
 
InvalidAggregationPathException(StreamInput) - Constructor for exception org.elasticsearch.search.aggregations.InvalidAggregationPathException
 
InvalidAliasNameException - Exception in org.elasticsearch.indices
 
InvalidAliasNameException(Index, String, String) - Constructor for exception org.elasticsearch.indices.InvalidAliasNameException
 
InvalidAliasNameException(String, String) - Constructor for exception org.elasticsearch.indices.InvalidAliasNameException
 
InvalidAliasNameException(StreamInput) - Constructor for exception org.elasticsearch.indices.InvalidAliasNameException
 
invalidate(K) - Method in class org.elasticsearch.common.cache.Cache
Invalidate the association for the specified key.
invalidateAll() - Method in class org.elasticsearch.common.cache.Cache
Invalidate all cache entries.
InvalidIndexNameException - Exception in org.elasticsearch.indices
 
InvalidIndexNameException(String, String) - Constructor for exception org.elasticsearch.indices.InvalidIndexNameException
 
InvalidIndexNameException(Index, String, String) - Constructor for exception org.elasticsearch.indices.InvalidIndexNameException
 
InvalidIndexNameException(StreamInput) - Constructor for exception org.elasticsearch.indices.InvalidIndexNameException
 
InvalidIndexTemplateException - Exception in org.elasticsearch.indices
 
InvalidIndexTemplateException(String, String) - Constructor for exception org.elasticsearch.indices.InvalidIndexTemplateException
 
InvalidIndexTemplateException(StreamInput) - Constructor for exception org.elasticsearch.indices.InvalidIndexTemplateException
 
InvalidSnapshotNameException - Exception in org.elasticsearch.snapshots
Thrown on the attempt to create a snapshot with invalid name
InvalidSnapshotNameException(String, String, String) - Constructor for exception org.elasticsearch.snapshots.InvalidSnapshotNameException
 
InvalidSnapshotNameException(StreamInput) - Constructor for exception org.elasticsearch.snapshots.InvalidSnapshotNameException
 
InvalidTypeNameException - Exception in org.elasticsearch.indices
 
InvalidTypeNameException(StreamInput) - Constructor for exception org.elasticsearch.indices.InvalidTypeNameException
 
InvalidTypeNameException(String) - Constructor for exception org.elasticsearch.indices.InvalidTypeNameException
 
IO_ERROR - Static variable in class org.elasticsearch.cli.ExitCodes
 
IoStats(FsInfo.DeviceStats[]) - Constructor for class org.elasticsearch.monitor.fs.FsInfo.IoStats
 
IoStats(StreamInput) - Constructor for class org.elasticsearch.monitor.fs.FsInfo.IoStats
 
Ip(long, long, long, long, boolean, boolean) - Constructor for class org.elasticsearch.action.fieldstats.FieldStats.Ip
 
Ip(long, long, long, long, boolean, boolean, InetAddress, InetAddress) - Constructor for class org.elasticsearch.action.fieldstats.FieldStats.Ip
 
IP - Static variable in interface org.elasticsearch.search.DocValueFormat
 
IP_VALIDATOR - Static variable in class org.elasticsearch.cluster.node.DiscoveryNodeFilters
Validates the IP addresses in a group of Settings by looking for the keys "_ip", "_host_ip", and "_publish_ip" and ensuring each of their comma separated values that has no wildcards is a valid IP address.
IpFieldMapper - Class in org.elasticsearch.index.mapper
A FieldMapper for ip addresses.
IpFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
IpFieldMapper.IpFieldType - Class in org.elasticsearch.index.mapper
 
IpFieldMapper.IpFieldType.IpScriptDocValues - Class in org.elasticsearch.index.mapper
 
IpFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
IpFieldType() - Constructor for class org.elasticsearch.index.mapper.LegacyIpFieldMapper.IpFieldType
 
IpFieldType(LegacyIpFieldMapper.IpFieldType) - Constructor for class org.elasticsearch.index.mapper.LegacyIpFieldMapper.IpFieldType
 
ipRange(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new IpRangeAggregationBuilder aggregation with the given name.
IpRangeAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.range.ip
 
IpRangeAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
 
IpRangeAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
 
IpRangeAggregationBuilder.Range - Class in org.elasticsearch.search.aggregations.bucket.range.ip
 
IpScriptDocValues(RandomAccessOrds) - Constructor for class org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType.IpScriptDocValues
 
ipToLong(String) - Static method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper
 
IrishAnalyzerProvider - Class in org.elasticsearch.index.analysis
Provider for IrishAnalyzer
IrishAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.IrishAnalyzerProvider
 
isA(ValueType) - Method in enum org.elasticsearch.search.aggregations.support.ValueType
 
isAborted() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
Whether this failure is the result of an abort.
isAbortOnVersionConflict() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Should version conflicts cause aborts? Defaults to false.
isAccessibleDirectory(Path, Logger) - Static method in class org.elasticsearch.common.io.FileSystemUtils
Check that a directory exists, is a directory and is readable by the current user
isAcknowledged() - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverResponse
Returns true if the creation of the new rollover index and switching of the alias to the newly created index was successful, and returns false otherwise.
isAcknowledged() - Method in class org.elasticsearch.action.support.master.AcknowledgedResponse
Returns whether the response is acknowledged or not
isAcknowledged() - Method in class org.elasticsearch.cluster.ack.ClusterStateUpdateResponse
Whether the cluster state update was acknowledged or not
isActive() - Method in class org.elasticsearch.index.shard.IndexShard
 
isAggregatable() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilities
Whether this field is indexed for search on all indices.
isAggregatable() - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
isAggregatable() - Method in class org.elasticsearch.index.mapper.MappedFieldType
Returns true if the field is aggregatable.
isAlias() - Method in class org.elasticsearch.cluster.metadata.AliasOrIndex.Alias
 
isAlias() - Method in class org.elasticsearch.cluster.metadata.AliasOrIndex.Index
 
isAlias() - Method in interface org.elasticsearch.cluster.metadata.AliasOrIndex
 
isAllIndices(List<String>) - Static method in class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
Identifies whether the array containing index names given as argument refers to all indices The empty or null array identifies all indices
isAllNodes(String...) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
isAllOrWildcard(String[]) - Static method in class org.elasticsearch.common.Strings
If an array only consists of zero or one element, which is "*" or "_all" return an empty array which is usually used as everything
isAllowReleaseResources() - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
isAllTypes(String[]) - Static method in class org.elasticsearch.cluster.metadata.MetaData
Identifies whether the array containing type names given as argument refers to all types The empty or null array identifies all types
isAlpha() - Method in class org.elasticsearch.Version
Returns true iff this version is an alpha version Note: This has been introduced in elasticsearch version 5.
isArray(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
isArtificial() - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
isAutogenerated(String) - Static method in class org.elasticsearch.index.store.Store
Returns true if the file is auto-generated by the store and shouldn't be deleted during cleanup.
isAutoThrottle() - Method in class org.elasticsearch.index.MergeSchedulerConfig
Returns true iff auto throttle is enabled.
isAvailable() - Method in class org.elasticsearch.action.main.MainResponse
 
isBeta() - Method in class org.elasticsearch.Version
 
isBoolean(char[], int, int) - Static method in class org.elasticsearch.common.Booleans
returns true if the a sequence of chars is one of "true","false","on","off","yes","no","0","1"
isBoolean(String) - Static method in class org.elasticsearch.common.Booleans
 
isBooleanValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
isBooleanValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
returns true if the current value is boolean in nature.
isBoost() - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Returns whether to boost terms in query based on "score" or not.
isBoostTerms() - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
isBroken() - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier
Queries if this barrier is in a broken state.
isCachable() - Method in class org.elasticsearch.index.query.QueryShardContext
Returns true iff the result of the processed search request is cachable.
isCancellable() - Method in class org.elasticsearch.tasks.TaskInfo
Returns true if the task supports cancellation
isCancelled() - Method in class org.elasticsearch.common.util.CancellableThreads
 
isCancelled() - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
 
isCancelled() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
isCancelled() - Method in class org.elasticsearch.search.internal.SearchContext
 
isCancelled() - Method in class org.elasticsearch.tasks.CancellableTask
 
isCancelled() - Method in interface org.elasticsearch.threadpool.ThreadPool.Cancellable
Check if the execution has been cancelled
isChanged() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
Returns whether changes were made
isCloseConnectionException(Throwable) - Static method in class org.elasticsearch.common.transport.NetworkExceptionHelper
 
isClosed() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
isClosed() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
isClosed() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
isClosed() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
Returns true if this XContentGenerator has been closed.
isClosed() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
isClosed() - Method in class org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
 
isClosed - Variable in class org.elasticsearch.index.engine.Engine
 
isClosed() - Method in class org.elasticsearch.index.translog.TranslogReader
 
isClosed() - Method in class org.elasticsearch.index.translog.TranslogWriter
 
isClosed() - Method in class org.elasticsearch.node.Node
Returns true if the node is closed.
isCoerce(GeoValidationMethod) - Static method in enum org.elasticsearch.index.query.GeoValidationMethod
Returns whether or not to try and fix broken/wrapping bounding boxes.
isCommitted() - Method in class org.elasticsearch.index.engine.Segment
 
isCompatible(Version) - Method in class org.elasticsearch.Version
Returns true iff both version are compatible.
isComplete() - Method in class org.elasticsearch.index.mapper.SourceFieldMapper
 
isCompleted() - Method in class org.elasticsearch.tasks.TaskResult
 
isCompound() - Method in class org.elasticsearch.index.engine.Segment
 
isCompress() - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
Returns true if metadata and snapshot files should be compressed
isCompress() - Method in class org.elasticsearch.repositories.fs.FsRepository
 
isCompress(byte) - Static method in class org.elasticsearch.transport.TransportStatus
 
isCompressed(BytesReference) - Method in interface org.elasticsearch.common.compress.Compressor
 
isCompressed(BytesReference) - Static method in class org.elasticsearch.common.compress.CompressorFactory
 
isCompressed(BytesReference) - Method in class org.elasticsearch.common.compress.DeflateCompressor
 
isConcrete(Class<?>) - Static method in class org.elasticsearch.common.Classes
 
isConnectException(Throwable) - Static method in class org.elasticsearch.common.transport.NetworkExceptionHelper
 
isConstant() - Method in class org.elasticsearch.common.inject.internal.BindingImpl
Is this a constant binding? This returns true for constant bindings as well as toInstance() bindings.
isConstantMatchAllQuery(Query) - Static method in class org.elasticsearch.common.lucene.search.Queries
 
isConstructing() - Method in class org.elasticsearch.common.inject.internal.ConstructionContext
 
isCorruptionException(Throwable) - Static method in class org.elasticsearch.common.lucene.Lucene
Returns true iff the given exception or one of it's causes is an instance of CorruptIndexException, IndexFormatTooOldException, or IndexFormatTooNewException otherwise false.
isCountedDown() - Method in class org.elasticsearch.common.util.concurrent.CountDown
Returns true iff the count-down has reached zero.
isCreated() - Method in class org.elasticsearch.index.engine.Engine.IndexResult
 
isCrossClusterSearchEnabled() - Method in class org.elasticsearch.transport.RemoteClusterService
Returns true if at least one remote cluster is configured
isCurrent(Translog.TranslogGeneration) - Method in class org.elasticsearch.index.translog.Translog
Returns true iff the given generation is the current gbeneration of this translog
isCustomDataPath() - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
 
isCustomDataPath() - Method in class org.elasticsearch.index.shard.ShardPath
Returns true iff the data location is a custom data location and therefore outside of the nodes configured data paths.
isDataNode(Settings) - Static method in class org.elasticsearch.cluster.node.DiscoveryNode
 
isDataNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
Should this node hold data (shards) or not.
isDataOnlyNode(ClusterState) - Static method in class org.elasticsearch.gateway.GatewayMetaState
 
isDateTimeFormatterSet() - Method in class org.elasticsearch.index.mapper.DateFieldMapper.Builder
Whether an explicit format for this date field has been set already.
isDecisionTaken() - Method in class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
Returns true if a decision was taken by the allocator, false otherwise.
isDecisionTaken() - Method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
 
isDecisionTaken() - Method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
 
isDecisionTaken() - Method in class org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
Returns true if either an allocation decision or a move decision was taken for the shard.
isDefaultAllowUnmappedFields() - Method in class org.elasticsearch.index.IndexSettings
Returns true if queries should be lenient about unmapped fields.
isDefaultEnabled() - Method in enum org.elasticsearch.script.ScriptType
 
isDelayed() - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
Returns true if allocation of this shard is delayed due to UnassignedInfo.INDEX_DELAYED_NODE_LEFT_TIMEOUT_SETTING
isDeleted() - Method in class org.elasticsearch.common.lucene.IndexCommitDelegate
 
isDeleteOnExit() - Method in class org.elasticsearch.common.PidFile
Returns true iff the process id file is deleted on system exit.
isDeprecated() - Method in class org.elasticsearch.common.settings.Setting
Returns true if this setting is deprecated, otherwise false
isDeprecatedSetting(String) - Method in class org.elasticsearch.index.query.QueryParseContext
 
isDesktopServicesStore(Path) - Static method in class org.elasticsearch.common.io.FileSystemUtils
Check whether the file denoted by the given path is a desktop services store created by Finder on macOS.
isDone() - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
 
isDryRun() - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverResponse
Returns if the rollover execution was skipped even when conditions were met
isDynamic() - Method in class org.elasticsearch.common.settings.Setting
Returns true if this setting is dynamically updateable, otherwise false
isDynamicSetting(String) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Returns true if the setting for the given key is dynamically updateable.
isEagerSingleton(Stage) - Method in class org.elasticsearch.common.inject.internal.Scoping
Returns true if this scope is a singleton that should be loaded eagerly in stage.
isEmpty() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequest
 
isEmpty() - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
isEmpty() - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
Returns true iff this collection contains one or more non-ignored unassigned shards.
isEmpty() - Method in class org.elasticsearch.common.collect.EvictingQueue
 
isEmpty() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
isEmpty() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
 
isEmpty() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
isEmpty() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap
 
isEmpty() - Method in class org.elasticsearch.common.collect.MapBuilder
 
isEmpty() - Method in class org.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
 
isEmpty() - Method in class org.elasticsearch.common.settings.Settings
Returns true if this settings object contains no settings
isEmpty(CharSequence) - Static method in class org.elasticsearch.common.Strings
Check that the given CharSequence is either null or of length 0.
isEmpty(Object[]) - Static method in class org.elasticsearch.common.util.CollectionUtils
Checks if the given array contains any elements.
isEmpty() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
isEmpty() - Method in class org.elasticsearch.common.util.MinimalMap
 
isEmpty() - Method in class org.elasticsearch.index.mapper.FieldMappers
 
isEmpty() - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
 
isEmpty() - Method in class org.elasticsearch.search.lookup.FieldLookup
 
isEmpty() - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
isEmpty() - Method in class org.elasticsearch.search.lookup.LeafFieldsLookup
 
isEmpty() - Method in class org.elasticsearch.search.lookup.SourceLookup
 
isEnabled() - Method in class org.elasticsearch.cluster.routing.allocation.DiskThresholdSettings
 
isEnabled(String) - Method in class org.elasticsearch.common.lucene.LoggerInfoStream
 
isEnabled() - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
 
isEnabled() - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
isEnableGcDeletes() - Method in class org.elasticsearch.index.engine.EngineConfig
Returns true iff delete garbage collection in the engine should be enabled.
isError(byte) - Static method in class org.elasticsearch.transport.TransportStatus
 
isExecuting() - Method in class org.elasticsearch.cluster.service.PendingClusterTask
 
isExecutorShutdown() - Method in exception org.elasticsearch.common.util.concurrent.EsRejectedExecutionException
Checks if the thread pool that rejected the execution was terminated shortly after the rejection.
isExists() - Method in class org.elasticsearch.action.admin.indices.alias.exists.AliasesExistResponse
 
isExists() - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
 
isExists() - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
 
isExists() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
isExists() - Method in class org.elasticsearch.action.get.GetResponse
Does the document exists.
isExists() - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
isExists() - Method in class org.elasticsearch.index.get.GetResult
Does the document exists.
isExplain() - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
isExplicitAllType(String[]) - Static method in class org.elasticsearch.cluster.metadata.MetaData
Identifies whether the array containing type names given as argument explicitly refers to all types The empty or null array doesn't explicitly map to all types
isExplicitFalse(String) - Static method in class org.elasticsearch.common.Booleans
Returns true iff the value is either of the following: false, 0, off, no otherwise false
isExplicitlyScoped() - Method in class org.elasticsearch.common.inject.internal.Scoping
Returns true if this scope was explicitly applied.
isExplicitTrue(String) - Static method in class org.elasticsearch.common.Booleans
Returns true iff the value is either of the following: true, 1, on, yes otherwise false
isFailed() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
Is this a failed execution of an operation.
isFailed() - Method in class org.elasticsearch.action.get.MultiGetItemResponse
Is this a failed execution?
isFailed() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
Is this a failed execution?
isFailure() - Method in class org.elasticsearch.action.search.MultiSearchResponse.Item
Is it a failed search?
isFieldWithinQuery(IndexReader, Object, Object, boolean, boolean, DateTimeZone, DateMathParser, QueryRewriteContext) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
isFieldWithinQuery(IndexReader, Object, Object, boolean, boolean, DateTimeZone, DateMathParser, QueryRewriteContext) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
isFieldWithinQuery(IndexReader, Object, Object, boolean, boolean, DateTimeZone, DateMathParser, QueryRewriteContext) - Method in class org.elasticsearch.index.mapper.MappedFieldType
Return whether all values of the given IndexReader are within the range, outside the range or cross the range.
isFilter() - Method in class org.elasticsearch.index.query.QueryShardContext
Return whether we are currently parsing a filter or a query.
isFiltered() - Method in class org.elasticsearch.common.settings.Setting
Returns true if this setting must be filtered, otherwise false
isFinal() - Method in class org.elasticsearch.common.settings.Setting
Returns true if this setting is final, otherwise false
isFinalReduce() - Method in class org.elasticsearch.search.aggregations.InternalAggregation.ReduceContext
Returns true iff the current reduce phase is the final reduce phase.
isFinalSetting(String) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Returns true if the setting for the given key is final.
isFloatingPoint() - Method in enum org.elasticsearch.index.fielddata.IndexNumericFieldData.NumericType
 
isFloatingPoint() - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.FieldData
 
isFloatingPoint() - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric
Whether the underlying data is floating-point or not.
isFloatingPoint() - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.Script
 
isFloatingPoint() - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.WithScript
 
isFloatingPoint() - Method in enum org.elasticsearch.search.aggregations.support.ValueType
 
isForceExecution() - Method in class org.elasticsearch.common.util.concurrent.AbstractRunnable
Should the runnable force its execution in case it gets rejected?
isForceExecution() - Method in class org.elasticsearch.transport.RequestHandlerRegistry
 
isFound() - Method in class org.elasticsearch.action.ingest.GetPipelineResponse
 
isFound() - Method in class org.elasticsearch.index.engine.Engine.DeleteResult
 
isFragment() - Method in interface org.elasticsearch.common.xcontent.ToXContent
 
isFragment() - Method in interface org.elasticsearch.common.xcontent.ToXContentObject
 
isFreed() - Method in class org.elasticsearch.action.search.SearchTransportService.SearchFreeContextResponse
 
isFullySpecified() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
 
isFullySpecified() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
 
isFullySpecified() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
 
isGeoHashEnabled() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
isGeoHashPrefixEnabled() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
isGeoPoint() - Method in enum org.elasticsearch.search.aggregations.support.ValueType
 
isGlobalStateEquals(MetaData, MetaData) - Static method in class org.elasticsearch.cluster.metadata.MetaData
 
isHeldByCurrentThread(T) - Method in class org.elasticsearch.common.util.concurrent.KeyedLock
 
isHeldByCurrentThread() - Method in class org.elasticsearch.common.util.concurrent.ReleasableLock
 
isHidden(Path) - Static method in class org.elasticsearch.common.io.FileSystemUtils
Check whether the file denoted by the given path is hidden.
isHighlighted() - Method in class org.apache.lucene.search.highlight.Snippet
 
isHttpEnabled() - Method in class org.elasticsearch.common.network.NetworkModule
 
isIgnoredEmpty() - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
Returns true iff any unassigned shards are marked as temporarily ignored.
isIgnoreFailure() - Method in class org.elasticsearch.ingest.CompoundProcessor
 
isIgnoreMalformed(GeoValidationMethod) - Static method in enum org.elasticsearch.index.query.GeoValidationMethod
Returns whether or not to skip bounding box validation.
isIgnoreUnmapped() - Method in class org.elasticsearch.index.query.InnerHitBuilder
Whether to include inner hits in the search response hits if required mappings is missing
isIncludeInParent() - Method in class org.elasticsearch.index.mapper.ObjectMapper.Nested
 
isIncludeInRoot() - Method in class org.elasticsearch.index.mapper.ObjectMapper.Nested
 
isIndexUsingShadowReplicas(Settings) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
Returns true iff the given settings indicate that the index associated with these settings uses shadow replicas.
isIndicesOptions(String) - Static method in class org.elasticsearch.action.support.IndicesOptions
Returns true if the name represents a valid name for one of the indices option false otherwise
isInetAddress(String) - Static method in class org.elasticsearch.common.network.InetAddresses
 
isIngestNode(Settings) - Static method in class org.elasticsearch.cluster.node.DiscoveryNode
 
isIngestNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
Returns a boolean that tells whether this an ingest node or not
isInlineScriptEnabled() - Method in class org.elasticsearch.script.NativeScriptEngineService
 
isInlineScriptEnabled() - Method in interface org.elasticsearch.script.ScriptEngineService
Returns true if this scripting engine can safely accept inline scripts by default.
isInnerClass(Class<?>) - Static method in class org.elasticsearch.common.Classes
 
isInSync() - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
Returns true if the shard copy is in-sync and contains the latest data.
isKeyed() - Method in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
 
isKnownWord(BytesRef) - Method in class org.elasticsearch.search.suggest.phrase.CandidateGenerator
 
isKnownWord(BytesRef) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
 
isKnownWord(BytesRef) - Method in class org.elasticsearch.search.suggest.phrase.MultiCandidateGeneratorWrapper
 
isLangSupported(String) - Method in class org.elasticsearch.script.ScriptService
 
isLatLonEnabled() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
isLoaded() - Method in class org.elasticsearch.common.settings.KeyStoreWrapper
 
isLoaded() - Method in interface org.elasticsearch.common.settings.SecureSettings
Returns true iff the settings are loaded and retrievable.
isLocalNodeElectedMaster() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
isLocalNodeElectedMaster() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Returns true if the local node is the elected master node.
isLoopbackAddress() - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
isLoopbackAddress() - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
isLoopbackAddress() - Method in interface org.elasticsearch.common.transport.TransportAddress
 
isMarkedCorrupted() - Method in class org.elasticsearch.index.store.Store
 
isMasterNode(Settings) - Static method in class org.elasticsearch.cluster.node.DiscoveryNode
 
isMasterNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
Can this node become master or not.
isMatch() - Method in class org.elasticsearch.action.explain.ExplainResponse
 
isMatchAllPattern(String) - Static method in class org.elasticsearch.common.regex.Regex
 
isMemoryLocked() - Static method in class org.elasticsearch.bootstrap.BootstrapInfo
Returns true if we were able to lock the process's address space.
isMergedSegment(LeafReader) - Static method in class org.elasticsearch.index.engine.Engine
Returns whether a leaf reader comes from a merge (versus flush or addIndexes).
isMetadataField() - Method in class org.elasticsearch.index.get.GetField
 
isMetadataField(String) - Static method in class org.elasticsearch.index.mapper.MapperService
 
isMetadataField() - Method in class org.elasticsearch.search.SearchHitField
 
isMlockall() - Method in class org.elasticsearch.monitor.process.ProcessInfo
 
isMultiTermAware() - Method in enum org.elasticsearch.indices.analysis.PreBuiltTokenFilters
 
isMultiValued(SortedSetDocValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns whether the provided values *might* be multi-valued.
isMultiValued(SortedNumericDocValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns whether the provided values *might* be multi-valued.
isMultiValued(SortedNumericDoubleValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns whether the provided values *might* be multi-valued.
isMultiValued(SortedBinaryDocValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns whether the provided values *might* be multi-valued.
isMultiValued(MultiGeoPointValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns whether the provided values *might* be multi-valued.
isMultiValued() - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Returns true iff this builder contains a document ID that is associated with more than one ordinal.
isNativesAvailable() - Static method in class org.elasticsearch.bootstrap.BootstrapInfo
Returns true if we successfully loaded native libraries.
isNested() - Method in class org.elasticsearch.index.mapper.ObjectMapper.Nested
 
isNewCluster() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Determines whether or not the current cluster state represents an entirely new cluster, either when a node joins a cluster for the first time or when the node receives a cluster state update from a brand new cluster (different UUID from the previous cluster), which will happen when a master node is elected that has never been part of the cluster before.
isNewIngestDateFormat() - Method in class org.elasticsearch.ingest.PipelineStore
 
isNoScope() - Method in class org.elasticsearch.common.inject.internal.Scoping
Returns true if this is the default scope.
isNoStopwords(Settings) - Static method in class org.elasticsearch.index.analysis.Analysis
 
isNotA(ValueType) - Method in enum org.elasticsearch.search.aggregations.support.ValueType
 
isNull() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
 
isNullable() - Method in class org.elasticsearch.common.inject.spi.Dependency
Returns true if null is a legal value for this dependency.
isNullOrEmpty(String) - Static method in class org.elasticsearch.common.Strings
 
isNumeric() - Method in enum org.elasticsearch.search.aggregations.support.ValueType
 
isObject(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
isOnSharedFilesystem(Settings) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
Returns true iff the given settings indicate that the index associated with these settings allocates it's shards on a shared filesystem.
isOnSharedFilesystem() - Method in class org.elasticsearch.index.IndexSettings
Returns true iff the given settings indicate that the index associated with these settings allocates it's shards on a shared filesystem.
isOpen() - Method in class org.elasticsearch.env.ShardLock
Returns true if this lock is still open ie.
isOpen() - Method in class org.elasticsearch.index.translog.Translog
Returns true if this Translog is still open.
isOpen(Channel) - Method in class org.elasticsearch.transport.TcpTransport
 
isOptional() - Method in class org.elasticsearch.common.inject.spi.InjectionPoint
Returns true if this injection point shall be skipped if the injector cannot resolve bindings for all required dependencies.
isParent(String) - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
isPartitionBased() - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
isPrefix() - Method in class org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
Returns if the context should be treated as a prefix
isPrefix - Variable in class org.elasticsearch.search.suggest.completion.context.ContextMapping.InternalQueryContext
 
isPreserveExisting() - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsClusterStateUpdateRequest
Returns true iff the settings update should only add but not update settings.
isPreserveExisting() - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
Returns true iff the settings update should only add but not update settings.
isPrettyPrint() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
isPrettyPrint() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
isPrettyPrint() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
isPrimary() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
Returns true if explaining the primary shard for the shard id (see ClusterAllocationExplainRequest.getShard()), false if explaining a replica shard copy for the shard id, or null to use any unassigned shard (see ClusterAllocationExplainRequest.useAnyUnassignedShard()).
isPrimary() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
Returns true if the explained shard is primary, false otherwise.
isPrimaryActive() - Method in class org.elasticsearch.cluster.health.ClusterShardHealth
 
isPrimaryRelocation() - Method in class org.elasticsearch.indices.recovery.StartRecoveryRequest
 
isPrivateSetting(String) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Returns true iff the setting is a private setting ie.
isPrivateSetting(String) - Method in class org.elasticsearch.common.settings.IndexScopedSettings
 
isProcessed() - Method in class org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
 
isProfile() - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
isProfile() - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
Returns true if this shard search is being profiled or not
isProfile() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
isProxyAction(String) - Static method in class org.elasticsearch.transport.TransportActionProxy
Returns true iff the given action is a proxy action
isProxyRequest(TransportRequest) - Static method in class org.elasticsearch.transport.TransportActionProxy
Returns true iff the given request is a proxy request
isQueryStringAllowLeadingWildcard() - Method in class org.elasticsearch.index.IndexSettings
Returns true if the query string parser should allow leading wildcards.
isQueryStringAnalyzeWildcard() - Method in class org.elasticsearch.index.IndexSettings
Returns true if the query string should analyze wildcards.
isQueryStringLenient() - Method in class org.elasticsearch.index.IndexSettings
Returns true if query string parsing should be lenient.
isRC() - Method in class org.elasticsearch.Version
 
isReadOnly() - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
isReadOnly() - Method in interface org.elasticsearch.repositories.Repository
Returns true if the repository supports only read operations
isReadOnly() - Method in class org.elasticsearch.repositories.uri.URLRepository
 
isReadOverrideException(Exception) - Static method in class org.elasticsearch.action.support.TransportActions
If a failure is already present, should this failure override it or not for read operations.
isRecovering() - Method in class org.elasticsearch.index.engine.Engine
Returns true iff this engine is currently recovering from translog.
isRecovering() - Method in class org.elasticsearch.index.engine.InternalEngine
 
isRecovery() - Method in enum org.elasticsearch.index.engine.Engine.Operation.Origin
 
isRecycled() - Method in class org.elasticsearch.common.recycler.NoneRecycler.NV
 
isRecycled() - Method in interface org.elasticsearch.common.recycler.Recycler.V
Whether this instance has been recycled (true) or newly allocated (false).
isRefresh() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Call refresh on the indexes we've written to after the request ends?
isRefreshNeeded() - Method in class org.elasticsearch.index.shard.IndexShard
Returns true iff one or more changes to the engine are not visible to via the current searcher *or* there are pending refresh listeners.
isRegexBased() - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
isRegistered(Class<? extends Throwable>, Version) - Static method in exception org.elasticsearch.ElasticsearchException
Returns true iff the given class is a registered for an exception to be read.
isRelease() - Method in class org.elasticsearch.Version
 
isRelocationSourceOf(ShardRouting) - Method in class org.elasticsearch.cluster.routing.ShardRouting
returns true if the routing is the relocation source for the given routing
isRelocationTarget() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Returns true if this shard is a relocation target for another shard (i.e., was created with ShardRouting.initializeTargetRelocatingShard()
isRelocationTargetOf(ShardRouting) - Method in class org.elasticsearch.cluster.routing.ShardRouting
returns true if the routing is the relocation target of the given routing
isRepositoryInUse(ClusterState, String) - Static method in class org.elasticsearch.snapshots.RestoreService
Checks if a repository is currently in use by one of the snapshots
isRepositoryInUse(ClusterState, String) - Static method in class org.elasticsearch.snapshots.SnapshotsService
Checks if a repository is currently in use by one of the snapshots
isRequest(byte) - Static method in class org.elasticsearch.transport.TransportStatus
 
isReservedChar(char) - Static method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x
 
isRetainedAtRuntime(Class<? extends Annotation>) - Static method in class org.elasticsearch.common.inject.internal.Annotations
Returns true if the given annotation is retained at runtime.
isRetry() - Method in class org.elasticsearch.action.index.IndexRequest
Returns true if this request has been sent to a shard copy more than once.
isRetry() - Method in class org.elasticsearch.index.engine.Engine.Index
Returns true if this index requests has been retried on the coordinating node and can therefor be delivered multiple times.
isRetryFailed() - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
Returns the current retry failed flag
isRetryFailed() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
isRolledOver() - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverResponse
Returns true if the rollover was not simulated and the conditions were met
isRoutingPartitionedIndex() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
isRunning() - Method in class org.elasticsearch.common.StopWatch
Return whether the stop watch is currently running.
isSame(StoreFileMetaData) - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Checks if a file in a store is the same file
isSame(BlobStoreIndexShardSnapshot.FileInfo) - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Checks if a file in a store is the same file
isSame(StoreFileMetaData) - Method in class org.elasticsearch.index.store.StoreFileMetaData
Returns true iff the length and the checksums are the same.
isSameAllocation(ShardRouting) - Method in class org.elasticsearch.cluster.routing.ShardRouting
returns true if this routing has the same allocation ID as another.
isSameUUID(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
Test whether the current index UUID is the same as the given one.
isScopeAnnotation(Class<? extends Annotation>) - Static method in class org.elasticsearch.common.inject.internal.Annotations
 
isSearch() - Method in class org.elasticsearch.index.engine.Segment
 
isSearchable() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilities
Whether this field can be aggregated on all indices.
isSearchable() - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
isSearchable() - Method in class org.elasticsearch.index.mapper.MappedFieldType
Returns true if the field is searchable.
isSet(CommonStatsFlags.Flag) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
isSet() - Method in class org.elasticsearch.tasks.TaskId
 
isShadowReplicaIndex() - Method in class org.elasticsearch.index.IndexSettings
Returns true iff this index uses shadow replicas.
isShardNotAvailableException(Throwable) - Static method in class org.elasticsearch.action.support.TransportActions
 
isShardsAcked() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexResponse
Returns true if the requisite number of shards were started before returning from the index creation operation.
isShardsAcked() - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverResponse
Returns true if the requisite number of shards were started in the newly created rollover index before returning.
isShardsAcked() - Method in class org.elasticsearch.cluster.ack.CreateIndexClusterStateUpdateResponse
Returns whether the requisite number of shard copies started before the completion of the operation.
isShared() - Method in class org.elasticsearch.common.settings.Setting
Returns true if this setting is shared with more than one other module or plugin, otherwise false
isSimpleMatchPattern(String) - Static method in class org.elasticsearch.common.regex.Regex
Is the str a simple match pattern.
isSingleType() - Method in class org.elasticsearch.index.IndexSettings
Returns whether the index enforces at most one type.
isSnapshot() - Method in class org.elasticsearch.Build
 
isSourceEmpty() - Method in class org.elasticsearch.action.get.GetResponse
Is the source empty (not available) or not.
isSourceEmpty() - Method in class org.elasticsearch.index.get.GetResult
Is the source empty (not available) or not.
isStoringPayloads() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x
 
isStrictlyBoolean(String) - Static method in class org.elasticsearch.common.Booleans
 
isSubAction() - Method in class org.elasticsearch.action.get.TransportShardMultiGetAction
 
isSubAction() - Method in class org.elasticsearch.action.support.single.shard.TransportSingleShardAction
Tells whether the action is a main one or a subaction.
isSubAction() - Method in class org.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
 
isSucceeded() - Method in class org.elasticsearch.action.search.ClearScrollResponse
 
isSuccess() - Method in class org.elasticsearch.cluster.ClusterStateTaskExecutor.TaskResult
 
isSuggestOnly() - Method in class org.elasticsearch.action.search.SearchRequest
 
isSuggestOnly() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
isSynthetic() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
 
isSystemCallFilterInstalled() - Static method in class org.elasticsearch.bootstrap.BootstrapInfo
Returns true if system call filter is installed (supported systems only)
isSystemContext() - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Returns true iff this context is a system context
isTempBlobName(String) - Method in class org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
Returns true if the blob is a leftover temporary blob.
isTerminatedEarly() - Method in class org.elasticsearch.action.search.SearchResponse
Has the search operation terminated early due to reaching terminateAfter
isThrottled() - Method in class org.elasticsearch.index.engine.Engine
Returns the true iff this engine is currently under index throttling.
isThrottled() - Method in class org.elasticsearch.index.engine.InternalEngine
 
isThrottled() - Method in class org.elasticsearch.index.engine.ShadowEngine
 
isThrottled() - Method in class org.elasticsearch.index.shard.IndexingStats.Stats
Returns if the index is under merge throttling control
isTimedOut() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
true if the waitForXXX has timeout out and did not match.
isTimedOut() - Method in class org.elasticsearch.action.search.SearchResponse
Has the search operation timed out.
isTimedOut() - Method in class org.elasticsearch.cluster.ClusterStateObserver
indicates whether this observer has timedout
isTimedOut() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
Did any of the sub-requests that were part of this request timeout?
isTimedOut() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.Response
Did this batch time out?
isTokenChar(int) - Method in class org.elasticsearch.index.analysis.CharMatcher.ByUnicodeCategory
 
isTokenChar(int) - Method in interface org.elasticsearch.index.analysis.CharMatcher
Returns true if, and only if, the provided character matches this character class.
isTrackScores() - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
isTransportClient() - Method in class org.elasticsearch.common.network.NetworkModule
 
isTransportThread(Thread) - Static method in enum org.elasticsearch.transport.Transports
Utility method to detect whether a thread is a network thread.
isTranspositions() - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions
Returns if transpositions option is set if transpositions is set, then swapping one character for another counts as one edit instead of two.
isTTLPurgeDisabled() - Method in class org.elasticsearch.index.IndexSettings
Returns true if the TTL purge is disabled for this index.
isUnicodeAware() - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions
Returns if all measurements (like edit distance, transpositions and lengths) are in unicode code points (actual letters) instead of bytes.
isValid() - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
isValid() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
A boolean denoting whether the query is valid.
isValid(String) - Static method in class org.elasticsearch.bootstrap.JavaVersion
 
isValidDouble(double) - Static method in class org.elasticsearch.common.Numbers
Returns true if value is neither NaN nor infinite.
isValidKey(String) - Static method in class org.elasticsearch.common.settings.AbstractScopedSettings
Returns true iff the given key is a valid settings key otherwise false
isValidLatitude(double) - Static method in class org.elasticsearch.common.geo.GeoUtils
Returns true if latitude is actually a valid latitude value.
isValidLongitude(double) - Static method in class org.elasticsearch.common.geo.GeoUtils
Returns true if longitude is actually a valid longitude value.
isValidPattern(String) - Static method in class org.elasticsearch.common.settings.SettingsFilter
Returns true iff the given string is either a valid settings key pattern or a simple regular expression
isValue() - Method in enum org.elasticsearch.common.xcontent.XContentParser.Token
 
isVerbose() - Method in class org.elasticsearch.action.ingest.SimulatePipelineRequest
 
isVerbose() - Method in class org.elasticsearch.action.ingest.SimulatePipelineResponse
 
isVersion() - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
isVersionConflictForReads(long, long) - Method in enum org.elasticsearch.index.VersionType
Checks whether the current version conflicts with the expected version, based on the current version type.
isVersionConflictForWrites(long, long, boolean) - Method in enum org.elasticsearch.index.VersionType
Checks whether the current version conflicts with the expected version, based on the current version type.
isWarmerEnabled() - Method in class org.elasticsearch.index.IndexSettings
Returns true if index warmers are enabled, otherwise false
isWeightRanked() - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
Is the weight assigned for the node?
isWildcard() - Method in class org.elasticsearch.common.path.PathTrie.TrieNode
 
isWithinCopyTo() - Method in class org.elasticsearch.index.mapper.ParseContext
 
isWithinMultiField() - Method in class org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
 
isWithinMultiFields() - Method in class org.elasticsearch.index.mapper.ParseContext
 
ItalianAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
ItalianAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ItalianAnalyzerProvider
 
Item() - Constructor for class org.elasticsearch.action.get.MultiGetRequest.Item
 
Item(String, String, String) - Constructor for class org.elasticsearch.action.get.MultiGetRequest.Item
Constructs a single get item.
Item(SearchResponse, Exception) - Constructor for class org.elasticsearch.action.search.MultiSearchResponse.Item
 
Item() - Constructor for class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
Item(String, String, String) - Constructor for class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
Constructor for a given item / document request
Item(String, String, XContentBuilder) - Constructor for class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
Constructor for an artificial document request, that is not present in the index.
items() - Method in class org.elasticsearch.action.bulk.BulkShardRequest
 
Iter(double[], DoubleHistogram) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks.Iter
 
Iter(double[], DoubleHistogram) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles.Iter
 
Iter(double[], TDigestState) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks.Iter
 
Iter(double[], TDigestState) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles.Iter
 
Iter(double[], double[]) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket.Iter
 
iterableAsArrayList(Iterable<? extends E>) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
Iterables - Class in org.elasticsearch.common.util.iterable
 
Iterables() - Constructor for class org.elasticsearch.common.util.iterable.Iterables
 
iterate(PortsRange.PortCallback) - Method in class org.elasticsearch.common.transport.PortsRange
 
iterator() - Method in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesResponse
Iterator over the repositories data
iterator() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
 
iterator() - Method in class org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
 
iterator() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
 
iterator() - Method in class org.elasticsearch.action.admin.indices.segments.IndexSegments
 
iterator() - Method in class org.elasticsearch.action.admin.indices.segments.IndexShardSegments
 
iterator() - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
iterator() - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
iterator() - Method in class org.elasticsearch.action.admin.indices.stats.IndexStats
 
iterator() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
 
iterator() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
 
iterator() - Method in class org.elasticsearch.action.bulk.BulkResponse
 
iterator() - Method in class org.elasticsearch.action.get.GetResponse
Deprecated.
iterator() - Method in class org.elasticsearch.action.get.MultiGetRequest
 
iterator() - Method in class org.elasticsearch.action.get.MultiGetResponse
 
iterator() - Method in class org.elasticsearch.action.search.MultiSearchResponse
 
iterator() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequest
 
iterator() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsResponse
 
iterator() - Method in class org.elasticsearch.action.termvectors.TermVectorsFields
 
iterator() - Method in class org.elasticsearch.cluster.health.ClusterIndexHealth
 
iterator() - Method in class org.elasticsearch.cluster.health.ClusterStateHealth
 
iterator() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
iterator() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
iterator() - Method in class org.elasticsearch.cluster.routing.GroupShardsIterator
 
iterator() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
iterator() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
iterator() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
iterator() - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
iterator() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
iterator() - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
 
iterator() - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
iterator() - Method in class org.elasticsearch.common.blobstore.BlobPath
 
iterator() - Method in class org.elasticsearch.common.bytes.BytesReference
Returns a BytesRefIterator for this BytesReference.
iterator() - Method in class org.elasticsearch.common.bytes.CompositeBytesReference
 
iterator() - Method in class org.elasticsearch.common.bytes.PagedBytesReference
 
iterator() - Method in class org.elasticsearch.common.collect.EvictingQueue
 
iterator() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
iterator() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
Returns a cursor over the entries (key-value pairs) in this map.
iterator() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
iterator() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap
Returns a cursor over the entries (key-value pairs) in this map.
iterator() - Method in class org.elasticsearch.common.FieldMemoryStats
 
iterator() - Method in class org.elasticsearch.common.inject.ModulesBuilder
 
iterator() - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
iterator() - Method in class org.elasticsearch.common.util.LongObjectPagedHashMap
 
iterator() - Method in class org.elasticsearch.index.get.GetField
 
iterator() - Method in class org.elasticsearch.index.get.GetResult
 
iterator() - Method in class org.elasticsearch.index.IndexService
 
iterator() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
iterator() - Method in class org.elasticsearch.index.mapper.DocumentFieldMappers
 
iterator() - Method in class org.elasticsearch.index.mapper.FieldMapper
 
iterator() - Method in class org.elasticsearch.index.mapper.FieldMapper.MultiFields
 
iterator() - Method in class org.elasticsearch.index.mapper.FieldMappers
 
iterator() - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
iterator() - Method in class org.elasticsearch.index.mapper.ParentFieldMapper
 
iterator() - Method in class org.elasticsearch.index.mapper.ParseContext.Document
 
iterator() - Method in class org.elasticsearch.index.shard.CommitPoints
 
iterator() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
 
iterator() - Method in class org.elasticsearch.index.store.Store.MetadataSnapshot
 
iterator() - Method in class org.elasticsearch.indices.IndicesService
 
iterator() - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
 
iterator() - Method in class org.elasticsearch.monitor.fs.FsInfo
 
iterator() - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
 
iterator() - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
iterator() - Method in class org.elasticsearch.search.aggregations.Aggregations
Iterates over the Aggregations.
iterator() - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
iterator() - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
 
iterator() - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
iterator() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
 
iterator() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
 
iterator() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentileRanks
 
iterator() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
 
iterator() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
 
iterator() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
 
iterator() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentileRanks
 
iterator() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
 
iterator() - Method in class org.elasticsearch.search.lookup.IndexFieldTerm
 
iterator() - Method in class org.elasticsearch.search.SearchHit
 
iterator() - Method in class org.elasticsearch.search.SearchHitField
 
iterator() - Method in class org.elasticsearch.search.SearchHits
 
iterator() - Method in class org.elasticsearch.search.suggest.Suggest
 
iterator() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
iterator() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
iterator() - Method in class org.elasticsearch.threadpool.ThreadPoolInfo
 
iterator() - Method in class org.elasticsearch.threadpool.ThreadPoolStats
 
Iterators - Class in org.elasticsearch.common.collect
 
Iterators() - Constructor for class org.elasticsearch.common.collect.Iterators
 

J

JarHell - Class in org.elasticsearch.bootstrap
Simple check for duplicate class files across the classpath.
JavaVersion - Class in org.elasticsearch.bootstrap
 
JLHScore - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
JLHScore() - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
 
JLHScore(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
Read from a stream.
JLHScore.JLHScoreBuilder - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
JLHScoreBuilder() - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore.JLHScoreBuilder
 
Joda - Class in org.elasticsearch.common.joda
 
Joda() - Constructor for class org.elasticsearch.common.joda.Joda
 
Joda.EpochTimeParser - Class in org.elasticsearch.common.joda
 
Joda.EpochTimePrinter - Class in org.elasticsearch.common.joda
 
Join - Class in org.elasticsearch.common.inject.internal
Utility for joining pieces of text separated by a delimiter.
join(String, Iterable<?>) - Static method in class org.elasticsearch.common.inject.internal.Join
Returns a string containing the tokens, converted to strings if necessary, separated by delimiter.
join(String, Object[]) - Static method in class org.elasticsearch.common.inject.internal.Join
Returns a string containing the tokens, converted to strings if necessary, separated by delimiter.
join(String, Object, Object...) - Static method in class org.elasticsearch.common.inject.internal.Join
Returns a string containing the tokens, converted to strings if necessary, separated by delimiter.
join(String, Iterator<?>) - Static method in class org.elasticsearch.common.inject.internal.Join
Returns a string containing the tokens, converted to strings if necessary, separated by delimiter.
join(String, String, Map<?, ?>) - Static method in class org.elasticsearch.common.inject.internal.Join
Returns a string containing the contents of map, with entries separated by entryDelimiter, and keys and values separated with keyValueSeparator.
join(T, String, Iterable<?>) - Static method in class org.elasticsearch.common.inject.internal.Join
Appends each of the tokens to appendable, separated by delimiter.
join(T, String, Object[]) - Static method in class org.elasticsearch.common.inject.internal.Join
Appends each of the tokens to appendable, separated by delimiter.
join(T, String, Object, Object...) - Static method in class org.elasticsearch.common.inject.internal.Join
Appends each of the tokens to appendable, separated by delimiter.
join(T, String, Iterator<?>) - Static method in class org.elasticsearch.common.inject.internal.Join
Appends each of the tokens to appendable, separated by delimiter.
join(T, String, String, Map<?, ?>) - Static method in class org.elasticsearch.common.inject.internal.Join
Appends the contents of map to appendable, with entries separated by entryDelimiter, and keys and values separated with keyValueSeparator.
join(BytesRef) - Method in class org.elasticsearch.search.suggest.phrase.Correction
 
join(BytesRef, BytesRef, BytesRef) - Method in class org.elasticsearch.search.suggest.phrase.Correction
 
join(BytesRef, BytesRefBuilder, BytesRef, BytesRef) - Method in class org.elasticsearch.search.suggest.phrase.Correction
 
join(BytesRef, BytesRefBuilder, BytesRef...) - Static method in class org.elasticsearch.search.suggest.phrase.WordScorer
 
Join.JoinException - Exception in org.elasticsearch.common.inject.internal
Exception thrown in response to an IOException from the supplied Appendable.
JOIN_RETRY_ATTEMPTS_SETTING - Static variable in class org.elasticsearch.discovery.zen.ZenDiscovery
 
JOIN_RETRY_DELAY_SETTING - Static variable in class org.elasticsearch.discovery.zen.ZenDiscovery
 
JOIN_TIMEOUT_SETTING - Static variable in class org.elasticsearch.discovery.zen.ZenDiscovery
 
joinField(String) - Static method in class org.elasticsearch.index.mapper.ParentFieldMapper
 
joiningCluster() - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
returns true if zen discovery is started and there is a currently a background thread active for (re)joining the cluster used for testing.
JoinRequest() - Constructor for class org.elasticsearch.discovery.zen.MembershipAction.JoinRequest
 
JSON_ALLOW_UNQUOTED_FIELD_NAMES - Static variable in class org.elasticsearch.common.xcontent.json.JsonXContent
 
jsonBuilder() - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Returns a content builder using JSON format (XContentType.JSON.
jsonBuilder(OutputStream) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Constructs a new json builder that will output the result into the provided output stream.
JsonSettingsLoader - Class in org.elasticsearch.common.settings.loader
Settings loader that loads (parses) the settings in a json format by flattening them into a map.
JsonSettingsLoader(boolean) - Constructor for class org.elasticsearch.common.settings.loader.JsonSettingsLoader
 
JsonXContent - Class in org.elasticsearch.common.xcontent.json
A JSON based content implementation using Jackson.
jsonXContent - Static variable in class org.elasticsearch.common.xcontent.json.JsonXContent
 
JsonXContentGenerator - Class in org.elasticsearch.common.xcontent.json
 
JsonXContentGenerator(JsonGenerator, OutputStream, Set<String>, Set<String>) - Constructor for class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
JsonXContentParser - Class in org.elasticsearch.common.xcontent.json
 
JsonXContentParser(NamedXContentRegistry, JsonParser) - Constructor for class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
JTS_AVAILABLE - Static variable in class org.elasticsearch.common.geo.ShapesAvailability
 
jtsGeometry(Geometry) - Method in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
jvm() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node JVM be returned.
jvm(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node JVM be returned.
jvm() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node JVM be returned.
jvm(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node JVM be returned.
JvmGcMonitorService - Class in org.elasticsearch.monitor.jvm
 
JvmGcMonitorService(Settings, ThreadPool) - Constructor for class org.elasticsearch.monitor.jvm.JvmGcMonitorService
 
JvmInfo - Class in org.elasticsearch.monitor.jvm
 
JvmInfo(StreamInput) - Constructor for class org.elasticsearch.monitor.jvm.JvmInfo
 
jvmInfo() - Static method in class org.elasticsearch.monitor.jvm.JvmInfo
 
JvmInfo.Mem - Class in org.elasticsearch.monitor.jvm
 
JvmService - Class in org.elasticsearch.monitor.jvm
 
JvmService(Settings) - Constructor for class org.elasticsearch.monitor.jvm.JvmService
 
jvmService() - Method in class org.elasticsearch.monitor.MonitorService
 
JvmStats - Class in org.elasticsearch.monitor.jvm
 
JvmStats(long, long, JvmStats.Mem, JvmStats.Threads, JvmStats.GarbageCollectors, List<JvmStats.BufferPool>, JvmStats.Classes) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats
 
JvmStats(StreamInput) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats
 
jvmStats() - Static method in class org.elasticsearch.monitor.jvm.JvmStats
 
JvmStats.BufferPool - Class in org.elasticsearch.monitor.jvm
 
JvmStats.Classes - Class in org.elasticsearch.monitor.jvm
 
JvmStats.GarbageCollector - Class in org.elasticsearch.monitor.jvm
 
JvmStats.GarbageCollectors - Class in org.elasticsearch.monitor.jvm
 
JvmStats.Mem - Class in org.elasticsearch.monitor.jvm
 
JvmStats.MemoryPool - Class in org.elasticsearch.monitor.jvm
 
JvmStats.Threads - Class in org.elasticsearch.monitor.jvm
 

K

keepAlive() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
keepAlive(long) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
keepAlive() - Method in class org.elasticsearch.search.internal.SearchContext
 
keepAlive(long) - Method in class org.elasticsearch.search.internal.SearchContext
 
keepAlive(long) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
keepAlive() - Method in class org.elasticsearch.search.Scroll
How long the resources will be kept open to support the scroll request.
KEEPALIVE_INTERVAL_SETTING - Static variable in class org.elasticsearch.search.SearchService
 
keepTaskList(boolean) - Method in class org.elasticsearch.common.StopWatch
Determine whether the TaskInfo array is built over time.
KeepTypesFilterFactory - Class in org.elasticsearch.index.analysis
A TokenFilterFactory for TypeTokenFilter.
KeepTypesFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.KeepTypesFilterFactory
 
KeepWordFilterFactory - Class in org.elasticsearch.index.analysis
A TokenFilterFactory for KeepWordFilter.
KeepWordFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.KeepWordFilterFactory
 
Key<T> - Class in org.elasticsearch.common.inject
Binding key consisting of an injection type and an optional annotation.
Key(Class<? extends Annotation>) - Constructor for class org.elasticsearch.common.inject.Key
Constructs a new key.
Key(Annotation) - Constructor for class org.elasticsearch.common.inject.Key
Constructs a new key.
Key() - Constructor for class org.elasticsearch.common.inject.Key
Constructs a new key.
key - Variable in class org.elasticsearch.common.settings.Setting.SimpleKey
 
key - Variable in class org.elasticsearch.common.util.LongObjectPagedHashMap.Cursor
 
KEY - Static variable in class org.elasticsearch.search.aggregations.Aggregation.CommonFields
 
KEY - Static variable in enum org.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
 
key() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator.KeyedFilter
 
key() - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator.KeyedFilter
 
key - Variable in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
 
key - Variable in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
key - Variable in class org.elasticsearch.search.aggregations.support.AggregationPath.PathElement
 
KEY_AS_STRING - Static variable in class org.elasticsearch.search.aggregations.Aggregation.CommonFields
 
KEY_ASC - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.Histogram.Order
 
KEY_DESC - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.Histogram.Order
 
KEY_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
KEY_IN_SYNC_ALLOCATIONS - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
KEY_PRIMARY_TERMS - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
keyed() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Return whether buckets should be returned as a hash.
keyed(boolean) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Set whether to return buckets as a hash or as an array, and return the builder so that calls can be chained.
keyed() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Return whether buckets should be returned as a hash.
keyed(boolean) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Set whether to return buckets as a hash or as an array, and return the builder so that calls can be chained.
keyed - Variable in class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
 
keyed(boolean) - Method in class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
 
keyed() - Method in class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
 
keyed(boolean) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
keyed() - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
keyed - Variable in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
keyed - Variable in class org.elasticsearch.search.aggregations.bucket.range.InternalRange
 
keyed(boolean) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
 
keyed() - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
 
keyed - Variable in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
 
keyed(boolean) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
Set whether the XContent response should be keyed
keyed() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
Get whether the XContent response should be keyed
keyed(boolean) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
Set whether the XContent response should be keyed
keyed() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
Get whether the XContent response should be keyed
keyed - Variable in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
 
keyed - Variable in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation
 
KEYED_FIELD - Static variable in interface org.elasticsearch.search.aggregations.bucket.histogram.Histogram
 
KEYED_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator
 
KEYED_FIELD - Static variable in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
KeyedFilter(String, QueryBuilder) - Constructor for class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator.KeyedFilter
 
KeyedFilter(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator.KeyedFilter
Read from a stream.
KeyedFilter(String, QueryBuilder) - Constructor for class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator.KeyedFilter
 
KeyedFilter(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator.KeyedFilter
Read from a stream.
KeyedLock<T> - Class in org.elasticsearch.common.util.concurrent
This class manages locks.
KeyedLock(boolean) - Constructor for class org.elasticsearch.common.util.concurrent.KeyedLock
 
KeyedLock() - Constructor for class org.elasticsearch.common.util.concurrent.KeyedLock
 
keys() - Method in class org.elasticsearch.common.cache.Cache
An LRU sequencing of the keys in the cache that supports removal.
keys() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
keys() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
Returns a specialized view of the keys of this associated container.
keys() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
keys() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap
Returns a specialized view of the keys of this associated container.
keys - Variable in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
 
keys - Variable in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
 
keys() - Method in interface org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricValue
 
keys() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
 
keys() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.ParsedBucketMetricValue
 
keySerializer - Variable in class org.elasticsearch.cluster.DiffableUtils.MapDiff
 
keySet() - Method in class org.elasticsearch.common.settings.Settings
Returns the fully qualified setting names contained in this settings object.
keySet() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
keySet() - Method in class org.elasticsearch.common.util.MinimalMap
 
keySet() - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
keySet() - Method in class org.elasticsearch.search.lookup.LeafFieldsLookup
 
keySet() - Method in class org.elasticsearch.search.lookup.SourceLookup
 
keysIt() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
Returns a direct iterator over the keys.
keysIt() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap
Returns a direct iterator over the keys.
KeyStoreCli - Class in org.elasticsearch.common.settings
A cli tool for managing secrets in the elasticsearch keystore.
KeyStoreWrapper - Class in org.elasticsearch.common.settings
A wrapper around a Java KeyStore which provides supplements the keystore with extra metadata.
keyToXContent(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid.ParsedBucket
 
keyToXContent(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram.ParsedBucket
 
keyToXContent(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
 
keyToXContent(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms.ParsedBucket
 
keyToXContent(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms.ParsedBucket
 
keyToXContent(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
 
keyToXContent(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
 
keyToXContent(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
 
keyToXContent(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
 
keyToXContent(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms.ParsedBucket
 
keyToXContent(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms.ParsedBucket
 
keyToXContent(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms.ParsedBucket
 
keyToXContent(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
 
keyToXContent(XContentBuilder) - Method in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
 
keyTypeIsSet() - Method in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
KEYWORD_ANALYZER - Static variable in class org.elasticsearch.common.lucene.Lucene
 
KeywordAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
KeywordAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.KeywordAnalyzerProvider
 
KeywordFieldMapper - Class in org.elasticsearch.index.mapper
A field mapper for keywords.
KeywordFieldMapper(String, MappedFieldType, MappedFieldType, int, Boolean, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.KeywordFieldMapper
 
KeywordFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
KeywordFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
KeywordFieldMapper.KeywordFieldType - Class in org.elasticsearch.index.mapper
 
KeywordFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
KeywordFieldType() - Constructor for class org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
 
KeywordFieldType(KeywordFieldMapper.KeywordFieldType) - Constructor for class org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
 
KeywordMarkerTokenFilterFactory - Class in org.elasticsearch.index.analysis
A factory for creating keyword marker token filters that prevent tokens from being modified by stemmers.
KeywordMarkerTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.KeywordMarkerTokenFilterFactory
 
KeywordTokenizerFactory - Class in org.elasticsearch.index.analysis
 
KeywordTokenizerFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.KeywordTokenizerFactory
 
kilo() - Method in class org.elasticsearch.common.unit.SizeValue
 
kiloFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
KStemTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
KStemTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.KStemTokenFilterFactory
 

L

label() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision
Get the description label for this decision.
label() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
 
label() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
 
lag(int) - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
Sets the lag to use when calculating the serial difference.
lag() - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
Gets the lag to use when calculating the serial difference.
lang() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
 
lang(String) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
 
lang - Variable in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
 
lang() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
 
lang(String) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
 
lang() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
 
lang(String) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
 
lang() - Method in class org.elasticsearch.script.CompiledScript
Method to get the language.
LANG_PARSE_FIELD - Static variable in class org.elasticsearch.script.Script
Standard ParseField for lang on the inner level.
LANG_PARSE_FIELD - Static variable in class org.elasticsearch.script.StoredScriptSource
Standard ParseField for lang on the inner level.
Laplace - Class in org.elasticsearch.search.suggest.phrase
Laplace(double) - Constructor for class org.elasticsearch.search.suggest.phrase.Laplace
Creates a Laplace smoothing model.
Laplace(StreamInput) - Constructor for class org.elasticsearch.search.suggest.phrase.Laplace
Read from a stream.
last() - Method in class org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
 
lastAccessTime() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
return the last time this RecoveryStatus was used (based on System.nanoTime()
lastAccessTime() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
lastAccessTime() - Method in class org.elasticsearch.search.internal.SearchContext
 
lastChunk() - Method in class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
Returns true if this chunk is the last chunk in the stream.
lastEmittedDoc() - Method in class org.elasticsearch.search.fetch.ShardFetchRequest
 
lastEmittedDoc - Variable in class org.elasticsearch.search.internal.ScrollContext
 
lastPathElement() - Method in class org.elasticsearch.search.aggregations.support.AggregationPath
 
lastRefreshTimestamp - Variable in class org.elasticsearch.common.util.SingleObjectCache
 
lastTaskName() - Method in class org.elasticsearch.common.StopWatch
Return the name of the last task.
lastTaskTime() - Method in class org.elasticsearch.common.StopWatch
Return the time taken by the last task.
lastWriteNanos - Variable in class org.elasticsearch.index.engine.Engine
 
lat() - Method in class org.elasticsearch.common.geo.GeoPoint
 
LAT - Static variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Names
 
lat() - Method in class org.elasticsearch.index.search.geo.LegacyGeoDistanceRangeQuery
Deprecated.
 
LAT_LON_FIELD_VERSION - Static variable in class org.elasticsearch.index.mapper.LatLonPointFieldMapper
 
LAT_SUFFIX - Static variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Names
 
LatchedActionListener<T> - Class in org.elasticsearch.action
An action listener that allows passing in a CountDownLatch that will be counted down after onResponse or onFailure is called
LatchedActionListener(ActionListener<T>, CountDownLatch) - Constructor for class org.elasticsearch.action.LatchedActionListener
 
LATEST_CODEC - Static variable in class org.elasticsearch.common.lucene.Lucene
 
LATEST_DOC_VALUES_FORMAT - Static variable in class org.elasticsearch.common.lucene.Lucene
 
LATEST_POSTINGS_FORMAT - Static variable in class org.elasticsearch.common.lucene.Lucene
 
latFieldType - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
latFieldType() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
latitude() - Method in class org.elasticsearch.common.geo.builders.PointBuilder
 
LATITUDE - Static variable in class org.elasticsearch.common.geo.GeoUtils
 
latlon(String, double, double) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
latlon(double, double) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
LatLonPointDVIndexFieldData(Index, String) - Constructor for class org.elasticsearch.index.fielddata.plain.AbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData
 
LatLonPointFieldMapper - Class in org.elasticsearch.index.mapper
Field Mapper for geo_point types.
LatLonPointFieldMapper(String, MappedFieldType, MappedFieldType, Settings, FieldMapper.MultiFields, Explicit<Boolean>, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.LatLonPointFieldMapper
 
LatLonPointFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
LatLonPointFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
LatLonPointFieldMapper.LatLonPointFieldType - Class in org.elasticsearch.index.mapper
 
LatLonPointFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
latMapper - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
LatvianAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
LatvianAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.LatvianAnalyzerProvider
 
LeafBucketCollector - Class in org.elasticsearch.search.aggregations
Per-leaf bucket collector.
LeafBucketCollector() - Constructor for class org.elasticsearch.search.aggregations.LeafBucketCollector
 
LeafBucketCollectorBase - Class in org.elasticsearch.search.aggregations
A LeafBucketCollector that delegates all calls to the sub leaf aggregator and sets the scorer on its source of values if it implements ScorerAware.
LeafBucketCollectorBase(LeafBucketCollector, Object) - Constructor for class org.elasticsearch.search.aggregations.LeafBucketCollectorBase
 
LeafDocLookup - Class in org.elasticsearch.search.lookup
 
LeafFieldsLookup - Class in org.elasticsearch.search.lookup
 
LeafIndexLookup - Class in org.elasticsearch.search.lookup
 
LeafIndexLookup(LeafReaderContext) - Constructor for class org.elasticsearch.search.lookup.LeafIndexLookup
 
LeafOnly(String, ValuesSourceType, ValueType) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.LeafOnly
 
LeafOnly(StreamInput, ValuesSourceType, ValueType) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.LeafOnly
Read an aggregation from a stream that does not serialize its targetValueType.
LeafOnly(StreamInput, ValuesSourceType) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.LeafOnly
Read an aggregation from a stream that serializes its targetValueType.
LeafScoreFunction - Class in org.elasticsearch.common.lucene.search.function
Per-leaf ScoreFunction.
LeafScoreFunction() - Constructor for class org.elasticsearch.common.lucene.search.function.LeafScoreFunction
 
LeafSearchLookup - Class in org.elasticsearch.search.lookup
Per-segment version of SearchLookup.
LeafSearchLookup(LeafReaderContext, LeafDocLookup, SourceLookup, LeafFieldsLookup, LeafIndexLookup, Map<String, Object>) - Constructor for class org.elasticsearch.search.lookup.LeafSearchLookup
 
LeafSearchScript - Interface in org.elasticsearch.script
A per-segment SearchScript.
LeaveRequest() - Constructor for class org.elasticsearch.discovery.zen.MembershipAction.LeaveRequest
 
LEGACY_DISTANCE_ERROR_PCT - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
 
LEGACY_SCRIPT_SETTING - Static variable in class org.elasticsearch.script.ScriptSettings
Deprecated.
LegacyBlobStoreFormat<T extends ToXContent> - Class in org.elasticsearch.repositories.blobstore
Snapshot metadata file format used before v2.0
LegacyBlobStoreFormat(String, CheckedFunction<XContentParser, T, IOException>, NamedXContentRegistry) - Constructor for class org.elasticsearch.repositories.blobstore.LegacyBlobStoreFormat
 
LegacyByteFieldMapper - Class in org.elasticsearch.index.mapper
 
LegacyByteFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Boolean, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.LegacyByteFieldMapper
 
LegacyByteFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
LegacyByteFieldMapper.CustomByteNumericField - Class in org.elasticsearch.index.mapper
 
LegacyByteFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
LegacyByteFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
LegacyDateFieldMapper - Class in org.elasticsearch.index.mapper
 
LegacyDateFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Boolean, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.LegacyDateFieldMapper
 
LegacyDateFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
LegacyDateFieldMapper.DateFieldType - Class in org.elasticsearch.index.mapper
 
LegacyDateFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
LegacyDateFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
LegacyDoubleFieldMapper - Class in org.elasticsearch.index.mapper
 
LegacyDoubleFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Boolean, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper
 
LegacyDoubleFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
LegacyDoubleFieldMapper.CustomDoubleNumericField - Class in org.elasticsearch.index.mapper
 
LegacyDoubleFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
LegacyDoubleFieldMapper.DoubleFieldType - Class in org.elasticsearch.index.mapper
 
LegacyDoubleFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
legacyDoXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
legacyFieldType() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
LegacyFloatFieldMapper - Class in org.elasticsearch.index.mapper
 
LegacyFloatFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Boolean, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.LegacyFloatFieldMapper
 
LegacyFloatFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
LegacyFloatFieldMapper.CustomFloatNumericField - Class in org.elasticsearch.index.mapper
 
LegacyFloatFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
LegacyFloatFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
LegacyGeoDistanceRangeQuery - Class in org.elasticsearch.index.search.geo
Deprecated.
this is deprecated in favor of lucene's new GeoPointField queries
LegacyGeoDistanceRangeQuery(GeoPoint, Double, Double, boolean, boolean, GeoDistance, BaseGeoPointFieldMapper.LegacyGeoPointFieldType, IndexGeoPointFieldData, String, QueryShardContext) - Constructor for class org.elasticsearch.index.search.geo.LegacyGeoDistanceRangeQuery
Deprecated.
 
LegacyGeoPointFieldMapper - Class in org.elasticsearch.index.mapper
Parsing: We handle:
LegacyGeoPointFieldMapper(String, MappedFieldType, MappedFieldType, Settings, FieldMapper, FieldMapper, FieldMapper, FieldMapper.MultiFields, Explicit<Boolean>, Explicit<Boolean>, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper
 
LegacyGeoPointFieldMapper.Builder - Class in org.elasticsearch.index.mapper
Concrete builder for legacy GeoPointField
LegacyGeoPointFieldMapper.CustomGeoPointDocValuesField - Class in org.elasticsearch.index.mapper
 
LegacyGeoPointFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
LegacyGeoPointFieldMapper.Encoding - Class in org.elasticsearch.index.mapper
A byte-aligned fixed-length encoding for latitudes and longitudes.
LegacyGeoPointFieldMapper.Names - Class in org.elasticsearch.index.mapper
 
LegacyIndexedGeoBoundingBoxQuery - Class in org.elasticsearch.index.search.geo
Deprecated.
this class is deprecated in favor of lucene's GeoPointField
LegacyIndexedGeoBoundingBoxQuery() - Constructor for class org.elasticsearch.index.search.geo.LegacyIndexedGeoBoundingBoxQuery
Deprecated.
 
LegacyInMemoryGeoBoundingBoxQuery - Class in org.elasticsearch.index.search.geo
Deprecated.
This query is no longer used for geo_point indexes created after version 2.1
LegacyInMemoryGeoBoundingBoxQuery(GeoPoint, GeoPoint, IndexGeoPointFieldData) - Constructor for class org.elasticsearch.index.search.geo.LegacyInMemoryGeoBoundingBoxQuery
Deprecated.
 
LegacyIntegerFieldMapper - Class in org.elasticsearch.index.mapper
 
LegacyIntegerFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Boolean, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper
 
LegacyIntegerFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
LegacyIntegerFieldMapper.CustomIntegerNumericField - Class in org.elasticsearch.index.mapper
 
LegacyIntegerFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
LegacyIntegerFieldMapper.IntegerFieldType - Class in org.elasticsearch.index.mapper
 
LegacyIntegerFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
LegacyIpFieldMapper - Class in org.elasticsearch.index.mapper
 
LegacyIpFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Boolean, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.LegacyIpFieldMapper
 
LegacyIpFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
LegacyIpFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
LegacyIpFieldMapper.IpFieldType - Class in org.elasticsearch.index.mapper
 
LegacyIpFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
legacyIterator() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
LegacyLongFieldMapper - Class in org.elasticsearch.index.mapper
 
LegacyLongFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Boolean, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.LegacyLongFieldMapper
 
LegacyLongFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
LegacyLongFieldMapper.CustomLongNumericField - Class in org.elasticsearch.index.mapper
 
LegacyLongFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
LegacyLongFieldMapper.LongFieldType - Class in org.elasticsearch.index.mapper
 
LegacyLongFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
legacyMetaData(Version) - Static method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
In v2.0.0 we changed the metadata file format
LegacyNumberFieldMapper - Class in org.elasticsearch.index.mapper
 
LegacyNumberFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Boolean, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.LegacyNumberFieldMapper
 
LegacyNumberFieldMapper.Builder<T extends LegacyNumberFieldMapper.Builder,Y extends LegacyNumberFieldMapper> - Class in org.elasticsearch.index.mapper
 
LegacyNumberFieldMapper.CustomNumericField - Class in org.elasticsearch.index.mapper
 
LegacyNumberFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
LegacyNumberFieldMapper.NumberFieldType - Class in org.elasticsearch.index.mapper
 
LegacyShortFieldMapper - Class in org.elasticsearch.index.mapper
 
LegacyShortFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Boolean, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.LegacyShortFieldMapper
 
LegacyShortFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
LegacyShortFieldMapper.CustomShortNumericField - Class in org.elasticsearch.index.mapper
 
LegacyShortFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
LegacyShortFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
LegacyTokenCountFieldMapper - Class in org.elasticsearch.index.mapper
A FieldMapper that takes a string and writes a count of the tokens in that string to the index.
LegacyTokenCountFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Boolean, Settings, NamedAnalyzer, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper
 
LegacyTokenCountFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
LegacyTokenCountFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
LegacyTokenCountFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
legacyVersion() - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
 
legacyVersion - Variable in class org.elasticsearch.index.shard.ShardStateMetaData
 
length() - Method in interface org.elasticsearch.common.blobstore.BlobMetaData
Gets the size of the blob in bytes.
length() - Method in class org.elasticsearch.common.blobstore.support.PlainBlobMetaData
 
length() - Method in class org.elasticsearch.common.bytes.BytesArray
 
length() - Method in class org.elasticsearch.common.bytes.BytesReference
The length.
length() - Method in class org.elasticsearch.common.bytes.CompositeBytesReference
 
length() - Method in class org.elasticsearch.common.bytes.PagedBytesReference
 
length() - Method in class org.elasticsearch.common.io.FastStringReader
 
length() - Method in class org.elasticsearch.common.lucene.store.ByteArrayIndexInput
 
length() - Method in class org.elasticsearch.common.settings.SecureString
 
length() - Method in class org.elasticsearch.common.util.concurrent.AtomicArray
The size of the expected results, including potential null values.
length() - Method in class org.elasticsearch.index.shard.CommitPoint.FileInfo
 
length() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
File length
length() - Method in class org.elasticsearch.index.store.StoreFileMetaData
the actual file size on "disk", if compressed, the compressed size
length - Variable in class org.elasticsearch.index.translog.TranslogReader
 
length() - Method in class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
length() - Method in class org.elasticsearch.indices.recovery.RecoveryState.File
file length *
length - Variable in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
LengthTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
LengthTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.LengthTokenFilterFactory
 
lenient(boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
lenient() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
lenient(boolean) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Sets whether format based failures will be ignored.
lenient() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Gets leniency setting that controls if format based failures will be ignored.
lenient(boolean) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Sets whether format based failures will be ignored.
lenient() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
lenient(Boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Sets the query string parser to be lenient when parsing field values, defaults to the index setting and if not set, defaults to false.
lenient() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
lenient(boolean) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Specifies whether query parsing should be lenient.
lenient() - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Returns whether query parsing should be lenient.
lenient - Variable in class org.elasticsearch.index.search.MatchQuery
 
LENIENT_FIELD - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
lenientExpandOpen() - Static method in class org.elasticsearch.action.support.IndicesOptions
 
lenientNodeBooleanValue(Object, String, boolean) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
This method is very lenient, use XContentMapValues.nodeBooleanValue(java.lang.Object) instead.
lenientNodeBooleanValue(Object, String) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
This method is very lenient, use XContentMapValues.nodeBooleanValue(java.lang.Object) instead.
lessThan(SignificantTerms.Bucket, SignificantTerms.Bucket) - Method in class org.elasticsearch.search.aggregations.bucket.significant.BucketSignificancePriorityQueue
 
lessThan(B, B) - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.BucketPriorityQueue
 
LetterTokenizerFactory - Class in org.elasticsearch.index.analysis
 
LetterTokenizerFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.LetterTokenizerFactory
 
level() - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequest
 
level(String) - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequest
 
levels() - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
lfAtEnd() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Indicate that the current XContentBuilder must write a line feed ("\n") at the end of the built object.
libFile() - Method in class org.elasticsearch.env.Environment
 
lifecycle - Variable in class org.elasticsearch.common.component.AbstractLifecycleComponent
 
Lifecycle - Class in org.elasticsearch.common.component
Lifecycle state.
Lifecycle() - Constructor for class org.elasticsearch.common.component.Lifecycle
 
Lifecycle.State - Enum in org.elasticsearch.common.component
 
LifecycleComponent - Interface in org.elasticsearch.common.component
 
LifecycleListener - Class in org.elasticsearch.common.component
 
LifecycleListener() - Constructor for class org.elasticsearch.common.component.LifecycleListener
 
lifecycleState() - Method in class org.elasticsearch.common.component.AbstractLifecycleComponent
 
lifecycleState() - Method in interface org.elasticsearch.common.component.LifecycleComponent
 
like(int) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Return a query that will return docs like the passed lucene document ID.
like(String, Reader...) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Return a query that will return docs like the passed Readers.
like(Terms...) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Return a query that will return docs like the passed Terms.
like(Fields...) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Return a query that will return docs like the passed Fields.
likeItems() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
likeTexts() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
LIMIT - Static variable in class org.elasticsearch.common.breaker.NoopCircuitBreaker
 
LIMIT_FOREIGN_PORTS_COUNT - Static variable in class org.elasticsearch.discovery.zen.UnicastZenPing
 
LIMIT_HEAP_SETTING - Static variable in class org.elasticsearch.common.util.PageCacheRecycler
 
LIMIT_LOCAL_PORTS_COUNT - Static variable in class org.elasticsearch.discovery.zen.UnicastZenPing
 
LimitTokenCountFilterFactory - Class in org.elasticsearch.index.analysis
 
LimitTokenCountFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.LimitTokenCountFilterFactory
 
line(LineStringBuilder) - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
LINEAR_DECAY_FUNCTION - Static variable in class org.elasticsearch.index.query.functionscore.LinearDecayFunctionBuilder
 
linearDecayFunction(String, Object, Object) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
linearDecayFunction(String, Object, Object, Object) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
linearDecayFunction(String, Object, Object, Object, double) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
LinearDecayFunctionBuilder - Class in org.elasticsearch.index.query.functionscore
 
LinearDecayFunctionBuilder(String, Object, Object, Object) - Constructor for class org.elasticsearch.index.query.functionscore.LinearDecayFunctionBuilder
 
LinearDecayFunctionBuilder(String, Object, Object, Object, double) - Constructor for class org.elasticsearch.index.query.functionscore.LinearDecayFunctionBuilder
 
LinearDecayFunctionBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.functionscore.LinearDecayFunctionBuilder
Read from a stream.
LinearInterpolatingScorer - Class in org.elasticsearch.search.suggest.phrase
 
LinearInterpolatingScorer(IndexReader, Terms, String, double, BytesRef, double, double, double) - Constructor for class org.elasticsearch.search.suggest.phrase.LinearInterpolatingScorer
 
LinearInterpolation - Class in org.elasticsearch.search.suggest.phrase
Linear interpolation smoothing model.
LinearInterpolation(double, double, double) - Constructor for class org.elasticsearch.search.suggest.phrase.LinearInterpolation
Creates a linear interpolation smoothing model.
LinearInterpolation(StreamInput) - Constructor for class org.elasticsearch.search.suggest.phrase.LinearInterpolation
Read from a stream.
LinearModel - Class in org.elasticsearch.search.aggregations.pipeline.movavg.models
Calculate a linearly weighted moving average, such that older values are linearly less important.
LinearModel() - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
 
LinearModel(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
Read from a stream.
LinearModel.LinearModelBuilder - Class in org.elasticsearch.search.aggregations.pipeline.movavg.models
 
LinearModelBuilder() - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel.LinearModelBuilder
 
linearRing(GeometryFactory, List<Coordinate>) - Static method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
lineNumber - Variable in class org.elasticsearch.common.xcontent.XContentLocation
 
linestring(LineStringBuilder) - Method in class org.elasticsearch.common.geo.builders.MultiLineStringBuilder
 
LineStringBuilder - Class in org.elasticsearch.common.geo.builders
 
LineStringBuilder(List<Coordinate>) - Constructor for class org.elasticsearch.common.geo.builders.LineStringBuilder
Construct a new LineString.
LineStringBuilder(CoordinatesBuilder) - Constructor for class org.elasticsearch.common.geo.builders.LineStringBuilder
 
LineStringBuilder(StreamInput) - Constructor for class org.elasticsearch.common.geo.builders.LineStringBuilder
Read from a stream.
LinkedBindingBuilder<T> - Interface in org.elasticsearch.common.inject.binder
See the EDSL examples at Binder.
LinkedBindingImpl<T> - Class in org.elasticsearch.common.inject.internal
 
LinkedBindingImpl(Injector, Key<T>, Object, InternalFactory<? extends T>, Scoping, Key<? extends T>) - Constructor for class org.elasticsearch.common.inject.internal.LinkedBindingImpl
 
LinkedBindingImpl(Object, Key<T>, Scoping, Key<? extends T>) - Constructor for class org.elasticsearch.common.inject.internal.LinkedBindingImpl
 
LinkedKeyBinding<T> - Interface in org.elasticsearch.common.inject.spi
A binding to a linked key.
LinkedProviderBindingImpl<T> - Class in org.elasticsearch.common.inject.internal
 
LinkedProviderBindingImpl(Injector, Key<T>, Object, InternalFactory<? extends T>, Scoping, Key<? extends Provider<? extends T>>) - Constructor for class org.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
 
list() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
list() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
list(ShardId, DiscoveryNode[], ActionListener<NodesResponse>) - Method in interface org.elasticsearch.gateway.AsyncShardFetch.Lister
 
list(String[], TimeValue) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState
 
list(ShardId, DiscoveryNode[], ActionListener<TransportNodesListGatewayStartedShards.NodesGatewayStartedShards>) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards
 
list(ShardId, DiscoveryNode[], ActionListener<TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData>) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData
 
listBlobs() - Method in interface org.elasticsearch.common.blobstore.BlobContainer
Lists all blobs in the container.
listBlobs() - Method in class org.elasticsearch.common.blobstore.fs.FsBlobContainer
 
listBlobs() - Method in class org.elasticsearch.common.blobstore.url.URLBlobContainer
This operation is not supported by URLBlobContainer
listBlobsByPrefix(String) - Method in interface org.elasticsearch.common.blobstore.BlobContainer
Lists all blobs in the container that match the specified prefix.
listBlobsByPrefix(String) - Method in class org.elasticsearch.common.blobstore.fs.FsBlobContainer
 
listBlobsByPrefix(String) - Method in class org.elasticsearch.common.blobstore.url.URLBlobContainer
This operation is not supported by URLBlobContainer
listedNodes() - Method in class org.elasticsearch.client.transport.TransportClient
Returns the listed nodes in the transport client (ones added to it).
ListenableActionFuture<T> - Interface in org.elasticsearch.action
An ActionFuture that listeners can be added to.
listener - Variable in class org.elasticsearch.action.ActionRunnable
 
Listener() - Constructor for class org.elasticsearch.discovery.zen.NodesFaultDetection.Listener
 
LISTENER - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
listeners - Variable in class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.Key
 
listeners() - Method in class org.elasticsearch.watcher.AbstractResourceWatcher
Returns a list of listeners
listenForUpdates(ClusterSettings) - Method in class org.elasticsearch.transport.RemoteClusterAware
Registers this instance to listen to updates on the cluster settings.
ListKey(String) - Constructor for class org.elasticsearch.common.settings.Setting.ListKey
 
listOf(Type) - Static method in class org.elasticsearch.common.inject.util.Types
Returns a type modelling a List whose elements are of type elementType.
listOrderedMap() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
listOrderedMap() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
listSetting(String, List<String>, Function<String, T>, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
listSetting(String, Setting<List<T>>, Function<String, T>, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
listSetting(String, Function<Settings, List<String>>, Function<String, T>, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
listTasks(ListTasksRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
List tasks
listTasks(ListTasksRequest, ActionListener<ListTasksResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
List active tasks
ListTasksAction - Class in org.elasticsearch.action.admin.cluster.node.tasks.list
Action for retrieving a list of currently running tasks
ListTasksRequest - Class in org.elasticsearch.action.admin.cluster.node.tasks.list
A request to get node tasks
ListTasksRequest() - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
 
listTasksRequest() - Static method in class org.elasticsearch.client.Requests
Creates a nodes tasks request against all the nodes.
ListTasksRequestBuilder - Class in org.elasticsearch.action.admin.cluster.node.tasks.list
Builder for the request to retrieve the list of tasks running on the specified nodes
ListTasksRequestBuilder(ElasticsearchClient, ListTasksAction) - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequestBuilder
 
ListTasksResponse - Class in org.elasticsearch.action.admin.cluster.node.tasks.list
Returns the list of tasks currently running on the nodes
ListTasksResponse() - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
 
ListTasksResponse(List<TaskInfo>, List<TaskOperationFailure>, List<? extends FailedNodeException>) - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
 
listTasksResponseListener(Supplier<DiscoveryNodes>, String, RestChannel) - Static method in class org.elasticsearch.rest.action.admin.cluster.RestListTasksAction
Standard listener for extensions of ListTasksResponse that supports group_by=nodes.
LithuanianAnalyzerProvider - Class in org.elasticsearch.index.analysis
Provider for LithuanianAnalyzer
LithuanianAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.LithuanianAnalyzerProvider
 
littleQuery() - Method in class org.elasticsearch.index.query.SpanContainingQueryBuilder
 
littleQuery() - Method in class org.elasticsearch.index.query.SpanWithinQueryBuilder
 
LivenessRequest - Class in org.elasticsearch.action.admin.cluster.node.liveness
Transport level private response for the transport handler registered under "cluster:monitor/nodes/liveness"
LivenessRequest() - Constructor for class org.elasticsearch.action.admin.cluster.node.liveness.LivenessRequest
 
LivenessResponse - Class in org.elasticsearch.action.admin.cluster.node.liveness
Transport level private response for the transport handler registered under "cluster:monitor/nodes/liveness"
LivenessResponse() - Constructor for class org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse
 
LivenessResponse(ClusterName, DiscoveryNode) - Constructor for class org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse
 
LMDirichletSimilarityProvider - Class in org.elasticsearch.index.similarity
SimilarityProvider for LMDirichletSimilarity.
LMDirichletSimilarityProvider(String, Settings) - Constructor for class org.elasticsearch.index.similarity.LMDirichletSimilarityProvider
 
LMJelinekMercerSimilarityProvider - Class in org.elasticsearch.index.similarity
SimilarityProvider for LMJelinekMercerSimilarity.
LMJelinekMercerSimilarityProvider(String, Settings) - Constructor for class org.elasticsearch.index.similarity.LMJelinekMercerSimilarityProvider
 
load(InputStream) - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
 
load(DataInput) - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
 
load(K) - Method in interface org.elasticsearch.common.cache.CacheLoader
 
load(Path) - Static method in class org.elasticsearch.common.settings.KeyStoreWrapper
Loads information about the Elasticsearch keystore from the provided config directory.
load(String) - Method in interface org.elasticsearch.common.settings.loader.SettingsLoader
Loads (parses) the settings from a source string.
load(byte[]) - Method in interface org.elasticsearch.common.settings.loader.SettingsLoader
Loads (parses) the settings from a source bytes.
load(String) - Method in class org.elasticsearch.common.settings.loader.XContentSettingsLoader
 
load(byte[]) - Method in class org.elasticsearch.common.settings.loader.XContentSettingsLoader
 
load(XContentParser) - Method in class org.elasticsearch.common.settings.loader.XContentSettingsLoader
 
load(String) - Method in class org.elasticsearch.common.settings.loader.YamlSettingsLoader
 
load(LeafReaderContext) - Method in interface org.elasticsearch.index.fielddata.IndexFieldData
Loads the atomic field data for the reader, possibly cached.
load(LeafReaderContext, IFD) - Method in interface org.elasticsearch.index.fielddata.IndexFieldDataCache
 
load(DirectoryReader, IFD) - Method in interface org.elasticsearch.index.fielddata.IndexFieldDataCache
 
load(LeafReaderContext, IFD) - Method in class org.elasticsearch.index.fielddata.IndexFieldDataCache.None
 
load(DirectoryReader, IFD) - Method in class org.elasticsearch.index.fielddata.IndexFieldDataCache.None
 
load(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
 
load(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.AbstractGeoPointDVIndexFieldData.GeoPointDVIndexFieldData
 
load(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
 
load(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.AbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData
 
load(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.BinaryDVIndexFieldData
 
load(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.BytesBinaryDVIndexFieldData
 
load(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.ConstantIndexFieldData
 
load(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.SortedNumericDVIndexFieldData
 
load(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.SortedSetDVOrdinalsIndexFieldData
 
load(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.UidIndexFieldData
 
load(String, Map<String, Object>) - Static method in class org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
Loads a named CategoryContextMapping instance from a map.
load(Object, Version) - Static method in class org.elasticsearch.search.suggest.completion.context.ContextMappings
Loads ContextMappings from configuration Expected configuration: List of maps representing ContextMapping [{"name": .., "type": .., ..}, {..}]
load(String, Map<String, Object>) - Static method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping
 
load(IndexInput) - Method in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
load(IndexInput) - Method in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat.CompletionLookupProvider
 
load(String, Map<String, Object>) - Static method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
Load the specification of a CategoryContextMapping
load(String, Map<String, Object>) - Static method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
load a GeolocationContextMapping by configuration.
loadDirect(LeafReaderContext) - Method in interface org.elasticsearch.index.fielddata.IndexFieldData
Loads directly the atomic field data for the reader, ignoring any caching involved.
loadDirect(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
 
loadDirect(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.AbstractGeoPointDVIndexFieldData.GeoPointDVIndexFieldData
 
loadDirect(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.AbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData
 
loadDirect(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.BinaryDVIndexFieldData
 
loadDirect(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.BytesBinaryDVIndexFieldData
 
loadDirect(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.ConstantIndexFieldData
 
loadDirect(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.GeoPointArrayIndexFieldData
 
loadDirect(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData
 
loadDirect(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.SortedNumericDVIndexFieldData
 
loadDirect(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.plain.SortedSetDVOrdinalsIndexFieldData
 
loadDirect(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.UidIndexFieldData
 
loadDocIdAndVersion(IndexReader, Term) - Static method in class org.elasticsearch.common.lucene.uid.VersionsResolver
Load the internal doc ID and version for the uid from the reader, returning null if the uid wasn't found, a doc ID and a version otherwise
loaderFromResource(String) - Static method in class org.elasticsearch.common.settings.loader.SettingsLoaderFactory
Returns a SettingsLoader based on the source resource name.
loaderFromSource(String) - Static method in class org.elasticsearch.common.settings.loader.SettingsLoaderFactory
loaderFromXContentType(XContentType) - Static method in class org.elasticsearch.common.settings.loader.SettingsLoaderFactory
Returns a SettingsLoader based on the XContentType.
loadFieldValues(IndexSearcher, String[], int[], int) - Method in class org.apache.lucene.search.postingshighlight.CustomPostingsHighlighter
 
loadFieldValues(String[], DocIdSetIterator, int) - Method in class org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
 
loadFieldValues(SearchContextHighlight.Field, FieldMapper, SearchContext, FetchSubPhase.HitContext) - Static method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightUtils
Load field values for highlighting.
loadFromPath(Path) - Method in class org.elasticsearch.common.settings.Settings.Builder
Loads settings from a url that represents them using the SettingsLoaderFactory.loaderFromResource(String).
loadFromSource(String) - Method in class org.elasticsearch.common.settings.Settings.Builder
Deprecated.
use Settings.Builder.loadFromSource(String, XContentType) to avoid content type detection
loadFromSource(String, XContentType) - Method in class org.elasticsearch.common.settings.Settings.Builder
Loads settings from the actual string content that represents them using the SettingsLoaderFactory.loaderFromXContentType(XContentType) method to obtain a loader
loadFromStream(String, InputStream) - Method in class org.elasticsearch.common.settings.Settings.Builder
Loads settings from a stream that represents them using the SettingsLoaderFactory.loaderFromResource(String).
loadGlobal(DirectoryReader) - Method in interface org.elasticsearch.index.fielddata.IndexFieldData.Global
 
loadGlobal(DirectoryReader) - Method in interface org.elasticsearch.index.fielddata.IndexOrdinalsFieldData
Load a global view of the ordinals for the given IndexReader, potentially from a cache.
loadGlobal(DirectoryReader) - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
 
loadGlobal(DirectoryReader) - Method in class org.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
 
loadGlobal(DirectoryReader) - Method in class org.elasticsearch.index.fielddata.plain.ConstantIndexFieldData
 
loadGlobal(DirectoryReader) - Method in class org.elasticsearch.index.fielddata.plain.SortedSetDVOrdinalsIndexFieldData
 
loadGlobal(DirectoryReader) - Method in class org.elasticsearch.index.fielddata.UidIndexFieldData
 
loadIndexState(Index) - Method in class org.elasticsearch.gateway.MetaStateService
Loads the index state for the provided index name, returning null if doesn't exists.
loadIntoContext(ShardSearchRequest, SearchContext, QueryPhase) - Method in class org.elasticsearch.indices.IndicesService
Loads the cache result, computing it if needed by executing the query phase and otherwise deserializing the cached value into the context's query result.
loadLatestState(Logger, NamedXContentRegistry, Path...) - Method in class org.elasticsearch.gateway.MetaDataStateFormat
Tries to load the latest state from the given data-locations.
loadMapping(String, Map<String, Object>, Version) - Static method in class org.elasticsearch.search.suggest.completion2x.context.ContextBuilder
 
loadMappings(Object, Version) - Static method in class org.elasticsearch.search.suggest.completion2x.context.ContextBuilder
 
loadMetaState() - Method in class org.elasticsearch.gateway.GatewayMetaState
 
loadNestedFromMap(Map) - Static method in class org.elasticsearch.common.settings.loader.SettingsLoader.Helper
 
loadShardPath(Logger, NodeEnvironment, ShardId, IndexSettings) - Static method in class org.elasticsearch.index.shard.ShardPath
This method walks through the nodes shard paths to find the data and state path for the given shard.
loadVersion(IndexReader, Term) - Static method in class org.elasticsearch.common.lucene.uid.VersionsResolver
Load the version for the uid from the reader, returning Versions.NOT_FOUND if no matching doc exists, the version associated with the provided uid otherwise
loadWordList(Reader, String) - Static method in class org.elasticsearch.index.analysis.Analysis
 
local - Variable in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
local(boolean) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
Indicate whether the receiving node should operate based on local index information or forward requests, where needed, to other nodes.
local() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
local - Variable in class org.elasticsearch.action.support.master.MasterNodeReadRequest
 
local(boolean) - Method in class org.elasticsearch.action.support.master.MasterNodeReadRequest
 
local() - Method in class org.elasticsearch.action.support.master.MasterNodeReadRequest
 
LOCAL_CLUSTER_GROUP_KEY - Static variable in class org.elasticsearch.transport.RemoteClusterAware
 
LOCAL_TRANSPORT - Static variable in class org.elasticsearch.common.network.NetworkModule
 
LOCAL_TRANSPORT_THREAD_NAME_PREFIX - Static variable in class org.elasticsearch.transport.local.LocalTransport
 
LocalAllocateDangledIndices - Class in org.elasticsearch.gateway
 
LocalAllocateDangledIndices(Settings, TransportService, ClusterService, AllocationService, MetaDataIndexUpgradeService) - Constructor for class org.elasticsearch.gateway.LocalAllocateDangledIndices
 
LocalAllocateDangledIndices.AllocateDangledRequest - Class in org.elasticsearch.gateway
 
LocalAllocateDangledIndices.AllocateDangledResponse - Class in org.elasticsearch.gateway
 
LocalAllocateDangledIndices.Listener - Interface in org.elasticsearch.gateway
 
LocalClusterUpdateTask - Class in org.elasticsearch.cluster
Used to apply state updates on nodes that are not necessarily master
LocalClusterUpdateTask() - Constructor for class org.elasticsearch.cluster.LocalClusterUpdateTask
 
LocalClusterUpdateTask(Priority) - Constructor for class org.elasticsearch.cluster.LocalClusterUpdateTask
 
localDateOptionalTimeParser() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a generic ISO datetime parser where the date is mandatory and the time is optional.
localDateParser() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a generic ISO date parser for parsing local dates.
LocalDiscovery - Class in org.elasticsearch.discovery.local
 
LocalDiscovery(Settings, ClusterService, ClusterSettings, NamedWriteableRegistry) - Constructor for class org.elasticsearch.discovery.local.LocalDiscovery
 
locale() - Method in class org.elasticsearch.common.joda.FormatDateTimeFormatter
 
locale(Locale) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.Builder
 
locale(Locale) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Builder
 
locale(Locale) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.Builder
 
LocaleUtils - Class in org.elasticsearch.common.util
Utilities for for dealing with Locale objects
LocaleUtils() - Constructor for class org.elasticsearch.common.util.LocaleUtils
 
localExecute(Request) - Method in class org.elasticsearch.action.support.master.TransportMasterNodeAction
 
localExecute(Request) - Method in class org.elasticsearch.action.support.master.TransportMasterNodeReadAction
 
localGlobalDirect(DirectoryReader) - Method in interface org.elasticsearch.index.fielddata.IndexFieldData.Global
 
localGlobalDirect(DirectoryReader) - Method in interface org.elasticsearch.index.fielddata.IndexOrdinalsFieldData
Load a global view of the ordinals for the given IndexReader.
localGlobalDirect(DirectoryReader) - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
 
localGlobalDirect(DirectoryReader) - Method in class org.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
 
localGlobalDirect(DirectoryReader) - Method in class org.elasticsearch.index.fielddata.plain.ConstantIndexFieldData
 
localGlobalDirect(DirectoryReader) - Method in class org.elasticsearch.index.fielddata.plain.SortedSetDVOrdinalsIndexFieldData
 
localGlobalDirect(DirectoryReader) - Method in class org.elasticsearch.index.fielddata.UidIndexFieldData
 
localNode() - Method in class org.elasticsearch.cluster.service.ClusterService
The local node.
localNode() - Method in interface org.elasticsearch.discovery.Discovery
 
localNode() - Method in class org.elasticsearch.discovery.local.LocalDiscovery
 
localNode() - Method in class org.elasticsearch.discovery.NoneDiscovery
 
localNode() - Method in class org.elasticsearch.discovery.single.SingleNodeDiscovery
 
localNode() - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
localNodeId(String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
localNodeMaster() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns true iff the local node is the mater node of the cluster.
LocalNodeMasterListener - Interface in org.elasticsearch.cluster
Enables listening to master changes events of the local node (when the local node becomes the master, and when the local node cease being a master).
localShardFailed(ShardRouting, String, Exception, ShardStateAction.Listener) - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction
Send a shard failed request to the master node to update the cluster state when a shard on the local node failed.
localShardFailed(ShardRouting, String, Exception, ShardStateAction.Listener, ClusterState) - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction
Send a shard failed request to the master node to update the cluster state when a shard on the local node failed.
localTimeParser() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a generic ISO time parser for parsing local times.
LocalTransport - Class in org.elasticsearch.transport.local
 
LocalTransport(Settings, ThreadPool, NamedWriteableRegistry, CircuitBreakerService) - Constructor for class org.elasticsearch.transport.local.LocalTransport
 
LocalTransportAddress - Class in org.elasticsearch.common.transport
 
LocalTransportAddress(String) - Constructor for class org.elasticsearch.common.transport.LocalTransportAddress
 
LocalTransportAddress(StreamInput) - Constructor for class org.elasticsearch.common.transport.LocalTransportAddress
Read from a stream.
LocalTransportAddress(StreamInput, String) - Constructor for class org.elasticsearch.common.transport.LocalTransportAddress
Same as LocalTransportAddress.LocalTransportAddress(StreamInput) but accepts the second argument
LocalTransportChannel - Class in org.elasticsearch.transport.local
 
LocalTransportChannel(LocalTransport, TransportServiceAdapter, LocalTransport, String, long, Version, long, ThreadContext) - Constructor for class org.elasticsearch.transport.local.LocalTransportChannel
 
location - Variable in class org.elasticsearch.action.support.replication.TransportWriteAction.WritePrimaryResult
 
location - Variable in class org.elasticsearch.action.support.replication.TransportWriteAction.WriteReplicaResult
 
location() - Method in class org.elasticsearch.index.translog.Translog
Returns all translog locations as absolute paths.
location(String) - Static method in class org.elasticsearch.search.suggest.completion2x.context.ContextBuilder
location(String, int, boolean) - Static method in class org.elasticsearch.search.suggest.completion2x.context.ContextBuilder
Create a new GeolocationContextMapping with given precision and neighborhood usage
LOCATION_SETTING - Static variable in class org.elasticsearch.repositories.fs.FsRepository
 
lock(ShardId, long) - Method in interface org.elasticsearch.env.NodeEnvironment.ShardLocker
 
lock() - Method in class org.elasticsearch.index.engine.Engine.NoOpLock
 
lockAllForIndex(Index, IndexSettings, long) - Method in class org.elasticsearch.env.NodeEnvironment
Tries to lock all local shards for the given index.
locked(Recycler<T>) - Static method in enum org.elasticsearch.common.recycler.Recyclers
Wrap the provided recycler so that calls to Recycler.obtain() and Releasable.close() are protected by a lock.
lockedShards() - Method in class org.elasticsearch.env.NodeEnvironment
Returns all currently lock shards.
lockInterruptibly() - Method in class org.elasticsearch.index.engine.Engine.NoOpLock
 
LOG_DEFAULT_LEVEL_SETTING - Static variable in class org.elasticsearch.common.logging.ESLoggerFactory
 
LOG_LEVEL_SETTING - Static variable in class org.elasticsearch.common.logging.ESLoggerFactory
 
LogConfigurator - Class in org.elasticsearch.common.logging
 
LogConfigurator() - Constructor for class org.elasticsearch.common.logging.LogConfigurator
 
logDeprecatedSetting(String, String) - Method in class org.elasticsearch.common.component.AbstractComponent
Checks for a deprecated setting and logs the correct alternative
logger - Variable in class org.elasticsearch.cluster.ClusterStateObserver
 
logger - Variable in class org.elasticsearch.common.component.AbstractComponent
 
LOGGER - Static variable in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
logger - Variable in class org.elasticsearch.gateway.AsyncShardFetch
 
logger - Variable in class org.elasticsearch.index.AbstractIndexComponent
 
logger - Variable in class org.elasticsearch.index.engine.Engine
 
logger - Variable in class org.elasticsearch.index.reindex.ScrollableHitSource
 
logger - Variable in class org.elasticsearch.index.shard.AbstractIndexShardComponent
 
logger() - Method in class org.elasticsearch.index.warmer.ShardIndexWarmerService
 
logger - Variable in class org.elasticsearch.indices.recovery.RecoverySourceHandler
 
LoggerInfoStream - Class in org.elasticsearch.common.lucene
An InfoStream (for Lucene's IndexWriter) that redirects messages to "lucene.iw.ifd" and "lucene.iw" Logger.trace.
LoggerInfoStream(Logger) - Constructor for class org.elasticsearch.common.lucene.LoggerInfoStream
 
LoggerMessageFormat - Class in org.elasticsearch.common.logging
Format string for Elasticsearch log messages.
LoggerMessageFormat() - Constructor for class org.elasticsearch.common.logging.LoggerMessageFormat
 
Loggers - Class in org.elasticsearch.common.logging
A set of utilities around Logging.
Loggers() - Constructor for class org.elasticsearch.common.logging.Loggers
 
LoggingRunnable - Class in org.elasticsearch.common.util.concurrent
 
LoggingRunnable(Logger, Runnable) - Constructor for class org.elasticsearch.common.util.concurrent.LoggingRunnable
 
LoggingTaskListener<Response> - Class in org.elasticsearch.tasks
A TaskListener that just logs the response at the info level.
logMinimumMasterNodesWarningIfNecessary(ClusterState, ClusterState) - Method in class org.elasticsearch.discovery.zen.ElectMasterService
 
logRemovedSetting(String, String) - Method in class org.elasticsearch.common.component.AbstractComponent
Checks for a removed setting and logs the correct alternative
logsFile() - Method in class org.elasticsearch.env.Environment
 
lon() - Method in class org.elasticsearch.common.geo.GeoPoint
 
LON - Static variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Names
 
lon() - Method in class org.elasticsearch.index.search.geo.LegacyGeoDistanceRangeQuery
Deprecated.
 
LON_SUFFIX - Static variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Names
 
lonFieldType - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
lonFieldType() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
Long(long, long, long, long, boolean, boolean) - Constructor for class org.elasticsearch.action.fieldstats.FieldStats.Long
 
Long(long, long, long, long, boolean, boolean, long, long) - Constructor for class org.elasticsearch.action.fieldstats.FieldStats.Long
 
LONG_PAGE_SIZE - Static variable in class org.elasticsearch.common.util.BigArrays
 
LongAccessor() - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
 
LongArray - Interface in org.elasticsearch.common.util
Abstraction of an array of long values.
longEncode(double, double, int) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Encode lon/lat to the geohash based long format (lon/lat interleaved, 4 least significant bits = level)
longEncode(String) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Encode from geohash string to the geohash based long format (lon/lat interleaved, 4 least significant bits = level)
longEncode(long, int) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Encode an existing geohash long to the provided precision
longestOnly() - Method in class org.elasticsearch.index.analysis.HunspellTokenFilterFactory
 
longField(FieldInfo, long) - Method in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
LongFieldType() - Constructor for class org.elasticsearch.index.mapper.LegacyLongFieldMapper.LongFieldType
 
LongFieldType(LegacyLongFieldMapper.LongFieldType) - Constructor for class org.elasticsearch.index.mapper.LegacyLongFieldMapper.LongFieldType
 
LongFilter() - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.LongFilter
 
LongHash - Class in org.elasticsearch.common.util
Specialized hash table implementation similar to BytesRefHash that maps long values to ids.
LongHash(long, BigArrays) - Constructor for class org.elasticsearch.common.util.LongHash
 
LongHash(long, float, BigArrays) - Constructor for class org.elasticsearch.common.util.LongHash
 
longitude() - Method in class org.elasticsearch.common.geo.builders.PointBuilder
 
LONGITUDE - Static variable in class org.elasticsearch.common.geo.GeoUtils
 
LongObjectPagedHashMap<T> - Class in org.elasticsearch.common.util
A hash table from native longs to objects.
LongObjectPagedHashMap(BigArrays) - Constructor for class org.elasticsearch.common.util.LongObjectPagedHashMap
 
LongObjectPagedHashMap(long, BigArrays) - Constructor for class org.elasticsearch.common.util.LongObjectPagedHashMap
 
LongObjectPagedHashMap(long, float, BigArrays) - Constructor for class org.elasticsearch.common.util.LongObjectPagedHashMap
 
LongObjectPagedHashMap.Cursor<T> - Class in org.elasticsearch.common.util
 
longPage(boolean) - Method in class org.elasticsearch.common.util.PageCacheRecycler
 
Longs(SortedNumericDocValues) - Constructor for class org.elasticsearch.index.fielddata.ScriptDocValues.Longs
 
longSetting(String, long, long, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
LongTerms - Class in org.elasticsearch.search.aggregations.bucket.terms
Result of the TermsAggregator when the field is some kind of whole number like a integer, long, or a date.
LongTerms(String, Terms.Order, int, long, List<PipelineAggregator>, Map<String, Object>, DocValueFormat, int, boolean, long, List<LongTerms.Bucket>, long) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.LongTerms
 
LongTerms(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.LongTerms
Read from a stream.
LongTerms.Bucket - Class in org.elasticsearch.search.aggregations.bucket.terms
 
LongTermsAggregator - Class in org.elasticsearch.search.aggregations.bucket.terms
 
LongTermsAggregator(String, AggregatorFactories, ValuesSource.Numeric, DocValueFormat, Terms.Order, TermsAggregator.BucketCountThresholds, SearchContext, Aggregator, Aggregator.SubAggCollectionMode, boolean, IncludeExclude.LongFilter, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
 
longToBytes(long) - Static method in class org.elasticsearch.common.Numbers
Converts a long to a byte array.
longToIp(long) - Static method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper
 
longValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
longValue(boolean) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
longValue(boolean) - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
longValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
longValue() - Method in class org.elasticsearch.script.ScoreAccessor
 
longValue() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
 
longValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.FieldData
 
longValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric
Get the current SortedNumericDocValues.
longValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.Script
 
longValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.WithScript
 
LongValuesComparatorSource - Class in org.elasticsearch.index.fielddata.fieldcomparator
Comparator source for long values.
LongValuesComparatorSource(IndexNumericFieldData, Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - Constructor for class org.elasticsearch.index.fielddata.fieldcomparator.LongValuesComparatorSource
 
lonMapper - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
lookup(CharSequence, Set<BytesRef>, boolean, int) - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
 
lookup(String, XContentLocation) - Method in class org.elasticsearch.common.xcontent.ParseFieldRegistry
Lookup a value from the registry by name while checking that the name matches the ParseField.
lookup() - Method in class org.elasticsearch.index.query.QueryShardContext
 
lookup() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
lookup() - Method in class org.elasticsearch.search.internal.SearchContext
 
LookupFactory() - Constructor for class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat.LookupFactory
 
lookupGlobalOrd - Variable in class org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
 
lookupOrd(long) - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
 
lookupOrd(long) - Method in interface org.elasticsearch.index.fielddata.ordinals.Ordinals.ValuesHolder
 
lookupPrototype(String) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
lookupPrototypeSafe(String) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
lookupReturningNullIfNotFound(String) - Method in class org.elasticsearch.common.xcontent.ParseFieldRegistry
Lookup a value from the registry by name while checking that the name matches the ParseField.
LOW_LEVEL_CANCELLATION_SETTING - Static variable in class org.elasticsearch.search.SearchService
Enables low-level, frequent search cancellation checks.
LowerCaseTokenFilterFactory - Class in org.elasticsearch.index.analysis
Factory for LowerCaseFilter and some language-specific variants supported by the language parameter: greek: GreekLowerCaseFilter irish: IrishLowerCaseFilter turkish: TurkishLowerCaseFilter
LowerCaseTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.LowerCaseTokenFilterFactory
 
LowerCaseTokenizerFactory - Class in org.elasticsearch.index.analysis
 
LowerCaseTokenizerFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.LowerCaseTokenizerFactory
 
lowFreqMinimumShouldMatch(String) - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
Sets the minimum number of low frequent query terms that need to match in order to produce a hit.
lowFreqMinimumShouldMatch() - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
lowFreqOperator(Operator) - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
Sets the operator to use for terms with a low document frequency (less than CommonTermsQueryBuilder.cutoffFrequency(float).
lowFreqOperator() - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
lowLevelCancellation() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
lowLevelCancellation() - Method in class org.elasticsearch.search.internal.SearchContext
Indicates if the current index should perform frequent low level search cancellation check.
lt(Object) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
LT_FIELD - Static variable in class org.elasticsearch.index.query.RangeQueryBuilder
 
lte(Object) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
LTE_FIELD - Static variable in class org.elasticsearch.index.query.RangeQueryBuilder
 
Lucene - Class in org.elasticsearch.common.lucene
 
Lucene.EarlyTerminatingCollector - Class in org.elasticsearch.common.lucene
A collector that terminates early by throwing Lucene.EarlyTerminationException when count of matched documents has reached maxCountHits
Lucene.EarlyTerminationException - Exception in org.elasticsearch.common.lucene
This exception is thrown when Lucene.EarlyTerminatingCollector reaches early termination
LUCENE_DEFAULT_CODEC - Static variable in class org.elasticsearch.index.codec.CodecService
the raw unfiltered lucene default.
luceneVersion - Variable in class org.elasticsearch.Version
 

M

MacAddressProvider - Class in org.elasticsearch.common
 
MacAddressProvider() - Constructor for class org.elasticsearch.common.MacAddressProvider
 
main(String[]) - Static method in class org.elasticsearch.bootstrap.JarHell
Simple driver class, can be used eg.
main(String[], Terminal) - Method in class org.elasticsearch.cli.Command
Parses options for this command from args and executes it.
main(String[]) - Static method in class org.elasticsearch.common.settings.KeyStoreCli
 
main(String[]) - Static method in class org.elasticsearch.index.translog.TranslogToolCli
 
main(String[]) - Static method in class org.elasticsearch.Version
 
MainAction - Class in org.elasticsearch.action.main
 
MainAction() - Constructor for class org.elasticsearch.action.main.MainAction
 
MainRequest - Class in org.elasticsearch.action.main
 
MainRequest() - Constructor for class org.elasticsearch.action.main.MainRequest
 
MainRequestBuilder - Class in org.elasticsearch.action.main
 
MainRequestBuilder(ElasticsearchClient, MainAction) - Constructor for class org.elasticsearch.action.main.MainRequestBuilder
 
MainResponse - Class in org.elasticsearch.action.main
 
MainResponse(String, Version, ClusterName, String, Build, boolean) - Constructor for class org.elasticsearch.action.main.MainResponse
 
major - Variable in class org.elasticsearch.Version
 
majorDeviceNumber - Variable in class org.elasticsearch.env.NodeEnvironment.NodePath
 
makeAllocationDecision(ShardRouting, RoutingAllocation, Logger) - Method in class org.elasticsearch.gateway.BaseGatewayShardAllocator
Make a decision on the allocation of an unassigned shard.
makeAllocationDecision(ShardRouting, RoutingAllocation, Logger) - Method in class org.elasticsearch.gateway.PrimaryShardAllocator
 
makeAllocationDecision(ShardRouting, RoutingAllocation, Logger) - Method in class org.elasticsearch.gateway.ReplicaShardAllocator
 
makeFragment(StringBuilder, int[], Field[], FieldFragList.WeightedFragInfo, String[], String[], Encoder) - Method in class org.elasticsearch.search.fetch.subphase.highlight.SimpleFragmentsBuilder
 
makeFragment(StringBuilder, int[], Field[], FieldFragList.WeightedFragInfo, String[], String[], Encoder) - Method in class org.elasticsearch.search.fetch.subphase.highlight.SourceScoreOrderFragmentsBuilder
 
makeKeySafe(TypeLiteral<T>) - Static method in class org.elasticsearch.common.inject.internal.MoreTypes
Returns an equivalent type that's safe for use in a key.
MANAGEMENT - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
MANDATORY_SETTING - Static variable in class org.elasticsearch.plugins.PluginsService
 
map() - Method in class org.elasticsearch.common.collect.MapBuilder
 
map() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
map(Map<String, ?>) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
map() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
MapBinder<K,V> - Class in org.elasticsearch.common.inject.multibindings
An API to bind multiple map entries separately, only to later inject them as a complete map.
MapBinder.RealMapBinder<K,V> - Class in org.elasticsearch.common.inject.multibindings
The actual mapbinder plays several roles:
MapBinder.RealMapBinder.MapBinderProviderWithDependencies<K,V> - Class in org.elasticsearch.common.inject.multibindings
 
MapBuilder<K,V> - Class in org.elasticsearch.common.collect
 
MapBuilder() - Constructor for class org.elasticsearch.common.collect.MapBuilder
 
MapBuilder(Map<K, V>) - Constructor for class org.elasticsearch.common.collect.MapBuilder
 
MapDiff(DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - Constructor for class org.elasticsearch.cluster.DiffableUtils.MapDiff
 
MapDiff(DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>, List<K>, Map<K, Diff<T>>, Map<K, T>) - Constructor for class org.elasticsearch.cluster.DiffableUtils.MapDiff
 
MapDiff(StreamInput, DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - Constructor for class org.elasticsearch.cluster.DiffableUtils.MapDiff
 
mapOf(Type, Type) - Static method in class org.elasticsearch.common.inject.util.Types
Returns a type modelling a Map whose keys are of type keyType and whose values are of type valueType.
mapOrdered() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
mapOrdered() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
MapParams(Map<String, String>) - Constructor for class org.elasticsearch.common.xcontent.ToXContent.MapParams
 
MappedFieldType - Class in org.elasticsearch.index.mapper
This defines the core properties and functions to operate on a field.
MappedFieldType(MappedFieldType) - Constructor for class org.elasticsearch.index.mapper.MappedFieldType
 
MappedFieldType() - Constructor for class org.elasticsearch.index.mapper.MappedFieldType
 
MappedFieldType.Relation - Enum in org.elasticsearch.index.mapper
An enum used to describe the relation between the range of terms in a shard when compared with a query range
mapper() - Method in class org.elasticsearch.index.mapper.FieldMappers
 
Mapper - Class in org.elasticsearch.index.mapper
 
Mapper(String) - Constructor for class org.elasticsearch.index.mapper.Mapper
 
mapper - Variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlighterContext
 
mapper - Variable in class org.elasticsearch.search.fetch.subphase.highlight.SimpleFragmentsBuilder
 
Mapper.Builder<T extends Mapper.Builder,Y extends Mapper> - Class in org.elasticsearch.index.mapper
 
Mapper.BuilderContext - Class in org.elasticsearch.index.mapper
 
Mapper.TypeParser - Interface in org.elasticsearch.index.mapper
 
Mapper.TypeParser.ParserContext - Class in org.elasticsearch.index.mapper
 
MapperException - Exception in org.elasticsearch.index.mapper
 
MapperException(StreamInput) - Constructor for exception org.elasticsearch.index.mapper.MapperException
 
MapperException(String) - Constructor for exception org.elasticsearch.index.mapper.MapperException
 
MapperException(String, Throwable) - Constructor for exception org.elasticsearch.index.mapper.MapperException
 
MapperException(String, Throwable, Object...) - Constructor for exception org.elasticsearch.index.mapper.MapperException
 
MapperParsingException - Exception in org.elasticsearch.index.mapper
 
MapperParsingException(StreamInput) - Constructor for exception org.elasticsearch.index.mapper.MapperParsingException
 
MapperParsingException(String) - Constructor for exception org.elasticsearch.index.mapper.MapperParsingException
 
MapperParsingException(String, Throwable) - Constructor for exception org.elasticsearch.index.mapper.MapperParsingException
 
MapperParsingException(String, Throwable, Object...) - Constructor for exception org.elasticsearch.index.mapper.MapperParsingException
 
MapperPlugin - Interface in org.elasticsearch.plugins
An extension point for Plugin implementations to add custom mappers
MapperQueryParser - Class in org.apache.lucene.queryparser.classic
A query parser that uses the MapperService in order to build smarter queries based on the mapping information.
MapperQueryParser(QueryShardContext) - Constructor for class org.apache.lucene.queryparser.classic.MapperQueryParser
 
MapperQueryParser.CheckedBiFunction<T,U,R> - Interface in org.apache.lucene.queryparser.classic
A BiFuntion that can throw an IOException
MapperRegistry - Class in org.elasticsearch.indices.mapper
A registry for all field mappers.
MapperRegistry(Map<String, Mapper.TypeParser>, Map<String, MetadataFieldMapper.TypeParser>) - Constructor for class org.elasticsearch.indices.mapper.MapperRegistry
 
mappers() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
mappers() - Method in class org.elasticsearch.index.mapper.FieldMappers
 
mappersBuilders - Variable in class org.elasticsearch.index.mapper.ObjectMapper.Builder
 
mapperService() - Method in class org.elasticsearch.index.IndexService
 
mapperService() - Method in class org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
 
MapperService - Class in org.elasticsearch.index.mapper
 
MapperService(IndexSettings, IndexAnalyzers, NamedXContentRegistry, SimilarityService, MapperRegistry, Supplier<QueryShardContext>) - Constructor for class org.elasticsearch.index.mapper.MapperService
 
mapperService() - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
mapperService() - Method in class org.elasticsearch.index.mapper.ParseContext
 
mapperService - Variable in class org.elasticsearch.index.query.QueryRewriteContext
 
mapperService() - Method in class org.elasticsearch.index.shard.IndexShard
 
mapperService() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
mapperService() - Method in class org.elasticsearch.search.internal.SearchContext
 
mapperService() - Method in class org.elasticsearch.search.lookup.DocLookup
 
mapperService() - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
MapperService.MergeReason - Enum in org.elasticsearch.index.mapper
The reason why a mapping is being merged.
mapping(String, String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Deprecated.
mapping(String, String, XContentType) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Adds mapping that will be added when the index gets created.
mapping(String, XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Adds mapping that will be added when the index gets created.
mapping(String, Map) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Adds mapping that will be added when the index gets created.
mapping(String, Object...) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
A specialized simplified mapping source method, takes the form of simple properties definition: ("field1", "type=string,store=true").
mapping(String, String) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
 
mapping(String, String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
mapping(String, String, XContentType) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Adds mapping that will be added when the index gets created.
mapping(String, XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Adds mapping that will be added when the index gets created.
mapping(String, BytesReference, XContentType) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Adds mapping that will be added when the index gets created.
mapping(String, Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Adds mapping that will be added when the index gets created.
mapping(String, Object...) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
A specialized simplified mapping source method, takes the form of simple properties definition: ("field1", "type=string,store=true").
mapping(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
mapping(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
mapping() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
Mapping - Class in org.elasticsearch.index.mapper
Wrapper around everything that defines a mapping, without references to utility classes like MapperService, ...
Mapping(Version, RootObjectMapper, MetadataFieldMapper[], Map<String, Object>) - Constructor for class org.elasticsearch.index.mapper.Mapping
 
MappingCharFilterFactory - Class in org.elasticsearch.index.analysis
 
MappingCharFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.MappingCharFilterFactory
 
mappingForName(String, String) - Method in class org.elasticsearch.index.mapper.DynamicTemplate
 
MappingMetaData - Class in org.elasticsearch.cluster.metadata
Mapping configuration for a type.
MappingMetaData(DocumentMapper) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData
 
MappingMetaData(CompressedXContent) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData
 
MappingMetaData(Map<String, Object>) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData
 
MappingMetaData(String, Map<String, Object>) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData
 
MappingMetaData(String, CompressedXContent, MappingMetaData.Routing, MappingMetaData.Timestamp, boolean) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData
 
MappingMetaData(StreamInput) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData
 
MappingMetaData.Routing - Class in org.elasticsearch.cluster.metadata
 
MappingMetaData.Timestamp - Class in org.elasticsearch.cluster.metadata
 
mappingOrDefault(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
Sometimes, the default mapping exists and an actual mapping is not created yet (introduced), in this case, we want to return the default mapping in case it has some default mapping definitions.
mappings(Map<String, String>) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
mappings() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
mappings() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
mappings() - Method in class org.elasticsearch.action.admin.indices.get.GetIndexResponse
 
mappings() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse
returns the retrieved field mapping.
mappings() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse
 
mappings() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
mappings() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
mappings(Map<String, String>) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
 
mappingsAreEqual(SortedMap<String, ? extends ContextMapping>, SortedMap<String, ? extends ContextMapping>) - Static method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
Test equality of two mapping
mappingSource() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
mappingType(String) - Method in class org.elasticsearch.index.mapper.DynamicTemplate
 
mappingUpdate(Mapper) - Method in class org.elasticsearch.index.mapper.Mapping
Generate a mapping update for the given root object mapper.
mappingUpdate(Mapper) - Method in class org.elasticsearch.index.mapper.ObjectMapper
Build a mapping update with the provided sub mapping update.
mappingUpdate(Mapper) - Method in class org.elasticsearch.index.mapper.RootObjectMapper
 
MappingUpdatedAction - Class in org.elasticsearch.cluster.action.index
Called by shards in the cluster when their mapping was dynamically updated and it needs to be updated in the cluster state meta data (and broadcast to all members).
MappingUpdatedAction(Settings, ClusterSettings) - Constructor for class org.elasticsearch.cluster.action.index.MappingUpdatedAction
 
mapScript(Script) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
Set the map script.
mapScript() - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
Get the map script.
mapStrings() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
mapStrings() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
mapStringsOrdered() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
mapStringsOrdered() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
mark(int) - Method in class org.elasticsearch.common.io.FastCharArrayReader
Marks the present position in the stream.
mark(int) - Method in class org.elasticsearch.common.io.FastStringReader
Marks the present position in the stream.
mark(int) - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
mark(int) - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
mark(int) - Method in class org.elasticsearch.common.lucene.store.InputStreamIndexInput
 
mark() - Method in class org.elasticsearch.common.metrics.MeterMetric
Mark the occurrence of an event.
mark(long) - Method in class org.elasticsearch.common.metrics.MeterMetric
Mark the occurrence of a given number of events.
mark(int) - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamInput
 
markAsCommitted(String, PendingClusterStatesQueue.StateProcessedListener) - Method in class org.elasticsearch.discovery.zen.PendingClusterStatesQueue
Mark a previously added cluster state as committed.
markAsDone() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
mark the current recovery as done
markAsFailed(ClusterState, Exception) - Method in class org.elasticsearch.discovery.zen.PendingClusterStatesQueue
mark that the processing of the given state has failed.
markAsProcessed(ClusterState) - Method in class org.elasticsearch.discovery.zen.PendingClusterStatesQueue
indicates that a cluster state was successfully processed.
markAsProcessed() - Method in class org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
 
markAsRecovering(String, RecoveryState) - Method in class org.elasticsearch.index.shard.IndexShard
Marks the shard as recovering based on a recovery state, fails with exception is recovering is not allowed to be set.
markAsRequired() - Method in class org.elasticsearch.index.mapper.RoutingFieldMapper
 
markAsSystemContext() - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Marks this thread context as an internal system context.
markedPos - Variable in class org.elasticsearch.common.io.FastCharArrayReader
The position of mark in buffer.
MARKER_BYTES_SIZE - Static variable in class org.elasticsearch.transport.TcpHeader
 
markRecoveryAsDone(long) - Method in class org.elasticsearch.indices.recovery.RecoveriesCollection
mark the recovery with the given id as done (if found)
markShardCopyAsStale(ShardId, String, Runnable, Consumer<Exception>, Consumer<Exception>) - Method in interface org.elasticsearch.action.support.replication.ReplicationOperation.Replicas
Marks shard copy as stale, removing its allocation id from the set of in-sync allocation ids.
markStoreCorrupted(IOException) - Method in class org.elasticsearch.index.store.Store
Marks this store as corrupted.
markSupported() - Method in class org.elasticsearch.common.io.FastCharArrayReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class org.elasticsearch.common.io.FastStringReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
markSupported() - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
markSupported() - Method in class org.elasticsearch.common.lucene.store.InputStreamIndexInput
 
markSupported() - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamInput
 
master() - Method in class org.elasticsearch.discovery.zen.ZenPing.PingResponse
the current master of the node
MASTER_ELECTION_IGNORE_NON_MASTER_PINGS_SETTING - Static variable in class org.elasticsearch.discovery.zen.ZenDiscovery
 
MASTER_ELECTION_WAIT_FOR_JOINS_TIMEOUT_SETTING - Static variable in class org.elasticsearch.discovery.zen.ZenDiscovery
 
MASTER_PING_ACTION_NAME - Static variable in class org.elasticsearch.discovery.zen.MasterFaultDetection
 
MasterCandidate(DiscoveryNode, long) - Constructor for class org.elasticsearch.discovery.zen.ElectMasterService.MasterCandidate
 
MasterFaultDetection - Class in org.elasticsearch.discovery.zen
A fault detection that pings the master periodically to see if its alive.
MasterFaultDetection(Settings, ThreadPool, TransportService, ClusterService) - Constructor for class org.elasticsearch.discovery.zen.MasterFaultDetection
 
MasterFaultDetection.Listener - Interface in org.elasticsearch.discovery.zen
 
MasterFaultDetection.MasterPingRequest - Class in org.elasticsearch.discovery.zen
 
masterNode() - Method in class org.elasticsearch.discovery.zen.MasterFaultDetection
 
masterNode() - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection.PingRequest
 
masterNodeChanged() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
MasterNodeChangePredicate - Class in org.elasticsearch.cluster
 
masterNodeId(String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
MasterNodeOperationRequestBuilder<Request extends MasterNodeRequest<Request>,Response extends ActionResponse,RequestBuilder extends MasterNodeOperationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.master
Base request builder for master node operations
MasterNodeOperationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - Constructor for class org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
 
MasterNodeReadOperationRequestBuilder<Request extends MasterNodeReadRequest<Request>,Response extends ActionResponse,RequestBuilder extends MasterNodeReadOperationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.master
Base request builder for master node read operations that can be executed on the local node as well
MasterNodeReadOperationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - Constructor for class org.elasticsearch.action.support.master.MasterNodeReadOperationRequestBuilder
 
MasterNodeReadRequest<Request extends MasterNodeReadRequest<Request>> - Class in org.elasticsearch.action.support.master
Base request for master based read operations that allows to read the cluster state from the local node if needed
MasterNodeReadRequest() - Constructor for class org.elasticsearch.action.support.master.MasterNodeReadRequest
 
MasterNodeRequest<Request extends MasterNodeRequest<Request>> - Class in org.elasticsearch.action.support.master
A based request for master based operation.
MasterNodeRequest() - Constructor for class org.elasticsearch.action.support.master.MasterNodeRequest
 
masterNodeTimeout - Variable in class org.elasticsearch.action.support.master.MasterNodeRequest
 
masterNodeTimeout(TimeValue) - Method in class org.elasticsearch.action.support.master.MasterNodeRequest
A timeout value in case the master has not been discovered yet or disconnected.
masterNodeTimeout(String) - Method in class org.elasticsearch.action.support.master.MasterNodeRequest
A timeout value in case the master has not been discovered yet or disconnected.
masterNodeTimeout() - Method in class org.elasticsearch.action.support.master.MasterNodeRequest
 
masterNodeTimeout() - Method in interface org.elasticsearch.cluster.ack.AckedRequest
Returns the timeout for the request to be completed on the master node
masterNodeTimeout() - Method in class org.elasticsearch.cluster.ack.ClusterStateUpdateRequest
Returns the maximum time interval to wait for the request to be completed on the master node
masterNodeTimeout(TimeValue) - Method in class org.elasticsearch.cluster.ack.ClusterStateUpdateRequest
Sets the master node timeout
masterNodeTimeout() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Return master node timeout
masterNodeTimeout(TimeValue) - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Sets master node timeout
masterNodeTimeout() - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Returns master node timeout
MasterNotDiscoveredException - Exception in org.elasticsearch.discovery
 
MasterNotDiscoveredException() - Constructor for exception org.elasticsearch.discovery.MasterNotDiscoveredException
 
MasterNotDiscoveredException(Throwable) - Constructor for exception org.elasticsearch.discovery.MasterNotDiscoveredException
 
MasterNotDiscoveredException(String) - Constructor for exception org.elasticsearch.discovery.MasterNotDiscoveredException
 
MasterNotDiscoveredException(StreamInput) - Constructor for exception org.elasticsearch.discovery.MasterNotDiscoveredException
 
masterOperation(ClusterAllocationExplainRequest, ClusterState, ActionListener<ClusterAllocationExplainResponse>) - Method in class org.elasticsearch.action.admin.cluster.allocation.TransportClusterAllocationExplainAction
 
masterOperation(ClusterHealthRequest, ClusterState, ActionListener<ClusterHealthResponse>) - Method in class org.elasticsearch.action.admin.cluster.health.TransportClusterHealthAction
 
masterOperation(Task, ClusterHealthRequest, ClusterState, ActionListener<ClusterHealthResponse>) - Method in class org.elasticsearch.action.admin.cluster.health.TransportClusterHealthAction
 
masterOperation(DeleteRepositoryRequest, ClusterState, ActionListener<DeleteRepositoryResponse>) - Method in class org.elasticsearch.action.admin.cluster.repositories.delete.TransportDeleteRepositoryAction
 
masterOperation(GetRepositoriesRequest, ClusterState, ActionListener<GetRepositoriesResponse>) - Method in class org.elasticsearch.action.admin.cluster.repositories.get.TransportGetRepositoriesAction
 
masterOperation(PutRepositoryRequest, ClusterState, ActionListener<PutRepositoryResponse>) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.TransportPutRepositoryAction
 
masterOperation(VerifyRepositoryRequest, ClusterState, ActionListener<VerifyRepositoryResponse>) - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.TransportVerifyRepositoryAction
 
masterOperation(ClusterRerouteRequest, ClusterState, ActionListener<ClusterRerouteResponse>) - Method in class org.elasticsearch.action.admin.cluster.reroute.TransportClusterRerouteAction
 
masterOperation(ClusterUpdateSettingsRequest, ClusterState, ActionListener<ClusterUpdateSettingsResponse>) - Method in class org.elasticsearch.action.admin.cluster.settings.TransportClusterUpdateSettingsAction
 
masterOperation(ClusterSearchShardsRequest, ClusterState, ActionListener<ClusterSearchShardsResponse>) - Method in class org.elasticsearch.action.admin.cluster.shards.TransportClusterSearchShardsAction
 
masterOperation(CreateSnapshotRequest, ClusterState, ActionListener<CreateSnapshotResponse>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.TransportCreateSnapshotAction
 
masterOperation(DeleteSnapshotRequest, ClusterState, ActionListener<DeleteSnapshotResponse>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.TransportDeleteSnapshotAction
 
masterOperation(GetSnapshotsRequest, ClusterState, ActionListener<GetSnapshotsResponse>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.TransportGetSnapshotsAction
 
masterOperation(RestoreSnapshotRequest, ClusterState, ActionListener<RestoreSnapshotResponse>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.TransportRestoreSnapshotAction
 
masterOperation(SnapshotsStatusRequest, ClusterState, ActionListener<SnapshotsStatusResponse>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportSnapshotsStatusAction
 
masterOperation(ClusterStateRequest, ClusterState, ActionListener<ClusterStateResponse>) - Method in class org.elasticsearch.action.admin.cluster.state.TransportClusterStateAction
 
masterOperation(DeleteStoredScriptRequest, ClusterState, ActionListener<DeleteStoredScriptResponse>) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.TransportDeleteStoredScriptAction
 
masterOperation(GetStoredScriptRequest, ClusterState, ActionListener<GetStoredScriptResponse>) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.TransportGetStoredScriptAction
 
masterOperation(PutStoredScriptRequest, ClusterState, ActionListener<PutStoredScriptResponse>) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.TransportPutStoredScriptAction
 
masterOperation(PendingClusterTasksRequest, ClusterState, ActionListener<PendingClusterTasksResponse>) - Method in class org.elasticsearch.action.admin.cluster.tasks.TransportPendingClusterTasksAction
 
masterOperation(GetAliasesRequest, ClusterState, ActionListener<AliasesExistResponse>) - Method in class org.elasticsearch.action.admin.indices.alias.exists.TransportAliasesExistAction
 
masterOperation(GetAliasesRequest, ClusterState, ActionListener<GetAliasesResponse>) - Method in class org.elasticsearch.action.admin.indices.alias.get.TransportGetAliasesAction
 
masterOperation(IndicesAliasesRequest, ClusterState, ActionListener<IndicesAliasesResponse>) - Method in class org.elasticsearch.action.admin.indices.alias.TransportIndicesAliasesAction
 
masterOperation(CloseIndexRequest, ClusterState, ActionListener<CloseIndexResponse>) - Method in class org.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
 
masterOperation(CreateIndexRequest, ClusterState, ActionListener<CreateIndexResponse>) - Method in class org.elasticsearch.action.admin.indices.create.TransportCreateIndexAction
 
masterOperation(DeleteIndexRequest, ClusterState, ActionListener<DeleteIndexResponse>) - Method in class org.elasticsearch.action.admin.indices.delete.TransportDeleteIndexAction
 
masterOperation(IndicesExistsRequest, ClusterState, ActionListener<IndicesExistsResponse>) - Method in class org.elasticsearch.action.admin.indices.exists.indices.TransportIndicesExistsAction
 
masterOperation(TypesExistsRequest, ClusterState, ActionListener<TypesExistsResponse>) - Method in class org.elasticsearch.action.admin.indices.exists.types.TransportTypesExistsAction
 
masterOperation(PutMappingRequest, ClusterState, ActionListener<PutMappingResponse>) - Method in class org.elasticsearch.action.admin.indices.mapping.put.TransportPutMappingAction
 
masterOperation(OpenIndexRequest, ClusterState, ActionListener<OpenIndexResponse>) - Method in class org.elasticsearch.action.admin.indices.open.TransportOpenIndexAction
 
masterOperation(RolloverRequest, ClusterState, ActionListener<RolloverResponse>) - Method in class org.elasticsearch.action.admin.indices.rollover.TransportRolloverAction
 
masterOperation(GetSettingsRequest, ClusterState, ActionListener<GetSettingsResponse>) - Method in class org.elasticsearch.action.admin.indices.settings.get.TransportGetSettingsAction
 
masterOperation(UpdateSettingsRequest, ClusterState, ActionListener<UpdateSettingsResponse>) - Method in class org.elasticsearch.action.admin.indices.settings.put.TransportUpdateSettingsAction
 
masterOperation(IndicesShardStoresRequest, ClusterState, ActionListener<IndicesShardStoresResponse>) - Method in class org.elasticsearch.action.admin.indices.shards.TransportIndicesShardStoresAction
 
masterOperation(ShrinkRequest, ClusterState, ActionListener<ShrinkResponse>) - Method in class org.elasticsearch.action.admin.indices.shrink.TransportShrinkAction
 
masterOperation(DeleteIndexTemplateRequest, ClusterState, ActionListener<DeleteIndexTemplateResponse>) - Method in class org.elasticsearch.action.admin.indices.template.delete.TransportDeleteIndexTemplateAction
 
masterOperation(GetIndexTemplatesRequest, ClusterState, ActionListener<GetIndexTemplatesResponse>) - Method in class org.elasticsearch.action.admin.indices.template.get.TransportGetIndexTemplatesAction
 
masterOperation(PutIndexTemplateRequest, ClusterState, ActionListener<PutIndexTemplateResponse>) - Method in class org.elasticsearch.action.admin.indices.template.put.TransportPutIndexTemplateAction
 
masterOperation(UpgradeSettingsRequest, ClusterState, ActionListener<UpgradeSettingsResponse>) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeSettingsAction
 
masterOperation(DeletePipelineRequest, ClusterState, ActionListener<WritePipelineResponse>) - Method in class org.elasticsearch.action.ingest.DeletePipelineTransportAction
 
masterOperation(GetPipelineRequest, ClusterState, ActionListener<GetPipelineResponse>) - Method in class org.elasticsearch.action.ingest.GetPipelineTransportAction
 
masterOperation(PutPipelineRequest, ClusterState, ActionListener<WritePipelineResponse>) - Method in class org.elasticsearch.action.ingest.PutPipelineTransportAction
 
masterOperation(Request, ClusterState, ActionListener<Response>) - Method in class org.elasticsearch.action.support.master.info.TransportClusterInfoAction
 
masterOperation(Request, ClusterState, ActionListener<Response>) - Method in class org.elasticsearch.action.support.master.TransportMasterNodeAction
 
masterOperation(Task, Request, ClusterState, ActionListener<Response>) - Method in class org.elasticsearch.action.support.master.TransportMasterNodeAction
Override this operation if access to the task parameter is needed
MasterPingRequest() - Constructor for class org.elasticsearch.discovery.zen.MasterFaultDetection.MasterPingRequest
 
masterTimeout(TimeValue) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
 
masterTimeout(TimeValue) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.RemoveRequest
 
match(int) - Method in class org.apache.lucene.search.XFilteredDocIdSetIterator
Validation method to determine whether a docid should be in the result set.
match(Task) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
 
match(IndexConstraint) - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
match(Task) - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
 
match(DiscoveryNode) - Method in class org.elasticsearch.cluster.node.DiscoveryNodeFilters
 
match(String) - Method in class org.elasticsearch.common.ParseField
 
match(String) - Method in class org.elasticsearch.common.settings.Setting.AffixKey
 
match(String) - Method in class org.elasticsearch.common.settings.Setting.GroupKey
 
match(String) - Method in interface org.elasticsearch.common.settings.Setting.Key
 
match(String) - Method in class org.elasticsearch.common.settings.Setting.ListKey
 
match(String) - Method in class org.elasticsearch.common.settings.Setting
Returns true iff the given key matches the settings key or if this setting is a group setting if the given key is part of the settings group.
match(String) - Method in class org.elasticsearch.common.settings.Setting.SimpleKey
 
match(URI) - Method in class org.elasticsearch.common.util.URIPattern
Returns true if the given uri matches the pattern
match(URIPattern[], URI) - Static method in class org.elasticsearch.common.util.URIPattern
 
match(String) - Method in enum org.elasticsearch.index.IndexModule.Type
Returns true iff this settings matches the type.
match(String, String, DynamicTemplate.XContentFieldType) - Method in class org.elasticsearch.index.mapper.DynamicTemplate
 
MATCH_ANY - Static variable in class org.elasticsearch.common.lucene.uid.Versions
used to indicate the write operation should succeed regardless of current version
MATCH_DELETED - Static variable in class org.elasticsearch.common.lucene.uid.Versions
used to indicate that the write operation should be executed if the document is currently deleted i.e., not found in the index and/or found as deleted (with version) in the version map
matchAllQuery() - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that matches on all documents.
MatchAllQueryBuilder - Class in org.elasticsearch.index.query
A query that matches on all documents.
MatchAllQueryBuilder() - Constructor for class org.elasticsearch.index.query.MatchAllQueryBuilder
 
MatchAllQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.MatchAllQueryBuilder
Read from a stream.
matched - Variable in class org.elasticsearch.action.admin.indices.rollover.Condition.Result
 
MATCHED_FIELDS_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
matchedFields(String...) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
Set the matched fields to highlight against this field data.
matchedFields() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
matchedQueries(String[]) - Method in class org.elasticsearch.search.SearchHit
 
matchedQueries() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
MatchedQueriesFetchSubPhase - Class in org.elasticsearch.search.fetch.subphase
 
MatchedQueriesFetchSubPhase() - Constructor for class org.elasticsearch.search.fetch.subphase.MatchedQueriesFetchSubPhase
 
Matcher<T> - Interface in org.elasticsearch.common.inject.matcher
Returns true or false for a given input.
MatcherAndConverter - Class in org.elasticsearch.common.inject.internal
 
MatcherAndConverter(Matcher<? super TypeLiteral<?>>, TypeConverter, Object) - Constructor for class org.elasticsearch.common.inject.internal.MatcherAndConverter
 
Matchers - Class in org.elasticsearch.common.inject.matcher
Matcher implementations.
matches(T) - Method in interface org.elasticsearch.common.inject.matcher.Matcher
Returns true if this matches t, false otherwise.
matches() - Method in class org.elasticsearch.common.xcontent.support.filtering.FilterPath
 
matches(String, String) - Method in enum org.elasticsearch.index.mapper.DynamicTemplate.MatchType
Whether value matches regex.
matchesIndex(String, String, ClusterState) - Method in class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
Returns true iff the given expression resolves to the given index name otherwise false
matchesIndexName(String) - Method in class org.elasticsearch.index.IndexSettings
Returns true if the given expression matches the index name or one of it's aliases
matchesIndices(String...) - Method in class org.elasticsearch.index.query.QueryShardContext
 
MatchNoneQueryBuilder - Class in org.elasticsearch.index.query
A query that matches no document.
MatchNoneQueryBuilder() - Constructor for class org.elasticsearch.index.query.MatchNoneQueryBuilder
 
MatchNoneQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.MatchNoneQueryBuilder
Read from a stream.
matchPhrasePrefixQuery(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
Creates a match query with type "PHRASE_PREFIX" for the provided field name and text.
MatchPhrasePrefixQueryBuilder - Class in org.elasticsearch.index.query
Match query is a query that analyzes the text and constructs a phrase prefix query as the result of the analysis.
MatchPhrasePrefixQueryBuilder(String, Object) - Constructor for class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
 
MatchPhrasePrefixQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
Read from a stream.
matchPhraseQuery(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
Creates a text query with type "PHRASE" for the provided field name and text.
MatchPhraseQueryBuilder - Class in org.elasticsearch.index.query
Match query is a query that analyzes the text and constructs a phrase query as the result of the analysis.
MatchPhraseQueryBuilder(String, Object) - Constructor for class org.elasticsearch.index.query.MatchPhraseQueryBuilder
 
MatchPhraseQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.MatchPhraseQueryBuilder
Read from a stream.
matchProperty(String) - Method in class org.elasticsearch.common.xcontent.support.filtering.FilterPath
 
matchQuery(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
Creates a match query with type "BOOLEAN" for the provided field name and text.
MatchQuery - Class in org.elasticsearch.index.search
 
MatchQuery(QueryShardContext) - Constructor for class org.elasticsearch.index.search.MatchQuery
 
MatchQuery.Type - Enum in org.elasticsearch.index.search
 
MatchQuery.ZeroTermsQuery - Enum in org.elasticsearch.index.search
 
MatchQueryBuilder - Class in org.elasticsearch.index.query
Match query is a query that analyzes the text and constructs a query as the result of the analysis.
MatchQueryBuilder(String, Object) - Constructor for class org.elasticsearch.index.query.MatchQueryBuilder
Constructs a new match query.
MatchQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.MatchQueryBuilder
Read from a stream.
matchQueryType() - Method in enum org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
 
max(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Max aggregation with the given name.
Max - Interface in org.elasticsearch.search.aggregations.metrics.max
An aggregation that computes the maximum of the values in the current bucket.
max - Variable in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
max - Variable in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
max(Version, Version) - Static method in class org.elasticsearch.Version
Returns the maximum version between the 2
MAX_ADJACENCY_MATRIX_FILTERS_SETTING - Static variable in class org.elasticsearch.index.IndexSettings
Index setting describing the maximum number of filters clauses that can be used in an adjacency_matrix aggregation.
MAX_BOOST_FIELD - Static variable in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
MAX_BYTES_VLONG - Static variable in enum org.elasticsearch.common.util.ByteUtils
 
MAX_CONCURRENT_GROUP_REQUESTS_FIELD - Static variable in class org.elasticsearch.search.collapse.CollapseBuilder
 
MAX_COORDINATE - Static variable in class org.elasticsearch.common.geo.builders.ShapeBuilder.Edge
 
MAX_DOCS_PER_VALUE_DEFAULT - Static variable in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
 
MAX_DOCS_PER_VALUE_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
 
MAX_EDITS_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
MAX_EXPANSIONS_FIELD - Static variable in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
 
MAX_EXPANSIONS_FIELD - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
MAX_FIELD - Static variable in class org.elasticsearch.search.slice.SliceBuilder
 
MAX_INDEX_BUFFER_SIZE_SETTING - Static variable in class org.elasticsearch.indices.IndexingMemoryController
Only applies when indices.memory.index_buffer_size is a %, to set a ceiling on the actual size in bytes (default: not set).
MAX_INDEX_NAME_BYTES - Static variable in class org.elasticsearch.cluster.metadata.MetaDataCreateIndexService
 
MAX_INPUT_LENGTH - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
 
MAX_INPUT_LENGTH - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Fields
 
MAX_INSPECTIONS_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
MAX_IP - Static variable in class org.elasticsearch.index.mapper.LegacyIpFieldMapper
 
MAX_LAT - Static variable in class org.elasticsearch.common.geo.GeoUtils
Maximum valid latitude in degrees.
MAX_LOCAL_STORAGE_NODES_SETTING - Static variable in class org.elasticsearch.env.NodeEnvironment
Maximum number of data nodes that should run in an environment.
MAX_LON - Static variable in class org.elasticsearch.common.geo.GeoUtils
Maximum valid longitude in degrees.
MAX_MERGE_COUNT_SETTING - Static variable in class org.elasticsearch.index.MergeSchedulerConfig
 
MAX_NUM_SEGMENTS - Static variable in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest.Defaults
 
MAX_OUTPUT_SIZE - Static variable in class org.elasticsearch.index.analysis.FingerprintAnalyzerProvider
 
MAX_OUTPUT_SIZE - Static variable in class org.elasticsearch.index.analysis.FingerprintTokenFilterFactory
 
MAX_PINGS_FROM_ANOTHER_MASTER_SETTING - Static variable in class org.elasticsearch.discovery.zen.ZenDiscovery
 
MAX_PRECISION - Static variable in class org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
 
MAX_REFRESH_LISTENERS_PER_SHARD - Static variable in class org.elasticsearch.index.IndexSettings
The maximum number of refresh listeners allows on this shard.
MAX_RESCORE_WINDOW_SETTING - Static variable in class org.elasticsearch.index.IndexSettings
Index setting describing the maximum size of the rescore window.
MAX_RESULT_WINDOW_SETTING - Static variable in class org.elasticsearch.index.IndexSettings
Index setting describing the maximum value of from + size on a query.
MAX_SCORE - Static variable in class org.elasticsearch.search.SearchHits.Fields
 
MAX_SLICES_PER_SCROLL - Static variable in class org.elasticsearch.index.IndexSettings
The maximum number of slices allowed in a scroll request
MAX_TERM_FREQ_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
MAX_THREAD_COUNT_SETTING - Static variable in class org.elasticsearch.index.MergeSchedulerConfig
 
MaxAgeCondition - Class in org.elasticsearch.action.admin.indices.rollover
Condition for index maximum age.
MaxAgeCondition(TimeValue) - Constructor for class org.elasticsearch.action.admin.indices.rollover.MaxAgeCondition
 
MaxAgeCondition(StreamInput) - Constructor for class org.elasticsearch.action.admin.indices.rollover.MaxAgeCondition
 
MaxAggregationBuilder - Class in org.elasticsearch.search.aggregations.metrics.max
 
MaxAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
 
MaxAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
Read from a stream.
MaxAggregator - Class in org.elasticsearch.search.aggregations.metrics.max
 
MaxAggregator(String, ValuesSource.Numeric, DocValueFormat, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.max.MaxAggregator
 
MaxAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.max
 
MaxAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.max.MaxAggregatorFactory
 
maxBoost(float) - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
Sets the maximum boost that will be applied by function score.
maxBoost() - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
Returns the maximum boost that will be applied by function score.
maxBound() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Get the current maximum bound that is set on this builder.
maxBucket() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
 
maxBucket(String, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
maxBucketOrd() - Method in class org.elasticsearch.search.aggregations.bucket.BucketsAggregator
Return an upper bound of the maximum bucket ordinal seen so far.
MaxBucketPipelineAggregationBuilder - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max
 
MaxBucketPipelineAggregationBuilder(String, String) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
 
MaxBucketPipelineAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
Read from a stream.
MaxBucketPipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max
 
MaxBucketPipelineAggregator(String, String[], BucketHelpers.GapPolicy, DocValueFormat, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
 
MaxBucketPipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
Read from a stream.
maxConcurrentSearchRequests() - Method in class org.elasticsearch.action.search.MultiSearchRequest
Returns the amount of search requests specified in this multi search requests are allowed to be ran concurrently.
maxConcurrentSearchRequests(int) - Method in class org.elasticsearch.action.search.MultiSearchRequest
Sets how many search requests specified in this multi search requests are allowed to be ran concurrently.
maxContentLength() - Method in class org.elasticsearch.http.HttpInfo
 
maxDeterminizedStates() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
maxDeterminizedStates(int) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
maxDeterminizedStates(int) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Protects against too-difficult regular expression queries.
maxDeterminizedStates() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
maxDeterminizedStates(int) - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
Sets the regexp maxDeterminizedStates.
maxDeterminizedStates() - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
 
maxDoc() - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Returns the maximum document ID this builder can associate with an ordinal
maxDoc() - Method in class org.elasticsearch.search.dfs.AggregatedDfs
 
maxDoc(int) - Method in class org.elasticsearch.search.dfs.DfsSearchResult
 
maxDoc() - Method in class org.elasticsearch.search.dfs.DfsSearchResult
 
maxDoc() - Method in class org.elasticsearch.search.lookup.LeafIndexLookup
 
maxDocFreq - Variable in class org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
 
maxDocFreq(int) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Set the maximum frequency in which words may still appear.
maxDocFreq() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
MaxDocsCondition - Class in org.elasticsearch.action.admin.indices.rollover
Condition for maximum index docs.
MaxDocsCondition(Long) - Constructor for class org.elasticsearch.action.admin.indices.rollover.MaxDocsCondition
 
MaxDocsCondition(StreamInput) - Constructor for class org.elasticsearch.action.admin.indices.rollover.MaxDocsCondition
 
maxDocsPerValue(int) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
Set the max num docs to be returned per value.
maxDocsPerValue() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
Get the max num docs to be returned per value.
maxEdits() - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
maxEdits(int) - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
maxEdits(Integer) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
Sets the maximum edit distance candidate suggestions can have in order to be considered as a suggestion.
maxEdits(int) - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Sets the maximum edit distance candidate suggestions can have in order to be considered as a suggestion.
maxEdits() - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Get the maximum edit distance setting.
maxErrors(float) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
Sets the maximum percentage of the terms that at most considered to be misspellings in order to form a correction.
maxErrors() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
get the maxErrors setting
MAXERRORS_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
maxExpansions(int) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
maxExpansions() - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
maxExpansions(int) - Method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
The number of term expansions to use.
maxExpansions() - Method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
Get the (optional) number of term expansions when using fuzzy or prefix type query.
maxExpansions(int) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
When using fuzzy or prefix type query, the number of term expansions to use.
maxExpansions() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Get the (optional) number of term expansions when using fuzzy or prefix type query.
maxExpansions(int) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
When using fuzzy or prefix type query, the number of term expansions to use.
maxExpansions() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
maxExpansions - Variable in class org.elasticsearch.index.search.MatchQuery
 
maxInclusiveDistance() - Method in class org.elasticsearch.index.search.geo.LegacyGeoDistanceRangeQuery
Deprecated.
 
maxInputLength(int) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.Builder
 
maxInputLength(int) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Builder
 
maxInspections() - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
maxInspections(int) - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
maxInspections(Integer) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
A factor that is used to multiply with the size in order to inspect more candidate suggestions.
maxInspections(int) - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
A factor that is used to multiply with the size in order to inspect more candidate suggestions.
maxInspections() - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Get the factor for inspecting more candidate suggestions setting.
maxNumSegments() - Method in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
Will merge the index down to <= maxNumSegments.
maxNumSegments(int) - Method in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
Will merge the index down to <= maxNumSegments.
maxNumTerms - Variable in class org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
 
maxPrecisionStep() - Method in class org.elasticsearch.index.mapper.LegacyByteFieldMapper.Builder
 
maxPrecisionStep() - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Builder
 
maxPrecisionStep() - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.Builder
 
maxPrecisionStep() - Method in class org.elasticsearch.index.mapper.LegacyFloatFieldMapper.Builder
 
maxPrecisionStep() - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.Builder
 
maxPrecisionStep() - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.Builder
 
maxPrecisionStep() - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper.Builder
 
maxPrecisionStep() - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Builder
 
maxPrecisionStep() - Method in class org.elasticsearch.index.mapper.LegacyShortFieldMapper.Builder
 
maxPrecisionStep() - Method in class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper.Builder
 
maxQueryTerms(int) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Sets the maximum number of query terms that will be included in any generated query.
maxQueryTerms() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
maxRadialDistance(GeoPoint, double) - Static method in class org.elasticsearch.common.geo.GeoUtils
Returns the minimum between the provided distance 'initialRadius' and the maximum distance/radius from the point 'center' before overlapping
maxRadialDistanceMeters(double, double) - Static method in class org.elasticsearch.common.geo.GeoUtils
Returns the maximum distance/radius (in meters) from the point 'center' before overlapping
MaxRetryAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
An allocation decider that prevents shards from being allocated on any node if the shards allocation has been retried N times without success.
MaxRetryAllocationDecider(Settings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.MaxRetryAllocationDecider
Initializes a new MaxRetryAllocationDecider
maxScore - Variable in class org.elasticsearch.search.internal.ScrollContext
 
maxScore() - Method in class org.elasticsearch.search.SearchHits
Deprecated.
maxSubwordSize - Variable in class org.elasticsearch.index.analysis.compound.AbstractCompoundWordTokenFilterFactory
 
maxSurfaceFormsPerAnalyzedForm() - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester.XBuilder
 
maxTermFreq - Variable in class org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
 
maxTermFreq() - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
maxTermFreq(float) - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
maxTermFreq(float) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
Sets a maximum threshold in number of documents a suggest text token can exist in order to be corrected.
maxTermFreq(float) - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Sets a maximum threshold in number of documents a suggest text token can exist in order to be corrected.
maxTermFreq() - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Get the maximum term frequency threshold setting.
maxValue - Variable in class org.elasticsearch.action.fieldstats.FieldStats
 
maxValue() - Method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
 
maxWordLength - Variable in class org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
 
maxWordLength(int) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Sets the maximum word length above which words will be ignored.
maxWordLength() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
maybeApplyMinimumShouldMatch(Query, String) - Static method in class org.elasticsearch.common.lucene.search.Queries
Potentially apply minimum should match value if we have a query that it can be applied to, otherwise return the original query.
maybeError(Throwable, Logger) - Static method in class org.elasticsearch.ExceptionsHelper
Unwrap the specified throwable looking for any suppressed errors or errors as a root cause of the specified throwable.
maybeFailEngine(String, Exception) - Method in class org.elasticsearch.index.engine.Engine
Check whether the engine should be failed
maybeFailEngine(String, Exception) - Method in class org.elasticsearch.index.engine.InternalEngine
 
maybeFlush() - Method in class org.elasticsearch.index.shard.IndexShard
Schedules a flush if needed but won't schedule more than one flush concurrently.
maybeSlowRandomAccessOrds(SortedSetDocValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
If dv is an instance of RandomAccessOrds, then return it, otherwise wrap it into a slow wrapper that implements random access.
maybeThrowRuntimeAndSuppress(List<T>) - Static method in class org.elasticsearch.ExceptionsHelper
Throws a runtime exception with all given exceptions added as suppressed.
md5() - Static method in class org.elasticsearch.common.hash.MessageDigests
Returns a MessageDigest instance for MD5 digests; note that the instance returned is thread local and must not be shared amongst threads.
mean() - Method in class org.elasticsearch.common.metrics.MeanMetric
 
MeanMetric - Class in org.elasticsearch.common.metrics
 
MeanMetric() - Constructor for class org.elasticsearch.common.metrics.MeanMetric
 
meanRate() - Method in class org.elasticsearch.common.metrics.MeterMetric
 
mediaType() - Method in enum org.elasticsearch.common.xcontent.XContentType
 
mediaTypeWithoutParameters() - Method in enum org.elasticsearch.common.xcontent.XContentType
 
mega() - Method in class org.elasticsearch.common.unit.SizeValue
 
megaFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
Mem(long, long, long, long, long) - Constructor for class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
Mem(StreamInput) - Constructor for class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
Mem(long, long, long, long, long, List<JvmStats.MemoryPool>) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
Mem(StreamInput) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
Mem(long, long) - Constructor for class org.elasticsearch.monitor.os.OsStats.Mem
 
Mem(StreamInput) - Constructor for class org.elasticsearch.monitor.os.OsStats.Mem
 
Mem(long) - Constructor for class org.elasticsearch.monitor.process.ProcessStats.Mem
 
Mem(StreamInput) - Constructor for class org.elasticsearch.monitor.process.ProcessStats.Mem
 
memberKey(Member) - Static method in class org.elasticsearch.common.inject.internal.MoreTypes
 
members() - Method in class org.elasticsearch.monitor.jvm.DeadlockAnalyzer.Deadlock
 
MembershipAction - Class in org.elasticsearch.discovery.zen
 
MembershipAction(Settings, TransportService, MembershipAction.MembershipListener) - Constructor for class org.elasticsearch.discovery.zen.MembershipAction
 
MembershipAction.JoinCallback - Interface in org.elasticsearch.discovery.zen
 
MembershipAction.JoinRequest - Class in org.elasticsearch.discovery.zen
 
MembershipAction.LeaveRequest - Class in org.elasticsearch.discovery.zen
 
MembershipAction.MembershipListener - Interface in org.elasticsearch.discovery.zen
 
MembersInjector<T> - Interface in org.elasticsearch.common.inject
Injects dependencies into the fields and methods on instances of type T.
MembersInjectorLookup<T> - Class in org.elasticsearch.common.inject.spi
A lookup of the members injector for a type.
MembersInjectorLookup(Object, TypeLiteral<T>) - Constructor for class org.elasticsearch.common.inject.spi.MembersInjectorLookup
 
memberType(Member) - Static method in class org.elasticsearch.common.inject.internal.MoreTypes
Returns Field.class, Method.class or Constructor.class.
MEMORY_LOCK_SETTING - Static variable in class org.elasticsearch.bootstrap.BootstrapSettings
 
MemoryCircuitBreaker - Class in org.elasticsearch.common.breaker
MemoryCircuitBreaker is a circuit breaker that breaks once a configurable memory limit has been reached.
MemoryCircuitBreaker(ByteSizeValue, double, Logger) - Constructor for class org.elasticsearch.common.breaker.MemoryCircuitBreaker
Create a circuit breaker that will break if the number of estimated bytes grows above the limit.
MemoryCircuitBreaker(ByteSizeValue, double, MemoryCircuitBreaker, Logger) - Constructor for class org.elasticsearch.common.breaker.MemoryCircuitBreaker
Create a circuit breaker that will break if the number of estimated bytes grows above the limit.
memoryInBytes - Variable in class org.elasticsearch.index.engine.Segment
 
MemoryPool(String, long, long, long, long) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
MemoryPool(StreamInput) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
memorySizeSetting(String, ByteSizeValue, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
Creates a setting which specifies a memory size.
memorySizeSetting(String, Function<Settings, String>, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
Creates a setting which specifies a memory size.
memorySizeSetting(String, String, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
Creates a setting which specifies a memory size.
MemorySizeValue - Enum in org.elasticsearch.common.unit
Utility methods to get memory sizes.
memoryUsage(int) - Static method in class org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
Return the expected per-bucket memory usage for the given precision.
merge(Sort, int, int, CollapseTopFieldDocs[], boolean) - Static method in class org.apache.lucene.search.grouping.CollapseTopFieldDocs
Returns a new CollapseTopDocs, containing topN collapsed results across the provided CollapseTopDocs, sorting by score.
merge - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
merge(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
merge() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
merge(boolean, SearchPhaseController.ReducedQueryPhase, Collection<? extends SearchPhaseResult>, IntFunction<SearchPhaseResult>) - Method in class org.elasticsearch.action.search.SearchPhaseController
Enriches search hits and completion suggestion hits from sortedDocs using fetchResultsArr, merges suggestions, aggregations and profile results Expects sortedDocs to have top search docs across all shards, optionally followed by top suggest docs for each named completion suggestion ordered by suggestion name
merge(Collection<Message>) - Method in class org.elasticsearch.common.inject.internal.Errors
 
merge(Errors) - Method in class org.elasticsearch.common.inject.internal.Errors
 
merge(Mapping, boolean) - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
merge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper
 
merge(FieldMapper.MultiFields) - Method in class org.elasticsearch.index.mapper.FieldMapper.MultiFields
 
merge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.Mapper
Return the merge of mergeWith into this.
merge(Map<String, Map<String, Object>>, MapperService.MergeReason, boolean) - Method in class org.elasticsearch.index.mapper.MapperService
 
merge(IndexMetaData, MapperService.MergeReason, boolean) - Method in class org.elasticsearch.index.mapper.MapperService
 
merge(String, CompressedXContent, MapperService.MergeReason, boolean) - Method in class org.elasticsearch.index.mapper.MapperService
 
merge(Mapping, boolean) - Method in class org.elasticsearch.index.mapper.Mapping
 
merge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.MetadataFieldMapper
 
merge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
merge(Mapper, boolean) - Method in class org.elasticsearch.index.mapper.RootObjectMapper
 
merge(IncludeExclude, IncludeExclude) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
merge(long, HyperLogLogPlusPlus, long) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
 
merge(InternalCardinality) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
 
merge(Suggest.Suggestion.Entry<Suggest.Suggestion.Entry.Option>) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
 
merge(Suggest.Suggestion.Entry<O>) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
Merge any extra fields for this subtype.
merge(T) - Method in interface org.elasticsearch.tribe.TribeService.MergableCustomMetaData
Merges this custom metadata with other, returning either this or other custom metadata for tribe cluster state.
mergeDefaults(Map<String, Object>, Map<String, Object>) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Merges the defaults provided as the second parameter into the content of the first.
mergeId - Variable in class org.elasticsearch.index.engine.Segment
 
mergeInto(Suggest.Suggestion.Entry.Option) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
 
mergeInto(Suggest.Suggestion.Entry.Option) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
mergeInto(Suggest.Suggestion.Entry.Option) - Method in class org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
 
MergePolicyConfig - Class in org.elasticsearch.index
A shard in elasticsearch is a Lucene index, and a Lucene index is broken down into segments.
MergeSchedulerConfig - Class in org.elasticsearch.index
The merge scheduler (ConcurrentMergeScheduler) controls the execution of merge operations once they are needed (according to the merge policy).
MergeStats - Class in org.elasticsearch.index.merge
 
MergeStats() - Constructor for class org.elasticsearch.index.merge.MergeStats
 
mergeStats() - Method in class org.elasticsearch.index.shard.IndexShard
 
mergeStats() - Method in class org.elasticsearch.index.shard.ShadowIndexShard
 
mergeWith(IndexMetaData.Custom) - Method in interface org.elasticsearch.cluster.metadata.IndexMetaData.Custom
Deprecated.
Merges from this to another, with this being more important, i.e., if something exists in this and another, this will prevail.
Message - Class in org.elasticsearch.common.inject.spi
An error message and the context in which it occurred.
Message(List<Object>, String, Throwable) - Constructor for class org.elasticsearch.common.inject.spi.Message
 
Message(Object, String) - Constructor for class org.elasticsearch.common.inject.spi.Message
 
Message(Object, Throwable) - Constructor for class org.elasticsearch.common.inject.spi.Message
 
Message(String) - Constructor for class org.elasticsearch.common.inject.spi.Message
 
message(String, String) - Method in class org.elasticsearch.common.lucene.LoggerInfoStream
 
MESSAGE_LENGTH_SIZE - Static variable in class org.elasticsearch.transport.TcpHeader
 
MessageDigests - Class in org.elasticsearch.common.hash
This MessageDigests class provides convenience methods for obtaining thread local MessageDigest instances for MD5, SHA-1, and SHA-256 message digests.
MessageDigests() - Constructor for class org.elasticsearch.common.hash.MessageDigests
 
messageReceived(LivenessRequest, TransportChannel) - Method in class org.elasticsearch.action.admin.cluster.node.liveness.TransportLivenessAction
 
messageReceived(T, TransportChannel) - Method in class org.elasticsearch.transport.TaskAwareTransportRequestHandler
 
messageReceived(BytesReference, Channel, String, InetSocketAddress, int) - Method in class org.elasticsearch.transport.TcpTransport
This method handles the message receive part for both request and responses
messageReceived(T, TransportChannel, Task) - Method in interface org.elasticsearch.transport.TransportRequestHandler
Override this method if access to the Task parameter is needed
messageReceived(T, TransportChannel) - Method in interface org.elasticsearch.transport.TransportRequestHandler
 
meta(Map<String, Object>) - Method in class org.elasticsearch.index.mapper.DocumentMapper.Builder
 
meta() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
META - Static variable in class org.elasticsearch.search.aggregations.Aggregation.CommonFields
 
metaData() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
metaData(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
metaData(MetaData.Builder) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
metaData(MetaData) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
metaData() - Method in class org.elasticsearch.cluster.ClusterState
 
MetaData - Class in org.elasticsearch.cluster.metadata
 
metaData() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
Get metadata of routing nodes
metaData() - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodeGatewayMetaState
 
metadata() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Returns the StoreFileMetaData for this file info.
metadata() - Method in class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
metadata - Variable in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
metaData - Variable in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
 
metaData() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
 
metaData - Variable in class org.elasticsearch.search.aggregations.AggregatorFactory
 
metaData - Variable in class org.elasticsearch.search.aggregations.InternalAggregation
 
metadata - Variable in class org.elasticsearch.search.aggregations.ParsedAggregation
 
metaData - Variable in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
metaData() - Method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
 
MetaData.Builder - Class in org.elasticsearch.cluster.metadata
 
MetaData.Custom - Interface in org.elasticsearch.cluster.metadata
 
MetaData.XContentContext - Enum in org.elasticsearch.cluster.metadata
 
metaDataChanged() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns true iff the metadata for the cluster has changed between the previous cluster state and the new cluster state.
MetaDataCreateIndexService - Class in org.elasticsearch.cluster.metadata
Service responsible for submitting create index requests
MetaDataCreateIndexService(Settings, ClusterService, IndicesService, AllocationService, AliasValidator, Environment, IndexScopedSettings, ThreadPool, NamedXContentRegistry) - Constructor for class org.elasticsearch.cluster.metadata.MetaDataCreateIndexService
 
MetaDataDeleteIndexService - Class in org.elasticsearch.cluster.metadata
Deletes indices.
MetaDataDeleteIndexService(Settings, ClusterService, AllocationService) - Constructor for class org.elasticsearch.cluster.metadata.MetaDataDeleteIndexService
 
MetadataFieldMapper - Class in org.elasticsearch.index.mapper
A mapper for a builtin field containing metadata about a document.
MetadataFieldMapper(String, MappedFieldType, MappedFieldType, Settings) - Constructor for class org.elasticsearch.index.mapper.MetadataFieldMapper
 
MetadataFieldMapper.Builder<T extends MetadataFieldMapper.Builder,Y extends MetadataFieldMapper> - Class in org.elasticsearch.index.mapper
 
MetadataFieldMapper.TypeParser - Interface in org.elasticsearch.index.mapper
 
MetaDataIndexAliasesService - Class in org.elasticsearch.cluster.metadata
Service responsible for submitting add and remove aliases requests
MetaDataIndexAliasesService(Settings, ClusterService, IndicesService, AliasValidator, MetaDataDeleteIndexService, NamedXContentRegistry) - Constructor for class org.elasticsearch.cluster.metadata.MetaDataIndexAliasesService
 
MetaDataIndexStateService - Class in org.elasticsearch.cluster.metadata
Service responsible for submitting open/close index requests
MetaDataIndexStateService(Settings, ClusterService, AllocationService, MetaDataIndexUpgradeService, IndicesService) - Constructor for class org.elasticsearch.cluster.metadata.MetaDataIndexStateService
 
MetaDataIndexTemplateService - Class in org.elasticsearch.cluster.metadata
Service responsible for submitting index templates updates
MetaDataIndexTemplateService(Settings, ClusterService, MetaDataCreateIndexService, AliasValidator, IndicesService, IndexScopedSettings, NamedXContentRegistry) - Constructor for class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService
 
MetaDataIndexTemplateService.PutListener - Interface in org.elasticsearch.cluster.metadata
 
MetaDataIndexTemplateService.PutRequest - Class in org.elasticsearch.cluster.metadata
 
MetaDataIndexTemplateService.PutResponse - Class in org.elasticsearch.cluster.metadata
 
MetaDataIndexTemplateService.RemoveListener - Interface in org.elasticsearch.cluster.metadata
 
MetaDataIndexTemplateService.RemoveRequest - Class in org.elasticsearch.cluster.metadata
 
MetaDataIndexTemplateService.RemoveResponse - Class in org.elasticsearch.cluster.metadata
 
MetaDataIndexUpgradeService - Class in org.elasticsearch.cluster.metadata
This service is responsible for upgrading legacy index metadata to the current version
MetaDataIndexUpgradeService(Settings, NamedXContentRegistry, MapperRegistry, IndexScopedSettings, Collection<UnaryOperator<IndexMetaData>>) - Constructor for class org.elasticsearch.cluster.metadata.MetaDataIndexUpgradeService
 
metadataMapper(Class<T>) - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
metadataMapper(Class<T>) - Method in class org.elasticsearch.index.mapper.Mapping
Get the root mapper with the given class.
MetaDataMappingService - Class in org.elasticsearch.cluster.metadata
Service responsible for submitting mapping changes
MetaDataMappingService(Settings, ClusterService, IndicesService) - Constructor for class org.elasticsearch.cluster.metadata.MetaDataMappingService
 
MetadataSnapshot(Map<String, StoreFileMetaData>, Map<String, String>, long) - Constructor for class org.elasticsearch.index.store.Store.MetadataSnapshot
 
MetadataSnapshot(StreamInput) - Constructor for class org.elasticsearch.index.store.Store.MetadataSnapshot
Read from a stream.
metadataSnapshot() - Method in class org.elasticsearch.indices.recovery.StartRecoveryRequest
 
MetaDataStateFormat<T> - Class in org.elasticsearch.gateway
MetaDataStateFormat is a base class to write checksummed XContent based files to one or more directories in a standardized directory structure.
MetaDataStateFormat(XContentType, String) - Constructor for class org.elasticsearch.gateway.MetaDataStateFormat
Creates a new MetaDataStateFormat instance
metadataToXContent(XContentBuilder, ToXContent.Params) - Method in exception org.elasticsearch.action.search.SearchPhaseExecutionException
 
metadataToXContent(XContentBuilder, ToXContent.Params) - Method in exception org.elasticsearch.common.breaker.CircuitBreakingException
 
metadataToXContent(XContentBuilder, ToXContent.Params) - Method in exception org.elasticsearch.common.ParsingException
 
metadataToXContent(XContentBuilder, ToXContent.Params) - Method in exception org.elasticsearch.ElasticsearchException
Renders additional per exception information into the XContent
metadataToXContent(XContentBuilder, ToXContent.Params) - Method in exception org.elasticsearch.script.ScriptException
 
metadataToXContent(XContentBuilder, ToXContent.Params) - Method in exception org.elasticsearch.search.SearchParseException
 
MetaDataUpdateSettingsService - Class in org.elasticsearch.cluster.metadata
Service responsible for submitting update index settings requests
MetaDataUpdateSettingsService(Settings, ClusterService, AllocationService, IndexScopedSettings, IndicesService, ThreadPool) - Constructor for class org.elasticsearch.cluster.metadata.MetaDataUpdateSettingsService
 
MetaDataUpgrader - Class in org.elasticsearch.plugins
Upgrades MetaData on startup on behalf of installed Plugins
MetaDataUpgrader(Collection<UnaryOperator<Map<String, MetaData.Custom>>>, Collection<UnaryOperator<Map<String, IndexTemplateMetaData>>>) - Constructor for class org.elasticsearch.plugins.MetaDataUpgrader
 
MetaStateService - Class in org.elasticsearch.gateway
Handles writing and loading both MetaData and IndexMetaData
MetaStateService(Settings, NodeEnvironment, NamedXContentRegistry) - Constructor for class org.elasticsearch.gateway.MetaStateService
 
MeterMetric - Class in org.elasticsearch.common.metrics
A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.
MeterMetric(ScheduledExecutorService, TimeUnit) - Constructor for class org.elasticsearch.common.metrics.MeterMetric
 
method() - Method in class org.elasticsearch.rest.RestRequest
 
method(PercentilesMethod) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
 
method() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
 
method(PercentilesMethod) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
method() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
METHOD_FIELD - Static variable in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
Metric - Interface in org.elasticsearch.common.metrics
 
metric(long) - Method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregator
 
metric(long) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
 
metric(long) - Method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregator
 
metric(long) - Method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregator
 
metric(String, long) - Method in class org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregator.MultiValue
 
metric(long) - Method in class org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregator.SingleValue
 
metric(String, long) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentileRanksAggregator
 
metric(String, long) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentilesAggregator
 
metric(String, long) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregator
 
metric(String, long) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregator
 
metric(String, long) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator
 
metric(String, long) - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregator
 
metric(long) - Method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregator
 
metric(long) - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregator
 
MetricsAggregator - Class in org.elasticsearch.search.aggregations.metrics
 
MetricsAggregator(String, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.MetricsAggregator
 
micros() - Method in class org.elasticsearch.common.unit.TimeValue
 
microsFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
mightMatchNestedDocs(Query) - Method in class org.elasticsearch.index.search.NestedHelper
Returns true if the given query might match nested documents.
mightMatchNonNestedDocs(Query, String) - Method in class org.elasticsearch.index.search.NestedHelper
Returns true if the given query might match parent documents or documents that are nested under a different path.
millis() - Method in class org.elasticsearch.common.unit.TimeValue
 
millisFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
min(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Min aggregation with the given name.
Min - Interface in org.elasticsearch.search.aggregations.metrics.min
An aggregation that computes the minimum of the values in the current bucket.
min - Variable in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
min - Variable in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
min(Version, Version) - Static method in class org.elasticsearch.Version
Returns the minimum version between the 2.
MIN_DOC_COUNT_FIELD - Static variable in interface org.elasticsearch.search.aggregations.bucket.histogram.Histogram
 
MIN_DOC_COUNT_FIELD_NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
MIN_DOC_FREQ_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
MIN_INDEX_BUFFER_SIZE_SETTING - Static variable in class org.elasticsearch.indices.IndexingMemoryController
Only applies when indices.memory.index_buffer_size is a %, to set a floor on the actual size in bytes (default: 48 MB).
MIN_LAT - Static variable in class org.elasticsearch.common.geo.GeoUtils
Minimum valid latitude in degrees.
MIN_LON - Static variable in class org.elasticsearch.common.geo.GeoUtils
Minimum valid longitude in degrees.
MIN_PRECISION - Static variable in class org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
 
MIN_SCORE_FIELD - Static variable in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
MIN_SCORE_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
MIN_WORD_LENGTH_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
MinAggregationBuilder - Class in org.elasticsearch.search.aggregations.metrics.min
 
MinAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
 
MinAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
Read from a stream.
MinAggregator - Class in org.elasticsearch.search.aggregations.metrics.min
 
MinAggregator(String, ValuesSource.Numeric, DocValueFormat, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.min.MinAggregator
 
MinAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.min
 
MinAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.min.MinAggregatorFactory
 
minBound() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Get the current minimum bound that is set on this builder.
minBucket(String, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
MinBucketPipelineAggregationBuilder - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min
 
MinBucketPipelineAggregationBuilder(String, String) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
 
MinBucketPipelineAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
Read from a stream.
MinBucketPipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min
 
MinBucketPipelineAggregator(String, String[], BucketHelpers.GapPolicy, DocValueFormat, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
 
MinBucketPipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
Read from a stream.
minDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Return the minimum count of documents that buckets need to have in order to be included in the response.
minDocCount(long) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Set the minimum count of matching documents that buckets need to have and return this builder so that calls can be chained.
minDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregatorFactory
 
minDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Return the minimum count of documents that buckets need to have in order to be included in the response.
minDocCount(long) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Set the minimum count of matching documents that buckets need to have and return this builder so that calls can be chained.
minDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregatorFactory
 
minDocCount - Variable in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
 
minDocCount(long) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
Set the minimum document count terms should have in order to appear in the response.
minDocCount - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
minDocCount(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Set the minimum document count terms should have in order to appear in the response.
minDocCount() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Returns the minimum document count required per term
minDocFreq - Variable in class org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
 
minDocFreq(int) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Sets the frequency at which words will be ignored which do not occur in at least this many docs.
minDocFreq() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
minDocFreq() - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
minDocFreq(float) - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
minDocFreq(float) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
Sets a minimal threshold in number of documents a suggested term should appear in.
minDocFreq(float) - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Sets a minimal threshold in number of documents a suggested term should appear in.
minDocFreq() - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Get the minimal threshold for the frequency of a term appearing in the document set setting.
MinDocQuery - Class in org.apache.lucene.queries
A Query that only matches documents that are greater than or equal to a configured doc ID.
MinDocQuery(int) - Constructor for class org.apache.lucene.queries.MinDocQuery
Sole constructor.
MinHashTokenFilterFactory - Class in org.elasticsearch.index.analysis
TokenFilterFactoryAdapter for MinHashFilterFactory
MinHashTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.MinHashTokenFilterFactory
 
MinimalMap<K,V> - Class in org.elasticsearch.common.util
 
MinimalMap() - Constructor for class org.elasticsearch.common.util.MinimalMap
 
minimize(boolean) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
Sets whether the model should be fit to the data using a cost minimizing algorithm.
minimize() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
Gets whether the model should be fit to the data using a cost minimizing algorithm.
minimize(MovAvgModel, EvictingQueue<Double>, double[]) - Static method in class org.elasticsearch.search.aggregations.pipeline.movavg.SimulatedAnealingMinimizer
Runs the simulated annealing algorithm and produces a model with new coefficients that, theoretically fit the data better and generalizes to future forecasts without overfitting.
minimizeByDefault() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
minimizeByDefault() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
Should this model be fit to the data via a cost minimizing algorithm by default?
MINIMUM_SHOULD_MATCH_FIELD - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
minimumCompatibilityVersion() - Method in class org.elasticsearch.Version
Returns the minimum compatible version based on the current version.
minimumCompatibleVersion() - Method in class org.elasticsearch.index.shard.IndexShard
 
minimumIndexCompatibilityVersion() - Method in class org.elasticsearch.Version
Returns the minimum created index version that this version supports.
minimumMasterNodes(int) - Method in class org.elasticsearch.discovery.zen.ElectMasterService
 
minimumMasterNodes() - Method in class org.elasticsearch.discovery.zen.ElectMasterService
 
minimumNumberShouldMatch(int) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
minimumNumberShouldMatch(String) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
minimumScore(float) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
minimumScore() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
minimumScore(float) - Method in class org.elasticsearch.search.internal.SearchContext
 
minimumScore() - Method in class org.elasticsearch.search.internal.SearchContext
 
minimumScore(float) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
MinimumScoreCollector - Class in org.elasticsearch.common.lucene
 
MinimumScoreCollector(Collector, float) - Constructor for class org.elasticsearch.common.lucene.MinimumScoreCollector
 
minimumShouldMatch() - Method in class org.elasticsearch.index.query.BoolQueryBuilder
 
minimumShouldMatch(String) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Sets the minimum should match parameter using the special syntax (for example, supporting percentage).
minimumShouldMatch(int) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Specifies a minimum number of the optional (should) boolean clauses which must be satisfied.
minimumShouldMatch(String) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Sets optional minimumShouldMatch value to apply to the query
minimumShouldMatch() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Gets the minimumShouldMatch value
minimumShouldMatch(String) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Number of terms that must match the generated query expressed in the common syntax for minimum should match.
minimumShouldMatch() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
minimumShouldMatch(String) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
minimumShouldMatch() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
minimumShouldMatch(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
minimumShouldMatch() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
minimumShouldMatch(String) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Specifies the minimumShouldMatch to apply to the resulting query should that be a Boolean query.
minimumShouldMatch() - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Returns the minimumShouldMatch to apply to the resulting query should that be a Boolean query.
minInclusiveDistance() - Method in class org.elasticsearch.index.search.geo.LegacyGeoDistanceRangeQuery
Deprecated.
 
minor - Variable in class org.elasticsearch.Version
 
minorDeviceNumber - Variable in class org.elasticsearch.env.NodeEnvironment.NodePath
 
minRadiusMeters - Variable in class org.apache.lucene.spatial.geopoint.search.XGeoPointDistanceRangeQuery
minimum distance range (in meters) from lat, lon center location, maximum is inherited
minScore(float) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets the minimum score below which docs will be filtered out.
minScore() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the minimum score below which docs will be filtered out.
minSubwordSize - Variable in class org.elasticsearch.index.analysis.compound.AbstractCompoundWordTokenFilterFactory
 
minTermFreq - Variable in class org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
 
minTermFreq(int) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
The frequency below which terms will be ignored in the source doc.
minTermFreq() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
minTranslogGeneration() - Method in class org.elasticsearch.index.translog.Translog.View
this smallest translog generation in this view
MINUS_ONE - Static variable in class org.elasticsearch.common.unit.TimeValue
 
MINUTE - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
minutes() - Method in class org.elasticsearch.common.unit.TimeValue
 
minutes(int) - Static method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
minutesFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
minValue - Variable in class org.elasticsearch.action.fieldstats.FieldStats
 
minValue() - Method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
 
minWordLength - Variable in class org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
 
minWordLength(int) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Sets the minimum word length below which words will be ignored.
minWordLength() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
minWordLength() - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
minWordLength(int) - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
minWordLength(int) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
The minimum length a suggest text term must have in order to be corrected.
minWordLength(int) - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
The minimum length a suggest text term must have in order to be corrected.
minWordLength() - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Get the minimum length of a text term to be corrected setting.
minWordSize - Variable in class org.elasticsearch.index.analysis.compound.AbstractCompoundWordTokenFilterFactory
 
misplacedBindingAnnotation(Member, Annotation) - Method in class org.elasticsearch.common.inject.internal.Errors
 
MISSING - Static variable in class org.elasticsearch.common.ParseField.CommonFields
 
missing(double) - Method in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
Value used instead of the field value for documents that don't have that field defined.
missing() - Method in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
missing - Variable in class org.elasticsearch.index.store.Store.RecoveryDiff
Files that exist in the source but not in the target
missing(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Missing aggregation with the given name.
Missing - Interface in org.elasticsearch.search.aggregations.bucket.missing
A missing aggregation.
missing(Object) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Sets the value to use when the aggregation finds a missing value in a document
missing() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Gets the value to use when the aggregation finds a missing value in a document
missing(Object) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
missing() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
MISSING - Static variable in class org.elasticsearch.search.sort.FieldSortBuilder
 
missing(Object) - Method in class org.elasticsearch.search.sort.FieldSortBuilder
Sets the value when a field is missing in a doc.
missing() - Method in class org.elasticsearch.search.sort.FieldSortBuilder
Returns the value used when a field is missing in a doc.
MissingAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.missing
 
MissingAggregationBuilder(String, ValueType) - Constructor for class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
 
MissingAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
Read from a stream.
MissingAggregator - Class in org.elasticsearch.search.aggregations.bucket.missing
 
MissingAggregator(String, AggregatorFactories, ValuesSource, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregator
 
MissingAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.missing
 
MissingAggregatorFactory(String, ValuesSourceConfig<ValuesSource>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregatorFactory
 
missingConstantValues() - Method in class org.elasticsearch.common.inject.internal.Errors
 
missingConstructor(Class<?>) - Method in class org.elasticsearch.common.inject.internal.Errors
 
missingImplementation(Key) - Method in class org.elasticsearch.common.inject.internal.Errors
We use a fairly generic error message here.
missingObject(Object, boolean) - Method in class org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
Return the missing object value according to the reduced type of the comparator.
missingRuntimeRetention(Object) - Method in class org.elasticsearch.common.inject.internal.Errors
 
missingScopeAnnotation() - Method in class org.elasticsearch.common.inject.internal.Errors
 
missingValue(boolean) - Method in class org.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource
 
missingValue(boolean) - Method in class org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
Return a missing value that is understandable by SortField.setMissingValue(Object).
MissingValues - Enum in org.elasticsearch.search.aggregations.support
Utility class that allows to return views of ValuesSources that replace the missing value with a configured value.
mode - Variable in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
 
MODEL - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
 
model(MovAvgModel) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
Sets a MovAvgModel for the Moving Average.
model() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
Gets a MovAvgModel for the Moving Average.
modelBuilder(MovAvgModelBuilder) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
Sets a MovAvgModel for the Moving Average.
modifier(FieldValueFactorFunction.Modifier) - Method in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
modifier() - Method in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
Module - Interface in org.elasticsearch.common.inject
A module contributes configuration information, typically interface bindings, which will be used to create an Injector.
Modules - Class in org.elasticsearch.common.inject.util
Static utility methods for creating and working with instances of Module.
Modules.OverriddenModuleBuilder - Interface in org.elasticsearch.common.inject.util
See the EDSL example at override().
ModulesBuilder - Class in org.elasticsearch.common.inject
 
ModulesBuilder() - Constructor for class org.elasticsearch.common.inject.ModulesBuilder
 
modulesFile() - Method in class org.elasticsearch.env.Environment
 
MonitorService - Class in org.elasticsearch.monitor
 
MonitorService(Settings, NodeEnvironment, ThreadPool) - Constructor for class org.elasticsearch.monitor.MonitorService
 
MONTH - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
MoreLikeThisQuery - Class in org.elasticsearch.common.lucene.search
 
MoreLikeThisQuery() - Constructor for class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
MoreLikeThisQuery(String, String[], Analyzer) - Constructor for class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
moreLikeThisQuery(String[], String[], MoreLikeThisQueryBuilder.Item[]) - Static method in class org.elasticsearch.index.query.QueryBuilders
A more like this query that finds documents that are "like" the provided texts or documents which is checked against the fields the query is constructed with.
moreLikeThisQuery(String[], MoreLikeThisQueryBuilder.Item[]) - Static method in class org.elasticsearch.index.query.QueryBuilders
A more like this query that finds documents that are "like" the provided texts or documents which is checked against the "_all" field.
moreLikeThisQuery(String[]) - Static method in class org.elasticsearch.index.query.QueryBuilders
A more like this query that finds documents that are "like" the provided texts which is checked against the "_all" field.
moreLikeThisQuery(MoreLikeThisQueryBuilder.Item[]) - Static method in class org.elasticsearch.index.query.QueryBuilders
A more like this query that finds documents that are "like" the provided documents which is checked against the "_all" field.
MoreLikeThisQueryBuilder - Class in org.elasticsearch.index.query
A more like this query that finds documents that are "like" the provided set of document(s).
MoreLikeThisQueryBuilder(String[], MoreLikeThisQueryBuilder.Item[]) - Constructor for class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Constructs a new more like this query which uses the "_all" field.
MoreLikeThisQueryBuilder(String[], String[], MoreLikeThisQueryBuilder.Item[]) - Constructor for class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Sets the field names that will be used when generating the 'More Like This' query.
MoreLikeThisQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Read from a stream.
MoreLikeThisQueryBuilder.Item - Class in org.elasticsearch.index.query
A single item to be used for a MoreLikeThisQueryBuilder.
MoreLikeThisQueryBuilder.Item.Field - Interface in org.elasticsearch.index.query
 
MoreTypes - Class in org.elasticsearch.common.inject.internal
Static methods for working with types that we aren't publishing in the public Types API.
MoreTypes.GenericArrayTypeImpl - Class in org.elasticsearch.common.inject.internal
 
MoreTypes.MemberImpl - Class in org.elasticsearch.common.inject.internal
We cannot serialize the built-in Java member classes, which prevents us from using Members in our exception types.
MoreTypes.ParameterizedTypeImpl - Class in org.elasticsearch.common.inject.internal
 
MoreTypes.WildcardTypeImpl - Class in org.elasticsearch.common.inject.internal
The WildcardType interface supports multiple upper bounds and multiple lower bounds.
mortonEncode(String) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Encode to a morton long value from a given geohash string
mortonEncode(long) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Encode to a morton long value from a given geohash long value
MovAvgModel - Class in org.elasticsearch.search.aggregations.pipeline.movavg.models
 
MovAvgModel() - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
 
MovAvgModel.AbstractModelParser - Class in org.elasticsearch.search.aggregations.pipeline.movavg.models
Abstract class which also provides some concrete parsing functionality.
MovAvgModelBuilder - Interface in org.elasticsearch.search.aggregations.pipeline.movavg.models
Represents the common interface that all moving average models share.
MovAvgPipelineAggregationBuilder - Class in org.elasticsearch.search.aggregations.pipeline.movavg
 
MovAvgPipelineAggregationBuilder(String, String) - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
 
MovAvgPipelineAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
Read from a stream.
MovAvgPipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline.movavg
 
MovAvgPipelineAggregator(String, String[], DocValueFormat, BucketHelpers.GapPolicy, int, int, MovAvgModel, boolean, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
 
MovAvgPipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
Read from a stream.
move(String, String) - Method in interface org.elasticsearch.common.blobstore.BlobContainer
Renames the source blob into the target blob.
move(String, String) - Method in class org.elasticsearch.common.blobstore.fs.FsBlobContainer
 
move(String, String) - Method in class org.elasticsearch.common.blobstore.url.URLBlobContainer
 
moveActiveReplicaToPrimary() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Make the active shard primary unless it's not primary
MoveAllocationCommand - Class in org.elasticsearch.cluster.routing.allocation.command
A command that moves a shard from a specific node to another node.
Note: The shard needs to be in the state ShardRoutingState.STARTED in order to be moved.
MoveAllocationCommand(String, int, String, String) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
MoveAllocationCommand(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
Read from a stream.
MoveDecision - Class in org.elasticsearch.cluster.routing.allocation
Represents a decision to move a started shard, either because it is no longer allowed to remain on its current node or because moving it to another node will form a better cluster balance.
MoveDecision(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.allocation.MoveDecision
 
moveShards() - Method in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.Balancer
Move started shards that can not be allocated to a node anymore For each shard to be moved this function executes a move operation to the minimal eligible node with respect to the weight function.
moveToClosed() - Method in class org.elasticsearch.common.component.Lifecycle
 
moveToStarted() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Set the shards state to STARTED.
moveToStarted() - Method in class org.elasticsearch.common.component.Lifecycle
 
moveToStopped() - Method in class org.elasticsearch.common.component.Lifecycle
 
moveToUnassigned(UnassignedInfo) - Method in class org.elasticsearch.cluster.routing.ShardRouting
Moves the shard to unassigned state.
moveUnassignedFromPrimary() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Set the unassigned primary shard to non-primary
movingAvg(String, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
Multi() - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
 
MULTI_ALLOW_EXPLICIT_INDEX - Static variable in class org.elasticsearch.rest.BaseRestHandler
 
MULTI_POLYGON_MAY_OVERLAP - Static variable in class org.elasticsearch.common.geo.builders.ShapeBuilder
It's possible that some geometries in a MULTI* shape might overlap.
MULTI_VALUE_MODE - Static variable in class org.elasticsearch.index.query.functionscore.DecayFunctionParser
 
Multibinder<T> - Class in org.elasticsearch.common.inject.multibindings
An API to bind multiple values separately, only to later inject them as a complete collection.
Multibinder.RealMultibinder<T> - Class in org.elasticsearch.common.inject.multibindings
The actual multibinder plays several roles:
MultiBucketsAggregation - Interface in org.elasticsearch.search.aggregations.bucket
An aggregation that returns multiple buckets
MultiBucketsAggregation.Bucket - Interface in org.elasticsearch.search.aggregations.bucket
A bucket represents a criteria to which all documents that fall in it adhere to.
MultiBucketsAggregation.Bucket.SubAggregationComparator<B extends MultiBucketsAggregation.Bucket> - Class in org.elasticsearch.search.aggregations.bucket
 
MultiCandidateGeneratorWrapper - Class in org.elasticsearch.search.suggest.phrase
 
MultiCandidateGeneratorWrapper(int, CandidateGenerator...) - Constructor for class org.elasticsearch.search.suggest.phrase.MultiCandidateGeneratorWrapper
 
MultiCommand - Class in org.elasticsearch.cli
A cli tool which is made up of multiple subcommands.
MultiCommand(String) - Constructor for class org.elasticsearch.cli.MultiCommand
 
multiFields - Variable in class org.elasticsearch.index.mapper.FieldMapper
 
multiFieldsBuilder - Variable in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
MultiGeoPointValues - Class in org.elasticsearch.index.fielddata
A stateful lightweight per document set of GeoPoint values.
MultiGeoPointValues() - Constructor for class org.elasticsearch.index.fielddata.MultiGeoPointValues
Creates a new MultiGeoPointValues instance
multiGet(MultiGetRequest) - Method in interface org.elasticsearch.client.Client
Multi get documents.
multiGet(MultiGetRequest, ActionListener<MultiGetResponse>) - Method in interface org.elasticsearch.client.Client
Multi get documents.
multiGet(MultiGetRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
multiGet(MultiGetRequest, ActionListener<MultiGetResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
MultiGetAction - Class in org.elasticsearch.action.get
 
MultiGetItemResponse - Class in org.elasticsearch.action.get
A single multi get response.
MultiGetItemResponse(GetResponse, MultiGetResponse.Failure) - Constructor for class org.elasticsearch.action.get.MultiGetItemResponse
 
MultiGetRequest - Class in org.elasticsearch.action.get
 
MultiGetRequest() - Constructor for class org.elasticsearch.action.get.MultiGetRequest
 
MultiGetRequest.Item - Class in org.elasticsearch.action.get
A single get item.
MultiGetRequestBuilder - Class in org.elasticsearch.action.get
A multi get document action request builder.
MultiGetRequestBuilder(ElasticsearchClient, MultiGetAction) - Constructor for class org.elasticsearch.action.get.MultiGetRequestBuilder
 
MultiGetResponse - Class in org.elasticsearch.action.get
 
MultiGetResponse(MultiGetItemResponse[]) - Constructor for class org.elasticsearch.action.get.MultiGetResponse
 
MultiGetResponse.Failure - Class in org.elasticsearch.action.get
Represents a failure.
MultiGetShardRequest - Class in org.elasticsearch.action.get
 
MultiGetShardRequest() - Constructor for class org.elasticsearch.action.get.MultiGetShardRequest
 
MultiGetShardResponse - Class in org.elasticsearch.action.get
 
multiLine(MultiLineStringBuilder) - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
MultiLineStringBuilder - Class in org.elasticsearch.common.geo.builders
 
MultiLineStringBuilder() - Constructor for class org.elasticsearch.common.geo.builders.MultiLineStringBuilder
 
MultiLineStringBuilder(StreamInput) - Constructor for class org.elasticsearch.common.geo.builders.MultiLineStringBuilder
Read from a stream.
multiMatchQuery(Object, String...) - Static method in class org.elasticsearch.index.query.QueryBuilders
Creates a match query with type "BOOLEAN" for the provided field name and text.
MultiMatchQuery - Class in org.elasticsearch.index.search
 
MultiMatchQuery(QueryShardContext) - Constructor for class org.elasticsearch.index.search.MultiMatchQuery
 
MultiMatchQuery.QueryBuilder - Class in org.elasticsearch.index.search
 
MultiMatchQueryBuilder - Class in org.elasticsearch.index.query
Same as MatchQueryBuilder but supports multiple fields.
MultiMatchQueryBuilder(Object, String...) - Constructor for class org.elasticsearch.index.query.MultiMatchQueryBuilder
Constructs a new text query.
MultiMatchQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.MultiMatchQueryBuilder
Read from a stream.
MultiMatchQueryBuilder.Type - Enum in org.elasticsearch.index.query
 
MultiOrdinals - Class in org.elasticsearch.index.fielddata.ordinals
Ordinals implementation which is efficient at storing field data ordinals for multi-valued or sparse fields.
MultiOrdinals(OrdinalsBuilder, float) - Constructor for class org.elasticsearch.index.fielddata.ordinals.MultiOrdinals
 
MultiPhrasePrefixQuery - Class in org.elasticsearch.common.lucene.search
 
MultiPhrasePrefixQuery() - Constructor for class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
 
multiPoint(MultiPointBuilder) - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
MultiPointBuilder - Class in org.elasticsearch.common.geo.builders
 
MultiPointBuilder(List<Coordinate>) - Constructor for class org.elasticsearch.common.geo.builders.MultiPointBuilder
Create a new MultiPointBuilder.
MultiPointBuilder(StreamInput) - Constructor for class org.elasticsearch.common.geo.builders.MultiPointBuilder
Read from a stream.
multiPolygon(MultiPolygonBuilder) - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
multipolygon(GeometryFactory, Coordinate[][][]) - Static method in class org.elasticsearch.common.geo.builders.PolygonBuilder
Create a Multipolygon from a set of coordinates.
MultiPolygonBuilder - Class in org.elasticsearch.common.geo.builders
 
MultiPolygonBuilder() - Constructor for class org.elasticsearch.common.geo.builders.MultiPolygonBuilder
Build a MultiPolygonBuilder with RIGHT orientation.
MultiPolygonBuilder(ShapeBuilder.Orientation) - Constructor for class org.elasticsearch.common.geo.builders.MultiPolygonBuilder
Build a MultiPolygonBuilder with an arbitrary orientation.
MultiPolygonBuilder(StreamInput) - Constructor for class org.elasticsearch.common.geo.builders.MultiPolygonBuilder
Read from a stream.
multiSearch(MultiSearchRequest) - Method in interface org.elasticsearch.client.Client
Performs multiple search requests.
multiSearch(MultiSearchRequest, ActionListener<MultiSearchResponse>) - Method in interface org.elasticsearch.client.Client
Performs multiple search requests.
multiSearch(MultiSearchRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
multiSearch(MultiSearchRequest, ActionListener<MultiSearchResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
MultiSearchAction - Class in org.elasticsearch.action.search
 
MultiSearchRequest - Class in org.elasticsearch.action.search
A multi search API request.
MultiSearchRequest() - Constructor for class org.elasticsearch.action.search.MultiSearchRequest
 
MultiSearchRequestBuilder - Class in org.elasticsearch.action.search
A request builder for multiple search requests.
MultiSearchRequestBuilder(ElasticsearchClient, MultiSearchAction) - Constructor for class org.elasticsearch.action.search.MultiSearchRequestBuilder
 
MultiSearchResponse - Class in org.elasticsearch.action.search
A multi search response.
MultiSearchResponse(MultiSearchResponse.Item[]) - Constructor for class org.elasticsearch.action.search.MultiSearchResponse
 
MultiSearchResponse.Item - Class in org.elasticsearch.action.search
A search response item, holding the actual search response, or an error message if it failed.
MultiTermAwareComponent - Interface in org.elasticsearch.index.analysis
Elasticsearch counterpart of MultiTermAwareComponent.
MultiTermQueryBuilder - Interface in org.elasticsearch.index.query
 
multiTermVectors(MultiTermVectorsRequest) - Method in interface org.elasticsearch.client.Client
Multi get term vectors.
multiTermVectors(MultiTermVectorsRequest, ActionListener<MultiTermVectorsResponse>) - Method in interface org.elasticsearch.client.Client
Multi get term vectors.
multiTermVectors(MultiTermVectorsRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
multiTermVectors(MultiTermVectorsRequest, ActionListener<MultiTermVectorsResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
MultiTermVectorsAction - Class in org.elasticsearch.action.termvectors
 
MultiTermVectorsItemResponse - Class in org.elasticsearch.action.termvectors
A single multi get response.
MultiTermVectorsItemResponse(TermVectorsResponse, MultiTermVectorsResponse.Failure) - Constructor for class org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
 
MultiTermVectorsRequest - Class in org.elasticsearch.action.termvectors
 
MultiTermVectorsRequest() - Constructor for class org.elasticsearch.action.termvectors.MultiTermVectorsRequest
 
MultiTermVectorsRequestBuilder - Class in org.elasticsearch.action.termvectors
 
MultiTermVectorsRequestBuilder(ElasticsearchClient, MultiTermVectorsAction) - Constructor for class org.elasticsearch.action.termvectors.MultiTermVectorsRequestBuilder
 
MultiTermVectorsResponse - Class in org.elasticsearch.action.termvectors
 
MultiTermVectorsResponse(MultiTermVectorsItemResponse[]) - Constructor for class org.elasticsearch.action.termvectors.MultiTermVectorsResponse
 
MultiTermVectorsResponse.Failure - Class in org.elasticsearch.action.termvectors
Represents a failure.
MultiTermVectorsShardRequest - Class in org.elasticsearch.action.termvectors
 
MultiTermVectorsShardRequest() - Constructor for class org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
 
MultiTermVectorsShardResponse - Class in org.elasticsearch.action.termvectors
 
MULTIVAL_SEP_CHAR - Static variable in class org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
 
MultiValue(String, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.MultiValue
 
MultiValue(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.MultiValue
Read from a stream.
MultiValue(String, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregator.MultiValue
 
MultiValueMode - Enum in org.elasticsearch.search
Defines what values to pick in the case a document contains multiple values for a particular field.
MultiValueMode.UnsortedNumericDoubleValues - Interface in org.elasticsearch.search
Interface allowing custom value generators to be used in MultiValueMode.
Murmur3HashFunction - Class in org.elasticsearch.cluster.routing
Hash function based on the Murmur3 algorithm, which is the default as of Elasticsearch 2.0.
MurmurHash3 - Enum in org.elasticsearch.common.hash
MurmurHash3 hashing functions.
MurmurHash3.Hash128 - Class in org.elasticsearch.common.hash
A 128-bits hash.
must(QueryBuilder) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Adds a query that must appear in the matching documents and will contribute to scoring.
must() - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Gets the queries that must appear in the matching documents.
mustAck(DiscoveryNode) - Method in interface org.elasticsearch.cluster.AckedClusterStateTaskListener
Called to determine which nodes the acknowledgement is expected from
mustAck(DiscoveryNode) - Method in class org.elasticsearch.cluster.AckedClusterStateUpdateTask
Called to determine which nodes the acknowledgement is expected from
mustNot(QueryBuilder) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Adds a query that must not appear in the matching documents.
mustNot() - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Gets the queries that must not appear in the matching documents.
mustVisitAllDocs() - Method in class org.elasticsearch.search.aggregations.AggregatorFactories.Builder
 
mutableIterator() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
MutualInformation - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
MutualInformation(boolean, boolean) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
 
MutualInformation(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
Read from a stream.
MutualInformation.MutualInformationBuilder - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
MutualInformationBuilder(boolean, boolean) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation.MutualInformationBuilder
 

N

NAME - Static variable in class org.apache.lucene.queryparser.classic.ExistsFieldQueryExtension
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.health.ClusterHealthAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.node.liveness.TransportLivenessAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.remote.RemoteInfoAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryAction
 
name(String) - Method in class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequest
Sets the name of the repository to unregister.
name() - Method in class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequest
The name of the repository.
NAME - Static variable in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryAction
 
name(String) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
Sets the name of the repository.
name() - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
The name of the repository.
NAME - Static variable in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryAction
 
name(String) - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequest
Sets the name of the repository to unregister.
name() - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequest
The name of the repository.
NAME - Static variable in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.state.ClusterStateAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptAction
 
NAME - Static variable in class org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksAction
 
name() - Method in class org.elasticsearch.action.admin.indices.alias.Alias
Returns the alias name
NAME - Static variable in class org.elasticsearch.action.admin.indices.alias.exists.AliasesExistAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.analyze.AnalyzeAction
 
name - Variable in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest.NameOrDefinition
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.close.CloseIndexAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.create.CreateIndexAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.delete.DeleteIndexAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.flush.FlushAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.flush.SyncedFlushAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.get.GetIndexAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.mapping.get.GetMappingsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.open.OpenIndexAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.recovery.RecoveryAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.refresh.RefreshAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
 
name - Variable in class org.elasticsearch.action.admin.indices.rollover.Condition
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.rollover.MaxAgeCondition
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.rollover.MaxDocsCondition
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.rollover.RolloverAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.shrink.ShrinkAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.stats.IndicesStatsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction
 
name(String) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
Set the index template name to delete.
name() - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
The index template name to delete.
NAME - Static variable in class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateAction
 
name(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Sets the name of the index template.
name() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The name of the index template.
NAME - Static variable in class org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsAction
 
NAME - Static variable in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryAction
 
NAME - Static variable in class org.elasticsearch.action.bulk.BulkAction
 
NAME - Static variable in class org.elasticsearch.action.delete.DeleteAction
 
NAME - Static variable in class org.elasticsearch.action.explain.ExplainAction
 
NAME - Static variable in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesAction
 
NAME - Static variable in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
 
NAME - Static variable in class org.elasticsearch.action.fieldstats.FieldStatsAction
 
name() - Method in class org.elasticsearch.action.GenericAction
The name of the action.
NAME - Static variable in class org.elasticsearch.action.get.GetAction
 
NAME - Static variable in class org.elasticsearch.action.get.MultiGetAction
 
NAME - Static variable in class org.elasticsearch.action.index.IndexAction
 
NAME - Static variable in class org.elasticsearch.action.ingest.DeletePipelineAction
 
NAME - Static variable in class org.elasticsearch.action.ingest.GetPipelineAction
 
NAME - Static variable in class org.elasticsearch.action.ingest.PutPipelineAction
 
NAME - Static variable in class org.elasticsearch.action.ingest.SimulatePipelineAction
 
NAME - Static variable in class org.elasticsearch.action.main.MainAction
 
NAME - Static variable in class org.elasticsearch.action.search.ClearScrollAction
 
NAME - Static variable in class org.elasticsearch.action.search.MultiSearchAction
 
NAME - Static variable in class org.elasticsearch.action.search.SearchAction
 
NAME - Static variable in class org.elasticsearch.action.search.SearchScrollAction
 
NAME - Static variable in class org.elasticsearch.action.support.replication.ReplicationTask.Status
 
NAME - Static variable in class org.elasticsearch.action.termvectors.MultiTermVectorsAction
 
NAME - Static variable in class org.elasticsearch.action.termvectors.TermVectorsAction
 
NAME - Static variable in class org.elasticsearch.action.update.UpdateAction
 
name() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
name() - Method in class org.elasticsearch.cluster.metadata.RepositoryMetaData
Returns repository name
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand
 
name() - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand
 
name() - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand
 
name() - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand
 
name() - Method in interface org.elasticsearch.cluster.routing.allocation.command.AllocationCommand
Get the name of the command
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
name() - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
name() - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ConcurrentRebalanceAllocationDecider
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.MaxRetryAllocationDecider
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.NodeVersionAllocationDecider
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.RebalanceOnlyWhenActiveAllocationDecider
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.RestoreInProgressAllocationDecider
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
 
NAME - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
 
name() - Method in interface org.elasticsearch.common.blobstore.BlobMetaData
Gets the name of the blob.
name() - Method in class org.elasticsearch.common.blobstore.support.PlainBlobMetaData
 
name - Variable in class org.elasticsearch.common.io.stream.NamedWriteableRegistry.Entry
A name for the writeable which is unique to the NamedWriteableRegistry.Entry.categoryClass.
name() - Method in class org.elasticsearch.common.lucene.all.AllEntries.Entry
 
name - Variable in class org.elasticsearch.common.xcontent.NamedXContentRegistry.Entry
A name for the entry which is unique within the NamedXContentRegistry.Entry.categoryClass.
name() - Method in class org.elasticsearch.index.analysis.AbstractCharFilterFactory
 
name() - Method in class org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider
Returns the injected name of the analyzer.
name() - Method in class org.elasticsearch.index.analysis.AbstractTokenFilterFactory
 
name() - Method in class org.elasticsearch.index.analysis.AbstractTokenizerFactory
 
name() - Method in interface org.elasticsearch.index.analysis.AnalyzerProvider
 
name() - Method in interface org.elasticsearch.index.analysis.CharFilterFactory
 
name() - Method in class org.elasticsearch.index.analysis.NamedAnalyzer
The name of the analyzer.
name() - Method in class org.elasticsearch.index.analysis.PreBuiltAnalyzerProvider
 
name() - Method in class org.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
 
name() - Method in interface org.elasticsearch.index.analysis.TokenFilterFactory
 
name() - Method in interface org.elasticsearch.index.analysis.TokenizerFactory
 
NAME - Static variable in class org.elasticsearch.index.mapper.AllFieldMapper.Defaults
 
NAME - Static variable in class org.elasticsearch.index.mapper.AllFieldMapper
 
name() - Method in class org.elasticsearch.index.mapper.DynamicTemplate
 
name() - Method in class org.elasticsearch.index.mapper.FieldMapper
 
NAME - Static variable in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.Defaults
 
NAME - Static variable in class org.elasticsearch.index.mapper.FieldNamesFieldMapper
 
NAME - Static variable in class org.elasticsearch.index.mapper.IdFieldMapper.Defaults
 
NAME - Static variable in class org.elasticsearch.index.mapper.IdFieldMapper
 
NAME - Static variable in class org.elasticsearch.index.mapper.IndexFieldMapper.Defaults
 
NAME - Static variable in class org.elasticsearch.index.mapper.IndexFieldMapper
 
name() - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
name - Variable in class org.elasticsearch.index.mapper.Mapper.Builder
 
name() - Method in class org.elasticsearch.index.mapper.Mapper.Builder
 
name() - Method in class org.elasticsearch.index.mapper.Mapper
Returns the canonical name which uniquely identifies the mapper against other mappers in a type.
name() - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
NAME - Static variable in class org.elasticsearch.index.mapper.ParentFieldMapper.Defaults
 
NAME - Static variable in class org.elasticsearch.index.mapper.ParentFieldMapper
 
name - Variable in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
 
NAME - Static variable in class org.elasticsearch.index.mapper.RoutingFieldMapper.Defaults
 
NAME - Static variable in class org.elasticsearch.index.mapper.RoutingFieldMapper
 
NAME - Static variable in class org.elasticsearch.index.mapper.SourceFieldMapper.Defaults
 
NAME - Static variable in class org.elasticsearch.index.mapper.SourceFieldMapper
 
NAME - Static variable in class org.elasticsearch.index.mapper.TimestampFieldMapper.Defaults
 
NAME - Static variable in class org.elasticsearch.index.mapper.TimestampFieldMapper
 
NAME - Static variable in class org.elasticsearch.index.mapper.TTLFieldMapper.Defaults
 
NAME - Static variable in class org.elasticsearch.index.mapper.TTLFieldMapper
 
NAME - Static variable in class org.elasticsearch.index.mapper.TypeFieldMapper.Defaults
 
NAME - Static variable in class org.elasticsearch.index.mapper.TypeFieldMapper
 
NAME - Static variable in class org.elasticsearch.index.mapper.UidFieldMapper.Defaults
 
NAME - Static variable in class org.elasticsearch.index.mapper.UidFieldMapper
 
NAME - Static variable in class org.elasticsearch.index.mapper.VersionFieldMapper.Defaults
 
NAME - Static variable in class org.elasticsearch.index.mapper.VersionFieldMapper
 
NAME - Static variable in class org.elasticsearch.index.query.BoolQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.BoostingQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.ConstantScoreQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.DisMaxQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.ExistsQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.functionscore.ExponentialDecayFunctionBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.functionscore.LinearDecayFunctionBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.functionscore.WeightBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.GeohashCellQuery
 
NAME - Static variable in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.IdsQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
 
NAME - Static variable in class org.elasticsearch.index.query.MatchAllQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.MatchNoneQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
The name for the match query
NAME - Static variable in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.NestedQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.PrefixQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.RangeQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.RegexpQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.ScriptQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Name for (de-)serialization.
NAME - Static variable in class org.elasticsearch.index.query.SpanContainingQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.SpanFirstQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.SpanMultiTermQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.SpanOrQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.SpanTermQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.SpanWithinQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.TermQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.TermsQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.TypeQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.WildcardQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.query.WrapperQueryBuilder
 
NAME - Static variable in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
NAME - Static variable in class org.elasticsearch.index.reindex.DeleteByQueryAction
 
NAME - Static variable in class org.elasticsearch.index.reindex.ReindexAction
 
NAME - Static variable in class org.elasticsearch.index.reindex.UpdateByQueryAction
 
name() - Method in class org.elasticsearch.index.shard.CommitPoint.FileInfo
 
name() - Method in class org.elasticsearch.index.shard.CommitPoint
 
name() - Method in class org.elasticsearch.index.similarity.AbstractSimilarityProvider
Returns the name associated with the Provider
name() - Method in interface org.elasticsearch.index.similarity.SimilarityProvider
Returns the name associated with the Provider
name() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Returns the base file name
name() - Method in class org.elasticsearch.index.store.StoreFileMetaData
Returns the name of this file
name() - Method in exception org.elasticsearch.indices.IndexTemplateAlreadyExistsException
Deprecated.
 
name() - Method in exception org.elasticsearch.indices.IndexTemplateMissingException
 
name() - Method in exception org.elasticsearch.indices.InvalidIndexTemplateException
 
name() - Method in class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
name() - Method in class org.elasticsearch.indices.recovery.RecoveryState.File
file name *
NAME - Static variable in class org.elasticsearch.repositories.IndexId
 
name() - Method in class org.elasticsearch.script.CompiledScript
Method to get the name of the script.
NAME - Static variable in class org.elasticsearch.script.NativeScriptEngineService
 
name - Variable in class org.elasticsearch.search.aggregations.AggregationBuilder
 
name() - Method in class org.elasticsearch.search.aggregations.Aggregator
Return the name of this aggregator.
name - Variable in class org.elasticsearch.search.aggregations.AggregatorBase
 
name() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
 
name - Variable in class org.elasticsearch.search.aggregations.AggregatorFactories.AggParseContext
 
name() - Method in class org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
 
name - Variable in class org.elasticsearch.search.aggregations.AggregatorFactory
 
name() - Method in class org.elasticsearch.search.aggregations.AggregatorFactory
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
 
name() - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.sampler.UnmappedSampler
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.LongTerms
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.StringTerms
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
name - Variable in class org.elasticsearch.search.aggregations.InternalAggregation
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
 
name() - Method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
 
NAME - Static variable in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
 
name - Variable in class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
 
name - Variable in class org.elasticsearch.search.aggregations.support.AggregationPath.PathElement
 
NAME - Static variable in class org.elasticsearch.search.DocValueFormat.DateTime
 
NAME - Static variable in class org.elasticsearch.search.DocValueFormat.Decimal
 
name() - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Field
 
name() - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightField
The name of the field highlighted.
name() - Method in class org.elasticsearch.search.fetch.subphase.ScriptFieldsContext.ScriptField
 
name() - Method in class org.elasticsearch.search.profile.aggregation.ProfilingAggregator
 
NAME - Static variable in class org.elasticsearch.search.rescore.QueryRescorer
 
name() - Method in class org.elasticsearch.search.rescore.QueryRescorer
 
NAME - Static variable in class org.elasticsearch.search.rescore.QueryRescorerBuilder
 
name() - Method in interface org.elasticsearch.search.rescore.Rescorer
Returns the name of this rescorer
name() - Method in class org.elasticsearch.search.SearchHitField
Deprecated.
NAME - Static variable in class org.elasticsearch.search.sort.FieldSortBuilder
 
NAME - Static variable in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
 
NAME - Static variable in class org.elasticsearch.search.sort.ScoreSortBuilder
 
NAME - Static variable in class org.elasticsearch.search.sort.ScriptSortBuilder
 
NAME - Static variable in class org.elasticsearch.search.suggest.completion.CompletionSuggestion
 
NAME - Static variable in class org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
 
name - Variable in class org.elasticsearch.search.suggest.completion.context.ContextBuilder
 
name - Variable in class org.elasticsearch.search.suggest.completion.context.ContextMapping
 
name() - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping
 
NAME - Static variable in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext
 
name - Variable in class org.elasticsearch.search.suggest.completion2x.context.ContextBuilder
 
name - Variable in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping.ContextQuery
 
name() - Method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping.ContextQuery
 
name - Variable in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
 
name() - Method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
 
NAME - Static variable in class org.elasticsearch.search.suggest.phrase.Laplace
 
NAME - Static variable in class org.elasticsearch.search.suggest.phrase.LinearInterpolation
 
NAME - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestion
 
NAME - Static variable in class org.elasticsearch.search.suggest.phrase.StupidBackoff
 
NAME - Static variable in class org.elasticsearch.search.suggest.Suggest
 
name - Variable in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
NAME - Static variable in class org.elasticsearch.search.suggest.term.TermSuggestion
 
name() - Method in class org.elasticsearch.snapshots.RestoreInfo
Snapshot name
NAME - Static variable in class org.elasticsearch.tasks.RawTaskStatus
 
name() - Method in class org.elasticsearch.threadpool.ExecutorBuilder
 
NAME_FIELD - Static variable in class org.elasticsearch.index.query.AbstractQueryBuilder
 
NAME_FIELD - Static variable in class org.elasticsearch.index.query.InnerHitBuilder
 
Named - Annotation Type in org.elasticsearch.common.inject.name
Annotates named things.
named(String) - Static method in class org.elasticsearch.common.inject.name.Names
Creates a Named annotation with name as the value.
NAMED_STOP_WORDS - Static variable in class org.elasticsearch.index.analysis.Analysis
 
NamedAnalyzer - Class in org.elasticsearch.index.analysis
Named analyzer is an analyzer wrapper around an actual analyzer (NamedAnalyzer.analyzer that is associated with a name (NamedAnalyzer.name().
NamedAnalyzer(NamedAnalyzer, int) - Constructor for class org.elasticsearch.index.analysis.NamedAnalyzer
 
NamedAnalyzer(String, AnalyzerScope, Analyzer) - Constructor for class org.elasticsearch.index.analysis.NamedAnalyzer
 
NamedAnalyzer(String, AnalyzerScope, Analyzer, int) - Constructor for class org.elasticsearch.index.analysis.NamedAnalyzer
 
NamedDiff<T extends Diffable<T>> - Interface in org.elasticsearch.cluster
Diff that also support NamedWriteable interface
NamedDiffable<T> - Interface in org.elasticsearch.cluster
Diff that also support NamedWriteable interface
NamedDiffableValueSerializer<T extends NamedDiffable<T>> - Class in org.elasticsearch.cluster
Value Serializer for named diffables
NamedDiffableValueSerializer(Class<T>) - Constructor for class org.elasticsearch.cluster.NamedDiffableValueSerializer
 
namedFilters() - Method in class org.elasticsearch.index.query.ParsedQuery
 
namedObject(Class<T>, String, Object) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
namedObject(Class<T>, String, Object) - Method in interface org.elasticsearch.common.xcontent.XContentParser
Parse an object by name.
NamedRegistry<T> - Class in org.elasticsearch.common
A registry from String to some class implementation.
NamedRegistry(String) - Constructor for class org.elasticsearch.common.NamedRegistry
 
NamedWriteable - Interface in org.elasticsearch.common.io.stream
A Writeable object identified by its name.
NamedWriteableAwareStreamInput - Class in org.elasticsearch.common.io.stream
Wraps a StreamInput and associates it with a NamedWriteableRegistry
NamedWriteableAwareStreamInput(StreamInput, NamedWriteableRegistry) - Constructor for class org.elasticsearch.common.io.stream.NamedWriteableAwareStreamInput
 
NamedWriteableRegistry - Class in org.elasticsearch.common.io.stream
A registry for Writeable.Reader readers of NamedWriteable.
NamedWriteableRegistry(List<NamedWriteableRegistry.Entry>) - Constructor for class org.elasticsearch.common.io.stream.NamedWriteableRegistry
Constructs a new registry from the given entries.
namedWriteableRegistry - Variable in class org.elasticsearch.transport.local.LocalTransport
 
NamedWriteableRegistry.Entry - Class in org.elasticsearch.common.io.stream
An entry in the registry, made up of a category class and name, and a reader for that category class.
NamedXContentProvider - Interface in org.elasticsearch.plugins.spi
Provides named XContent parsers.
NamedXContentRegistry - Class in org.elasticsearch.common.xcontent
 
NamedXContentRegistry(List<NamedXContentRegistry.Entry>) - Constructor for class org.elasticsearch.common.xcontent.NamedXContentRegistry
 
namedXContentRegistry - Variable in class org.elasticsearch.repositories.blobstore.BlobStoreFormat
 
namedXContentRegistry - Variable in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
NamedXContentRegistry.Entry - Class in org.elasticsearch.common.xcontent
An entry in the NamedXContentRegistry containing the name of the object and the parser that can parse it.
NamedXContentRegistry.UnknownNamedObjectException - Exception in org.elasticsearch.common.xcontent
names() - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
 
names(String...) - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
 
names(String...) - Method in class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
Sets the names of the index templates.
names() - Method in class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
The names of the index templates.
Names - Class in org.elasticsearch.common.inject.name
Utility methods for use with @Named.
names() - Method in class org.elasticsearch.common.settings.Settings
 
Names() - Constructor for class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Names
 
Names() - Constructor for class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
 
Names() - Constructor for class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Names
 
NAMES - Static variable in class org.elasticsearch.search.lookup.IndexLookup
 
Names() - Constructor for class org.elasticsearch.threadpool.ThreadPool.Names
 
nanos() - Method in class org.elasticsearch.common.unit.TimeValue
 
nativeControllerPath(Path) - Static method in class org.elasticsearch.plugins.Platforms
The path to the native controller for a plugin with native components.
NativeScriptEngineService - Class in org.elasticsearch.script
A native script engine service.
NativeScriptEngineService(Settings, Map<String, NativeScriptFactory>) - Constructor for class org.elasticsearch.script.NativeScriptEngineService
 
NativeScriptFactory - Interface in org.elasticsearch.script
Deprecated.
Create a ScriptEngineService instead of using native scripts
needsField(FieldInfo) - Method in class org.elasticsearch.index.fieldvisitor.CustomFieldsVisitor
 
needsField(FieldInfo) - Method in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
needsField(FieldInfo) - Method in class org.elasticsearch.index.fieldvisitor.SingleFieldsVisitor
 
needsRefresh() - Method in class org.elasticsearch.common.util.SingleObjectCache
Returns true iff the cache needs to be refreshed.
needsScores() - Method in class org.apache.lucene.search.grouping.CollapsingTopDocsCollector
 
needsScores() - Method in class org.elasticsearch.common.lucene.Lucene.EarlyTerminatingCollector
 
needsScores() - Method in class org.elasticsearch.common.lucene.MinimumScoreCollector
 
needsScores() - Method in class org.elasticsearch.common.lucene.search.FilteredCollector
 
needsScores() - Method in class org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction
 
needsScores() - Method in class org.elasticsearch.common.lucene.search.function.RandomScoreFunction
 
needsScores() - Method in class org.elasticsearch.common.lucene.search.function.ScoreFunction
Indicates if document scores are needed by this function.
needsScores() - Method in class org.elasticsearch.common.lucene.search.function.ScriptScoreFunction
 
needsScores() - Method in class org.elasticsearch.common.lucene.search.function.WeightFactorFunction
 
needsScores() - Method in interface org.elasticsearch.script.NativeScriptFactory
Deprecated.
Indicates if document scores may be needed by the produced scripts.
needsScores() - Method in interface org.elasticsearch.script.SearchScript
Indicates if document scores may be needed by this SearchScript.
needsScores() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
Most aggregators don't need scores, make sure to extend this method if your aggregator needs them.
needsScores() - Method in class org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
 
needsScores() - Method in class org.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
 
needsScores() - Method in class org.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
 
needsScores() - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.bucket.range.BinaryRangeAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTermsAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregator
 
needsScores() - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.Script
 
needsScores() - Method in class org.elasticsearch.search.aggregations.support.ValuesSource
Whether this values source needs scores.
needsScores() - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.Script
 
needsScores() - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.WithScript
 
needsScores() - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.WithScript
 
needsScores() - Method in class org.elasticsearch.search.profile.aggregation.ProfilingAggregator
 
needsScores() - Method in class org.elasticsearch.search.profile.query.InternalProfileCollector
 
needToCheck() - Method in class org.elasticsearch.action.support.AutoCreateIndex
Do we really need to check if an index should be auto created?
negativeBoost(float) - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
Set the negative boost factor.
negativeBoost() - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
Get the negative boost factor.
negativeQuery() - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
Get the negative query for this boosting query.
neighbor(String, int, int, int) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Calculate the geohash of a neighbor of a geohash
neighboringModel() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
neighboringModel() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
neighboringModel() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
neighboringModel() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
 
neighboringModel() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
Generates a "neighboring" model, where one of the tunable parameters has been randomly mutated within the allowed range.
neighboringModel() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
 
neighbors(String) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Calculate all neighbors of a given geohash cell.
neighbors(boolean) - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
neighbors() - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
neighbors(boolean) - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping.Builder
Set neighborhood usage
Nested(BitSetProducer, Query) - Constructor for class org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested
 
nested - Variable in class org.elasticsearch.index.mapper.ObjectMapper.Builder
 
nested(ObjectMapper.Nested) - Method in class org.elasticsearch.index.mapper.ObjectMapper.Builder
 
NESTED - Static variable in class org.elasticsearch.index.mapper.ObjectMapper.Defaults
 
nested() - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
nested(String, String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Nested aggregation with the given name.
Nested - Interface in org.elasticsearch.search.aggregations.bucket.nested
A nested aggregation.
NESTED_CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.ObjectMapper
 
NESTED_FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.IdFieldMapper.Defaults
 
NESTED_FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.UidFieldMapper.Defaults
 
NESTED_FILTER_FIELD - Static variable in class org.elasticsearch.search.sort.SortBuilder
 
NESTED_PATH_FIELD - Static variable in class org.elasticsearch.search.sort.SortBuilder
 
NestedAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.nested
 
NestedAggregationBuilder(String, String) - Constructor for class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
 
NestedAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
Read from a stream.
NestedAggregator - Class in org.elasticsearch.search.aggregations.bucket.nested
 
NestedAggregator(String, AggregatorFactories, ObjectMapper, ObjectMapper, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregator
 
NestedAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.nested
 
NestedAggregatorFactory(String, ObjectMapper, ObjectMapper, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregatorFactory
 
NestedHelper - Class in org.elasticsearch.index.search
Utility class to filter parent and children clauses when building nested queries.
NestedHelper(MapperService) - Constructor for class org.elasticsearch.index.search.NestedHelper
 
NestedIdentity(String, int, SearchHit.NestedIdentity) - Constructor for class org.elasticsearch.search.SearchHit.NestedIdentity
 
nestedQuery(String, QueryBuilder, ScoreMode) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
NestedQueryBuilder - Class in org.elasticsearch.index.query
 
NestedQueryBuilder(String, QueryBuilder, ScoreMode) - Constructor for class org.elasticsearch.index.query.NestedQueryBuilder
 
NestedQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.NestedQueryBuilder
Read from a stream.
nestedScope() - Method in class org.elasticsearch.index.query.QueryShardContext
 
NestedScope - Class in org.elasticsearch.index.query.support
During query parsing this keeps track of the current nested level.
NestedScope() - Constructor for class org.elasticsearch.index.query.support.NestedScope
 
nestedTypeFilter() - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
nestedTypePathAsString() - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
NETWORK_SERVER - Static variable in class org.elasticsearch.common.network.NetworkService
 
NetworkAddress - Class in org.elasticsearch.common.network
Utility functions for presentation of network addresses.
NetworkExceptionHelper - Class in org.elasticsearch.common.transport
 
NetworkExceptionHelper() - Constructor for class org.elasticsearch.common.transport.NetworkExceptionHelper
 
NetworkModule - Class in org.elasticsearch.common.network
A module to handle registering and binding all network related classes.
NetworkModule(Settings, boolean, List<NetworkPlugin>, ThreadPool, BigArrays, CircuitBreakerService, NamedWriteableRegistry, NamedXContentRegistry, NetworkService, HttpServerTransport.Dispatcher) - Constructor for class org.elasticsearch.common.network.NetworkModule
Creates a network module that custom networking classes can be plugged into.
NetworkPlugin - Interface in org.elasticsearch.plugins
Plugin for extending network and transport related classes
NetworkService - Class in org.elasticsearch.common.network
 
NetworkService(Settings, List<NetworkService.CustomNameResolver>) - Constructor for class org.elasticsearch.common.network.NetworkService
 
networkService - Variable in class org.elasticsearch.transport.TcpTransport
 
NetworkService.CustomNameResolver - Interface in org.elasticsearch.common.network
A custom name resolver can support custom lookup keys (my_net_key:ipv4) and also change the default inet address used in case no settings is provided.
NetworkService.TcpSettings - Class in org.elasticsearch.common.network
 
NetworkUtils - Class in org.elasticsearch.common.network
Utilities for network interfaces / addresses binding and publishing.
NEW_INGEST_DATE_FORMAT - Static variable in class org.elasticsearch.ingest.IngestService
 
newAggregation(String, long, InternalAggregations) - Method in class org.elasticsearch.search.aggregations.bucket.filter.InternalFilter
 
newAggregation(String, long, InternalAggregations) - Method in class org.elasticsearch.search.aggregations.bucket.global.InternalGlobal
 
newAggregation(String, long, InternalAggregations) - Method in class org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
Create a new empty sub aggregation.
newAggregation(String, long, InternalAggregations) - Method in class org.elasticsearch.search.aggregations.bucket.missing.InternalMissing
 
newAggregation(String, long, InternalAggregations) - Method in class org.elasticsearch.search.aggregations.bucket.nested.InternalNested
 
newAggregation(String, long, InternalAggregations) - Method in class org.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested
 
newAggregation(String, long, InternalAggregations) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
 
newAliasMetaData(AliasMetaData, String) - Static method in class org.elasticsearch.cluster.metadata.AliasMetaData
Creates a new AliasMetaData instance with same content as the given one, but with a different alias name
newAliasMetaDataBuilder(String) - Static method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
newBlockingQueue() - Static method in class org.elasticsearch.common.util.concurrent.ConcurrentCollections
 
newBufferedReader(URL, Charset) - Static method in class org.elasticsearch.common.io.FileSystemUtils
Opens the given url for reading returning a BufferedReader that may be used to read text from the URL in an efficient manner.
newBuilder() - Method in class org.elasticsearch.rest.AbstractRestChannel
 
newBuilder(XContentType, boolean) - Method in class org.elasticsearch.rest.AbstractRestChannel
Creates a new XContentBuilder for a response to be sent using this channel.
newBuilder() - Method in interface org.elasticsearch.rest.RestChannel
 
newBuilder(XContentType, boolean) - Method in interface org.elasticsearch.rest.RestChannel
 
newByteArray(long, boolean) - Method in class org.elasticsearch.common.util.BigArrays
Allocate a new ByteArray.
newByteArray(long) - Method in class org.elasticsearch.common.util.BigArrays
Allocate a new ByteArray initialized with zeros.
newBytesOutput() - Method in class org.elasticsearch.rest.AbstractRestChannel
 
newCircleBuilder() - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilders
create a new Circle
newClusterInfoService(Settings, ClusterService, ThreadPool, NodeClient) - Method in class org.elasticsearch.node.Node
Constructs a ClusterInfoService which may be mocked for tests.
newComparator(String, int, int, boolean) - Method in class org.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource
 
newComparator(String, int, int, boolean) - Method in class org.elasticsearch.index.fielddata.fieldcomparator.DoubleValuesComparatorSource
 
newComparator(String, int, int, boolean) - Method in class org.elasticsearch.index.fielddata.fieldcomparator.FloatValuesComparatorSource
 
newComparator(String, int, int, boolean) - Method in class org.elasticsearch.index.fielddata.fieldcomparator.LongValuesComparatorSource
 
newConcurrentHashSet() - Static method in class org.elasticsearch.common.util.set.Sets
 
newConcurrentMap() - Static method in class org.elasticsearch.common.util.concurrent.ConcurrentCollections
 
newConcurrentMapLong() - Static method in class org.elasticsearch.common.util.concurrent.ConcurrentCollections
 
newConcurrentMapLongWithAggressiveConcurrency() - Static method in class org.elasticsearch.common.util.concurrent.ConcurrentCollections
Creates a new CHM with an aggressive concurrency level, aimed at highly updateable long living maps.
newConcurrentMapWithAggressiveConcurrency() - Static method in class org.elasticsearch.common.util.concurrent.ConcurrentCollections
Creates a new CHM with an aggressive concurrency level, aimed at high concurrent update rate long living maps.
newConcurrentMapWithAggressiveConcurrency(int) - Static method in class org.elasticsearch.common.util.concurrent.ConcurrentCollections
Creates a new CHM with an aggressive concurrency level, aimed at high concurrent update rate long living maps.
newConcurrentSet() - Static method in class org.elasticsearch.common.util.concurrent.ConcurrentCollections
 
newCondition() - Method in class org.elasticsearch.index.engine.Engine.NoOpLock
 
newConfigurationException(String, String, String, String) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
 
newConfigurationException(String, String, String, Exception) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
 
newDefaultQuery(String) - Method in class org.elasticsearch.index.query.SimpleQueryParser
 
newDeque() - Static method in class org.elasticsearch.common.util.concurrent.ConcurrentCollections
 
newDirectExecutorService() - Static method in class org.elasticsearch.common.util.concurrent.EsExecutors
Returns an ExecutorService that executes submitted tasks on the current thread.
newDirectory(Path) - Method in class org.elasticsearch.gateway.MetaDataStateFormat
 
newDirectory() - Method in class org.elasticsearch.index.store.DirectoryService
 
newDirectory() - Method in class org.elasticsearch.index.store.FsDirectoryService
 
newDirectoryService(ShardPath) - Method in class org.elasticsearch.index.store.IndexStore
The shard store class that should be used for each shard.
newDoubleArray(long, boolean) - Method in class org.elasticsearch.common.util.BigArrays
Allocate a new DoubleArray.
newDoubleArray(long) - Method in class org.elasticsearch.common.util.BigArrays
Allocate a new DoubleArray of the given capacity.
newEngine(EngineConfig) - Method in class org.elasticsearch.index.shard.IndexShard
 
newEngine(EngineConfig) - Method in class org.elasticsearch.index.shard.ShadowIndexShard
 
newEntry() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion
 
newEntry() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion
 
newEntry() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestion
 
newEntry() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
newEntry() - Method in class org.elasticsearch.search.suggest.term.TermSuggestion
 
newEnvelope(Coordinate, Coordinate) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilders
create a new rectangle
newErrorBuilder() - Method in class org.elasticsearch.rest.AbstractRestChannel
 
newErrorBuilder() - Method in interface org.elasticsearch.rest.RestChannel
 
newFilter(QueryShardContext, String) - Static method in class org.elasticsearch.index.query.ExistsQueryBuilder
 
newFixed(String, int, int, ThreadFactory, ThreadContext) - Static method in class org.elasticsearch.common.util.concurrent.EsExecutors
 
newFloatArray(long, boolean) - Method in class org.elasticsearch.common.util.BigArrays
Allocate a new FloatArray.
newFloatArray(long) - Method in class org.elasticsearch.common.util.BigArrays
Allocate a new FloatArray of the given capacity.
newFSDirectory(Path, LockFactory) - Method in class org.elasticsearch.index.store.FsDirectoryService
 
newFuture() - Static method in class org.elasticsearch.action.support.PlainActionFuture
 
newFuzzyQuery(Term, float, int) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
 
newFuzzyQuery(String, int) - Method in class org.elasticsearch.index.query.SimpleQueryParser
Dispatches to Lucene's SimpleQueryParser's newFuzzyQuery, optionally lowercasing the term first
newGeometryCollection() - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilders
Create a new GeometryCollection
newHashSet(Iterator<T>) - Static method in class org.elasticsearch.common.util.set.Sets
 
newHashSet(Iterable<T>) - Static method in class org.elasticsearch.common.util.set.Sets
 
newHashSet(T...) - Static method in class org.elasticsearch.common.util.set.Sets
 
newHeuristic(boolean, boolean) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.NXYParser
 
newIndexMapperService(NamedXContentRegistry, MapperRegistry) - Method in class org.elasticsearch.index.IndexModule
creates a new mapper service to do administrative work like mapping updates.
newIndexService(NodeEnvironment, NamedXContentRegistry, IndexService.ShardStoreDeleter, CircuitBreakerService, BigArrays, ThreadPool, ScriptService, ClusterService, Client, IndicesQueryCache, MapperRegistry, IndicesFieldDataCache) - Method in class org.elasticsearch.index.IndexModule
 
newInitializing() - Static method in class org.elasticsearch.cluster.routing.AllocationId
Creates a new allocation id for initializing allocation.
newInitializing(String) - Static method in class org.elasticsearch.cluster.routing.AllocationId
Creates a new allocation id for initializing allocation based on an existing id.
newInstance() - Method in class org.elasticsearch.action.ActionListenerResponseHandler
 
newInstance(SnapshotDeletionsInProgress.Entry) - Static method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress
Returns a new instance of SnapshotDeletionsInProgress with the given SnapshotDeletionsInProgress.Entry added.
newInstance(int) - Method in class org.elasticsearch.common.recycler.AbstractRecyclerC
 
newInstance(int) - Method in interface org.elasticsearch.common.recycler.Recycler.C
Create a new empty instance of the given size.
newInstance() - Method in class org.elasticsearch.transport.EmptyTransportResponseHandler
 
newInstance() - Method in class org.elasticsearch.transport.PlainTransportFuture
 
newInstance() - Method in class org.elasticsearch.transport.TransportChannelResponseHandler
 
newInstance() - Method in interface org.elasticsearch.transport.TransportResponseHandler
creates a new instance of the return type from the remote call.
newInstance() - Method in class org.elasticsearch.transport.TransportService.ContextRestoreResponseHandler
 
newIntArray(long, boolean) - Method in class org.elasticsearch.common.util.BigArrays
Allocate a new IntArray.
newIntArray(long) - Method in class org.elasticsearch.common.util.BigArrays
Allocate a new IntArray.
newLineString(List<Coordinate>) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilders
Create a new lineString
newLineString(CoordinatesBuilder) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilders
Create a new lineString
newLinkedList(Iterable<E>) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
newLongArray(long, boolean) - Method in class org.elasticsearch.common.util.BigArrays
Allocate a new LongArray.
newLongArray(long) - Method in class org.elasticsearch.common.util.BigArrays
Allocate a new LongArray.
newMap(int) - Static method in class org.elasticsearch.common.collect.HppcMaps
Returns a new map with the given number of expected elements.
newMap() - Static method in class org.elasticsearch.common.collect.HppcMaps
Returns a new map with a default initial capacity.
newMapBinder(Binder, TypeLiteral<K>, TypeLiteral<V>) - Static method in class org.elasticsearch.common.inject.multibindings.MapBinder
Returns a new mapbinder that collects entries of keyType/valueType in a Map that is itself bound with no binding annotation.
newMapBinder(Binder, Class<K>, Class<V>) - Static method in class org.elasticsearch.common.inject.multibindings.MapBinder
Returns a new mapbinder that collects entries of keyType/valueType in a Map that is itself bound with no binding annotation.
newMapBinder(Binder, TypeLiteral<K>, TypeLiteral<V>, Annotation) - Static method in class org.elasticsearch.common.inject.multibindings.MapBinder
Returns a new mapbinder that collects entries of keyType/valueType in a Map that is itself bound with annotation.
newMapBinder(Binder, Class<K>, Class<V>, Annotation) - Static method in class org.elasticsearch.common.inject.multibindings.MapBinder
Returns a new mapbinder that collects entries of keyType/valueType in a Map that is itself bound with annotation.
newMapBinder(Binder, TypeLiteral<K>, TypeLiteral<V>, Class<? extends Annotation>) - Static method in class org.elasticsearch.common.inject.multibindings.MapBinder
Returns a new mapbinder that collects entries of keyType/valueType in a Map that is itself bound with annotationType.
newMapBinder(Binder, Class<K>, Class<V>, Class<? extends Annotation>) - Static method in class org.elasticsearch.common.inject.multibindings.MapBinder
Returns a new mapbinder that collects entries of keyType/valueType in a Map that is itself bound with annotationType.
newMapBuilder() - Static method in class org.elasticsearch.common.collect.MapBuilder
 
newMapBuilder(Map<K, V>) - Static method in class org.elasticsearch.common.collect.MapBuilder
 
newMasterNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
newMatchAllDocsQuery() - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
 
newMatchAllQuery() - Static method in class org.elasticsearch.common.lucene.search.Queries
 
newMatchNoDocsQuery(String) - Static method in class org.elasticsearch.common.lucene.search.Queries
Return a query that matches no document.
newMultiLinestring() - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilders
Create a new Collection of lineStrings
newMultiPoint(List<Coordinate>) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilders
Create a new set of points
newMultiPolygon() - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilders
Create a new Collection of polygons
newMultiPolygon(ShapeBuilder.Orientation) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilders
Create a new Collection of polygons
newNested(boolean, boolean) - Static method in class org.elasticsearch.index.mapper.ObjectMapper.Nested
 
newNestedFilter() - Static method in class org.elasticsearch.common.lucene.search.Queries
 
newNode(DiscoveryNode) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
newNodeRequest(String, NodesHotThreadsRequest) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.TransportNodesHotThreadsAction
 
newNodeRequest(String, NodesInfoRequest) - Method in class org.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction
 
newNodeRequest(String, NodesStatsRequest) - Method in class org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction
 
newNodeRequest(String, TransportNodesSnapshotsStatus.Request) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
 
newNodeRequest(String, ClusterStatsRequest) - Method in class org.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction
 
newNodeRequest(String, NodesRequest) - Method in class org.elasticsearch.action.support.nodes.TransportNodesAction
 
newNodeRequest(String, TransportNodesListGatewayMetaState.Request) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState
 
newNodeRequest(String, TransportNodesListGatewayStartedShards.Request) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards
 
newNodeRequest(String, TransportNodesListShardStoreMetaData.Request) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData
 
newNodeResponse() - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.TransportNodesHotThreadsAction
 
newNodeResponse() - Method in class org.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction
 
newNodeResponse() - Method in class org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction
 
newNodeResponse() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
 
newNodeResponse() - Method in class org.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction
 
newNodeResponse() - Method in class org.elasticsearch.action.support.nodes.TransportNodesAction
 
newNodeResponse() - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState
 
newNodeResponse() - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards
 
newNodeResponse() - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData
 
newNonNestedFilter() - Static method in class org.elasticsearch.common.lucene.search.Queries
 
newNoNullKeysMap() - Static method in class org.elasticsearch.common.collect.HppcMaps
Returns a map like HppcMaps.newMap() that does not accept null keys
newNoNullKeysMap(int) - Static method in class org.elasticsearch.common.collect.HppcMaps
Returns a map like HppcMaps.newMap(int) that does not accept null keys
newObjectArray(long) - Method in class org.elasticsearch.common.util.BigArrays
Allocate a new ObjectArray.
newOption() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry
 
newOption() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry
 
newOption() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
newOption() - Method in class org.elasticsearch.search.suggest.term.TermSuggestion.Entry
 
newParameterizedType(Type, Type...) - Static method in class org.elasticsearch.common.inject.util.Types
Returns a new parameterized type, applying typeArguments to rawType.
newParameterizedTypeWithOwner(Type, Type, Type...) - Static method in class org.elasticsearch.common.inject.util.Types
Returns a new parameterized type, applying typeArguments to rawType and enclosed by ownerType.
newParseContext(XContentParser) - Method in class org.elasticsearch.index.query.QueryRewriteContext
Returns a new QueryParseContext that wraps the provided parser.
newParseContextWithLegacyScriptLanguage(XContentParser) - Method in class org.elasticsearch.index.query.QueryRewriteContext
Returns a new QueryParseContext like QueryRewriteContext.newParseContext(XContentParser) with the only diffence, that the default script language will default to what has been set in the 'script.legacy.default_lang' setting.
newPermissionCollection() - Method in class org.elasticsearch.script.ClassPermission
 
newPhraseQuery(String, int) - Method in class org.elasticsearch.index.query.SimpleQueryParser
 
newPoint(double, double) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilders
Create a new point
newPoint(Coordinate) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilders
Create a new PointBuilder from a Coordinate
newPolygon(List<Coordinate>) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilders
Create a new PolygonBuilder
newPolygon(CoordinatesBuilder) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilders
Create a new PolygonBuilder
newPrefixQuery(String) - Method in class org.elasticsearch.index.query.SimpleQueryParser
Dispatches to Lucene's SimpleQueryParser's newPrefixQuery, optionally lowercasing the term first or trying to analyze terms
newPrivateBinder() - Method in interface org.elasticsearch.common.inject.Binder
Creates a new private child environment for bindings and other configuration.
newQueryShardContext(int, IndexReader, LongSupplier) - Method in class org.elasticsearch.index.IndexService
Creates a new QueryShardContext.
newQueue() - Static method in class org.elasticsearch.common.util.concurrent.ConcurrentCollections
 
newReadOnlyEngine(EngineConfig) - Method in interface org.elasticsearch.index.engine.EngineFactory
 
newReadOnlyEngine(EngineConfig) - Method in class org.elasticsearch.index.engine.InternalEngineFactory
 
newReadWriteEngine(EngineConfig) - Method in interface org.elasticsearch.index.engine.EngineFactory
 
newReadWriteEngine(EngineConfig) - Method in class org.elasticsearch.index.engine.InternalEngineFactory
 
newRelocation(AllocationId) - Static method in class org.elasticsearch.cluster.routing.AllocationId
Creates a new allocation id for a shard that moves to be relocated, populating the transient holder for relocationId.
newRequest() - Method in class org.elasticsearch.transport.RequestHandlerRegistry
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.Action
Creates a new request builder given the client provided as argument
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.remote.RemoteInfoAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.alias.exists.AliasesExistAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.flush.FlushAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.flush.SyncedFlushAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.get.GetIndexAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetMappingsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.refresh.RefreshAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.bulk.BulkAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.delete.DeleteAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.explain.ExplainAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.fieldstats.FieldStatsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.get.GetAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.get.MultiGetAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.index.IndexAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.ingest.DeletePipelineAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.ingest.GetPipelineAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.ingest.PutPipelineAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.ingest.SimulatePipelineAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.main.MainAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.search.ClearScrollAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.search.MultiSearchAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.search.SearchAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.search.SearchScrollAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.termvectors.TermVectorsAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.action.update.UpdateAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.index.reindex.DeleteByQueryAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.index.reindex.ReindexAction
 
newRequestBuilder(ElasticsearchClient) - Method in class org.elasticsearch.index.reindex.UpdateByQueryAction
 
newRequestId() - Method in class org.elasticsearch.transport.local.LocalTransport
 
newRequestId() - Method in class org.elasticsearch.transport.TcpTransport
 
newRequestId() - Method in interface org.elasticsearch.transport.Transport
newResponse() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.allocation.TransportClusterAllocationExplainAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.health.TransportClusterHealthAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsAction
 
newResponse(NodesHotThreadsRequest, List<NodeHotThreads>, List<FailedNodeException>) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.TransportNodesHotThreadsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction
 
newResponse(NodesInfoRequest, List<NodeInfo>, List<FailedNodeException>) - Method in class org.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction
 
newResponse(NodesStatsRequest, List<NodeStats>, List<FailedNodeException>) - Method in class org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksAction
 
newResponse(CancelTasksRequest, List<TaskInfo>, List<TaskOperationFailure>, List<FailedNodeException>) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksAction
 
newResponse(ListTasksRequest, List<TaskInfo>, List<TaskOperationFailure>, List<FailedNodeException>) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.remote.RemoteInfoAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.repositories.delete.TransportDeleteRepositoryAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.repositories.get.TransportGetRepositoriesAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.repositories.put.TransportPutRepositoryAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.TransportVerifyRepositoryAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.reroute.TransportClusterRerouteAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.settings.TransportClusterUpdateSettingsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.shards.TransportClusterSearchShardsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.TransportCreateSnapshotAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.TransportDeleteSnapshotAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.TransportGetSnapshotsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.TransportRestoreSnapshotAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusAction
 
newResponse(TransportNodesSnapshotsStatus.Request, List<TransportNodesSnapshotsStatus.NodeSnapshotStatus>, List<FailedNodeException>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportSnapshotsStatusAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.state.TransportClusterStateAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsAction
 
newResponse(ClusterStatsRequest, List<ClusterStatsNodeResponse>, List<FailedNodeException>) - Method in class org.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.TransportDeleteStoredScriptAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.TransportGetStoredScriptAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.TransportPutStoredScriptAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksAction
 
newResponse() - Method in class org.elasticsearch.action.admin.cluster.tasks.TransportPendingClusterTasksAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.alias.exists.AliasesExistAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.alias.exists.TransportAliasesExistAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.alias.get.TransportGetAliasesAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.alias.TransportIndicesAliasesAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction
 
newResponse(ClearIndicesCacheRequest, int, int, int, List<TransportBroadcastByNodeAction.EmptyResult>, List<ShardOperationFailedException>, ClusterState) - Method in class org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.create.TransportCreateIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.delete.TransportDeleteIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.exists.indices.TransportIndicesExistsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.exists.types.TransportTypesExistsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.flush.FlushAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.flush.SyncedFlushAction
 
newResponse(int, int, int, List<ShardOperationFailedException>) - Method in class org.elasticsearch.action.admin.indices.flush.TransportFlushAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeAction
 
newResponse(ForceMergeRequest, int, int, int, List<TransportBroadcastByNodeAction.EmptyResult>, List<ShardOperationFailedException>, ClusterState) - Method in class org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.get.GetIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.get.TransportGetIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetMappingsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.mapping.get.TransportGetMappingsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.mapping.put.TransportPutMappingAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.open.TransportOpenIndexAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryAction
 
newResponse(RecoveryRequest, int, int, int, List<RecoveryState>, List<ShardOperationFailedException>, ClusterState) - Method in class org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.refresh.RefreshAction
 
newResponse(int, int, int, List<ShardOperationFailedException>) - Method in class org.elasticsearch.action.admin.indices.refresh.TransportRefreshAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.rollover.TransportRolloverAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction
 
newResponse(IndicesSegmentsRequest, int, int, int, List<ShardSegments>, List<ShardOperationFailedException>, ClusterState) - Method in class org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.settings.get.TransportGetSettingsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.settings.put.TransportUpdateSettingsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.shards.TransportIndicesShardStoresAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.shrink.TransportShrinkAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsAction
 
newResponse(IndicesStatsRequest, int, int, int, List<ShardStats>, List<ShardOperationFailedException>, ClusterState) - Method in class org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.template.delete.TransportDeleteIndexTemplateAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.template.get.TransportGetIndexTemplatesAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.template.put.TransportPutIndexTemplateAction
 
newResponse(UpgradeStatusRequest, int, int, int, List<ShardUpgradeStatus>, List<ShardOperationFailedException>, ClusterState) - Method in class org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusAction
 
newResponse(UpgradeRequest, int, int, int, List<ShardUpgradeResult>, List<ShardOperationFailedException>, ClusterState) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeSettingsAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsAction
 
newResponse(ValidateQueryRequest, AtomicReferenceArray, ClusterState) - Method in class org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
 
newResponse() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryAction
 
newResponse() - Method in class org.elasticsearch.action.bulk.BulkAction
 
newResponse() - Method in class org.elasticsearch.action.delete.DeleteAction
 
newResponse() - Method in class org.elasticsearch.action.explain.ExplainAction
 
newResponse() - Method in class org.elasticsearch.action.explain.TransportExplainAction
 
newResponse() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesAction
 
newResponse() - Method in class org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesIndexAction
 
newResponse() - Method in class org.elasticsearch.action.fieldstats.FieldStatsAction
 
newResponse(FieldStatsRequest, AtomicReferenceArray, ClusterState) - Method in class org.elasticsearch.action.fieldstats.TransportFieldStatsAction
 
newResponse() - Method in class org.elasticsearch.action.GenericAction
Creates a new response instance.
newResponse() - Method in class org.elasticsearch.action.get.GetAction
 
newResponse() - Method in class org.elasticsearch.action.get.MultiGetAction
 
newResponse() - Method in class org.elasticsearch.action.get.TransportGetAction
 
newResponse() - Method in class org.elasticsearch.action.get.TransportShardMultiGetAction
 
newResponse() - Method in class org.elasticsearch.action.index.IndexAction
 
newResponse() - Method in class org.elasticsearch.action.ingest.DeletePipelineAction
 
newResponse() - Method in class org.elasticsearch.action.ingest.DeletePipelineTransportAction
 
newResponse() - Method in class org.elasticsearch.action.ingest.GetPipelineAction
 
newResponse() - Method in class org.elasticsearch.action.ingest.GetPipelineTransportAction
 
newResponse() - Method in class org.elasticsearch.action.ingest.PutPipelineAction
 
newResponse() - Method in class org.elasticsearch.action.ingest.PutPipelineTransportAction
 
newResponse() - Method in class org.elasticsearch.action.ingest.SimulatePipelineAction
 
newResponse() - Method in class org.elasticsearch.action.main.MainAction
 
newResponse() - Method in class org.elasticsearch.action.search.ClearScrollAction
 
newResponse() - Method in class org.elasticsearch.action.search.MultiSearchAction
 
newResponse() - Method in class org.elasticsearch.action.search.SearchAction
 
newResponse() - Method in class org.elasticsearch.action.search.SearchScrollAction
 
newResponse(Request, int, int, int, List<ShardOperationResult>, List<ShardOperationFailedException>, ClusterState) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
Creates a new response to the underlying request.
newResponse(Request, AtomicReferenceArray, ClusterState) - Method in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction
 
newResponse() - Method in class org.elasticsearch.action.support.master.TransportMasterNodeAction
 
newResponse(NodesRequest, AtomicReferenceArray) - Method in class org.elasticsearch.action.support.nodes.TransportNodesAction
Map the responses into nodeResponseClass responses and FailedNodeExceptions.
newResponse(NodesRequest, List<NodeResponse>, List<FailedNodeException>) - Method in class org.elasticsearch.action.support.nodes.TransportNodesAction
Create a new NodesResponse (multi-node response).
newResponse(int, int, int, List<ShardOperationFailedException>) - Method in class org.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
 
newResponse() - Method in class org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
 
newResponse() - Method in class org.elasticsearch.action.support.single.shard.TransportSingleShardAction
 
newResponse(TasksRequest, List<TaskResponse>, List<TaskOperationFailure>, List<FailedNodeException>) - Method in class org.elasticsearch.action.support.tasks.TransportTasksAction
 
newResponse(TasksRequest, AtomicReferenceArray) - Method in class org.elasticsearch.action.support.tasks.TransportTasksAction
 
newResponse() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsAction
 
newResponse() - Method in class org.elasticsearch.action.termvectors.TermVectorsAction
 
newResponse() - Method in class org.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
 
newResponse() - Method in class org.elasticsearch.action.termvectors.TransportTermVectorsAction
 
newResponse() - Method in class org.elasticsearch.action.update.TransportUpdateAction
 
newResponse() - Method in class org.elasticsearch.action.update.UpdateAction
 
newResponse(boolean) - Method in class org.elasticsearch.cluster.AckedClusterStateUpdateTask
 
newResponse(TransportNodesListGatewayMetaState.Request, List<TransportNodesListGatewayMetaState.NodeGatewayMetaState>, List<FailedNodeException>) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState
 
newResponse(TransportNodesListGatewayStartedShards.Request, List<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards>, List<FailedNodeException>) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards
 
newResponse() - Method in class org.elasticsearch.index.reindex.DeleteByQueryAction
 
newResponse() - Method in class org.elasticsearch.index.reindex.ReindexAction
 
newResponse() - Method in class org.elasticsearch.index.reindex.UpdateByQueryAction
 
newResponse(TransportNodesListShardStoreMetaData.Request, List<TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData>, List<FailedNodeException>) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData
 
newResponseInstance() - Method in class org.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
 
newResponseInstance() - Method in class org.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
 
newResponseInstance() - Method in class org.elasticsearch.action.bulk.TransportShardBulkAction
 
newResponseInstance() - Method in class org.elasticsearch.action.delete.TransportDeleteAction
Deprecated.
 
newResponseInstance() - Method in class org.elasticsearch.action.index.TransportIndexAction
Deprecated.
 
newResponseInstance() - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction
 
newRestorableContext(boolean) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Returns a supplier that gathers a ThreadContext.newStoredContext(boolean) and restores it once the returned supplier is invoked.
newScaling(String, int, int, long, TimeUnit, ThreadFactory, ThreadContext) - Static method in class org.elasticsearch.common.util.concurrent.EsExecutors
 
newScorer(IndexReader, Terms, String, double, BytesRef) - Method in interface org.elasticsearch.search.suggest.phrase.WordScorer.WordScorerFactory
 
newScript(Map<String, Object>) - Method in interface org.elasticsearch.script.NativeScriptFactory
Deprecated.
Creates a new instance of either a ExecutableScript or a SearchScript.
newSearcher(String, IndexSearcher, SearcherManager) - Method in class org.elasticsearch.index.engine.Engine
 
newSearcher(IndexReader, IndexReader) - Method in class org.elasticsearch.index.engine.EngineSearcherFactory
 
newSearchService(ClusterService, IndicesService, ThreadPool, ScriptService, BigArrays, FetchPhase) - Method in class org.elasticsearch.node.Node
Creates a new the SearchService.
newSetBinder(Binder, TypeLiteral<T>) - Static method in class org.elasticsearch.common.inject.multibindings.Multibinder
Returns a new multibinder that collects instances of type in a Set that is itself bound with no binding annotation.
newSetBinder(Binder, Class<T>) - Static method in class org.elasticsearch.common.inject.multibindings.Multibinder
Returns a new multibinder that collects instances of type in a Set that is itself bound with no binding annotation.
newSetBinder(Binder, TypeLiteral<T>, Annotation) - Static method in class org.elasticsearch.common.inject.multibindings.Multibinder
Returns a new multibinder that collects instances of type in a Set that is itself bound with annotation.
newSetBinder(Binder, Class<T>, Annotation) - Static method in class org.elasticsearch.common.inject.multibindings.Multibinder
Returns a new multibinder that collects instances of type in a Set that is itself bound with annotation.
newSetBinder(Binder, TypeLiteral<T>, Class<? extends Annotation>) - Static method in class org.elasticsearch.common.inject.multibindings.Multibinder
Returns a new multibinder that collects instances of type in a Set that is itself bound with annotationType.
newSetBinder(Binder, Class<T>, Class<? extends Annotation>) - Static method in class org.elasticsearch.common.inject.multibindings.Multibinder
Returns a new multibinder that collects instances of type in a Set that is itself bound with annotationType.
newShardRequest(FlushRequest, ShardId) - Method in class org.elasticsearch.action.admin.indices.flush.TransportFlushAction
 
newShardRequest(RefreshRequest, ShardId) - Method in class org.elasticsearch.action.admin.indices.refresh.TransportRefreshAction
 
newShardRequest(int, ShardRouting, ValidateQueryRequest) - Method in class org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
 
newShardRequest(int, ShardRouting, FieldStatsRequest) - Method in class org.elasticsearch.action.fieldstats.TransportFieldStatsAction
 
newShardRequest(int, ShardRouting, Request) - Method in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction
 
newShardRequest(Request, ShardId) - Method in class org.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
 
newShardResponse() - Method in class org.elasticsearch.action.admin.indices.flush.TransportFlushAction
 
newShardResponse() - Method in class org.elasticsearch.action.admin.indices.refresh.TransportRefreshAction
 
newShardResponse() - Method in class org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
 
newShardResponse() - Method in class org.elasticsearch.action.fieldstats.TransportFieldStatsAction
 
newShardResponse() - Method in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction
 
newShardResponse() - Method in class org.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
 
newSinglePrioritizing(String, ThreadFactory, ThreadContext, ScheduledExecutorService) - Static method in class org.elasticsearch.common.util.concurrent.EsExecutors
 
newSingletonArrayList(E) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
newSnapshot() - Method in class org.elasticsearch.index.translog.BaseTranslogReader
 
newSnapshot() - Method in class org.elasticsearch.index.translog.Translog
Snapshots the current transaction log allowing to safely iterate over the snapshot.
newSnapshot() - Method in class org.elasticsearch.index.translog.TranslogWriter
 
newState(ClusterState) - Static method in class org.elasticsearch.cluster.LocalClusterUpdateTask
locally apply cluster state received from a master
newStoredContext(boolean) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Just like ThreadContext.stashContext() but no default context is set.
newTargetRelocation(AllocationId) - Static method in class org.elasticsearch.cluster.routing.AllocationId
Creates a new allocation id for the target initializing shard that is the result of a relocation.
newTaskFor(Runnable, T) - Method in class org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
 
newTaskFor(Callable<T>) - Method in class org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
 
newTermExtractor(String) - Method in class org.elasticsearch.search.fetch.subphase.highlight.CustomQueryScorer
 
newTermQuery(Term, TermContext) - Method in class org.apache.lucene.queries.ExtendedCommonTermsQuery
 
newTermQuery(Term) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
 
newTermQuery(Term) - Method in class org.elasticsearch.index.query.SimpleQueryParser
 
newTransportService(Settings, Transport, ThreadPool, TransportInterceptor, Function<BoundTransportAddress, DiscoveryNode>, ClusterSettings) - Method in class org.elasticsearch.node.Node
 
newTribeClientNode(Settings, Collection<Class<? extends Plugin>>) - Method in class org.elasticsearch.node.Node
Constructs an internal node used as a client into a cluster fronted by this tribe node.
newUnassigned(ShardId, boolean, RecoverySource, UnassignedInfo) - Static method in class org.elasticsearch.cluster.routing.ShardRouting
Creates a new unassigned shard.
newView() - Method in class org.elasticsearch.index.translog.Translog
Returns a view into the current translog that is guaranteed to retain all current operations while receiving future ones as well
newWrapper(IndexService) - Method in interface org.elasticsearch.index.IndexModule.IndexSearcherWrapperFactory
Returns a new IndexSearcherWrapper.
newXContentBuilder(XContentType, OutputStream) - Method in class org.elasticsearch.gateway.MetaDataStateFormat
 
newZenPing(Settings, ThreadPool, TransportService, UnicastHostsProvider) - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
next() - Method in class org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
 
next(int) - Method in class org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
 
next() - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards.UnassignedIterator
 
next() - Method in class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
next() - Method in class org.elasticsearch.index.fielddata.RamAccountingTermsEnum
Proxy to the original next() call, but estimates the overhead of loading the next term.
next() - Method in interface org.elasticsearch.index.translog.Translog.Snapshot
Returns the next operation in the snapshot or null if we reached the end.
next() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks.Iter
 
next() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles.Iter
 
next() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks.Iter
 
next() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles.Iter
 
next() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket.Iter
 
next(Collection<T>) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
next(Collection<T>) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
next(Collection<T>, int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
Calculate a Holt-Linear (doubly exponential weighted) moving average
next(Collection<T>) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
next(Collection<T>, int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
Calculate a doubly exponential weighted moving average
next(Collection<T>) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
 
next(Collection<T>) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
Returns the next value in the series, according to the underlying smoothing model
next(Collection<T>) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
 
next() - Method in class org.elasticsearch.search.lookup.CachedPositionIterator
 
next() - Method in class org.elasticsearch.search.lookup.PositionIterator
 
nextDoc() - Method in class org.apache.lucene.search.XFilteredDocIdSetIterator
 
nextDoc() - Method in class org.elasticsearch.search.lookup.CachedPositionIterator
 
nextDoc() - Method in class org.elasticsearch.search.lookup.PositionIterator
 
nextDown(Object) - Method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
 
nextKey(Number) - Method in interface org.elasticsearch.search.aggregations.bucket.histogram.HistogramFactory
Given a key returned by HistogramFactory.getKey(org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket), compute the lowest key that is greater than it.
nextKey(Number) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram
 
nextKey(Number) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
 
nextLevel(ObjectMapper) - Method in class org.elasticsearch.index.query.support.NestedScope
Sets the new current nested level and pushes old current nested level down the stack returns that level.
nextOrd() - Method in class org.elasticsearch.index.fielddata.AbstractRandomAccessOrds
 
nextOrdinal() - Method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
Advances the OrdinalsBuilder to the next ordinal and return the current ordinal.
nextOrNull() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
nextOrNull() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
Returns the next shard, or null if none available.
nextPossibleMasters(ObjectContainer<DiscoveryNode>, int) - Method in class org.elasticsearch.discovery.zen.ElectMasterService
Returns a list of the next possible masters.
nextRoundingValue(long) - Method in class org.elasticsearch.common.rounding.Rounding
Given the rounded value (which was potentially generated by Rounding.round(long), returns the next rounding value.
nextSeed() - Method in class org.elasticsearch.cluster.routing.RotationShardShuffler
 
nextSeed() - Method in class org.elasticsearch.cluster.routing.ShardShuffler
Return a new seed.
nextToken() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
nextToken() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
nextToken() - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
 
nextUp(Object) - Method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
 
NGramTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
NGramTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.NGramTokenFilterFactory
 
NGramTokenizerFactory - Class in org.elasticsearch.index.analysis
 
NGramTokenizerFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.NGramTokenizerFactory
 
no(UnassignedInfo.AllocationStatus, List<NodeAllocationResult>) - Static method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
Returns a NO decision with the given UnassignedInfo.AllocationStatus, and the individual node-level decisions that comprised the final NO decision if in explain mode.
no(UnassignedInfo.AllocationStatus, List<NodeAllocationResult>, boolean) - Static method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
Returns a NO decision with the given UnassignedInfo.AllocationStatus, and the individual node-level decisions that comprised the final NO decision if in explain mode.
NO - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.Decision
 
NO - Static variable in class org.elasticsearch.index.mapper.ObjectMapper.Nested
 
NO_HOST - Static variable in class org.elasticsearch.cli.ExitCodes
 
NO_INGEST_TOOK - Static variable in class org.elasticsearch.action.bulk.BulkResponse
 
NO_INPUT - Static variable in class org.elasticsearch.cli.ExitCodes
 
NO_MASTER_BLOCK_ALL - Static variable in class org.elasticsearch.discovery.DiscoverySettings
 
NO_MASTER_BLOCK_ID - Static variable in class org.elasticsearch.discovery.DiscoverySettings
 
NO_MASTER_BLOCK_SETTING - Static variable in class org.elasticsearch.discovery.DiscoverySettings
 
NO_MASTER_BLOCK_WRITES - Static variable in class org.elasticsearch.discovery.DiscoverySettings
 
NO_MATCH_SIZE_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
NO_NORMALIZATION - Static variable in class org.elasticsearch.index.similarity.AbstractSimilarityProvider
 
NO_OP_COLLECTOR - Static variable in class org.elasticsearch.search.aggregations.BucketCollector
 
NO_OP_COLLECTOR - Static variable in class org.elasticsearch.search.aggregations.LeafBucketCollector
 
NO_SCOPE - Static variable in class org.elasticsearch.common.inject.Scopes
No scope; the same as not applying any scope at all.
NO_TIMEOUT - Static variable in class org.elasticsearch.search.SearchService
 
NO_USER - Static variable in class org.elasticsearch.cli.ExitCodes
 
NO_VALUES - Static variable in class org.elasticsearch.index.fielddata.ordinals.Ordinals
 
NO_VERSION - Static variable in class org.elasticsearch.index.shard.ShardStateMetaData
 
NO_WAIT - Static variable in interface org.elasticsearch.index.IndexWarmer.TerminationHandle
 
noBackoff() - Static method in class org.elasticsearch.action.bulk.BackoffPolicy
Creates a backoff policy that will not allow any backoff, i.e.
NoClassSettingsException - Exception in org.elasticsearch.common.settings
A specific type of SettingsException indicating failure to load a class based on a settings value.
NoClassSettingsException(String, Throwable) - Constructor for exception org.elasticsearch.common.settings.NoClassSettingsException
 
NoClassSettingsException(StreamInput) - Constructor for exception org.elasticsearch.common.settings.NoClassSettingsException
 
node - Variable in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
 
node - Variable in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
 
node() - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
Get the id of the node
node() - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
Get the id of the node that manages the shard which allocation should be canceled
node() - Method in class org.elasticsearch.cluster.routing.RoutingNode
Returns the nodes DiscoveryNode.
node(String) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
node() - Method in class org.elasticsearch.discovery.zen.ZenPing.PingResponse
the node which this ping describes
Node - Class in org.elasticsearch.node
A node represent a node within a cluster (cluster.name).
Node(Settings) - Constructor for class org.elasticsearch.node.Node
Constructs a node with the given settings.
Node(Environment) - Constructor for class org.elasticsearch.node.Node
 
Node(Environment, Collection<Class<? extends Plugin>>) - Constructor for class org.elasticsearch.node.Node
 
node() - Method in exception org.elasticsearch.transport.ConnectTransportException
 
NODE_ATTRIBUTES - Static variable in class org.elasticsearch.node.Node
 
NODE_DATA_SETTING - Static variable in class org.elasticsearch.node.Node
 
NODE_ID_SEED_SETTING - Static variable in class org.elasticsearch.env.NodeEnvironment
Seed for determining a persisted unique uuid of this node.
NODE_INGEST_SETTING - Static variable in class org.elasticsearch.node.Node
 
NODE_INITIAL_SHARDS_SETTING - Static variable in class org.elasticsearch.gateway.PrimaryShardAllocator
 
NODE_LOCAL_STORAGE_SETTING - Static variable in class org.elasticsearch.node.Node
controls whether the node is allowed to persist things like metadata to disk Note that this does not control whether the node stores actual indices (see Node.NODE_DATA_SETTING).
NODE_LOCK_FILENAME - Static variable in class org.elasticsearch.env.NodeEnvironment
 
NODE_MASTER_SETTING - Static variable in class org.elasticsearch.node.Node
 
NODE_NAME_SETTING - Static variable in class org.elasticsearch.node.Node
 
NodeAllocationResult - Class in org.elasticsearch.cluster.routing.allocation
This class represents the shard allocation decision and its explanation for a single node.
NodeAllocationResult(DiscoveryNode, NodeAllocationResult.ShardStoreInfo, Decision) - Constructor for class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
 
NodeAllocationResult(DiscoveryNode, AllocationDecision, Decision, int) - Constructor for class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
 
NodeAllocationResult(DiscoveryNode, Decision, int) - Constructor for class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
 
NodeAllocationResult(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
 
NodeAllocationResult.ShardStoreInfo - Class in org.elasticsearch.cluster.routing.allocation
A class that captures metadata about a shard store on a node.
nodeBooleanValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeBooleanValue(String, String, Object) - Static method in class org.elasticsearch.index.mapper.TypeParsers
 
nodeByteValue(Object, byte) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeByteValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
NodeChannels(DiscoveryNode, Channel[], ConnectionProfile) - Constructor for class org.elasticsearch.transport.TcpTransport.NodeChannels
 
NodeClient - Class in org.elasticsearch.client.node
Client that executes actions on the local node.
NodeClient(Settings, ThreadPool) - Constructor for class org.elasticsearch.client.node.NodeClient
 
NodeClosedException - Exception in org.elasticsearch.node
An exception indicating that node is closed.
NodeClosedException(DiscoveryNode) - Constructor for exception org.elasticsearch.node.NodeClosedException
 
NodeClosedException(StreamInput) - Constructor for exception org.elasticsearch.node.NodeClosedException
 
nodeConnected(DiscoveryNode) - Method in class org.elasticsearch.transport.local.LocalTransport
 
nodeConnected(DiscoveryNode) - Method in class org.elasticsearch.transport.TcpTransport
 
nodeConnected(DiscoveryNode) - Method in interface org.elasticsearch.transport.Transport
Returns true if the node is connected.
nodeConnected(DiscoveryNode) - Method in class org.elasticsearch.transport.TransportService
Returns true iff the given node is already connected.
NodeConnectionsService - Class in org.elasticsearch.cluster
This component is responsible for connecting to nodes once they are added to the cluster state, and disconnect when they are removed.
NodeConnectionsService(Settings, ThreadPool, TransportService) - Constructor for class org.elasticsearch.cluster.NodeConnectionsService
 
nodeDataPaths() - Method in class org.elasticsearch.env.NodeEnvironment
Returns an array of all of the nodes data locations.
nodeDecisions - Variable in class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
 
nodeDecisionsToXContent(List<NodeAllocationResult>, XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
Generates X-Content for the node-level decisions, creating the outer "node_decisions" object in which they are serialized.
nodeDescription() - Method in interface org.elasticsearch.discovery.Discovery
 
nodeDescription() - Method in class org.elasticsearch.discovery.local.LocalDiscovery
 
nodeDescription() - Method in class org.elasticsearch.discovery.NoneDiscovery
 
nodeDescription() - Method in class org.elasticsearch.discovery.single.SingleNodeDiscovery
 
nodeDescription() - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
NodeDisconnectedException - Exception in org.elasticsearch.transport
 
NodeDisconnectedException(DiscoveryNode, String) - Constructor for exception org.elasticsearch.transport.NodeDisconnectedException
 
NodeDisconnectedException(StreamInput) - Constructor for exception org.elasticsearch.transport.NodeDisconnectedException
 
nodeDoubleValue(Object, double) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeDoubleValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
NodeEnvironment - Class in org.elasticsearch.env
A component that holds all data paths for a single node.
NodeEnvironment(Settings, Environment) - Constructor for class org.elasticsearch.env.NodeEnvironment
 
NodeEnvironment.NodePath - Class in org.elasticsearch.env
 
NodeEnvironment.ShardLocker - Interface in org.elasticsearch.env
A functional interface that people can use to reference NodeEnvironment.shardLock(ShardId, long)
nodeExists(String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Determine if a given node id exists
nodeExists(DiscoveryNode) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Determine if a given node exists
nodeFloatValue(Object, float) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeFloatValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
NodeGatewayMetaState(DiscoveryNode, MetaData) - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodeGatewayMetaState
 
NodeGatewayStartedShards() - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
 
NodeGatewayStartedShards(DiscoveryNode, long, String, boolean) - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
 
NodeGatewayStartedShards(DiscoveryNode, long, String, boolean, Exception) - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
 
NodeHotThreads - Class in org.elasticsearch.action.admin.cluster.node.hotthreads
 
NodeHotThreads(DiscoveryNode, String) - Constructor for class org.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
 
nodeId() - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
 
nodeId() - Method in exception org.elasticsearch.action.FailedNodeException
 
nodeId() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
 
nodeId() - Method in class org.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
 
nodeId() - Method in class org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
Returns node id of the node where shared is getting restored
nodeId() - Method in class org.elasticsearch.cluster.routing.RoutingNode
Get the id of this node
nodeId() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
 
nodeId() - Method in class org.elasticsearch.env.NodeEnvironment
returns the unique uuid describing this node.
nodeId() - Method in class org.elasticsearch.env.NodeMetaData
 
nodeId() - Method in class org.elasticsearch.repositories.VerificationFailure
 
nodeId() - Method in class org.elasticsearch.snapshots.SnapshotShardFailure
Returns node id where failure occurred
NodeIndicesStats - Class in org.elasticsearch.indices
Global information on indices stats running on a specific node.
NodeIndicesStats(CommonStats, Map<Index, List<IndexShardStats>>) - Constructor for class org.elasticsearch.indices.NodeIndicesStats
 
NodeInfo - Class in org.elasticsearch.action.admin.cluster.node.info
Node information (static, does not change over time).
NodeInfo() - Constructor for class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
NodeInfo(Version, Build, DiscoveryNode, Settings, OsInfo, ProcessInfo, JvmInfo, ThreadPoolInfo, TransportInfo, HttpInfo, PluginsAndModules, IngestInfo, ByteSizeValue) - Constructor for class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
nodeInfo() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
 
NodeInfoRequest() - Constructor for class org.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction.NodeInfoRequest
 
NodeInfoRequest(String, NodesInfoRequest) - Constructor for class org.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction.NodeInfoRequest
 
nodeIntegerValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeIntegerValue(Object, int) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeInterleavedShardIterator() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
Creates an iterator over shards interleaving between nodes: The iterator returns the first shard from the first node, then the first shard of the second node, etc.
NodeJoinController - Class in org.elasticsearch.discovery.zen
This class processes incoming join request (passed zia ZenDiscovery).
NodeJoinController(ClusterService, AllocationService, ElectMasterService, Settings) - Constructor for class org.elasticsearch.discovery.zen.NodeJoinController
 
NodeJoinController.ElectionCallback - Interface in org.elasticsearch.discovery.zen
 
nodeLongValue(Object, long) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeLongValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeMappingRefresh(DiscoveryNode, NodeMappingRefreshAction.NodeMappingRefreshRequest) - Method in class org.elasticsearch.cluster.action.index.NodeMappingRefreshAction
 
NodeMappingRefreshAction - Class in org.elasticsearch.cluster.action.index
 
NodeMappingRefreshAction(Settings, TransportService, MetaDataMappingService) - Constructor for class org.elasticsearch.cluster.action.index.NodeMappingRefreshAction
 
NodeMappingRefreshAction.NodeMappingRefreshRequest - Class in org.elasticsearch.cluster.action.index
 
NodeMappingRefreshRequest() - Constructor for class org.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
 
NodeMappingRefreshRequest(String, String, String) - Constructor for class org.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
 
nodeMapValue(Object, String) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
NodeMetaData - Class in org.elasticsearch.env
Metadata associated with this node.
NodeMetaData(String) - Constructor for class org.elasticsearch.env.NodeMetaData
 
NodeModule - Class in org.elasticsearch.node
 
NodeModule(Node, MonitorService) - Constructor for class org.elasticsearch.node.NodeModule
 
nodeName() - Method in class org.elasticsearch.common.component.AbstractComponent
Returns the nodes name from the settings or the empty string if not set.
nodeName() - Method in class org.elasticsearch.index.shard.AbstractIndexShardComponent
 
NodeNotConnectedException - Exception in org.elasticsearch.transport
An exception indicating that a message is sent to a node that is not connected.
NodeNotConnectedException(DiscoveryNode, String) - Constructor for exception org.elasticsearch.transport.NodeNotConnectedException
 
NodeNotConnectedException(StreamInput) - Constructor for exception org.elasticsearch.transport.NodeNotConnectedException
 
nodeOperation(TransportNodesHotThreadsAction.NodeRequest) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.TransportNodesHotThreadsAction
 
nodeOperation(TransportNodesInfoAction.NodeInfoRequest) - Method in class org.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction
 
nodeOperation(TransportNodesStatsAction.NodeStatsRequest) - Method in class org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction
 
nodeOperation(TransportNodesSnapshotsStatus.NodeRequest) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
 
nodeOperation(TransportClusterStatsAction.ClusterStatsNodeRequest) - Method in class org.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction
 
nodeOperation(NodeRequest) - Method in class org.elasticsearch.action.support.nodes.TransportNodesAction
 
nodeOperation(NodeRequest, Task) - Method in class org.elasticsearch.action.support.nodes.TransportNodesAction
 
nodeOperation(TransportNodesListGatewayMetaState.NodeRequest) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState
 
nodeOperation(TransportNodesListGatewayStartedShards.NodeRequest) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards
 
nodeOperation(TransportNodesListShardStoreMetaData.NodeRequest) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData
 
NodePath(Path) - Constructor for class org.elasticsearch.env.NodeEnvironment.NodePath
 
nodePaths() - Method in class org.elasticsearch.env.NodeEnvironment
Returns an array of all of the NodeEnvironment.NodePaths.
NodeRequest() - Constructor for class org.elasticsearch.action.admin.cluster.node.hotthreads.TransportNodesHotThreadsAction.NodeRequest
 
NodeRequest() - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodeRequest
 
NodeRequest() - Constructor for class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
 
NodeRequest(String, Request, List<ShardRouting>) - Constructor for class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
 
NodeRequest() - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodeRequest
 
NodeRequest() - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeRequest
 
NodeRequest(String, TransportNodesListGatewayStartedShards.Request) - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeRequest
 
NodeRequest() - Constructor for class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeRequest
 
nodeRequiresLocalStorage(Settings) - Static method in class org.elasticsearch.cluster.node.DiscoveryNode
 
nodeResponseClass - Variable in class org.elasticsearch.action.support.nodes.TransportNodesAction
 
nodes() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
nodes(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
nodes(DiscoveryNodes.Builder) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
nodes(DiscoveryNodes) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
nodes() - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
nodes() - Method in class org.elasticsearch.cluster.ClusterState
 
nodes() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
Get discovery nodes in current routing
nodes() - Method in class org.elasticsearch.repositories.RepositoriesService.VerifyResponse
 
NODES_FOLDER - Static variable in class org.elasticsearch.env.NodeEnvironment
 
nodesAdded() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns true iff nodes have been added from the cluster since the last cluster state.
nodesChanged() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns true iff nodes have been changed (added or removed) from the cluster since the last cluster state.
nodesDelta() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns the DiscoveryNodes.Delta between the previous cluster state and the new cluster state.
NodeService - Class in org.elasticsearch.node
 
NodesFaultDetection - Class in org.elasticsearch.discovery.zen
A fault detection of multiple nodes.
NodesFaultDetection(Settings, ThreadPool, TransportService, Supplier<ClusterState>, ClusterName) - Constructor for class org.elasticsearch.discovery.zen.NodesFaultDetection
 
NodesFaultDetection.Listener - Class in org.elasticsearch.discovery.zen
 
NodesFaultDetection.PingRequest - Class in org.elasticsearch.discovery.zen
 
NodesGatewayMetaState(ClusterName, List<TransportNodesListGatewayMetaState.NodeGatewayMetaState>, List<FailedNodeException>) - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodesGatewayMetaState
 
NodesGatewayStartedShards(ClusterName, List<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards>, List<FailedNodeException>) - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodesGatewayStartedShards
 
nodeShortValue(Object, short) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeShortValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodesHotThreads(NodesHotThreadsRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Returns top N hot-threads samples per node.
nodesHotThreads(NodesHotThreadsRequest, ActionListener<NodesHotThreadsResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Returns top N hot-threads samples per node.
NodesHotThreadsAction - Class in org.elasticsearch.action.admin.cluster.node.hotthreads
 
NodesHotThreadsRequest - Class in org.elasticsearch.action.admin.cluster.node.hotthreads
 
NodesHotThreadsRequest() - Constructor for class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
NodesHotThreadsRequest(String...) - Constructor for class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
Get hot threads from nodes based on the nodes ids specified.
NodesHotThreadsRequestBuilder - Class in org.elasticsearch.action.admin.cluster.node.hotthreads
 
NodesHotThreadsRequestBuilder(ElasticsearchClient, NodesHotThreadsAction) - Constructor for class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
 
NodesHotThreadsResponse - Class in org.elasticsearch.action.admin.cluster.node.hotthreads
 
NodesHotThreadsResponse(ClusterName, List<NodeHotThreads>, List<FailedNodeException>) - Constructor for class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsResponse
 
NodeShouldNotConnectException - Exception in org.elasticsearch.transport
 
NodeShouldNotConnectException(DiscoveryNode, DiscoveryNode) - Constructor for exception org.elasticsearch.transport.NodeShouldNotConnectException
 
NodeShouldNotConnectException(StreamInput) - Constructor for exception org.elasticsearch.transport.NodeShouldNotConnectException
 
nodesIds() - Method in class org.elasticsearch.action.support.nodes.BaseNodesRequest
 
nodesIds(String...) - Method in class org.elasticsearch.action.support.nodes.BaseNodesRequest
 
nodesInfo(NodesInfoRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Nodes info of the cluster.
nodesInfo(NodesInfoRequest, ActionListener<NodesInfoResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Nodes info of the cluster.
NodesInfoAction - Class in org.elasticsearch.action.admin.cluster.node.info
 
NodesInfoRequest - Class in org.elasticsearch.action.admin.cluster.node.info
A request to get node (cluster) level information.
NodesInfoRequest() - Constructor for class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
 
NodesInfoRequest(String...) - Constructor for class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Get information from nodes based on the nodes ids specified.
nodesInfoRequest() - Static method in class org.elasticsearch.client.Requests
Creates a nodes info request against all the nodes.
nodesInfoRequest(String...) - Static method in class org.elasticsearch.client.Requests
Creates a nodes info request against one or more nodes.
NodesInfoRequestBuilder - Class in org.elasticsearch.action.admin.cluster.node.info
 
NodesInfoRequestBuilder(ElasticsearchClient, NodesInfoAction) - Constructor for class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
 
NodesInfoResponse - Class in org.elasticsearch.action.admin.cluster.node.info
 
NodesInfoResponse() - Constructor for class org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
 
NodesInfoResponse(ClusterName, List<NodeInfo>, List<FailedNodeException>) - Constructor for class org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
 
NodeSnapshotStatus(DiscoveryNode, Map<Snapshot, Map<ShardId, SnapshotIndexShardStatus>>) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodeSnapshotStatus
 
NodesOperationRequestBuilder<Request extends BaseNodesRequest<Request>,Response extends BaseNodesResponse,RequestBuilder extends NodesOperationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.nodes
 
NodesOperationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - Constructor for class org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
 
nodesPerAttributesCounts(String) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
nodesRemoved() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns true iff nodes have been removed from the cluster since the last cluster state.
nodesResponse(XContentBuilder, ToXContent.Params, NodesResponse) - Static method in class org.elasticsearch.rest.action.RestActions
Automatically transform the ToXContent-compatible, nodes-level response into a a BytesRestResponse.
NodesResponseRestListener(RestChannel) - Constructor for class org.elasticsearch.rest.action.RestActions.NodesResponseRestListener
 
NodesSnapshotStatus(ClusterName, List<TransportNodesSnapshotsStatus.NodeSnapshotStatus>, List<FailedNodeException>) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodesSnapshotStatus
 
nodesStats(NodesStatsRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Nodes stats of the cluster.
nodesStats(NodesStatsRequest, ActionListener<NodesStatsResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Nodes stats of the cluster.
NodesStatsAction - Class in org.elasticsearch.action.admin.cluster.node.stats
 
NodesStatsRequest - Class in org.elasticsearch.action.admin.cluster.node.stats
A request to get node (cluster) level stats.
NodesStatsRequest() - Constructor for class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
 
NodesStatsRequest(String...) - Constructor for class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Get stats from nodes based on the nodes ids specified.
nodesStatsRequest(String...) - Static method in class org.elasticsearch.client.Requests
Creates a nodes stats request against one or more nodes.
NodesStatsRequestBuilder - Class in org.elasticsearch.action.admin.cluster.node.stats
 
NodesStatsRequestBuilder(ElasticsearchClient, NodesStatsAction) - Constructor for class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
 
NodesStatsResponse - Class in org.elasticsearch.action.admin.cluster.node.stats
 
NodesStatsResponse(ClusterName, List<NodeStats>, List<FailedNodeException>) - Constructor for class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
 
NodesStoreFilesMetaData(ClusterName, List<TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData>, List<FailedNodeException>) - Constructor for class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData
 
NodeStats - Class in org.elasticsearch.action.admin.cluster.node.stats
Node statistics (dynamic, changes depending on when created).
NodeStats(DiscoveryNode, long, NodeIndicesStats, OsStats, ProcessStats, JvmStats, ThreadPoolStats, FsInfo, TransportStats, HttpStats, AllCircuitBreakerStats, ScriptStats, DiscoveryStats, IngestStats) - Constructor for class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
nodeStats() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
 
NodeStatsRequest() - Constructor for class org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest
 
NodeStoreFilesMetaData(DiscoveryNode, TransportNodesListShardStoreMetaData.StoreFilesMetaData) - Constructor for class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData
 
nodeStringArrayValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
Returns an array of string value from a node value.
nodeStringValue(Object, String) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeTimeValue(Object, TimeValue) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
nodeTimeValue(Object) - Static method in class org.elasticsearch.common.xcontent.support.XContentMapValues
 
NodeValidationException - Exception in org.elasticsearch.node
An exception thrown during node validation.
NodeValidationException(String) - Constructor for exception org.elasticsearch.node.NodeValidationException
Creates a node validation exception with the specified validation message to be displayed to the user.
NodeVersionAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
An allocation decider that prevents relocation or allocation from nodes that might not be version compatible.
NodeVersionAllocationDecider(Settings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.NodeVersionAllocationDecider
 
NoisyChannelSpellChecker - Class in org.elasticsearch.search.suggest.phrase
 
NoisyChannelSpellChecker() - Constructor for class org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
 
NoisyChannelSpellChecker(double) - Constructor for class org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
 
NoisyChannelSpellChecker(double, boolean, int) - Constructor for class org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
 
NoisyChannelSpellChecker.Result - Class in org.elasticsearch.search.suggest.phrase
 
NoLongerPrimaryShardException(ShardId, String) - Constructor for exception org.elasticsearch.cluster.action.shard.ShardStateAction.NoLongerPrimaryShardException
 
NoLongerPrimaryShardException(StreamInput) - Constructor for exception org.elasticsearch.cluster.action.shard.ShardStateAction.NoLongerPrimaryShardException
 
noMaster - Variable in class org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult
 
noMaster() - Static method in class org.elasticsearch.cluster.LocalClusterUpdateTask
node stepped down as master or has lost connection to the master
noMatchQuery(QueryBuilder) - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
Sets the query to use when it executes on an index that does not match the indices provided.
noMatchQuery(String) - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
Sets the no match query, can either be all or none.
noMatchQuery() - Method in class org.elasticsearch.index.query.IndicesQueryBuilder
Deprecated.
 
noMatchSize - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
noMatchSize(Integer) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
Sets the size of the fragment to return from the beginning of the field if there are no matches to highlight and the field doesn't also define noMatchSize.
noMatchSize() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
noMatchSize() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
NON_RECYCLING_INSTANCE - Static variable in class org.elasticsearch.common.util.BigArrays
 
nonAggregatableIndices() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilities
The list of indices where this field is not aggregatable, or null if the field is aggregatable in all indices.
NonCollectingAggregator - Class in org.elasticsearch.search.aggregations
An aggregator that is not collected, this can typically be used when running an aggregation over a field that doesn't have a mapping.
NonCollectingAggregator(String, SearchContext, Aggregator, AggregatorFactories, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.NonCollectingAggregator
 
NonCollectingAggregator(String, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.NonCollectingAggregator
 
NonDiffableValueSerializer() - Constructor for class org.elasticsearch.cluster.DiffableUtils.NonDiffableValueSerializer
 
NONE - Static variable in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
NONE - Static variable in class org.elasticsearch.action.OriginalIndices
 
NONE - Static variable in class org.elasticsearch.action.support.ActiveShardCount
 
none(Recycler.C<T>) - Static method in enum org.elasticsearch.common.recycler.Recyclers
Return a Recycler that never recycles entries.
None() - Constructor for class org.elasticsearch.index.fielddata.IndexFieldDataCache.None
 
NoneCircuitBreakerService - Class in org.elasticsearch.indices.breaker
Class that returns a breaker that never breaks
NoneCircuitBreakerService() - Constructor for class org.elasticsearch.indices.breaker.NoneCircuitBreakerService
 
NoneDiscovery - Class in org.elasticsearch.discovery
A Discovery implementation that is used by TribeService.
NoneDiscovery(Settings, ClusterService, ClusterSettings) - Constructor for class org.elasticsearch.discovery.NoneDiscovery
 
NoneRecycler<T> - Class in org.elasticsearch.common.recycler
 
NoneRecycler(Recycler.C<T>) - Constructor for class org.elasticsearch.common.recycler.NoneRecycler
 
NoneRecycler.NV<T> - Class in org.elasticsearch.common.recycler
 
NonEstimatingEstimator - Class in org.elasticsearch.index.fielddata.plain
Estimator that does nothing except for adjust the breaker after the field data has been loaded.
NONEXISTENT_INDEX_RETRY_WAIT - Static variable in class org.elasticsearch.index.engine.ShadowEngine
how long to wait for an index to exist
NoNodeAvailableException - Exception in org.elasticsearch.client.transport
An exception indicating no node is available to perform the operation.
NoNodeAvailableException(String) - Constructor for exception org.elasticsearch.client.transport.NoNodeAvailableException
 
NoNodeAvailableException(String, Throwable) - Constructor for exception org.elasticsearch.client.transport.NoNodeAvailableException
 
NoNodeAvailableException(StreamInput) - Constructor for exception org.elasticsearch.client.transport.NoNodeAvailableException
 
nonSearchableIndices() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilities
The list of indices where this field is not searchable, or null if the field is searchable in all indices.
NOOP_TRANSPORT_INTERCEPTOR - Static variable in class org.elasticsearch.transport.TransportService
 
NoopCircuitBreaker - Class in org.elasticsearch.common.breaker
A CircuitBreaker that doesn't increment or adjust, and all operations are basically noops
NoopCircuitBreaker(String) - Constructor for class org.elasticsearch.common.breaker.NoopCircuitBreaker
 
NoOpLock() - Constructor for class org.elasticsearch.index.engine.Engine.NoOpLock
 
noopUpdate(String) - Method in class org.elasticsearch.index.shard.IndexShard
Should be called for each no-op update operation to increment relevant statistics.
NOPERM - Static variable in class org.elasticsearch.cli.ExitCodes
 
normalize(String, TokenStream) - Method in class org.elasticsearch.index.analysis.CustomAnalyzer
 
normalize(String, TokenStream) - Method in class org.elasticsearch.index.analysis.PatternAnalyzer
 
normalize(float, float) - Method in class org.elasticsearch.search.profile.query.ProfileWeight
 
normalizedValue() - Method in interface org.elasticsearch.search.aggregations.pipeline.derivative.Derivative
Returns the normalized value.
normalizedValue() - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
 
normalizedValue() - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.ParsedDerivative
 
normalizeLat(double) - Static method in class org.elasticsearch.common.geo.GeoUtils
Normalize latitude to lie within the -90 to 90 (both inclusive) range.
normalizeLon(double) - Static method in class org.elasticsearch.common.geo.GeoUtils
Normalize longitude to lie within the -180 (exclusive) to 180 (inclusive) range.
normalizePoint(GeoPoint) - Static method in class org.elasticsearch.common.geo.GeoUtils
Normalize the geo Point for its coordinates to lie within their respective normalized ranges.
normalizePoint(GeoPoint, boolean, boolean) - Static method in class org.elasticsearch.common.geo.GeoUtils
Normalize the geo Point for the given coordinates to lie within their respective normalized ranges.
normalizePoint(double[]) - Static method in class org.elasticsearch.common.geo.GeoUtils
 
normalizePoint(double[], boolean, boolean) - Static method in class org.elasticsearch.common.geo.GeoUtils
 
normalizePrefix(String) - Method in class org.elasticsearch.common.settings.Settings.Builder
Checks that all settings in the builder start with the specified prefix.
normalizer(NamedAnalyzer) - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.Builder
 
normalizer() - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
 
NorwegianAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
NorwegianAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.NorwegianAnalyzerProvider
 
NoShardAvailableActionException - Exception in org.elasticsearch.action
 
NoShardAvailableActionException(ShardId) - Constructor for exception org.elasticsearch.action.NoShardAvailableActionException
 
NoShardAvailableActionException(ShardId, String) - Constructor for exception org.elasticsearch.action.NoShardAvailableActionException
 
NoShardAvailableActionException(ShardId, String, Throwable) - Constructor for exception org.elasticsearch.action.NoShardAvailableActionException
 
NoShardAvailableActionException(StreamInput) - Constructor for exception org.elasticsearch.action.NoShardAvailableActionException
 
NoSuchNodeException - Exception in org.elasticsearch.action
 
NoSuchNodeException(String) - Constructor for exception org.elasticsearch.action.NoSuchNodeException
 
NoSuchNodeException(StreamInput) - Constructor for exception org.elasticsearch.action.NoSuchNodeException
 
not(Matcher<? super T>) - Static method in class org.elasticsearch.common.inject.matcher.Matchers
Inverts the given matcher.
not(Query) - Static method in class org.elasticsearch.common.lucene.search.Queries
Return a query that matches all documents but those that match the given query.
NOT_EXISTS - Static variable in class org.elasticsearch.index.engine.Engine.GetResult
 
NOT_FOUND - Static variable in class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
NOT_FOUND - Static variable in class org.elasticsearch.common.lucene.uid.Versions
indicates that the current document was not found in lucene and in the version map
NOT_TAKEN - Static variable in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
a constant representing a shard decision where no decision was taken
NOT_TAKEN - Static variable in class org.elasticsearch.cluster.routing.allocation.MoveDecision
a constant representing no decision taken
NOT_TAKEN - Static variable in class org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
 
notASubtype(Class<?>, Class<?>) - Method in class org.elasticsearch.common.inject.internal.Errors
 
NotCompressedException - Exception in org.elasticsearch.common.compress
Exception indicating that we were expecting something compressed, which was not compressed or corrupted so that the compression format could not be detected.
NotCompressedException() - Constructor for exception org.elasticsearch.common.compress.NotCompressedException
 
notifyListener(RecoveryFailedException, boolean) - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
notifyNow() - Method in class org.elasticsearch.watcher.ResourceWatcherService
 
notifyNow(ResourceWatcherService.Frequency) - Method in class org.elasticsearch.watcher.ResourceWatcherService
 
NotifyOnceListener<Response> - Class in org.elasticsearch.action
A listener that ensures that only one of onResponse or onFailure is called.
NotifyOnceListener() - Constructor for class org.elasticsearch.action.NotifyOnceListener
 
NotMasterException - Exception in org.elasticsearch.cluster
Thrown when a node join request or a master ping reaches a node which is not currently acting as a master or when a cluster state update task is to be executed on a node that is no longer master.
NotMasterException(String) - Constructor for exception org.elasticsearch.cluster.NotMasterException
 
NotMasterException(StreamInput) - Constructor for exception org.elasticsearch.cluster.NotMasterException
 
NotSerializableExceptionWrapper - Exception in org.elasticsearch.common.io.stream
This exception can be used to wrap a given, not serializable exception to serialize via StreamOutput.writeException(Throwable).
NotSerializableExceptionWrapper(Throwable) - Constructor for exception org.elasticsearch.common.io.stream.NotSerializableExceptionWrapper
 
NotSerializableExceptionWrapper(StreamInput) - Constructor for exception org.elasticsearch.common.io.stream.NotSerializableExceptionWrapper
 
NotSerializableTransportException - Exception in org.elasticsearch.transport
 
NotSerializableTransportException(Throwable) - Constructor for exception org.elasticsearch.transport.NotSerializableTransportException
 
NotSerializableTransportException(StreamInput) - Constructor for exception org.elasticsearch.transport.NotSerializableTransportException
 
NotXContentException - Exception in org.elasticsearch.common.compress
Exception indicating that we were expecting some XContent but could not detect its type.
NotXContentException(String) - Constructor for exception org.elasticsearch.common.compress.NotXContentException
 
now() - Method in class org.elasticsearch.common.cache.Cache
The relative time used to track time-based evictions.
now() - Method in exception org.elasticsearch.index.AlreadyExpiredException
 
nowInMillis() - Method in class org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
 
nowInMillis - Variable in class org.elasticsearch.index.query.QueryRewriteContext
 
nowInMillis() - Method in class org.elasticsearch.index.query.QueryRewriteContext
 
nowInMillis() - Method in class org.elasticsearch.index.query.QueryShardContext
 
nowInMillis() - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
nowInMillis() - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
 
nowInMillis() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
NSEC_PER_MSEC - Static variable in class org.elasticsearch.common.unit.TimeValue
How many nano-seconds in one milli-second
nsecToMSec(long) - Static method in class org.elasticsearch.common.unit.TimeValue
 
NULL - Static variable in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
 
NULL - Static variable in class org.elasticsearch.index.shard.CommitPoint
 
NULL_KEY - Static variable in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
NULL_SEPARATOR - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightUtils
 
NULL_VALUE - Static variable in class org.elasticsearch.index.mapper.KeywordFieldMapper.Defaults
 
NULL_VALUE - Static variable in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Defaults
 
NULL_VALUE - Static variable in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.Defaults
 
NULL_VALUE - Static variable in class org.elasticsearch.index.mapper.StringFieldMapper.Defaults
 
Nullability - Class in org.elasticsearch.common.inject.internal
Whether a member supports null values injected.
Nullable - Annotation Type in org.elasticsearch.common.inject.internal
The presence of this annotation on a method parameter indicates that null is an acceptable value for that parameter.
Nullable - Annotation Type in org.elasticsearch.common
The presence of this annotation on a method parameter indicates that null is an acceptable value for that parameter.
nullField(String) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
nullValue() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
nullValue() - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
 
nullValue(Object) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
nullValue - Variable in class org.elasticsearch.index.mapper.KeywordFieldMapper.Builder
 
nullValue - Variable in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Builder
 
nullValue(String) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Builder
 
nullValue() - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.DoubleFieldType
 
nullValue(int) - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.Builder
 
nullValue() - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.IntegerFieldType
 
nullValue - Variable in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.Builder
 
nullValue(long) - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper.Builder
 
nullValue() - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper.LongFieldType
 
nullValue() - Method in class org.elasticsearch.index.mapper.MappedFieldType
Returns the value that should be added when JSON null is found, or null if no value should be added
nullValue(Object) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.Builder
 
nullValue - Variable in class org.elasticsearch.index.mapper.StringFieldMapper.Builder
 
nullValueAsString() - Method in class org.elasticsearch.index.mapper.MappedFieldType
Returns the null value stringified, so it can be used for e.g.
nullValueQuery() - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
 
nullValueQuery() - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
nullValueQuery() - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
nullValueQuery() - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
NUM_PARTITIONS_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
NUMBER_OF_FRAGMENTS_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
NUMBER_OF_SEGMENTS - Static variable in class org.elasticsearch.common.cache.Cache
 
NUMBER_SIGNIFICANT_DIGITS_FIELD - Static variable in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
NumberFieldMapper - Class in org.elasticsearch.index.mapper
A FieldMapper for numeric types: byte, short, int, long, float and double.
NumberFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
NumberFieldMapper.NumberFieldType - Class in org.elasticsearch.index.mapper
 
NumberFieldMapper.NumberType - Enum in org.elasticsearch.index.mapper
 
NumberFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
NumberFieldType(FieldType.LegacyNumericType) - Constructor for class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.NumberFieldType
 
NumberFieldType(LegacyNumberFieldMapper.NumberFieldType) - Constructor for class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.NumberFieldType
 
NumberFieldType(NumberFieldMapper.NumberType) - Constructor for class org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
 
numberOfActions() - Method in class org.elasticsearch.action.bulk.BulkRequest
The number of actions in the bulk request.
numberOfActions() - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
The number of actions currently in the bulk.
numberOfFiles() - Method in class org.elasticsearch.index.shard.SnapshotStatus.Index
 
numberOfFiles() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
Returns number of files that where snapshotted
numberOfFiles() - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Number of files
numberOfFiles() - Method in exception org.elasticsearch.indices.recovery.RecoverFilesRecoveryException
 
numberOfFragments() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
numberOfNodesShardsAreAllocatedOn(String...) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
Calculates the number of nodes that hold one or more shards of this index IndexRoutingTable excluding the nodes with the node ids give as the excludedNodes parameter.
numberOfOwningShards() - Method in class org.elasticsearch.cluster.routing.RoutingNode
The number of shards on this node that will not be eventually relocated.
numberOfParts() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Returns number of parts
numberOfPendingTasks() - Method in class org.elasticsearch.cluster.service.ClusterService
Returns the number of currently pending tasks.
numberOfReplicas(int) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
numberOfReplicas() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
Returns the number of replicas.
numberOfShards(int) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
numberOfShards() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
Returns the number of shards.
numberOfShards() - Method in class org.elasticsearch.index.IndexService
 
numberOfShards() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
numberOfShards() - Method in class org.elasticsearch.search.internal.SearchContext
 
numberOfShards() - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
numberOfShards() - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
 
numberOfShards() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
numberOfShardsWithState(ShardRoutingState...) - Method in class org.elasticsearch.cluster.routing.RoutingNode
Determine the number of shards with a specific state
numberOfSignificantValueDigits - Variable in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
 
numberOfSignificantValueDigits(int) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
Expert: set the number of significant digits in the values.
numberOfSignificantValueDigits() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
Expert: get the number of significant digits in the values.
numberOfSignificantValueDigits(int) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
Expert: set the number of significant digits in the values.
numberOfSignificantValueDigits() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
Expert: get the number of significant digits in the values.
Numbers - Class in org.elasticsearch.common
A set of utilities for numbers.
numberType() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
numberType() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
numberValue() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
numberValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
numBitsPerCoordinate() - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Encoding
The number of bits required to encode a single coordinate of a geo point.
numBytes() - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Encoding
The number of bytes required to encode a single geo point.
numCollectedDocs - Variable in class org.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator
 
numCollectedDocs - Variable in class org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTermsAggregator
 
numCollectedDocs - Variable in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTermsAggregator
 
numDeletedDocs() - Method in class org.elasticsearch.search.lookup.LeafIndexLookup
 
numDocs - Variable in class org.elasticsearch.action.admin.indices.rollover.Condition.Stats
 
numDocs() - Method in class org.elasticsearch.search.lookup.LeafIndexLookup
 
Numeric() - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric
 
NUMERIC_DETECTION - Static variable in class org.elasticsearch.index.mapper.RootObjectMapper.Defaults
 
numericAsString() - Method in class org.elasticsearch.index.mapper.LegacyByteFieldMapper.CustomByteNumericField
 
numericAsString() - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.CustomDoubleNumericField
 
numericAsString() - Method in class org.elasticsearch.index.mapper.LegacyFloatFieldMapper.CustomFloatNumericField
 
numericAsString() - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.CustomIntegerNumericField
 
numericAsString() - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper.CustomLongNumericField
 
numericAsString() - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.CustomNumericField
 
numericAsString() - Method in class org.elasticsearch.index.mapper.LegacyShortFieldMapper.CustomShortNumericField
 
numericDetection - Variable in class org.elasticsearch.index.mapper.RootObjectMapper.Builder
 
numericDetection() - Method in class org.elasticsearch.index.mapper.RootObjectMapper
 
NumericDoubleValues - Class in org.elasticsearch.index.fielddata
A per-document numeric value.
NumericDoubleValues() - Constructor for class org.elasticsearch.index.fielddata.NumericDoubleValues
Sole constructor.
numericEncoded - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
NumericMetricsAggregation - Interface in org.elasticsearch.search.aggregations.metrics
 
NumericMetricsAggregation.MultiValue - Interface in org.elasticsearch.search.aggregations.metrics
 
NumericMetricsAggregation.SingleValue - Interface in org.elasticsearch.search.aggregations.metrics
 
NumericMetricsAggregator - Class in org.elasticsearch.search.aggregations.metrics
 
NumericMetricsAggregator.MultiValue - Class in org.elasticsearch.search.aggregations.metrics
 
NumericMetricsAggregator.SingleValue - Class in org.elasticsearch.search.aggregations.metrics
 
numericType(IndexNumericFieldData.NumericType) - Method in class org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData.Builder
 
numOfFragments - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
numOfFragments(Integer) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
Set the number of fragments, defaults to HighlightBuilder.DEFAULT_NUMBER_OF_FRAGMENTS
numOfFragments() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
numReducePhases - Variable in class org.elasticsearch.action.search.SearchResponseSections
 
numShapes() - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
NXYBuilder(boolean, boolean) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.NXYBuilder
 
NXYParser() - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.NXYParser
 
NXYSignificanceHeuristic - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
NXYSignificanceHeuristic(boolean, boolean) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
 
NXYSignificanceHeuristic(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
Read from a stream.
NXYSignificanceHeuristic.Frequencies - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
NXYSignificanceHeuristic.NXYBuilder - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
NXYSignificanceHeuristic.NXYParser - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 

O

Object() - Constructor for class org.elasticsearch.common.collect.HppcMaps.Object
 
OBJECT_PAGE_SIZE - Static variable in class org.elasticsearch.common.util.BigArrays
 
ObjectArray<T> - Interface in org.elasticsearch.common.util
Abstraction of an array of object values.
objectBytes() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
objectBytes() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
ObjectMapper - Class in org.elasticsearch.index.mapper
 
ObjectMapper.Builder<T extends ObjectMapper.Builder,Y extends ObjectMapper> - Class in org.elasticsearch.index.mapper
 
ObjectMapper.Defaults - Class in org.elasticsearch.index.mapper
 
ObjectMapper.Dynamic - Enum in org.elasticsearch.index.mapper
 
ObjectMapper.Nested - Class in org.elasticsearch.index.mapper
 
ObjectMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
objectMappers() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
objectPage() - Method in class org.elasticsearch.common.util.PageCacheRecycler
 
ObjectParser<Value,Context> - Class in org.elasticsearch.common.xcontent
A declarative, stateless parser that turns XContent into setter calls.
ObjectParser(String) - Constructor for class org.elasticsearch.common.xcontent.ObjectParser
Creates a new ObjectParser instance with a name.
ObjectParser(String, Supplier<Value>) - Constructor for class org.elasticsearch.common.xcontent.ObjectParser
Creates a new ObjectParser instance which a name.
ObjectParser(String, boolean, Supplier<Value>) - Constructor for class org.elasticsearch.common.xcontent.ObjectParser
Creates a new ObjectParser instance which a name.
ObjectParser.NamedObjectParser<T,Context> - Interface in org.elasticsearch.common.xcontent
Functional interface for instantiating and parsing named objects.
ObjectParser.Parser<Value,Context> - Interface in org.elasticsearch.common.xcontent
 
ObjectParser.ValueType - Enum in org.elasticsearch.common.xcontent
 
objectText() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
objectText() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
obtain(int) - Method in class org.elasticsearch.common.recycler.ConcurrentDequeRecycler
 
obtain(int) - Method in class org.elasticsearch.common.recycler.DequeRecycler
 
obtain(int) - Method in class org.elasticsearch.common.recycler.NoneRecycler
 
obtain() - Method in interface org.elasticsearch.common.recycler.Recycler
 
obtain(int) - Method in interface org.elasticsearch.common.recycler.Recycler
 
occur - Variable in class org.elasticsearch.index.search.MatchQuery
 
of() - Static method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
 
of() - Static method in class org.elasticsearch.common.collect.ImmutableOpenMap
 
of(T) - Static method in class org.elasticsearch.common.inject.util.Providers
Returns a provider which always provides instance.
of(byte) - Static method in class org.elasticsearch.index.analysis.CharMatcher.ByUnicodeCategory
 
of(int) - Static method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Encoding
Get an instance based on the number of bytes that has been used to encode values.
of(DistanceUnit.Distance) - Static method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Encoding
Get an instance based on the expected precision.
offer(T) - Method in class org.elasticsearch.common.collect.EvictingQueue
 
offer(E) - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
offer(E, long, TimeUnit) - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
offMaster() - Method in class org.elasticsearch.cluster.InternalClusterInfoService
 
offMaster() - Method in interface org.elasticsearch.cluster.LocalNodeMasterListener
Called when the local node used to be the master, a new master was elected and it's no longer the local node.
offset() - Method in class org.elasticsearch.common.bytes.BytesArray
 
offset - Variable in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder.AbstractDistanceScoreFunction
 
OFFSET - Static variable in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
offset() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Get the offset to use when rounding, which is a number of milliseconds.
offset(long) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Set the offset on this builder, which is a number of milliseconds, and return the builder so that calls can be chained.
offset(String) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Set the offset on this builder, as a time value, and return the builder so that calls can be chained.
offset() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Get the current offset that is set on this builder.
offset(double) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Set the offset on this builder, and return the builder so that calls can be chained.
offset - Variable in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
OFFSET_FIELD - Static variable in interface org.elasticsearch.search.aggregations.bucket.histogram.Histogram
 
offsetAttr - Variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
 
offsets(boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Return the start and stop offsets for each term if they were stored or skip offsets.
offsets() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
OK - Static variable in class org.elasticsearch.cli.ExitCodes
 
OLD - Static variable in class org.elasticsearch.monitor.jvm.GcNames
 
omitNorms(boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
omitNormsSet - Variable in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
on(Class<? extends Throwable>) - Static method in class org.elasticsearch.action.bulk.Retry
 
ON_CONFLICT_SETTING - Static variable in class org.elasticsearch.tribe.TribeService
 
ON_FAILURE_MESSAGE_FIELD - Static variable in class org.elasticsearch.ingest.CompoundProcessor
 
ON_FAILURE_PROCESSOR_TAG_FIELD - Static variable in class org.elasticsearch.ingest.CompoundProcessor
 
ON_FAILURE_PROCESSOR_TYPE_FIELD - Static variable in class org.elasticsearch.ingest.CompoundProcessor
 
onAckTimeout() - Method in interface org.elasticsearch.cluster.AckedClusterStateTaskListener
Called once the acknowledgement timeout defined by AckedClusterStateUpdateTask.ackTimeout() has expired
onAckTimeout() - Method in class org.elasticsearch.cluster.AckedClusterStateUpdateTask
Called once the acknowledgement timeout defined by AckedClusterStateUpdateTask.ackTimeout() has expired
onAfter() - Method in class org.elasticsearch.common.util.concurrent.AbstractLifecycleRunnable
This method is called in a finally block after successful execution or on a rejection.
onAfter() - Method in class org.elasticsearch.common.util.concurrent.AbstractRunnable
This method is called in a finally block after successful execution or on a rejection.
onAfterInLifecycle() - Method in class org.elasticsearch.common.util.concurrent.AbstractLifecycleRunnable
This method is invoked in the finally block of the run method, but it is only executed if the AbstractLifecycleRunnable.lifecycle is not stopped or closed.
onAfterInLifecycle() - Method in class org.elasticsearch.transport.TcpTransport.ScheduledPing
 
onAllNodesAcked(Exception) - Method in interface org.elasticsearch.cluster.AckedClusterStateTaskListener
Called once all the nodes have acknowledged the cluster state update request.
onAllNodesAcked(Exception) - Method in class org.elasticsearch.cluster.AckedClusterStateUpdateTask
Called once all the nodes have acknowledged the cluster state update request.
onCache(ShardId, Accountable) - Method in interface org.elasticsearch.index.cache.bitset.BitsetFilterCache.Listener
Called for each cached bitset on the cache event.
onCache(ShardId, String, Accountable) - Method in interface org.elasticsearch.index.fielddata.IndexFieldDataCache.Listener
Called after the fielddata is loaded during the cache phase
onCache(ShardId, String, Accountable) - Method in class org.elasticsearch.index.fielddata.ShardFieldData
 
onCache(ShardId, String, Accountable) - Method in class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCacheListener
 
onCached(long) - Method in class org.elasticsearch.index.cache.bitset.ShardBitsetFilterCache
 
onCached(Accountable, Accountable) - Method in class org.elasticsearch.index.cache.request.ShardRequestCache
 
onCacheEviction() - Method in class org.elasticsearch.script.ScriptMetrics
 
onCancel(String, Exception) - Method in class org.elasticsearch.common.util.CancellableThreads
called if CancellableThreads.checkForCancel() was invoked after the operation was cancelled.
onCancelled() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
onCancelled() - Method in class org.elasticsearch.tasks.CancellableTask
Called after the task is cancelled so that it can take any actions that it has to take.
onClose() - Method in interface org.elasticsearch.cluster.TimeoutClusterStateListener
 
onClose(Object) - Method in class org.elasticsearch.index.cache.bitset.BitsetFilterCache
 
onClose(ShardId) - Method in class org.elasticsearch.indices.IndicesQueryCache
 
onClusterServiceClose() - Method in interface org.elasticsearch.cluster.ClusterStateObserver.Listener
called when the cluster service is closed
onCompilation() - Method in class org.elasticsearch.script.ScriptMetrics
 
onCompletion() - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.AsyncAction
 
onConnectionClosed(Transport.Connection) - Method in interface org.elasticsearch.transport.TransportConnectionListener
Called once a node connection is closed.
onConnectionClosed(Transport.Connection) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
onConnectionOpened(Transport.Connection) - Method in interface org.elasticsearch.transport.TransportConnectionListener
Called once a node connection is opened.
onConnectionOpened(Transport.Connection) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
onDirectoryCreated(Path) - Method in interface org.elasticsearch.watcher.FileChangesListener
Called for every new subdirectory found in the watched directory
onDirectoryDeleted(Path) - Method in interface org.elasticsearch.watcher.FileChangesListener
Called for every file that disappeared in the watched directory
onDirectoryInit(Path) - Method in interface org.elasticsearch.watcher.FileChangesListener
Called for every subdirectory found in the watched directory during initialization
ONE - Static variable in class org.elasticsearch.action.support.ActiveShardCount
 
ONE - Static variable in class org.elasticsearch.common.unit.Fuzziness
 
onElectedAsMaster(ClusterState) - Method in interface org.elasticsearch.discovery.zen.NodeJoinController.ElectionCallback
called when the local node is successfully elected as master Guaranteed to be called on the cluster state update thread
OneMergeHelper - Class in org.apache.lucene.index
Allows pkg private access
oneMinuteEWMA() - Static method in class org.elasticsearch.common.metrics.EWMA
Creates a new EWMA which is equivalent to the UNIX one minute load average and which expects to be ticked every 5 seconds.
oneMinuteRate() - Method in class org.elasticsearch.common.metrics.MeterMetric
 
onError() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
onException(Channel, Exception) - Method in class org.elasticsearch.transport.TcpTransport
 
onFailedEngine(String, Exception) - Method in interface org.elasticsearch.index.engine.Engine.EventListener
Called when a fatal exception occurred
onFailedFetchPhase(SearchContext) - Method in class org.elasticsearch.index.search.stats.ShardSearchStats
 
onFailedFetchPhase(SearchContext) - Method in class org.elasticsearch.index.shard.SearchOperationListener.CompositeListener
 
onFailedFetchPhase(SearchContext) - Method in interface org.elasticsearch.index.shard.SearchOperationListener
Executed if a fetch phased failed.
onFailedQueryPhase(SearchContext) - Method in class org.elasticsearch.index.search.stats.ShardSearchStats
 
onFailedQueryPhase(SearchContext) - Method in class org.elasticsearch.index.shard.SearchOperationListener.CompositeListener
 
onFailedQueryPhase(SearchContext) - Method in interface org.elasticsearch.index.shard.SearchOperationListener
Executed if a query phased failed.
onFailure(Exception) - Method in interface org.elasticsearch.action.ActionListener
A failure caused by an exception at some phase of the task.
onFailure(Iterable<ActionListener<Response>>, Exception) - Static method in interface org.elasticsearch.action.ActionListener
Notifies every given listener with the failure passed to ActionListener.onFailure(Exception).
onFailure(Exception) - Method in class org.elasticsearch.action.ActionRunnable
Calls the action listeners ActionListener.onFailure(Exception) method with the given exception.
onFailure(Exception) - Method in class org.elasticsearch.action.LatchedActionListener
 
onFailure(Exception) - Method in class org.elasticsearch.action.NotifyOnceListener
 
onFailure(Exception) - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
onFailure(Exception) - Method in class org.elasticsearch.action.support.ContextPreservingActionListener
 
onFailure(Exception) - Method in class org.elasticsearch.action.support.DelegatingActionListener
 
onFailure(Exception) - Method in class org.elasticsearch.action.support.GroupedActionListener
 
onFailure(Exception) - Method in class org.elasticsearch.action.support.replication.TransportWriteAction.WritePrimaryResult
 
onFailure(Exception) - Method in class org.elasticsearch.action.support.replication.TransportWriteAction.WriteReplicaResult
 
onFailure(Exception) - Method in class org.elasticsearch.action.support.ThreadedActionListener
 
onFailure(String, Exception) - Method in class org.elasticsearch.cluster.AckedClusterStateUpdateTask
 
onFailure(Exception) - Method in interface org.elasticsearch.cluster.action.shard.ShardStateAction.Listener
Notification for non-channel exceptions that are not handled by ShardStateAction.
onFailure(String, Exception) - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction.ShardStartedClusterStateTaskExecutor
 
onFailure(String, Exception) - Method in interface org.elasticsearch.cluster.ClusterStateTaskListener
A callback called when execute fails.
onFailure(String, Exception) - Method in class org.elasticsearch.cluster.ClusterStateUpdateTask
A callback called when execute fails.
onFailure(Exception) - Method in interface org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutListener
 
onFailure(Exception) - Method in interface org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.RemoveListener
 
onFailure(Exception) - Method in class org.elasticsearch.common.util.concurrent.AbstractRunnable
This method is invoked for all exception thrown by AbstractRunnable.doRun()
onFailure(DiscoveryNode, Exception) - Method in class org.elasticsearch.discovery.AckClusterStatePublishResponseHandler
 
onFailure(DiscoveryNode, Exception) - Method in class org.elasticsearch.discovery.BlockingClusterStatePublishResponseHandler
Called for each failure obtained from non master nodes
onFailure(Exception) - Method in interface org.elasticsearch.discovery.zen.MembershipAction.JoinCallback
 
onFailure(Throwable) - Method in interface org.elasticsearch.discovery.zen.NodeJoinController.ElectionCallback
called when the local node failed to be elected as master Guaranteed to be called on the cluster state update thread
onFailure(String) - Method in interface org.elasticsearch.gateway.Gateway.GatewayStateRecoveredListener
 
onFailure(Throwable) - Method in interface org.elasticsearch.gateway.LocalAllocateDangledIndices.Listener
 
onFailure(Exception) - Method in class org.elasticsearch.rest.action.RestActionListener
 
onFailure(Exception) - Method in interface org.elasticsearch.snapshots.SnapshotsService.CreateSnapshotListener
Called if a snapshot operation couldn't start
onFailure(Exception) - Method in interface org.elasticsearch.snapshots.SnapshotsService.DeleteSnapshotListener
Called if delete operation failed
onFailure(Task, Throwable) - Method in class org.elasticsearch.tasks.LoggingTaskListener
 
onFailure(Task, Throwable) - Method in interface org.elasticsearch.tasks.TaskListener
A failure caused by an exception at some phase of the task.
onFailure(Exception) - Method in class org.elasticsearch.transport.TcpTransport.ScheduledPing
 
onFetchPhase(SearchContext, long) - Method in class org.elasticsearch.index.search.stats.ShardSearchStats
 
onFetchPhase(SearchContext, long) - Method in class org.elasticsearch.index.SearchSlowLog
 
onFetchPhase(SearchContext, long) - Method in class org.elasticsearch.index.shard.SearchOperationListener.CompositeListener
 
onFetchPhase(SearchContext, long) - Method in interface org.elasticsearch.index.shard.SearchOperationListener
Executed after the fetch phase successfully finished.
onFileChanged(Path) - Method in interface org.elasticsearch.watcher.FileChangesListener
Called for every file that was changed in the watched directory
onFileCreated(Path) - Method in interface org.elasticsearch.watcher.FileChangesListener
Called for every new file found in the watched directory
onFileDeleted(Path) - Method in interface org.elasticsearch.watcher.FileChangesListener
Called for every file that disappeared in the watched directory
onFileInit(Path) - Method in interface org.elasticsearch.watcher.FileChangesListener
Called for every file found in the watched directory during initialization
onFreeContext(SearchContext) - Method in class org.elasticsearch.index.search.stats.ShardSearchStats
 
onFreeContext(SearchContext) - Method in class org.elasticsearch.index.shard.SearchOperationListener.CompositeListener
 
onFreeContext(SearchContext) - Method in interface org.elasticsearch.index.shard.SearchOperationListener
Executed when a previously created search context is freed.
onFreeScrollContext(SearchContext) - Method in class org.elasticsearch.index.search.stats.ShardSearchStats
 
onFreeScrollContext(SearchContext) - Method in class org.elasticsearch.index.shard.SearchOperationListener.CompositeListener
 
onFreeScrollContext(SearchContext) - Method in interface org.elasticsearch.index.shard.SearchOperationListener
Executed when a scroll search SearchContext is freed.
OnGoingMerge - Class in org.elasticsearch.index.merge
Represents a single on going merge within an index.
OnGoingMerge(MergePolicy.OneMerge) - Constructor for class org.elasticsearch.index.merge.OnGoingMerge
 
onHit() - Method in class org.elasticsearch.index.cache.request.ShardRequestCache
 
onIndexModule(IndexModule) - Method in class org.elasticsearch.plugins.Plugin
Called before a new index is created on a node.
onIndexModule(IndexModule) - Method in class org.elasticsearch.plugins.PluginsService
 
onJoin(DiscoveryNode, MembershipAction.JoinCallback) - Method in interface org.elasticsearch.discovery.zen.MembershipAction.MembershipListener
 
onLeave(DiscoveryNode) - Method in interface org.elasticsearch.discovery.zen.MembershipAction.MembershipListener
 
only(Object) - Static method in class org.elasticsearch.common.inject.matcher.Matchers
Returns a matcher which matches objects equal to the given object.
ONLY_EXPUNGE_DELETES - Static variable in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest.Defaults
 
onlyExpungeDeletes() - Method in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
Should the merge only expunge deletes from the index, without full merging.
onlyExpungeDeletes(boolean) - Method in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
Should the merge only expunge deletes from the index, without full merge.
onlyLongestMatch - Variable in class org.elasticsearch.index.analysis.compound.AbstractCompoundWordTokenFilterFactory
 
onlyNodeActiveInitializingShardsIt(String) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
onlyNodeSelectorActiveInitializingShardsIt(String, DiscoveryNodes) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
onlyNodeSelectorActiveInitializingShardsIt(String[], DiscoveryNodes) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns shards based on nodeAttributes given such as node name , node attribute, node IP Supports node specifications in cluster API
onMaster() - Method in class org.elasticsearch.cluster.InternalClusterInfoService
 
onMaster() - Method in interface org.elasticsearch.cluster.LocalNodeMasterListener
Called when local node is elected to be the master
onMasterFailure(DiscoveryNode, Throwable, String) - Method in interface org.elasticsearch.discovery.zen.MasterFaultDetection.Listener
called when pinging the master failed, like a timeout, transport disconnects etc
onMiss() - Method in class org.elasticsearch.index.cache.request.ShardRequestCache
 
onModule(IndexModule) - Method in class org.elasticsearch.plugins.Plugin
Deprecated.
use #onIndexModule instead
onModule(SettingsModule) - Method in class org.elasticsearch.plugins.Plugin
Deprecated.
use #getSettings and #getSettingsFilter instead
onModule(ScriptModule) - Method in class org.elasticsearch.plugins.Plugin
Deprecated.
implement ScriptPlugin instead
onModule(AnalysisModule) - Method in class org.elasticsearch.plugins.Plugin
Deprecated.
implement AnalysisPlugin instead
onModule(ActionModule) - Method in class org.elasticsearch.plugins.Plugin
Deprecated.
implement ActionPlugin instead
onModule(SearchModule) - Method in class org.elasticsearch.plugins.Plugin
Deprecated.
implement SearchPlugin instead
onModule(NetworkModule) - Method in class org.elasticsearch.plugins.Plugin
Deprecated.
implement NetworkPlugin instead
onModule(RepositoriesModule) - Method in class org.elasticsearch.plugins.Plugin
Deprecated.
implement RepositoryPlugin instead
onModule(ClusterModule) - Method in class org.elasticsearch.plugins.Plugin
Deprecated.
implement ClusterPlugin instead
onModule(DiscoveryModule) - Method in class org.elasticsearch.plugins.Plugin
Deprecated.
implement DiscoveryPlugin instead
onNewClusterState(ClusterState) - Method in interface org.elasticsearch.cluster.ClusterStateObserver.Listener
called when a new state is observed
onNewClusterState(String) - Method in interface org.elasticsearch.discovery.zen.PublishClusterStateAction.NewPendingClusterStateListener
a new cluster state has been committed and is ready to process via PublishClusterStateAction.pendingStatesQueue()
onNewContext(SearchContext) - Method in class org.elasticsearch.index.search.stats.ShardSearchStats
 
onNewContext(SearchContext) - Method in class org.elasticsearch.index.shard.SearchOperationListener.CompositeListener
 
onNewContext(SearchContext) - Method in interface org.elasticsearch.index.shard.SearchOperationListener
Executed when a new search context was created
onNewEngine(Engine) - Method in class org.elasticsearch.index.shard.IndexShard
 
onNewEngine(Engine) - Method in class org.elasticsearch.index.shard.ShadowIndexShard
 
onNewInfo(ClusterInfo) - Method in interface org.elasticsearch.cluster.ClusterInfoService.Listener
 
onNewInfo(ClusterInfo) - Method in class org.elasticsearch.cluster.routing.allocation.DiskThresholdMonitor
 
onNewScrollContext(SearchContext) - Method in class org.elasticsearch.index.search.stats.ShardSearchStats
 
onNewScrollContext(SearchContext) - Method in class org.elasticsearch.index.shard.SearchOperationListener.CompositeListener
 
onNewScrollContext(SearchContext) - Method in interface org.elasticsearch.index.shard.SearchOperationListener
Executed when a new scroll search SearchContext was created
onNodeAck(DiscoveryNode, Exception) - Method in interface org.elasticsearch.discovery.Discovery.AckListener
 
onNodeConnected(DiscoveryNode) - Method in interface org.elasticsearch.transport.TransportConnectionListener
Called once a node connection is opened and registered.
onNodeConnected(DiscoveryNode) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
onNodeDisconnected(DiscoveryNode, Exception) - Method in interface org.elasticsearch.client.transport.TransportClient.HostFailureListener
Called once a node disconnect is detected.
onNodeDisconnected(DiscoveryNode) - Method in interface org.elasticsearch.transport.TransportConnectionListener
Called once a node connection is closed and unregistered.
onNodeDisconnected(DiscoveryNode) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
onNodeFailure(DiscoveryNode, int, Throwable) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.AsyncAction
 
onNodeFailure(DiscoveryNode, String) - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection.Listener
 
onNodeResponse(DiscoveryNode, int, TransportBroadcastByNodeAction<Request, Response, ShardOperationResult>.NodeResponse) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.AsyncAction
 
onNoLongerMaster(String) - Method in interface org.elasticsearch.cluster.ClusterStateTaskListener
called when the task was rejected because the local node is no longer master
onOperation(ShardRouting, int, ShardResponse) - Method in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction.AsyncBroadcastAction
 
onOrAfter(Version) - Method in class org.elasticsearch.Version
 
onOrBefore(Version) - Method in class org.elasticsearch.Version
 
onOutOfMemoryError() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
onPause(long) - Method in interface org.apache.lucene.store.StoreRateLimiting.Listener
 
onPause(long) - Method in interface org.elasticsearch.index.snapshots.blobstore.RateLimitingInputStream.Listener
 
onPause(long) - Method in class org.elasticsearch.index.store.FsDirectoryService
 
onPingReceived(NodesFaultDetection.PingRequest) - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection.Listener
 
onPortNumber(int) - Method in interface org.elasticsearch.common.transport.PortsRange.PortCallback
 
onPostWarm(long) - Method in class org.elasticsearch.index.warmer.ShardIndexWarmerService
 
onPreFetchPhase(SearchContext) - Method in class org.elasticsearch.index.search.stats.ShardSearchStats
 
onPreFetchPhase(SearchContext) - Method in class org.elasticsearch.index.shard.SearchOperationListener.CompositeListener
 
onPreFetchPhase(SearchContext) - Method in interface org.elasticsearch.index.shard.SearchOperationListener
Executed before the fetch phase is executed
onPreQueryPhase(SearchContext) - Method in class org.elasticsearch.index.search.stats.ShardSearchStats
 
onPreQueryPhase(SearchContext) - Method in class org.elasticsearch.index.shard.SearchOperationListener.CompositeListener
 
onPreQueryPhase(SearchContext) - Method in interface org.elasticsearch.index.shard.SearchOperationListener
Executed before the query phase is executed
onPreWarm() - Method in class org.elasticsearch.index.warmer.ShardIndexWarmerService
 
onQueryPhase(SearchContext, long) - Method in class org.elasticsearch.index.search.stats.ShardSearchStats
 
onQueryPhase(SearchContext, long) - Method in class org.elasticsearch.index.SearchSlowLog
 
onQueryPhase(SearchContext, long) - Method in class org.elasticsearch.index.shard.SearchOperationListener.CompositeListener
 
onQueryPhase(SearchContext, long) - Method in interface org.elasticsearch.index.shard.SearchOperationListener
Executed after the query phase successfully finished.
onRecoveryDone(RecoveryState) - Method in interface org.elasticsearch.indices.recovery.PeerRecoveryTargetService.RecoveryListener
 
onRecoveryFailure(RecoveryState, RecoveryFailedException, boolean) - Method in interface org.elasticsearch.indices.recovery.PeerRecoveryTargetService.RecoveryListener
 
onRejection(Exception) - Method in class org.elasticsearch.common.util.concurrent.AbstractRunnable
This should be executed if the thread-pool executing this action rejected the execution.
onRemoval(RemovalNotification<K, V>) - Method in interface org.elasticsearch.common.cache.RemovalListener
 
onRemoval(ShardId, Accountable) - Method in interface org.elasticsearch.index.cache.bitset.BitsetFilterCache.Listener
Called for each cached bitset on the removal event.
onRemoval(RemovalNotification<Object, Cache<Query, BitsetFilterCache.Value>>) - Method in class org.elasticsearch.index.cache.bitset.BitsetFilterCache
 
onRemoval(long) - Method in class org.elasticsearch.index.cache.bitset.ShardBitsetFilterCache
 
onRemoval(Accountable, Accountable, boolean) - Method in class org.elasticsearch.index.cache.request.ShardRequestCache
 
onRemoval(ShardId, String, boolean, long) - Method in interface org.elasticsearch.index.fielddata.IndexFieldDataCache.Listener
Called after the fielddata is unloaded
onRemoval(ShardId, String, boolean, long) - Method in class org.elasticsearch.index.fielddata.ShardFieldData
 
onRemoval(RemovalNotification<IndicesFieldDataCache.Key, Accountable>) - Method in class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
 
onRemoval(ShardId, String, boolean, long) - Method in class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCacheListener
 
onRemoval(RemovalNotification<IndicesRequestCache.Key, BytesReference>) - Method in class org.elasticsearch.indices.IndicesRequestCache
 
onRequestReceived(long, String) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
onRequestReceived(long, String) - Method in interface org.elasticsearch.transport.TransportServiceAdapter
called by the Transport implementation when an incoming request arrives but before any parsing of it has happened (with the exception of the requestId and action)
onRequestSent(DiscoveryNode, long, String, TransportRequest, TransportRequestOptions) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
onRequestSent(DiscoveryNode, long, String, TransportRequest, TransportRequestOptions) - Method in interface org.elasticsearch.transport.TransportServiceAdapter
called by the Transport implementation once a request has been sent
onResponse(Response) - Method in interface org.elasticsearch.action.ActionListener
Handle action response.
onResponse(Iterable<ActionListener<Response>>, Response) - Static method in interface org.elasticsearch.action.ActionListener
Notifies every given listener with the response passed to ActionListener.onResponse(Object).
onResponse(T) - Method in class org.elasticsearch.action.LatchedActionListener
 
onResponse(Response) - Method in class org.elasticsearch.action.NotifyOnceListener
 
onResponse(L) - Method in class org.elasticsearch.action.support.AdapterActionFuture
 
onResponse(R) - Method in class org.elasticsearch.action.support.ContextPreservingActionListener
 
onResponse(Instigator) - Method in class org.elasticsearch.action.support.DelegatingActionListener
 
onResponse(T) - Method in class org.elasticsearch.action.support.GroupedActionListener
 
onResponse(Response) - Method in class org.elasticsearch.action.support.ThreadedActionListener
 
onResponse(MetaDataIndexTemplateService.PutResponse) - Method in interface org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutListener
 
onResponse(MetaDataIndexTemplateService.RemoveResponse) - Method in interface org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.RemoveListener
 
onResponse(DiscoveryNode) - Method in class org.elasticsearch.discovery.AckClusterStatePublishResponseHandler
 
onResponse(DiscoveryNode) - Method in class org.elasticsearch.discovery.BlockingClusterStatePublishResponseHandler
Called for each response obtained from non master nodes
onResponse(LocalAllocateDangledIndices.AllocateDangledResponse) - Method in interface org.elasticsearch.gateway.LocalAllocateDangledIndices.Listener
 
onResponse(Response) - Method in class org.elasticsearch.rest.action.RestActionListener
 
onResponse() - Method in interface org.elasticsearch.snapshots.SnapshotsService.CreateSnapshotListener
Called when snapshot has successfully started
onResponse() - Method in interface org.elasticsearch.snapshots.SnapshotsService.DeleteSnapshotListener
Called if delete operation was successful
onResponse(Task, Response) - Method in class org.elasticsearch.tasks.LoggingTaskListener
 
onResponse(Task, Response) - Method in interface org.elasticsearch.tasks.TaskListener
Handle task response.
onResponseReceived(long) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
onResponseReceived(long) - Method in interface org.elasticsearch.transport.TransportServiceAdapter
called by the Transport implementation when a response or an exception has been received for a previously sent request (before any processing or deserialization was done).
onResponseSent(long, String, TransportResponse, TransportResponseOptions) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
onResponseSent(long, String, Exception) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
onResponseSent(long, String, TransportResponse, TransportResponseOptions) - Method in interface org.elasticsearch.transport.TransportServiceAdapter
called by the Transport implementation once a response was sent to calling node
onResponseSent(long, String, Exception) - Method in interface org.elasticsearch.transport.TransportServiceAdapter
called by the Transport implementation after an exception was sent as a response to an incoming request
onRetry() - Method in class org.elasticsearch.action.bulk.BulkShardRequest
 
onRetry() - Method in class org.elasticsearch.action.index.IndexRequest
 
onRetry() - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
This method is called before this replication request is retried the first time.
onSettingsChanged() - Method in class org.elasticsearch.index.engine.Engine
 
onSettingsChanged() - Method in class org.elasticsearch.index.engine.InternalEngine
 
onSettingsChanged() - Method in class org.elasticsearch.index.shard.IndexShard
 
onShardInactive(IndexShard) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called when a shard is marked as inactive
onShardInactive(IndexShard) - Method in class org.elasticsearch.indices.flush.SyncedFlushService
 
onSliceFailure(ActionListener<BulkByScrollResponse>, int, Exception) - Method in class org.elasticsearch.index.reindex.ParentBulkByScrollTask
Record a failure from a slice and respond to the listener if the request is finished.
onSliceResponse(ActionListener<BulkByScrollResponse>, int, BulkByScrollResponse) - Method in class org.elasticsearch.index.reindex.ParentBulkByScrollTask
Record a response from a slice and respond to the listener if the request is finished.
onSnapshotCompletion(Snapshot, SnapshotInfo) - Method in interface org.elasticsearch.snapshots.SnapshotsService.SnapshotCompletionListener
 
onSnapshotFailure(Snapshot, Exception) - Method in interface org.elasticsearch.snapshots.SnapshotsService.SnapshotCompletionListener
 
onStoreClosed(ShardId) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called when the given shards store is closed.
onSuccess(boolean) - Method in class org.elasticsearch.action.support.replication.TransportWriteAction.WritePrimaryResult
 
onSuccess(boolean) - Method in class org.elasticsearch.action.support.replication.TransportWriteAction.WriteReplicaResult
 
onSuccess() - Method in interface org.elasticsearch.cluster.action.shard.ShardStateAction.Listener
 
onSuccess() - Method in interface org.elasticsearch.discovery.zen.MembershipAction.JoinCallback
 
onSuccess(ClusterState) - Method in interface org.elasticsearch.gateway.Gateway.GatewayStateRecoveredListener
 
onTerminated() - Method in interface org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor.ShutdownListener
 
onTimeout(TimeValue) - Method in interface org.elasticsearch.cluster.ClusterStateObserver.Listener
 
onTimeout(List<? extends TaskBatcher.BatchedTask>, TimeValue) - Method in class org.elasticsearch.cluster.service.TaskBatcher
Action to be implemented by the specific batching implementation.
onTimeout(TimeValue) - Method in interface org.elasticsearch.cluster.TimeoutClusterStateListener
 
onTimeout() - Method in interface org.elasticsearch.discovery.Discovery.AckListener
 
open(OpenIndexRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Open an index based on the index name.
open(OpenIndexRequest, ActionListener<OpenIndexResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Open an index based on the index name.
open(FileChannel, Path, Checkpoint, String) - Static method in class org.elasticsearch.index.translog.TranslogReader
Given a file, opens an TranslogReader, taking of checking and validating the file header.
openAndPutIndexOutput(String, StoreFileMetaData, Store) - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
Creates an IndexOutput for the given file name.
openConnection(DiscoveryNode, ConnectionProfile) - Method in class org.elasticsearch.transport.local.LocalTransport
 
openConnection(DiscoveryNode, ConnectionProfile) - Method in class org.elasticsearch.transport.TcpTransport
 
openConnection(DiscoveryNode, ConnectionProfile) - Method in interface org.elasticsearch.transport.Transport
Opens a new connection to the given node and returns it.
openConnection(DiscoveryNode, ConnectionProfile) - Method in class org.elasticsearch.transport.TransportService
Establishes and returns a new connection to the given node.
openIndex(OpenIndexClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexStateService
 
OpenIndexAction - Class in org.elasticsearch.action.admin.indices.open
 
OpenIndexClusterStateUpdateRequest - Class in org.elasticsearch.action.admin.indices.open
Cluster state update request that allows to open one or more indices
OpenIndexRequest - Class in org.elasticsearch.action.admin.indices.open
A request to open an index.
OpenIndexRequest() - Constructor for class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
 
OpenIndexRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
Constructs a new open index request for the specified index.
openIndexRequest(String) - Static method in class org.elasticsearch.client.Requests
Creates an open index request.
OpenIndexRequestBuilder - Class in org.elasticsearch.action.admin.indices.open
Builder for for open index request
OpenIndexRequestBuilder(ElasticsearchClient, OpenIndexAction) - Constructor for class org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
 
OpenIndexRequestBuilder(ElasticsearchClient, OpenIndexAction, String...) - Constructor for class org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
 
OpenIndexResponse - Class in org.elasticsearch.action.admin.indices.open
A response for a open index action.
openSlice(long) - Method in class org.elasticsearch.index.snapshots.blobstore.SlicedInputStream
Called for each logical slice given a zero based slice ordinal.
openVerifyingInput(String, IOContext, StoreFileMetaData) - Method in class org.elasticsearch.index.store.Store
 
Operation(Term, long, VersionType, Engine.Operation.Origin, long) - Constructor for class org.elasticsearch.index.engine.Engine.Operation
 
operationProcessed() - Method in class org.elasticsearch.index.shard.TranslogRecoveryPerformer
Called once for every processed operation by this recovery performer.
OperationRouting - Class in org.elasticsearch.cluster.routing
 
OperationRouting(Settings, ClusterSettings) - Constructor for class org.elasticsearch.cluster.routing.OperationRouting
 
operationRouting() - Method in class org.elasticsearch.cluster.service.ClusterService
 
operations() - Method in class org.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
 
operations() - Method in class org.elasticsearch.monitor.fs.FsInfo.DeviceStats
 
operationThreaded() - Method in class org.elasticsearch.action.support.single.shard.SingleShardRequest
Controls if the operation will be executed on a separate thread when executed locally.
operationThreaded(boolean) - Method in class org.elasticsearch.action.support.single.shard.SingleShardRequest
Controls if the operation will be executed on a separate thread when executed locally.
operator(Operator) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Sets the operator to use when using a boolean query.
operator() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Returns the operator to use in a boolean query.
operator(Operator) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Sets the operator to use when using a boolean query.
operator() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
Operator - Enum in org.elasticsearch.index.query
 
OPERATOR_FIELD - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
optimizeBbox(String) - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Deprecated. 
optimizeBbox() - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Deprecated. 
optimizeBbox(String) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
Deprecated.
optimizeBbox() - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
Deprecated.
Option(int, Text, float, Map<String, Set<CharSequence>>) - Constructor for class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
 
Option() - Constructor for class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
 
Option(Text, float, BytesReference) - Constructor for class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry.Option
 
Option() - Constructor for class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry.Option
 
Option(Text, Text, float, Boolean) - Constructor for class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
Option(Text, Text, float) - Constructor for class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
Option(Text, float) - Constructor for class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
Option() - Constructor for class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
Option(Text, int, float) - Constructor for class org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
 
Option() - Constructor for class org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
 
optionalConstructor(Constructor) - Method in class org.elasticsearch.common.inject.internal.Errors
 
optionalConstructorArg() - Static method in class org.elasticsearch.common.xcontent.ConstructingObjectParser
Pass the BiConsumer this returns the declare methods to declare an optional constructor argument.
options - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
options(Map<String, Object>) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
Allows to set custom options for custom highlighters.
options() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
options() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
OPTIONS - Static variable in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
options - Variable in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
OPTIONS_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
OPTIONS_PARSE_FIELD - Static variable in class org.elasticsearch.script.Script
Standard ParseField for options on the inner level.
OPTIONS_PARSE_FIELD - Static variable in class org.elasticsearch.script.StoredScriptSource
Standard ParseField for options on the inner level.
opType() - Method in class org.elasticsearch.action.delete.DeleteRequest
 
opType() - Method in interface org.elasticsearch.action.DocWriteRequest
Get the requested document operation type of the request
opType(DocWriteRequest.OpType) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the type of operation to perform.
opType(String) - Method in class org.elasticsearch.action.index.IndexRequest
Sets a string representation of the #opType(OpType).
opType() - Method in class org.elasticsearch.action.index.IndexRequest
 
opType() - Method in class org.elasticsearch.action.update.UpdateRequest
 
opType() - Method in class org.elasticsearch.index.translog.Translog.Delete
 
opType() - Method in class org.elasticsearch.index.translog.Translog.Index
 
opType() - Method in interface org.elasticsearch.index.translog.Translog.Operation
 
or(Matcher<? super T>) - Method in class org.elasticsearch.common.inject.matcher.AbstractMatcher
 
or(Matcher<? super T>) - Method in interface org.elasticsearch.common.inject.matcher.Matcher
Returns a new matcher which returns true if either this or the given matcher return true.
or(CharMatcher) - Method in class org.elasticsearch.index.analysis.CharMatcher.Builder
 
ord() - Method in class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
ordAt(int) - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
 
order(int) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
order() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
order() - Method in interface org.elasticsearch.action.support.ActionFilter
The position of the filter in the chain.
order(int) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
order() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
order(int) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
 
order() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Return the order to use to sort buckets of this histogram.
order(Histogram.Order) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
Set a new order on this builder and return the builder so that calls can be chained.
Order() - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.Histogram.Order
 
order() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Return the order to use to sort buckets of this histogram.
order(Histogram.Order) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
Set a new order on this builder and return the builder so that calls can be chained.
order - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
Order() - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.Terms.Order
 
order(Terms.Order) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Sets the order in which the buckets will be returned.
order(List<Terms.Order>) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Sets the order in which the buckets will be returned.
order() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Gets the order in which the buckets will be returned.
order - Variable in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
 
order - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
order(String) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
The order of fragments per field.
order(HighlightBuilder.Order) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
By default, fragments of a field are ordered by the order in the highlighted text.
order() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
order - Variable in class org.elasticsearch.search.sort.SortBuilder
 
order(SortOrder) - Method in class org.elasticsearch.search.sort.SortBuilder
Set the order of sorting.
order() - Method in class org.elasticsearch.search.sort.SortBuilder
Return the SortOrder used for this SortBuilder.
ORDER_FIELD - Static variable in interface org.elasticsearch.search.aggregations.bucket.histogram.Histogram
 
ORDER_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
ORDER_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
ORDER_FIELD - Static variable in class org.elasticsearch.search.sort.SortBuilder
 
ordinalDate() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a full ordinal date, using a four digit year and three digit dayOfYear (yyyy-DDD).
ordinalDateTime() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a full ordinal date and time, using a four digit year and three digit dayOfYear (yyyy-DDD'T'HH:mm:ss.SSSZZ).
ordinalDateTimeNoMillis() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a full ordinal date and time without millis, using a four digit year and three digit dayOfYear (yyyy-DDD'T'HH:mm:ssZZ).
ordinals(Ordinals.ValuesHolder) - Method in class org.elasticsearch.index.fielddata.ordinals.MultiOrdinals
 
Ordinals - Class in org.elasticsearch.index.fielddata.ordinals
A thread safe ordinals abstraction.
Ordinals() - Constructor for class org.elasticsearch.index.fielddata.ordinals.Ordinals
 
ordinals(Ordinals.ValuesHolder) - Method in class org.elasticsearch.index.fielddata.ordinals.Ordinals
 
ordinals() - Method in class org.elasticsearch.index.fielddata.ordinals.Ordinals
 
ordinals(Ordinals.ValuesHolder) - Method in class org.elasticsearch.index.fielddata.ordinals.SinglePackedOrdinals
 
ordinals - Variable in class org.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
 
Ordinals.ValuesHolder - Interface in org.elasticsearch.index.fielddata.ordinals
 
OrdinalsBuilder - Class in org.elasticsearch.index.fielddata.ordinals
Simple class to build document ID <-> ordinal mapping.
OrdinalsBuilder(int, float) - Constructor for class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
 
OrdinalsBuilder(int) - Constructor for class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
 
OrdinalsFilter() - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.OrdinalsFilter
 
ordinalsValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals.FieldData
 
ordinalsValues(LeafReaderContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals
 
org.apache.lucene.analysis - package org.apache.lucene.analysis
 
org.apache.lucene.analysis.miscellaneous - package org.apache.lucene.analysis.miscellaneous
 
org.apache.lucene.index - package org.apache.lucene.index
 
org.apache.lucene.queries - package org.apache.lucene.queries
 
org.apache.lucene.queryparser.classic - package org.apache.lucene.queryparser.classic
 
org.apache.lucene.search - package org.apache.lucene.search
 
org.apache.lucene.search.grouping - package org.apache.lucene.search.grouping
 
org.apache.lucene.search.highlight - package org.apache.lucene.search.highlight
 
org.apache.lucene.search.postingshighlight - package org.apache.lucene.search.postingshighlight
 
org.apache.lucene.search.suggest.analyzing - package org.apache.lucene.search.suggest.analyzing
 
org.apache.lucene.search.uhighlight - package org.apache.lucene.search.uhighlight
 
org.apache.lucene.search.vectorhighlight - package org.apache.lucene.search.vectorhighlight
 
org.apache.lucene.spatial.geopoint.search - package org.apache.lucene.spatial.geopoint.search
 
org.apache.lucene.store - package org.apache.lucene.store
 
org.elasticsearch - package org.elasticsearch
A distributed RESTful search engine.
org.elasticsearch.action - package org.elasticsearch.action
Actions that Elasticsearch can take either on the data stored on disk or on other nodes.
org.elasticsearch.action.admin.cluster.allocation - package org.elasticsearch.action.admin.cluster.allocation
 
org.elasticsearch.action.admin.cluster.health - package org.elasticsearch.action.admin.cluster.health
 
org.elasticsearch.action.admin.cluster.node.hotthreads - package org.elasticsearch.action.admin.cluster.node.hotthreads
 
org.elasticsearch.action.admin.cluster.node.info - package org.elasticsearch.action.admin.cluster.node.info
 
org.elasticsearch.action.admin.cluster.node.liveness - package org.elasticsearch.action.admin.cluster.node.liveness
 
org.elasticsearch.action.admin.cluster.node.stats - package org.elasticsearch.action.admin.cluster.node.stats
 
org.elasticsearch.action.admin.cluster.node.tasks.cancel - package org.elasticsearch.action.admin.cluster.node.tasks.cancel
 
org.elasticsearch.action.admin.cluster.node.tasks.get - package org.elasticsearch.action.admin.cluster.node.tasks.get
 
org.elasticsearch.action.admin.cluster.node.tasks.list - package org.elasticsearch.action.admin.cluster.node.tasks.list
 
org.elasticsearch.action.admin.cluster.remote - package org.elasticsearch.action.admin.cluster.remote
 
org.elasticsearch.action.admin.cluster.repositories.delete - package org.elasticsearch.action.admin.cluster.repositories.delete
 
org.elasticsearch.action.admin.cluster.repositories.get - package org.elasticsearch.action.admin.cluster.repositories.get
 
org.elasticsearch.action.admin.cluster.repositories.put - package org.elasticsearch.action.admin.cluster.repositories.put
 
org.elasticsearch.action.admin.cluster.repositories.verify - package org.elasticsearch.action.admin.cluster.repositories.verify
 
org.elasticsearch.action.admin.cluster.reroute - package org.elasticsearch.action.admin.cluster.reroute
 
org.elasticsearch.action.admin.cluster.settings - package org.elasticsearch.action.admin.cluster.settings
 
org.elasticsearch.action.admin.cluster.shards - package org.elasticsearch.action.admin.cluster.shards
 
org.elasticsearch.action.admin.cluster.snapshots.create - package org.elasticsearch.action.admin.cluster.snapshots.create
 
org.elasticsearch.action.admin.cluster.snapshots.delete - package org.elasticsearch.action.admin.cluster.snapshots.delete
 
org.elasticsearch.action.admin.cluster.snapshots.get - package org.elasticsearch.action.admin.cluster.snapshots.get
 
org.elasticsearch.action.admin.cluster.snapshots.restore - package org.elasticsearch.action.admin.cluster.snapshots.restore
 
org.elasticsearch.action.admin.cluster.snapshots.status - package org.elasticsearch.action.admin.cluster.snapshots.status
 
org.elasticsearch.action.admin.cluster.state - package org.elasticsearch.action.admin.cluster.state
 
org.elasticsearch.action.admin.cluster.stats - package org.elasticsearch.action.admin.cluster.stats
 
org.elasticsearch.action.admin.cluster.storedscripts - package org.elasticsearch.action.admin.cluster.storedscripts
 
org.elasticsearch.action.admin.cluster.tasks - package org.elasticsearch.action.admin.cluster.tasks
 
org.elasticsearch.action.admin.indices.alias - package org.elasticsearch.action.admin.indices.alias
 
org.elasticsearch.action.admin.indices.alias.exists - package org.elasticsearch.action.admin.indices.alias.exists
 
org.elasticsearch.action.admin.indices.alias.get - package org.elasticsearch.action.admin.indices.alias.get
 
org.elasticsearch.action.admin.indices.analyze - package org.elasticsearch.action.admin.indices.analyze
 
org.elasticsearch.action.admin.indices.cache.clear - package org.elasticsearch.action.admin.indices.cache.clear
 
org.elasticsearch.action.admin.indices.close - package org.elasticsearch.action.admin.indices.close
 
org.elasticsearch.action.admin.indices.create - package org.elasticsearch.action.admin.indices.create
Create index action.
org.elasticsearch.action.admin.indices.delete - package org.elasticsearch.action.admin.indices.delete
Delete index action.
org.elasticsearch.action.admin.indices.exists.indices - package org.elasticsearch.action.admin.indices.exists.indices
 
org.elasticsearch.action.admin.indices.exists.types - package org.elasticsearch.action.admin.indices.exists.types
 
org.elasticsearch.action.admin.indices.flush - package org.elasticsearch.action.admin.indices.flush
Flush index/indices action.
org.elasticsearch.action.admin.indices.forcemerge - package org.elasticsearch.action.admin.indices.forcemerge
Force merge index/indices action.
org.elasticsearch.action.admin.indices.get - package org.elasticsearch.action.admin.indices.get
 
org.elasticsearch.action.admin.indices.mapping.get - package org.elasticsearch.action.admin.indices.mapping.get
 
org.elasticsearch.action.admin.indices.mapping.put - package org.elasticsearch.action.admin.indices.mapping.put
Put Mapping Action.
org.elasticsearch.action.admin.indices.open - package org.elasticsearch.action.admin.indices.open
 
org.elasticsearch.action.admin.indices.recovery - package org.elasticsearch.action.admin.indices.recovery
 
org.elasticsearch.action.admin.indices.refresh - package org.elasticsearch.action.admin.indices.refresh
Refresh index/indices action.
org.elasticsearch.action.admin.indices.rollover - package org.elasticsearch.action.admin.indices.rollover
 
org.elasticsearch.action.admin.indices.segments - package org.elasticsearch.action.admin.indices.segments
 
org.elasticsearch.action.admin.indices.settings.get - package org.elasticsearch.action.admin.indices.settings.get
 
org.elasticsearch.action.admin.indices.settings.put - package org.elasticsearch.action.admin.indices.settings.put
 
org.elasticsearch.action.admin.indices.shards - package org.elasticsearch.action.admin.indices.shards
 
org.elasticsearch.action.admin.indices.shrink - package org.elasticsearch.action.admin.indices.shrink
 
org.elasticsearch.action.admin.indices.stats - package org.elasticsearch.action.admin.indices.stats
 
org.elasticsearch.action.admin.indices.template.delete - package org.elasticsearch.action.admin.indices.template.delete
 
org.elasticsearch.action.admin.indices.template.get - package org.elasticsearch.action.admin.indices.template.get
 
org.elasticsearch.action.admin.indices.template.put - package org.elasticsearch.action.admin.indices.template.put
 
org.elasticsearch.action.admin.indices.upgrade.get - package org.elasticsearch.action.admin.indices.upgrade.get
 
org.elasticsearch.action.admin.indices.upgrade.post - package org.elasticsearch.action.admin.indices.upgrade.post
 
org.elasticsearch.action.admin.indices.validate.query - package org.elasticsearch.action.admin.indices.validate.query
Validate action.
org.elasticsearch.action.bulk - package org.elasticsearch.action.bulk
 
org.elasticsearch.action.delete - package org.elasticsearch.action.delete
Delete action.
org.elasticsearch.action.explain - package org.elasticsearch.action.explain
Explain action.
org.elasticsearch.action.fieldcaps - package org.elasticsearch.action.fieldcaps
 
org.elasticsearch.action.fieldstats - package org.elasticsearch.action.fieldstats
 
org.elasticsearch.action.get - package org.elasticsearch.action.get
Get action.
org.elasticsearch.action.index - package org.elasticsearch.action.index
Index action.
org.elasticsearch.action.ingest - package org.elasticsearch.action.ingest
 
org.elasticsearch.action.main - package org.elasticsearch.action.main
 
org.elasticsearch.action.search - package org.elasticsearch.action.search
Search action.
org.elasticsearch.action.support - package org.elasticsearch.action.support
 
org.elasticsearch.action.support.broadcast - package org.elasticsearch.action.support.broadcast
 
org.elasticsearch.action.support.broadcast.node - package org.elasticsearch.action.support.broadcast.node
 
org.elasticsearch.action.support.master - package org.elasticsearch.action.support.master
 
org.elasticsearch.action.support.master.info - package org.elasticsearch.action.support.master.info
 
org.elasticsearch.action.support.nodes - package org.elasticsearch.action.support.nodes
 
org.elasticsearch.action.support.replication - package org.elasticsearch.action.support.replication
 
org.elasticsearch.action.support.single.instance - package org.elasticsearch.action.support.single.instance
 
org.elasticsearch.action.support.single.shard - package org.elasticsearch.action.support.single.shard
 
org.elasticsearch.action.support.tasks - package org.elasticsearch.action.support.tasks
 
org.elasticsearch.action.termvectors - package org.elasticsearch.action.termvectors
Get the term vector for a specific document.
org.elasticsearch.action.update - package org.elasticsearch.action.update
 
org.elasticsearch.bootstrap - package org.elasticsearch.bootstrap
 
org.elasticsearch.cli - package org.elasticsearch.cli
 
org.elasticsearch.client - package org.elasticsearch.client
The client module allowing to easily perform actions/operations.
org.elasticsearch.client.node - package org.elasticsearch.client.node
 
org.elasticsearch.client.support - package org.elasticsearch.client.support
 
org.elasticsearch.client.transport - package org.elasticsearch.client.transport
 
org.elasticsearch.cluster - package org.elasticsearch.cluster
 
org.elasticsearch.cluster.ack - package org.elasticsearch.cluster.ack
 
org.elasticsearch.cluster.action.index - package org.elasticsearch.cluster.action.index
 
org.elasticsearch.cluster.action.shard - package org.elasticsearch.cluster.action.shard
 
org.elasticsearch.cluster.block - package org.elasticsearch.cluster.block
 
org.elasticsearch.cluster.health - package org.elasticsearch.cluster.health
 
org.elasticsearch.cluster.metadata - package org.elasticsearch.cluster.metadata
 
org.elasticsearch.cluster.node - package org.elasticsearch.cluster.node
 
org.elasticsearch.cluster.routing - package org.elasticsearch.cluster.routing
 
org.elasticsearch.cluster.routing.allocation - package org.elasticsearch.cluster.routing.allocation
 
org.elasticsearch.cluster.routing.allocation.allocator - package org.elasticsearch.cluster.routing.allocation.allocator
 
org.elasticsearch.cluster.routing.allocation.command - package org.elasticsearch.cluster.routing.allocation.command
 
org.elasticsearch.cluster.routing.allocation.decider - package org.elasticsearch.cluster.routing.allocation.decider
 
org.elasticsearch.cluster.service - package org.elasticsearch.cluster.service
 
org.elasticsearch.common - package org.elasticsearch.common
 
org.elasticsearch.common.blobstore - package org.elasticsearch.common.blobstore
 
org.elasticsearch.common.blobstore.fs - package org.elasticsearch.common.blobstore.fs
 
org.elasticsearch.common.blobstore.support - package org.elasticsearch.common.blobstore.support
 
org.elasticsearch.common.blobstore.url - package org.elasticsearch.common.blobstore.url
 
org.elasticsearch.common.breaker - package org.elasticsearch.common.breaker
 
org.elasticsearch.common.bytes - package org.elasticsearch.common.bytes
 
org.elasticsearch.common.cache - package org.elasticsearch.common.cache
 
org.elasticsearch.common.collect - package org.elasticsearch.common.collect
 
org.elasticsearch.common.component - package org.elasticsearch.common.component
 
org.elasticsearch.common.compress - package org.elasticsearch.common.compress
 
org.elasticsearch.common.geo - package org.elasticsearch.common.geo
 
org.elasticsearch.common.geo.builders - package org.elasticsearch.common.geo.builders
 
org.elasticsearch.common.hash - package org.elasticsearch.common.hash
 
org.elasticsearch.common.inject - package org.elasticsearch.common.inject
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
org.elasticsearch.common.inject.assistedinject - package org.elasticsearch.common.inject.assistedinject
Extension for combining factory interfaces with injection; this extension requires guice-jndi-2.0.jar.
org.elasticsearch.common.inject.binder - package org.elasticsearch.common.inject.binder
Interfaces which make up Binder's expression language.
org.elasticsearch.common.inject.internal - package org.elasticsearch.common.inject.internal
Guice (sounds like like "juice")
org.elasticsearch.common.inject.matcher - package org.elasticsearch.common.inject.matcher
Used for matching things.
org.elasticsearch.common.inject.multibindings - package org.elasticsearch.common.inject.multibindings
Extension for binding multiple instances in a collection; this extension requires guice-multibindings-2.0.jar.
org.elasticsearch.common.inject.name - package org.elasticsearch.common.inject.name
Support for binding to string-based names.
org.elasticsearch.common.inject.spi - package org.elasticsearch.common.inject.spi
Guice service provider interface
org.elasticsearch.common.inject.util - package org.elasticsearch.common.inject.util
Helper methods for working with Guice.
org.elasticsearch.common.io - package org.elasticsearch.common.io
 
org.elasticsearch.common.io.stream - package org.elasticsearch.common.io.stream
Classes for streaming objects from one Elasticsearch node to another over its binary internode protocol.
org.elasticsearch.common.joda - package org.elasticsearch.common.joda
 
org.elasticsearch.common.lease - package org.elasticsearch.common.lease
 
org.elasticsearch.common.logging - package org.elasticsearch.common.logging
 
org.elasticsearch.common.lucene - package org.elasticsearch.common.lucene
 
org.elasticsearch.common.lucene.all - package org.elasticsearch.common.lucene.all
 
org.elasticsearch.common.lucene.index - package org.elasticsearch.common.lucene.index
 
org.elasticsearch.common.lucene.search - package org.elasticsearch.common.lucene.search
 
org.elasticsearch.common.lucene.search.function - package org.elasticsearch.common.lucene.search.function
 
org.elasticsearch.common.lucene.store - package org.elasticsearch.common.lucene.store
 
org.elasticsearch.common.lucene.uid - package org.elasticsearch.common.lucene.uid
 
org.elasticsearch.common.metrics - package org.elasticsearch.common.metrics
 
org.elasticsearch.common.network - package org.elasticsearch.common.network
 
org.elasticsearch.common.path - package org.elasticsearch.common.path
 
org.elasticsearch.common.recycler - package org.elasticsearch.common.recycler
 
org.elasticsearch.common.regex - package org.elasticsearch.common.regex
 
org.elasticsearch.common.rounding - package org.elasticsearch.common.rounding
 
org.elasticsearch.common.settings - package org.elasticsearch.common.settings
Settings based utility.
org.elasticsearch.common.settings.loader - package org.elasticsearch.common.settings.loader
Settings loader (parser) allowing to parse different "source" formats into a Settings.
org.elasticsearch.common.text - package org.elasticsearch.common.text
 
org.elasticsearch.common.transport - package org.elasticsearch.common.transport
 
org.elasticsearch.common.unit - package org.elasticsearch.common.unit
 
org.elasticsearch.common.util - package org.elasticsearch.common.util
 
org.elasticsearch.common.util.concurrent - package org.elasticsearch.common.util.concurrent
 
org.elasticsearch.common.util.iterable - package org.elasticsearch.common.util.iterable
 
org.elasticsearch.common.util.set - package org.elasticsearch.common.util.set
 
org.elasticsearch.common.xcontent - package org.elasticsearch.common.xcontent
 
org.elasticsearch.common.xcontent.cbor - package org.elasticsearch.common.xcontent.cbor
 
org.elasticsearch.common.xcontent.json - package org.elasticsearch.common.xcontent.json
 
org.elasticsearch.common.xcontent.smile - package org.elasticsearch.common.xcontent.smile
 
org.elasticsearch.common.xcontent.support - package org.elasticsearch.common.xcontent.support
 
org.elasticsearch.common.xcontent.support.filtering - package org.elasticsearch.common.xcontent.support.filtering
 
org.elasticsearch.common.xcontent.yaml - package org.elasticsearch.common.xcontent.yaml
 
org.elasticsearch.discovery - package org.elasticsearch.discovery
 
org.elasticsearch.discovery.local - package org.elasticsearch.discovery.local
 
org.elasticsearch.discovery.single - package org.elasticsearch.discovery.single
 
org.elasticsearch.discovery.zen - package org.elasticsearch.discovery.zen
 
org.elasticsearch.env - package org.elasticsearch.env
 
org.elasticsearch.gateway - package org.elasticsearch.gateway
 
org.elasticsearch.http - package org.elasticsearch.http
 
org.elasticsearch.index - package org.elasticsearch.index
 
org.elasticsearch.index.analysis - package org.elasticsearch.index.analysis
 
org.elasticsearch.index.analysis.compound - package org.elasticsearch.index.analysis.compound
 
org.elasticsearch.index.cache - package org.elasticsearch.index.cache
 
org.elasticsearch.index.cache.bitset - package org.elasticsearch.index.cache.bitset
 
org.elasticsearch.index.cache.query - package org.elasticsearch.index.cache.query
 
org.elasticsearch.index.cache.request - package org.elasticsearch.index.cache.request
 
org.elasticsearch.index.codec - package org.elasticsearch.index.codec
 
org.elasticsearch.index.engine - package org.elasticsearch.index.engine
 
org.elasticsearch.index.fielddata - package org.elasticsearch.index.fielddata
 
org.elasticsearch.index.fielddata.fieldcomparator - package org.elasticsearch.index.fielddata.fieldcomparator
 
org.elasticsearch.index.fielddata.ordinals - package org.elasticsearch.index.fielddata.ordinals
 
org.elasticsearch.index.fielddata.plain - package org.elasticsearch.index.fielddata.plain
 
org.elasticsearch.index.fieldvisitor - package org.elasticsearch.index.fieldvisitor
 
org.elasticsearch.index.flush - package org.elasticsearch.index.flush
 
org.elasticsearch.index.get - package org.elasticsearch.index.get
 
org.elasticsearch.index.mapper - package org.elasticsearch.index.mapper
 
org.elasticsearch.index.merge - package org.elasticsearch.index.merge
 
org.elasticsearch.index.query - package org.elasticsearch.index.query
 
org.elasticsearch.index.query.functionscore - package org.elasticsearch.index.query.functionscore
 
org.elasticsearch.index.query.support - package org.elasticsearch.index.query.support
 
org.elasticsearch.index.recovery - package org.elasticsearch.index.recovery
 
org.elasticsearch.index.refresh - package org.elasticsearch.index.refresh
 
org.elasticsearch.index.reindex - package org.elasticsearch.index.reindex
Infrastructure for actions that modify documents based on the results of a scrolling query like reindex, update by query or delete by query.
org.elasticsearch.index.search - package org.elasticsearch.index.search
 
org.elasticsearch.index.search.geo - package org.elasticsearch.index.search.geo
 
org.elasticsearch.index.search.stats - package org.elasticsearch.index.search.stats
 
org.elasticsearch.index.settings - package org.elasticsearch.index.settings
 
org.elasticsearch.index.shard - package org.elasticsearch.index.shard
 
org.elasticsearch.index.similarity - package org.elasticsearch.index.similarity
 
org.elasticsearch.index.snapshots - package org.elasticsearch.index.snapshots
 
org.elasticsearch.index.snapshots.blobstore - package org.elasticsearch.index.snapshots.blobstore
 
org.elasticsearch.index.store - package org.elasticsearch.index.store
 
org.elasticsearch.index.termvectors - package org.elasticsearch.index.termvectors
 
org.elasticsearch.index.translog - package org.elasticsearch.index.translog
 
org.elasticsearch.index.warmer - package org.elasticsearch.index.warmer
 
org.elasticsearch.indices - package org.elasticsearch.indices
 
org.elasticsearch.indices.analysis - package org.elasticsearch.indices.analysis
 
org.elasticsearch.indices.breaker - package org.elasticsearch.indices.breaker
 
org.elasticsearch.indices.cluster - package org.elasticsearch.indices.cluster
 
org.elasticsearch.indices.fielddata.cache - package org.elasticsearch.indices.fielddata.cache
 
org.elasticsearch.indices.flush - package org.elasticsearch.indices.flush
 
org.elasticsearch.indices.mapper - package org.elasticsearch.indices.mapper
 
org.elasticsearch.indices.recovery - package org.elasticsearch.indices.recovery
 
org.elasticsearch.indices.store - package org.elasticsearch.indices.store
 
org.elasticsearch.indices.ttl - package org.elasticsearch.indices.ttl
 
org.elasticsearch.ingest - package org.elasticsearch.ingest
 
org.elasticsearch.monitor - package org.elasticsearch.monitor
Monitors the Elasticsearch process and the system on which it is running so that metrics can be exposed via a HTTP or transport APIs to be logged and graphed.
org.elasticsearch.monitor.fs - package org.elasticsearch.monitor.fs
 
org.elasticsearch.monitor.jvm - package org.elasticsearch.monitor.jvm
 
org.elasticsearch.monitor.os - package org.elasticsearch.monitor.os
 
org.elasticsearch.monitor.process - package org.elasticsearch.monitor.process
 
org.elasticsearch.node - package org.elasticsearch.node
Allow to build a Node which is a node within the cluster.
org.elasticsearch.plugins - package org.elasticsearch.plugins
Support for extending Elasticsearch by providing java code that is loaded by a child classloader.
org.elasticsearch.plugins.spi - package org.elasticsearch.plugins.spi
This package contains interfaces for services provided by Elasticsearch plugins to external applications like the Java High Level Rest Client.
org.elasticsearch.repositories - package org.elasticsearch.repositories
Repositories of snapshot/restore information.
org.elasticsearch.repositories.blobstore - package org.elasticsearch.repositories.blobstore
 
org.elasticsearch.repositories.fs - package org.elasticsearch.repositories.fs
 
org.elasticsearch.repositories.uri - package org.elasticsearch.repositories.uri
 
org.elasticsearch.rest - package org.elasticsearch.rest
Exposes Elasticsearch functionality over RESTful HTTP.
org.elasticsearch.rest.action - package org.elasticsearch.rest.action
RestHandlers that translate requests from REST into internal requests and start them then wait for them to complete and then translate them back into REST.
org.elasticsearch.rest.action.admin.cluster - package org.elasticsearch.rest.action.admin.cluster
RestHandlers for administrative actions that can be taken on the cluster as a whole like getting the listing tasks, adding repositories, and getting stats.
org.elasticsearch.rest.action.admin.indices - package org.elasticsearch.rest.action.admin.indices
RestHandlers for administrative actions that can be taken on indexes like creation, deletion, setting up aliases, and changing mapping.
org.elasticsearch.rest.action.cat - package org.elasticsearch.rest.action.cat
RestHandlers for actions that spit out tables of results.
org.elasticsearch.rest.action.document - package org.elasticsearch.rest.action.document
RestHandlers for actions that can be taken on documents like index, update, get, and delete.
org.elasticsearch.rest.action.ingest - package org.elasticsearch.rest.action.ingest
RestHandlers that manage ingest pipelines.
org.elasticsearch.rest.action.search - package org.elasticsearch.rest.action.search
RestHandlers for search actions like search, scroll, and suggest.
org.elasticsearch.script - package org.elasticsearch.script
Support for running user provided scripts (in the request, in cluster state, etc) in portions of various requests (FunctionScoreQuery, Aggregation, UpdateAction, etc).
org.elasticsearch.search - package org.elasticsearch.search
 
org.elasticsearch.search.aggregations - package org.elasticsearch.search.aggregations
Builds analytic information over all hits in a search request.
org.elasticsearch.search.aggregations.bucket - package org.elasticsearch.search.aggregations.bucket
 
org.elasticsearch.search.aggregations.bucket.adjacency - package org.elasticsearch.search.aggregations.bucket.adjacency
 
org.elasticsearch.search.aggregations.bucket.filter - package org.elasticsearch.search.aggregations.bucket.filter
 
org.elasticsearch.search.aggregations.bucket.filters - package org.elasticsearch.search.aggregations.bucket.filters
 
org.elasticsearch.search.aggregations.bucket.geogrid - package org.elasticsearch.search.aggregations.bucket.geogrid
 
org.elasticsearch.search.aggregations.bucket.global - package org.elasticsearch.search.aggregations.bucket.global
 
org.elasticsearch.search.aggregations.bucket.histogram - package org.elasticsearch.search.aggregations.bucket.histogram
 
org.elasticsearch.search.aggregations.bucket.missing - package org.elasticsearch.search.aggregations.bucket.missing
 
org.elasticsearch.search.aggregations.bucket.nested - package org.elasticsearch.search.aggregations.bucket.nested
 
org.elasticsearch.search.aggregations.bucket.range - package org.elasticsearch.search.aggregations.bucket.range
 
org.elasticsearch.search.aggregations.bucket.range.date - package org.elasticsearch.search.aggregations.bucket.range.date
 
org.elasticsearch.search.aggregations.bucket.range.geodistance - package org.elasticsearch.search.aggregations.bucket.range.geodistance
 
org.elasticsearch.search.aggregations.bucket.range.ip - package org.elasticsearch.search.aggregations.bucket.range.ip
 
org.elasticsearch.search.aggregations.bucket.sampler - package org.elasticsearch.search.aggregations.bucket.sampler
 
org.elasticsearch.search.aggregations.bucket.significant - package org.elasticsearch.search.aggregations.bucket.significant
 
org.elasticsearch.search.aggregations.bucket.significant.heuristics - package org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
org.elasticsearch.search.aggregations.bucket.terms - package org.elasticsearch.search.aggregations.bucket.terms
 
org.elasticsearch.search.aggregations.bucket.terms.support - package org.elasticsearch.search.aggregations.bucket.terms.support
 
org.elasticsearch.search.aggregations.metrics - package org.elasticsearch.search.aggregations.metrics
Aggregations module
org.elasticsearch.search.aggregations.metrics.avg - package org.elasticsearch.search.aggregations.metrics.avg
 
org.elasticsearch.search.aggregations.metrics.cardinality - package org.elasticsearch.search.aggregations.metrics.cardinality
 
org.elasticsearch.search.aggregations.metrics.geobounds - package org.elasticsearch.search.aggregations.metrics.geobounds
 
org.elasticsearch.search.aggregations.metrics.geocentroid - package org.elasticsearch.search.aggregations.metrics.geocentroid
 
org.elasticsearch.search.aggregations.metrics.max - package org.elasticsearch.search.aggregations.metrics.max
 
org.elasticsearch.search.aggregations.metrics.min - package org.elasticsearch.search.aggregations.metrics.min
 
org.elasticsearch.search.aggregations.metrics.percentiles - package org.elasticsearch.search.aggregations.metrics.percentiles
 
org.elasticsearch.search.aggregations.metrics.percentiles.hdr - package org.elasticsearch.search.aggregations.metrics.percentiles.hdr
 
org.elasticsearch.search.aggregations.metrics.percentiles.tdigest - package org.elasticsearch.search.aggregations.metrics.percentiles.tdigest
 
org.elasticsearch.search.aggregations.metrics.scripted - package org.elasticsearch.search.aggregations.metrics.scripted
 
org.elasticsearch.search.aggregations.metrics.stats - package org.elasticsearch.search.aggregations.metrics.stats
 
org.elasticsearch.search.aggregations.metrics.stats.extended - package org.elasticsearch.search.aggregations.metrics.stats.extended
 
org.elasticsearch.search.aggregations.metrics.sum - package org.elasticsearch.search.aggregations.metrics.sum
 
org.elasticsearch.search.aggregations.metrics.tophits - package org.elasticsearch.search.aggregations.metrics.tophits
 
org.elasticsearch.search.aggregations.metrics.valuecount - package org.elasticsearch.search.aggregations.metrics.valuecount
 
org.elasticsearch.search.aggregations.pipeline - package org.elasticsearch.search.aggregations.pipeline
 
org.elasticsearch.search.aggregations.pipeline.bucketmetrics - package org.elasticsearch.search.aggregations.pipeline.bucketmetrics
 
org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg - package org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg
 
org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max - package org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max
 
org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min - package org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min
 
org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile - package org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile
 
org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats - package org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats
 
org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended - package org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended
 
org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum - package org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum
 
org.elasticsearch.search.aggregations.pipeline.bucketscript - package org.elasticsearch.search.aggregations.pipeline.bucketscript
 
org.elasticsearch.search.aggregations.pipeline.bucketselector - package org.elasticsearch.search.aggregations.pipeline.bucketselector
 
org.elasticsearch.search.aggregations.pipeline.cumulativesum - package org.elasticsearch.search.aggregations.pipeline.cumulativesum
 
org.elasticsearch.search.aggregations.pipeline.derivative - package org.elasticsearch.search.aggregations.pipeline.derivative
 
org.elasticsearch.search.aggregations.pipeline.movavg - package org.elasticsearch.search.aggregations.pipeline.movavg
 
org.elasticsearch.search.aggregations.pipeline.movavg.models - package org.elasticsearch.search.aggregations.pipeline.movavg.models
 
org.elasticsearch.search.aggregations.pipeline.serialdiff - package org.elasticsearch.search.aggregations.pipeline.serialdiff
 
org.elasticsearch.search.aggregations.support - package org.elasticsearch.search.aggregations.support
 
org.elasticsearch.search.aggregations.support.values - package org.elasticsearch.search.aggregations.support.values
 
org.elasticsearch.search.builder - package org.elasticsearch.search.builder
 
org.elasticsearch.search.collapse - package org.elasticsearch.search.collapse
 
org.elasticsearch.search.dfs - package org.elasticsearch.search.dfs
 
org.elasticsearch.search.fetch - package org.elasticsearch.search.fetch
Search phase that fetches the top hits from the shards after the results of the query phase have been merged.
org.elasticsearch.search.fetch.subphase - package org.elasticsearch.search.fetch.subphase
Built in FetchSubPhases like matched queries and fetching _source.
org.elasticsearch.search.fetch.subphase.highlight - package org.elasticsearch.search.fetch.subphase.highlight
Fetch sub phase that extracts significant portions of string fields, marking the matches.
org.elasticsearch.search.internal - package org.elasticsearch.search.internal
 
org.elasticsearch.search.lookup - package org.elasticsearch.search.lookup
 
org.elasticsearch.search.profile - package org.elasticsearch.search.profile
Profiling for portions of the search request.
org.elasticsearch.search.profile.aggregation - package org.elasticsearch.search.profile.aggregation
Profiles the aggregation portion of a search request.
org.elasticsearch.search.profile.query - package org.elasticsearch.search.profile.query
Profiles the query portion of a search request.
org.elasticsearch.search.query - package org.elasticsearch.search.query
 
org.elasticsearch.search.rescore - package org.elasticsearch.search.rescore
 
org.elasticsearch.search.searchafter - package org.elasticsearch.search.searchafter
 
org.elasticsearch.search.slice - package org.elasticsearch.search.slice
 
org.elasticsearch.search.sort - package org.elasticsearch.search.sort
 
org.elasticsearch.search.suggest - package org.elasticsearch.search.suggest
Support for suggesting alternate queries.
org.elasticsearch.search.suggest.completion - package org.elasticsearch.search.suggest.completion
Suggests alternate queries by fancy prefix matching.
org.elasticsearch.search.suggest.completion.context - package org.elasticsearch.search.suggest.completion.context
Support for limiting the completion suggesters results to within a "context" like a geographic location or a category.
org.elasticsearch.search.suggest.completion2x - package org.elasticsearch.search.suggest.completion2x
Support for completion suggesters built on 2.x indices.
org.elasticsearch.search.suggest.completion2x.context - package org.elasticsearch.search.suggest.completion2x.context
Support for completion suggesters with contexts built on 2.x indices.
org.elasticsearch.search.suggest.phrase - package org.elasticsearch.search.suggest.phrase
Suggests alternate queries by breaking the query into terms and suggesting terms that are frequently found together.
org.elasticsearch.search.suggest.term - package org.elasticsearch.search.suggest.term
Suggests alternate queries by breaking the query into terms and suggesting more popular terms.
org.elasticsearch.snapshots - package org.elasticsearch.snapshots
 
org.elasticsearch.tasks - package org.elasticsearch.tasks
Support for viewing and modifying in flight actions (Tasks) and saving their results to an index.
org.elasticsearch.template - package org.elasticsearch.template
 
org.elasticsearch.threadpool - package org.elasticsearch.threadpool
 
org.elasticsearch.transport - package org.elasticsearch.transport
 
org.elasticsearch.transport.local - package org.elasticsearch.transport.local
 
org.elasticsearch.tribe - package org.elasticsearch.tribe
 
org.elasticsearch.watcher - package org.elasticsearch.watcher
 
org.joda.time.format - package org.joda.time.format
 
orientation() - Method in class org.elasticsearch.common.geo.builders.MultiPolygonBuilder
 
orientation() - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
ORIENTATION - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
 
orientation() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
ORIENTATION - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
 
origin() - Method in class org.elasticsearch.index.engine.Engine.Operation
 
origin() - Method in class org.elasticsearch.index.mapper.SourceToParse
 
ORIGIN - Static variable in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
origin() - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
Return the GeoPoint that is used for distance computations.
OriginalIndices - Class in org.elasticsearch.action
Used to keep track of original indices within internal (e.g.
OriginalIndices(IndicesRequest) - Constructor for class org.elasticsearch.action.OriginalIndices
 
OriginalIndices(String[], IndicesOptions) - Constructor for class org.elasticsearch.action.OriginalIndices
 
originalIndices - Variable in class org.elasticsearch.action.support.broadcast.BroadcastShardRequest
 
originalMessage() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
originalTerm - Variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.CandidateSet
 
os() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node OS be returned.
os(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node OS be returned.
os() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node OS be returned.
os(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node OS be returned.
OsInfo - Class in org.elasticsearch.monitor.os
 
OsInfo(long, int, int, String, String, String) - Constructor for class org.elasticsearch.monitor.os.OsInfo
 
OsInfo(StreamInput) - Constructor for class org.elasticsearch.monitor.os.OsInfo
 
osInfo(long, int) - Method in class org.elasticsearch.monitor.os.OsProbe
 
OsProbe - Class in org.elasticsearch.monitor.os
 
osService() - Method in class org.elasticsearch.monitor.MonitorService
 
OsService - Class in org.elasticsearch.monitor.os
 
OsService(Settings) - Constructor for class org.elasticsearch.monitor.os.OsService
 
osStats() - Method in class org.elasticsearch.monitor.os.OsProbe
 
OsStats - Class in org.elasticsearch.monitor.os
 
OsStats(long, OsStats.Cpu, OsStats.Mem, OsStats.Swap, OsStats.Cgroup) - Constructor for class org.elasticsearch.monitor.os.OsStats
 
OsStats(StreamInput) - Constructor for class org.elasticsearch.monitor.os.OsStats
 
OsStats.Cgroup - Class in org.elasticsearch.monitor.os
Encapsulates basic cgroup statistics.
OsStats.Cgroup.CpuStat - Class in org.elasticsearch.monitor.os
Encapsulates CPU time statistics.
OsStats.Cpu - Class in org.elasticsearch.monitor.os
 
OsStats.Mem - Class in org.elasticsearch.monitor.os
 
OsStats.Swap - Class in org.elasticsearch.monitor.os
 
OTHER_BUCKET_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator
 
OTHER_BUCKET_KEY_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator
 
otherBucket(boolean) - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
Set whether to include a bucket for documents not matching any filter
otherBucket() - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
Get whether to include a bucket for documents not matching any filter
otherBucketKey(String) - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
Set the key to use for the bucket for documents not matching any filter.
otherBucketKey() - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
Get the key to use for the bucket for documents not matching any filter.
otherDocCount - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
otherStatsToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
 
otherStatsToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
otherStatsToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
otherStatsToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
out - Variable in class org.elasticsearch.common.lucene.store.FilterIndexOutput
 
OutOfScopeException - Exception in org.elasticsearch.common.inject
Thrown from Provider.get() when an attempt is made to access a scoped object while the scope in question is not currently active.
OutOfScopeException(String) - Constructor for exception org.elasticsearch.common.inject.OutOfScopeException
 
OutOfScopeException(String, Throwable) - Constructor for exception org.elasticsearch.common.inject.OutOfScopeException
 
OutOfScopeException(Throwable) - Constructor for exception org.elasticsearch.common.inject.OutOfScopeException
 
OutputStreamStreamOutput - Class in org.elasticsearch.common.io.stream
 
OutputStreamStreamOutput(OutputStream) - Constructor for class org.elasticsearch.common.io.stream.OutputStreamStreamOutput
 
overallState(RestoreInProgress.State, ImmutableOpenMap<ShardId, RestoreInProgress.ShardRestoreStatus>) - Static method in class org.elasticsearch.snapshots.RestoreService
 
override(Module...) - Static method in class org.elasticsearch.common.inject.util.Modules
Returns a builder that creates a module that overlays override modules over the given modules.
override(Iterable<? extends Module>) - Static method in class org.elasticsearch.common.inject.util.Modules
Returns a builder that creates a module that overlays override modules over the given modules.
overrideBucketsPath() - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
overrideBucketsPath() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
 
overrideBucketsPath() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
 
overridePath(ContentPath) - Method in class org.elasticsearch.index.mapper.ParseContext
Return a new context that will have the provided path.
overSize(long) - Static method in class org.elasticsearch.common.util.BigArrays
Returns the next size to grow when working with parallel arrays that may have different page sizes or number of bytes per element.
overSize(long, int, int) - Static method in class org.elasticsearch.common.util.BigArrays
Return the next size to grow to that is >= minTargetSize.

P

pad(Table.Cell, int, RestRequest, UTF8StreamWriter) - Static method in class org.elasticsearch.rest.action.cat.RestTable
 
pad(Table.Cell, int, RestRequest, UTF8StreamWriter, boolean) - Static method in class org.elasticsearch.rest.action.cat.RestTable
 
pad(boolean) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
 
padStart(String, int, char) - Static method in class org.elasticsearch.common.Strings
 
PAGE_SIZE_IN_BYTES - Static variable in class org.elasticsearch.common.util.BigArrays
Page size in bytes: 16KB
PageCacheRecycler - Class in org.elasticsearch.common.util
A recycler of fixed-size pages.
PageCacheRecycler(Settings) - Constructor for class org.elasticsearch.common.util.PageCacheRecycler
 
PageCacheRecycler.Type - Enum in org.elasticsearch.common.util
 
PagedBytesAtomicFieldData - Class in org.elasticsearch.index.fielddata.plain
 
PagedBytesAtomicFieldData(PagedBytes.Reader, PackedLongValues, Ordinals) - Constructor for class org.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
 
PagedBytesIndexFieldData - Class in org.elasticsearch.index.fielddata.plain
 
PagedBytesIndexFieldData(IndexSettings, String, IndexFieldDataCache, CircuitBreakerService, double, double, int) - Constructor for class org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData
 
PagedBytesIndexFieldData.Builder - Class in org.elasticsearch.index.fielddata.plain
 
PagedBytesIndexFieldData.PagedBytesEstimator - Class in org.elasticsearch.index.fielddata.plain
Estimator that wraps string field data by either using BlockTreeTermsReader, or wrapping the data in a RamAccountingTermsEnum if the BlockTreeTermsReader cannot be used.
PagedBytesReference - Class in org.elasticsearch.common.bytes
A page based bytes reference, internally holding the bytes in a paged data structure.
PagedBytesReference(BigArrays, ByteArray, int) - Constructor for class org.elasticsearch.common.bytes.PagedBytesReference
 
PagedBytesReference(BigArrays, ByteArray, int, int) - Constructor for class org.elasticsearch.common.bytes.PagedBytesReference
 
PARAGRAPH_SEPARATOR - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlightUtils
 
param(String) - Method in class org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams
 
param(String, String) - Method in class org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams
 
param(String) - Method in class org.elasticsearch.common.xcontent.ToXContent.MapParams
 
param(String, String) - Method in class org.elasticsearch.common.xcontent.ToXContent.MapParams
 
param(String) - Method in interface org.elasticsearch.common.xcontent.ToXContent.Params
 
param(String, String) - Method in interface org.elasticsearch.common.xcontent.ToXContent.Params
 
param(String) - Method in class org.elasticsearch.rest.RestRequest
 
param(String, String) - Method in class org.elasticsearch.rest.RestRequest
 
paramAsBoolean(String, boolean) - Method in class org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams
 
paramAsBoolean(String, Boolean) - Method in class org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams
 
paramAsBoolean(String, boolean) - Method in class org.elasticsearch.common.xcontent.ToXContent.MapParams
 
paramAsBoolean(String, Boolean) - Method in class org.elasticsearch.common.xcontent.ToXContent.MapParams
 
paramAsBoolean(String, boolean) - Method in interface org.elasticsearch.common.xcontent.ToXContent.Params
 
paramAsBoolean(String, Boolean) - Method in interface org.elasticsearch.common.xcontent.ToXContent.Params
 
paramAsBoolean(String, boolean) - Method in class org.elasticsearch.rest.RestRequest
 
paramAsBoolean(String, Boolean) - Method in class org.elasticsearch.rest.RestRequest
 
paramAsFloat(String, float) - Method in class org.elasticsearch.rest.RestRequest
 
paramAsInt(String, int) - Method in class org.elasticsearch.rest.RestRequest
 
paramAsLong(String, long) - Method in class org.elasticsearch.rest.RestRequest
 
paramAsSize(String, ByteSizeValue) - Method in class org.elasticsearch.rest.RestRequest
 
paramAsStringArray(String, String[]) - Method in class org.elasticsearch.rest.RestRequest
 
paramAsStringArrayOrEmptyIfAll(String) - Method in class org.elasticsearch.rest.RestRequest
 
paramAsTime(String, TimeValue) - Method in class org.elasticsearch.rest.RestRequest
 
ParameterizedTypeImpl(Type, Type, Type...) - Constructor for class org.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
 
Parameters(Environment, ScriptService, TemplateService, AnalysisRegistry, ThreadContext) - Constructor for class org.elasticsearch.ingest.Processor.Parameters
 
params() - Method in class org.elasticsearch.rest.RestRequest
 
params(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
Set parameters that will be available in the init, map and combine phases.
params() - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
Get parameters that will be available in the init, map and combine phases.
PARAMS_PARSE_FIELD - Static variable in class org.elasticsearch.script.Script
Standard ParseField for params on the inner level.
parent() - Method in class org.elasticsearch.action.delete.DeleteRequest
 
parent(String) - Method in class org.elasticsearch.action.delete.DeleteRequest
Sets the parent id of this document.
parent() - Method in interface org.elasticsearch.action.DocWriteRequest
Get the parent for this request
parent(String) - Method in class org.elasticsearch.action.explain.ExplainRequest
Simple sets the routing.
parent() - Method in class org.elasticsearch.action.get.GetRequest
 
parent(String) - Method in class org.elasticsearch.action.get.GetRequest
Sets the parent id of this document.
parent(String) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
parent() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
parent(String) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the parent id of this document.
parent() - Method in class org.elasticsearch.action.index.IndexRequest
 
parent() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
parent(String) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Sets the parent id of this document.
parent(String) - Method in class org.elasticsearch.action.update.UpdateRequest
The parent id is used for the upsert request.
parent() - Method in class org.elasticsearch.action.update.UpdateRequest
 
PARENT - Static variable in interface org.elasticsearch.common.breaker.CircuitBreaker
 
parent() - Method in class org.elasticsearch.index.engine.Engine.Index
 
parent(String) - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
parent() - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
parent() - Method in class org.elasticsearch.index.mapper.SourceToParse
 
parent(String) - Method in class org.elasticsearch.index.mapper.SourceToParse
 
parent() - Method in class org.elasticsearch.index.translog.Translog.Index
 
parent - Variable in class org.elasticsearch.index.translog.Translog.Source
 
parent() - Method in class org.elasticsearch.search.aggregations.Aggregator
Return the parent aggregator.
parent - Variable in class org.elasticsearch.search.aggregations.AggregatorBase
 
parent() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
 
parent() - Method in class org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
 
parent - Variable in class org.elasticsearch.search.aggregations.AggregatorFactory
 
parent() - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
 
parent() - Method in class org.elasticsearch.search.profile.aggregation.ProfilingAggregator
 
ParentBulkByScrollTask - Class in org.elasticsearch.index.reindex
Task for parent bulk by scroll requests that have sub-workers.
ParentBulkByScrollTask(long, String, String, String, TaskId, int) - Constructor for class org.elasticsearch.index.reindex.ParentBulkByScrollTask
 
parentFieldMapper() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
ParentFieldMapper - Class in org.elasticsearch.index.mapper
 
ParentFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
ParentFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
ParentFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
ParentFieldSubFetchPhase - Class in org.elasticsearch.search.fetch.subphase
 
ParentFieldSubFetchPhase() - Constructor for class org.elasticsearch.search.fetch.subphase.ParentFieldSubFetchPhase
 
parentObjectMapperAreNested(MapperService) - Method in class org.elasticsearch.index.mapper.ObjectMapper
Returns whether all parent objects fields are nested too.
parentSearchContext() - Method in class org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
 
ParentTaskAssigningClient - Class in org.elasticsearch.client
A Client that sets the parent task on all requests that it makes.
ParentTaskAssigningClient(Client, TaskId) - Constructor for class org.elasticsearch.client.ParentTaskAssigningClient
Standard constructor.
ParentTaskAssigningClient(Client, DiscoveryNode, Task) - Constructor for class org.elasticsearch.client.ParentTaskAssigningClient
Convenience constructor for building the TaskId out of what is usually at hand.
parse(String) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
 
parse(XContentParser) - Static method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
 
parse(String) - Static method in enum org.elasticsearch.action.fieldstats.IndexConstraint.Comparison
 
parse(String) - Static method in enum org.elasticsearch.action.fieldstats.IndexConstraint.Property
 
parse(String) - Static method in enum org.elasticsearch.action.support.WriteRequest.RefreshPolicy
Parse the string representation of a refresh policy, usually from a request parameter.
parse(String) - Static method in class org.elasticsearch.bootstrap.JavaVersion
 
parse(XContentParser) - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
 
parse(XContentParser) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand.Builder
 
parse(XContentParser) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand.Builder
 
parse(XContentParser) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand.Builder
 
parse(String) - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Allocation
 
parse(String) - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Rebalance
 
parse(String) - Static method in enum org.elasticsearch.cluster.routing.Preference
Parses the Preference Type given a string
parse(XContentParser) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
 
parse(XContentParser, GeoShapeFieldMapper) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
Parse the geometry specified by the source document and return a ShapeBuilder instance used to build the actual geometry
parse(XContentParser) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilder
Create a new ShapeBuilder from XContent
parse(XContentParser, GeoShapeFieldMapper) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilder
Create a new ShapeBuilder from XContent
parse(String, LongSupplier) - Method in class org.elasticsearch.common.joda.DateMathParser
 
parse(String, LongSupplier, boolean, DateTimeZone) - Method in class org.elasticsearch.common.joda.DateMathParser
 
parse(String, DistanceUnit, DistanceUnit) - Static method in enum org.elasticsearch.common.unit.DistanceUnit
Parses a given distance and converts it to the specified unit.
parse(String, DistanceUnit) - Method in enum org.elasticsearch.common.unit.DistanceUnit
Parses a given distance and converts it to this unit.
parse(XContentParser) - Static method in class org.elasticsearch.common.unit.Fuzziness
 
parse(String) - Static method in class org.elasticsearch.common.util.LocaleUtils
Parse the string describing a locale into a Locale object
parse(String) - Static method in enum org.elasticsearch.common.util.PageCacheRecycler.Type
 
parse(XContentParser, Context) - Method in class org.elasticsearch.common.xcontent.ConstructingObjectParser
 
parse(XContentParser, Context) - Method in interface org.elasticsearch.common.xcontent.ContextParser
 
parse(XContentParser, Context, String) - Method in interface org.elasticsearch.common.xcontent.ObjectParser.NamedObjectParser
 
parse(XContentParser, Context) - Method in class org.elasticsearch.common.xcontent.ObjectParser
Parses a Value from the given XContentParser
parse(XContentParser, Value, Context) - Method in class org.elasticsearch.common.xcontent.ObjectParser
Parses a Value from the given XContentParser
parse(XContentParser, Value, Context) - Method in interface org.elasticsearch.common.xcontent.ObjectParser.Parser
 
parse(ParseContext) - Method in class org.elasticsearch.index.mapper.AllFieldMapper
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.AllFieldMapper.TypeParser
 
parse(ParseContext, GeoPoint, String) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
parse(ParseContext) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.BinaryFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper.TypeParser
 
parse(ParseContext) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper
Parses and indexes inputs Parsing: Acceptable format: "STRING" - interpreted as field value (input) "ARRAY" - each element can be one of "OBJECT" (see below) "OBJECT" - { "input": STRING|ARRAY, "weight": STRING|INT, "contexts": ARRAY|OBJECT } Indexing: if context mappings are defined, delegates to ContextMappings.addField(ParseContext.Document, String, String, int, Map) else adds inputs as a SuggestField
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.TypeParser
 
parse(ParseContext) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x
Parses and indexes inputs Parsing: Acceptable format: "STRING" - interpreted as field value (input) "ARRAY" - each element can be one of "OBJECT" (see below) "OBJECT" - { "input": STRING|ARRAY, "weight": STRING|INT, "contexts": ARRAY|OBJECT }
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.TypeParser
 
parse(String, String, String, BytesReference) - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
parse(SourceToParse) - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
parse(String, CompressedXContent) - Method in class org.elasticsearch.index.mapper.DocumentMapperParser
 
parse(String, CompressedXContent, String) - Method in class org.elasticsearch.index.mapper.DocumentMapperParser
 
parse(String, Map<String, Object>, Version) - Static method in class org.elasticsearch.index.mapper.DynamicTemplate
 
parse(FieldMapper, ParseContext) - Method in class org.elasticsearch.index.mapper.FieldMapper.MultiFields
 
parse(ParseContext) - Method in class org.elasticsearch.index.mapper.FieldMapper
Parse using the provided ParseContext and return a mapping update if dynamic mappings modified the mappings, or null if mappings were not modified.
parse(ParseContext) - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.TypeParser
 
parse(ParseContext, GeoPoint, String) - Method in class org.elasticsearch.index.mapper.GeoPointFieldMapper
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.GeoPointFieldMapper.TypeParser
 
parse(ParseContext) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.IdFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.IndexFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.IpFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.TypeParser
 
parse(ParseContext, GeoPoint, String) - Method in class org.elasticsearch.index.mapper.LatLonPointFieldMapper
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.LatLonPointFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.LegacyByteFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.LegacyFloatFieldMapper.TypeParser
 
parse(LegacyGeoPointFieldMapper.Builder, Map<String, Object>, Mapper.TypeParser.ParserContext) - Static method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper
 
parse(ParseContext, GeoPoint, String) - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.LegacyShortFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in interface org.elasticsearch.index.mapper.Mapper.TypeParser
 
parse(String, CompressedXContent, boolean) - Method in class org.elasticsearch.index.mapper.MapperService
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in interface org.elasticsearch.index.mapper.MetadataFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.ObjectMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.ParentFieldMapper.TypeParser
 
parse(Object, boolean) - Method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.RootObjectMapper.TypeParser
 
parse(ParseContext) - Method in class org.elasticsearch.index.mapper.RoutingFieldMapper
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.RoutingFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.TypeParser
 
parse(ParseContext) - Method in class org.elasticsearch.index.mapper.SourceFieldMapper
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.SourceFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TypeParser
 
parse(ParseContext) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper.TypeParser
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.TokenCountFieldMapper.TypeParser
 
parse(ParseContext) - Method in class org.elasticsearch.index.mapper.TTLFieldMapper
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.TTLFieldMapper.TypeParser
 
parse(ParseContext) - Method in class org.elasticsearch.index.mapper.TypeFieldMapper
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.TypeFieldMapper.TypeParser
 
parse(ParseContext) - Method in class org.elasticsearch.index.mapper.UidFieldMapper
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.UidFieldMapper.TypeParser
 
parse(ParseContext) - Method in class org.elasticsearch.index.mapper.VersionFieldMapper
 
parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.elasticsearch.index.mapper.VersionFieldMapper.TypeParser
 
parse(XContentParser, MoreLikeThisQueryBuilder.Item) - Static method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
Parses and returns the given item.
parse(String) - Static method in enum org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
 
parse(MatchQuery.Type, String, Object) - Method in class org.elasticsearch.index.search.MatchQuery
 
parse(MultiMatchQueryBuilder.Type, Map<String, Float>, Object, String) - Method in class org.elasticsearch.index.search.MultiMatchQuery
 
parse(String) - Static method in enum org.elasticsearch.index.SlowLogLevel
 
parse(XContentParser) - Static method in class org.elasticsearch.script.Script
Convenience method to call Script.parse(XContentParser, String) using the default scripting language.
parse(XContentParser, String) - Static method in class org.elasticsearch.script.Script
This will parse XContent into a Script.
parse(String, BytesReference, XContentType) - Static method in class org.elasticsearch.script.StoredScriptSource
This will parse XContent into a StoredScriptSource.
parse(String, QueryParseContext) - Method in interface org.elasticsearch.search.aggregations.Aggregator.Parser
Returns the aggregator factory with which this parser is associated, may return null indicating the aggregation should be skipped (e.g.
parse(String) - Static method in enum org.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.range.date.DateRangeAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
 
parse(QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
 
parse(QueryParseContext) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.NXYParser
 
parse(QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
 
parse(QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
 
parse(QueryParseContext) - Method in interface org.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristicParser
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.metrics.avg.AvgAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.metrics.max.MaxAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.metrics.min.MinAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
 
parse(QueryParseContext, String, XContentLocation) - Static method in enum org.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
Parse a string GapPolicy into the byte enum
parse(String, QueryParseContext) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsParser
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregationBuilder
 
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
parse(String) - Static method in enum org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.SeasonalityType
Parse a string SeasonalityType into the byte enum
parse(Map<String, Object>, String, int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
Parse a settings hash that is specific to this model
parse(ParseFieldRegistry<MovAvgModel.AbstractModelParser>, String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
 
parse(String, QueryParseContext) - Method in interface org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser
Returns the pipeline aggregator factory with which this parser is associated.
parse(String, QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
 
parse(String) - Static method in class org.elasticsearch.search.aggregations.support.AggregationPath
 
parseAfterEffect(Settings) - Method in class org.elasticsearch.index.similarity.DFRSimilarityProvider
Parses the given Settings and creates the appropriate AfterEffect
parseAggregators(QueryParseContext) - Static method in class org.elasticsearch.search.aggregations.AggregatorFactories
Parses the aggregation request recursively generating aggregator factories in turn.
parseAliasFilter(CheckedFunction<byte[], Optional<QueryBuilder>, IOException>, IndexMetaData, String...) - Static method in interface org.elasticsearch.search.internal.ShardSearchRequest
Returns the filter associated with listed filtering aliases.
parseAnalysisVersion(Settings, Settings, Logger) - Static method in class org.elasticsearch.index.analysis.Analysis
 
parseArticles(Environment, Settings) - Static method in class org.elasticsearch.index.analysis.Analysis
 
parseBasicModel(Settings) - Method in class org.elasticsearch.index.similarity.DFRSimilarityProvider
Parses the given Settings and creates the appropriate BasicModel
parseBoolean(String, Boolean) - Static method in class org.elasticsearch.common.Booleans
 
parseBoolean(String, boolean) - Static method in class org.elasticsearch.common.Booleans
Returns true iff the value is neither of the following: false, 0, off, no otherwise false
parseBooleanExact(String, Boolean) - Static method in class org.elasticsearch.common.Booleans
 
parseBooleanExact(String) - Static method in class org.elasticsearch.common.Booleans
 
parseBoolParam(Map<String, Object>, String, boolean) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
Extracts a boolean from the settings map, otherwise throws an exception
parseByteSize(String, ByteSizeValue, ByteSizeValue, String) - Static method in class org.elasticsearch.common.settings.Setting
 
parseBytesRef(String) - Method in class org.elasticsearch.search.DocValueFormat.DateTime
 
parseBytesRef(String) - Method in class org.elasticsearch.search.DocValueFormat.Decimal
 
parseBytesRef(String) - Method in interface org.elasticsearch.search.DocValueFormat
Parse a value that was formatted with DocValueFormat.format(BytesRef) back to the original BytesRef.
parseBytesSizeValue(String, String) - Static method in class org.elasticsearch.common.unit.ByteSizeValue
 
parseBytesSizeValue(String, ByteSizeValue, String) - Static method in class org.elasticsearch.common.unit.ByteSizeValue
 
parseBytesSizeValueOrHeapRatio(String, String) - Static method in enum org.elasticsearch.common.unit.MemorySizeValue
Parse the provided string as a memory size.
parseCircle(ShapeBuilder.CoordinateNode, DistanceUnit.Distance) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
 
parseClassPath() - Static method in class org.elasticsearch.bootstrap.JarHell
Parses the classpath into an array of URLs
parseCommonWords(Environment, Settings, CharArraySet, boolean) - Static method in class org.elasticsearch.index.analysis.Analysis
 
ParseContext - Class in org.elasticsearch.index.mapper
 
ParseContext() - Constructor for class org.elasticsearch.index.mapper.ParseContext
 
parseContext(ParseContext, XContentParser) - Method in class org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
Parse a set of CharSequence contexts at index-time.
parseContext(ParseContext.Document) - Method in class org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
 
parseContext(ParseContext, XContentParser) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping
Parses a set of index-time contexts.
parseContext(ParseContext.Document) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping
Retrieves a set of context from a document at index-time.
parseContext(ParseContext, XContentParser) - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping
Parse a set of CharSequence contexts at index-time.
parseContext(ParseContext.Document) - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping
 
parseContext(ParseContext, XContentParser) - Method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
 
parseContext(ParseContext, XContentParser) - Method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
A ContextMapping combined with the information provided by a document form a ContextMapping.ContextConfig which is used to build the underlying FST.
parseContext(ParseContext, XContentParser) - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
 
ParseContext.Document - Class in org.elasticsearch.index.mapper
Fork of Document with additional functionality.
ParseContext.InternalParseContext - Class in org.elasticsearch.index.mapper
 
parseCopyFields(Object, FieldMapper.Builder) - Static method in class org.elasticsearch.index.mapper.TypeParsers
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.AllFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.BinaryFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.DateFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.FieldMapper
Parse the field value and populate fields.
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.IdFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.IndexFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.IpFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.ParentFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.RoutingFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.SourceFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.StringFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.TextFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.TokenCountFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.TTLFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.TypeFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.UidFieldMapper
 
parseCreateField(ParseContext, List<IndexableField>) - Method in class org.elasticsearch.index.mapper.VersionFieldMapper
 
parseCreateFieldForString(ParseContext, String, float) - Static method in class org.elasticsearch.index.mapper.StringFieldMapper
Parse a field as though it were a string.
ParsedAdjacencyMatrix - Class in org.elasticsearch.search.aggregations.bucket.adjacency
 
ParsedAdjacencyMatrix() - Constructor for class org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix
 
ParsedAdjacencyMatrix.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.adjacency
 
ParsedAggregation - Class in org.elasticsearch.search.aggregations
An implementation of Aggregation that is parsed from a REST response.
ParsedAggregation() - Constructor for class org.elasticsearch.search.aggregations.ParsedAggregation
 
parseDateTimeFormatter(Object) - Static method in class org.elasticsearch.index.mapper.TypeParsers
 
ParsedAvg - Class in org.elasticsearch.search.aggregations.metrics.avg
 
ParsedAvg() - Constructor for class org.elasticsearch.search.aggregations.metrics.avg.ParsedAvg
 
ParsedBinaryRange - Class in org.elasticsearch.search.aggregations.bucket.range
 
ParsedBinaryRange() - Constructor for class org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange
 
ParsedBinaryRange.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.range
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.adjacency.ParsedAdjacencyMatrix.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.filters.ParsedFilters.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.range.date.ParsedDateRange.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.range.geodistance.ParsedGeoDistance.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms.ParsedBucket
 
ParsedBucket() - Constructor for class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
 
ParsedBucketMetricValue - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics
 
ParsedBucketMetricValue() - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.ParsedBucketMetricValue
 
ParsedCardinality - Class in org.elasticsearch.search.aggregations.metrics.cardinality
 
ParsedCardinality() - Constructor for class org.elasticsearch.search.aggregations.metrics.cardinality.ParsedCardinality
 
ParsedDateHistogram - Class in org.elasticsearch.search.aggregations.bucket.histogram
 
ParsedDateHistogram() - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.ParsedDateHistogram
 
ParsedDateHistogram.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.histogram
 
ParsedDateRange - Class in org.elasticsearch.search.aggregations.bucket.range.date
 
ParsedDateRange() - Constructor for class org.elasticsearch.search.aggregations.bucket.range.date.ParsedDateRange
 
ParsedDateRange.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.range.date
 
ParsedDerivative - Class in org.elasticsearch.search.aggregations.pipeline.derivative
 
ParsedDerivative() - Constructor for class org.elasticsearch.search.aggregations.pipeline.derivative.ParsedDerivative
 
parsedDoc() - Method in class org.elasticsearch.index.engine.Engine.Index
 
ParsedDocument - Class in org.elasticsearch.index.mapper
The result of parsing a document.
ParsedDocument(Field, String, String, String, long, long, List<ParseContext.Document>, BytesReference, XContentType, Mapping) - Constructor for class org.elasticsearch.index.mapper.ParsedDocument
 
ParsedDoubleTerms - Class in org.elasticsearch.search.aggregations.bucket.terms
 
ParsedDoubleTerms() - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.ParsedDoubleTerms
 
ParsedDoubleTerms.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.terms
 
ParsedExtendedStats - Class in org.elasticsearch.search.aggregations.metrics.stats.extended
 
ParsedExtendedStats() - Constructor for class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
ParsedExtendedStatsBucket - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended
 
ParsedExtendedStatsBucket() - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ParsedExtendedStatsBucket
 
ParsedFilter - Class in org.elasticsearch.search.aggregations.bucket.filter
 
ParsedFilter() - Constructor for class org.elasticsearch.search.aggregations.bucket.filter.ParsedFilter
 
ParsedFilters - Class in org.elasticsearch.search.aggregations.bucket.filters
 
ParsedFilters() - Constructor for class org.elasticsearch.search.aggregations.bucket.filters.ParsedFilters
 
ParsedFilters.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.filters
 
ParsedGeoBounds - Class in org.elasticsearch.search.aggregations.metrics.geobounds
 
ParsedGeoBounds() - Constructor for class org.elasticsearch.search.aggregations.metrics.geobounds.ParsedGeoBounds
 
ParsedGeoCentroid - Class in org.elasticsearch.search.aggregations.metrics.geocentroid
Serialization and merge logic for GeoCentroidAggregator.
ParsedGeoCentroid() - Constructor for class org.elasticsearch.search.aggregations.metrics.geocentroid.ParsedGeoCentroid
 
ParsedGeoDistance - Class in org.elasticsearch.search.aggregations.bucket.range.geodistance
 
ParsedGeoDistance() - Constructor for class org.elasticsearch.search.aggregations.bucket.range.geodistance.ParsedGeoDistance
 
ParsedGeoDistance.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.range.geodistance
 
ParsedGeoHashGrid - Class in org.elasticsearch.search.aggregations.bucket.geogrid
 
ParsedGeoHashGrid() - Constructor for class org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoHashGrid
 
ParsedGeoHashGrid.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.geogrid
 
ParsedGlobal - Class in org.elasticsearch.search.aggregations.bucket.global
 
ParsedGlobal() - Constructor for class org.elasticsearch.search.aggregations.bucket.global.ParsedGlobal
 
ParsedHDRPercentileRanks - Class in org.elasticsearch.search.aggregations.metrics.percentiles.hdr
 
ParsedHDRPercentileRanks() - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentileRanks
 
ParsedHDRPercentiles - Class in org.elasticsearch.search.aggregations.metrics.percentiles.hdr
 
ParsedHDRPercentiles() - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentiles
 
ParsedHistogram - Class in org.elasticsearch.search.aggregations.bucket.histogram
 
ParsedHistogram() - Constructor for class org.elasticsearch.search.aggregations.bucket.histogram.ParsedHistogram
 
parseDistance(String) - Static method in class org.elasticsearch.common.unit.DistanceUnit.Distance
Parse a DistanceUnit.Distance from a given String.
parseDistribution(Settings) - Method in class org.elasticsearch.index.similarity.IBSimilarityProvider
Parses the given Settings and creates the appropriate Distribution
ParsedLongTerms - Class in org.elasticsearch.search.aggregations.bucket.terms
 
ParsedLongTerms() - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.ParsedLongTerms
 
ParsedLongTerms.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.terms
 
parsedMatchAllQuery() - Static method in class org.elasticsearch.index.query.ParsedQuery
 
ParsedMax - Class in org.elasticsearch.search.aggregations.metrics.max
 
ParsedMax() - Constructor for class org.elasticsearch.search.aggregations.metrics.max.ParsedMax
 
ParsedMin - Class in org.elasticsearch.search.aggregations.metrics.min
 
ParsedMin() - Constructor for class org.elasticsearch.search.aggregations.metrics.min.ParsedMin
 
ParsedMissing - Class in org.elasticsearch.search.aggregations.bucket.missing
 
ParsedMissing() - Constructor for class org.elasticsearch.search.aggregations.bucket.missing.ParsedMissing
 
ParsedMultiBucketAggregation<B extends MultiBucketsAggregation.Bucket> - Class in org.elasticsearch.search.aggregations
 
ParsedMultiBucketAggregation() - Constructor for class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation
 
ParsedMultiBucketAggregation.ParsedBucket - Class in org.elasticsearch.search.aggregations
 
ParsedNested - Class in org.elasticsearch.search.aggregations.bucket.nested
 
ParsedNested() - Constructor for class org.elasticsearch.search.aggregations.bucket.nested.ParsedNested
 
parseDocuments(XContentParser, List<MultiGetRequest.Item>, String, String, String[], FetchSourceContext, String, boolean) - Static method in class org.elasticsearch.action.get.MultiGetRequest
 
parseDocuments(XContentParser, List<MultiGetRequest.Item>) - Static method in class org.elasticsearch.action.get.MultiGetRequest
 
parseDouble(XContentParser, double) - Static method in class org.elasticsearch.search.aggregations.ParsedAggregation
Parse a token of type XContentParser.Token.VALUE_NUMBER or XContentParser.Token.STRING to a double.
parseDouble(String, boolean, LongSupplier) - Method in class org.elasticsearch.search.DocValueFormat.DateTime
 
parseDouble(String, boolean, LongSupplier) - Method in class org.elasticsearch.search.DocValueFormat.Decimal
 
parseDouble(String, boolean, LongSupplier) - Method in interface org.elasticsearch.search.DocValueFormat
Parse a value that was formatted with DocValueFormat.format(double) back to the original double value.
parseDoubleParam(Map<String, Object>, String, double) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
Extracts a 0-1 inclusive double from the settings map, otherwise throws an exception
parseDoubleValue(Object) - Static method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper
Converts an object value into a double
ParsedPercentileRanks - Class in org.elasticsearch.search.aggregations.metrics.percentiles
 
ParsedPercentileRanks() - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentileRanks
 
ParsedPercentiles - Class in org.elasticsearch.search.aggregations.metrics.percentiles
 
ParsedPercentiles() - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
 
ParsedPercentilesBucket - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile
 
ParsedPercentilesBucket() - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.ParsedPercentilesBucket
 
parsedPostFilter(ParsedQuery) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
parsedPostFilter() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
parsedPostFilter(ParsedQuery) - Method in class org.elasticsearch.search.internal.SearchContext
 
parsedPostFilter() - Method in class org.elasticsearch.search.internal.SearchContext
 
parsedPostFilter(ParsedQuery) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
ParsedQuery - Class in org.elasticsearch.index.query
The result of parsing a query.
ParsedQuery(Query, Map<String, Query>) - Constructor for class org.elasticsearch.index.query.ParsedQuery
Store the query and filters.
ParsedQuery(Query, ParsedQuery) - Constructor for class org.elasticsearch.index.query.ParsedQuery
 
ParsedQuery(Query) - Constructor for class org.elasticsearch.index.query.ParsedQuery
 
parsedQuery(ParsedQuery) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
parsedQuery() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
parsedQuery(ParsedQuery) - Method in class org.elasticsearch.search.internal.SearchContext
 
parsedQuery() - Method in class org.elasticsearch.search.internal.SearchContext
 
parsedQuery(ParsedQuery) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
parsedQuery() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
ParsedRange - Class in org.elasticsearch.search.aggregations.bucket.range
 
ParsedRange() - Constructor for class org.elasticsearch.search.aggregations.bucket.range.ParsedRange
 
ParsedRange.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.range
 
ParsedReverseNested - Class in org.elasticsearch.search.aggregations.bucket.nested
 
ParsedReverseNested() - Constructor for class org.elasticsearch.search.aggregations.bucket.nested.ParsedReverseNested
 
ParsedSampler - Class in org.elasticsearch.search.aggregations.bucket.sampler
 
ParsedSampler() - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.ParsedSampler
 
ParsedScriptedMetric - Class in org.elasticsearch.search.aggregations.metrics.scripted
 
ParsedScriptedMetric() - Constructor for class org.elasticsearch.search.aggregations.metrics.scripted.ParsedScriptedMetric
 
ParsedSignificantLongTerms - Class in org.elasticsearch.search.aggregations.bucket.significant
 
ParsedSignificantLongTerms() - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantLongTerms
 
ParsedSignificantLongTerms.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.significant
 
ParsedSignificantStringTerms - Class in org.elasticsearch.search.aggregations.bucket.significant
 
ParsedSignificantStringTerms() - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantStringTerms
 
ParsedSignificantStringTerms.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.significant
 
ParsedSignificantTerms - Class in org.elasticsearch.search.aggregations.bucket.significant
 
ParsedSignificantTerms() - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
 
ParsedSignificantTerms.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.significant
 
ParsedSimpleValue - Class in org.elasticsearch.search.aggregations.pipeline
 
ParsedSimpleValue() - Constructor for class org.elasticsearch.search.aggregations.pipeline.ParsedSimpleValue
 
ParsedSingleBucketAggregation - Class in org.elasticsearch.search.aggregations.bucket
A base class for all the single bucket aggregations.
ParsedSingleBucketAggregation() - Constructor for class org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
 
ParsedSingleValueNumericMetricsAggregation - Class in org.elasticsearch.search.aggregations.metrics
 
ParsedSingleValueNumericMetricsAggregation() - Constructor for class org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
 
ParsedStats - Class in org.elasticsearch.search.aggregations.metrics.stats
 
ParsedStats() - Constructor for class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
ParsedStatsBucket - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats
 
ParsedStatsBucket() - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.ParsedStatsBucket
 
ParsedStringTerms - Class in org.elasticsearch.search.aggregations.bucket.terms
 
ParsedStringTerms() - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.ParsedStringTerms
 
ParsedStringTerms.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.terms
 
ParsedSum - Class in org.elasticsearch.search.aggregations.metrics.sum
 
ParsedSum() - Constructor for class org.elasticsearch.search.aggregations.metrics.sum.ParsedSum
 
ParsedTDigestPercentileRanks - Class in org.elasticsearch.search.aggregations.metrics.percentiles.tdigest
 
ParsedTDigestPercentileRanks() - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentileRanks
 
ParsedTDigestPercentiles - Class in org.elasticsearch.search.aggregations.metrics.percentiles.tdigest
 
ParsedTDigestPercentiles() - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentiles
 
ParsedTerms - Class in org.elasticsearch.search.aggregations.bucket.terms
 
ParsedTerms() - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
 
ParsedTerms.ParsedBucket - Class in org.elasticsearch.search.aggregations.bucket.terms
 
ParsedTopHits - Class in org.elasticsearch.search.aggregations.metrics.tophits
 
ParsedTopHits() - Constructor for class org.elasticsearch.search.aggregations.metrics.tophits.ParsedTopHits
 
ParsedValueCount - Class in org.elasticsearch.search.aggregations.metrics.valuecount
 
ParsedValueCount() - Constructor for class org.elasticsearch.search.aggregations.metrics.valuecount.ParsedValueCount
 
parseEntries(XContentParser, Suggest.Suggestion<E>, CheckedFunction<XContentParser, E, IOException>) - Static method in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
parseEnvelope(ShapeBuilder.CoordinateNode) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
 
parseExclude(XContentParser) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
parseExternalValue(Class<T>) - Method in class org.elasticsearch.index.mapper.ParseContext
Try to parse an externalValue if any
ParseField - Class in org.elasticsearch.common
Holds a field that can be found in a request while parsing and its different variants, which may be deprecated.
ParseField(String, String...) - Constructor for class org.elasticsearch.common.ParseField
 
parseField(FieldMapper.Builder, String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Static method in class org.elasticsearch.index.mapper.TypeParsers
Parse common field attributes such as doc_values or store.
parseField() - Method in enum org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
 
parseField() - Method in enum org.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
 
ParseField.CommonFields - Class in org.elasticsearch.common
 
ParseFieldRegistry<T> - Class in org.elasticsearch.common.xcontent
Registry for looking things up using ParseField semantics.
ParseFieldRegistry(String) - Constructor for class org.elasticsearch.common.xcontent.ParseFieldRegistry
Build the registry.
parseFields(XContentParser) - Static method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
 
parseFieldsValue(XContentParser) - Static method in class org.elasticsearch.common.xcontent.XContentParserUtils
Parse the current token depending on its token type.
parseFrom(RangeFieldMapper.RangeFieldType, XContentParser, boolean, boolean) - Method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
parses from value.
parseFromLatLon(String) - Static method in class org.elasticsearch.common.geo.GeoPoint
 
parseFromRestRequest(RestRequest) - Static method in class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
parseFromXContent(QueryParseContext) - Static method in class org.elasticsearch.search.rescore.RescoreBuilder
 
parseGeometries(XContentParser, GeoShapeFieldMapper) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
Parse the geometries array of a GeometryCollection
parseGeoPoint(XContentParser) - Static method in class org.elasticsearch.common.geo.GeoUtils
Parse a GeoPoint with a XContentParser:
parseGeoPoint(XContentParser, GeoPoint) - Static method in class org.elasticsearch.common.geo.GeoUtils
Parse a GeoPoint with a XContentParser.
parseGeoPoint(String, GeoPoint) - Static method in class org.elasticsearch.common.geo.GeoUtils
parse a GeoPoint from a String
parseGroup(MatchQuery.Type, String, Float, Object, String) - Method in class org.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
 
parseIdFromFileName(Path) - Static method in class org.elasticsearch.index.translog.Translog
Extracts the translog generation from a file name.
parseIds(XContentParser, List<MultiGetRequest.Item>, String, String, String[], FetchSourceContext, String) - Static method in class org.elasticsearch.action.get.MultiGetRequest
 
parseIds(XContentParser, List<MultiGetRequest.Item>) - Static method in class org.elasticsearch.action.get.MultiGetRequest
 
parseInclude(XContentParser) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
parseInnerQueryBuilder() - Method in class org.elasticsearch.index.query.QueryParseContext
Parses a query excluding the query element that wraps it
parseInnerToXContent(XContentParser, DocWriteResponse.Builder) - Static method in class org.elasticsearch.action.DocWriteResponse
Parse the output of the #innerToXContent(XContentBuilder, Params) method.
parseInt(String, int, String) - Static method in class org.elasticsearch.common.settings.Setting
 
parseInt(String, int, int, String) - Static method in class org.elasticsearch.common.settings.Setting
 
parseIntegerParam(Map<String, Object>, String, int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
Extracts an integer from the settings map, otherwise throws an exception
parseInto(DateTimeParserBucket, String, int) - Method in class org.elasticsearch.common.joda.Joda.EpochTimeParser
 
parseLambda(Settings) - Method in class org.elasticsearch.index.similarity.IBSimilarityProvider
Parses the given Settings and creates the appropriate Lambda
parseLinearRing(ShapeBuilder.CoordinateNode, boolean) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
 
parseLineString(ShapeBuilder.CoordinateNode) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
 
parseLong(String, long, String) - Static method in class org.elasticsearch.common.settings.Setting
 
parseLong(String, boolean, LongSupplier) - Method in class org.elasticsearch.search.DocValueFormat.DateTime
 
parseLong(String, boolean, LongSupplier) - Method in class org.elasticsearch.search.DocValueFormat.Decimal
 
parseLong(String, boolean, LongSupplier) - Method in interface org.elasticsearch.search.DocValueFormat
Parse a value that was formatted with DocValueFormat.format(long) back to the original long value.
parseLongValue(Object) - Static method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper
Converts an object value into a long
parseMapping(NamedXContentRegistry, String) - Static method in class org.elasticsearch.index.mapper.MapperService
Parses the mappings (formatted as JSON) into a map
parseMultiField(FieldMapper.Builder, String, Mapper.TypeParser.ParserContext, String, Object) - Static method in class org.elasticsearch.index.mapper.TypeParsers
 
parseMultiLine(ShapeBuilder.CoordinateNode) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
 
parseMultiLineRequest(RestRequest, IndicesOptions, boolean, BiConsumer<SearchRequest, XContentParser>) - Static method in class org.elasticsearch.rest.action.search.RestMultiSearchAction
Parses a multi-line RestRequest body, instantiating a SearchRequest for each line and applying the given consumer.
parseMultiPoint(ShapeBuilder.CoordinateNode) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
 
parseMultiPolygon(ShapeBuilder.CoordinateNode, ShapeBuilder.Orientation, boolean) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
 
parseNamedObject(Class<T>, String, XContentParser, C) - Method in class org.elasticsearch.common.xcontent.NamedXContentRegistry
Parse a named object, throwing an exception if the parser isn't found.
parseNested(String, Map<String, Object>, ObjectMapper.Builder) - Static method in class org.elasticsearch.index.mapper.ObjectMapper.TypeParser
 
parseNestedFilter(XContentParser, QueryParseContext) - Static method in class org.elasticsearch.search.sort.SortBuilder
 
parseNormalization(Settings) - Method in class org.elasticsearch.index.similarity.AbstractSimilarityProvider
Parses the given Settings and creates the appropriate Normalization
parseNorms(FieldMapper.Builder, String, String, Object, Mapper.TypeParser.ParserContext) - Static method in class org.elasticsearch.index.mapper.TypeParsers
 
parseNumberField(LegacyNumberFieldMapper.Builder, String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Static method in class org.elasticsearch.index.mapper.TypeParsers
Deprecated.
parseObjectOrDocumentTypeProperties(String, Object, Mapper.TypeParser.ParserContext, ObjectMapper.Builder) - Static method in class org.elasticsearch.index.mapper.ObjectMapper.TypeParser
 
parsePayload(BytesRef, PayloadProcessor.SuggestPayload) - Method in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat.CompletionLookupProvider
 
parsePoint(ShapeBuilder.CoordinateNode) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
 
parsePolygon(ShapeBuilder.CoordinateNode, ShapeBuilder.Orientation, boolean) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
 
parseProperties(ObjectMapper.Builder, Map<String, Object>, Mapper.TypeParser.ParserContext) - Static method in class org.elasticsearch.index.mapper.ObjectMapper.TypeParser
 
parseQueries(Map<String, ContextMapping>, XContentParser) - Static method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping.ContextQuery
Parse a set of ContextMapping.ContextQuery according to a given mapping
parseQuery(String, XContentParser) - Method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
 
parseQuery(String, XContentParser) - Method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
Parse a query according to the context.
parseQuery(String, XContentParser) - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
 
parseQueryContext(QueryParseContext) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping
Parses query contexts for this mapper
PARSER - Static variable in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
Parser for any one AliasAction.
PARSER - Static variable in class org.elasticsearch.action.admin.indices.rollover.Condition
 
PARSER - Static variable in class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
 
PARSER - Static variable in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequest
 
parser - Variable in class org.elasticsearch.cli.Command
The option parser for this command.
parser() - Method in class org.elasticsearch.common.joda.FormatDateTimeFormatter
 
parser() - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
parser() - Method in class org.elasticsearch.index.mapper.ParseContext
 
PARSER - Static variable in class org.elasticsearch.index.query.functionscore.ExponentialDecayFunctionBuilder
 
PARSER - Static variable in class org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
 
PARSER - Static variable in class org.elasticsearch.index.query.functionscore.LinearDecayFunctionBuilder
 
parser() - Method in class org.elasticsearch.index.query.QueryParseContext
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator.KeyedFilter
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregationBuilder
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregationBuilder
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregationBuilder
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
 
PARSER - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
 
PARSER - Static variable in class org.elasticsearch.tasks.TaskInfo
 
PARSER - Static variable in class org.elasticsearch.tasks.TaskResult
 
PARSER_NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
 
parseRangeBucketXContent(XContentParser, Supplier<B>, boolean) - Static method in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
 
parseRatioValue(String) - Static method in class org.elasticsearch.common.unit.RatioValue
Parses the provided string as a RatioValue, the string can either be in percentage format (eg.
parserContext(String) - Method in class org.elasticsearch.index.mapper.DocumentMapperParser
 
ParserContext(String, IndexAnalyzers, Function<String, SimilarityProvider>, MapperService, Function<String, Mapper.TypeParser>, Version, Supplier<QueryShardContext>) - Constructor for class org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
 
parseRequest(TermVectorsRequest, XContentParser) - Static method in class org.elasticsearch.action.termvectors.TermVectorsRequest
populates a request object (pre-populated with defaults) based on a parser.
parseRequest(RestRequest, boolean) - Static method in class org.elasticsearch.rest.action.search.RestMultiSearchAction
Parses a RestRequest body and returns a MultiSearchRequest
parseRewriteMethod(String) - Static method in class org.elasticsearch.index.query.support.QueryParsers
 
parseRewriteMethod(String, MultiTermQuery.RewriteMethod) - Static method in class org.elasticsearch.index.query.support.QueryParsers
 
parseScoreMode(String) - Static method in class org.elasticsearch.index.query.NestedQueryBuilder
 
parseSearchRequest(SearchRequest, RestRequest, XContentParser) - Static method in class org.elasticsearch.rest.action.search.RestSearchAction
Parses the rest request on top of the SearchRequest, preserving values that are not overridden by the rest request.
parseSeparator(Settings) - Static method in class org.elasticsearch.index.analysis.FingerprintTokenFilterFactory
 
parseSinglePointOrList(XContentParser) - Static method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
 
parseSizeValue(String) - Static method in class org.elasticsearch.common.unit.SizeValue
 
parseSizeValue(String, SizeValue) - Static method in class org.elasticsearch.common.unit.SizeValue
 
parseStemExclusion(Settings, CharArraySet) - Static method in class org.elasticsearch.index.analysis.Analysis
 
parseStopWords(Environment, Settings, CharArraySet) - Static method in class org.elasticsearch.index.analysis.Analysis
 
parseStopWords(Environment, Settings, CharArraySet, boolean) - Static method in class org.elasticsearch.index.analysis.Analysis
 
parseString(String) - Static method in class org.elasticsearch.action.support.ActiveShardCount
Parses the active shard count from the given string.
parseString(String, boolean) - Static method in enum org.elasticsearch.cluster.ClusterState.Metric
 
parseString(String) - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider.ClusterRebalanceType
 
parseStringTimestamp(String, FormatDateTimeFormatter) - Static method in class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
parseStringValue(String) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
parseTermsLookup(XContentParser) - Static method in class org.elasticsearch.indices.TermsLookup
 
parseTermVector(String, String, FieldMapper.Builder) - Static method in class org.elasticsearch.index.mapper.TypeParsers
 
parseTextField(FieldMapper.Builder, String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Static method in class org.elasticsearch.index.mapper.TypeParsers
Parse text field attributes.
parseTimeValue(String, TimeValue, String) - Static method in class org.elasticsearch.common.settings.Setting
 
parseTimeValue(String, String) - Static method in class org.elasticsearch.common.unit.TimeValue
 
parseTimeValue(String, TimeValue, String) - Static method in class org.elasticsearch.common.unit.TimeValue
 
parseTo(RangeFieldMapper.RangeFieldType, XContentParser, boolean, boolean) - Method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
parses to value.
parseToMilliseconds(Object, boolean, DateTimeZone, DateMathParser, QueryRewriteContext) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
parseToMilliseconds(Object, boolean, DateTimeZone, DateMathParser, QueryRewriteContext) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
parseTopLevelQueryBuilder() - Method in class org.elasticsearch.index.query.QueryParseContext
Parses a top level query including the query element that wraps it
parseTypedKeysObject(XContentParser, String, Class<T>, Consumer<T>) - Static method in class org.elasticsearch.common.xcontent.XContentParserUtils
This method expects that the current field name is the concatenation of a type, a delimiter and a name (ex: terms#foo where "terms" refers to the type of a registered NamedXContentRegistry.Entry, "#" is the delimiter and "foo" the name of the object to parse).
parseUnit(String, DistanceUnit) - Static method in enum org.elasticsearch.common.unit.DistanceUnit
Parses the suffix of a given distance string and return the corresponding DistanceUnit
parseValue(String) - Static method in enum org.elasticsearch.common.breaker.CircuitBreaker.Type
 
parseVersion(String, Version, Logger) - Static method in class org.elasticsearch.common.lucene.Lucene
 
parseVersion(RestRequest) - Static method in class org.elasticsearch.rest.action.RestActions
 
parseVersion(RestRequest, long) - Static method in class org.elasticsearch.rest.action.RestActions
 
parseVersionLenient(String, Version) - Static method in class org.elasticsearch.common.lucene.Lucene
Parses the version string lenient and returns the default value if the given string is null or emtpy
parseWords(Environment, Settings, String, CharArraySet, Map<String, Set<?>>, boolean) - Static method in class org.elasticsearch.index.analysis.Analysis
 
parseXContent(XContentParser, T, String) - Static method in class org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
 
parseXContent(XContentParser, boolean, Supplier<B>, CheckedBiConsumer<XContentParser, B, IOException>) - Static method in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
 
parseXContent(QueryParseContext) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Parse some xContent into this SearchSourceBuilder, overwriting any values specified in the xContent.
parseXContentFields(XContentParser, DeleteResponse.Builder) - Static method in class org.elasticsearch.action.delete.DeleteResponse
Parse the current token and update the parsing context appropriately.
parseXContentFields(XContentParser, IndexResponse.Builder) - Static method in class org.elasticsearch.action.index.IndexResponse
Parse the current token and update the parsing context appropriately.
parseXContentFields(XContentParser, UpdateResponse.Builder) - Static method in class org.elasticsearch.action.update.UpdateResponse
Parse the current token and update the parsing context appropriately.
ParsingException - Exception in org.elasticsearch.common
Exception that can be used when parsing queries with a given QueryParseContext.
ParsingException(XContentLocation, String, Object...) - Constructor for exception org.elasticsearch.common.ParsingException
 
ParsingException(XContentLocation, String, Throwable, Object...) - Constructor for exception org.elasticsearch.common.ParsingException
 
ParsingException(int, int, String, Throwable) - Constructor for exception org.elasticsearch.common.ParsingException
This constructor is provided for use in unit tests where a QueryParseContext may not be available
ParsingException(StreamInput) - Constructor for exception org.elasticsearch.common.ParsingException
 
partBytes(int) - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Returns the size (in bytes) of a given part
partial() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Returns true if indices with unavailable shards should be be partially snapshotted.
partial(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Set to true to allow indices with unavailable shards to be partially snapshotted.
partial() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Returns true if indices with failed to snapshot shards should be partially restored.
partial(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Set to true to allow indices with failed to snapshot shards should be partially restored.
partial() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
partial() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Returns true if incomplete indices will be restored
partial(boolean) - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Set to true if partial snapshot should be allowed
partial() - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Returns true if partial snapshot should be allowed
PARTITION_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
PartitionedLongFilter() - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.PartitionedLongFilter
 
partName(long) - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Returns part name if file is stored as multiple parts
partSize() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Returns part size
path() - Method in interface org.elasticsearch.common.blobstore.BlobContainer
Gets the BlobPath that defines the implementation specific paths to where the blobs are contained.
path - Variable in class org.elasticsearch.common.blobstore.fs.FsBlobContainer
 
path() - Method in class org.elasticsearch.common.blobstore.fs.FsBlobStore
 
path() - Method in class org.elasticsearch.common.blobstore.support.AbstractBlobContainer
 
path - Variable in class org.elasticsearch.common.blobstore.url.URLBlobContainer
 
path() - Method in class org.elasticsearch.common.blobstore.url.URLBlobStore
Returns base URL
path - Variable in class org.elasticsearch.env.NodeEnvironment.NodePath
 
path() - Method in class org.elasticsearch.index.mapper.Mapper.BuilderContext
 
path() - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
path() - Method in class org.elasticsearch.index.mapper.ParseContext
 
path - Variable in class org.elasticsearch.index.translog.BaseTranslogReader
 
path() - Method in class org.elasticsearch.index.translog.BaseTranslogReader
 
path() - Method in class org.elasticsearch.indices.TermsLookup
 
Path() - Constructor for class org.elasticsearch.monitor.fs.FsInfo.Path
 
Path(String, String, long, long, long) - Constructor for class org.elasticsearch.monitor.fs.FsInfo.Path
 
Path(StreamInput) - Constructor for class org.elasticsearch.monitor.fs.FsInfo.Path
Read from a stream.
path() - Method in class org.elasticsearch.rest.RestRequest
The path part of the URI (without the query string), decoded.
path() - Method in class org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket.SubAggregationComparator
 
path() - Method in class org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
Get the path to use for this nested aggregation.
path(String) - Method in class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
Set the path to use for this nested aggregation.
path() - Method in class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
Get the path to use for this nested aggregation.
PATH_CONF_SETTING - Static variable in class org.elasticsearch.env.Environment
 
PATH_DATA_SETTING - Static variable in class org.elasticsearch.env.Environment
 
PATH_HOME_SETTING - Static variable in class org.elasticsearch.env.Environment
 
PATH_LOGS_SETTING - Static variable in class org.elasticsearch.env.Environment
 
PATH_REPO_SETTING - Static variable in class org.elasticsearch.env.Environment
 
PATH_SCRIPTS_SETTING - Static variable in class org.elasticsearch.env.Environment
 
PATH_SHARED_DATA_SETTING - Static variable in class org.elasticsearch.env.Environment
 
pathAsText(String) - Method in class org.elasticsearch.index.mapper.ContentPath
 
PathElement(String, String, String) - Constructor for class org.elasticsearch.search.aggregations.support.AggregationPath.PathElement
 
PathHierarchyTokenizerFactory - Class in org.elasticsearch.index.analysis
 
PathHierarchyTokenizerFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.PathHierarchyTokenizerFactory
 
PathTrie<T> - Class in org.elasticsearch.common.path
 
PathTrie(PathTrie.Decoder) - Constructor for class org.elasticsearch.common.path.PathTrie
 
PathTrie.Decoder - Interface in org.elasticsearch.common.path
 
PathTrie.TrieNode - Class in org.elasticsearch.common.path
 
PathUtils - Class in org.elasticsearch.common.io
Utilities for creating a Path from names, or accessing the default FileSystem.
PATTERN_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
PatternAnalyzer - Class in org.elasticsearch.index.analysis
Simple regex-based analyzer based on PatternTokenizer + lowercase + stopwords
PatternAnalyzer(Pattern, boolean, CharArraySet) - Constructor for class org.elasticsearch.index.analysis.PatternAnalyzer
 
PatternAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
PatternAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.PatternAnalyzerProvider
 
PatternCaptureGroupTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
PatternCaptureGroupTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.PatternCaptureGroupTokenFilterFactory
 
PatternReplaceCharFilterFactory - Class in org.elasticsearch.index.analysis
 
PatternReplaceCharFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.PatternReplaceCharFilterFactory
 
PatternReplaceTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
PatternReplaceTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.PatternReplaceTokenFilterFactory
 
PatternTokenizerFactory - Class in org.elasticsearch.index.analysis
 
PatternTokenizerFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.PatternTokenizerFactory
 
payload - Variable in class org.elasticsearch.search.lookup.TermPosition
 
PAYLOAD_SEP - Static variable in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
 
payloadAsFloat(float) - Method in class org.elasticsearch.search.lookup.TermPosition
 
payloadAsInt(int) - Method in class org.elasticsearch.search.lookup.TermPosition
 
payloadAsString() - Method in class org.elasticsearch.search.lookup.TermPosition
 
payloads() - Method in class org.elasticsearch.action.bulk.BulkRequest
The list of optional payloads associated with requests in the same order as the requests.
payloads() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
payloads(boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Return the payloads for each term or skip.
payloads(boolean) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Builder
 
PAYLOADS - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Fields
 
peek() - Method in class org.elasticsearch.common.collect.EvictingQueue
 
peek() - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
PeerRecoverySourceService - Class in org.elasticsearch.indices.recovery
The source recovery accepts recovery requests from other peer shards and start the recovery process from this source shard to the target shard.
PeerRecoverySourceService(Settings, TransportService, IndicesService, RecoverySettings, ClusterService) - Constructor for class org.elasticsearch.indices.recovery.PeerRecoverySourceService
 
PeerRecoverySourceService.Actions - Class in org.elasticsearch.indices.recovery
 
PeerRecoveryTargetService - Class in org.elasticsearch.indices.recovery
The recovery target handles recoveries of peer shards of the shard+node to recover to.
PeerRecoveryTargetService(Settings, ThreadPool, TransportService, RecoverySettings, ClusterService) - Constructor for class org.elasticsearch.indices.recovery.PeerRecoveryTargetService
 
PeerRecoveryTargetService.Actions - Class in org.elasticsearch.indices.recovery
 
PeerRecoveryTargetService.RecoveryListener - Interface in org.elasticsearch.indices.recovery
 
Pending(Object, Priority, long, boolean) - Constructor for class org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor.Pending
 
pendingClusterStates() - Method in class org.elasticsearch.discovery.zen.PendingClusterStatesQueue
returns all pending states, committed or not
pendingClusterStates() - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
PendingClusterStatesQueue - Class in org.elasticsearch.discovery.zen
A queue that holds all "in-flight" incoming cluster states from the master.
PendingClusterStatesQueue(Logger, int) - Constructor for class org.elasticsearch.discovery.zen.PendingClusterStatesQueue
 
PendingClusterStateStats - Class in org.elasticsearch.discovery.zen
Class encapsulating stats about the PendingClusterStatsQueue
PendingClusterStateStats(int, int, int) - Constructor for class org.elasticsearch.discovery.zen.PendingClusterStateStats
 
PendingClusterStateStats(StreamInput) - Constructor for class org.elasticsearch.discovery.zen.PendingClusterStateStats
 
PendingClusterTask - Class in org.elasticsearch.cluster.service
 
PendingClusterTask() - Constructor for class org.elasticsearch.cluster.service.PendingClusterTask
 
PendingClusterTask(long, Priority, Text, long, boolean) - Constructor for class org.elasticsearch.cluster.service.PendingClusterTask
 
pendingClusterTasks(PendingClusterTasksRequest, ActionListener<PendingClusterTasksResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Returns a list of the pending cluster tasks, that are scheduled to be executed.
pendingClusterTasks(PendingClusterTasksRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Returns a list of the pending cluster tasks, that are scheduled to be executed.
PendingClusterTasksAction - Class in org.elasticsearch.action.admin.cluster.tasks
 
PendingClusterTasksRequest - Class in org.elasticsearch.action.admin.cluster.tasks
 
PendingClusterTasksRequest() - Constructor for class org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksRequest
 
PendingClusterTasksRequestBuilder - Class in org.elasticsearch.action.admin.cluster.tasks
 
PendingClusterTasksRequestBuilder(ElasticsearchClient, PendingClusterTasksAction) - Constructor for class org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksRequestBuilder
 
PendingClusterTasksResponse - Class in org.elasticsearch.action.admin.cluster.tasks
 
pendingCount() - Method in class org.elasticsearch.index.shard.RefreshListeners
The number of pending listeners.
pendingNodes() - Method in class org.elasticsearch.discovery.BlockingClusterStatePublishResponseHandler
returns a list of nodes which didn't respond yet
pendingStatesQueue() - Method in class org.elasticsearch.discovery.zen.PublishClusterStateAction
 
pendingTasks() - Method in class org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
 
pendingTasks() - Method in class org.elasticsearch.cluster.service.ClusterService
Returns the tasks that are pending.
PER_FIELD_ANALYZER - Static variable in interface org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
 
percent(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
 
percent(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentileRanks
 
percent(double) - Method in interface org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanks
Return the percentile for the given value.
percent(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
 
percentageField(String, String, double) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
PercentageScore - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
PercentageScore() - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
 
PercentageScore(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
 
PercentageScore.PercentageScoreBuilder - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
PercentageScoreBuilder() - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore.PercentageScoreBuilder
 
percentAsString(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
 
percentAsString(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentileRanks
 
percentAsString(double) - Method in interface org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanks
Return the percentile for the given value as a String.
percentAsString(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
 
percentile(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
 
percentile(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentiles
 
Percentile - Class in org.elasticsearch.search.aggregations.metrics.percentiles
 
Percentile(double, double) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.Percentile
 
percentile(double) - Method in interface org.elasticsearch.search.aggregations.metrics.percentiles.Percentiles
Return the value associated with the provided percentile.
percentile(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
 
percentile(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentiles
 
percentile(double) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
 
percentile(double) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.ParsedPercentilesBucket
 
percentileAsString(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
 
percentileAsString(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.ParsedHDRPercentiles
 
percentileAsString(double) - Method in interface org.elasticsearch.search.aggregations.metrics.percentiles.Percentiles
Return the value associated with the provided percentile as a String.
percentileAsString(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
 
percentileAsString(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.ParsedTDigestPercentiles
 
percentileAsString(double) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
 
percentileAsString(double) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.ParsedPercentilesBucket
 
percentileRanks(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new PercentileRanks aggregation with the given name.
PercentileRanks - Interface in org.elasticsearch.search.aggregations.metrics.percentiles
An aggregation that computes approximate percentiles given values.
PercentileRanksAggregationBuilder - Class in org.elasticsearch.search.aggregations.metrics.percentiles
 
PercentileRanksAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
 
PercentileRanksAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
Read from a stream.
percentiles(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Percentiles aggregation with the given name.
percentiles - Variable in class org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
 
Percentiles - Interface in org.elasticsearch.search.aggregations.metrics.percentiles
An aggregation that computes approximate percentiles.
percentiles(double...) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
Set the values to compute percentiles from.
percentiles() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
Get the values to compute percentiles from.
PercentilesAggregationBuilder - Class in org.elasticsearch.search.aggregations.metrics.percentiles
 
PercentilesAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
PercentilesAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
Read from a stream.
percentilesAsString - Variable in class org.elasticsearch.search.aggregations.metrics.percentiles.ParsedPercentiles
 
PercentilesBucket - Interface in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile
 
percentilesBucket(String, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
PercentilesBucketPipelineAggregationBuilder - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile
 
PercentilesBucketPipelineAggregationBuilder(String, String) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
 
PercentilesBucketPipelineAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
Read from a stream.
PercentilesBucketPipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile
 
PercentilesBucketPipelineAggregator(String, double[], String[], BucketHelpers.GapPolicy, DocValueFormat, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
 
PercentilesBucketPipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
Read from a stream.
PercentilesMethod - Enum in org.elasticsearch.search.aggregations.metrics.percentiles
An enum representing the methods for calculating percentiles
percents() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
Get the percentages to calculate percentiles for in this aggregation
percents(double[]) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregationBuilder
Set the percentages to calculate percentiles for in this aggregation
PERCENTS_FIELD - Static variable in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesAggregationBuilder
 
PERCENTS_FIELD - Variable in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
 
PERCOLATOR_LEGACY_TYPE_NAME - Static variable in class org.elasticsearch.index.mapper.MapperService
Deprecated.
perFieldAnalyzer() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Return the overridden analyzers at each field.
perFieldAnalyzer(Map<String, String>) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Override the analyzer used at each field when generating term vectors.
perFieldAnalyzer() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
perFieldAnalyzer(Map<String, String>) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
Sets the analyzer(s) to use at any given field.
PerFieldMappingPostingFormatCodec - Class in org.elasticsearch.index.codec
This postings format is the default PostingsFormat for Elasticsearch.
PerFieldMappingPostingFormatCodec(Lucene50StoredFieldsFormat.Mode, MapperService, Logger) - Constructor for class org.elasticsearch.index.codec.PerFieldMappingPostingFormatCodec
 
perform(Request) - Method in interface org.elasticsearch.action.support.replication.ReplicationOperation.Primary
Performs the given request on this primary.
performBatchRecovery(Iterable<Translog.Operation>) - Method in class org.elasticsearch.index.shard.IndexShard
Applies all operations in the iterable to the current engine and returns the number of operations applied.
performOn(ShardRouting, ReplicaRequest, ActionListener<TransportResponse.Empty>) - Method in interface org.elasticsearch.action.support.replication.ReplicationOperation.Replicas
performs the the given request on the specified replica
performOperation(ShardIterator, ShardRouting, int) - Method in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction.AsyncBroadcastAction
 
performRecoveryRestart() - Method in class org.elasticsearch.index.shard.IndexShard
called if recovery has to be restarted after network error / delay **
performReroute(String) - Method in class org.elasticsearch.cluster.routing.RoutingService
 
performStateRecovery(Gateway.GatewayStateRecoveredListener) - Method in class org.elasticsearch.gateway.Gateway
 
performTranslogRecovery(boolean) - Method in class org.elasticsearch.index.shard.IndexShard
After the store has been recovered, we need to start the engine in order to apply operations
period(int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
 
PersianAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
PersianAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.PersianAnalyzerProvider
 
PersianNormalizationFilterFactory - Class in org.elasticsearch.index.analysis
 
PersianNormalizationFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.PersianNormalizationFilterFactory
 
persistentSettings() - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
persistentSettings(Settings) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
Sets the persistent settings to be updated.
persistentSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
Sets the persistent settings to be updated.
persistentSettings(String) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
Deprecated.
persistentSettings(String, XContentType) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
Sets the source containing the persistent settings to be updated.
persistentSettings(Map) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
Sets the persistent settings to be updated.
persistentSettings() - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
persistentSettings(Settings) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
persistentSettings() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
peta() - Method in class org.elasticsearch.common.unit.SizeValue
 
petaFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
phase() - Method in exception org.elasticsearch.index.engine.RecoveryEngineException
 
phase1(IndexCommit, Translog.View) - Method in class org.elasticsearch.indices.recovery.RecoverySourceHandler
Perform phase1 of the recovery operations.
phase2(Translog.Snapshot) - Method in class org.elasticsearch.indices.recovery.RecoverySourceHandler
Perform phase2 of the recovery process
PHRASE_LIMIT_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
phraseLimit - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
phraseLimit(Integer) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
Sets the maximum number of phrases the fvh will consider if the field doesn't also define phraseLimit.
phraseLimit() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
phraseLimit() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
phraseSlop() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
phraseSlop(int) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
phraseSlop(int) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Sets the default slop for phrases.
phraseSlop() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
phraseSlop - Variable in class org.elasticsearch.index.search.MatchQuery
 
PhraseSuggester - Class in org.elasticsearch.search.suggest.phrase
 
PhraseSuggestion - Class in org.elasticsearch.search.suggest.phrase
Suggestion entry returned from the PhraseSuggester.
PhraseSuggestion() - Constructor for class org.elasticsearch.search.suggest.phrase.PhraseSuggestion
 
PhraseSuggestion(String, int) - Constructor for class org.elasticsearch.search.suggest.phrase.PhraseSuggestion
 
phraseSuggestion(String) - Static method in class org.elasticsearch.search.suggest.SuggestBuilders
Creates a phrase suggestion lookup query with the provided field
PhraseSuggestion.Entry - Class in org.elasticsearch.search.suggest.phrase
 
PhraseSuggestionBuilder - Class in org.elasticsearch.search.suggest.phrase
Defines the actual suggest command for phrase suggestions ( phrase).
PhraseSuggestionBuilder(String) - Constructor for class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
PhraseSuggestionBuilder(StreamInput) - Constructor for class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
Read from a stream.
PhraseSuggestionBuilder.CandidateGenerator - Interface in org.elasticsearch.search.suggest.phrase
physicalName() - Method in class org.elasticsearch.index.shard.CommitPoint.FileInfo
 
physicalName() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Returns original file name
pick(SortedNumericDocValues, long, int) - Method in enum org.elasticsearch.search.MultiValueMode
 
pick(SortedNumericDocValues, long, DocIdSetIterator, int, int) - Method in enum org.elasticsearch.search.MultiValueMode
 
pick(SortedNumericDoubleValues, double, int) - Method in enum org.elasticsearch.search.MultiValueMode
 
pick(SortedNumericDoubleValues, double, DocIdSetIterator, int, int) - Method in enum org.elasticsearch.search.MultiValueMode
 
pick(SortedBinaryDocValues, BytesRef, int) - Method in enum org.elasticsearch.search.MultiValueMode
 
pick(BinaryDocValues, BytesRefBuilder, DocIdSetIterator, int, int) - Method in enum org.elasticsearch.search.MultiValueMode
 
pick(RandomAccessOrds, int) - Method in enum org.elasticsearch.search.MultiValueMode
 
pick(SortedDocValues, DocIdSetIterator, int, int) - Method in enum org.elasticsearch.search.MultiValueMode
 
pick(MultiValueMode.UnsortedNumericDoubleValues, double, int) - Method in enum org.elasticsearch.search.MultiValueMode
 
pid() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
The process id.
PidFile - Class in org.elasticsearch.common
Process ID file abstraction that writes the current pid into a file and optionally removes it on system exit.
pidFile() - Method in class org.elasticsearch.env.Environment
The PID file location (can be null if no PID file is configured)
PIDFILE_SETTING - Static variable in class org.elasticsearch.env.Environment
 
ping(Consumer<ZenPing.PingCollection>, TimeValue) - Method in class org.elasticsearch.discovery.zen.UnicastZenPing
Sends three rounds of pings notifying the specified Consumer when pinging is complete.
ping(Consumer<ZenPing.PingCollection>, TimeValue, TimeValue) - Method in class org.elasticsearch.discovery.zen.UnicastZenPing
a variant of UnicastZenPing.ping(Consumer, TimeValue), but allows separating the scheduling duration from the duration used for request level time outs.
ping(Consumer<ZenPing.PingCollection>, TimeValue) - Method in interface org.elasticsearch.discovery.zen.ZenPing
 
PING_ACTION_NAME - Static variable in class org.elasticsearch.discovery.zen.NodesFaultDetection
 
PING_DATA_SIZE - Static variable in class org.elasticsearch.transport.TcpTransport
 
PING_INTERVAL_SETTING - Static variable in class org.elasticsearch.discovery.zen.FaultDetection
 
PING_RETRIES_SETTING - Static variable in class org.elasticsearch.discovery.zen.FaultDetection
 
PING_SCHEDULE - Static variable in class org.elasticsearch.transport.TcpTransport
 
PING_TIMEOUT_SETTING - Static variable in class org.elasticsearch.discovery.zen.FaultDetection
 
PING_TIMEOUT_SETTING - Static variable in class org.elasticsearch.discovery.zen.ZenDiscovery
 
PingCollection() - Constructor for class org.elasticsearch.discovery.zen.ZenPing.PingCollection
 
PingContextProvider - Interface in org.elasticsearch.discovery.zen
 
pingInterval - Variable in class org.elasticsearch.discovery.zen.FaultDetection
 
PingRequest() - Constructor for class org.elasticsearch.discovery.zen.NodesFaultDetection.PingRequest
 
PingResponse(DiscoveryNode, DiscoveryNode, ClusterState) - Constructor for class org.elasticsearch.discovery.zen.ZenPing.PingResponse
 
pingRetryCount - Variable in class org.elasticsearch.discovery.zen.FaultDetection
 
pingRetryTimeout - Variable in class org.elasticsearch.discovery.zen.FaultDetection
 
Pipeline - Class in org.elasticsearch.ingest
A pipeline is a list of Processor instances grouped under a unique id.
Pipeline(String, String, Integer, CompoundProcessor) - Constructor for class org.elasticsearch.ingest.Pipeline
 
Pipeline.Factory - Class in org.elasticsearch.ingest
 
PipelineAggregationBuilder - Class in org.elasticsearch.search.aggregations
A factory that knows how to create an PipelineAggregator of a specific type.
PipelineAggregationBuilder(String, String[]) - Constructor for class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
Constructs a new pipeline aggregator factory.
PipelineAggregationSpec(ParseField, Writeable.Reader<? extends PipelineAggregationBuilder>, Writeable.Reader<? extends PipelineAggregator>, PipelineAggregator.Parser) - Constructor for class org.elasticsearch.plugins.SearchPlugin.PipelineAggregationSpec
Specification of a PipelineAggregator.
PipelineAggregationSpec(String, Writeable.Reader<? extends PipelineAggregationBuilder>, Writeable.Reader<? extends PipelineAggregator>, PipelineAggregator.Parser) - Constructor for class org.elasticsearch.plugins.SearchPlugin.PipelineAggregationSpec
Specification of a PipelineAggregator.
PipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline
 
PipelineAggregator(String, String[], Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
 
PipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
Read from a stream.
PipelineAggregator.Parser - Interface in org.elasticsearch.search.aggregations.pipeline
PipelineAggregatorBuilders - Class in org.elasticsearch.search.aggregations.pipeline
 
pipelineAggregators() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
 
pipelineAggregators() - Method in class org.elasticsearch.search.aggregations.InternalAggregation
 
pipelineAggregators() - Method in class org.elasticsearch.search.query.QuerySearchResult
 
pipelineAggregators(List<SiblingPipelineAggregator>) - Method in class org.elasticsearch.search.query.QuerySearchResult
 
PipelineConfiguration - Class in org.elasticsearch.ingest
Encapsulates a pipeline's id and configuration as a blob
PipelineConfiguration(String, BytesReference, XContentType) - Constructor for class org.elasticsearch.ingest.PipelineConfiguration
 
PipelineExecutionService - Class in org.elasticsearch.ingest
 
PipelineExecutionService(PipelineStore, ThreadPool) - Constructor for class org.elasticsearch.ingest.PipelineExecutionService
 
pipelines() - Method in class org.elasticsearch.action.ingest.GetPipelineResponse
 
PipelineStore - Class in org.elasticsearch.ingest
 
PipelineStore(ClusterSettings, Settings, Map<String, Processor.Factory>) - Constructor for class org.elasticsearch.ingest.PipelineStore
 
PlainActionFuture<T> - Class in org.elasticsearch.action.support
 
PlainActionFuture() - Constructor for class org.elasticsearch.action.support.PlainActionFuture
 
PlainBlobMetaData - Class in org.elasticsearch.common.blobstore.support
 
PlainBlobMetaData(String, long) - Constructor for class org.elasticsearch.common.blobstore.support.PlainBlobMetaData
 
PlainHighlighter - Class in org.elasticsearch.search.fetch.subphase.highlight
 
PlainHighlighter() - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.PlainHighlighter
 
PlainListenableActionFuture<T> - Class in org.elasticsearch.action.support
 
PlainListenableActionFuture(ThreadPool) - Constructor for class org.elasticsearch.action.support.PlainListenableActionFuture
 
PlainShardIterator - Class in org.elasticsearch.cluster.routing
The PlainShardIterator is a ShardsIterator which iterates all shards or a given shard id
PlainShardIterator(ShardId, List<ShardRouting>) - Constructor for class org.elasticsearch.cluster.routing.PlainShardIterator
Creates a PlainShardIterator instance that iterates over a subset of the given shards this the a given shardId.
PlainShardsIterator - Class in org.elasticsearch.cluster.routing
A simple ShardsIterator that iterates a list or sub-list of shard routings.
PlainShardsIterator(List<ShardRouting>) - Constructor for class org.elasticsearch.cluster.routing.PlainShardsIterator
 
PlainTransportFuture<V extends TransportResponse> - Class in org.elasticsearch.transport
 
PlainTransportFuture(TransportResponseHandler<V>) - Constructor for class org.elasticsearch.transport.PlainTransportFuture
 
planeDistance(double, double, double, double) - Static method in class org.elasticsearch.common.geo.GeoUtils
Return the distance (in meters) between 2 lat,lon geo points using a simple tangential plane this provides a faster alternative to GeoUtils.arcDistance(double, double, double, double) but is innaccurate for distances greater than 4 decimal degrees
planeDistance(double, double) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
planeDistanceWithDefault(double, double, double) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
PLATFORM_NAME - Static variable in class org.elasticsearch.plugins.Platforms
 
platformName(String, String) - Static method in class org.elasticsearch.plugins.Platforms
Return the platform name based on the OS name and - darwin-x86_64 - linux-x86-64 - windows-x86_64 For *nix platforms this is more-or-less `uname -s`-`uname -m` converted to lower case.
Platforms - Class in org.elasticsearch.plugins
Encapsulates platform-dependent methods for handling native components of plugins.
Plugin - Class in org.elasticsearch.plugins
An extension point allowing to plug in custom functionality.
Plugin() - Constructor for class org.elasticsearch.plugins.Plugin
 
Plugin(String, String) - Constructor for class org.elasticsearch.script.ScriptContext.Plugin
Creates a new custom scripts based operation exposed via plugin.
PluginInfo - Class in org.elasticsearch.plugins
An in-memory representation of the plugin descriptor.
PluginInfo(String, String, String, String, boolean) - Constructor for class org.elasticsearch.plugins.PluginInfo
Construct plugin info.
PluginInfo(StreamInput) - Constructor for class org.elasticsearch.plugins.PluginInfo
Construct plugin info from a stream.
plugins(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should information about plugins be returned
plugins() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
 
PluginsAndModules - Class in org.elasticsearch.action.admin.cluster.node.info
Information about plugins and modules
PluginsAndModules(List<PluginInfo>, List<PluginInfo>) - Constructor for class org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
 
PluginsAndModules(StreamInput) - Constructor for class org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
 
pluginsFile() - Method in class org.elasticsearch.env.Environment
 
PluginsService - Class in org.elasticsearch.plugins
 
PluginsService(Settings, Path, Path, Collection<Class<? extends Plugin>>) - Constructor for class org.elasticsearch.plugins.PluginsService
Constructs a new PluginService
plusSkippedClasses(Class...) - Method in class org.elasticsearch.common.inject.internal.SourceProvider
Returns a new instance that also skips moreClassesToSkip.
point(PointBuilder) - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
point(GeoPoint) - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Sets the center point for the query.
point(double, double) - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Sets the center point of the query.
point() - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Returns the center point of the distance query.
point() - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
point(GeoPoint) - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
point(double, double) - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
point(double, double) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
The point to create the range distance facets from.
PointBuilder - Class in org.elasticsearch.common.geo.builders
 
PointBuilder() - Constructor for class org.elasticsearch.common.geo.builders.PointBuilder
Create a point at [0.0,0.0]
PointBuilder(StreamInput) - Constructor for class org.elasticsearch.common.geo.builders.PointBuilder
Read from a stream.
points() - Method in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
 
points() - Method in class org.elasticsearch.index.search.geo.GeoPolygonQuery
 
points(GeoPoint...) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
The point to create the range distance facets from.
points() - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Returns the points to create the range distance facets from.
POINTS_ONLY - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
 
pointsOnly() - Method in class org.elasticsearch.common.geo.XShapeCollection
 
pointsOnly() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
policy(BackoffPolicy) - Method in class org.elasticsearch.action.bulk.Retry
 
poll() - Method in class org.elasticsearch.common.collect.EvictingQueue
 
poll() - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
poll(long, TimeUnit) - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
pollLast() - Method in class org.elasticsearch.search.profile.AbstractInternalProfileTree
Removes the last (e.g.
pollLastElement() - Method in class org.elasticsearch.search.profile.AbstractProfiler
Removes the last (e.g.
polygon(PolygonBuilder) - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
polygon(PolygonBuilder) - Method in class org.elasticsearch.common.geo.builders.MultiPolygonBuilder
Add a shallow copy of the polygon to the multipolygon.
polygon(GeometryFactory, Coordinate[][]) - Static method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
PolygonBuilder - Class in org.elasticsearch.common.geo.builders
The PolygonBuilder implements the groundwork to create polygons.
PolygonBuilder(LineStringBuilder, ShapeBuilder.Orientation, boolean) - Constructor for class org.elasticsearch.common.geo.builders.PolygonBuilder
 
PolygonBuilder(LineStringBuilder, ShapeBuilder.Orientation) - Constructor for class org.elasticsearch.common.geo.builders.PolygonBuilder
 
PolygonBuilder(CoordinatesBuilder, ShapeBuilder.Orientation) - Constructor for class org.elasticsearch.common.geo.builders.PolygonBuilder
 
PolygonBuilder(CoordinatesBuilder) - Constructor for class org.elasticsearch.common.geo.builders.PolygonBuilder
 
PolygonBuilder(StreamInput) - Constructor for class org.elasticsearch.common.geo.builders.PolygonBuilder
Read from a stream.
polygons() - Method in class org.elasticsearch.common.geo.builders.MultiPolygonBuilder
get the list of polygons
populateCommonFields(MapperService, SuggestionSearchContext.SuggestionContext) - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
Transfers the text, prefix, regex, analyzer, field, size and shard size settings from the original SuggestionBuilder to the target SuggestionSearchContext.SuggestionContext
PORT - Static variable in class org.elasticsearch.transport.TransportSettings
 
PorterStemTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
PorterStemTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.PorterStemTokenFilterFactory
 
ports() - Method in class org.elasticsearch.common.transport.PortsRange
 
PortsRange - Class in org.elasticsearch.common.transport
 
PortsRange(String) - Constructor for class org.elasticsearch.common.transport.PortsRange
 
PortsRange.PortCallback - Interface in org.elasticsearch.common.transport
 
PortugueseAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
PortugueseAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.PortugueseAnalyzerProvider
 
pos - Variable in class org.elasticsearch.common.io.FastCharArrayReader
The current buffer position.
posIncAttr - Variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
 
position(Coordinate, Coordinate, double) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilder.Edge
 
position - Variable in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
position() - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
position() - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
position() - Method in class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
position - Variable in class org.elasticsearch.search.lookup.TermPosition
 
POSITION_INCREMENT_GAP - Static variable in class org.elasticsearch.index.mapper.AllFieldMapper.Defaults
 
POSITION_INCREMENT_GAP - Static variable in class org.elasticsearch.index.mapper.TextFieldMapper.Defaults
The default position_increment_gap is set to 100 so that phrase queries of reasonably high slop will not match across field values.
positionIncrementGap - Variable in class org.elasticsearch.index.mapper.StringFieldMapper.Builder
The distance between tokens from different values in the same field.
positionIncrementGap(int) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.Builder
 
positionIncrementGap(int) - Method in class org.elasticsearch.index.mapper.TextFieldMapper.Builder
 
PositionIterator - Class in org.elasticsearch.search.lookup
 
PositionIterator(IndexFieldTerm) - Constructor for class org.elasticsearch.search.lookup.PositionIterator
 
positions(boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Return the positions for each term if stored or skip.
positions() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
positiveQuery() - Method in class org.elasticsearch.index.query.BoostingQueryBuilder
Get the positive query for this boosting query.
positiveTimeSetting(String, TimeValue, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
post(int) - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
post() - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
POST_FILTER_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
POST_TAG_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
POST_TAGS_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
postAdded() - Method in interface org.elasticsearch.cluster.TimeoutClusterStateListener
 
postCollection() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
Called after collection of all document is done.
postCollection() - Method in class org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
 
postCollection() - Method in class org.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
 
postCollection() - Method in class org.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
 
postCollection() - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
 
postCollection() - Method in class org.elasticsearch.search.aggregations.BucketCollector
Post-collection callback.
postCollection() - Method in class org.elasticsearch.search.profile.aggregation.ProfilingAggregator
 
postDelete(ShardId, Engine.Delete, Engine.DeleteResult) - Method in class org.elasticsearch.index.shard.IndexingOperationListener.CompositeListener
 
postDelete(ShardId, Engine.Delete, Exception) - Method in class org.elasticsearch.index.shard.IndexingOperationListener.CompositeListener
 
postDelete(ShardId, Engine.Delete, Engine.DeleteResult) - Method in interface org.elasticsearch.index.shard.IndexingOperationListener
Called after the delete operation occurred.
postDelete(ShardId, Engine.Delete, Exception) - Method in interface org.elasticsearch.index.shard.IndexingOperationListener
Called after the delete operation occurred with engine level exception.
postDelete(ShardId, Engine.Delete, Engine.DeleteResult) - Method in class org.elasticsearch.indices.IndexingMemoryController
 
postFilter(QueryBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets a filter that will be executed after the query has been executed and only has affect on the search hits (not aggregations).
postFilter() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the post filter for this request
postFilter(DirectCandidateGenerator.Candidate, CharsRefBuilder, BytesRefBuilder, List<DirectCandidateGenerator.Candidate>) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
 
postFilter(String) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
Sets a filter (analyzer) that is applied to each of the generated tokens before they are passed to the actual phrase scorer.
POSTFILTER_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
postIndex(ShardId, Engine.Index, Engine.IndexResult) - Method in class org.elasticsearch.index.IndexingSlowLog
 
postIndex(ShardId, Engine.Index, Engine.IndexResult) - Method in class org.elasticsearch.index.shard.IndexingOperationListener.CompositeListener
 
postIndex(ShardId, Engine.Index, Exception) - Method in class org.elasticsearch.index.shard.IndexingOperationListener.CompositeListener
 
postIndex(ShardId, Engine.Index, Engine.IndexResult) - Method in interface org.elasticsearch.index.shard.IndexingOperationListener
Called after the indexing operation occurred.
postIndex(ShardId, Engine.Index, Exception) - Method in interface org.elasticsearch.index.shard.IndexingOperationListener
Called after the indexing operation occurred with engine level exception.
postIndex(ShardId, Engine.Index, Engine.IndexResult) - Method in class org.elasticsearch.indices.IndexingMemoryController
 
postings(PostingsEnum, int) - Method in class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
postingsFormat() - Static method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
postingsFormat(PostingsFormat) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.CompletionFieldType
 
PostingsHighlighter - Class in org.elasticsearch.search.fetch.subphase.highlight
Deprecated.
PostingsHighlighter() - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.PostingsHighlighter
Deprecated.
 
postParse(ParseContext) - Method in class org.elasticsearch.index.mapper.AllFieldMapper
 
postParse(ParseContext) - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper
 
postParse(ParseContext) - Method in class org.elasticsearch.index.mapper.IdFieldMapper
 
postParse(ParseContext) - Method in class org.elasticsearch.index.mapper.IndexFieldMapper
 
postParse(ParseContext) - Method in class org.elasticsearch.index.mapper.MetadataFieldMapper
postParse(ParseContext) - Method in class org.elasticsearch.index.mapper.ParentFieldMapper
 
postParse(ParseContext) - Method in class org.elasticsearch.index.mapper.RoutingFieldMapper
 
postParse(ParseContext) - Method in class org.elasticsearch.index.mapper.SourceFieldMapper
 
postParse(ParseContext) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper
 
postParse(ParseContext) - Method in class org.elasticsearch.index.mapper.TTLFieldMapper
 
postParse(ParseContext) - Method in class org.elasticsearch.index.mapper.TypeFieldMapper
 
postParse(ParseContext) - Method in class org.elasticsearch.index.mapper.UidFieldMapper
 
postParse(ParseContext) - Method in class org.elasticsearch.index.mapper.VersionFieldMapper
 
postProcess(MapperService) - Method in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
postProcess(MapperService) - Method in class org.elasticsearch.index.fieldvisitor.SingleFieldsVisitor
 
postRecovery(String) - Method in class org.elasticsearch.index.shard.IndexShard
 
postTag() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
get the post-tag for the highlighter set with PhraseSuggestionBuilder.highlight(String, String)
postTags - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
postTags(String...) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
Set the post tags that will be used for highlighting.
postTags() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
postTags() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
pre(int) - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
pre() - Method in class org.elasticsearch.index.query.SpanNotQueryBuilder
 
PRE_TAG_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
PRE_TAGS_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
PreBuiltAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
PreBuiltAnalyzerProvider(String, AnalyzerScope, Analyzer) - Constructor for class org.elasticsearch.index.analysis.PreBuiltAnalyzerProvider
 
PreBuiltAnalyzerProviderFactory - Class in org.elasticsearch.index.analysis
 
PreBuiltAnalyzerProviderFactory(String, AnalyzerScope, Analyzer) - Constructor for class org.elasticsearch.index.analysis.PreBuiltAnalyzerProviderFactory
 
PreBuiltAnalyzers - Enum in org.elasticsearch.indices.analysis
 
PreBuiltCacheFactory - Class in org.elasticsearch.indices.analysis
 
PreBuiltCacheFactory.CachingStrategy - Enum in org.elasticsearch.indices.analysis
The strategy of caching the analyzer ONE Exactly one version is stored.
PreBuiltCacheFactory.PreBuiltCache<T> - Interface in org.elasticsearch.indices.analysis
 
PreBuiltCharFilterFactoryFactory - Class in org.elasticsearch.index.analysis
 
PreBuiltCharFilterFactoryFactory(CharFilterFactory) - Constructor for class org.elasticsearch.index.analysis.PreBuiltCharFilterFactoryFactory
 
PreBuiltCharFilters - Enum in org.elasticsearch.indices.analysis
 
PreBuiltTokenFilterFactoryFactory - Class in org.elasticsearch.index.analysis
 
PreBuiltTokenFilterFactoryFactory(TokenFilterFactory) - Constructor for class org.elasticsearch.index.analysis.PreBuiltTokenFilterFactoryFactory
 
PreBuiltTokenFilters - Enum in org.elasticsearch.indices.analysis
 
PreBuiltTokenizerFactoryFactory - Class in org.elasticsearch.index.analysis
 
PreBuiltTokenizerFactoryFactory(TokenizerFactory) - Constructor for class org.elasticsearch.index.analysis.PreBuiltTokenizerFactoryFactory
 
PreBuiltTokenizers - Enum in org.elasticsearch.indices.analysis
 
preceding(int) - Method in class org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
Must be called with increasing offset.
PRECISION - Static variable in class org.elasticsearch.common.geo.GeoHashUtils
maximum precision for geohash strings
precision() - Method in class org.elasticsearch.index.mapper.LegacyGeoPointFieldMapper.Encoding
 
precision(int) - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
precision() - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
precision(String) - Method in class org.elasticsearch.index.query.GeohashCellQuery.Builder
 
precision(int) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
precision() - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
precision() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
 
precision(String) - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping.Builder
Set the precision use o make suggestions
precision(double, DistanceUnit) - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping.Builder
Set the precision use o make suggestions
precision(double) - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping.Builder
Set the precision use o make suggestions
precision(int) - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping.Builder
Set the precision use o make suggestions
precision(String) - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping.Builder
Set the precision use o make suggestions
precision(double, DistanceUnit) - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping.Builder
Set the precision use o make suggestions
precision(double) - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping.Builder
Set the precision use o make suggestions
precision(int) - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping.Builder
Set the precision use o make suggestions
PRECISION_STEP_16_BIT - Static variable in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Defaults
 
PRECISION_STEP_32_BIT - Static variable in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Defaults
 
PRECISION_STEP_64_BIT - Static variable in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Defaults
 
PRECISION_STEP_8_BIT - Static variable in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Defaults
 
PRECISION_THRESHOLD_FIELD - Static variable in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
 
precisionFromThreshold(long) - Static method in class org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
Compute the required precision so that count distinct entries would be counted with linear counting.
precisionInMeters() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
precisionStep - Variable in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
precisionStep(int) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.Builder
 
precisionStep(int) - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Builder
 
precisionThreshold(long) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
Set a precision threshold.
precisionThreshold() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
Get the precision threshold.
preCollection() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
 
preCollection() - Method in class org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
 
preCollection() - Method in class org.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
 
preCollection() - Method in class org.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
 
preCollection() - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
 
preCollection() - Method in class org.elasticsearch.search.aggregations.BucketCollector
Pre collection callback.
preCollection() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
 
preCollection() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
Called before initial collection and between successive collection runs.
preCollection() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
 
preCollection() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
 
preCollection() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
 
preCollection() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
 
preCollection() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
 
preCollection() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
 
preCollection() - Method in class org.elasticsearch.search.profile.aggregation.ProfilingAggregator
 
preDelete(ShardId, Engine.Delete) - Method in class org.elasticsearch.index.shard.IndexingOperationListener.CompositeListener
 
preDelete(ShardId, Engine.Delete) - Method in interface org.elasticsearch.index.shard.IndexingOperationListener
Called before the delete occurs.
predict(Collection<T>, int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
Predicts the next `n` values in the series.
predict(int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
Sets the number of predictions that should be returned.
predict() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
Gets the number of predictions that should be returned.
preferAttributesActiveInitializingShardsIt(String[], DiscoveryNodes) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
preferAttributesActiveInitializingShardsIt(String[], DiscoveryNodes, int) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
preference(String) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
Sets the preference to execute the search.
preference() - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
 
preference() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
preference(String) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
preference(String) - Method in class org.elasticsearch.action.get.GetRequest
Sets the preference to execute the search.
preference() - Method in class org.elasticsearch.action.get.GetRequest
 
preference(String) - Method in class org.elasticsearch.action.get.MultiGetRequest
Sets the preference to execute the search.
preference() - Method in class org.elasticsearch.action.get.MultiGetRequest
 
preference(String) - Method in class org.elasticsearch.action.get.MultiGetShardRequest
Sets the preference to execute the search.
preference() - Method in class org.elasticsearch.action.get.MultiGetShardRequest
 
preference(String) - Method in class org.elasticsearch.action.search.SearchRequest
Sets the preference to execute the search.
preference() - Method in class org.elasticsearch.action.search.SearchRequest
 
preference(String) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
Sets the preference to execute the search.
preference() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
 
preference - Variable in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
preference() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
preference(String) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Sets the preference to execute the search.
Preference - Enum in org.elasticsearch.cluster.routing
Routing Preference Type
preferNodeActiveInitializingShardsIt(Set<String>) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
preferredName() - Method in enum org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
 
preFilter(BytesRef, CharsRefBuilder, BytesRefBuilder) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
 
preFilter(String) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
Sets a filter (analyzer) that is applied to each of the tokens passed to this candidate generator.
PREFILTER_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
PREFIX - Static variable in class org.elasticsearch.common.util.concurrent.ThreadContext
 
prefix(String) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
Sets the prefix to provide completions for.
prefix(String, Fuzziness) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
Same as CompletionSuggestionBuilder.prefix(String) with fuzziness of fuzziness
prefix(String, FuzzyOptions) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
prefix - Variable in class org.elasticsearch.search.suggest.SuggestionBuilder
 
prefix(String) - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
 
prefix() - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
get the prefix for this suggestion
PREFIX_FIELD - Static variable in class org.elasticsearch.search.suggest.SuggestionBuilder
 
PREFIX_LENGTH_FIELD - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
PREFIX_LENGTH_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
PrefixAnalyzer - Class in org.apache.lucene.analysis
This Analyzer wraps another analyzer and adds a set of prefixes to the underlying TokenStream.
PrefixAnalyzer(Analyzer, char, CharSequence) - Constructor for class org.apache.lucene.analysis.PrefixAnalyzer
Create a new PrefixAnalyzer.
PrefixAnalyzer(Analyzer, char, Iterable<? extends CharSequence>) - Constructor for class org.apache.lucene.analysis.PrefixAnalyzer
Create a new PrefixAnalyzer.
PrefixAnalyzer.PrefixTokenFilter - Class in org.apache.lucene.analysis
The PrefixAnalyzer.PrefixTokenFilter wraps a TokenStream and adds a set prefixes ahead.
prefixKeySetting(String, Function<String, Setting<T>>) - Static method in class org.elasticsearch.common.settings.Setting
This setting type allows to validate settings that have the same type and a common prefix.
prefixLength(int) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
prefixLength() - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
prefixLength(int) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Sets the length of a length of common (non-fuzzy) prefix for fuzzy match queries
prefixLength() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Gets the length of a length of common (non-fuzzy) prefix for fuzzy match queries
prefixLength(int) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
prefixLength() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
prefixLength() - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
prefixLength(int) - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
prefixLength(int) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
Sets the number of minimal prefix characters that must match in order be a candidate suggestion.
prefixLength(int) - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Sets the number of minimal prefix characters that must match in order be a candidate suggestion.
prefixLength() - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Get the minimum prefix length that must match setting.
prefixQuery(Object) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
Completion prefix query
prefixQuery(String, MultiTermQuery.RewriteMethod, QueryShardContext) - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
prefixQuery(String, MultiTermQuery.RewriteMethod, QueryShardContext) - Method in class org.elasticsearch.index.mapper.StringFieldType
 
prefixQuery(String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing terms with a specified prefix.
PrefixQueryBuilder - Class in org.elasticsearch.index.query
A Query that matches documents containing terms with a specified prefix.
PrefixQueryBuilder(String, String) - Constructor for class org.elasticsearch.index.query.PrefixQueryBuilder
A Query that matches documents containing terms with a specified prefix.
PrefixQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.PrefixQueryBuilder
Read from a stream.
PrefixTokenFilter(TokenStream, char, Iterable<? extends CharSequence>) - Constructor for class org.apache.lucene.analysis.PrefixAnalyzer.PrefixTokenFilter
preIndex(ShardId, Engine.Index) - Method in class org.elasticsearch.index.shard.IndexingOperationListener.CompositeListener
 
preIndex(ShardId, Engine.Index) - Method in interface org.elasticsearch.index.shard.IndexingOperationListener
Called before the indexing occurs.
preMultiTermQueryRewrite(Query) - Method in class org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
 
prepare(UpdateRequest, IndexShard, LongSupplier) - Method in class org.elasticsearch.action.update.UpdateHelper
Prepares an update request by converting it into an index or delete request or an update response (no action).
prepare(ShardId, UpdateRequest, GetResult, LongSupplier) - Method in class org.elasticsearch.action.update.UpdateHelper
Prepares an update request by converting it into an index or delete request or an update response (no action).
PREPARE_TRANSLOG - Static variable in class org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
 
prepareAliases() - Method in interface org.elasticsearch.client.IndicesAdminClient
Allows to add/remove aliases from indices.
prepareAliasesExist(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Allows to check to existence of aliases from indices.
prepareAllocationExplain() - Method in interface org.elasticsearch.client.ClusterAdminClient
Explain the allocation of a shard
prepareAnalyze(String, String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Analyze text under the provided index.
prepareAnalyze(String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Analyze text.
prepareAnalyze() - Method in interface org.elasticsearch.client.IndicesAdminClient
Analyze text/texts.
prepareBulk() - Method in interface org.elasticsearch.client.Client
Executes a bulk of index / delete operations.
prepareBulk() - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareCancelTasks(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
Cancel active tasks
prepareClearCache(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Clear indices cache.
prepareClearScroll() - Method in interface org.elasticsearch.client.Client
Clears the search contexts associated with specified scroll ids.
prepareClearScroll() - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareClose(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Closes one or more indices based on their index name.
prepareClusterStats() - Method in interface org.elasticsearch.client.ClusterAdminClient
 
prepareCommit() - Method in class org.elasticsearch.index.translog.Translog
 
prepareCreate(String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Creates an index using an explicit request allowing to specify the settings of the index.
prepareCreateSnapshot(String, String) - Method in interface org.elasticsearch.client.ClusterAdminClient
Creates a new snapshot.
prepareDelete() - Method in interface org.elasticsearch.client.Client
Deletes a document from the index based on the index, type and id.
prepareDelete(String, String, String) - Method in interface org.elasticsearch.client.Client
Deletes a document from the index based on the index, type and id.
prepareDelete(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes an index based on the index name.
prepareDelete() - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareDelete(String, String, String) - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareDeleteOnPrimary(String, String, long, VersionType) - Method in class org.elasticsearch.index.shard.IndexShard
 
prepareDeleteOnReplica(String, String, long, VersionType) - Method in class org.elasticsearch.index.shard.IndexShard
 
prepareDeletePipeline() - Method in interface org.elasticsearch.client.ClusterAdminClient
Deletes a stored ingest pipeline
prepareDeletePipeline(String) - Method in interface org.elasticsearch.client.ClusterAdminClient
Deletes a stored ingest pipeline
prepareDeleteRepository(String) - Method in interface org.elasticsearch.client.ClusterAdminClient
Unregisters a repository.
prepareDeleteSnapshot(String, String) - Method in interface org.elasticsearch.client.ClusterAdminClient
Delete snapshot.
prepareDeleteStoredScript() - Method in interface org.elasticsearch.client.ClusterAdminClient
Delete a script from the cluster state
prepareDeleteStoredScript(String, String) - Method in interface org.elasticsearch.client.ClusterAdminClient
Delete a script from the cluster state
prepareDeleteTemplate(String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Deletes an index template.
prepareEnvironment(Settings, Terminal) - Static method in class org.elasticsearch.node.InternalSettingsPreparer
Prepares the settings by gathering all elasticsearch system properties, optionally loading the configuration settings, and then replacing all property placeholders.
prepareEnvironment(Settings, Terminal, Map<String, String>) - Static method in class org.elasticsearch.node.InternalSettingsPreparer
Prepares the settings by gathering all elasticsearch system properties, optionally loading the configuration settings, and then replacing all property placeholders.
prepareExecute(Action<Request, Response, RequestBuilder>) - Method in interface org.elasticsearch.client.ElasticsearchClient
Prepares a request builder to execute, specified by Action.
prepareExecute(Action<Request, Response, RequestBuilder>) - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareExists(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices exists.
prepareExplain(String, String, String) - Method in interface org.elasticsearch.client.Client
Computes a score explanation for the specified request.
prepareExplain(String, String, String) - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareFieldCaps() - Method in interface org.elasticsearch.client.Client
Builder for the field capabilities request.
prepareFieldCaps() - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareFieldStats() - Method in interface org.elasticsearch.client.Client
Deprecated.
Use _field_caps instead or run a min/max aggregations on the desired fields
prepareFieldStats() - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareFlush(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly flush one or more indices (releasing memory from the node).
prepareForceMerge(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly force mergee one or more indices into a the number of segments.
prepareForIndexRecovery() - Method in class org.elasticsearch.index.shard.IndexShard
called before starting to copy index files over
prepareForTranslogOperations(int, long) - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
Implementation of RecoveryTargetHandler
prepareForTranslogOperations(int, long) - Method in interface org.elasticsearch.indices.recovery.RecoveryTargetHandler
Prepares the tranget to receive translog operations, after all file have been copied
prepareForTranslogOperations(int, long) - Method in class org.elasticsearch.indices.recovery.RemoteRecoveryTargetHandler
 
prepareGet() - Method in interface org.elasticsearch.client.Client
Gets the document that was indexed from an index with a type and id.
prepareGet(String, String, String) - Method in interface org.elasticsearch.client.Client
Gets the document that was indexed from an index with a type (optional) and id.
prepareGet() - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareGet(String, String, String) - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareGetAliases(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Get specific index aliases that exists in particular indices and / or by name.
prepareGetFieldMappings(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Get the mappings of specific fields
prepareGetIndex() - Method in interface org.elasticsearch.client.IndicesAdminClient
Get index metadata for particular indices.
prepareGetMappings(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Get the complete mappings of one or more types
prepareGetPipeline(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
Returns a stored ingest pipeline
prepareGetRepositories(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
Gets repositories.
prepareGetSettings(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Returns a builder for a per index settings get request.
prepareGetSnapshots(String) - Method in interface org.elasticsearch.client.ClusterAdminClient
Get snapshot.
prepareGetStoredScript() - Method in interface org.elasticsearch.client.ClusterAdminClient
Get a script from the cluster state
prepareGetStoredScript(String, String) - Method in interface org.elasticsearch.client.ClusterAdminClient
Get a script from the cluster state
prepareGetTask(String) - Method in interface org.elasticsearch.client.ClusterAdminClient
Fetch a task by id.
prepareGetTask(TaskId) - Method in interface org.elasticsearch.client.ClusterAdminClient
Fetch a task by id.
prepareGetTemplates(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Gets an index template (optional).
prepareHealth(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
The health of the cluster.
prepareIndex() - Method in interface org.elasticsearch.client.Client
Index a document associated with a given index and type.
prepareIndex(String, String) - Method in interface org.elasticsearch.client.Client
Index a document associated with a given index and type.
prepareIndex(String, String, String) - Method in interface org.elasticsearch.client.Client
Index a document associated with a given index and type.
prepareIndex() - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareIndex(String, String) - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareIndex(String, String, String) - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareIndexOnPrimary(SourceToParse, long, VersionType, long, boolean) - Method in class org.elasticsearch.index.shard.IndexShard
 
prepareIndexOnReplica(SourceToParse, long, VersionType, long, boolean) - Method in class org.elasticsearch.index.shard.IndexShard
 
prepareListTasks(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
List active tasks
prepareMultiGet() - Method in interface org.elasticsearch.client.Client
Multi get documents.
prepareMultiGet() - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareMultiSearch() - Method in interface org.elasticsearch.client.Client
Performs multiple search requests.
prepareMultiSearch() - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareMultiTermVectors() - Method in interface org.elasticsearch.client.Client
Multi get term vectors.
prepareMultiTermVectors() - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareNodesHotThreads(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
Returns a request builder to fetch top N hot-threads samples per node.
prepareNodesInfo(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
Nodes info of the cluster.
prepareNodesStats(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
Nodes stats of the cluster.
prepareOpen(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Opens one or more indices based on their index name.
preparePendingClusterTasks() - Method in interface org.elasticsearch.client.ClusterAdminClient
Returns a list of the pending cluster tasks, that are scheduled to be executed.
preparePutMapping(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Add mapping definition for a type into one or more indices.
preparePutPipeline(String, BytesReference) - Method in interface org.elasticsearch.client.ClusterAdminClient
preparePutPipeline(String, BytesReference, XContentType) - Method in interface org.elasticsearch.client.ClusterAdminClient
Stores an ingest pipeline
preparePutRepository(String) - Method in interface org.elasticsearch.client.ClusterAdminClient
Registers a snapshot repository.
preparePutStoredScript() - Method in interface org.elasticsearch.client.ClusterAdminClient
Store a script in the cluster state
preparePutTemplate(String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Puts an index template.
prepareRecoveries(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices recoveries
prepareRefresh(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestCancelTasksAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterAllocationExplainAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterGetSettingsAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterHealthAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterRerouteAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterSearchShardsAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterStateAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterStatsAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterUpdateSettingsAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestCreateSnapshotAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestDeleteRepositoryAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestDeleteSnapshotAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestDeleteStoredScriptAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestGetRepositoriesAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestGetSnapshotsAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestGetStoredScriptAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestGetTaskAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestListTasksAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestNodesHotThreadsAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestNodesInfoAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestNodesStatsAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestPendingClusterTasksAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestPutRepositoryAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestPutStoredScriptAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestRemoteClusterInfoAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestRestoreSnapshotAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestSnapshotsStatusAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.cluster.RestVerifyRepositoryAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestCloseIndexAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestCreateIndexAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestDeleteIndexAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestDeleteIndexTemplateAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestFlushAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestForceMergeAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestGetAliasesAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestGetFieldMappingAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestGetIndexTemplateAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestGetIndicesAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestGetMappingAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestGetSettingsAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestIndexDeleteAliasesAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestIndexPutAliasAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestIndicesAliasesAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestIndicesSegmentsAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestIndicesShardStoresAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestIndicesStatsAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestOpenIndexAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestPutIndexTemplateAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestPutMappingAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestRecoveryAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestRefreshAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestRolloverIndexAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestShrinkIndexAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestSyncedFlushAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestUpdateSettingsAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestUpgradeAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.admin.indices.RestValidateQueryAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.AbstractCatAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.cat.RestCatAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.document.RestBulkAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.document.RestCountAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.document.RestDeleteAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.document.RestGetAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.document.RestGetSourceAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.document.RestIndexAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.document.RestMultiGetAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.document.RestMultiTermVectorsAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.document.RestTermVectorsAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.document.RestUpdateAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.ingest.RestDeletePipelineAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.ingest.RestGetPipelineAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.ingest.RestPutPipelineAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.ingest.RestSimulatePipelineAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.RestFieldCapabilitiesAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.RestFieldStatsAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.RestMainAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.search.RestClearScrollAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.search.RestExplainAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.search.RestMultiSearchAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.search.RestSearchAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.search.RestSearchScrollAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.action.search.RestSuggestAction
 
prepareRequest(RestRequest, NodeClient) - Method in class org.elasticsearch.rest.BaseRestHandler
Prepare the request for execution.
prepareReroute() - Method in interface org.elasticsearch.client.ClusterAdminClient
Update settings in the cluster.
prepareRestoreSnapshot(String, String) - Method in interface org.elasticsearch.client.ClusterAdminClient
Restores a snapshot.
prepareRolloverIndex(String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Swaps the index pointed to by an alias given all provided conditions are satisfied
prepareSearch(String...) - Method in interface org.elasticsearch.client.Client
Search across one or more indices and one or more types with a query.
prepareSearch(String...) - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareSearchScroll(String) - Method in interface org.elasticsearch.client.Client
A search scroll request to continue searching a previous scrollable search request.
prepareSearchScroll(String) - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareSearchShards() - Method in interface org.elasticsearch.client.ClusterAdminClient
Returns list of shards the given search would be executed on.
prepareSearchShards(String...) - Method in interface org.elasticsearch.client.ClusterAdminClient
Returns list of shards the given search would be executed on.
prepareSegments(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
The segments of one or more indices.
prepareSelectedBuckets(long...) - Method in class org.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
Replay the wrapped collector, but only on a selection of buckets.
prepareSelectedBuckets(long...) - Method in class org.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
 
prepareSelectedBuckets(long...) - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector
 
prepareSettings(Settings) - Static method in class org.elasticsearch.node.InternalSettingsPreparer
Prepares the settings by gathering all elasticsearch system properties and setting defaults.
prepareShardStores(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
The shard stores info of one or more indices.
prepareShrinkIndex(String, String) - Method in interface org.elasticsearch.client.IndicesAdminClient
Shrinks an index using an explicit request allowing to specify the settings, mappings and aliases of the target index of the index.
prepareSimulatePipeline(BytesReference) - Method in interface org.elasticsearch.client.ClusterAdminClient
Deprecated.
prepareSimulatePipeline(BytesReference, XContentType) - Method in interface org.elasticsearch.client.ClusterAdminClient
Simulates an ingest pipeline
prepareSnapshotStatus(String) - Method in interface org.elasticsearch.client.ClusterAdminClient
Get snapshot status.
prepareSnapshotStatus() - Method in interface org.elasticsearch.client.ClusterAdminClient
Get snapshot status.
prepareState() - Method in interface org.elasticsearch.client.ClusterAdminClient
The state of the cluster.
prepareStats(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices stats.
prepareSyncedFlush(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly sync flush one or more indices (write sync id to shards for faster recovery).
prepareTargetForTranslog(int, long) - Method in class org.elasticsearch.indices.recovery.RecoverySourceHandler
 
prepareTermVector() - Method in interface org.elasticsearch.client.Client
Deprecated.
prepareTermVector(String, String, String) - Method in interface org.elasticsearch.client.Client
Deprecated.
prepareTermVector() - Method in class org.elasticsearch.client.support.AbstractClient
Deprecated.
prepareTermVector(String, String, String) - Method in class org.elasticsearch.client.support.AbstractClient
Deprecated.
prepareTermVectors() - Method in interface org.elasticsearch.client.Client
Builder for the term vector request.
prepareTermVectors(String, String, String) - Method in interface org.elasticsearch.client.Client
Builder for the term vector request.
prepareTermVectors() - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareTermVectors(String, String, String) - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareTypesExists(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices exists.
prepareUpdate() - Method in interface org.elasticsearch.client.Client
Updates a document based on a script.
prepareUpdate(String, String, String) - Method in interface org.elasticsearch.client.Client
Updates a document based on a script.
prepareUpdate() - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareUpdate(String, String, String) - Method in class org.elasticsearch.client.support.AbstractClient
 
prepareUpdateSettings() - Method in interface org.elasticsearch.client.ClusterAdminClient
Update settings in the cluster.
prepareUpdateSettings(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Update indices settings.
prepareUpgrade(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Check upgrade status of one or more indices
prepareUpgradeStatus(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly upgrade one or more indices
prepareValidateQuery(String...) - Method in interface org.elasticsearch.client.IndicesAdminClient
Validate a query for correctness.
prepareVerifyRepository(String) - Method in interface org.elasticsearch.client.ClusterAdminClient
Verifies a repository.
preParse(ParseContext) - Method in class org.elasticsearch.index.mapper.AllFieldMapper
 
preParse(ParseContext) - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper
 
preParse(ParseContext) - Method in class org.elasticsearch.index.mapper.IdFieldMapper
 
preParse(ParseContext) - Method in class org.elasticsearch.index.mapper.IndexFieldMapper
 
preParse(ParseContext) - Method in class org.elasticsearch.index.mapper.MetadataFieldMapper
preParse(ParseContext) - Method in class org.elasticsearch.index.mapper.ParentFieldMapper
 
preParse(ParseContext) - Method in class org.elasticsearch.index.mapper.RoutingFieldMapper
 
preParse(ParseContext) - Method in class org.elasticsearch.index.mapper.SourceFieldMapper
 
preParse(ParseContext) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper
 
preParse(ParseContext) - Method in class org.elasticsearch.index.mapper.TTLFieldMapper
 
preParse(ParseContext) - Method in class org.elasticsearch.index.mapper.TypeFieldMapper
 
preParse(ParseContext) - Method in class org.elasticsearch.index.mapper.UidFieldMapper
 
preParse(ParseContext) - Method in class org.elasticsearch.index.mapper.VersionFieldMapper
 
preProcess(SearchContext) - Method in class org.elasticsearch.search.aggregations.AggregationPhase
 
preProcess(SearchContext) - Method in class org.elasticsearch.search.dfs.DfsPhase
 
preProcess(SearchContext) - Method in class org.elasticsearch.search.fetch.FetchPhase
 
preProcess(boolean) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
preProcess(boolean) - Method in class org.elasticsearch.search.internal.SearchContext
Should be called before executing the main query and after all other parameters have been set.
preProcess(boolean) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
preProcess(SearchContext) - Method in class org.elasticsearch.search.query.QueryPhase
 
preProcess(SearchContext) - Method in class org.elasticsearch.search.rescore.RescorePhase
 
preProcess(SearchContext) - Method in interface org.elasticsearch.search.SearchPhase
Performs pre processing of the search context before the execute.
preProcess(SearchContext) - Method in class org.elasticsearch.search.suggest.SuggestPhase
 
PreProcessModule - Interface in org.elasticsearch.common.inject
A module can implement this interface to allow to pre process other modules before an injector is created.
PRESERVE_ORIGINAL - Static variable in class org.elasticsearch.index.analysis.ASCIIFoldingTokenFilterFactory
 
PRESERVE_POSITION_INCREMENTS - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
 
PRESERVE_POSITION_INCREMENTS - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Fields
 
PRESERVE_SEP - Static variable in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
Include this flag in the options parameter to #XAnalyzingSuggester(Analyzer,Analyzer,int,int,int,boolean,FST,boolean,int,int,int,int,int) to preserve token separators when matching.
PRESERVE_SEPARATORS - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
 
PRESERVE_SEPARATORS - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Fields
 
preserveContext(Runnable) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Saves the current thread context and wraps command in a Runnable that restores that context before running command.
preservePositionIncrements(boolean) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.Builder
 
preservePositionIncrements() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
preservePositionIncrements(boolean) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Builder
 
preserveSep() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
preserveSeparators(boolean) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.Builder
 
preserveSeparators(boolean) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Builder
 
PreShardSyncedFlushRequest() - Constructor for class org.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
 
PreShardSyncedFlushRequest(ShardId) - Constructor for class org.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
 
preSpanQueryRewrite(Query) - Method in class org.apache.lucene.search.uhighlight.CustomUnifiedHighlighter
 
preTag() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
get the pre-tag for the highlighter set with PhraseSuggestionBuilder.highlight(String, String)
preTags - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
preTags(String...) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
Set the pre tags that will be used for highlighting.
preTags() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
preTags() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
prettyPrint() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
prettyPrint() - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
prettyPrint() - Method in class org.elasticsearch.common.StopWatch
Return a string with a table describing all tasks performed.
prettyPrint() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
previous() - Method in class org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
 
previousLevel() - Method in class org.elasticsearch.index.query.support.NestedScope
Sets the previous nested level as current nested level and removes and returns the current nested level.
previousMasterNode() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
previousState() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
The previous cluster state for this change event.
primary() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
 
primary() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Returns true iff this shard is a primary.
primary() - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
 
primary - Variable in class org.elasticsearch.index.shard.ShardStateMetaData
 
primaryActiveInitializingShardIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
primaryFirstActiveInitializingShardsIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
PrimaryMissingActionException - Exception in org.elasticsearch.action
 
PrimaryMissingActionException(String) - Constructor for exception org.elasticsearch.action.PrimaryMissingActionException
 
PrimaryMissingActionException(StreamInput) - Constructor for exception org.elasticsearch.action.PrimaryMissingActionException
 
PrimaryResult(ReplicaRequest, Response, Exception) - Constructor for class org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
Result of executing a primary operation expects finalResponseIfSuccessful or finalFailure to be not-null
PrimaryResult(ReplicaRequest, Response) - Constructor for class org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
 
primaryShard() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
PrimaryShardAllocator - Class in org.elasticsearch.gateway
The primary shard allocator allocates unassigned primary shards to nodes that hold valid copies of the unassigned primaries.
PrimaryShardAllocator(Settings) - Constructor for class org.elasticsearch.gateway.PrimaryShardAllocator
 
primaryShardIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns an iterator only on the primary shard.
primaryShardsActive() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
Calculates the number of primary shards in active state in routing table
primaryShardsUnassigned() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
Calculates the number of primary shards in the routing table the are in ShardRoutingState.UNASSIGNED state.
primaryTerm(int) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
returns the primary term for the given shard.
primaryTerm(int, long) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
sets the primary term for the given shard.
primaryTerm(int) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
The term of the current selected primary.
primaryTerm - Variable in class org.elasticsearch.index.shard.IndexShard
 
print(Terminal.Verbosity, String) - Method in class org.elasticsearch.cli.Terminal
Prints message to the terminal at verbosity level, without a newline.
printAdditionalHelp(Terminal) - Method in class org.elasticsearch.cli.Command
Prints additional help information, specific to the command
printAdditionalHelp(Terminal) - Method in class org.elasticsearch.cli.MultiCommand
 
printAdditionalHelp(Terminal) - Method in class org.elasticsearch.index.translog.TruncateTranslogCommand
 
printBoostAndQueryName(XContentBuilder) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
printer() - Method in class org.elasticsearch.common.joda.FormatDateTimeFormatter
 
println(String) - Method in class org.elasticsearch.cli.Terminal
Prints a line to the terminal at Terminal.Verbosity.NORMAL verbosity level.
println(Terminal.Verbosity, String) - Method in class org.elasticsearch.cli.Terminal
Prints a line to the terminal at verbosity level.
printTo(StringBuffer, long, Chronology, int, DateTimeZone, Locale) - Method in class org.elasticsearch.common.joda.Joda.EpochTimePrinter
We adjust the instant by displayOffset to adjust for the offset that might have been added in DateTimeFormatter.printTo(Appendable, long, Chronology) when using a time zone.
printTo(Writer, long, Chronology, int, DateTimeZone, Locale) - Method in class org.elasticsearch.common.joda.Joda.EpochTimePrinter
We adjust the instant by displayOffset to adjust for the offset that might have been added in DateTimeFormatter.printTo(Appendable, long, Chronology) when using a time zone.
printTo(StringBuffer, ReadablePartial, Locale) - Method in class org.elasticsearch.common.joda.Joda.EpochTimePrinter
 
printTo(Writer, ReadablePartial, Locale) - Method in class org.elasticsearch.common.joda.Joda.EpochTimePrinter
 
PrioritizedCallable<T> - Class in org.elasticsearch.common.util.concurrent
 
PrioritizedCallable(Priority) - Constructor for class org.elasticsearch.common.util.concurrent.PrioritizedCallable
 
PrioritizedEsThreadPoolExecutor - Class in org.elasticsearch.common.util.concurrent
A prioritizing executor which uses a priority queue as a work queue.
PrioritizedEsThreadPoolExecutor.Pending - Class in org.elasticsearch.common.util.concurrent
 
PrioritizedRunnable - Class in org.elasticsearch.common.util.concurrent
 
PrioritizedRunnable(Priority) - Constructor for class org.elasticsearch.common.util.concurrent.PrioritizedRunnable
 
priority() - Method in class org.elasticsearch.cluster.ClusterStateTaskConfig.Basic
 
priority() - Method in interface org.elasticsearch.cluster.ClusterStateTaskConfig
The Priority for this cluster state update task configuration.
priority() - Method in class org.elasticsearch.cluster.ClusterStateUpdateTask
 
priority() - Method in class org.elasticsearch.cluster.LocalClusterUpdateTask
 
Priority - Enum in org.elasticsearch.common
 
priority() - Method in class org.elasticsearch.common.util.concurrent.PrioritizedCallable
 
priority - Variable in class org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor.Pending
 
priority() - Method in class org.elasticsearch.common.util.concurrent.PrioritizedRunnable
 
PriorityComparator - Class in org.elasticsearch.gateway
A comparator that compares ShardRouting based on it's indexes priority (index.priority), it's creation date (index.creation_date), or eventually by it's index name in reverse order.
PriorityComparator() - Constructor for class org.elasticsearch.gateway.PriorityComparator
 
PrivateBinder - Interface in org.elasticsearch.common.inject
Returns a binder whose configuration information is hidden from its environment by default.
PrivateElements - Interface in org.elasticsearch.common.inject.spi
A private collection of elements that are hidden from the enclosing injector or module by default.
PrivateElementsImpl - Class in org.elasticsearch.common.inject.internal
 
PrivateElementsImpl(Object) - Constructor for class org.elasticsearch.common.inject.internal.PrivateElementsImpl
 
PrivateModule - Class in org.elasticsearch.common.inject
A module whose configuration information is hidden from its environment by default.
PrivateModule() - Constructor for class org.elasticsearch.common.inject.PrivateModule
 
probablySingleFieldRequest() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
 
Probes - Class in org.elasticsearch.monitor
 
Probes() - Constructor for class org.elasticsearch.monitor.Probes
 
proceed(Task, String, Request, ActionListener<Response>) - Method in interface org.elasticsearch.action.support.ActionFilterChain
Continue processing the request.
process() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node Process be returned.
process(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node Process be returned.
process() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node Process be returned.
process(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node Process be returned.
process(MappingMetaData, boolean, String) - Method in class org.elasticsearch.action.index.IndexRequest
 
process(DocValueFormat, SearchContext) - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
processAllocation(RoutingAllocation) - Method in class org.elasticsearch.gateway.AsyncShardFetch.FetchResult
Process any changes needed to the allocation based on this fetch result.
processAsyncFetch(List<T>, List<FailedNodeException>, long) - Method in class org.elasticsearch.gateway.AsyncShardFetch
Called by the response handler of the async action to fetch data.
ProcessClusterEventTimeoutException - Exception in org.elasticsearch.cluster.metadata
 
ProcessClusterEventTimeoutException(TimeValue, String) - Constructor for exception org.elasticsearch.cluster.metadata.ProcessClusterEventTimeoutException
 
ProcessClusterEventTimeoutException(StreamInput) - Constructor for exception org.elasticsearch.cluster.metadata.ProcessClusterEventTimeoutException
 
processDanglingIndices(MetaData) - Method in class org.elasticsearch.gateway.DanglingIndicesState
Process dangling indices based on the provided meta data, handling cleanup, finding new dangling indices, and allocating outstanding ones.
processed - Variable in class org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
whether the task has been processed already
processedFiles(int, long) - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Sets processed files stats
processedFiles() - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Number of processed files
processedSize() - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Size of processed files
processExistingRecoveries(RoutingAllocation) - Method in class org.elasticsearch.gateway.ReplicaShardAllocator
Process existing recoveries of replicas and see if we need to cancel them if we find a better match.
processField(RootObjectMapper.Builder, String, Object, Version) - Method in class org.elasticsearch.index.mapper.RootObjectMapper.TypeParser
 
ProcessInfo - Class in org.elasticsearch.monitor.process
 
ProcessInfo(long, boolean, long) - Constructor for class org.elasticsearch.monitor.process.ProcessInfo
 
ProcessInfo(StreamInput) - Constructor for class org.elasticsearch.monitor.process.ProcessInfo
 
processInfo(long) - Method in class org.elasticsearch.monitor.process.ProcessProbe
 
processMessageReceived(Request, TransportChannel) - Method in class org.elasticsearch.transport.RequestHandlerRegistry
 
processModule(Module) - Method in interface org.elasticsearch.common.inject.PreProcessModule
 
Processor - Interface in org.elasticsearch.ingest
A processor implementation may modify the data belonging to a document.
Processor.Factory - Interface in org.elasticsearch.ingest
A factory that knows how to construct a processor based on a map of maps.
Processor.Parameters - Class in org.elasticsearch.ingest
Infrastructure class that holds services that can be used by processor factories to create processor instances and that gets passed around to all IngestPlugins.
ProcessorInfo - Class in org.elasticsearch.ingest
 
ProcessorInfo(String) - Constructor for class org.elasticsearch.ingest.ProcessorInfo
 
ProcessorInfo(StreamInput) - Constructor for class org.elasticsearch.ingest.ProcessorInfo
Read from a stream.
PROCESSORS_SETTING - Static variable in class org.elasticsearch.common.util.concurrent.EsExecutors
Settings key to manually set the number of available processors.
processPendingDeletes(Index, IndexSettings, TimeValue) - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
 
processPendingDeletes(Index, IndexSettings, TimeValue) - Method in class org.elasticsearch.indices.IndicesService
Processes all pending deletes for the given index.
ProcessProbe - Class in org.elasticsearch.monitor.process
 
processRanges(SearchContext, ValuesSourceConfig<ValuesSource.Numeric>) - Method in class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
Resolve any strings in the ranges so we have a number value for the from and to of each range.
processReceivedMessage(byte[], String, LocalTransport, Version, Long) - Method in class org.elasticsearch.transport.local.LocalTransport
processes received messages, assuming thread passing and thread context have all been dealt with
processRecoverySettings(ClusterSettings, RecoverySettings) - Method in class org.elasticsearch.node.Node
 
processResponse(Response) - Method in class org.elasticsearch.rest.action.RestActionListener
 
processResponse(Response) - Method in class org.elasticsearch.rest.action.RestResponseListener
 
processScale(double, double) - Method in interface org.elasticsearch.index.query.functionscore.DecayFunction
The final scale parameter is computed from the scale parameter given by the user and a value.
processService() - Method in class org.elasticsearch.monitor.MonitorService
 
ProcessService - Class in org.elasticsearch.monitor.process
 
ProcessService(Settings) - Constructor for class org.elasticsearch.monitor.process.ProcessService
 
processSettings(Settings) - Static method in class org.elasticsearch.tribe.TribeService
 
processStats() - Method in class org.elasticsearch.monitor.process.ProcessProbe
 
ProcessStats - Class in org.elasticsearch.monitor.process
 
ProcessStats(long, long, long, ProcessStats.Cpu, ProcessStats.Mem) - Constructor for class org.elasticsearch.monitor.process.ProcessStats
 
ProcessStats(StreamInput) - Constructor for class org.elasticsearch.monitor.process.ProcessStats
 
ProcessStats.Cpu - Class in org.elasticsearch.monitor.process
 
ProcessStats.Mem - Class in org.elasticsearch.monitor.process
 
processTasks(CancelTasksRequest, Consumer<CancellableTask>) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
 
processTasks(ListTasksRequest, Consumer<Task>) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
 
processTasks(TasksRequest, Consumer<OperationTask>) - Method in class org.elasticsearch.action.support.tasks.TransportTasksAction
 
profile() - Method in class org.elasticsearch.action.search.SearchResponseSections
Returns the profile results for this search response (including all shards).
profile(boolean) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Should the query be profiled.
profile() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Return whether to profile query execution, or null if unspecified.
PROFILE_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
PROFILE_FIELD - Static variable in class org.elasticsearch.search.profile.SearchProfileShardResults
 
profileAddresses() - Method in class org.elasticsearch.transport.TransportInfo
 
profileBoundAddresses() - Method in class org.elasticsearch.transport.local.LocalTransport
 
profileBoundAddresses - Variable in class org.elasticsearch.transport.TcpTransport
 
profileBoundAddresses() - Method in class org.elasticsearch.transport.TcpTransport
 
profileBoundAddresses() - Method in interface org.elasticsearch.transport.Transport
Further profile bound addresses
ProfileResult - Class in org.elasticsearch.search.profile
This class is the internal representation of a profiled Query, corresponding to a single node in the query tree.
ProfileResult(String, String, Map<String, Long>, List<ProfileResult>) - Constructor for class org.elasticsearch.search.profile.ProfileResult
 
ProfileResult(StreamInput) - Constructor for class org.elasticsearch.search.profile.ProfileResult
Read from a stream.
profileResults - Variable in class org.elasticsearch.action.search.SearchResponseSections
 
profileResults(ProfileShardResult) - Method in class org.elasticsearch.search.query.QuerySearchResult
Sets the finalized profiling results for this query
Profilers - Class in org.elasticsearch.search.profile
Wrapper around all the profilers that makes management easier.
Profilers(ContextIndexSearcher) - Constructor for class org.elasticsearch.search.profile.Profilers
Sole constructor.
ProfileShardResult - Class in org.elasticsearch.search.profile
 
ProfileShardResult(List<QueryProfileShardResult>, AggregationProfileShardResult) - Constructor for class org.elasticsearch.search.profile.ProfileShardResult
 
ProfileShardResult(StreamInput) - Constructor for class org.elasticsearch.search.profile.ProfileShardResult
 
profileTree - Variable in class org.elasticsearch.search.profile.AbstractProfiler
 
ProfileWeight - Class in org.elasticsearch.search.profile.query
Weight wrapper that will compute how much time it takes to build the Scorer and then return a Scorer that is wrapped in order to compute timings as well.
ProfileWeight(Query, Weight, QueryProfileBreakdown) - Constructor for class org.elasticsearch.search.profile.query.ProfileWeight
 
ProfilingAggregator - Class in org.elasticsearch.search.profile.aggregation
 
ProfilingAggregator(Aggregator, AggregationProfiler) - Constructor for class org.elasticsearch.search.profile.aggregation.ProfilingAggregator
 
ProfilingLeafBucketCollector - Class in org.elasticsearch.search.profile.aggregation
 
ProfilingLeafBucketCollector(LeafBucketCollector, AggregationProfileBreakdown) - Constructor for class org.elasticsearch.search.profile.aggregation.ProfilingLeafBucketCollector
 
promptYesNo(String, boolean) - Method in class org.elasticsearch.cli.Terminal
Prompt for a yes or no answer from the user.
PROTOCOL - Static variable in class org.elasticsearch.cli.ExitCodes
 
ProvidedBy - Annotation Type in org.elasticsearch.common.inject
A pointer to the default provider type for a type.
Provider<T> - Interface in org.elasticsearch.common.inject
An object capable of providing instances of type T.
ProviderBinding<T extends Provider<?>> - Interface in org.elasticsearch.common.inject.spi
A binding to a Provider that delegates to the binding for the provided type.
ProviderInstanceBinding<T> - Interface in org.elasticsearch.common.inject.spi
A binding to a provider instance.
ProviderInstanceBindingImpl<T> - Class in org.elasticsearch.common.inject.internal
 
ProviderInstanceBindingImpl(Injector, Key<T>, Object, InternalFactory<? extends T>, Scoping, Provider<? extends T>, Set<InjectionPoint>) - Constructor for class org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
 
ProviderInstanceBindingImpl(Object, Key<T>, Scoping, Set<InjectionPoint>, Provider<? extends T>) - Constructor for class org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
 
ProviderKeyBinding<T> - Interface in org.elasticsearch.common.inject.spi
A binding to a provider key.
ProviderLookup<T> - Class in org.elasticsearch.common.inject.spi
A lookup of the provider for a type.
ProviderLookup(Object, Key<T>) - Constructor for class org.elasticsearch.common.inject.spi.ProviderLookup
 
ProviderLookup.ProviderImpl<T> - Class in org.elasticsearch.common.inject.spi
 
ProviderMethod<T> - Class in org.elasticsearch.common.inject.internal
A provider that invokes a method and returns its result.
ProviderMethodsModule - Class in org.elasticsearch.common.inject.internal
Creates bindings to methods annotated with @Provides.
providerOf(Type) - Static method in class org.elasticsearch.common.inject.util.Types
Returns a type modelling a Provider that provides elements of type elementType.
Providers - Class in org.elasticsearch.common.inject.util
Static utility methods for creating and working with instances of Provider.
ProviderWithDependencies<T> - Interface in org.elasticsearch.common.inject.spi
A provider with dependencies on other injected types.
Provides - Annotation Type in org.elasticsearch.common.inject
Annotates methods of a Module to create a provider method binding.
ProvisionException - Exception in org.elasticsearch.common.inject
Indicates that there was a runtime failure while providing an instance.
ProvisionException(Iterable<Message>) - Constructor for exception org.elasticsearch.common.inject.ProvisionException
Creates a ConfigurationException containing messages.
ProvisionException(String, Throwable) - Constructor for exception org.elasticsearch.common.inject.ProvisionException
 
ProvisionException(String) - Constructor for exception org.elasticsearch.common.inject.ProvisionException
 
pruneUnreferencedFiles(String, Directory) - Static method in class org.elasticsearch.common.lucene.Lucene
This method removes all files from the given directory that are not referenced by the given segments file.
publish(ClusterChangedEvent, Discovery.AckListener) - Method in interface org.elasticsearch.discovery.Discovery
Publish all the changes to the cluster from the master (can be called just by the master).
publish(ClusterChangedEvent, Discovery.AckListener) - Method in class org.elasticsearch.discovery.local.LocalDiscovery
 
publish(ClusterChangedEvent, Discovery.AckListener) - Method in class org.elasticsearch.discovery.NoneDiscovery
 
publish(ClusterChangedEvent, Discovery.AckListener) - Method in class org.elasticsearch.discovery.single.SingleNodeDiscovery
 
publish(ClusterChangedEvent, int, Discovery.AckListener) - Method in class org.elasticsearch.discovery.zen.PublishClusterStateAction
publishes a cluster change event to other nodes.
publish(ClusterChangedEvent, Discovery.AckListener) - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
PUBLISH_DIFF_ENABLE_SETTING - Static variable in class org.elasticsearch.discovery.DiscoverySettings
 
PUBLISH_HOST - Static variable in class org.elasticsearch.transport.TransportSettings
 
PUBLISH_PORT - Static variable in class org.elasticsearch.transport.TransportSettings
 
PUBLISH_TIMEOUT_SETTING - Static variable in class org.elasticsearch.discovery.DiscoverySettings
sets the timeout for a complete publishing cycle, including both sending and committing.
publishAddress() - Method in class org.elasticsearch.common.transport.BoundTransportAddress
 
PublishClusterStateAction - Class in org.elasticsearch.discovery.zen
 
PublishClusterStateAction(Settings, TransportService, NamedWriteableRegistry, Supplier<ClusterState>, PublishClusterStateAction.NewPendingClusterStateListener, DiscoverySettings, ClusterName) - Constructor for class org.elasticsearch.discovery.zen.PublishClusterStateAction
 
PublishClusterStateAction.CommitClusterStateRequest - Class in org.elasticsearch.discovery.zen
 
PublishClusterStateAction.NewPendingClusterStateListener - Interface in org.elasticsearch.discovery.zen
 
put(IndexMetaData.Builder) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
put(IndexMetaData, boolean) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
put(IndexTemplateMetaData.Builder) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
put(IndexTemplateMetaData) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
put(K, V) - Method in class org.elasticsearch.common.cache.Cache
Associates the specified value with the specified key in this map.
put(int, VType) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
put(KType, VType) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
put(K, V) - Method in class org.elasticsearch.common.collect.MapBuilder
 
put(Object...) - Method in class org.elasticsearch.common.settings.Settings.Builder
Puts tuples of key value pairs of settings.
put(String, String) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets a setting with the provided setting key and value.
put(String, Class) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets a setting with the provided setting key and class as value.
put(String, boolean) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets the setting with the provided setting key and the boolean value.
put(String, int) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets the setting with the provided setting key and the int value.
put(String, Version) - Method in class org.elasticsearch.common.settings.Settings.Builder
 
put(String, long) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets the setting with the provided setting key and the long value.
put(String, float) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets the setting with the provided setting key and the float value.
put(String, double) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets the setting with the provided setting key and the double value.
put(String, long, TimeUnit) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets the setting with the provided setting key and the time value.
put(String, long, ByteSizeUnit) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets the setting with the provided setting key and the size value.
put(String, String, String[], String[]) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets the setting group.
put(Settings) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets all the provided settings.
put(Map<String, String>) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets all the provided settings.
put(Dictionary<Object, Object>) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets all the provided settings.
put(Item, Consumer<Exception>) - Method in class org.elasticsearch.common.util.concurrent.AsyncIOProcessor
Adds the given item to the queue.
put(long, T) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
put(Long, T) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
put(long, T) - Method in interface org.elasticsearch.common.util.concurrent.ConcurrentMapLong
 
put(E) - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
put(long, T) - Method in class org.elasticsearch.common.util.LongObjectPagedHashMap
Put this new (key, value) pair into this hash table and return the value that was previously associated with key or null in case of an insertion.
put(K, V) - Method in class org.elasticsearch.common.util.MinimalMap
 
put(MetadataFieldMapper.Builder<?, ?>) - Method in class org.elasticsearch.index.mapper.DocumentMapper.Builder
 
put(Version, T) - Method in interface org.elasticsearch.indices.analysis.PreBuiltCacheFactory.PreBuiltCache
 
put(ClusterService, Map<DiscoveryNode, IngestInfo>, PutPipelineRequest, ActionListener<WritePipelineResponse>) - Method in class org.elasticsearch.ingest.PipelineStore
Stores the specified pipeline definition in the request.
put(String, ScriptDocValues<?>) - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
put(Object, Object) - Method in class org.elasticsearch.search.lookup.LeafFieldsLookup
 
put(Object, Object) - Method in class org.elasticsearch.search.lookup.SourceLookup
 
putAlias(AliasMetaData) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
putAlias(AliasMetaData.Builder) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
putAlias(AliasMetaData) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
putAlias(AliasMetaData.Builder) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
putAll(Map<Integer, VType>) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
Puts all the entries in the map to the builder.
putAll(IntObjectAssociativeContainer<? extends VType>) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
putAll(Iterable<? extends IntObjectCursor<? extends VType>>) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
putAll(Map<KType, VType>) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
Puts all the entries in the map to the builder.
putAll(ObjectObjectAssociativeContainer<? extends KType, ? extends VType>) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
putAll(Iterable<? extends ObjectObjectCursor<? extends KType, ? extends VType>>) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
putAll(Map<K, V>) - Method in class org.elasticsearch.common.collect.MapBuilder
 
putAll(Map<? extends Long, ? extends T>) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
putAll(Map<? extends K, ? extends V>) - Method in class org.elasticsearch.common.util.MinimalMap
 
putAll(Map<? extends String, ? extends ScriptDocValues<?>>) - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
putAll(Map) - Method in class org.elasticsearch.search.lookup.LeafFieldsLookup
 
putAll(Map) - Method in class org.elasticsearch.search.lookup.SourceLookup
 
putArray(String, String...) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets the setting with the provided setting key and an array of values.
putArray(String, List<String>) - Method in class org.elasticsearch.common.settings.Settings.Builder
Sets the setting with the provided setting key and a list of values.
putContext(SearchContext) - Method in class org.elasticsearch.search.SearchService
 
putCustom(String, ClusterState.Custom) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
putCustom(String, IndexMetaData.Custom) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
putCustom(String, IndexMetaData.Custom) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
putCustom(String, MetaData.Custom) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
putHeader(String, String) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Puts a header into the context
putHeader(Map<String, String>) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Puts all of the given headers into this context
putIfAbsent(long, T) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
putIfAbsent(Long, T) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
putIfAbsent(long, T) - Method in interface org.elasticsearch.common.util.concurrent.ConcurrentMapLong
 
putInContext(String, Object) - Method in class org.elasticsearch.search.internal.ScrollContext
Puts the object into the context
PutIndexTemplateAction - Class in org.elasticsearch.action.admin.indices.template.put
 
PutIndexTemplateRequest - Class in org.elasticsearch.action.admin.indices.template.put
A request to create an index template.
PutIndexTemplateRequest() - Constructor for class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
PutIndexTemplateRequest(String) - Constructor for class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
Constructs a new put index template request with the provided name.
PutIndexTemplateRequestBuilder - Class in org.elasticsearch.action.admin.indices.template.put
 
PutIndexTemplateRequestBuilder(ElasticsearchClient, PutIndexTemplateAction) - Constructor for class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
 
PutIndexTemplateRequestBuilder(ElasticsearchClient, PutIndexTemplateAction, String) - Constructor for class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
 
PutIndexTemplateResponse - Class in org.elasticsearch.action.admin.indices.template.put
A response for a put index template action.
PutIndexTemplateResponse() - Constructor for class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateResponse
 
PutIndexTemplateResponse(boolean) - Constructor for class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateResponse
 
putInSyncAllocationIds(int, Set<String>) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
putMapper(Mapper) - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
putMapping(PutMappingRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Add mapping definition for a type into one or more indices.
putMapping(PutMappingRequest, ActionListener<PutMappingResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Add mapping definition for a type into one or more indices.
putMapping(String, String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
putMapping(MappingMetaData) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
putMapping(String, CompressedXContent) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
putMapping(String, String) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
putMapping(String, String) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
 
putMapping(PutMappingClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - Method in class org.elasticsearch.cluster.metadata.MetaDataMappingService
 
PutMappingAction - Class in org.elasticsearch.action.admin.indices.mapping.put
 
PutMappingClusterStateUpdateRequest - Class in org.elasticsearch.action.admin.indices.mapping.put
Cluster state update request that allows to put a mapping
PutMappingClusterStateUpdateRequest() - Constructor for class org.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
 
PutMappingRequest - Class in org.elasticsearch.action.admin.indices.mapping.put
Puts mapping definition registered under a specific type into one or more indices.
PutMappingRequest() - Constructor for class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
 
PutMappingRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
Constructs a new put mapping request against one or more indices.
putMappingRequest(String...) - Static method in class org.elasticsearch.client.Requests
Create a create mapping request against one or more indices.
PutMappingRequestBuilder - Class in org.elasticsearch.action.admin.indices.mapping.put
Builder for a put mapping request
PutMappingRequestBuilder(ElasticsearchClient, PutMappingAction) - Constructor for class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
 
PutMappingResponse - Class in org.elasticsearch.action.admin.indices.mapping.put
The response of put mapping operation.
PutMappingResponse() - Constructor for class org.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse
 
PutMappingResponse(boolean) - Constructor for class org.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse
 
putNull(String) - Method in class org.elasticsearch.common.settings.Settings.Builder
 
putPipeline(PutPipelineRequest, ActionListener<WritePipelineResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Stores an ingest pipeline
putPipeline(PutPipelineRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Stores an ingest pipeline
PutPipelineAction - Class in org.elasticsearch.action.ingest
 
PutPipelineAction() - Constructor for class org.elasticsearch.action.ingest.PutPipelineAction
 
PutPipelineRequest - Class in org.elasticsearch.action.ingest
 
PutPipelineRequest(String, BytesReference) - Constructor for class org.elasticsearch.action.ingest.PutPipelineRequest
Deprecated.
PutPipelineRequest(String, BytesReference, XContentType) - Constructor for class org.elasticsearch.action.ingest.PutPipelineRequest
Create a new pipeline request with the id and source along with the content type of the source
PutPipelineRequestBuilder - Class in org.elasticsearch.action.ingest
 
PutPipelineRequestBuilder(ElasticsearchClient, PutPipelineAction) - Constructor for class org.elasticsearch.action.ingest.PutPipelineRequestBuilder
 
PutPipelineRequestBuilder(ElasticsearchClient, PutPipelineAction, String, BytesReference) - Constructor for class org.elasticsearch.action.ingest.PutPipelineRequestBuilder
Deprecated.
PutPipelineRequestBuilder(ElasticsearchClient, PutPipelineAction, String, BytesReference, XContentType) - Constructor for class org.elasticsearch.action.ingest.PutPipelineRequestBuilder
 
PutPipelineTransportAction - Class in org.elasticsearch.action.ingest
 
PutPipelineTransportAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, NodeService, TransportNodesInfoAction) - Constructor for class org.elasticsearch.action.ingest.PutPipelineTransportAction
 
putProperties(Map<String, String>, Function<String, String>) - Method in class org.elasticsearch.common.settings.Settings.Builder
 
putRepository(PutRepositoryRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Registers a snapshot repository.
putRepository(PutRepositoryRequest, ActionListener<PutRepositoryResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Registers a snapshot repository.
PutRepositoryAction - Class in org.elasticsearch.action.admin.cluster.repositories.put
Register repository action
PutRepositoryRequest - Class in org.elasticsearch.action.admin.cluster.repositories.put
Register repository request.
PutRepositoryRequest() - Constructor for class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
 
PutRepositoryRequest(String) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
Constructs a new put repository request with the provided name.
putRepositoryRequest(String) - Static method in class org.elasticsearch.client.Requests
Registers snapshot repository
PutRepositoryRequestBuilder - Class in org.elasticsearch.action.admin.cluster.repositories.put
Register repository request builder
PutRepositoryRequestBuilder(ElasticsearchClient, PutRepositoryAction) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
Constructs register repository request
PutRepositoryRequestBuilder(ElasticsearchClient, PutRepositoryAction, String) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
Constructs register repository request for the repository with a given name
PutRepositoryResponse - Class in org.elasticsearch.action.admin.cluster.repositories.put
Register repository response
PutRequest(String, String) - Constructor for class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
 
PutResponse(boolean, IndexTemplateMetaData) - Constructor for class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutResponse
 
putStoredScript(PutStoredScriptRequest, ActionListener<PutStoredScriptResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Store a script in the cluster state
putStoredScript(PutStoredScriptRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Store a script in the cluster state
putStoredScript(ClusterService, PutStoredScriptRequest, ActionListener<PutStoredScriptResponse>) - Method in class org.elasticsearch.script.ScriptService
 
PutStoredScriptAction - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
PutStoredScriptRequest - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
PutStoredScriptRequest() - Constructor for class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
 
PutStoredScriptRequest(String, String, BytesReference) - Constructor for class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
Deprecated.
PutStoredScriptRequest(String, String, BytesReference, XContentType) - Constructor for class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
 
PutStoredScriptRequestBuilder - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
PutStoredScriptRequestBuilder(ElasticsearchClient, PutStoredScriptAction) - Constructor for class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequestBuilder
 
PutStoredScriptResponse - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
PutStoredScriptResponse(boolean) - Constructor for class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptResponse
 
putSystemPropertyIfSettingIsMissing(Map<String, String>, String, String) - Static method in class org.elasticsearch.cli.EnvironmentAwareCommand
Ensure the given setting exists, reading it from system properties if not already set.
putTemplate(PutIndexTemplateRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Puts an index template.
putTemplate(PutIndexTemplateRequest, ActionListener<PutIndexTemplateResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Puts an index template.
putTemplate(MetaDataIndexTemplateService.PutRequest, MetaDataIndexTemplateService.PutListener) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService
 
putTransient(String, Object) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Puts a transient header object into this context

Q

QUADTREE_LEVELS - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
 
quadTreeCellHeight(int) - Static method in class org.elasticsearch.common.geo.GeoUtils
Calculate the height (in meters) of quadtree cells at a specific level
quadTreeCellSize(int) - Static method in class org.elasticsearch.common.geo.GeoUtils
Calculate the size (in meters) of quadtree cells at a specific level
quadTreeCellWidth(int) - Static method in class org.elasticsearch.common.geo.GeoUtils
Calculate the width (in meters) of quadtree cells at a specific level
quadTreeLevelsForPrecision(double) - Static method in class org.elasticsearch.common.geo.GeoUtils
Calculate the number of levels needed for a specific precision.
quadTreeLevelsForPrecision(String) - Static method in class org.elasticsearch.common.geo.GeoUtils
Calculate the number of levels needed for a specific precision.
QUARTER - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
QuarterOfYear - Static variable in class org.elasticsearch.common.joda.Joda
 
Quarters - Static variable in class org.elasticsearch.common.joda.Joda
 
Queries - Class in org.elasticsearch.common.lucene.search
 
Queries() - Constructor for class org.elasticsearch.common.lucene.search.Queries
 
query(QueryShardContext, String) - Method in class org.apache.lucene.queryparser.classic.ExistsFieldQueryExtension
 
query(QueryShardContext, String) - Method in interface org.apache.lucene.queryparser.classic.FieldQueryExtension
 
query() - Method in class org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
 
query() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
The query to validate.
query(QueryBuilder) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
 
query() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
query(QueryBuilder) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
query() - Method in class org.elasticsearch.index.cache.IndexCache
 
query() - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
Returns the query that defines which documents the function_score query will be executed on.
query - Variable in class org.elasticsearch.index.query.InnerHitContextBuilder
 
query() - Method in class org.elasticsearch.index.query.NestedQueryBuilder
Returns the nested query to execute.
query() - Method in class org.elasticsearch.index.query.ParsedQuery
The query parsed.
QUERY - Static variable in class org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction.Fields
 
query(QueryBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets the search query for this request.
query() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the query for this request
query - Variable in class org.elasticsearch.search.fetch.subphase.highlight.HighlighterContext
 
query() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
query() - Method in class org.elasticsearch.search.internal.SearchContext
The query to execute, might be rewritten.
query() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
query() - Method in class org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
 
query(String, CharSequence...) - Static method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
 
query(String, Iterable<? extends CharSequence>) - Static method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
 
query(String, GeoPoint) - Static method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
Create a new geolocation query from a given GeoPoint
query(String, double, double, int...) - Static method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
Create a new geolocation query from a given geocoordinate
query(String, double, double, String...) - Static method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
 
query(String, String, int...) - Static method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
Create a new geolocation query from a given geohash
QUERY_ACTION_NAME - Static variable in class org.elasticsearch.action.search.SearchTransportService
 
QUERY_ARRAY - Static variable in class org.elasticsearch.search.profile.query.QueryProfileShardResult
 
QUERY_CAN_MATCH_NAME - Static variable in class org.elasticsearch.action.search.SearchTransportService
 
QUERY_FETCH_ACTION_NAME - Static variable in class org.elasticsearch.action.search.SearchTransportService
Deprecated.
QUERY_FETCH_SCROLL_ACTION_NAME - Static variable in class org.elasticsearch.action.search.SearchTransportService
 
QUERY_FIELD - Static variable in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
QUERY_FIELD - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
QUERY_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
QUERY_ID_ACTION_NAME - Static variable in class org.elasticsearch.action.search.SearchTransportService
 
QUERY_NAME_FIELD - Static variable in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
 
QUERY_NAME_FIELD - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
QUERY_NAME_FIELD - Static variable in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
QUERY_NAME_FIELD - Static variable in class org.elasticsearch.index.query.TermsQueryBuilder
 
QUERY_SCROLL_ACTION_NAME - Static variable in class org.elasticsearch.action.search.SearchTransportService
 
QUERY_STRING_ALLOW_LEADING_WILDCARD - Static variable in class org.elasticsearch.index.IndexSettings
 
QUERY_STRING_ANALYZE_WILDCARD - Static variable in class org.elasticsearch.index.IndexSettings
 
QUERY_STRING_LENIENT_SETTING - Static variable in class org.elasticsearch.index.IndexSettings
 
queryBoost() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
queryBoost() - Method in class org.elasticsearch.search.internal.SearchContext
 
QueryBuilder - Interface in org.elasticsearch.index.query
 
QueryBuilder(float) - Constructor for class org.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
 
QueryBuilder(boolean, float) - Constructor for class org.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
 
QueryBuilders - Class in org.elasticsearch.index.query
A static factory for simple "import static" usage.
queryCache() - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
queryCache(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
queryCache - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
queryCache(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
queryCache() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
QueryCache - Interface in org.elasticsearch.index.cache.query
 
QueryCache.EntriesStats - Class in org.elasticsearch.index.cache.query
 
QueryCacheStats - Class in org.elasticsearch.index.cache.query
 
QueryCacheStats() - Constructor for class org.elasticsearch.index.cache.query.QueryCacheStats
 
QueryCacheStats(long, long, long, long, long) - Constructor for class org.elasticsearch.index.cache.query.QueryCacheStats
 
queryCollectors() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
queryCollectors() - Method in class org.elasticsearch.search.internal.SearchContext
Return a view of the additional query collectors that should be run for this context.
QueryExplanation - Class in org.elasticsearch.action.admin.indices.validate.query
 
QueryExplanation(String, int, boolean, String, String) - Constructor for class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
QueryFetchSearchResult - Class in org.elasticsearch.search.fetch
 
QueryFetchSearchResult() - Constructor for class org.elasticsearch.search.fetch.QueryFetchSearchResult
 
QueryFetchSearchResult(QuerySearchResult, FetchSearchResult) - Constructor for class org.elasticsearch.search.fetch.QueryFetchSearchResult
 
queryName - Variable in class org.elasticsearch.index.query.AbstractQueryBuilder
 
queryName(String) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
Sets the query name for the query.
queryName() - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
Returns the query name for the query.
queryName(String) - Method in interface org.elasticsearch.index.query.QueryBuilder
Sets the arbitrary name to be assigned to the query (see named queries).
queryName() - Method in interface org.elasticsearch.index.query.QueryBuilder
Returns the arbitrary name assigned to the query (see named queries).
QueryParseContext - Class in org.elasticsearch.index.query
 
QueryParseContext(XContentParser) - Constructor for class org.elasticsearch.index.query.QueryParseContext
 
QueryParseContext(String, XContentParser) - Constructor for class org.elasticsearch.index.query.QueryParseContext
 
queryParseContext - Variable in class org.elasticsearch.search.aggregations.AggregatorFactories.AggParseContext
 
QueryParser<QB extends QueryBuilder> - Interface in org.elasticsearch.index.query
Defines a query parser that is able to parse QueryBuilders from XContent.
queryParser(QueryParserSettings) - Method in class org.elasticsearch.index.query.QueryShardContext
 
QueryParsers - Class in org.elasticsearch.index.query.support
 
QueryParserSettings - Class in org.apache.lucene.queryparser.classic
Encapsulates settings that affect query_string parsing via MapperQueryParser
QueryParserSettings(String) - Constructor for class org.apache.lucene.queryparser.classic.QueryParserSettings
 
QueryPhase - Class in org.elasticsearch.search.query
Query phase of a search request, used to run the query and get back from each shard information about the matching documents (document ids and score or sort criteria) so that matches can be reduced on the coordinating node
QueryPhase(Settings) - Constructor for class org.elasticsearch.search.query.QueryPhase
 
QueryPhaseExecutionException - Exception in org.elasticsearch.search.query
 
QueryPhaseExecutionException(SearchContext, String, Throwable) - Constructor for exception org.elasticsearch.search.query.QueryPhaseExecutionException
 
QueryPhaseExecutionException(StreamInput) - Constructor for exception org.elasticsearch.search.query.QueryPhaseExecutionException
 
QueryPhaseExecutionException(SearchContext, String) - Constructor for exception org.elasticsearch.search.query.QueryPhaseExecutionException
 
QueryProfileBreakdown - Class in org.elasticsearch.search.profile.query
A record of timings for the various operations that may happen during query execution.
QueryProfileBreakdown() - Constructor for class org.elasticsearch.search.profile.query.QueryProfileBreakdown
Sole constructor.
QueryProfiler - Class in org.elasticsearch.search.profile.query
This class acts as a thread-local storage for profiling a query.
QueryProfiler() - Constructor for class org.elasticsearch.search.profile.query.QueryProfiler
 
QueryProfileShardResult - Class in org.elasticsearch.search.profile.query
A container class to hold the profile results for a single shard in the request.
QueryProfileShardResult(List<ProfileResult>, long, CollectorResult) - Constructor for class org.elasticsearch.search.profile.query.QueryProfileShardResult
 
QueryProfileShardResult(StreamInput) - Constructor for class org.elasticsearch.search.profile.query.QueryProfileShardResult
Read from a stream.
QueryRescoreContext(QueryRescorer) - Constructor for class org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
 
QueryRescoreMode - Enum in org.elasticsearch.search.rescore
 
QueryRescorer - Class in org.elasticsearch.search.rescore
 
QueryRescorer() - Constructor for class org.elasticsearch.search.rescore.QueryRescorer
 
queryRescorer(QueryBuilder) - Static method in class org.elasticsearch.search.rescore.RescoreBuilder
 
QueryRescorer.QueryRescoreContext - Class in org.elasticsearch.search.rescore
 
QueryRescorerBuilder - Class in org.elasticsearch.search.rescore
 
QueryRescorerBuilder(QueryBuilder) - Constructor for class org.elasticsearch.search.rescore.QueryRescorerBuilder
Creates a new QueryRescorerBuilder instance
QueryRescorerBuilder(StreamInput) - Constructor for class org.elasticsearch.search.rescore.QueryRescorerBuilder
Read from a stream.
queryResult() - Method in class org.elasticsearch.search.fetch.FetchSearchResult
 
queryResult() - Method in class org.elasticsearch.search.fetch.QueryFetchSearchResult
 
queryResult() - Method in class org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
 
queryResult() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
queryResult() - Method in class org.elasticsearch.search.internal.SearchContext
 
queryResult() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
queryResult() - Method in class org.elasticsearch.search.query.QuerySearchResult
 
queryResult() - Method in class org.elasticsearch.search.query.ScrollQuerySearchResult
 
queryResult() - Method in class org.elasticsearch.search.SearchPhaseResult
Returns the query result iff it's included in this response otherwise null
QueryRewriteContext - Class in org.elasticsearch.index.query
Context object used to rewrite QueryBuilder instances into simplified version.
QueryRewriteContext(IndexSettings, MapperService, ScriptService, NamedXContentRegistry, Client, IndexReader, LongSupplier) - Constructor for class org.elasticsearch.index.query.QueryRewriteContext
 
QuerySearchRequest - Class in org.elasticsearch.search.query
 
QuerySearchRequest() - Constructor for class org.elasticsearch.search.query.QuerySearchRequest
 
QuerySearchRequest(OriginalIndices, long, AggregatedDfs) - Constructor for class org.elasticsearch.search.query.QuerySearchRequest
 
QuerySearchResult - Class in org.elasticsearch.search.query
 
QuerySearchResult() - Constructor for class org.elasticsearch.search.query.QuerySearchResult
 
QuerySearchResult(long, SearchShardTarget) - Constructor for class org.elasticsearch.search.query.QuerySearchResult
 
QueryShardContext - Class in org.elasticsearch.index.query
Context object used to create lucene queries on the shard level.
QueryShardContext(int, IndexSettings, BitsetFilterCache, IndexFieldDataService, MapperService, SimilarityService, ScriptService, NamedXContentRegistry, Client, IndexReader, LongSupplier) - Constructor for class org.elasticsearch.index.query.QueryShardContext
 
QueryShardContext(QueryShardContext) - Constructor for class org.elasticsearch.index.query.QueryShardContext
 
queryShardContextSupplier() - Method in class org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
 
QueryShardException - Exception in org.elasticsearch.index.query
Exception that is thrown when creating lucene queries on the shard
QueryShardException(QueryShardContext, String, Object...) - Constructor for exception org.elasticsearch.index.query.QueryShardException
 
QueryShardException(QueryShardContext, String, Throwable, Object...) - Constructor for exception org.elasticsearch.index.query.QueryShardException
 
QueryShardException(Index, String, Throwable) - Constructor for exception org.elasticsearch.index.query.QueryShardException
This constructor is provided for use in unit tests where a QueryShardContext may not be available
QueryShardException(StreamInput) - Constructor for exception org.elasticsearch.index.query.QueryShardException
 
QuerySpec(ParseField, Writeable.Reader<T>, QueryParser<T>) - Constructor for class org.elasticsearch.plugins.SearchPlugin.QuerySpec
Specification of custom Query.
QuerySpec(String, Writeable.Reader<T>, QueryParser<T>) - Constructor for class org.elasticsearch.plugins.SearchPlugin.QuerySpec
Specification of custom Query.
queryString() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
queryString() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
queryStringAllowLeadingWildcard() - Method in class org.elasticsearch.index.query.QueryShardContext
 
queryStringAnalyzeWildcard() - Method in class org.elasticsearch.index.query.QueryShardContext
 
queryStringLenient() - Method in class org.elasticsearch.index.query.QueryShardContext
 
queryStringQuery(String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that parses a query string and runs it.
QueryStringQueryBuilder - Class in org.elasticsearch.index.query
A query that parses a query string and runs it.
QueryStringQueryBuilder(String) - Constructor for class org.elasticsearch.index.query.QueryStringQueryBuilder
 
QueryStringQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.QueryStringQueryBuilder
Read from a stream.
queryStringTermQuery(Term) - Method in class org.elasticsearch.index.mapper.MappedFieldType
A term query to use when parsing a query string.
QueryTimingType - Enum in org.elasticsearch.search.profile.query
 
queryTypes() - Method in class org.elasticsearch.index.query.QueryShardContext
Returns the narrowed down explicit types, or, if not set, all types.
QueryValidationException - Exception in org.elasticsearch.index.query
This exception can be used to indicate various reasons why validation of a query has failed.
QueryValidationException() - Constructor for exception org.elasticsearch.index.query.QueryValidationException
 
queryWeight() - Method in class org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
 
quote(String) - Static method in class org.elasticsearch.common.Strings
Quote the given String with single quotes.
quoteAnalyzer() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
quoteAnalyzer(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
The optional analyzer used to analyze the query string for phrase searches.
quoteFieldSuffix(String) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
quoteFieldSuffix() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
quoteFieldSuffix(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
An optional field name suffix to automatically try and add to the field searched when using quoted text.
quoteFieldSuffix() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
quoteFieldSuffix(String) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Set the suffix to append to field names for phrase matching.
quoteFieldSuffix() - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Return the suffix to append to field names for phrase matching.

R

radius(String) - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
Set the radius of the circle.
radius(DistanceUnit.Distance) - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
Set the radius of the circle
radius(double, String) - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
Set the radius of the circle
radius(double, DistanceUnit) - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
Set the radius of the circle
radius() - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
Get the radius of the circle without unit
RamAccountingTermsEnum - Class in org.elasticsearch.index.fielddata
TermsEnum that takes a MemoryCircuitBreaker, increasing the breaker every time .next(...) is called.
RamAccountingTermsEnum(TermsEnum, CircuitBreaker, AbstractIndexFieldData.PerValueEstimator, String) - Constructor for class org.elasticsearch.index.fielddata.RamAccountingTermsEnum
 
ramBytesUsed() - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
Returns byte size of the underlying FST.
ramBytesUsed() - Method in class org.elasticsearch.common.bytes.BytesArray
 
ramBytesUsed() - Method in class org.elasticsearch.common.bytes.CompositeBytesReference
 
ramBytesUsed() - Method in class org.elasticsearch.common.bytes.PagedBytesReference
 
ramBytesUsed() - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
Returns the number of bytes used by the underlying ByteArray
ramBytesUsed() - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
 
ramBytesUsed() - Method in class org.elasticsearch.index.fielddata.ordinals.MultiOrdinals
 
ramBytesUsed() - Method in class org.elasticsearch.index.fielddata.ordinals.Ordinals
The memory size this ordinals take.
ramBytesUsed() - Method in class org.elasticsearch.index.fielddata.ordinals.SinglePackedOrdinals
 
ramBytesUsed() - Method in class org.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
 
ramBytesUsed() - Method in class org.elasticsearch.index.fielddata.plain.GeoPointArrayAtomicFieldData.Single
 
ramBytesUsed() - Method in class org.elasticsearch.index.fielddata.plain.GeoPointArrayLegacyAtomicFieldData.Single
 
ramBytesUsed() - Method in class org.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
 
ramBytesUsed() - Method in class org.elasticsearch.index.fielddata.plain.SortedSetDVBytesAtomicFieldData
 
ramTree - Variable in class org.elasticsearch.index.engine.Segment
 
RANDOM_SHARD - Static variable in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
randomAllActiveShardsIt() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
Returns an unordered iterator over all active shards (including replicas).
randomBase64UUID(Random) - Static method in class org.elasticsearch.common.UUIDs
Returns a Base64 encoded version of a Version 4.0 compatible UUID as defined here: http://www.ietf.org/rfc/rfc4122.txt, using the provided Random instance
randomBase64UUID() - Static method in class org.elasticsearch.common.UUIDs
Returns a Base64 encoded version of a Version 4.0 compatible UUID as defined here: http://www.ietf.org/rfc/rfc4122.txt, using a private SecureRandom instance
randomFunction(int) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
randomFunction(long) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
randomFunction(String) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
Randomness - Class in org.elasticsearch.common
Provides factory methods for producing reproducible sources of randomness.
RandomScoreFunction - Class in org.elasticsearch.common.lucene.search.function
Pseudo randomly generate a score for each LeafScoreFunction.score(int, float).
RandomScoreFunction() - Constructor for class org.elasticsearch.common.lucene.search.function.RandomScoreFunction
Default constructor.
RandomScoreFunction(int, int, IndexFieldData<?>) - Constructor for class org.elasticsearch.common.lucene.search.function.RandomScoreFunction
Creates a RandomScoreFunction.
RandomScoreFunctionBuilder - Class in org.elasticsearch.index.query.functionscore
A function that computes a random score for the matched documents
RandomScoreFunctionBuilder() - Constructor for class org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
 
RandomScoreFunctionBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
Read from a stream.
Range(RangeFieldMapper.RangeType, Object, Object, boolean, boolean) - Constructor for class org.elasticsearch.index.mapper.RangeFieldMapper.Range
 
range(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Range aggregation with the given name.
Range(String, BytesRef, BytesRef) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.BinaryRangeAggregator.Range
 
range() - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
Range(String, Double, Double) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder.Range
 
Range(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder.Range
Read from a stream.
Range - Interface in org.elasticsearch.search.aggregations.bucket.range
A range aggregation.
Range(String, Double, Double) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
Range(String, String, String) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
Range(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
Read from a stream.
Range(String, Double, String, Double, String) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
Range.Bucket - Interface in org.elasticsearch.search.aggregations.bucket.range
A bucket associated with a specific range
RangeAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.range
 
RangeAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
 
RangeAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
Read from a stream.
RangeAggregator - Class in org.elasticsearch.search.aggregations.bucket.range
 
RangeAggregator(String, AggregatorFactories, ValuesSource.Numeric, DocValueFormat, InternalRange.Factory, RangeAggregator.Range[], boolean, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator
 
RangeAggregator.Range - Class in org.elasticsearch.search.aggregations.bucket.range
 
RangeAggregator.Unmapped<R extends RangeAggregator.Range> - Class in org.elasticsearch.search.aggregations.bucket.range
 
RangeAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.range
 
RangeAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, RangeAggregator.Range[], boolean, InternalRange.Factory<?, ?>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.RangeAggregatorFactory
 
rangeFactory - Variable in class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
 
RangeFieldMapper - Class in org.elasticsearch.index.mapper
A FieldMapper for indexing numeric and date ranges, and creating queries
RangeFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
RangeFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
RangeFieldMapper.Range - Class in org.elasticsearch.index.mapper
Class defining a range
RangeFieldMapper.RangeFieldType - Class in org.elasticsearch.index.mapper
 
RangeFieldMapper.RangeType - Enum in org.elasticsearch.index.mapper
Enum defining the type of range
RangeFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
RangeFieldType(RangeFieldMapper.RangeType) - Constructor for class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
RangeFieldType(RangeFieldMapper.RangeFieldType) - Constructor for class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
 
rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
rangeQuery(Object, Object, boolean, boolean, DateTimeZone, DateMathParser, QueryShardContext) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - Method in class org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
 
rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
rangeQuery(Object, Object, boolean, boolean, DateTimeZone, DateMathParser, QueryShardContext) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.DoubleFieldType
 
rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.IntegerFieldType
 
rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.IpFieldType
 
rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper.LongFieldType
 
rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
 
rangeQuery(Object, Object, boolean, boolean, ShapeRelation, QueryShardContext) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
rangeQuery(Object, Object, boolean, boolean, ShapeRelation, DateTimeZone, DateMathParser, QueryShardContext) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
rangeQuery(String, Object, Object, boolean, boolean, ShapeRelation, DateTimeZone, DateMathParser, QueryShardContext) - Method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
 
rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
rangeQuery(Object, Object, boolean, boolean, QueryShardContext) - Method in class org.elasticsearch.index.mapper.StringFieldType
 
rangeQuery(String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents within an range of terms.
RangeQueryBuilder - Class in org.elasticsearch.index.query
A Query that matches documents within an range of terms.
RangeQueryBuilder(String) - Constructor for class org.elasticsearch.index.query.RangeQueryBuilder
A Query that matches documents within an range of terms.
RangeQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.RangeQueryBuilder
Read from a stream.
ranges - Variable in class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
 
ranges() - Method in class org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
 
RANGES_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator
 
rangeType - Variable in class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
rate(TimeUnit) - Method in class org.elasticsearch.common.metrics.EWMA
Returns the rate in the given units of time.
RateLimitedFSDirectory - Class in org.apache.lucene.store
 
RateLimitedFSDirectory(Directory, StoreRateLimiting.Provider, StoreRateLimiting.Listener) - Constructor for class org.apache.lucene.store.RateLimitedFSDirectory
 
rateLimiter() - Method in class org.elasticsearch.indices.recovery.RecoverySettings
 
rateLimiting() - Method in interface org.apache.lucene.store.StoreRateLimiting.Provider
 
rateLimiting() - Method in class org.elasticsearch.index.store.FsDirectoryService
 
rateLimiting() - Method in class org.elasticsearch.index.store.IndexStore
Returns the rate limiting, either of the index is explicitly configured, or the node level one (defaults to the node level one).
RateLimitingInputStream - Class in org.elasticsearch.index.snapshots.blobstore
Rate limiting wrapper for InputStream
RateLimitingInputStream(InputStream, RateLimiter, RateLimitingInputStream.Listener) - Constructor for class org.elasticsearch.index.snapshots.blobstore.RateLimitingInputStream
 
RateLimitingInputStream.Listener - Interface in org.elasticsearch.index.snapshots.blobstore
 
rateUnit() - Method in class org.elasticsearch.common.metrics.MeterMetric
 
RatioValue - Class in org.elasticsearch.common.unit
Utility class to represent ratio and percentage values between 0 and 100
RatioValue(double) - Constructor for class org.elasticsearch.common.unit.RatioValue
 
RAW - Static variable in interface org.elasticsearch.search.DocValueFormat
 
rawField(String, InputStream) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Deprecated.
use XContentBuilder.rawField(String, InputStream, XContentType) to avoid content type auto-detection
rawField(String, InputStream, XContentType) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Writes a raw field with the value taken from the bytes in the stream
rawField(String, BytesReference) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Deprecated.
rawField(String, BytesReference, XContentType) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Writes a raw field with the given bytes as the value
rawPath() - Method in class org.elasticsearch.rest.RestRequest
The non decoded, raw path provided.
RawTaskStatus - Class in org.elasticsearch.tasks
Raw, unparsed status from the task results index.
RawTaskStatus(BytesReference) - Constructor for class org.elasticsearch.tasks.RawTaskStatus
 
RawTaskStatus(StreamInput) - Constructor for class org.elasticsearch.tasks.RawTaskStatus
Read from a stream.
rawValue(BytesReference) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Deprecated.
use XContentBuilder.rawValue(BytesReference, XContentType) to avoid content type auto-detection
rawValue(BytesReference, XContentType) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Writes a value with the source coming directly from the bytes
read(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.alias.Alias
Allows to read an alias from the provided input stream
read(byte) - Static method in enum org.elasticsearch.action.fieldstats.IndexConstraint.Comparison
 
read(byte) - Static method in enum org.elasticsearch.action.fieldstats.IndexConstraint.Property
 
read(StreamInput, K) - Method in class org.elasticsearch.cluster.DiffableUtils.DiffableValueReader
 
read(StreamInput, K) - Method in class org.elasticsearch.cluster.DiffableUtils.StringSetValueSerializer
 
read(StreamInput, K) - Method in interface org.elasticsearch.cluster.DiffableUtils.ValueSerializer
Reads value from stream.
read(StreamInput, String) - Method in class org.elasticsearch.cluster.NamedDiffableValueSerializer
 
read() - Method in class org.elasticsearch.common.io.FastCharArrayReader
Reads a single character.
read(char[], int, int) - Method in class org.elasticsearch.common.io.FastCharArrayReader
Reads characters into a portion of an array.
read() - Method in class org.elasticsearch.common.io.FastStringReader
Reads a single character.
read(char[], int, int) - Method in class org.elasticsearch.common.io.FastStringReader
Reads characters into a portion of an array.
read() - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
read(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
read() - Method in class org.elasticsearch.common.io.stream.FilterStreamInput
 
read() - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
read(byte[]) - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
read(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
read(StreamInput) - Method in interface org.elasticsearch.common.io.stream.Writeable.Reader
Read V-type value from a stream.
read(byte[], int, int) - Method in class org.elasticsearch.common.lucene.store.InputStreamIndexInput
 
read() - Method in class org.elasticsearch.common.lucene.store.InputStreamIndexInput
 
read(StreamInput) - Static method in class org.elasticsearch.common.rounding.Rounding.Streams
 
read(NamedXContentRegistry, Path) - Method in class org.elasticsearch.gateway.MetaDataStateFormat
Reads the state from a given file and compares the expected version against the actual version of the state.
read() - Method in class org.elasticsearch.index.snapshots.blobstore.RateLimitingInputStream
 
read(byte[], int, int) - Method in class org.elasticsearch.index.snapshots.blobstore.RateLimitingInputStream
 
read() - Method in class org.elasticsearch.index.snapshots.blobstore.SlicedInputStream
 
read(byte[], int, int) - Method in class org.elasticsearch.index.snapshots.blobstore.SlicedInputStream
 
read(BufferedChecksumStreamInput) - Method in class org.elasticsearch.index.translog.BaseTranslogReader
 
read() - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamInput
 
read(BlobContainer, String) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreFormat
Reads and parses the blob with given name, applying name translation using the {link #blobName} method
read(BytesReference) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreFormat
 
read(StreamInput, long, long, DocValueFormat) - Method in interface org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket.Reader
 
read(StreamInput, DocValueFormat, boolean) - Method in interface org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket.Reader
 
read(StreamInput) - Static method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestState
 
READ_WRITE - Static variable in enum org.elasticsearch.cluster.block.ClusterBlockLevel
 
readAcknowledged(StreamInput) - Method in class org.elasticsearch.action.support.master.AcknowledgedResponse
Reads the timeout value
readAggregatedDfs(StreamInput) - Static method in class org.elasticsearch.search.dfs.AggregatedDfs
 
readAggregations(StreamInput) - Static method in class org.elasticsearch.search.aggregations.InternalAggregations
 
readAllLines(InputStream) - Static method in class org.elasticsearch.common.io.Streams
 
readAllLines(InputStream, Consumer<String>) - Static method in class org.elasticsearch.common.io.Streams
 
readAllowed() - Method in class org.elasticsearch.index.shard.IndexShard
 
readAnalyzeToken(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
readAnalyzeTokenList(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
 
readArray(Writeable.Reader<T>, IntFunction<T[]>) - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readBlob(String) - Method in interface org.elasticsearch.common.blobstore.BlobContainer
Creates a new InputStream for the given blob name.
readBlob(String) - Method in class org.elasticsearch.common.blobstore.fs.FsBlobContainer
 
readBlob(String) - Method in class org.elasticsearch.common.blobstore.url.URLBlobContainer
 
readBlob(BlobContainer, String) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreFormat
Reads and parses the blob with given blob name.
readBlob(BlobContainer, String) - Method in class org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
Reads blob with specified name without resolving the blobName using using BlobStoreFormat.blobName(java.lang.String) method.
readBlob(BlobContainer, String) - Method in class org.elasticsearch.repositories.blobstore.LegacyBlobStoreFormat
Reads and parses the blob with given name.
readBoolean() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a boolean.
readBooleanProperty(String, String, Map<String, Object>, String, boolean) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
 
readBoundTransportAddress(StreamInput) - Static method in class org.elasticsearch.common.transport.BoundTransportAddress
 
readBuild(StreamInput) - Static method in class org.elasticsearch.Build
 
readBulkItem(StreamInput) - Static method in class org.elasticsearch.action.bulk.BulkItemRequest
 
readBulkItem(StreamInput) - Static method in class org.elasticsearch.action.bulk.BulkItemResponse
 
readByte() - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
readByte() - Method in class org.elasticsearch.common.io.stream.FilterStreamInput
 
readByte() - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
readByte() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads and returns a single byte.
readByte() - Method in class org.elasticsearch.common.lucene.store.ByteArrayIndexInput
 
readByte() - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamInput
 
readByteArray() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
readBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.FilterStreamInput
 
readBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
readBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a specified number of bytes into an array at the specified offset.
readBytes(byte[], int, int) - Method in class org.elasticsearch.common.lucene.store.ByteArrayIndexInput
 
readBytes(ByteBuffer, long) - Method in class org.elasticsearch.index.translog.BaseTranslogReader
reads bytes at position into the given buffer, filling it.
readBytes(byte[], int, int) - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamInput
 
readBytes(ByteBuffer, long) - Method in class org.elasticsearch.index.translog.TranslogReader
reads an operation at the given position into the given buffer.
readBytes(ByteBuffer, long) - Method in class org.elasticsearch.index.translog.TranslogWriter
 
readBytesRef() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readBytesRef(int) - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readBytesReference() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a bytes reference from this stream, might hold an actual reference to the underlying bytes of the stream.
readBytesReference(int) - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a bytes reference from this stream, might hold an actual reference to the underlying bytes of the stream.
readCharFilteredText(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
 
readClusterBlock(StreamInput) - Static method in class org.elasticsearch.cluster.block.ClusterBlock
 
readCompressedString(StreamInput) - Static method in class org.elasticsearch.common.compress.CompressedXContent
 
readDiff(StreamInput, K) - Method in class org.elasticsearch.cluster.DiffableUtils.DiffableValueReader
 
readDiff(StreamInput, K) - Method in class org.elasticsearch.cluster.DiffableUtils.NonDiffableValueSerializer
 
readDiff(StreamInput, K) - Method in interface org.elasticsearch.cluster.DiffableUtils.ValueSerializer
Reads value as diff from stream if this serializer supports diffable values.
readDiff(StreamInput, String) - Method in class org.elasticsearch.cluster.NamedDiffableValueSerializer
 
readDiffFrom(Writeable.Reader<T>, StreamInput) - Static method in class org.elasticsearch.cluster.AbstractDiffable
 
readDiffFrom(Class<? extends T>, String, StreamInput) - Static method in class org.elasticsearch.cluster.AbstractNamedDiffable
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.cluster.block.ClusterBlocks
 
readDiffFrom(StreamInput, DiscoveryNode) - Static method in class org.elasticsearch.cluster.ClusterState
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.IndexGraveyard
 
readDiffFrom(StreamInput) - Method in interface org.elasticsearch.cluster.metadata.IndexMetaData.Custom
Deprecated.
Reads the Diff from StreamInput
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.MetaData
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.RepositoriesMetaData
 
readDiffFrom(StreamInput, DiscoveryNode) - Static method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.cluster.RestoreInProgress
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.cluster.routing.RoutingTable
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.cluster.SnapshotsInProgress
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.ingest.IngestMetadata
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.ingest.PipelineConfiguration
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.script.ScriptMetaData
 
readDiffFrom(StreamInput) - Static method in class org.elasticsearch.script.StoredScriptSource
Required for ScriptMetaData.ScriptMetadataDiff.
readDocumentRequest(StreamInput) - Static method in interface org.elasticsearch.action.DocWriteRequest
read a document write (index/delete/update) request
readDouble() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readDoubleArray() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readDoubleLE(byte[], int) - Static method in enum org.elasticsearch.common.util.ByteUtils
Read a double in little-endian format.
readEmptyResultFrom(StreamInput) - Static method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.EmptyResult
 
readEnum(Class<E>) - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads an enum with type E that was serialized based on the value of it's ordinal
reader - Variable in class org.elasticsearch.common.io.stream.NamedWriteableRegistry.Entry
A reader capability of reading
reader() - Method in class org.elasticsearch.index.engine.Engine.Searcher
 
reader - Variable in class org.elasticsearch.index.query.QueryRewriteContext
 
reader - Variable in class org.elasticsearch.repositories.blobstore.BlobStoreFormat
 
reader() - Method in class org.elasticsearch.search.fetch.FetchSubPhase.HitContext
 
reader - Variable in class org.elasticsearch.search.suggest.phrase.WordScorer
 
readerContext() - Method in class org.elasticsearch.search.fetch.FetchSubPhase.HitContext
 
readerKey - Variable in class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.Key
 
readerValue() - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.CustomNumericField
 
readException() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readException(StreamInput, int) - Static method in exception org.elasticsearch.ElasticsearchException
 
readExplanation(StreamInput) - Static method in class org.elasticsearch.common.lucene.Lucene
 
readFailure(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
 
readFailure(StreamInput) - Static method in class org.elasticsearch.action.get.MultiGetResponse.Failure
 
readFailure(StreamInput) - Static method in class org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
 
readFetchSearchResult(StreamInput) - Static method in class org.elasticsearch.search.fetch.FetchSearchResult
 
readFieldDoc(StreamInput) - Static method in class org.elasticsearch.common.lucene.Lucene
 
readFieldStats(StreamInput) - Static method in class org.elasticsearch.search.dfs.DfsSearchResult
 
readFieldStats(StreamInput, ObjectObjectHashMap<String, CollectionStatistics>) - Static method in class org.elasticsearch.search.dfs.DfsSearchResult
 
readFile(StreamInput) - Static method in class org.elasticsearch.indices.recovery.RecoveryState.File
 
readFloat() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readFloatArray() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readFloatLE(byte[], int) - Static method in enum org.elasticsearch.common.util.ByteUtils
Read a float in little-endian format.
readFrom(StreamInput) - Method in class org.elasticsearch.action.ActionRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.ActionResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.TransportNodesHotThreadsAction.NodeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction.NodeInfoRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.remote.RemoteInfoResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodeSnapshotStatus
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.Request
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction.ClusterStatsNodeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.alias.Alias
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.alias.exists.AliasesExistResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.flush.ShardFlushRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.get.GetIndexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.get.GetIndexResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.ShardUpgradeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.bulk.BulkItemRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.bulk.BulkItemResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.bulk.BulkRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.bulk.BulkResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.bulk.BulkShardRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.bulk.BulkShardResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.delete.DeleteRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.DocWriteResponse
 
readFrom(StreamInput) - Static method in enum org.elasticsearch.action.DocWriteResponse.Result
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.explain.ExplainResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesResponse
 
readFrom(StreamInput) - Static method in class org.elasticsearch.action.fieldstats.FieldStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.fieldstats.FieldStatsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.fieldstats.FieldStatsShardRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.fieldstats.FieldStatsShardResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.GetRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.GetResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.MultiGetItemResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.MultiGetResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.MultiGetShardRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.get.MultiGetShardResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.index.IndexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.ingest.DeletePipelineRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.ingest.GetPipelineRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.ingest.GetPipelineResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.ingest.PutPipelineRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.ingest.SimulatePipelineRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.ingest.SimulatePipelineResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.ingest.WritePipelineResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.main.MainResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.ClearScrollRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.ClearScrollResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.MultiSearchRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.MultiSearchResponse.Item
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.MultiSearchResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.SearchRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.SearchResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.SearchScrollRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.SearchTransportService.CanMatchResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.SearchTransportService.SearchFreeContextResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.search.ShardSearchFailure
 
readFrom(StreamInput) - Static method in class org.elasticsearch.action.support.ActiveShardCount
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.broadcast.BroadcastRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.broadcast.BroadcastResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.EmptyResult
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.master.AcknowledgedRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.master.info.ClusterInfoRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.master.MasterNodeReadRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.master.MasterNodeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.nodes.BaseNodeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.nodes.BaseNodeResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.nodes.BaseNodesRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.nodes.BaseNodesResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.replication.ReplicatedWriteRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.replication.ReplicationResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.single.shard.SingleShardRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.support.tasks.BaseTasksResponse
 
readFrom(StreamInput) - Static method in enum org.elasticsearch.action.support.WriteRequest.RefreshPolicy
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsShardResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.update.UpdateRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.update.UpdateResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction.ShardEntry
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
readFrom(StreamInput, DiscoveryNode) - Static method in class org.elasticsearch.cluster.ClusterState
 
readFrom(StreamInput) - Static method in enum org.elasticsearch.cluster.health.ClusterHealthStatus
Read from a stream.
readFrom(StreamInput) - Method in interface org.elasticsearch.cluster.metadata.IndexMetaData.Custom
Deprecated.
Reads an object of this type from the provided StreamInput.
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.metadata.MetaData
 
readFrom(StreamInput, DiscoveryNode) - Static method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
Reads restore status from stream input
readFrom(StreamInput) - Static method in enum org.elasticsearch.cluster.routing.allocation.AllocationDecision
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.routing.allocation.decider.Decision
 
readFrom(StreamInput) - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.Decision.Type
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.routing.allocation.RerouteExplanation
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.routing.allocation.RoutingExplanations
Read in a RoutingExplanations object
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.routing.RecoverySource
 
readFrom(StreamInput) - Static method in class org.elasticsearch.cluster.routing.RoutingTable
 
readFrom(StreamInput) - Static method in enum org.elasticsearch.cluster.routing.UnassignedInfo.AllocationStatus
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
 
readFrom(StreamInput) - Method in class org.elasticsearch.cluster.service.PendingClusterTask
 
readFrom(StreamInput) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
 
readFrom(StreamInput) - Method in interface org.elasticsearch.common.io.stream.Streamable
Set this object's fields from a StreamInput.
readFrom(StreamInput) - Static method in enum org.elasticsearch.common.Priority
 
readFrom(StreamInput) - Method in class org.elasticsearch.common.transport.BoundTransportAddress
 
readFrom(StreamInput) - Static method in enum org.elasticsearch.common.unit.ByteSizeUnit
Reads a ByteSizeUnit from a given StreamInput
readFrom(StreamInput) - Static method in enum org.elasticsearch.common.xcontent.XContentType
 
readFrom(StreamInput) - Method in class org.elasticsearch.discovery.zen.MasterFaultDetection.MasterPingRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.discovery.zen.MembershipAction.JoinRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.discovery.zen.MembershipAction.LeaveRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection.PingRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.discovery.zen.PublishClusterStateAction.CommitClusterStateRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.discovery.zen.UnicastZenPing.UnicastPingRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.discovery.zen.ZenDiscovery.RejoinClusterRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.discovery.zen.ZenPing.PingResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.gateway.LocalAllocateDangledIndices.AllocateDangledRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.gateway.LocalAllocateDangledIndices.AllocateDangledResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodeGatewayMetaState
 
readFrom(StreamInput) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState.Request
 
readFrom(StreamInput) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
 
readFrom(StreamInput) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.Request
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.cache.query.QueryCacheStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.cache.request.RequestCacheStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.engine.CommitStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.engine.Segment
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.fielddata.FieldDataStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.flush.FlushStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.get.GetField
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.get.GetResult
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.get.GetStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.merge.MergeStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.recovery.RecoveryStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.refresh.RefreshStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.search.stats.SearchStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.shard.DocsStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.shard.IndexingStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.shard.IndexingStats.Stats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.shard.ShardId
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.store.StoreStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.translog.TranslogStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.index.warmer.WarmerStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.flush.ShardsSyncedFlushResult
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.NodeIndicesStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.recovery.RecoveryFilesInfoRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.recovery.RecoveryFinalizeRecoveryRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.recovery.RecoveryState.File
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.recovery.RecoveryState
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Timer
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Translog
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.recovery.RecoveryWaitForClusterStateRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.recovery.StartRecoveryRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.Request
 
readFrom(StreamInput) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
 
readFrom(StreamInput) - Static method in class org.elasticsearch.ingest.PipelineConfiguration
 
readFrom(StreamInput) - Method in class org.elasticsearch.repositories.VerificationFailure
 
readFrom(StreamInput) - Method in class org.elasticsearch.repositories.VerifyNodeRepositoryAction.VerifyNodeRepositoryRequest
 
readFrom(StreamInput) - Static method in enum org.elasticsearch.rest.RestStatus
 
readFrom(StreamInput) - Static method in enum org.elasticsearch.script.ScriptType
Reads an int from the input stream and converts it to a ScriptType.
readFrom(StreamInput) - Method in class org.elasticsearch.search.aggregations.InternalAggregations
 
readFrom(StreamInput, BigArrays) - Static method in class org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
 
readFrom(StreamInput) - Static method in enum org.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
Deserialize the GapPolicy from the input stream
readFrom(StreamInput) - Static method in enum org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.SeasonalityType
Deserialize the SeasonalityType from the input stream
readFrom(StreamInput) - Method in class org.elasticsearch.search.dfs.AggregatedDfs
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.dfs.DfsSearchResult
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.fetch.FetchSearchResult
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.fetch.QueryFetchSearchResult
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.fetch.ShardFetchRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.fetch.ShardFetchSearchRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightField
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.internal.InternalScrollSearchRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.query.QuerySearchRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.query.QuerySearchResult
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.query.ScrollQuerySearchResult
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.SearchHit
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.SearchHitField
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.SearchHits
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.suggest.completion.CompletionStats
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry.Option
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.suggest.Suggest
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
readFrom(StreamInput) - Method in class org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
 
readFrom(StreamInput) - Method in class org.elasticsearch.snapshots.RestoreInfo
Set this object's fields from a StreamInput.
readFrom(StreamInput) - Method in class org.elasticsearch.snapshots.RestoreService.UpdateIndexShardRestoreStatusRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.snapshots.SnapshotShardFailure
 
readFrom(StreamInput) - Method in class org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.transport.BytesTransportRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.transport.TransportMessage
 
readFrom(StreamInput) - Method in class org.elasticsearch.transport.TransportRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.transport.TransportService.HandshakeResponse
 
readFromFileChannel(FileChannel, long, int) - Static method in class org.elasticsearch.common.io.Channels
read length bytes from position of a file channel
readFromFileChannel(FileChannel, long, byte[], int, int) - Static method in class org.elasticsearch.common.io.Channels
read length bytes from position of a file channel.
readFromFileChannel(FileChannel, long, ByteBuffer) - Static method in class org.elasticsearch.common.io.Channels
read from a file channel into a byte buffer, starting at a certain position.
readFromFileChannelWithEofException(FileChannel, long, byte[], int, int) - Static method in class org.elasticsearch.common.io.Channels
read length bytes from position of a file channel.
readFromFileChannelWithEofException(FileChannel, long, ByteBuffer) - Static method in class org.elasticsearch.common.io.Channels
read from a file channel into a byte buffer, starting at a certain position.
readFromProperties(Path) - Static method in class org.elasticsearch.plugins.PluginInfo
Reads and validates the plugin descriptor file.
readFromStream(StreamInput) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.common.geo.GeoDistance
Creates a GeoDistance instance from an input stream
readFromStream(StreamInput) - Static method in enum org.elasticsearch.common.geo.ShapeRelation
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.common.geo.SpatialStrategy
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.common.lucene.search.function.CombineFunction
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery.ScoreMode
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.common.unit.DistanceUnit
Read a DistanceUnit from a StreamInput.
readFromStream(StreamInput) - Static method in enum org.elasticsearch.index.query.GeoExecType
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.index.query.GeoValidationMethod
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.index.query.Operator
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.index.search.MatchQuery.Type
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.index.search.MatchQuery.ZeroTermsQuery
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.index.VersionType
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesMethod
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.search.aggregations.support.ValueType
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.BoundaryScannerType
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Order
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.search.rescore.QueryRescoreMode
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.search.sort.SortMode
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.search.suggest.SortBy
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.search.suggest.term.TermSuggestionBuilder.StringDistanceImpl
 
readFromStream(StreamInput) - Static method in enum org.elasticsearch.search.suggest.term.TermSuggestionBuilder.SuggestMode
 
readFromStream(StreamInput) - Static method in class org.elasticsearch.tasks.TaskId
Read a TaskId from a stream.
readFromThin(StreamInput, Index) - Static method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
readFromWithId(long, StreamInput) - Method in class org.elasticsearch.search.query.QuerySearchResult
 
readFully(byte[]) - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readFully(Reader, char[]) - Static method in class org.elasticsearch.common.io.Streams
 
readFully(Reader, char[], int, int) - Static method in class org.elasticsearch.common.io.Streams
 
readFully(InputStream, byte[]) - Static method in class org.elasticsearch.common.io.Streams
 
readFully(InputStream, byte[], int, int) - Static method in class org.elasticsearch.common.io.Streams
 
readGenericValue() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readGeoPoint() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a GeoPoint from this stream input
readGetField(StreamInput) - Static method in class org.elasticsearch.index.get.GetField
 
readGetResult(StreamInput) - Static method in class org.elasticsearch.index.get.GetResult
 
readHeaders(StreamInput) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Reads the headers from the stream into the current context
readHighlightField(StreamInput) - Static method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightField
 
readImmutableOpenIntMapDiff(StreamInput, DiffableUtils.KeySerializer<Integer>, DiffableUtils.ValueSerializer<Integer, T>) - Static method in class org.elasticsearch.cluster.DiffableUtils
Loads an object that represents difference between two ImmutableOpenMaps
readImmutableOpenIntMapDiff(StreamInput, DiffableUtils.KeySerializer<Integer>, Writeable.Reader<T>, Writeable.Reader<Diff<T>>) - Static method in class org.elasticsearch.cluster.DiffableUtils
Loads an object that represents difference between two ImmutableOpenIntMaps of Diffable objects using Diffable proto object
readImmutableOpenMapDiff(StreamInput, DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - Static method in class org.elasticsearch.cluster.DiffableUtils
Loads an object that represents difference between two ImmutableOpenMaps
readImmutableOpenMapDiff(StreamInput, DiffableUtils.KeySerializer<K>, Writeable.Reader<T>, Writeable.Reader<Diff<T>>) - Static method in class org.elasticsearch.cluster.DiffableUtils
Loads an object that represents difference between two ImmutableOpenMaps of Diffable objects using Diffable proto object
readIndexShardStats(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
readIndicesOptions(StreamInput) - Static method in class org.elasticsearch.action.support.IndicesOptions
 
readIndicesStats(StreamInput) - Static method in class org.elasticsearch.indices.NodeIndicesStats
 
readInt() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads four bytes and returns an int.
readIntArray() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readIntLE(byte[], int) - Static method in enum org.elasticsearch.common.util.ByteUtils
Read an int in little-endian format.
readIntProperty(String, String, Map<String, Object>, String, Integer) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
Returns and removes the specified property from the specified configuration map.
readItem(StreamInput) - Static method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
readItem(StreamInput) - Static method in class org.elasticsearch.action.search.MultiSearchResponse.Item
 
readItemResponse(StreamInput) - Static method in class org.elasticsearch.action.get.MultiGetItemResponse
 
readItemResponse(StreamInput) - Static method in class org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
 
readJdkMapDiff(StreamInput, DiffableUtils.KeySerializer<K>, DiffableUtils.ValueSerializer<K, T>) - Static method in class org.elasticsearch.cluster.DiffableUtils
Loads an object that represents difference between two Maps of Diffable objects
readJdkMapDiff(StreamInput, DiffableUtils.KeySerializer<K>, Writeable.Reader<T>, Writeable.Reader<Diff<T>>) - Static method in class org.elasticsearch.cluster.DiffableUtils
Loads an object that represents difference between two Maps of Diffable objects using Diffable proto object
readKey(StreamInput) - Method in interface org.elasticsearch.cluster.DiffableUtils.KeySerializer
 
readKilobytes() - Method in class org.elasticsearch.monitor.fs.FsInfo.DeviceStats
 
readLastCommittedSegmentInfos(SearcherManager, Store) - Static method in class org.elasticsearch.index.engine.Engine
Read the last segments info from the commit pointed to by the searcher manager
readLastCommittedSegmentsInfo() - Method in class org.elasticsearch.index.store.Store
Returns the last committed segments info for this store
readList(Writeable.Reader<T>) - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a list of objects
readList(String, String, Map<String, Object>, String) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
Returns and removes the specified property of type list from the specified configuration map.
readListShardStoreNodeOperationResponse(StreamInput) - Static method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData
 
readLock - Variable in class org.elasticsearch.index.engine.Engine
 
readLock - Variable in class org.elasticsearch.index.translog.Translog
 
readLong() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads eight bytes and returns a long.
readLongArray() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readLongLE(byte[], int) - Static method in enum org.elasticsearch.common.util.ByteUtils
Write a long in little-endian format.
readMap(Writeable.Reader<K>, Writeable.Reader<V>) - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readMap() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readMap(String, String, Map<String, Object>, String) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
Returns and removes the specified property of type map from the specified configuration map.
readMapOfLists(Writeable.Reader<K>, Writeable.Reader<V>) - Method in class org.elasticsearch.common.io.stream.StreamInput
Read a Map of K-type keys to V-type Lists.
readMetadataSnapshot(Path, ShardId, NodeEnvironment.ShardLocker, Logger) - Static method in class org.elasticsearch.index.store.Store
Reads a MetadataSnapshot from the given index locations or returns an empty snapshot if it can't be read.
readMultiValueModeFrom(StreamInput) - Static method in enum org.elasticsearch.search.MultiValueMode
 
readNamedWriteable(Class<C>) - Method in class org.elasticsearch.common.io.stream.NamedWriteableAwareStreamInput
 
readNamedWriteable(Class<C>, String) - Method in class org.elasticsearch.common.io.stream.NamedWriteableAwareStreamInput
 
readNamedWriteable(Class<C>) - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a NamedWriteable from the current stream, by first reading its name and then looking for the corresponding entry in the registry by name, so that the proper object can be read and returned.
readNamedWriteable(Class<C>, String) - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a NamedWriteable from the current stream with the given name.
readNamedWriteableList(Class<T>) - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a list of NamedWriteables.
readNode(StreamInput) - Static method in class org.elasticsearch.repositories.VerificationFailure
 
readNodeHotThreads(StreamInput) - Static method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
 
readNodeInfo(StreamInput) - Static method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
readNodeResponse(StreamInput) - Static method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
 
readNodesFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsResponse
 
readNodesFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
 
readNodesFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
 
readNodesFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodesSnapshotStatus
 
readNodesFrom(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
 
readNodesFrom(StreamInput) - Method in class org.elasticsearch.action.support.nodes.BaseNodesResponse
Read the BaseNodesResponse.nodes from the stream.
readNodesFrom(StreamInput) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodesGatewayMetaState
 
readNodesFrom(StreamInput) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodesGatewayStartedShards
 
readNodesFrom(StreamInput) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData
 
readNodeStats(StreamInput) - Static method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
readObject(String, String, Map<String, Object>, String) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
Returns and removes the specified property as an Object from the specified configuration map.
readOperations(StreamInput) - Static method in class org.elasticsearch.index.translog.Translog
Reads a list of operations written with Translog.writeOperations(StreamOutput, List)
readOperations() - Method in class org.elasticsearch.monitor.fs.FsInfo.DeviceStats
 
readOptionalAggregations(StreamInput) - Static method in class org.elasticsearch.search.aggregations.InternalAggregations
 
readOptionalArray(Writeable.Reader<T>, IntFunction<T[]>) - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readOptionalBoolean() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readOptionalBytesReference() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads an optional bytes reference from this stream.
readOptionalCommitStatsFrom(StreamInput) - Static method in class org.elasticsearch.index.engine.CommitStats
 
readOptionalDouble() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readOptionalFloat() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readOptionalList(String, String, Map<String, Object>, String) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
Returns and removes the specified property of type list from the specified configuration map.
readOptionalLong() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readOptionalMap(String, String, Map<String, Object>, String) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
Returns and removes the specified property of type map from the specified configuration map.
readOptionalNamedWriteable(Class<C>) - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads an optional NamedWriteable.
readOptionalRestoreInfo(StreamInput) - Static method in class org.elasticsearch.snapshots.RestoreInfo
Reads optional restore info from StreamInput
readOptionalStreamable(Supplier<T>) - Method in class org.elasticsearch.common.io.stream.StreamInput
Serializes a potential null value.
readOptionalString() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readOptionalStringArray() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readOptionalStringProperty(String, String, Map<String, Object>, String) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
Returns and removes the specified optional property from the specified configuration map.
readOptionalText() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readOptionalTimeZone() - Method in class org.elasticsearch.common.io.stream.StreamInput
Read an optional DateTimeZone.
readOptionalVInt() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readOptionalWriteable(Writeable.Reader<T>) - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readOriginalIndices(StreamInput) - Static method in class org.elasticsearch.action.OriginalIndices
 
readPerFieldAnalyzer(Map<String, Object>) - Static method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
readPingResponse(StreamInput) - Static method in class org.elasticsearch.discovery.zen.ZenPing.PingResponse
 
readProcessor(Map<String, Processor.Factory>, String, Map<String, Object>) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
 
readProcessorConfigs(List<Map<String, Map<String, Object>>>, Map<String, Processor.Factory>) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
 
readQueries(StreamInput) - Static method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
readQueryExplanation(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
readQueryFetchSearchResult(StreamInput) - Static method in class org.elasticsearch.search.fetch.QueryFetchSearchResult
 
readQuerySearchResult(StreamInput) - Static method in class org.elasticsearch.search.query.QuerySearchResult
 
readRecoveryState(StreamInput) - Static method in class org.elasticsearch.indices.recovery.RecoveryState
 
readRecoveryStats(StreamInput) - Static method in class org.elasticsearch.index.recovery.RecoveryStats
 
readRequestFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
 
readRequestFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
 
readRequestFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
 
readRequestFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
 
readRequestFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
 
readRequestFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
 
readRequestFrom(StreamInput) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
 
readRequestFrom(StreamInput) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
Deserialize a request from an input stream
readResponseFrom(StreamInput) - Static method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
readRestoreInfo(StreamInput) - Static method in class org.elasticsearch.snapshots.RestoreInfo
Reads restore info from StreamInput
readScoreDoc(StreamInput) - Static method in class org.elasticsearch.common.lucene.Lucene
 
readSearchHit(StreamInput) - Static method in class org.elasticsearch.search.SearchHit
 
readSearchHitField(StreamInput) - Static method in class org.elasticsearch.search.SearchHitField
 
readSearchHits(StreamInput) - Static method in class org.elasticsearch.search.SearchHits
 
readSecret(String) - Method in class org.elasticsearch.cli.Terminal
Reads password text from the terminal input.
readSegment(StreamInput) - Static method in class org.elasticsearch.index.engine.Segment
 
readSegmentInfos(Directory) - Static method in class org.elasticsearch.common.lucene.Lucene
Reads the segments infos, failing if it fails to load
readSegmentInfos(IndexCommit) - Static method in class org.elasticsearch.common.lucene.Lucene
Reads the segments infos from the given commit, failing if it fails to load
readSettingsFromStream(StreamInput) - Static method in class org.elasticsearch.common.settings.Settings
 
readShardId(StreamInput) - Static method in class org.elasticsearch.index.shard.ShardId
 
readShardInfo(StreamInput) - Static method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
 
readShardOperationFailed(StreamInput) - Static method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
readShardRestoreStatus(StreamInput) - Static method in class org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
Reads restore status from stream input
readShardResult(StreamInput) - Method in class org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
 
readShardResult(StreamInput) - Method in class org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
 
readShardResult(StreamInput) - Method in class org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
 
readShardResult(StreamInput) - Method in class org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
 
readShardResult(StreamInput) - Method in class org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
 
readShardResult(StreamInput) - Method in class org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
 
readShardResult(StreamInput) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
 
readShardResult(StreamInput) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
Deserialize a shard-level result from an input stream
readShardSearchFailure(StreamInput) - Static method in class org.elasticsearch.action.search.ShardSearchFailure
 
readShardSegments(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
readShardSnapshotStatus(StreamInput) - Static method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
 
readShardsSyncedFlushResult(StreamInput) - Static method in class org.elasticsearch.indices.flush.ShardsSyncedFlushResult
 
readShardStats(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.stats.ShardStats
 
readShardUpgradeStatus(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
 
readShort() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readSize(ByteBuffer, long) - Method in class org.elasticsearch.index.translog.BaseTranslogReader
read the size of the op (i.e., number of bytes, including the op size) written at the given position
readSize(StreamInput) - Static method in class org.elasticsearch.search.aggregations.InternalAggregation
Read a size under the assumption that a value of 0 means unlimited.
readSnapshotShardFailure(StreamInput) - Static method in class org.elasticsearch.snapshots.SnapshotShardFailure
Reads shard failure information from stream input
readSnapshotStats(StreamInput) - Static method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
 
readSnapshotStatus(StreamInput) - Static method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
Reads snapshot status from stream input
readSortField(StreamInput) - Static method in class org.elasticsearch.common.lucene.Lucene
 
readSortType(StreamInput) - Static method in class org.elasticsearch.common.lucene.Lucene
 
readStackTrace(T, StreamInput) - Static method in exception org.elasticsearch.ElasticsearchException
Deserializes stacktrace elements as well as suppressed exceptions from the given output stream and adds it to the given exception.
readStats(StreamInput) - Static method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
readStats(StreamInput) - Static method in class org.elasticsearch.index.shard.IndexingStats.Stats
 
readStoreFilesMetaData(StreamInput) - Static method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
 
readStoreStatus(StreamInput) - Static method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
 
readStreamableList(Supplier<T>) - Method in class org.elasticsearch.common.io.stream.StreamInput
Read a List of Streamable objects, using the constructor to instantiate each instance.
readString() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readStringArray() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readStringProperty(String, String, Map<String, Object>, String) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
Returns and removes the specified property from the specified configuration map.
readStringProperty(String, String, Map<String, Object>, String, String) - Static method in class org.elasticsearch.ingest.ConfigurationUtils
Returns and removes the specified property from the specified configuration map.
readSuggest(StreamInput) - Static method in class org.elasticsearch.search.suggest.Suggest
 
readSyncedFlushResponse(StreamInput) - Static method in class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
 
readTaskResponse(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
 
readTaskResponse(StreamInput) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
 
readTaskResponse(StreamInput) - Method in class org.elasticsearch.action.support.tasks.TransportTasksAction
 
readTermStats(StreamInput, Term[]) - Static method in class org.elasticsearch.search.dfs.DfsSearchResult
 
readTermVectorsRequest(StreamInput) - Static method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
readText(String) - Method in class org.elasticsearch.cli.Terminal
Reads clear text from the terminal input.
readText() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readTimeout(StreamInput) - Method in class org.elasticsearch.action.support.master.AcknowledgedRequest
Deprecated.
readTimeZone() - Method in class org.elasticsearch.common.io.stream.StreamInput
Read a DateTimeZone.
readTopDocs(StreamInput) - Static method in class org.elasticsearch.common.lucene.Lucene
 
readType(StreamInput) - Static method in interface org.elasticsearch.index.translog.Translog.Operation
Reads the type and the operation from the given stream.
readURIParameters(TermVectorsRequest, RestRequest) - Static method in class org.elasticsearch.rest.action.document.RestTermVectorsAction
 
readVersion(StreamInput) - Static method in class org.elasticsearch.Version
 
readVInt() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads an int stored in variable-length format.
readVIntArray() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
readVLong() - Method in class org.elasticsearch.common.io.stream.StreamInput
Reads a long stored in variable-length format.
readVLong(ByteArrayDataInput) - Static method in enum org.elasticsearch.common.util.ByteUtils
Same as DataOutput#readVLong but can read negative values (read on 9 bytes).
readVLongArray() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
ready() - Method in class org.elasticsearch.common.io.FastCharArrayReader
Tells whether this stream is ready to be read.
ready() - Method in class org.elasticsearch.common.io.FastStringReader
Tells whether this stream is ready to be read.
readZLong() - Method in class org.elasticsearch.common.io.stream.StreamInput
 
REAL_WORD_LIKELYHOOD - Static variable in class org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
 
realtime() - Method in class org.elasticsearch.action.get.GetRequest
 
realtime(boolean) - Method in class org.elasticsearch.action.get.GetRequest
 
realtime() - Method in class org.elasticsearch.action.get.MultiGetRequest
 
realtime(boolean) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
realtime() - Method in class org.elasticsearch.action.get.MultiGetShardRequest
 
realtime(boolean) - Method in class org.elasticsearch.action.get.MultiGetShardRequest
 
realtime(boolean) - Method in interface org.elasticsearch.action.RealtimeRequest
 
realtime(boolean) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequest
 
realtime() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Return whether term vectors should be generated real-time (default to true).
realtime(boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
realtime() - Method in class org.elasticsearch.index.engine.Engine.Get
 
RealtimeRequest - Interface in org.elasticsearch.action
Indicates that a request can execute in realtime (reads from the translog).
realWordErrorLikelihood(float) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
Sets the likelihood of a term being a misspelled even if the term exists in the dictionary.
realWordErrorLikelihood() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
realWordLikelyhood - Variable in class org.elasticsearch.search.suggest.phrase.WordScorer
 
reason() - Method in class org.elasticsearch.action.search.ShardSearchFailure
The reason of the failure.
reason() - Method in interface org.elasticsearch.action.ShardOperationFailedException
The reason of the failure.
reason() - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
reason() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
 
reason() - Method in class org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
Returns failure reason
reason() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
 
reason - Variable in class org.elasticsearch.index.shard.IndexShard.ShardFailure
 
reason() - Method in class org.elasticsearch.snapshots.SnapshotInfo
Returns snapshot failure reason; null if the snapshot succeeded.
reason() - Method in class org.elasticsearch.snapshots.SnapshotShardFailure
Returns reason for the failure
REASON_AGGREGATION - Static variable in class org.elasticsearch.search.profile.query.CollectorResult
 
REASON_AGGREGATION_GLOBAL - Static variable in class org.elasticsearch.search.profile.query.CollectorResult
 
REASON_SEARCH_CANCELLED - Static variable in class org.elasticsearch.search.profile.query.CollectorResult
 
REASON_SEARCH_COUNT - Static variable in class org.elasticsearch.search.profile.query.CollectorResult
 
REASON_SEARCH_MIN_SCORE - Static variable in class org.elasticsearch.search.profile.query.CollectorResult
 
REASON_SEARCH_MULTI - Static variable in class org.elasticsearch.search.profile.query.CollectorResult
 
REASON_SEARCH_POST_FILTER - Static variable in class org.elasticsearch.search.profile.query.CollectorResult
 
REASON_SEARCH_TERMINATE_AFTER_COUNT - Static variable in class org.elasticsearch.search.profile.query.CollectorResult
 
REASON_SEARCH_TIMEOUT - Static variable in class org.elasticsearch.search.profile.query.CollectorResult
 
REASON_SEARCH_TOP_HITS - Static variable in class org.elasticsearch.search.profile.query.CollectorResult
 
rebalance(Decision, AllocationDecision, DiscoveryNode, int, List<NodeAllocationResult>) - Static method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
Creates a decision for whether to move the shard to a different node to form a better cluster balance.
RebalanceOnlyWhenActiveAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
Only allow rebalancing when all shards are active within the shard replication group.
RebalanceOnlyWhenActiveAllocationDecider(Settings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.RebalanceOnlyWhenActiveAllocationDecider
 
receiveFileInfo(List<String>, List<Long>, List<String>, List<Long>, int) - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
receiveFileInfo(List<String>, List<Long>, List<String>, List<Long>, int) - Method in interface org.elasticsearch.indices.recovery.RecoveryTargetHandler
Notifies the target of the files it is going to receive
receiveFileInfo(List<String>, List<Long>, List<String>, List<Long>, int) - Method in class org.elasticsearch.indices.recovery.RemoteRecoveryTargetHandler
 
receiveMessage(Version, byte[], String, Long, LocalTransport) - Method in class org.elasticsearch.transport.local.LocalTransport
entry point for incoming messages
ReceiveTimeoutTransportException - Exception in org.elasticsearch.transport
 
ReceiveTimeoutTransportException(DiscoveryNode, String, String) - Constructor for exception org.elasticsearch.transport.ReceiveTimeoutTransportException
 
ReceiveTimeoutTransportException(StreamInput) - Constructor for exception org.elasticsearch.transport.ReceiveTimeoutTransportException
 
RECOVER_AFTER_DATA_NODES_SETTING - Static variable in class org.elasticsearch.gateway.GatewayService
 
RECOVER_AFTER_MASTER_NODES_SETTING - Static variable in class org.elasticsearch.gateway.GatewayService
 
RECOVER_AFTER_NODES_SETTING - Static variable in class org.elasticsearch.gateway.GatewayService
 
RECOVER_AFTER_TIME_SETTING - Static variable in class org.elasticsearch.gateway.GatewayService
 
recoverAfterTime() - Method in class org.elasticsearch.gateway.GatewayService
 
recovered() - Method in class org.elasticsearch.indices.recovery.RecoveryState.File
number of bytes recovered for this file (so far).
recoveredBytes() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
total number of bytes recovered so far, including both existing and reused
recoveredBytesPercent() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
percent of bytes recovered out of total files bytes *to be* recovered
recoveredFileCount() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
number of file that were recovered (excluding on ongoing files)
recoveredFilesPercent() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
percent of recovered (i.e., not reused) files out of the total files to be recovered
recoveredOperations() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Translog
returns the total number of translog operations recovered so far
recoveredPercent() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Translog
 
RecoverFilesRecoveryException - Exception in org.elasticsearch.indices.recovery
 
RecoverFilesRecoveryException(ShardId, int, ByteSizeValue, Throwable) - Constructor for exception org.elasticsearch.indices.recovery.RecoverFilesRecoveryException
 
RecoverFilesRecoveryException(StreamInput) - Constructor for exception org.elasticsearch.indices.recovery.RecoverFilesRecoveryException
 
recoverFromLocalShards(BiConsumer<String, MappingMetaData>, List<IndexShard>) - Method in class org.elasticsearch.index.shard.IndexShard
 
recoverFromStore() - Method in class org.elasticsearch.index.shard.IndexShard
 
recoverFromTranslog() - Method in class org.elasticsearch.index.engine.Engine
Performs recovery from the transaction log.
recoverFromTranslog() - Method in class org.elasticsearch.index.engine.InternalEngine
 
recoverFromTranslog() - Method in class org.elasticsearch.index.engine.ShadowEngine
 
recoveries(RecoveryRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices recoveries
recoveries(RecoveryRequest, ActionListener<RecoveryResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices recoveries
RecoveriesCollection - Class in org.elasticsearch.indices.recovery
This class holds a collection of all on going recoveries on the current node (i.e., the node is the target node of those recoveries).
RecoveriesCollection(Logger, ThreadPool, LongConsumer) - Constructor for class org.elasticsearch.indices.recovery.RecoveriesCollection
 
RecoveriesCollection.RecoveryRef - Class in org.elasticsearch.indices.recovery
a reference to RecoveryTarget, which implements AutoCloseable.
recoverToTarget() - Method in class org.elasticsearch.indices.recovery.RecoverySourceHandler
performs the recovery from the local engine to the target
recoverToTarget() - Method in class org.elasticsearch.indices.recovery.SharedFSRecoverySourceHandler
 
recovery(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
recovery() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
RecoveryAction - Class in org.elasticsearch.action.admin.indices.recovery
Recovery information action
RecoveryCleanFilesRequest - Class in org.elasticsearch.indices.recovery
 
RecoveryCleanFilesRequest() - Constructor for class org.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
 
RecoveryCounter - Class in org.elasticsearch.index.engine
RecoveryCounter keeps tracks of the number of ongoing recoveries for a particular Store
recoveryDiff(Store.MetadataSnapshot) - Method in class org.elasticsearch.index.store.Store.MetadataSnapshot
Returns a diff between the two snapshots that can be used for recovery.
RecoveryEngineException - Exception in org.elasticsearch.index.engine
 
RecoveryEngineException(ShardId, int, String, Throwable) - Constructor for exception org.elasticsearch.index.engine.RecoveryEngineException
 
RecoveryEngineException(StreamInput) - Constructor for exception org.elasticsearch.index.engine.RecoveryEngineException
 
RecoveryFailedException - Exception in org.elasticsearch.indices.recovery
 
RecoveryFailedException(StartRecoveryRequest, Throwable) - Constructor for exception org.elasticsearch.indices.recovery.RecoveryFailedException
 
RecoveryFailedException(StartRecoveryRequest, String, Throwable) - Constructor for exception org.elasticsearch.indices.recovery.RecoveryFailedException
 
RecoveryFailedException(RecoveryState, String, Throwable) - Constructor for exception org.elasticsearch.indices.recovery.RecoveryFailedException
 
RecoveryFailedException(ShardId, DiscoveryNode, DiscoveryNode, Throwable) - Constructor for exception org.elasticsearch.indices.recovery.RecoveryFailedException
 
RecoveryFailedException(ShardId, DiscoveryNode, DiscoveryNode, String, Throwable) - Constructor for exception org.elasticsearch.indices.recovery.RecoveryFailedException
 
RecoveryFailedException(StreamInput) - Constructor for exception org.elasticsearch.indices.recovery.RecoveryFailedException
 
RecoveryFileChunkRequest - Class in org.elasticsearch.indices.recovery
 
RecoveryFileChunkRequest() - Constructor for class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
RecoveryFileChunkRequest(long, ShardId, StoreFileMetaData, long, BytesReference, boolean, int, long) - Constructor for class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
RecoveryFilesInfoRequest - Class in org.elasticsearch.indices.recovery
 
RecoveryFilesInfoRequest() - Constructor for class org.elasticsearch.indices.recovery.RecoveryFilesInfoRequest
 
RecoveryFinalizeRecoveryRequest - Class in org.elasticsearch.indices.recovery
 
RecoveryFinalizeRecoveryRequest() - Constructor for class org.elasticsearch.indices.recovery.RecoveryFinalizeRecoveryRequest
 
recoveryFromSnapshot(Engine, Translog.Snapshot) - Method in class org.elasticsearch.index.shard.TranslogRecoveryPerformer
 
recoveryId() - Method in class org.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
 
recoveryId() - Method in class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
recoveryId() - Method in class org.elasticsearch.indices.recovery.RecoveryFilesInfoRequest
 
recoveryId() - Method in class org.elasticsearch.indices.recovery.RecoveryFinalizeRecoveryRequest
 
recoveryId() - Method in class org.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
 
recoveryId() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
recoveryId() - Method in class org.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
 
recoveryId() - Method in class org.elasticsearch.indices.recovery.RecoveryWaitForClusterStateRequest
 
recoveryId() - Method in class org.elasticsearch.indices.recovery.StartRecoveryRequest
 
RecoveryPrepareForTranslogOperationsRequest - Class in org.elasticsearch.indices.recovery
 
RecoveryPrepareForTranslogOperationsRequest() - Constructor for class org.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
 
RecoveryRef(RecoveryTarget) - Constructor for class org.elasticsearch.indices.recovery.RecoveriesCollection.RecoveryRef
Important: AbstractRefCounted.tryIncRef() should be *successfully* called on status before
RecoveryRequest - Class in org.elasticsearch.action.admin.indices.recovery
Request for recovery information
RecoveryRequest() - Constructor for class org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
Constructs a request for recovery information for all shards
RecoveryRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
Constructs a request for recovery information for all shards for the given indices
RecoveryRequestBuilder - Class in org.elasticsearch.action.admin.indices.recovery
Recovery information request builder.
RecoveryRequestBuilder(ElasticsearchClient, RecoveryAction) - Constructor for class org.elasticsearch.action.admin.indices.recovery.RecoveryRequestBuilder
Constructs a new recovery information request builder.
RecoveryResponse - Class in org.elasticsearch.action.admin.indices.recovery
Information regarding the recovery state of indices and their associated shards.
RecoveryResponse() - Constructor for class org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
 
RecoveryResponse(int, int, int, boolean, Map<String, List<RecoveryState>>, List<ShardOperationFailedException>) - Constructor for class org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
Constructs recovery information for a collection of indices and associated shards.
RecoverySettings - Class in org.elasticsearch.indices.recovery
 
RecoverySettings(Settings, ClusterSettings) - Constructor for class org.elasticsearch.indices.recovery.RecoverySettings
 
RecoverySource - Class in org.elasticsearch.cluster.routing
Represents the recovery source of a shard.
RecoverySource() - Constructor for class org.elasticsearch.cluster.routing.RecoverySource
 
recoverySource() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Returns recovery source for the given shard.
RecoverySource.LocalShardsRecoverySource - Class in org.elasticsearch.cluster.routing
recovery from other shards on same node (shrink index action)
RecoverySource.PeerRecoverySource - Class in org.elasticsearch.cluster.routing
peer recovery from a primary shard
RecoverySource.SnapshotRecoverySource - Class in org.elasticsearch.cluster.routing
recovery from a snapshot
RecoverySource.StoreRecoverySource - Class in org.elasticsearch.cluster.routing
recovery from an existing on-disk store or a fresh copy
RecoverySource.Type - Enum in org.elasticsearch.cluster.routing
 
RecoverySourceHandler - Class in org.elasticsearch.indices.recovery
RecoverySourceHandler handles the three phases of shard recovery, which is everything relating to copying the segment files as well as sending translog operations across the wire once the segments have been copied.
RecoverySourceHandler(IndexShard, RecoveryTargetHandler, StartRecoveryRequest, Supplier<Long>, Function<String, Releasable>, int, Logger) - Constructor for class org.elasticsearch.indices.recovery.RecoverySourceHandler
 
recoveryState() - Method in class org.elasticsearch.index.shard.IndexShard
Returns the current RecoveryState if this shard is recovering or has been recovering.
recoveryState() - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.Shard
Returns the recovery state associated with this shard.
RecoveryState - Class in org.elasticsearch.indices.recovery
Keeps track of state related to shard recovery.
RecoveryState(ShardRouting, DiscoveryNode, DiscoveryNode) - Constructor for class org.elasticsearch.indices.recovery.RecoveryState
 
RecoveryState.File - Class in org.elasticsearch.indices.recovery
 
RecoveryState.Index - Class in org.elasticsearch.indices.recovery
 
RecoveryState.Stage - Enum in org.elasticsearch.indices.recovery
 
RecoveryState.Timer - Class in org.elasticsearch.indices.recovery
 
RecoveryState.Translog - Class in org.elasticsearch.indices.recovery
 
RecoveryState.VerifyIndex - Class in org.elasticsearch.indices.recovery
 
recoveryStats - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
RecoveryStats - Class in org.elasticsearch.index.recovery
Recovery related statistics, starting at the shard level and allowing aggregation to indices and node level
RecoveryStats() - Constructor for class org.elasticsearch.index.recovery.RecoveryStats
 
recoveryStats() - Method in class org.elasticsearch.index.shard.IndexShard
returns stats about ongoing recoveries, both source and target
RecoveryTarget - Class in org.elasticsearch.indices.recovery
Represents a recovery where the current node is the target node of the recovery.
RecoveryTarget(IndexShard, DiscoveryNode, PeerRecoveryTargetService.RecoveryListener, LongConsumer) - Constructor for class org.elasticsearch.indices.recovery.RecoveryTarget
creates a new recovery target object that represents a recovery to the provided indexShard
RecoveryTargetHandler - Interface in org.elasticsearch.indices.recovery
 
RecoveryTranslogOperationsRequest - Class in org.elasticsearch.indices.recovery
 
RecoveryTranslogOperationsRequest() - Constructor for class org.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
 
RecoveryWaitForClusterStateRequest - Class in org.elasticsearch.indices.recovery
 
RecoveryWaitForClusterStateRequest() - Constructor for class org.elasticsearch.indices.recovery.RecoveryWaitForClusterStateRequest
 
rectangleContainsPoint(Rectangle, double, double) - Static method in class org.elasticsearch.common.geo.GeoUtils
check if point is within a rectangle todo: move this to lucene Rectangle class
recursiveBinding() - Method in class org.elasticsearch.common.inject.internal.Errors
 
recursiveImplementationType() - Method in class org.elasticsearch.common.inject.internal.Errors
 
recursiveProviderType() - Method in class org.elasticsearch.common.inject.internal.Errors
 
recycle(T) - Method in class org.elasticsearch.common.recycler.AbstractRecyclerC
 
recycle(T) - Method in interface org.elasticsearch.common.recycler.Recycler.C
Recycle the data.
recycler(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
recycler() - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
Recycler<T> - Interface in org.elasticsearch.common.recycler
A recycled object, note, implementations should support calling obtain and then recycle on different threads.
RECYCLER - Static variable in class org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction.Fields
 
Recycler.C<T> - Interface in org.elasticsearch.common.recycler
 
Recycler.Factory<T> - Interface in org.elasticsearch.common.recycler
 
Recycler.V<T> - Interface in org.elasticsearch.common.recycler
 
Recyclers - Enum in org.elasticsearch.common.recycler
 
reduce(List<B>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
 
reduce(List<B>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
 
reduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.InternalAggregation
Reduces the given aggregations to a single one and returns it.
reduce(List<InternalAggregations>, InternalAggregation.ReduceContext) - Static method in class org.elasticsearch.search.aggregations.InternalAggregations
Reduces the given lists of addAggregation.
reduce(InternalAggregation, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator
 
reduce(InternalAggregation, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketselector.BucketSelectorPipelineAggregator
 
reduce(InternalAggregation, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
 
reduce(InternalAggregation, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
 
reduce(InternalAggregation, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
 
reduce(InternalAggregation, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
 
reduce(InternalAggregation, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
 
reduce(InternalAggregation, InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.pipeline.SiblingPipelineAggregator
 
reduce(List<Suggest.Suggestion<CompletionSuggestion.Entry>>) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion
 
reduce(Map<String, List<Suggest.Suggestion>>) - Static method in class org.elasticsearch.search.suggest.Suggest
 
reduce(List<T>) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
reduce(List<Suggest.Suggestion<T>>) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
Merges the result of another suggestion into this suggestion.
ReduceContext(BigArrays, ScriptService, boolean) - Constructor for class org.elasticsearch.search.aggregations.InternalAggregation.ReduceContext
 
reducedQueryPhase(Collection<? extends SearchPhaseResult>, boolean) - Method in class org.elasticsearch.action.search.SearchPhaseController
Reduces the given query results and consumes all aggregations and profile results.
reducedType() - Method in class org.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource
 
reducedType() - Method in class org.elasticsearch.index.fielddata.fieldcomparator.DoubleValuesComparatorSource
 
reducedType() - Method in class org.elasticsearch.index.fielddata.fieldcomparator.FloatValuesComparatorSource
 
reducedType() - Method in class org.elasticsearch.index.fielddata.fieldcomparator.LongValuesComparatorSource
 
reducedType() - Method in class org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
 
reduceScript(Script) - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
Set the reduce script.
reduceScript() - Method in class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
Get the reduce script.
ReduceSearchPhaseException - Exception in org.elasticsearch.action.search
A failure during a reduce phase (when receiving results from several shards, and reducing them into one or more results and possible actions).
ReduceSearchPhaseException(String, String, Throwable, ShardSearchFailure[]) - Constructor for exception org.elasticsearch.action.search.ReduceSearchPhaseException
 
ReduceSearchPhaseException(StreamInput) - Constructor for exception org.elasticsearch.action.search.ReduceSearchPhaseException
 
reduceTo(List<Suggest.Suggestion<CompletionSuggestion.Entry>>) - Static method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion
Reduces suggestions to a single suggestion containing at most top Suggest.Suggestion.getSize() options across toReduce
refCount() - Method in class org.elasticsearch.common.util.concurrent.AbstractRefCounted
Returns the current reference count.
refCount() - Method in class org.elasticsearch.index.store.Store
Returns the current reference count.
RefCounted - Interface in org.elasticsearch.common.util.concurrent
An interface for objects that need to be notified when all reference to itself are not in user anymore.
reference(String, String) - Static method in class org.elasticsearch.search.suggest.completion2x.context.ContextBuilder
reference(String, String, Iterable<String>) - Static method in class org.elasticsearch.search.suggest.completion2x.context.ContextBuilder
reflectWith(AttributeReflector) - Method in class org.apache.lucene.analysis.miscellaneous.DisableGraphAttributeImpl
 
reflectWith(AttributeReflector) - Method in class org.elasticsearch.search.suggest.completion2x.CompletionTokenStream.ByteTermAttributeImpl
 
refresh - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
refresh(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
refresh() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
refresh(boolean) - Method in class org.elasticsearch.action.get.GetRequest
Should a refresh be executed before this get operation causing the operation to return the latest value.
refresh() - Method in class org.elasticsearch.action.get.GetRequest
 
refresh() - Method in class org.elasticsearch.action.get.MultiGetRequest
 
refresh(boolean) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
refresh() - Method in class org.elasticsearch.action.get.MultiGetShardRequest
 
refresh(boolean) - Method in class org.elasticsearch.action.get.MultiGetShardRequest
 
refresh(RefreshRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
refresh(RefreshRequest, ActionListener<RefreshResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
refresh() - Method in class org.elasticsearch.cluster.InternalClusterInfoService
Refreshes the ClusterInfo in a blocking fashion
refresh() - Method in class org.elasticsearch.common.cache.Cache
Force any outstanding size-based and time-based evictions to occur
refresh() - Method in class org.elasticsearch.common.util.SingleObjectCache
Returns a new instance to cache
refresh(String) - Method in class org.elasticsearch.index.engine.Engine
Synchronously refreshes the engine for new search operations to reflect the latest changes.
refresh(String) - Method in class org.elasticsearch.index.engine.InternalEngine
 
refresh(String) - Method in class org.elasticsearch.index.engine.ShadowEngine
 
refresh(boolean) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Call refresh on the indexes we've written to after the request ends?
refresh(String) - Method in class org.elasticsearch.index.shard.IndexShard
Writes all indexing changes to disk and opens a new searcher reflecting all changes.
REFRESH - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
REFRESH_INTERVAL_SETTING - Static variable in class org.elasticsearch.monitor.fs.FsService
 
REFRESH_INTERVAL_SETTING - Static variable in class org.elasticsearch.monitor.jvm.JvmGcMonitorService
 
REFRESH_INTERVAL_SETTING - Static variable in class org.elasticsearch.monitor.jvm.JvmService
 
REFRESH_INTERVAL_SETTING - Static variable in class org.elasticsearch.monitor.os.OsService
 
REFRESH_INTERVAL_SETTING - Static variable in class org.elasticsearch.monitor.process.ProcessService
 
RefreshAction - Class in org.elasticsearch.action.admin.indices.refresh
 
RefreshFailedEngineException - Exception in org.elasticsearch.index.engine
 
RefreshFailedEngineException(ShardId, Throwable) - Constructor for exception org.elasticsearch.index.engine.RefreshFailedEngineException
 
RefreshFailedEngineException(StreamInput) - Constructor for exception org.elasticsearch.index.engine.RefreshFailedEngineException
 
refreshInterval() - Method in class org.elasticsearch.monitor.process.ProcessInfo
 
RefreshListeners - Class in org.elasticsearch.index.shard
Allows for the registration of listeners that are called when a change becomes visible for search.
RefreshListeners(IntSupplier, Runnable, Executor, Logger) - Constructor for class org.elasticsearch.index.shard.RefreshListeners
 
refreshMapping(String, String) - Method in class org.elasticsearch.cluster.metadata.MetaDataMappingService
Refreshes mappings if they are not the same between original and parsed version
refreshNeeded() - Method in class org.elasticsearch.index.engine.Engine
 
refreshNeeded() - Method in class org.elasticsearch.index.shard.RefreshListeners
Returns true if there are pending listeners.
RefreshRequest - Class in org.elasticsearch.action.admin.indices.refresh
A refresh request making all operations performed since the last refresh available for search.
RefreshRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.refresh.RefreshRequest
 
refreshRequest(String...) - Static method in class org.elasticsearch.client.Requests
Creates a refresh indices request.
RefreshRequestBuilder - Class in org.elasticsearch.action.admin.indices.refresh
A refresh request making all operations performed since the last refresh available for search.
RefreshRequestBuilder(ElasticsearchClient, RefreshAction) - Constructor for class org.elasticsearch.action.admin.indices.refresh.RefreshRequestBuilder
 
RefreshResponse - Class in org.elasticsearch.action.admin.indices.refresh
The response of a refresh action.
RefreshStats - Class in org.elasticsearch.index.refresh
 
RefreshStats() - Constructor for class org.elasticsearch.index.refresh.RefreshStats
 
RefreshStats(long, long, int) - Constructor for class org.elasticsearch.index.refresh.RefreshStats
 
refreshStats() - Method in class org.elasticsearch.index.shard.IndexShard
 
Regex - Class in org.elasticsearch.common.regex
 
Regex() - Constructor for class org.elasticsearch.common.regex.Regex
 
regex(String) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
Sets a regular expression pattern for prefixes to provide completions for.
regex(String, RegexOptions) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
Same as CompletionSuggestionBuilder.regex(String) with full regular expression options see RegexOptions.Builder
regex - Variable in class org.elasticsearch.search.suggest.SuggestionBuilder
 
regex(String) - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
 
regex() - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
get the regex for this suggestion
REGEX_FIELD - Static variable in class org.elasticsearch.search.suggest.SuggestionBuilder
 
regexOptions - Variable in class org.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
 
RegexOptions - Class in org.elasticsearch.search.suggest.completion
Regular expression options for completion suggester
RegexOptions.Builder - Class in org.elasticsearch.search.suggest.completion
Options for regular expression queries
RegexpFlag - Enum in org.elasticsearch.index.query
Regular expression syntax flags.
regexpQuery(Object, int, int) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
Completion prefix regular expression query
regexpQuery(String, int, int, MultiTermQuery.RewriteMethod, QueryShardContext) - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
regexpQuery(String, int, int, MultiTermQuery.RewriteMethod, QueryShardContext) - Method in class org.elasticsearch.index.mapper.StringFieldType
 
regexpQuery(String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing terms with a specified regular expression.
RegexpQueryBuilder - Class in org.elasticsearch.index.query
A Query that does fuzzy matching for a specific value.
RegexpQueryBuilder(String, String) - Constructor for class org.elasticsearch.index.query.RegexpQueryBuilder
Constructs a new regex query.
RegexpQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.RegexpQueryBuilder
Read from a stream.
register(List<NamedWriteableRegistry.Entry>) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilders
 
register(MembersInjector<? super I>) - Method in interface org.elasticsearch.common.inject.spi.TypeEncounter
Registers a members injector for type I.
register(InjectionListener<? super I>) - Method in interface org.elasticsearch.common.inject.spi.TypeEncounter
Registers an injection listener for type I.
register(String, T) - Method in class org.elasticsearch.common.NamedRegistry
 
register(T, String) - Method in class org.elasticsearch.common.xcontent.ParseFieldRegistry
Register a parser.
register(T, ParseField) - Method in class org.elasticsearch.common.xcontent.ParseFieldRegistry
Register a parser.
register(String, String, TaskAwareRequest) - Method in class org.elasticsearch.tasks.TaskManager
Registers a task without parent task
REGISTER_CONNECTION_LISTENER_SETTING - Static variable in class org.elasticsearch.discovery.zen.FaultDetection
 
registerAsDeprecatedHandler(RestRequest.Method, String, RestHandler, String, DeprecationLogger) - Method in class org.elasticsearch.rest.RestController
Registers a REST handler to be executed when the provided method and path match the request.
registerBreaker(BreakerSettings) - Method in class org.elasticsearch.indices.breaker.CircuitBreakerService
Allows to register of a custom circuit breaker.
registerBreaker(BreakerSettings) - Method in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
Allows to register a custom circuit breaker.
registerBreaker(BreakerSettings) - Method in class org.elasticsearch.indices.breaker.NoneCircuitBreakerService
 
registerClusterSettingsListeners(ClusterSettings) - Method in class org.elasticsearch.script.ScriptModule
Allow the script service to register any settings update handlers on the cluster settings
registerConnectionListener - Variable in class org.elasticsearch.discovery.zen.FaultDetection
 
registerErrorListener() - Static method in class org.elasticsearch.common.logging.LogConfigurator
Registers a listener for status logger errors.
registerHandler(RestRequest.Method, String, RestHandler) - Method in class org.elasticsearch.rest.RestController
Registers a REST handler to be executed when the provided method and path match the request.
registerPrototype(String, IndexMetaData.Custom) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
Register a custom index meta data factory.
registerProxyAction(TransportService, String, Function<TransportRequest, Supplier<TransportResponse>>) - Static method in class org.elasticsearch.transport.TransportActionProxy
Registers a proxy request handler that allows to forward requests for the given action to another node.
registerProxyAction(TransportService, String, Supplier<TransportResponse>) - Static method in class org.elasticsearch.transport.TransportActionProxy
Registers a proxy request handler that allows to forward requests for the given action to another node.
registerRepository(RepositoriesService.RegisterRepositoryRequest, ActionListener<ClusterStateUpdateResponse>) - Method in class org.elasticsearch.repositories.RepositoriesService
Registers new repository in the cluster
RegisterRepositoryRequest(String, String, String, boolean) - Constructor for class org.elasticsearch.repositories.RepositoriesService.RegisterRepositoryRequest
Constructs new register repository request
registerRequestHandler(TransportService, SearchService) - Static method in class org.elasticsearch.action.search.SearchTransportService
 
registerRequestHandler(String, Supplier<Request>, String, TransportRequestHandler<Request>) - Method in class org.elasticsearch.transport.TransportService
Registers a new request handler
registerRequestHandler(String, Supplier<Request>, String, boolean, boolean, TransportRequestHandler<Request>) - Method in class org.elasticsearch.transport.TransportService
Registers a new request handler
registerSmoothingModels(List<NamedWriteableRegistry.Entry>) - Static method in class org.elasticsearch.search.SearchModule
 
registerWithDeprecatedHandler(RestRequest.Method, String, RestHandler, RestRequest.Method, String, DeprecationLogger) - Method in class org.elasticsearch.rest.RestController
Registers a REST handler to be executed when the provided method and path match the request, or when provided with deprecatedMethod and deprecatedPath.
rehash(boolean) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
Deprecated.
no replacement - values will always be rehashed
ReindexAction - Class in org.elasticsearch.index.reindex
 
ReindexRequest - Class in org.elasticsearch.index.reindex
Request to reindex some documents from one index to another.
ReindexRequest() - Constructor for class org.elasticsearch.index.reindex.ReindexRequest
 
ReindexRequest(SearchRequest, IndexRequest) - Constructor for class org.elasticsearch.index.reindex.ReindexRequest
 
ReindexRequestBuilder - Class in org.elasticsearch.index.reindex
 
ReindexRequestBuilder(ElasticsearchClient, Action<ReindexRequest, BulkByScrollResponse, ReindexRequestBuilder>) - Constructor for class org.elasticsearch.index.reindex.ReindexRequestBuilder
 
reinitializePrimaryShard() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Moves the primary shard from started to initializing
reinitializeReplicaShard() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Reinitializes a replica shard, giving it a fresh allocation id
rejected() - Method in class org.elasticsearch.common.util.concurrent.EsAbortPolicy
 
rejected() - Method in interface org.elasticsearch.common.util.concurrent.XRejectedExecutionHandler
The number of rejected executions.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.elasticsearch.common.util.concurrent.EsAbortPolicy
 
rejoin(ClusterState, String) - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
RejoinClusterRequest() - Constructor for class org.elasticsearch.discovery.zen.ZenDiscovery.RejoinClusterRequest
 
relation(ShapeRelation) - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
Sets the relation of query shape and indexed shape.
relation() - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
relation() - Method in class org.elasticsearch.index.query.RangeQueryBuilder
 
relation(String) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
 
relativeTimeInMillis() - Method in class org.elasticsearch.threadpool.ThreadPool
Returns a value of milliseconds that may be used for relative time calculations.
Releasable - Interface in org.elasticsearch.common.lease
Specialization of AutoCloseable that may only throw an ElasticsearchException.
ReleasableBytesStreamOutput - Class in org.elasticsearch.common.io.stream
An bytes stream output that allows providing a BigArrays instance expecting it to require releasing its content (ReleasableBytesStreamOutput.bytes()) once done.
ReleasableBytesStreamOutput(BigArrays) - Constructor for class org.elasticsearch.common.io.stream.ReleasableBytesStreamOutput
 
ReleasableBytesStreamOutput(int, BigArrays) - Constructor for class org.elasticsearch.common.io.stream.ReleasableBytesStreamOutput
 
ReleasableLock - Class in org.elasticsearch.common.util.concurrent
Releasable lock used inside of Engine implementations
ReleasableLock(Lock) - Constructor for class org.elasticsearch.common.util.concurrent.ReleasableLock
 
ReleasablePagedBytesReference - Class in org.elasticsearch.common.bytes
An extension to PagedBytesReference that requires releasing its content.
ReleasablePagedBytesReference(BigArrays, ByteArray, int, Releasable) - Constructor for class org.elasticsearch.common.bytes.ReleasablePagedBytesReference
 
Releasables - Enum in org.elasticsearch.common.lease
Utility methods to work with Releasables.
release() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
release() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
release() - Method in class org.elasticsearch.index.engine.Engine.GetResult
 
releaseIndexCommit(IndexCommit) - Method in class org.elasticsearch.index.shard.IndexShard
Releases a snapshot taken from IndexShard.acquireIndexCommit(boolean) this must be called to release the resources referenced by the given snapshot IndexCommit.
releaseOnce(Releasable...) - Static method in enum org.elasticsearch.common.lease.Releasables
Equivalent to Releasables.wrap(Releasable...) but can be called multiple times without double releasing.
RELOAD_INTERVAL_HIGH - Static variable in class org.elasticsearch.watcher.ResourceWatcherService
 
RELOAD_INTERVAL_LOW - Static variable in class org.elasticsearch.watcher.ResourceWatcherService
 
RELOAD_INTERVAL_MEDIUM - Static variable in class org.elasticsearch.watcher.ResourceWatcherService
 
relocate(String, long) - Method in class org.elasticsearch.cluster.routing.ShardRouting
Relocate the shard to another node.
relocated(String) - Method in class org.elasticsearch.index.shard.IndexShard
 
relocateShard(ShardRouting, String, long, RoutingChangesObserver) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
Relocate a shard to another node, adding the target initializing shard as well as assigning it.
relocating() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Returns true iff the this shard is currently relocating to another node.
relocatingNodeId() - Method in class org.elasticsearch.cluster.routing.ShardRouting
The relocating node id the shard is either relocating to or relocating from.
relocationCompleted(ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.IndexMetaDataUpdater
 
relocationCompleted(ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
 
relocationCompleted(ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
 
relocationCompleted(ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
 
relocationCompleted(ShardRouting) - Method in interface org.elasticsearch.cluster.routing.RoutingChangesObserver
Called on relocation source when relocation completes after relocation target is started.
relocationSourceRemoved(ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
 
relocationSourceRemoved(ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
 
relocationSourceRemoved(ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
 
relocationSourceRemoved(ShardRouting) - Method in interface org.elasticsearch.cluster.routing.RoutingChangesObserver
Called on replica relocation target when replica relocation source fails.
relocationStarted(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
 
relocationStarted(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
 
relocationStarted(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
 
relocationStarted(ShardRouting, ShardRouting) - Method in interface org.elasticsearch.cluster.routing.RoutingChangesObserver
Called when relocation of a started shard is initiated.
remaining() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
remaining() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
Return the number of shards remaining in this ShardsIterator
remainingCapacity() - Method in class org.elasticsearch.common.collect.EvictingQueue
 
remainingCapacity() - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
REMOTE_CLUSTER_INDEX_SEPARATOR - Static variable in class org.elasticsearch.transport.RemoteClusterAware
 
REMOTE_CLUSTERS_SEEDS - Static variable in class org.elasticsearch.transport.RemoteClusterAware
A list of initial seed nodes to discover eligible nodes from the remote cluster
REMOTE_CONNECTIONS_PER_CLUSTER - Static variable in class org.elasticsearch.transport.RemoteClusterService
The maximum number of connections that will be established to a remote cluster.
REMOTE_INITIAL_CONNECTION_TIMEOUT_SETTING - Static variable in class org.elasticsearch.transport.RemoteClusterService
The initial connect timeout for remote cluster connections
REMOTE_NODE_ATTRIBUTE - Static variable in class org.elasticsearch.transport.RemoteClusterService
The name of a node attribute to select nodes that should be connected to in the remote cluster.
remoteAddress(TransportAddress) - Method in class org.elasticsearch.transport.TransportMessage
 
remoteAddress() - Method in class org.elasticsearch.transport.TransportMessage
 
RemoteClusterAware - Class in org.elasticsearch.transport
Base class for all services and components that need up-to-date information about the registered remote clusters
RemoteClusterAware(Settings) - Constructor for class org.elasticsearch.transport.RemoteClusterAware
Creates a new RemoteClusterAware instance
RemoteClusterService - Class in org.elasticsearch.transport
Basic service for accessing remote clusters via gateway nodes
RemoteConnectionInfo - Class in org.elasticsearch.transport
This class encapsulates all remote cluster information to be rendered on _remote/info requests.
RemoteConnectionInfo(StreamInput) - Constructor for class org.elasticsearch.transport.RemoteConnectionInfo
 
RemoteInfo - Class in org.elasticsearch.index.reindex
 
RemoteInfo(String, String, int, BytesReference, String, String, Map<String, String>, TimeValue, TimeValue) - Constructor for class org.elasticsearch.index.reindex.RemoteInfo
 
RemoteInfo(StreamInput) - Constructor for class org.elasticsearch.index.reindex.RemoteInfo
Read from a stream.
RemoteInfoAction - Class in org.elasticsearch.action.admin.cluster.remote
 
RemoteInfoAction() - Constructor for class org.elasticsearch.action.admin.cluster.remote.RemoteInfoAction
 
RemoteInfoRequest - Class in org.elasticsearch.action.admin.cluster.remote
 
RemoteInfoRequest() - Constructor for class org.elasticsearch.action.admin.cluster.remote.RemoteInfoRequest
 
RemoteInfoRequestBuilder - Class in org.elasticsearch.action.admin.cluster.remote
 
RemoteInfoRequestBuilder(ElasticsearchClient, RemoteInfoAction) - Constructor for class org.elasticsearch.action.admin.cluster.remote.RemoteInfoRequestBuilder
 
RemoteInfoResponse - Class in org.elasticsearch.action.admin.cluster.remote
 
RemoteRecoveryTargetHandler - Class in org.elasticsearch.indices.recovery
 
RemoteRecoveryTargetHandler(long, ShardId, TransportService, DiscoveryNode, RecoverySettings, Consumer<Long>) - Constructor for class org.elasticsearch.indices.recovery.RemoteRecoveryTargetHandler
 
remoteShardFailed(ShardId, String, long, String, Exception, ShardStateAction.Listener) - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction
Send a shard failed request to the master node to update the cluster state with the failure of a shard on another node.
RemoteTransportException - Exception in org.elasticsearch.transport
A remote exception for an action.
RemoteTransportException(String, Throwable) - Constructor for exception org.elasticsearch.transport.RemoteTransportException
 
RemoteTransportException(String, TransportAddress, String, Throwable) - Constructor for exception org.elasticsearch.transport.RemoteTransportException
 
RemoteTransportException(StreamInput) - Constructor for exception org.elasticsearch.transport.RemoteTransportException
 
removalListener(RemovalListener<K, V>) - Method in class org.elasticsearch.common.cache.CacheBuilder
 
RemovalListener<K,V> - Interface in org.elasticsearch.common.cache
 
RemovalNotification<K,V> - Class in org.elasticsearch.common.cache
 
RemovalNotification(K, V, RemovalNotification.RemovalReason) - Constructor for class org.elasticsearch.common.cache.RemovalNotification
 
RemovalNotification.RemovalReason - Enum in org.elasticsearch.common.cache
 
remove() - Static method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
Build a new AliasAction to remove aliases.
Remove(String, String) - Constructor for class org.elasticsearch.cluster.metadata.AliasAction.Remove
Build the operation.
remove(String) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
remove(String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
remove(DiscoveryNode) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Builder
 
remove() - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards.UnassignedIterator
Unsupported operation, just there for the interface.
remove(String) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
remove() - Method in class org.elasticsearch.common.collect.EvictingQueue
 
remove(Object) - Method in class org.elasticsearch.common.collect.EvictingQueue
 
remove(int) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
remove(KType) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
remove(K) - Method in class org.elasticsearch.common.collect.MapBuilder
 
remove(String) - Method in class org.elasticsearch.common.settings.Settings.Builder
Removes the provided setting from the internal map holding the current list of settings.
remove(long) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
remove(Object) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
remove(Object, Object) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
remove(long) - Method in interface org.elasticsearch.common.util.concurrent.ConcurrentMapLong
 
remove(Object) - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
remove(long) - Method in class org.elasticsearch.common.util.LongObjectPagedHashMap
Remove the entry which has this key in the hash table and return the associated value or null if there was no entry associated with this key.
remove(Object) - Method in class org.elasticsearch.common.util.MinimalMap
 
remove(Object) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues
 
remove() - Method in class org.elasticsearch.index.mapper.ContentPath
 
remove(FieldMapper) - Method in class org.elasticsearch.index.mapper.FieldMappers
 
remove() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks.Iter
 
remove() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles.Iter
 
remove() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks.Iter
 
remove() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles.Iter
 
remove() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket.Iter
 
remove(Object) - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
remove(Object) - Method in class org.elasticsearch.search.lookup.LeafFieldsLookup
 
remove() - Method in class org.elasticsearch.search.lookup.PositionIterator
 
remove(Object) - Method in class org.elasticsearch.search.lookup.SourceLookup
 
remove(Listener) - Method in class org.elasticsearch.watcher.AbstractResourceWatcher
Unregisters a listener
removeAlias(String, String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Removes an alias from the index.
removeAlias(String[], String...) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Removes aliases from the index.
removeAlias(String, String[]) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
Removes aliases from the index.
removeAlias(String) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
removeAll(Collection<?>) - Method in class org.elasticsearch.common.collect.EvictingQueue
 
removeAll(IntContainer) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
removeAll(IntPredicate) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
removeAll(IntObjectPredicate<? super VType>) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
removeAll(ObjectContainer<? super KType>) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
removeAll(ObjectPredicate<? super KType>) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
removeAll(ObjectObjectPredicate<? super KType, ? super VType>) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
removeAllAliases() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
removeAllIndices() - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
removeAndAdd(long) - Method in class org.elasticsearch.common.util.BytesRefHash
 
removeAndAdd(long) - Method in class org.elasticsearch.common.util.LongHash
 
removeAndAdd(long) - Method in class org.elasticsearch.common.util.LongObjectPagedHashMap
 
removeAndIgnore(UnassignedInfo.AllocationStatus, RoutingChangesObserver) - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards.UnassignedIterator
Removes and ignores the unassigned shard (will be ignored for this run, but will be added back to unassigned once the metadata is constructed again).
removeAppender(Logger, Appender) - Static method in class org.elasticsearch.common.logging.Loggers
 
removeApplier(ClusterStateApplier) - Method in class org.elasticsearch.cluster.service.ClusterService
Removes an applier of updated cluster states.
removeBan(TaskId) - Method in class org.elasticsearch.tasks.TaskManager
Removes the ban for the specified parent task.
removeConnectionListener(TransportConnectionListener) - Method in class org.elasticsearch.transport.TransportService
 
removeContext(long) - Method in class org.elasticsearch.search.SearchService
 
removeCorruptionMarker() - Method in class org.elasticsearch.index.store.Store
Deletes all corruption markers from this store.
removeCurrentReference() - Method in class org.elasticsearch.common.inject.internal.ConstructionContext
 
removeCustom(String) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
removeCustom(String) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
removeCustom(String) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
removed() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
removeDeadMembers(Set<String>, String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
removedNodes() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
removeField(TemplateService.Template) - Method in class org.elasticsearch.ingest.IngestDocument
Removes the field identified by the provided path.
removeField(String) - Method in class org.elasticsearch.ingest.IngestDocument
Removes the field identified by the provided path.
removeGlobalBlock(ClusterBlock) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
removeGlobalBlock(int) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
removeIndex() - Static method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
Build a new AliasAction to remove an index.
removeIndex(String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
 
RemoveIndex(String) - Constructor for class org.elasticsearch.cluster.metadata.AliasAction.RemoveIndex
 
removeIndex(Index, IndicesClusterStateService.AllocatedIndices.IndexRemovalReason, String) - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
Removes the given index from this service and releases all associated resources.
removeIndex(Index, IndicesClusterStateService.AllocatedIndices.IndexRemovalReason, String) - Method in class org.elasticsearch.indices.IndicesService
 
removeIndexBlock(String, ClusterBlock) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
removeIndexBlocks(String) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
removeInitialStateBlock(ClusterBlock) - Method in class org.elasticsearch.cluster.service.ClusterService
Remove an initial block to be set on the first cluster state created.
removeInitialStateBlock(int) - Method in class org.elasticsearch.cluster.service.ClusterService
Remove an initial block to be set on the first cluster state created.
removeLifecycleListener(LifecycleListener) - Method in class org.elasticsearch.common.component.AbstractLifecycleComponent
 
removeLifecycleListener(LifecycleListener) - Method in interface org.elasticsearch.common.component.LifecycleComponent
 
removeListener() - Method in enum org.elasticsearch.action.ThreadingModel
 
removeListener(ClusterStateListener) - Method in class org.elasticsearch.cluster.service.ClusterService
Removes a listener for updated cluster states.
removeListener(MasterFaultDetection.Listener) - Method in class org.elasticsearch.discovery.zen.MasterFaultDetection
 
removeListener(NodesFaultDetection.Listener) - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection
 
removeListener(SnapshotsService.SnapshotCompletionListener) - Method in class org.elasticsearch.snapshots.SnapshotsService
Removes snapshot completion listener
removeLocalNodeMasterListener(LocalNodeMasterListener) - Method in class org.elasticsearch.cluster.service.ClusterService
Remove the given listener for on/off local master events
removeMapping(String) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
removeOpenIndexOutputs(String) - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
remove and IndexOutput for a given file.
removeOperation() - Method in enum org.elasticsearch.action.ThreadingModel
 
removeRelocationSource() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Removes relocation source of a non-primary shard.
removeReplica() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable.Builder
 
RemoveRequest(String) - Constructor for class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.RemoveRequest
 
RemoveResponse(boolean) - Constructor for class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.RemoveResponse
 
removeShard(ShardRouting) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
removeShard(int, String) - Method in class org.elasticsearch.index.IndexService
 
removeShard(int, String) - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndex
Removes shard with given id.
removeSnapshot(SnapshotId) - Method in class org.elasticsearch.repositories.RepositoryData
Remove a snapshot and remove any indices that no longer exist in the repository due to the deletion of the snapshot.
removeStaleIdsWithoutRoutings(ClusterState, List<StaleShard>) - Static method in class org.elasticsearch.cluster.routing.allocation.IndexMetaDataUpdater
Removes allocation ids from the in-sync set for shard copies for which there is no routing entries in the routing table.
removeTemplate(String) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
removeTemplates(MetaDataIndexTemplateService.RemoveRequest, MetaDataIndexTemplateService.RemoveListener) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService
 
removeThreadContext(ThreadContext) - Static method in class org.elasticsearch.common.logging.DeprecationLogger
Remove the ThreadContext used to add deprecation headers to network responses.
removeTimeoutListener(TimeoutClusterStateListener) - Method in class org.elasticsearch.cluster.service.ClusterService
Removes a timeout listener for updated cluster states.
removeTransportAddress(TransportAddress) - Method in class org.elasticsearch.client.transport.TransportClient
Removes a transport address from the list of transport addresses that are used to connect to.
renameAllTempFiles() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
renames all temporary files to their true name, potentially overriding existing files
renamePattern(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets rename pattern that should be applied to restored indices.
renamePattern() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Returns rename pattern
renamePattern() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Returns rename pattern
renameReplacement(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets rename replacement
renameReplacement() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Returns rename replacement
renameReplacement() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Returns replacement pattern
renameTempFilesSafe(Map<String, String>) - Method in class org.elasticsearch.index.store.Store
Renames all the given files from the key of the map to the value of the map.
renderTemplate(TemplateService.Template) - Method in class org.elasticsearch.ingest.IngestDocument
 
replace(String, String, String) - Static method in class org.elasticsearch.common.Strings
Replace all occurrences of a substring within a string with another string.
replace(Long, T, T) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
replace(Long, T) - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
replaceAll(UnaryOperator<T>) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues
 
replaceMissing(ValuesSource.Bytes, BytesRef) - Static method in enum org.elasticsearch.search.aggregations.support.MissingValues
 
replaceMissing(ValuesSource.Numeric, Number) - Static method in enum org.elasticsearch.search.aggregations.support.MissingValues
 
replaceMissing(ValuesSource.Bytes.WithOrdinals, BytesRef) - Static method in enum org.elasticsearch.search.aggregations.support.MissingValues
 
replaceMissing(ValuesSource.GeoPoint, GeoPoint) - Static method in enum org.elasticsearch.search.aggregations.support.MissingValues
 
replacePropertyPlaceholders() - Method in class org.elasticsearch.common.settings.Settings.Builder
Runs across all the settings set on this builder and replaces ${...} elements in each setting with another setting already set on this builder.
replay(long...) - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector
 
replicaActiveInitializingShardIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
ReplicaAfterPrimaryActiveAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
An allocation strategy that only allows for a replica to be allocated when the primary is active.
ReplicaAfterPrimaryActiveAllocationDecider(Settings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.ReplicaAfterPrimaryActiveAllocationDecider
 
replicaFirstActiveInitializingShardsIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
replicaPromoted(ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
 
replicaPromoted(ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
 
replicaPromoted(ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
 
replicaPromoted(ShardRouting) - Method in interface org.elasticsearch.cluster.routing.RoutingChangesObserver
Called when started replica is promoted to primary.
replicaRequest() - Method in interface org.elasticsearch.action.support.replication.ReplicationOperation.PrimaryResult
 
replicaRequest() - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
 
ReplicaResult(Exception) - Constructor for class org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicaResult
 
ReplicaResult() - Constructor for class org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicaResult
 
ReplicaShardAllocator - Class in org.elasticsearch.gateway
 
ReplicaShardAllocator(Settings) - Constructor for class org.elasticsearch.gateway.ReplicaShardAllocator
 
replicaShards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
replicaShardsWithState(ShardRoutingState...) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
ReplicatedWriteRequest<R extends ReplicatedWriteRequest<R>> - Class in org.elasticsearch.action.support.replication
Requests that are both ReplicationRequests (run on a shard's primary first, then the replica) and WriteRequest (modify documents on a shard), for example BulkShardRequest, IndexRequest, and DeleteRequest.
ReplicatedWriteRequest() - Constructor for class org.elasticsearch.action.support.replication.ReplicatedWriteRequest
Constructor for deserialization.
ReplicatedWriteRequest(ShardId) - Constructor for class org.elasticsearch.action.support.replication.ReplicatedWriteRequest
 
ReplicationOperation<Request extends ReplicationRequest<Request>,ReplicaRequest extends ReplicationRequest<ReplicaRequest>,PrimaryResultT extends ReplicationOperation.PrimaryResult<ReplicaRequest>> - Class in org.elasticsearch.action.support.replication
 
ReplicationOperation(Request, ReplicationOperation.Primary<Request, ReplicaRequest, PrimaryResultT>, ActionListener<PrimaryResultT>, boolean, ReplicationOperation.Replicas<ReplicaRequest>, Supplier<ClusterState>, Logger, String) - Constructor for class org.elasticsearch.action.support.replication.ReplicationOperation
 
ReplicationOperation.Primary<Request extends ReplicationRequest<Request>,ReplicaRequest extends ReplicationRequest<ReplicaRequest>,PrimaryResultT extends ReplicationOperation.PrimaryResult<ReplicaRequest>> - Interface in org.elasticsearch.action.support.replication
 
ReplicationOperation.PrimaryResult<R extends ReplicationRequest<R>> - Interface in org.elasticsearch.action.support.replication
 
ReplicationOperation.Replicas<ReplicaRequest extends ReplicationRequest<ReplicaRequest>> - Interface in org.elasticsearch.action.support.replication
 
ReplicationOperation.RetryOnPrimaryException - Exception in org.elasticsearch.action.support.replication
 
ReplicationRequest<Request extends ReplicationRequest<Request>> - Class in org.elasticsearch.action.support.replication
Requests that are run on a particular replica, first on the primary and then on the replicas like IndexRequest or TransportShardRefreshAction.
ReplicationRequest() - Constructor for class org.elasticsearch.action.support.replication.ReplicationRequest
 
ReplicationRequest(ShardId) - Constructor for class org.elasticsearch.action.support.replication.ReplicationRequest
Creates a new request with resolved shard id
ReplicationRequestBuilder<Request extends ReplicationRequest<Request>,Response extends ActionResponse,RequestBuilder extends ReplicationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.replication
 
ReplicationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - Constructor for class org.elasticsearch.action.support.replication.ReplicationRequestBuilder
 
ReplicationResponse - Class in org.elasticsearch.action.support.replication
Base class for write action responses.
ReplicationResponse() - Constructor for class org.elasticsearch.action.support.replication.ReplicationResponse
 
ReplicationResponse.ShardInfo - Class in org.elasticsearch.action.support.replication
 
ReplicationResponse.ShardInfo.Failure - Class in org.elasticsearch.action.support.replication
 
ReplicationTask - Class in org.elasticsearch.action.support.replication
Task that tracks replication actions.
ReplicationTask(long, String, String, String, TaskId) - Constructor for class org.elasticsearch.action.support.replication.ReplicationTask
 
ReplicationTask.Status - Class in org.elasticsearch.action.support.replication
 
repoFiles() - Method in class org.elasticsearch.env.Environment
The shared filesystem repo locations.
repositories() - Method in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
The names of the repositories.
repositories(String[]) - Method in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
Sets the list or repositories.
repositories() - Method in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesResponse
List of repositories to return
repositories() - Method in class org.elasticsearch.cluster.metadata.RepositoriesMetaData
Returns list of currently registered repositories
REPOSITORIES_CHUNK_SIZE_SETTING - Static variable in class org.elasticsearch.repositories.fs.FsRepository
 
REPOSITORIES_COMPRESS_SETTING - Static variable in class org.elasticsearch.repositories.fs.FsRepository
 
REPOSITORIES_LOCATION_SETTING - Static variable in class org.elasticsearch.repositories.fs.FsRepository
 
REPOSITORIES_URL_SETTING - Static variable in class org.elasticsearch.repositories.uri.URLRepository
 
RepositoriesMetaData - Class in org.elasticsearch.cluster.metadata
Contains metadata about registered snapshot repositories
RepositoriesMetaData(RepositoryMetaData...) - Constructor for class org.elasticsearch.cluster.metadata.RepositoriesMetaData
Constructs new repository metadata
RepositoriesMetaData(StreamInput) - Constructor for class org.elasticsearch.cluster.metadata.RepositoriesMetaData
 
RepositoriesModule - Class in org.elasticsearch.repositories
Sets up classes for Snapshot/Restore.
RepositoriesModule(Environment, List<RepositoryPlugin>, NamedXContentRegistry) - Constructor for class org.elasticsearch.repositories.RepositoriesModule
 
RepositoriesService - Class in org.elasticsearch.repositories
Service responsible for maintaining and providing access to snapshot repositories on nodes.
RepositoriesService(Settings, ClusterService, TransportService, Map<String, Repository.Factory>) - Constructor for class org.elasticsearch.repositories.RepositoriesService
 
RepositoriesService.RegisterRepositoryRequest - Class in org.elasticsearch.repositories
Register repository request
RepositoriesService.UnregisterRepositoryRequest - Class in org.elasticsearch.repositories
Unregister repository request
RepositoriesService.VerifyResponse - Class in org.elasticsearch.repositories
Verify repository request
repository(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Sets repository name
repository() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Returns repository name
repository(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
 
repository() - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
Returns repository name
repository(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
Sets repository name
repository() - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
Returns repository name
repository(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets repository name
repository() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Returns repository name
repository(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
Sets repository name
repository() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
Returns repository name
repository(String) - Method in class org.elasticsearch.cluster.metadata.RepositoriesMetaData
Returns a repository with a given name or null if such repository doesn't exist
repository(String) - Method in class org.elasticsearch.repositories.RepositoriesService
Returns registered repository
Repository - Interface in org.elasticsearch.repositories
An interface for interacting with a repository in snapshot and restore.
repository() - Method in exception org.elasticsearch.repositories.RepositoryException
Returns repository name
Repository.Factory - Interface in org.elasticsearch.repositories
An factory interface for constructing repositories.
RepositoryData - Class in org.elasticsearch.repositories
A class that represents the data in a repository, as captured in the repository's index blob.
RepositoryData(long, Map<String, SnapshotId>, Map<String, SnapshotState>, Map<IndexId, Set<SnapshotId>>, List<SnapshotId>) - Constructor for class org.elasticsearch.repositories.RepositoryData
 
RepositoryException - Exception in org.elasticsearch.repositories
Generic repository exception
RepositoryException(String, String) - Constructor for exception org.elasticsearch.repositories.RepositoryException
 
RepositoryException(String, String, Throwable) - Constructor for exception org.elasticsearch.repositories.RepositoryException
 
RepositoryException(StreamInput) - Constructor for exception org.elasticsearch.repositories.RepositoryException
 
RepositoryMetaData - Class in org.elasticsearch.cluster.metadata
Metadata about registered repository
RepositoryMetaData(String, String, Settings) - Constructor for class org.elasticsearch.cluster.metadata.RepositoryMetaData
Constructs new repository metadata
RepositoryMetaData(StreamInput) - Constructor for class org.elasticsearch.cluster.metadata.RepositoryMetaData
 
RepositoryMissingException - Exception in org.elasticsearch.repositories
Repository missing exception
RepositoryMissingException(String) - Constructor for exception org.elasticsearch.repositories.RepositoryMissingException
 
RepositoryMissingException(StreamInput) - Constructor for exception org.elasticsearch.repositories.RepositoryMissingException
 
repositoryName() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Returns repository name
repositoryName() - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Returns the repository name
RepositoryPlugin - Interface in org.elasticsearch.plugins
An extension point for Plugin implementations to add custom snapshot repositories.
RepositoryVerificationException - Exception in org.elasticsearch.repositories
Repository verification exception
RepositoryVerificationException(String, String) - Constructor for exception org.elasticsearch.repositories.RepositoryVerificationException
 
RepositoryVerificationException(String, String, Throwable) - Constructor for exception org.elasticsearch.repositories.RepositoryVerificationException
 
RepositoryVerificationException(StreamInput) - Constructor for exception org.elasticsearch.repositories.RepositoryVerificationException
 
request - Variable in class org.elasticsearch.action.ActionRequestBuilder
 
request() - Method in class org.elasticsearch.action.ActionRequestBuilder
 
Request() - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.Request
 
Request(String[]) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.Request
 
request() - Method in class org.elasticsearch.action.bulk.BulkItemRequest
 
request() - Method in class org.elasticsearch.action.support.single.shard.TransportSingleShardAction.InternalRequest
 
request() - Method in interface org.elasticsearch.action.support.WriteRequestBuilder
 
REQUEST - Static variable in interface org.elasticsearch.common.breaker.CircuitBreaker
 
Request() - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayMetaState.Request
 
Request(String...) - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayMetaState.Request
 
Request() - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.Request
 
Request(ShardId, DiscoveryNode[]) - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.Request
 
Request() - Constructor for class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.Request
 
Request(ShardId, DiscoveryNode[]) - Constructor for class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.Request
 
request - Variable in class org.elasticsearch.rest.AbstractRestChannel
 
request() - Method in class org.elasticsearch.rest.AbstractRestChannel
 
REQUEST - Static variable in class org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction.Fields
 
request() - Method in interface org.elasticsearch.rest.RestChannel
 
request() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
request() - Method in class org.elasticsearch.search.internal.SearchContext
 
REQUEST_CIRCUIT_BREAKER_LIMIT_SETTING - Static variable in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
 
REQUEST_CIRCUIT_BREAKER_OVERHEAD_SETTING - Static variable in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
 
REQUEST_CIRCUIT_BREAKER_TYPE_SETTING - Static variable in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
 
REQUEST_ID_SIZE - Static variable in class org.elasticsearch.transport.TcpHeader
 
requestCache() - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
requestCache(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
requestCache - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
requestCache(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
requestCache() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
requestCache(Boolean) - Method in class org.elasticsearch.action.search.SearchRequest
Sets if this request should use the request cache or not, assuming that it can (for example, if "now" is used, it will never be cached).
requestCache() - Method in class org.elasticsearch.action.search.SearchRequest
 
requestCache() - Method in class org.elasticsearch.index.shard.IndexShard
 
requestCache() - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
requestCache() - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
 
requestCache() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
RequestCacheStats - Class in org.elasticsearch.index.cache.request
 
RequestCacheStats() - Constructor for class org.elasticsearch.index.cache.request.RequestCacheStats
 
RequestCacheStats(long, long, long, long) - Constructor for class org.elasticsearch.index.cache.request.RequestCacheStats
 
RequestHandlerRegistry<Request extends TransportRequest> - Class in org.elasticsearch.transport
 
RequestHandlerRegistry(String, Supplier<Request>, TaskManager, TransportRequestHandler<Request>, String, boolean, boolean) - Constructor for class org.elasticsearch.transport.RequestHandlerRegistry
 
requestId - Variable in class org.elasticsearch.search.SearchPhaseResult
 
requestId - Variable in class org.elasticsearch.transport.TcpTransportChannel
 
requestInjection(Object) - Method in class org.elasticsearch.common.inject.AbstractModule
 
requestInjection(TypeLiteral<T>, T) - Method in interface org.elasticsearch.common.inject.Binder
Upon successful creation, the Injector will inject instance fields and methods of the given object.
requestInjection(Object) - Method in interface org.elasticsearch.common.inject.Binder
Upon successful creation, the Injector will inject instance fields and methods of the given object.
requests() - Method in class org.elasticsearch.action.bulk.BulkRequest
The list of requests in this bulk request.
requests() - Method in class org.elasticsearch.action.search.MultiSearchRequest
 
Requests - Class in org.elasticsearch.client
A handy one stop shop for creating requests (make sure to import static this class).
Requests() - Constructor for class org.elasticsearch.client.Requests
 
requestStaticInjection(Class<?>...) - Method in class org.elasticsearch.common.inject.AbstractModule
 
requestStaticInjection(Class<?>...) - Method in interface org.elasticsearch.common.inject.Binder
Upon successful creation, the Injector will inject static fields and methods in the given classes.
requestSupplier - Variable in class org.elasticsearch.action.support.tasks.TransportTasksAction
 
REQUIRE_FIELD_MATCH_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
requireBinding(Key<?>) - Method in class org.elasticsearch.common.inject.AbstractModule
Adds a dependency from this module to key.
requireBinding(Class<?>) - Method in class org.elasticsearch.common.inject.AbstractModule
Adds a dependency from this module to type.
required() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData.Routing
 
required(boolean) - Method in class org.elasticsearch.index.mapper.RoutingFieldMapper.Builder
 
REQUIRED - Static variable in class org.elasticsearch.index.mapper.RoutingFieldMapper.Defaults
 
required() - Method in class org.elasticsearch.index.mapper.RoutingFieldMapper
 
REQUIRED_SIZE_FIELD_NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
requiredContent() - Method in class org.elasticsearch.rest.RestRequest
 
requiredSize - Variable in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
 
requiredSize - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
requireFieldMatch - Variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
requireFieldMatch(Boolean) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
Set to true to cause a field to be highlighted only if a query matches that field.
requireFieldMatch() - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
requireFieldMatch() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
requireFilters() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
REQUIRES_NAME_SETTING - Static variable in class org.elasticsearch.action.support.DestructiveOperations
Setting which controls whether wildcard usage (*, prefix*, _all) is allowed.
requiresAnalysisSettings() - Method in interface org.elasticsearch.indices.analysis.AnalysisModule.AnalysisProvider
If true the analysis component created by this provider requires certain settings to be instantiated.
requiresContext() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.CompletionFieldType
 
requireValidHeader(String) - Static method in class org.elasticsearch.rest.DeprecationRestHandler
Throw an exception if the value is not a valid header.
requireValue(T, String) - Static method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
reroute(ClusterRerouteRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Reroutes allocation of shards.
reroute(ClusterRerouteRequest, ActionListener<ClusterRerouteResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Reroutes allocation of shards.
reroute(ClusterState, AllocationCommands, boolean, boolean) - Method in class org.elasticsearch.cluster.routing.allocation.AllocationService
 
reroute(ClusterState, String) - Method in class org.elasticsearch.cluster.routing.allocation.AllocationService
Reroutes the routing table based on the live nodes.
reroute(ClusterState, String, boolean) - Method in class org.elasticsearch.cluster.routing.allocation.AllocationService
Reroutes the routing table based on the live nodes.
reroute(String) - Method in class org.elasticsearch.cluster.routing.RoutingService
Initiates a reroute.
reroute(ShardId, String) - Method in class org.elasticsearch.gateway.AsyncShardFetch
Implement this in order to scheduled another round that causes a call to fetch data.
RerouteExplanation - Class in org.elasticsearch.cluster.routing.allocation
Class encapsulating the explanation for a single AllocationCommand taken from the Deciders
RerouteExplanation(AllocationCommand, Decision) - Constructor for class org.elasticsearch.cluster.routing.allocation.RerouteExplanation
 
rescore() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
rescore() - Method in class org.elasticsearch.search.internal.SearchContext
 
rescore(TopDocs, SearchContext, RescoreSearchContext) - Method in class org.elasticsearch.search.rescore.QueryRescorer
 
rescore(TopDocs, SearchContext, RescoreSearchContext) - Method in interface org.elasticsearch.search.rescore.Rescorer
Modifies the result of the previously executed search (TopDocs) in place based on the given RescoreSearchContext.
RESCORE_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
RescoreBuilder<RB extends RescoreBuilder<RB>> - Class in org.elasticsearch.search.rescore
The abstract base builder for instances of RescoreBuilder.
RescoreBuilder() - Constructor for class org.elasticsearch.search.rescore.RescoreBuilder
Construct an empty RescoreBuilder.
RescoreBuilder(StreamInput) - Constructor for class org.elasticsearch.search.rescore.RescoreBuilder
Read from a stream.
RescorePhase - Class in org.elasticsearch.search.rescore
Rescore phase of a search request, used to run potentially expensive scoring models against the top matching documents.
RescorePhase(Settings) - Constructor for class org.elasticsearch.search.rescore.RescorePhase
 
rescoreQueryWeight() - Method in class org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
 
Rescorer - Interface in org.elasticsearch.search.rescore
A query rescorer interface used to re-rank the Top-K results of a previously executed search.
rescorer() - Method in class org.elasticsearch.search.rescore.RescoreSearchContext
 
rescores() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the bytes representing the rescore builders for this request.
RescoreSearchContext - Class in org.elasticsearch.search.rescore
 
RescoreSearchContext(String, int, Rescorer) - Constructor for class org.elasticsearch.search.rescore.RescoreSearchContext
 
reset() - Method in class org.apache.lucene.analysis.miscellaneous.UniqueTokenFilter
 
reset() - Method in class org.apache.lucene.analysis.PrefixAnalyzer.PrefixTokenFilter
 
reset(QueryParserSettings) - Method in class org.apache.lucene.queryparser.classic.MapperQueryParser
 
reset() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
reset() - Method in interface org.elasticsearch.cluster.routing.ShardIterator
Resets the iterator.
reset() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
Resets the iterator to its initial state.
reset(double, double) - Method in class org.elasticsearch.common.geo.GeoPoint
 
reset() - Method in class org.elasticsearch.common.inject.internal.Stopwatch
Resets and returns elapsed time in milliseconds.
reset() - Method in class org.elasticsearch.common.io.FastCharArrayReader
Resets the stream to the most recent mark, or to the beginning if it has never been marked.
reset() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset() - Method in class org.elasticsearch.common.io.FastStringReader
Resets the stream to the most recent mark, or to the beginning of the string if it has never been marked.
reset() - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
reset() - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
reset() - Method in class org.elasticsearch.common.io.stream.DataOutputStreamOutput
 
reset() - Method in class org.elasticsearch.common.io.stream.FilterStreamInput
 
reset() - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
reset() - Method in class org.elasticsearch.common.io.stream.OutputStreamStreamOutput
 
reset() - Method in class org.elasticsearch.common.io.stream.ReleasableBytesStreamOutput
 
reset() - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
reset() - Method in class org.elasticsearch.common.io.UTF8StreamWriter
 
reset() - Method in class org.elasticsearch.common.lucene.store.InputStreamIndexInput
 
reset() - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
resets (clears) this timer before next execution.
reset(Exception) - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier
Resets the barrier to its initial state.
reset() - Method in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
reset(String) - Method in class org.elasticsearch.index.fieldvisitor.SingleFieldsVisitor
 
reset() - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamInput
 
reset() - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamOutput
 
reset() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
reset() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Timer
 
reset() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Translog
 
reset() - Method in class org.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
 
reset(SearchHit, LeafReaderContext, int, IndexSearcher) - Method in class org.elasticsearch.search.fetch.FetchSubPhase.HitContext
 
reset() - Method in class org.elasticsearch.search.lookup.CachedPositionIterator
 
reset() - Method in class org.elasticsearch.search.lookup.PositionIterator
 
reset() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionTokenStream
 
reset(TokenStream) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
 
resetAndLog(String) - Method in class org.elasticsearch.common.inject.internal.Stopwatch
Resets and logs elapsed time in milliseconds.
resetDigest() - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamInput
 
resetDigest() - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamOutput
 
resetFromGeoHash(String) - Method in class org.elasticsearch.common.geo.GeoPoint
 
resetFromGeoHash(long) - Method in class org.elasticsearch.common.geo.GeoPoint
 
resetFromIndexableField(IndexableField) - Method in class org.elasticsearch.common.geo.GeoPoint
 
resetFromIndexHash(long) - Method in class org.elasticsearch.common.geo.GeoPoint
 
resetFromString(String) - Method in class org.elasticsearch.common.geo.GeoPoint
 
resetLat(double) - Method in class org.elasticsearch.common.geo.GeoPoint
 
resetLon(double) - Method in class org.elasticsearch.common.geo.GeoPoint
 
resetRecovery(long, TimeValue) - Method in class org.elasticsearch.indices.recovery.RecoveriesCollection
Resets the recovery and performs a recovery restart on the currently recovering index shard
resize(ByteArray, long) - Method in class org.elasticsearch.common.util.BigArrays
Resize the array to the exact provided size.
resize(IntArray, long) - Method in class org.elasticsearch.common.util.BigArrays
Resize the array to the exact provided size.
resize(LongArray, long) - Method in class org.elasticsearch.common.util.BigArrays
Resize the array to the exact provided size.
resize(DoubleArray, long) - Method in class org.elasticsearch.common.util.BigArrays
Resize the array to the exact provided size.
resize(FloatArray, long) - Method in class org.elasticsearch.common.util.BigArrays
Resize the array to the exact provided size.
resize(ObjectArray<T>, long) - Method in class org.elasticsearch.common.util.BigArrays
Resize the array to the exact provided size.
resize(long) - Method in class org.elasticsearch.common.util.LongObjectPagedHashMap
 
resize(int) - Method in class org.elasticsearch.index.fielddata.SortingNumericDocValues
Set the SortingNumericDocValues.count() and ensure that the SortingNumericDocValues.values array can store at least that many entries.
resize(int) - Method in class org.elasticsearch.index.fielddata.SortingNumericDoubleValues
Set the SortingNumericDoubleValues.count() and ensure that the SortingNumericDoubleValues.values array can store at least that many entries.
resolve(String) - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.Decision.Type
 
resolve(byte) - Static method in enum org.elasticsearch.common.rounding.DateTimeUnit
 
resolve(ShardId) - Method in class org.elasticsearch.env.NodeEnvironment.NodePath
Resolves the given shards directory against this NodePath ${data.paths}/nodes/{node.id}/indices/{index.uuid}/{shard.id}
resolve(Index) - Method in class org.elasticsearch.env.NodeEnvironment.NodePath
Resolves index directory against this NodePath ${data.paths}/nodes/{node.id}/indices/{index.uuid}
resolve(QueryShardContext, ValueType, String, Script, Object, DateTimeZone, String) - Static method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
Resolve a ValuesSourceConfig given configuration parameters.
resolve(String) - Static method in enum org.elasticsearch.search.suggest.SortBy
 
resolve(String) - Static method in enum org.elasticsearch.search.suggest.term.TermSuggestionBuilder.StringDistanceImpl
 
resolve(String) - Static method in enum org.elasticsearch.search.suggest.term.TermSuggestionBuilder.SuggestMode
 
resolveAggregator(Aggregator) - Method in class org.elasticsearch.search.aggregations.support.AggregationPath
Resolves the aggregator pointed by this path using the given root as a point of reference.
resolveAndValidateRouting(MetaData, String, UpdateRequest) - Static method in class org.elasticsearch.action.update.TransportUpdateAction
 
resolveBaseCustomLocation(IndexSettings) - Method in class org.elasticsearch.env.NodeEnvironment
Resolve the custom path for a index's shard.
resolveBindHostAddresses(String[]) - Method in class org.elasticsearch.common.network.NetworkService
Resolves bindHosts to a list of internet addresses.
resolveBucketValue(MultiBucketsAggregation, InternalMultiBucketAggregation.InternalBucket, String, BucketHelpers.GapPolicy) - Static method in class org.elasticsearch.search.aggregations.pipeline.BucketHelpers
Given a path and a set of buckets, this method will return the value inside the agg at that path.
resolveBucketValue(MultiBucketsAggregation, InternalMultiBucketAggregation.InternalBucket, List<String>, BucketHelpers.GapPolicy) - Static method in class org.elasticsearch.search.aggregations.pipeline.BucketHelpers
 
resolveClusterNames(Set<String>, String) - Method in class org.elasticsearch.cluster.metadata.ClusterNameExpressionResolver
Resolves the provided cluster expression to matching cluster names.
resolveConfig(SearchContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
 
resolveCustomLocation(IndexSettings, ShardId) - Method in class org.elasticsearch.env.NodeEnvironment
Resolve the custom path for a index's shard.
resolveDateMathExpression(String) - Method in class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
 
resolveDefault() - Method in interface org.elasticsearch.common.network.NetworkService.CustomNameResolver
Resolves the default value if possible.
resolveForScript(String) - Static method in enum org.elasticsearch.search.aggregations.support.ValueType
 
resolveHostsLists(ExecutorService, Logger, List<String>, int, TransportService, String, TimeValue) - Static method in class org.elasticsearch.discovery.zen.UnicastZenPing
Resolves a list of hosts to a list of discovery nodes.
resolveIfPossible(String) - Method in interface org.elasticsearch.common.network.NetworkService.CustomNameResolver
Resolves a custom value handling, return null if can't handle it.
resolveIndex(AnalyzeRequest) - Method in class org.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
 
resolveIndex(GetFieldMappingsIndexRequest) - Method in class org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
 
resolveIndex() - Method in class org.elasticsearch.action.bulk.TransportShardBulkAction
 
resolveIndex(ExplainRequest) - Method in class org.elasticsearch.action.explain.TransportExplainAction
 
resolveIndex(FieldCapabilitiesIndexRequest) - Method in class org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesIndexAction
 
resolveIndex(GetRequest) - Method in class org.elasticsearch.action.get.TransportGetAction
 
resolveIndex(MultiGetShardRequest) - Method in class org.elasticsearch.action.get.TransportShardMultiGetAction
 
resolveIndex() - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction
True if provided index should be resolved when resolving request
resolveIndex(Request) - Method in class org.elasticsearch.action.support.single.shard.TransportSingleShardAction
 
resolveIndex(MultiTermVectorsShardRequest) - Method in class org.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
 
resolveIndex(TermVectorsRequest) - Method in class org.elasticsearch.action.termvectors.TransportTermVectorsAction
 
resolveIndex() - Method in class org.elasticsearch.index.shard.ShardPath
 
resolveIndexFolder(String) - Method in class org.elasticsearch.env.NodeEnvironment
Resolves all existing paths to indexFolderName in ${data.paths}/nodes/{node.id}/indices
resolveIndexId(String) - Method in class org.elasticsearch.repositories.RepositoryData
Resolve the index name to the index id specific to the repository, throwing an exception if the index could not be resolved.
resolveIndexRouting(String, String, String) - Method in class org.elasticsearch.cluster.metadata.MetaData
Returns indexing routing for the given index.
resolveIndices(List<String>) - Method in class org.elasticsearch.repositories.RepositoryData
Resolve the given index names to index ids.
resolveNested(QueryShardContext, String, QueryBuilder) - Static method in class org.elasticsearch.search.sort.SortBuilder
 
resolveNewIndices(List<String>) - Method in class org.elasticsearch.repositories.RepositoryData
Resolve the given index names to index ids, creating new index ids for new indices in the repository.
resolveNode(String) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
Resolve a node with a given id
resolveNodePath(Path, int) - Static method in class org.elasticsearch.env.NodeEnvironment
Resolve a specific nodes/{node.id} path for the specified path and node lock id.
resolveNodes(TasksRequest, ClusterState) - Method in class org.elasticsearch.action.support.tasks.TransportTasksAction
 
resolveNodes(String...) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
resolves a set of node "descriptions" to concrete and existing node ids.
resolvePublishHostAddresses(String[]) - Method in class org.elasticsearch.common.network.NetworkService
Resolves publishHosts to a single publish address.
resolvePublishPort(String, Settings, Settings, List<InetSocketAddress>, InetAddress) - Static method in class org.elasticsearch.transport.TcpTransport
 
resolveRepoFile(String) - Method in class org.elasticsearch.env.Environment
Resolves the specified location against the list of configured repository roots If the specified location doesn't match any of the roots, returns null.
resolveRepoURL(URL) - Method in class org.elasticsearch.env.Environment
Checks if the specified URL is pointing to the local file system and if it does, resolves the specified url against the list of configured repository roots If the specified url doesn't match any of the roots, returns null.
resolveRequest(ClusterState, TransportSingleShardAction<ExplainRequest, ExplainResponse>.InternalRequest) - Method in class org.elasticsearch.action.explain.TransportExplainAction
 
resolveRequest(ClusterState, TransportSingleShardAction<GetRequest, GetResponse>.InternalRequest) - Method in class org.elasticsearch.action.get.TransportGetAction
 
resolveRequest(NodesRequest, ClusterState) - Method in class org.elasticsearch.action.support.nodes.TransportNodesAction
resolve node ids to concrete nodes of the incoming request
resolveRequest(MetaData, IndexMetaData, Request) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction
Resolves derived values in the request.
resolveRequest(ClusterState, Request) - Method in class org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
Resolves the request.
resolveRequest(ClusterState, TransportSingleShardAction<Request, Response>.InternalRequest) - Method in class org.elasticsearch.action.support.single.shard.TransportSingleShardAction
 
resolveRequest(ClusterState, TransportSingleShardAction<TermVectorsRequest, TermVectorsResponse>.InternalRequest) - Method in class org.elasticsearch.action.termvectors.TransportTermVectorsAction
 
resolveRequest(ClusterState, UpdateRequest) - Method in class org.elasticsearch.action.update.TransportUpdateAction
 
resolveRouting(MetaData) - Method in class org.elasticsearch.action.index.IndexRequest
 
resolveSearchRouting(ClusterState, String, String...) - Method in class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
Resolves the search routing if in the expression aliases are used.
resolveSearchRoutingAllIndices(MetaData, String) - Method in class org.elasticsearch.cluster.metadata.IndexNameExpressionResolver
Sets the same routing for all indices
resolveStatesToBeWritten(Set<Index>, Set<Index>, MetaData, MetaData) - Static method in class org.elasticsearch.gateway.GatewayMetaState
Loads the current meta state for each index in the new cluster state and checks if it has to be persisted.
resolveStrategy(SpatialStrategy) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
resolveStrategy(String) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
resolveTopmostAggregator(Aggregator) - Method in class org.elasticsearch.search.aggregations.support.AggregationPath
Resolves the topmost aggregator pointed by this path using the given root as a point of reference.
resolveTranslog() - Method in class org.elasticsearch.index.shard.ShardPath
 
resolveTypeVariable(Type, Class<?>, TypeVariable) - Static method in class org.elasticsearch.common.inject.internal.MoreTypes
 
resolveValue(String) - Static method in enum org.elasticsearch.index.query.RegexpFlag
Resolves the combined OR'ed value for the given list of regular expression flags.
resolveValue(HasAggregations) - Method in class org.elasticsearch.search.aggregations.support.AggregationPath
Resolves the value pointed by this path given an aggregations root
ResourceAlreadyExistsException - Exception in org.elasticsearch
 
ResourceAlreadyExistsException(Index) - Constructor for exception org.elasticsearch.ResourceAlreadyExistsException
 
ResourceAlreadyExistsException(String, Object...) - Constructor for exception org.elasticsearch.ResourceAlreadyExistsException
 
ResourceAlreadyExistsException(StreamInput) - Constructor for exception org.elasticsearch.ResourceAlreadyExistsException
 
ResourceNotFoundException - Exception in org.elasticsearch
Generic ResourceNotFoundException corresponding to the RestStatus.NOT_FOUND status code
ResourceNotFoundException(String, Object...) - Constructor for exception org.elasticsearch.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable, Object...) - Constructor for exception org.elasticsearch.ResourceNotFoundException
 
ResourceNotFoundException(StreamInput) - Constructor for exception org.elasticsearch.ResourceNotFoundException
 
ResourceWatcher - Interface in org.elasticsearch.watcher
Abstract resource watcher interface.
ResourceWatcherService - Class in org.elasticsearch.watcher
Generic resource watcher service Other elasticsearch services can register their resource watchers with this service using ResourceWatcherService.add(ResourceWatcher) method.
ResourceWatcherService(Settings, ThreadPool) - Constructor for class org.elasticsearch.watcher.ResourceWatcherService
 
ResourceWatcherService.Frequency - Enum in org.elasticsearch.watcher
 
respond(ActionListener<Response>) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
 
respond(ActionListener<TransportResponse.Empty>) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.ReplicaResult
 
respond(ActionListener<Response>) - Method in class org.elasticsearch.action.support.replication.TransportWriteAction.WritePrimaryResult
 
respond(ActionListener<TransportResponse.Empty>) - Method in class org.elasticsearch.action.support.replication.TransportWriteAction.WriteReplicaResult
 
respondIfPossible(Exception) - Method in class org.elasticsearch.action.support.replication.TransportWriteAction.WritePrimaryResult
Respond if the refresh has occurred and the listener is ready.
respondIfPossible(Exception) - Method in class org.elasticsearch.action.support.replication.TransportWriteAction.WriteReplicaResult
Respond if the refresh has occurred and the listener is ready.
Response(boolean, List<ScrollableHitSource.SearchFailure>, long, List<? extends ScrollableHitSource.Hit>, String) - Constructor for class org.elasticsearch.index.reindex.ScrollableHitSource.Response
 
response - Variable in class org.elasticsearch.indices.recovery.RecoverySourceHandler
 
ResponseHandlerFailureTransportException - Exception in org.elasticsearch.transport
A failure to handle the response of a transaction action.
ResponseHandlerFailureTransportException(Throwable) - Constructor for exception org.elasticsearch.transport.ResponseHandlerFailureTransportException
 
ResponseHandlerFailureTransportException(StreamInput) - Constructor for exception org.elasticsearch.transport.ResponseHandlerFailureTransportException
 
responseParams() - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterGetSettingsAction
 
responseParams() - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterHealthAction
 
responseParams() - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterRerouteAction
 
responseParams() - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterStateAction
 
responseParams() - Method in class org.elasticsearch.rest.action.admin.cluster.RestClusterUpdateSettingsAction
 
responseParams() - Method in class org.elasticsearch.rest.action.admin.cluster.RestGetRepositoriesAction
 
responseParams() - Method in class org.elasticsearch.rest.action.admin.cluster.RestNodesInfoAction
 
responseParams() - Method in class org.elasticsearch.rest.action.admin.cluster.RestNodesStatsAction
 
responseParams() - Method in class org.elasticsearch.rest.action.admin.indices.RestGetIndexTemplateAction
 
responseParams() - Method in class org.elasticsearch.rest.action.admin.indices.RestGetIndicesAction
 
responseParams() - Method in class org.elasticsearch.rest.action.admin.indices.RestIndicesStatsAction
 
responseParams() - Method in class org.elasticsearch.rest.action.admin.indices.RestUpdateSettingsAction
 
responseParams() - Method in class org.elasticsearch.rest.action.cat.AbstractCatAction
 
responseParams() - Method in class org.elasticsearch.rest.action.cat.RestIndicesAction
 
responseParams() - Method in class org.elasticsearch.rest.action.cat.RestTasksAction
 
responseParams() - Method in class org.elasticsearch.rest.action.cat.RestThreadPoolAction
 
responseParams() - Method in class org.elasticsearch.rest.action.search.RestMultiSearchAction
 
responseParams() - Method in class org.elasticsearch.rest.action.search.RestSearchAction
 
responseParams() - Method in class org.elasticsearch.rest.BaseRestHandler
Parameters used for controlling the response and thus might not be consumed during preparation of the request execution in BaseRestHandler.prepareRequest(RestRequest, NodeClient).
responseSupplier - Variable in class org.elasticsearch.action.support.tasks.TransportTasksAction
 
REST_DECODER - Static variable in class org.elasticsearch.rest.RestUtils
 
REST_EXCEPTION_SKIP_STACK_TRACE - Static variable in exception org.elasticsearch.ElasticsearchException
Passed in the Params of #generateThrowableXContent(XContentBuilder, Params, Throwable) to control if the stack_trace element should render.
REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULT - Static variable in exception org.elasticsearch.ElasticsearchException
 
RestActionListener<Response> - Class in org.elasticsearch.rest.action
An action listener that requires RestActionListener.processResponse(Object) to be implemented and will automatically handle failures.
RestActionListener(RestChannel) - Constructor for class org.elasticsearch.rest.action.RestActionListener
 
RestActions - Class in org.elasticsearch.rest.action
 
RestActions() - Constructor for class org.elasticsearch.rest.action.RestActions
 
RestActions.NodesResponseRestListener<NodesResponse extends BaseNodesResponse & ToXContent> - Class in org.elasticsearch.rest.action
NodesResponseRestBuilderListener automatically translates any BaseNodesResponse (multi-node) response that is ToXContent-compatible into a RestResponse with the necessary header info (e.g., "cluster_name").
RestAliasAction - Class in org.elasticsearch.rest.action.cat
 
RestAliasAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestAliasAction
 
RestAllocationAction - Class in org.elasticsearch.rest.action.cat
 
RestAllocationAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestAllocationAction
 
RestAnalyzeAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestAnalyzeAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction
 
RestAnalyzeAction.Fields - Class in org.elasticsearch.rest.action.admin.indices
 
restart(DiscoveryNode, String) - Method in class org.elasticsearch.discovery.zen.MasterFaultDetection
 
RestBuilderListener<Response> - Class in org.elasticsearch.rest.action
A REST action listener that builds an XContentBuilder based response.
RestBuilderListener(RestChannel) - Constructor for class org.elasticsearch.rest.action.RestBuilderListener
 
RestBulkAction - Class in org.elasticsearch.rest.action.document
{ "index" : { "_index" : "test", "_type" : "type1", "_id" : "1" } { "type1" : { "field1" : "value1" } } { "delete" : { "_index" : "test", "_type" : "type1", "_id" : "2" } } { "create" : { "_index" : "test", "_type" : "type1", "_id" : "1" } { "type1" : { "field1" : "value1" } }
RestBulkAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.document.RestBulkAction
 
RestCancelTasksAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestCancelTasksAction(Settings, RestController, Supplier<DiscoveryNodes>) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestCancelTasksAction
 
RestCatAction - Class in org.elasticsearch.rest.action.cat
 
RestCatAction(Settings, RestController, List<AbstractCatAction>) - Constructor for class org.elasticsearch.rest.action.cat.RestCatAction
 
RestChannel - Interface in org.elasticsearch.rest
A channel used to construct bytes / builder based outputs, and send responses.
RestClearIndicesCacheAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestClearIndicesCacheAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestClearIndicesCacheAction
 
RestClearIndicesCacheAction.Fields - Class in org.elasticsearch.rest.action.admin.indices
 
RestClearScrollAction - Class in org.elasticsearch.rest.action.search
 
RestClearScrollAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.search.RestClearScrollAction
 
RestCloseIndexAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestCloseIndexAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestCloseIndexAction
 
RestClusterAllocationExplainAction - Class in org.elasticsearch.rest.action.admin.cluster
Class handling cluster allocation explanation at the REST level
RestClusterAllocationExplainAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestClusterAllocationExplainAction
 
RestClusterGetSettingsAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestClusterGetSettingsAction(Settings, RestController, ClusterSettings, SettingsFilter) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestClusterGetSettingsAction
 
RestClusterHealthAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestClusterHealthAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestClusterHealthAction
 
RestClusterRerouteAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestClusterRerouteAction(Settings, RestController, SettingsFilter) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestClusterRerouteAction
 
RestClusterSearchShardsAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestClusterSearchShardsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestClusterSearchShardsAction
 
RestClusterStateAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestClusterStateAction(Settings, RestController, SettingsFilter) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestClusterStateAction
 
RestClusterStatsAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestClusterStatsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestClusterStatsAction
 
RestClusterUpdateSettingsAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestClusterUpdateSettingsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestClusterUpdateSettingsAction
 
RestController - Class in org.elasticsearch.rest
 
RestController(Settings, Set<String>, UnaryOperator<RestHandler>, NodeClient, CircuitBreakerService) - Constructor for class org.elasticsearch.rest.RestController
 
RestCountAction - Class in org.elasticsearch.rest.action.cat
 
RestCountAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestCountAction
 
RestCountAction - Class in org.elasticsearch.rest.action.document
 
RestCountAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.document.RestCountAction
 
RestCreateIndexAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestCreateIndexAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestCreateIndexAction
 
RestCreateSnapshotAction - Class in org.elasticsearch.rest.action.admin.cluster
Creates a new snapshot
RestCreateSnapshotAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestCreateSnapshotAction
 
RestDeleteAction - Class in org.elasticsearch.rest.action.document
 
RestDeleteAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.document.RestDeleteAction
 
RestDeleteIndexAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestDeleteIndexAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestDeleteIndexAction
 
RestDeleteIndexTemplateAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestDeleteIndexTemplateAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestDeleteIndexTemplateAction
 
RestDeletePipelineAction - Class in org.elasticsearch.rest.action.ingest
 
RestDeletePipelineAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.ingest.RestDeletePipelineAction
 
RestDeleteRepositoryAction - Class in org.elasticsearch.rest.action.admin.cluster
Unregisters a repository
RestDeleteRepositoryAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestDeleteRepositoryAction
 
RestDeleteSnapshotAction - Class in org.elasticsearch.rest.action.admin.cluster
Deletes a snapshot
RestDeleteSnapshotAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestDeleteSnapshotAction
 
RestDeleteStoredScriptAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestDeleteStoredScriptAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestDeleteStoredScriptAction
 
RestExplainAction - Class in org.elasticsearch.rest.action.search
Rest action for computing a score explanation for specific documents.
RestExplainAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.search.RestExplainAction
 
RestFieldCapabilitiesAction - Class in org.elasticsearch.rest.action
 
RestFieldCapabilitiesAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.RestFieldCapabilitiesAction
 
RestFielddataAction - Class in org.elasticsearch.rest.action.cat
Cat API class to display information about the size of fielddata fields per node
RestFielddataAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestFielddataAction
 
RestFieldStatsAction - Class in org.elasticsearch.rest.action
 
RestFieldStatsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.RestFieldStatsAction
 
RestFlushAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestFlushAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestFlushAction
 
RestForceMergeAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestForceMergeAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestForceMergeAction
 
RestGetAction - Class in org.elasticsearch.rest.action.document
 
RestGetAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.document.RestGetAction
 
RestGetAliasesAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestGetAliasesAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestGetAliasesAction
 
RestGetFieldMappingAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestGetFieldMappingAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestGetFieldMappingAction
 
RestGetIndexTemplateAction - Class in org.elasticsearch.rest.action.admin.indices
The REST handler for get template and head template APIs.
RestGetIndexTemplateAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestGetIndexTemplateAction
 
RestGetIndicesAction - Class in org.elasticsearch.rest.action.admin.indices
The REST handler for get index and head index APIs.
RestGetIndicesAction(Settings, RestController, IndexScopedSettings, SettingsFilter) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestGetIndicesAction
 
RestGetMappingAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestGetMappingAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestGetMappingAction
 
RestGetPipelineAction - Class in org.elasticsearch.rest.action.ingest
 
RestGetPipelineAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.ingest.RestGetPipelineAction
 
RestGetRepositoriesAction - Class in org.elasticsearch.rest.action.admin.cluster
Returns repository information
RestGetRepositoriesAction(Settings, RestController, SettingsFilter) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestGetRepositoriesAction
 
RestGetSettingsAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestGetSettingsAction(Settings, RestController, IndexScopedSettings, SettingsFilter) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestGetSettingsAction
 
RestGetSnapshotsAction - Class in org.elasticsearch.rest.action.admin.cluster
Returns information about snapshot
RestGetSnapshotsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestGetSnapshotsAction
 
RestGetSourceAction - Class in org.elasticsearch.rest.action.document
The REST handler for get source and head source APIs.
RestGetSourceAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.document.RestGetSourceAction
 
RestGetStoredScriptAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestGetStoredScriptAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestGetStoredScriptAction
 
RestGetTaskAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestGetTaskAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestGetTaskAction
 
RestHandler - Interface in org.elasticsearch.rest
Handler for REST requests
RestHealthAction - Class in org.elasticsearch.rest.action.cat
 
RestHealthAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestHealthAction
 
RestIndexAction - Class in org.elasticsearch.rest.action.document
 
RestIndexAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.document.RestIndexAction
 
RestIndexDeleteAliasesAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestIndexDeleteAliasesAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestIndexDeleteAliasesAction
 
RestIndexPutAliasAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestIndexPutAliasAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestIndexPutAliasAction
 
RestIndicesAction - Class in org.elasticsearch.rest.action.cat
 
RestIndicesAction(Settings, RestController, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.rest.action.cat.RestIndicesAction
 
RestIndicesAliasesAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestIndicesAliasesAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestIndicesAliasesAction
 
RestIndicesSegmentsAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestIndicesSegmentsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestIndicesSegmentsAction
 
RestIndicesShardStoresAction - Class in org.elasticsearch.rest.action.admin.indices
Rest action for IndicesShardStoresAction
RestIndicesShardStoresAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestIndicesShardStoresAction
 
RestIndicesStatsAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestIndicesStatsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestIndicesStatsAction
 
RestListTasksAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestListTasksAction(Settings, RestController, Supplier<DiscoveryNodes>) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestListTasksAction
 
RestMainAction - Class in org.elasticsearch.rest.action
 
RestMainAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.RestMainAction
 
RestMasterAction - Class in org.elasticsearch.rest.action.cat
 
RestMasterAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestMasterAction
 
RestMultiGetAction - Class in org.elasticsearch.rest.action.document
 
RestMultiGetAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.document.RestMultiGetAction
 
RestMultiSearchAction - Class in org.elasticsearch.rest.action.search
 
RestMultiSearchAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.search.RestMultiSearchAction
 
RestMultiTermVectorsAction - Class in org.elasticsearch.rest.action.document
 
RestMultiTermVectorsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.document.RestMultiTermVectorsAction
 
RestNodeAttrsAction - Class in org.elasticsearch.rest.action.cat
 
RestNodeAttrsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestNodeAttrsAction
 
RestNodesAction - Class in org.elasticsearch.rest.action.cat
 
RestNodesAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestNodesAction
 
RestNodesHotThreadsAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestNodesHotThreadsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestNodesHotThreadsAction
 
RestNodesInfoAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestNodesInfoAction(Settings, RestController, SettingsFilter) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestNodesInfoAction
 
RestNodesStatsAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestNodesStatsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestNodesStatsAction
 
RestOpenIndexAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestOpenIndexAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestOpenIndexAction
 
restorable() - Method in enum org.elasticsearch.snapshots.SnapshotState
Returns true if snapshot can be restored (at least partially)
restore() - Method in interface org.elasticsearch.common.util.concurrent.ThreadContext.StoredContext
 
restoreFromRepository(Repository) - Method in class org.elasticsearch.index.shard.IndexShard
 
RestoreInfo - Class in org.elasticsearch.snapshots
Information about successfully completed restore operation.
RestoreInfo(String, List<String>, int, int) - Constructor for class org.elasticsearch.snapshots.RestoreInfo
 
RestoreInProgress - Class in org.elasticsearch.cluster
Meta data about restore processes that are currently executing
RestoreInProgress(List<RestoreInProgress.Entry>) - Constructor for class org.elasticsearch.cluster.RestoreInProgress
Constructs new restore metadata
RestoreInProgress(RestoreInProgress.Entry...) - Constructor for class org.elasticsearch.cluster.RestoreInProgress
Constructs new restore metadata
RestoreInProgress(StreamInput) - Constructor for class org.elasticsearch.cluster.RestoreInProgress
 
restoreInProgress(ClusterState, Snapshot) - Static method in class org.elasticsearch.snapshots.RestoreService
 
RestoreInProgress.Entry - Class in org.elasticsearch.cluster
Restore metadata
RestoreInProgress.ShardRestoreStatus - Class in org.elasticsearch.cluster
Represents status of a restored shard
RestoreInProgress.State - Enum in org.elasticsearch.cluster
Shard restore process state
RestoreInProgressAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
This AllocationDecider prevents shards that have failed to be restored from a snapshot to be allocated.
RestoreInProgressAllocationDecider(Settings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.RestoreInProgressAllocationDecider
Creates a new RestoreInProgressAllocationDecider instance from given settings
RestoreInProgressUpdater() - Constructor for class org.elasticsearch.snapshots.RestoreService.RestoreInProgressUpdater
 
RestoreRequest(String, String, String[], IndicesOptions, String, String, Settings, TimeValue, boolean, boolean, boolean, Settings, String[], String) - Constructor for class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Constructs new restore request
RestoreService - Class in org.elasticsearch.snapshots
Service responsible for restoring snapshots
RestoreService(Settings, ClusterService, RepositoriesService, TransportService, AllocationService, MetaDataCreateIndexService, MetaDataIndexUpgradeService, ClusterSettings) - Constructor for class org.elasticsearch.snapshots.RestoreService
 
RestoreService.RestoreCompletionResponse - Class in org.elasticsearch.snapshots
 
RestoreService.RestoreInProgressUpdater - Class in org.elasticsearch.snapshots
 
RestoreService.RestoreRequest - Class in org.elasticsearch.snapshots
Restore snapshot request
RestoreService.UpdateIndexShardRestoreStatusRequest - Class in org.elasticsearch.snapshots
Internal class that is used to send notifications about finished shard restore operations to master node
restoreShard(IndexShard, SnapshotId, Version, IndexId, ShardId, RecoveryState) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
restoreShard(IndexShard, SnapshotId, Version, IndexId, ShardId, RecoveryState) - Method in interface org.elasticsearch.repositories.Repository
Restores snapshot of the shard.
restoreSnapshot(RestoreSnapshotRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Restores a snapshot.
restoreSnapshot(RestoreSnapshotRequest, ActionListener<RestoreSnapshotResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Restores a snapshot.
restoreSnapshot(RestoreService.RestoreRequest, ActionListener<RestoreService.RestoreCompletionResponse>) - Method in class org.elasticsearch.snapshots.RestoreService
Restores snapshot specified in the restore request.
RestoreSnapshotAction - Class in org.elasticsearch.action.admin.cluster.snapshots.restore
Restore snapshot action
RestoreSnapshotRequest - Class in org.elasticsearch.action.admin.cluster.snapshots.restore
Restore snapshot request
RestoreSnapshotRequest() - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
 
RestoreSnapshotRequest(String, String) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Constructs a new put repository request with the provided repository and snapshot names.
restoreSnapshotRequest(String, String) - Static method in class org.elasticsearch.client.Requests
Restores new snapshot
RestoreSnapshotRequestBuilder - Class in org.elasticsearch.action.admin.cluster.snapshots.restore
Restore snapshot request builder
RestoreSnapshotRequestBuilder(ElasticsearchClient, RestoreSnapshotAction) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Constructs new restore snapshot request builder
RestoreSnapshotRequestBuilder(ElasticsearchClient, RestoreSnapshotAction, String, String) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Constructs new restore snapshot request builder with specified repository and snapshot names
RestoreSnapshotResponse - Class in org.elasticsearch.action.admin.cluster.snapshots.restore
Contains information about restores snapshot
RestPendingClusterTasksAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestPendingClusterTasksAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestPendingClusterTasksAction
 
RestPendingClusterTasksAction - Class in org.elasticsearch.rest.action.cat
 
RestPendingClusterTasksAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestPendingClusterTasksAction
 
RestPluginsAction - Class in org.elasticsearch.rest.action.cat
 
RestPluginsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestPluginsAction
 
RestPutIndexTemplateAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestPutIndexTemplateAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestPutIndexTemplateAction
 
RestPutMappingAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestPutMappingAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestPutMappingAction
 
RestPutPipelineAction - Class in org.elasticsearch.rest.action.ingest
 
RestPutPipelineAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.ingest.RestPutPipelineAction
 
RestPutRepositoryAction - Class in org.elasticsearch.rest.action.admin.cluster
Registers repositories
RestPutRepositoryAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestPutRepositoryAction
 
RestPutStoredScriptAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestPutStoredScriptAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestPutStoredScriptAction
 
RestRecoveryAction - Class in org.elasticsearch.rest.action.admin.indices
REST handler to report on index recoveries.
RestRecoveryAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestRecoveryAction
 
RestRecoveryAction - Class in org.elasticsearch.rest.action.cat
RestRecoveryAction provides information about the status of replica recovery in a string format, designed to be used at the command line.
RestRecoveryAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestRecoveryAction
 
RestRefreshAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestRefreshAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestRefreshAction
 
RestRemoteClusterInfoAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestRemoteClusterInfoAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestRemoteClusterInfoAction
 
RestRepositoriesAction - Class in org.elasticsearch.rest.action.cat
Cat API class to display information about snapshot repositories
RestRepositoriesAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestRepositoriesAction
 
RestRequest - Class in org.elasticsearch.rest
 
RestRequest(NamedXContentRegistry, String, Map<String, List<String>>) - Constructor for class org.elasticsearch.rest.RestRequest
Creates a new RestRequest
RestRequest(NamedXContentRegistry, Map<String, String>, String, Map<String, List<String>>) - Constructor for class org.elasticsearch.rest.RestRequest
Creates a new RestRequest
RestRequest.Method - Enum in org.elasticsearch.rest
 
RestResponse - Class in org.elasticsearch.rest
 
RestResponse() - Constructor for class org.elasticsearch.rest.RestResponse
 
RestResponseListener<Response> - Class in org.elasticsearch.rest.action
A REST enabled action listener that has a basic onFailure implementation, and requires sub classes to only implement RestResponseListener.buildResponse(Object).
RestResponseListener(RestChannel) - Constructor for class org.elasticsearch.rest.action.RestResponseListener
 
RestRestoreSnapshotAction - Class in org.elasticsearch.rest.action.admin.cluster
Restores a snapshot
RestRestoreSnapshotAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestRestoreSnapshotAction
 
RestRolloverIndexAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestRolloverIndexAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestRolloverIndexAction
 
RestSearchAction - Class in org.elasticsearch.rest.action.search
 
RestSearchAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.search.RestSearchAction
 
RestSearchScrollAction - Class in org.elasticsearch.rest.action.search
 
RestSearchScrollAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.search.RestSearchScrollAction
 
RestSegmentsAction - Class in org.elasticsearch.rest.action.cat
 
RestSegmentsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestSegmentsAction
 
RestShardsAction - Class in org.elasticsearch.rest.action.cat
 
RestShardsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestShardsAction
 
RestShrinkIndexAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestShrinkIndexAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestShrinkIndexAction
 
RestSimulatePipelineAction - Class in org.elasticsearch.rest.action.ingest
 
RestSimulatePipelineAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.ingest.RestSimulatePipelineAction
 
RestSnapshotAction - Class in org.elasticsearch.rest.action.cat
Cat API class to display information about snapshots
RestSnapshotAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestSnapshotAction
 
RestSnapshotsStatusAction - Class in org.elasticsearch.rest.action.admin.cluster
Returns status of currently running snapshot
RestSnapshotsStatusAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestSnapshotsStatusAction
 
restStatus() - Method in class org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
 
RestStatus - Enum in org.elasticsearch.rest
 
RestStatusToXContentListener<Response extends StatusToXContentObject> - Class in org.elasticsearch.rest.action
Content listener that extracts that RestStatus from the response.
RestStatusToXContentListener(RestChannel) - Constructor for class org.elasticsearch.rest.action.RestStatusToXContentListener
Build an instance that doesn't support responses with the status 201 CREATED.
RestStatusToXContentListener(RestChannel, Function<Response, String>) - Constructor for class org.elasticsearch.rest.action.RestStatusToXContentListener
Build an instance that does support responses with the status 201 CREATED.
RestSuggestAction - Class in org.elasticsearch.rest.action.search
 
RestSuggestAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.search.RestSuggestAction
 
RestSyncedFlushAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestSyncedFlushAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestSyncedFlushAction
 
RestTable - Class in org.elasticsearch.rest.action.cat
 
RestTable() - Constructor for class org.elasticsearch.rest.action.cat.RestTable
 
RestTasksAction - Class in org.elasticsearch.rest.action.cat
 
RestTasksAction(Settings, RestController, Supplier<DiscoveryNodes>) - Constructor for class org.elasticsearch.rest.action.cat.RestTasksAction
 
RestTemplatesAction - Class in org.elasticsearch.rest.action.cat
 
RestTemplatesAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestTemplatesAction
 
RestTermVectorsAction - Class in org.elasticsearch.rest.action.document
This class parses the json request and translates it into a TermVectorsRequest.
RestTermVectorsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.document.RestTermVectorsAction
 
RestThreadPoolAction - Class in org.elasticsearch.rest.action.cat
 
RestThreadPoolAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.cat.RestThreadPoolAction
 
RestToXContentListener<Response extends ToXContentObject> - Class in org.elasticsearch.rest.action
A REST based action listener that assumes the response is of type ToXContent and automatically builds an XContent based response (wrapping the toXContent in startObject/endObject).
RestToXContentListener(RestChannel) - Constructor for class org.elasticsearch.rest.action.RestToXContentListener
 
RestUpdateAction - Class in org.elasticsearch.rest.action.document
 
RestUpdateAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.document.RestUpdateAction
 
RestUpdateSettingsAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestUpdateSettingsAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestUpdateSettingsAction
 
RestUpgradeAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestUpgradeAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestUpgradeAction
 
RestUtils - Class in org.elasticsearch.rest
 
RestUtils() - Constructor for class org.elasticsearch.rest.RestUtils
 
RestValidateQueryAction - Class in org.elasticsearch.rest.action.admin.indices
 
RestValidateQueryAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.indices.RestValidateQueryAction
 
RestVerifyRepositoryAction - Class in org.elasticsearch.rest.action.admin.cluster
 
RestVerifyRepositoryAction(Settings, RestController) - Constructor for class org.elasticsearch.rest.action.admin.cluster.RestVerifyRepositoryAction
 
Result(Condition, boolean) - Constructor for class org.elasticsearch.action.admin.indices.rollover.Condition.Result
 
result - Variable in class org.elasticsearch.action.DocWriteResponse.Builder
 
result - Variable in class org.elasticsearch.action.DocWriteResponse
 
Result(Streamable, DocWriteResponse.Result, Map<String, Object>, XContentType) - Constructor for class org.elasticsearch.action.update.UpdateHelper.Result
 
Result(Engine.Operation.TYPE, Exception, long) - Constructor for class org.elasticsearch.index.engine.Engine.Result
 
Result(Engine.Operation.TYPE, long) - Constructor for class org.elasticsearch.index.engine.Engine.Result
 
result() - Method in class org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
 
Result(Correction[], double) - Constructor for class org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker.Result
 
result(DiscoveryNode, Exception) - Method in class org.elasticsearch.tasks.Task
 
result(DiscoveryNode, ActionResponse) - Method in class org.elasticsearch.tasks.Task
 
resultingState - Variable in class org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult
 
resultListener - Variable in class org.elasticsearch.action.support.replication.ReplicationOperation
 
resume() - Method in class org.elasticsearch.watcher.WatcherHandle
 
retainAll(Collection<?>) - Method in class org.elasticsearch.common.collect.EvictingQueue
 
rethrottle(float) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask
Apply the newRequestsPerSecond.
rethrottle(float) - Method in class org.elasticsearch.index.reindex.ParentBulkByScrollTask
 
rethrottle(float) - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
rethrowAndSuppress(List<T>) - Static method in class org.elasticsearch.ExceptionsHelper
Rethrows the first exception in the list and adds all remaining to the suppressed list.
rethrowFailures(String) - Method in class org.elasticsearch.action.support.tasks.BaseTasksResponse
Rethrow task failures if there are any.
reThrowIfNotNull(Throwable) - Static method in class org.elasticsearch.ExceptionsHelper
Throws the specified exception.
retrieve(String) - Method in class org.elasticsearch.common.path.PathTrie
 
retrieve(String, Map<String, String>) - Method in class org.elasticsearch.common.path.PathTrie
 
retrieve(String[], int, Map<String, String>) - Method in class org.elasticsearch.common.path.PathTrie.TrieNode
 
retrieveInterestingTerms(int) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
 
retrieveInterestingTerms(Reader, String) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Convenience routine to make it easy to return the most interesting words in a document.
Retry - Class in org.elasticsearch.action.bulk
Encapsulates synchronous and asynchronous retry logic.
retryable() - Method in class org.elasticsearch.cluster.block.ClusterBlock
Should operations get into retry state if this block is present.
retryable() - Method in exception org.elasticsearch.cluster.block.ClusterBlockException
 
retryCopy() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
returns a fresh RecoveryTarget to retry recovery from the same source node onto the same IndexShard and using the same listener
retryDelayNetwork() - Method in class org.elasticsearch.indices.recovery.RecoverySettings
 
retryDelayStateSync() - Method in class org.elasticsearch.indices.recovery.RecoverySettings
 
retryOnConflict(int) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the number of retries of a version conflict occurs because the document was updated between getting it and updating it.
retryOnConflict() - Method in class org.elasticsearch.action.update.UpdateRequest
 
retryOnFailure(Exception) - Method in class org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
 
retryOnFailure(Exception) - Method in class org.elasticsearch.action.update.TransportUpdateAction
 
RetryOnPrimaryException(ShardId, String) - Constructor for exception org.elasticsearch.action.support.replication.ReplicationOperation.RetryOnPrimaryException
 
RetryOnPrimaryException(ShardId, String, Throwable) - Constructor for exception org.elasticsearch.action.support.replication.ReplicationOperation.RetryOnPrimaryException
 
RetryOnPrimaryException(StreamInput) - Constructor for exception org.elasticsearch.action.support.replication.ReplicationOperation.RetryOnPrimaryException
 
RetryOnReplicaException(ShardId, String) - Constructor for exception org.elasticsearch.action.support.replication.TransportReplicationAction.RetryOnReplicaException
 
RetryOnReplicaException(StreamInput) - Constructor for exception org.elasticsearch.action.support.replication.TransportReplicationAction.RetryOnReplicaException
 
retryPrimaryException(Throwable) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction
 
retryRecovery(long, Throwable, TimeValue, TimeValue) - Method in class org.elasticsearch.indices.recovery.PeerRecoveryTargetService
 
retryRecovery(long, String, TimeValue, TimeValue) - Method in class org.elasticsearch.indices.recovery.PeerRecoveryTargetService
 
returns(Matcher<? super Class<?>>) - Static method in class org.elasticsearch.common.inject.matcher.Matchers
Returns a matcher which matches methods with matching return types.
reused() - Method in class org.elasticsearch.indices.recovery.RecoveryState.File
returns true if the file is reused from a local copy
reusedBytes() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
reusedFileCount() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
reverseNested(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new ReverseNested aggregation with the given name.
ReverseNested - Interface in org.elasticsearch.search.aggregations.bucket.nested
A reverse nested aggregation.
ReverseNestedAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.nested
 
ReverseNestedAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
 
ReverseNestedAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
Read from a stream.
ReverseNestedAggregator - Class in org.elasticsearch.search.aggregations.bucket.nested
 
ReverseNestedAggregator(String, AggregatorFactories, ObjectMapper, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregator
 
ReverseNestedAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.nested
 
ReverseNestedAggregatorFactory(String, boolean, ObjectMapper, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregatorFactory
 
ReverseTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
ReverseTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ReverseTokenFilterFactory
 
revision - Variable in class org.elasticsearch.Version
 
rewrite(IndexReader) - Method in class org.apache.lucene.queries.BlendedTermQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.queries.MinDocQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.spatial.geopoint.search.XGeoPointDistanceRangeQuery
 
rewrite() - Method in class org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
 
rewrite(boolean) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
Indicates whether the query should be rewritten into primitive queries
rewrite() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
Indicates whether the query should be rewritten into primitive queries
rewrite(IndexReader) - Method in class org.elasticsearch.common.lucene.all.AllTermQuery
 
rewrite(IndexReader) - Method in class org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
 
rewrite(IndexReader) - Method in class org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
 
rewrite(IndexReader) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
rewrite(IndexReader) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
 
rewrite(IndexReader) - Method in class org.elasticsearch.index.mapper.TypeFieldMapper.TypesQuery
 
rewrite(QueryRewriteContext) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
rewrite(QueryRewriteContext) - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
 
rewrite(String) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
rewrite() - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
rewrite(String) - Method in class org.elasticsearch.index.query.PrefixQueryBuilder
 
rewrite() - Method in class org.elasticsearch.index.query.PrefixQueryBuilder
 
rewrite(QueryRewriteContext) - Method in interface org.elasticsearch.index.query.QueryBuilder
Rewrites this query builder into its primitive form.
rewrite(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
rewrite() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
rewrite(String) - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
 
rewrite() - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
 
rewrite(String) - Method in class org.elasticsearch.index.query.WildcardQueryBuilder
 
rewrite() - Method in class org.elasticsearch.index.query.WildcardQueryBuilder
 
rewrite(IndexReader) - Method in class org.elasticsearch.index.search.ESToParentBlockJoinQuery
 
rewrite(IndexReader) - Method in class org.elasticsearch.index.search.geo.LegacyGeoDistanceRangeQuery
Deprecated.
 
rewrite(InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
 
rewrite(SearchContext) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
 
rewrite(InternalAggregation.ReduceContext) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristic
Provides a hook for subclasses to provide a version of the heuristic prepared for execution on data on the coordinating node.
rewrite(SearchContext) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristic
Provides a hook for subclasses to provide a version of the heuristic prepared for execution on data on a shard.
rewrite(QueryShardContext) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Rewrites this search source builder into its primitive form.
rewrite(Query) - Method in class org.elasticsearch.search.internal.ContextIndexSearcher
 
rewrite(QueryShardContext) - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
rewrite(QueryShardContext) - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
Rewrites this request into its primitive form.
rewrite(QueryShardContext) - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
REWRITE_TIME - Static variable in class org.elasticsearch.search.profile.query.QueryProfileShardResult
 
rewriteMethod() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
rewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
rewriteQuery(QueryBuilder, QueryRewriteContext) - Static method in interface org.elasticsearch.index.query.QueryBuilder
Rewrites the given query into its primitive form.
rollback() - Method in class org.elasticsearch.index.translog.Translog
 
RolloverAction - Class in org.elasticsearch.action.admin.indices.rollover
 
rolloverIndex(RolloverRequest, ActionListener<RolloverResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Swaps the index pointed to by an alias given all provided conditions are satisfied
RolloverRequest - Class in org.elasticsearch.action.admin.indices.rollover
Request class to swap index under an alias upon satisfying conditions
RolloverRequest(String, String) - Constructor for class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
 
RolloverRequestBuilder - Class in org.elasticsearch.action.admin.indices.rollover
 
RolloverRequestBuilder(ElasticsearchClient, RolloverAction) - Constructor for class org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
 
RolloverResponse - Class in org.elasticsearch.action.admin.indices.rollover
 
rolloversIndex(RolloverRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Swaps the index pointed to by an alias given all provided conditions are satisfied
RomanianAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
RomanianAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.RomanianAnalyzerProvider
 
root() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
root() - Method in class org.elasticsearch.index.mapper.Mapping
Return the root object mapper.
root() - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
root() - Method in class org.elasticsearch.index.mapper.ParseContext
 
rootDoc() - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
rootDoc() - Method in class org.elasticsearch.index.mapper.ParseContext
 
rootDoc() - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
rootDocs(LeafReaderContext) - Method in class org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested
Get a BitDocIdSet that matches the root documents.
RootObjectMapper - Class in org.elasticsearch.index.mapper
 
RootObjectMapper.Builder - Class in org.elasticsearch.index.mapper
 
RootObjectMapper.Defaults - Class in org.elasticsearch.index.mapper
 
RootObjectMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
roots - Variable in class org.elasticsearch.search.profile.AbstractInternalProfileTree
A list of top-level "roots".
rotate(List<T>, int) - Static method in class org.elasticsearch.common.util.CollectionUtils
Return a rotated view of the given list with the given distance.
RotationShardShuffler - Class in org.elasticsearch.cluster.routing
Basic ShardShuffler implementation that uses an AtomicInteger to generate seeds and uses a rotation to permute shards.
RotationShardShuffler(int) - Constructor for class org.elasticsearch.cluster.routing.RotationShardShuffler
 
round(long) - Method in class org.elasticsearch.common.rounding.Rounding
Rounds the given value.
Rounding - Class in org.elasticsearch.common.rounding
A strategy for rounding long values.
Rounding() - Constructor for class org.elasticsearch.common.rounding.Rounding
 
Rounding.Builder - Class in org.elasticsearch.common.rounding
 
Rounding.Streams - Class in org.elasticsearch.common.rounding
 
routing() - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
A comma separated list of routing values to control the shards the search will be executed on.
routing(String) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
A comma separated list of routing values to control the shards the search will be executed on.
routing(String...) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
The routing values to control the shards that the search will be executed on.
routing(String) - Method in class org.elasticsearch.action.admin.indices.alias.Alias
Associates a routing value to the alias
routing(String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
Set the default routing.
routing(String) - Method in class org.elasticsearch.action.delete.DeleteRequest
Controls the shard routing of the request.
routing() - Method in class org.elasticsearch.action.delete.DeleteRequest
Controls the shard routing of the delete request.
routing(String) - Method in interface org.elasticsearch.action.DocWriteRequest
Set the routing for this request
routing() - Method in interface org.elasticsearch.action.DocWriteRequest
Get the routing for this request
routing() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
routing(String) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
routing(String) - Method in class org.elasticsearch.action.get.GetRequest
Controls the shard routing of the request.
routing() - Method in class org.elasticsearch.action.get.GetRequest
 
routing(String) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
The routing associated with this document.
routing() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
routing(String) - Method in class org.elasticsearch.action.index.IndexRequest
Controls the shard routing of the request.
routing() - Method in class org.elasticsearch.action.index.IndexRequest
Controls the shard routing of the request.
routing() - Method in class org.elasticsearch.action.search.SearchRequest
A comma separated list of routing values to control the shards the search will be executed on.
routing(String) - Method in class org.elasticsearch.action.search.SearchRequest
A comma separated list of routing values to control the shards the search will be executed on.
routing(String...) - Method in class org.elasticsearch.action.search.SearchRequest
The routing values to control the shards that the search will be executed on.
routing() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
routing(String) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
routing(String) - Method in class org.elasticsearch.action.update.UpdateRequest
Controls the shard routing of the request.
routing() - Method in class org.elasticsearch.action.update.UpdateRequest
Controls the shard routing of the request.
routing(String) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
routing() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
Routing(boolean) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData.Routing
 
routing() - Method in class org.elasticsearch.index.engine.Engine.Index
 
routing() - Method in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
routing() - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
routing() - Method in class org.elasticsearch.index.mapper.SourceToParse
 
routing(String) - Method in class org.elasticsearch.index.mapper.SourceToParse
 
ROUTING - Static variable in interface org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
 
routing() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
routing(String) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
routing - Variable in class org.elasticsearch.index.shard.IndexShard.ShardFailure
 
routing() - Method in class org.elasticsearch.index.translog.Translog.Index
 
routing - Variable in class org.elasticsearch.index.translog.Translog.Source
 
routing() - Method in class org.elasticsearch.indices.TermsLookup
 
routing(String) - Method in class org.elasticsearch.indices.TermsLookup
 
RoutingAllocation - Class in org.elasticsearch.cluster.routing.allocation
The RoutingAllocation keep the state of the current allocation of shards and holds the AllocationDeciders which are responsible for the current routing state.
RoutingAllocation(AllocationDeciders, RoutingNodes, ClusterState, ClusterInfo, long, boolean) - Constructor for class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
Creates a new RoutingAllocation
RoutingAllocation.DebugMode - Enum in org.elasticsearch.cluster.routing.allocation
 
RoutingChangesObserver - Interface in org.elasticsearch.cluster.routing
Records changes made to RoutingNodes during an allocation round.
RoutingChangesObserver.AbstractRoutingChangesObserver - Class in org.elasticsearch.cluster.routing
Abstract implementation of RoutingChangesObserver that does not take any action.
RoutingChangesObserver.DelegatingRoutingChangesObserver - Class in org.elasticsearch.cluster.routing
 
routingEntry() - Method in interface org.elasticsearch.action.support.replication.ReplicationOperation.Primary
routing entry for this primary
routingEntry() - Method in class org.elasticsearch.index.shard.IndexShard
Returns the latest cluster routing entry received with this shard.
routingEntry() - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.Shard
Returns the latest cluster routing entry received with this shard.
RoutingException - Exception in org.elasticsearch.cluster.routing
A base Exceptions for all exceptions thrown by routing related operations.
RoutingException(String) - Constructor for exception org.elasticsearch.cluster.routing.RoutingException
 
RoutingException(String, Throwable) - Constructor for exception org.elasticsearch.cluster.routing.RoutingException
 
RoutingException(StreamInput) - Constructor for exception org.elasticsearch.cluster.routing.RoutingException
 
RoutingExplanations - Class in org.elasticsearch.cluster.routing.allocation
Class used to encapsulate a number of RerouteExplanation explanations.
RoutingExplanations() - Constructor for class org.elasticsearch.cluster.routing.allocation.RoutingExplanations
 
routingFieldMapper() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
RoutingFieldMapper - Class in org.elasticsearch.index.mapper
 
RoutingFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
RoutingFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
RoutingFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
RoutingMissingException - Exception in org.elasticsearch.action
 
RoutingMissingException(String, String, String) - Constructor for exception org.elasticsearch.action.RoutingMissingException
 
RoutingMissingException(StreamInput) - Constructor for exception org.elasticsearch.action.RoutingMissingException
 
RoutingNode - Class in org.elasticsearch.cluster.routing
A RoutingNode represents a cluster node associated with a single DiscoveryNode including all shards that are hosted on that nodes.
RoutingNode(String, DiscoveryNode, ShardRouting...) - Constructor for class org.elasticsearch.cluster.routing.RoutingNode
 
routingNodes() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
Get current routing nodes
RoutingNodes - Class in org.elasticsearch.cluster.routing
RoutingNodes represents a copy the routing information contained in the cluster state.
RoutingNodes(ClusterState) - Constructor for class org.elasticsearch.cluster.routing.RoutingNodes
 
RoutingNodes(ClusterState, boolean) - Constructor for class org.elasticsearch.cluster.routing.RoutingNodes
 
RoutingNodes.UnassignedShards - Class in org.elasticsearch.cluster.routing
 
RoutingNodes.UnassignedShards.UnassignedIterator - Class in org.elasticsearch.cluster.routing
 
routingNodesChanged() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
Returns true iff changes were made to the routing nodes
RoutingNodesChangedObserver - Class in org.elasticsearch.cluster.routing.allocation
Records if changes were made to RoutingNodes during an allocation round.
RoutingNodesChangedObserver() - Constructor for class org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
 
routingPartitionSize(int) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
routingPartitionSize() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
Returns the routing partition size.
routingRequired(String, String) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
RoutingService - Class in org.elasticsearch.cluster.routing
A RoutingService listens to clusters state.
RoutingService(Settings, ClusterService, AllocationService) - Constructor for class org.elasticsearch.cluster.routing.RoutingService
 
routingTable() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
routingTable(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
routingTable(RoutingTable) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
routingTable() - Method in class org.elasticsearch.cluster.ClusterState
 
routingTable() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
Get routing table of current nodes
RoutingTable - Class in org.elasticsearch.cluster.routing
Represents a global cluster-wide routing table for all indices including the version of the current routing state.
RoutingTable.Builder - Class in org.elasticsearch.cluster.routing
Builder for the routing table.
routingTableChanged() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
Returns true iff the routing tables (for all indices) have changed between the previous cluster state and the current cluster state.
run() - Method in class org.elasticsearch.cluster.InternalClusterInfoService.SubmitReschedulingClusterInfoUpdatedJob
 
run() - Method in class org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
 
run(Object, List<? extends TaskBatcher.BatchedTask>, String) - Method in class org.elasticsearch.cluster.service.TaskBatcher
Action to be implemented by the specific batching implementation All tasks have the given batching key.
run() - Method in interface org.elasticsearch.common.CheckedRunnable
 
run() - Method in interface org.elasticsearch.common.util.CancellableThreads.Interruptable
 
run() - Method in interface org.elasticsearch.common.util.CancellableThreads.IOInterruptable
 
run() - Method in class org.elasticsearch.common.util.concurrent.AbstractRunnable
 
run() - Method in class org.elasticsearch.common.util.concurrent.LoggingRunnable
 
run() - Method in class org.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
 
run() - Method in class org.elasticsearch.script.AbstractDoubleSearchScript
 
run() - Method in class org.elasticsearch.script.AbstractLongSearchScript
 
run() - Method in interface org.elasticsearch.script.ExecutableScript
Executes the script.
run() - Method in interface org.elasticsearch.script.LeafSearchScript
 
run(Map<String, Object>) - Method in interface org.elasticsearch.template.CompiledTemplate
Run a template and return the resulting string, encoded in utf8 bytes.
runAsDouble() - Method in class org.elasticsearch.script.AbstractDoubleSearchScript
 
runAsDouble() - Method in class org.elasticsearch.script.AbstractLongSearchScript
 
runAsDouble() - Method in class org.elasticsearch.script.AbstractSearchScript
 
runAsDouble() - Method in interface org.elasticsearch.script.LeafSearchScript
Return the result as a double.
runAsLong() - Method in class org.elasticsearch.script.AbstractDoubleSearchScript
 
runAsLong() - Method in class org.elasticsearch.script.AbstractLongSearchScript
 
runAsLong() - Method in class org.elasticsearch.script.AbstractSearchScript
 
runAsLong() - Method in interface org.elasticsearch.script.LeafSearchScript
Return the result as a long.
runDeferredCollections(long...) - Method in class org.elasticsearch.search.aggregations.AggregatorBase
 
runningSliceSubTasks() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask
The number of sub-slices that are still running.
runningSliceSubTasks() - Method in class org.elasticsearch.index.reindex.ParentBulkByScrollTask
 
runningSliceSubTasks() - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
runOnlyOnMaster() - Method in interface org.elasticsearch.cluster.ClusterStateTaskExecutor
indicates whether this executor should only run if the current node is master
runOnlyOnMaster() - Method in class org.elasticsearch.cluster.ClusterStateUpdateTask
Marked as final as cluster state update tasks should only run on master.
runOnlyOnMaster() - Method in class org.elasticsearch.cluster.LocalClusterUpdateTask
 
RussianAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
RussianAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.RussianAnalyzerProvider
 
RussianStemTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
RussianStemTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.RussianStemTokenFilterFactory
 
RWE_LIKELIHOOD_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
rwl - Variable in class org.elasticsearch.index.engine.Engine
 
rxCount() - Method in class org.elasticsearch.transport.TransportStats
 
rxSize() - Method in class org.elasticsearch.transport.TransportStats
 

S

SAME - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
sameHost(TransportAddress) - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
sameHost(TransportAddress) - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
sameHost(TransportAddress) - Method in interface org.elasticsearch.common.transport.TransportAddress
 
sameOrAfter(Priority) - Method in enum org.elasticsearch.common.Priority
 
SameShardAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
An allocation decider that prevents multiple instances of the same shard to be allocated on the same node.
SameShardAllocationDecider(Settings, ClusterSettings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
 
sampler(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Sampler aggregation with the given name.
Sampler - Interface in org.elasticsearch.search.aggregations.bucket.sampler
A filter aggregation that defines a single bucket to hold a sample of top-matching documents.
SamplerAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.sampler
 
SamplerAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
 
SamplerAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
Read from a stream.
SamplerAggregator - Class in org.elasticsearch.search.aggregations.bucket.sampler
Aggregate on only the top-scoring docs on a shard.
SamplerAggregator(String, int, AggregatorFactories, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
 
SamplerAggregator.ExecutionMode - Enum in org.elasticsearch.search.aggregations.bucket.sampler
 
SamplerAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.sampler
 
SamplerAggregatorFactory(String, int, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregatorFactory
 
SCALE - Static variable in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
ScaledFloatFieldMapper - Class in org.elasticsearch.index.mapper
A FieldMapper for scaled floats.
ScaledFloatFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
ScaledFloatFieldMapper.ScaledFloatFieldType - Class in org.elasticsearch.index.mapper
 
ScaledFloatFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
ScaledFloatFieldType() - Constructor for class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
ScalingExecutorBuilder - Class in org.elasticsearch.threadpool
A builder for scaling executors.
ScalingExecutorBuilder(String, int, int, TimeValue) - Constructor for class org.elasticsearch.threadpool.ScalingExecutorBuilder
Construct a scaling executor builder; the settings will have the key prefix "thread_pool." followed by the executor name.
ScalingExecutorBuilder(String, int, int, TimeValue, String) - Constructor for class org.elasticsearch.threadpool.ScalingExecutorBuilder
Construct a scaling executor builder; the settings will have the specified key prefix.
scalingFactor(double) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.Builder
 
ScandinavianFoldingFilterFactory - Class in org.elasticsearch.index.analysis
Factory for ScandinavianFoldingFilter
ScandinavianFoldingFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ScandinavianFoldingFilterFactory
 
ScandinavianNormalizationFilterFactory - Class in org.elasticsearch.index.analysis
Factory for ScandinavianNormalizationFilter
ScandinavianNormalizationFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ScandinavianNormalizationFilterFactory
 
schedule(TimeValue, String, Runnable) - Method in class org.elasticsearch.threadpool.ThreadPool
Schedules a one-shot command to run after a given delay.
scheduledPing - Variable in class org.elasticsearch.transport.TcpTransport
 
ScheduledPing() - Constructor for class org.elasticsearch.transport.TcpTransport.ScheduledPing
 
scheduler() - Method in class org.elasticsearch.threadpool.ThreadPool
 
scheduleTask(ThreadPool) - Method in class org.elasticsearch.indices.IndexingMemoryController
 
scheduleWithFixedDelay(Runnable, TimeValue, String) - Method in class org.elasticsearch.threadpool.ThreadPool
Schedules a periodic action that runs on the specified thread pool.
Scope - Interface in org.elasticsearch.common.inject
A scope is a level of visibility that instances provided by Guice may have.
scope(Key<T>, Provider<T>) - Method in interface org.elasticsearch.common.inject.Scope
Scopes a provider.
scope() - Method in class org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider
 
scope() - Method in interface org.elasticsearch.index.analysis.AnalyzerProvider
 
scope() - Method in class org.elasticsearch.index.analysis.NamedAnalyzer
The scope of the analyzer.
scope() - Method in class org.elasticsearch.index.analysis.PreBuiltAnalyzerProvider
 
SCOPE_ALREADY_SET - Static variable in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
ScopeAnnotation - Annotation Type in org.elasticsearch.common.inject
Annotates annotations which are used for scoping.
scopeAnnotationOnAbstractType(Class<? extends Annotation>, Class<?>, Object) - Method in class org.elasticsearch.common.inject.internal.Errors
 
ScopeBinding - Class in org.elasticsearch.common.inject.spi
Registration of a scope annotation with the scope that implements it.
ScopedBindingBuilder - Interface in org.elasticsearch.common.inject.binder
See the EDSL examples at Binder.
scopeNotFound(Class<? extends Annotation>) - Method in class org.elasticsearch.common.inject.internal.Errors
 
Scopes - Class in org.elasticsearch.common.inject
Built-in scope implementations.
Scoping - Class in org.elasticsearch.common.inject.internal
References a scope, either directly (as a scope instance), or indirectly (as a scope annotation).
score - Variable in class org.elasticsearch.action.termvectors.TermVectorsFilter.ScoreTerm
 
score(int, float) - Method in class org.elasticsearch.common.lucene.search.function.LeafScoreFunction
 
score() - Method in class org.elasticsearch.script.AbstractSearchScript
Returns the current score and only applicable when used as a scoring script in a custom score query!.
SCORE - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
 
score - Variable in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
 
score(float) - Method in class org.elasticsearch.search.SearchHit
 
score() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
score - Variable in class org.elasticsearch.search.suggest.phrase.Correction
 
score - Variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
 
score(DirectCandidateGenerator.Candidate[], DirectCandidateGenerator.CandidateSet[], int, int) - Method in class org.elasticsearch.search.suggest.phrase.WordScorer
 
SCORE - Static variable in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
SCORE - Static variable in class org.elasticsearch.search.suggest.term.TermSuggestion
 
Score() - Constructor for class org.elasticsearch.search.suggest.term.TermSuggestion.Score
 
SCORE_ERROR_MESSAGE - Static variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
 
SCORE_MODE_FIELD - Static variable in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
ScoreAccessor - Class in org.elasticsearch.script
A float encapsulation that dynamically accesses the score of a document.
ScoreAccessor(Scorer) - Constructor for class org.elasticsearch.script.ScoreAccessor
 
scoreBigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - Method in class org.elasticsearch.search.suggest.phrase.LinearInterpolatingScorer
 
scoreBigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - Method in class org.elasticsearch.search.suggest.phrase.WordScorer
 
ScoreComparator() - Constructor for class org.elasticsearch.search.suggest.completion.CompletionSuggester.ScoreComparator
 
ScoreFunction - Class in org.elasticsearch.common.lucene.search.function
 
ScoreFunction(CombineFunction) - Constructor for class org.elasticsearch.common.lucene.search.function.ScoreFunction
 
ScoreFunctionBuilder<FB extends ScoreFunctionBuilder<FB>> - Class in org.elasticsearch.index.query.functionscore
 
ScoreFunctionBuilder() - Constructor for class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
Standard empty constructor.
ScoreFunctionBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
Read from a stream.
ScoreFunctionBuilders - Class in org.elasticsearch.index.query.functionscore
Static method aliases for constructors of known ScoreFunctionBuilders.
ScoreFunctionBuilders() - Constructor for class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
ScoreFunctionParser<FB extends ScoreFunctionBuilder<FB>> - Interface in org.elasticsearch.index.query.functionscore
Parses XContent into a ScoreFunctionBuilder.
ScoreFunctionSpec(ParseField, Writeable.Reader<T>, ScoreFunctionParser<T>) - Constructor for class org.elasticsearch.plugins.SearchPlugin.ScoreFunctionSpec
 
ScoreFunctionSpec(String, Writeable.Reader<T>, ScoreFunctionParser<T>) - Constructor for class org.elasticsearch.plugins.SearchPlugin.ScoreFunctionSpec
 
scoreMode(FiltersFunctionScoreQuery.ScoreMode) - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
Score mode defines how results of individual score functions will be aggregated.
scoreMode() - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
Returns the score mode, meaning how results of individual score functions will be aggregated.
scoreMode() - Method in class org.elasticsearch.index.query.NestedQueryBuilder
Returns how the scores from the matching child documents are mapped into the nested parent document.
scoreMode() - Method in class org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
 
scoreModeAsString(ScoreMode) - Static method in class org.elasticsearch.index.query.NestedQueryBuilder
 
scoreOrdered() - Method in class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight.FieldOptions
 
scorer - Variable in class org.apache.lucene.search.grouping.CollapsingTopDocsCollector
 
scorer(LeafReaderContext) - Method in class org.elasticsearch.search.profile.query.ProfileWeight
 
ScorerAware - Interface in org.elasticsearch.common.lucene
 
scorerSupplier(LeafReaderContext) - Method in class org.elasticsearch.search.profile.query.ProfileWeight
 
scoreSort() - Static method in class org.elasticsearch.search.sort.SortBuilders
Constructs a new score sort.
ScoreSortBuilder - Class in org.elasticsearch.search.sort
A sort builder allowing to sort by score.
ScoreSortBuilder() - Constructor for class org.elasticsearch.search.sort.ScoreSortBuilder
Build a ScoreSortBuilder default to descending sort order.
ScoreSortBuilder(StreamInput) - Constructor for class org.elasticsearch.search.sort.ScoreSortBuilder
Read from a stream.
scoreTrigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - Method in class org.elasticsearch.search.suggest.phrase.LinearInterpolatingScorer
 
scoreTrigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - Method in class org.elasticsearch.search.suggest.phrase.WordScorer
 
scoreUnigram(DirectCandidateGenerator.Candidate) - Method in class org.elasticsearch.search.suggest.phrase.WordScorer
 
SCORING_BOOLEAN - Static variable in class org.elasticsearch.index.query.support.QueryParsers
 
script() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
 
script(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
 
script() - Method in class org.elasticsearch.action.update.UpdateRequest
 
script(Script) - Method in class org.elasticsearch.action.update.UpdateRequest
The script to execute.
script(String, ScriptType) - Method in class org.elasticsearch.action.update.UpdateRequest
Deprecated.
script(String) - Method in class org.elasticsearch.action.update.UpdateRequest
Deprecated.
script(String, ScriptType, Map<String, Object>) - Method in class org.elasticsearch.action.update.UpdateRequest
Deprecated.
script(String, String, ScriptType, Map<String, Object>) - Method in class org.elasticsearch.action.update.UpdateRequest
Deprecated.
script() - Method in class org.elasticsearch.index.query.ScriptQueryBuilder
 
script(Script) - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequestBuilder
Script to modify the documents before they are processed.
Script - Class in org.elasticsearch.script
Script represents used-defined input that can be used to compile and execute a script from the ScriptService based on the ScriptType.
Script(String) - Constructor for class org.elasticsearch.script.Script
Constructor for simple script using the default language and default type.
Script(ScriptType, String, String, Map<String, Object>) - Constructor for class org.elasticsearch.script.Script
Constructor for a script that does not need to use compiler options.
Script(ScriptType, String, String, Map<String, String>, Map<String, Object>) - Constructor for class org.elasticsearch.script.Script
Constructor for a script that requires the use of compiler options.
Script(StreamInput) - Constructor for class org.elasticsearch.script.Script
Creates a Script read from an input stream.
script(Script) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder
 
Script(SearchScript) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.Script
 
Script(SearchScript, ValueType) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.Script
 
script(Script) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Sets the script to use for this aggregation.
script() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Gets the script to use for this aggregation.
script() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
script(SearchScript) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
script() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
 
script() - Method in class org.elasticsearch.search.fetch.subphase.ScriptFieldsContext.ScriptField
 
script() - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
Get the script used in this sort.
SCRIPT_AUTO_RELOAD_ENABLED_SETTING - Static variable in class org.elasticsearch.script.ScriptService
 
SCRIPT_CACHE_EXPIRE_SETTING - Static variable in class org.elasticsearch.script.ScriptService
 
SCRIPT_CACHE_SIZE_SETTING - Static variable in class org.elasticsearch.script.ScriptService
 
SCRIPT_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
SCRIPT_FIELD - Static variable in class org.elasticsearch.search.sort.ScriptSortBuilder
 
SCRIPT_FIELDS_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
SCRIPT_MAX_COMPILATIONS_PER_MINUTE - Static variable in class org.elasticsearch.script.ScriptService
 
SCRIPT_MAX_SIZE_IN_BYTES - Static variable in class org.elasticsearch.script.ScriptService
 
SCRIPT_PARSE_FIELD - Static variable in class org.elasticsearch.script.Script
Standard ParseField for outer level of script queries.
SCRIPT_PARSE_FIELD - Static variable in class org.elasticsearch.script.StoredScriptSource
Standard ParseField for outer level of stored script source.
ScriptBytesValues - Class in org.elasticsearch.search.aggregations.support.values
SortedBinaryDocValues implementation that reads values from a script.
ScriptBytesValues(LeafSearchScript) - Constructor for class org.elasticsearch.search.aggregations.support.values.ScriptBytesValues
 
ScriptContext - Interface in org.elasticsearch.script
Context of an operation that uses scripts as part of its execution.
ScriptContext.Plugin - Class in org.elasticsearch.script
Custom operation exposed via plugin, which makes use of scripts as part of its execution
ScriptContext.Standard - Enum in org.elasticsearch.script
Standard operations that make use of scripts as part of their execution.
ScriptContextRegistry - Class in org.elasticsearch.script
Registry for operations that use scripts as part of their execution.
ScriptContextRegistry(Collection<ScriptContext.Plugin>) - Constructor for class org.elasticsearch.script.ScriptContextRegistry
 
ScriptDocValues<T> - Class in org.elasticsearch.index.fielddata
Script level doc values, the assumption is that any implementation will implement a getValue and a getValues that return the relevant type that then can be used in scripts.
ScriptDocValues() - Constructor for class org.elasticsearch.index.fielddata.ScriptDocValues
 
ScriptDocValues.Booleans - Class in org.elasticsearch.index.fielddata
 
ScriptDocValues.BytesRefs - Class in org.elasticsearch.index.fielddata
 
ScriptDocValues.Dates - Class in org.elasticsearch.index.fielddata
 
ScriptDocValues.Doubles - Class in org.elasticsearch.index.fielddata
 
ScriptDocValues.GeoPoints - Class in org.elasticsearch.index.fielddata
 
ScriptDocValues.Longs - Class in org.elasticsearch.index.fielddata
 
ScriptDocValues.Strings - Class in org.elasticsearch.index.fielddata
 
ScriptDoubleValues - Class in org.elasticsearch.search.aggregations.support.values
SortingNumericDoubleValues implementation which is based on a script
ScriptDoubleValues(LeafSearchScript) - Constructor for class org.elasticsearch.search.aggregations.support.values.ScriptDoubleValues
 
scriptedMetric(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new ScriptedMetric aggregation with the given name.
ScriptedMetric - Interface in org.elasticsearch.search.aggregations.metrics.scripted
A metric aggregation that computes both its final and intermediate states using scripts.
ScriptedMetricAggregationBuilder - Class in org.elasticsearch.search.aggregations.metrics.scripted
 
ScriptedMetricAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
 
ScriptedMetricAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregationBuilder
Read from a stream.
ScriptedMetricAggregator - Class in org.elasticsearch.search.aggregations.metrics.scripted
 
ScriptedMetricAggregator(String, SearchScript, ExecutableScript, Script, Map<String, Object>, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregator
 
ScriptedMetricAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.scripted
 
ScriptedMetricAggregatorFactory(String, Function<Map<String, Object>, SearchScript>, Function<Map<String, Object>, ExecutableScript>, Function<Map<String, Object>, ExecutableScript>, Script, Map<String, Object>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregatorFactory
 
scriptedUpsert() - Method in class org.elasticsearch.action.update.UpdateRequest
 
scriptedUpsert(boolean) - Method in class org.elasticsearch.action.update.UpdateRequest
 
ScriptEngineRegistry - Class in org.elasticsearch.script
 
ScriptEngineRegistry(Iterable<ScriptEngineService>) - Constructor for class org.elasticsearch.script.ScriptEngineRegistry
 
ScriptEngineService - Interface in org.elasticsearch.script
 
ScriptException - Exception in org.elasticsearch.script
Exception from a scripting engine.
ScriptException(String, Throwable, List<String>, String, String) - Constructor for exception org.elasticsearch.script.ScriptException
Create a new ScriptException.
ScriptException(StreamInput) - Constructor for exception org.elasticsearch.script.ScriptException
Deserializes a ScriptException from a StreamInput
scriptField(String, Script) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Adds a script field under the given name with the provided script.
scriptField(String, Script, boolean) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Adds a script field under the given name with the provided script.
scriptField(String, Script) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds a script field under the given name with the provided script.
scriptField(String, Script, boolean) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds a script field under the given name with the provided script.
ScriptField(String, Script, boolean) - Constructor for class org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
 
ScriptField(StreamInput) - Constructor for class org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
Read from a stream.
ScriptField(QueryParseContext) - Constructor for class org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
 
ScriptField(String, SearchScript, boolean) - Constructor for class org.elasticsearch.search.fetch.subphase.ScriptFieldsContext.ScriptField
 
scriptFields(List<SearchSourceBuilder.ScriptField>) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
 
scriptFields() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Gets the script fields.
scriptFields() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the script fields.
scriptFields() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
scriptFields() - Method in class org.elasticsearch.search.internal.SearchContext
 
scriptFields() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
ScriptFieldsContext - Class in org.elasticsearch.search.fetch.subphase
 
ScriptFieldsContext() - Constructor for class org.elasticsearch.search.fetch.subphase.ScriptFieldsContext
 
ScriptFieldsContext.ScriptField - Class in org.elasticsearch.search.fetch.subphase
 
ScriptFieldsFetchSubPhase - Class in org.elasticsearch.search.fetch.subphase
 
ScriptFieldsFetchSubPhase() - Constructor for class org.elasticsearch.search.fetch.subphase.ScriptFieldsFetchSubPhase
 
scriptFunction(Function<RandomAccessOrds, ScriptDocValues<?>>) - Method in class org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData.Builder
 
scriptFunction(Script) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
scriptFunction(String) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
ScriptHeuristic - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
ScriptHeuristic(Script) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
 
ScriptHeuristic(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
Read from a stream.
ScriptHeuristic.LongAccessor - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
scriptLang(String) - Method in class org.elasticsearch.action.update.UpdateRequest
Deprecated.
scriptLang() - Method in class org.elasticsearch.action.update.UpdateRequest
Deprecated.
ScriptLongValues - Class in org.elasticsearch.search.aggregations.support.values
LongValues implementation which is based on a script
ScriptLongValues(LeafSearchScript) - Constructor for class org.elasticsearch.search.aggregations.support.values.ScriptLongValues
 
ScriptMetaData - Class in org.elasticsearch.script
ScriptMetaData is used to store user-defined scripts as part of the ClusterState.
ScriptMetaData(StreamInput) - Constructor for class org.elasticsearch.script.ScriptMetaData
 
ScriptMetaData.Builder - Class in org.elasticsearch.script
A builder used to modify the currently stored scripts data held within the ClusterState.
ScriptMetrics - Class in org.elasticsearch.script
 
ScriptMetrics() - Constructor for class org.elasticsearch.script.ScriptMetrics
 
ScriptModes - Class in org.elasticsearch.script
Holds the boolean indicating the enabled mode for each of the different scripting languages available, each script source and each scripted operation.
ScriptModule - Class in org.elasticsearch.script
Manages building ScriptService and ScriptSettings from a list of plugins.
ScriptModule(Settings, Environment, ResourceWatcherService, List<ScriptEngineService>, List<ScriptContext.Plugin>) - Constructor for class org.elasticsearch.script.ScriptModule
scriptParams() - Method in class org.elasticsearch.action.update.UpdateRequest
Deprecated.
scriptParams(Map<String, Object>) - Method in class org.elasticsearch.action.update.UpdateRequest
Deprecated.
ScriptPlugin - Interface in org.elasticsearch.plugins
An additional extension point for Plugins that extends Elasticsearch's scripting functionality.
scriptQuery(Script) - Static method in class org.elasticsearch.index.query.QueryBuilders
A builder for filter based on a script.
ScriptQueryBuilder - Class in org.elasticsearch.index.query
 
ScriptQueryBuilder(Script) - Constructor for class org.elasticsearch.index.query.ScriptQueryBuilder
 
ScriptQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.ScriptQueryBuilder
Read from a stream.
ScriptScoreFunction - Class in org.elasticsearch.common.lucene.search.function
 
ScriptScoreFunction(Script, SearchScript) - Constructor for class org.elasticsearch.common.lucene.search.function.ScriptScoreFunction
 
ScriptScoreFunctionBuilder - Class in org.elasticsearch.index.query.functionscore
A function that uses a script to compute or influence the score of documents that match with the inner query or filter.
ScriptScoreFunctionBuilder(Script) - Constructor for class org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
 
ScriptScoreFunctionBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
Read from a stream.
scriptService - Variable in class org.elasticsearch.index.query.QueryRewriteContext
 
scriptService - Variable in class org.elasticsearch.ingest.Processor.Parameters
Provides processors script support.
ScriptService - Class in org.elasticsearch.script
 
ScriptService(Settings, Environment, ResourceWatcherService, ScriptEngineRegistry, ScriptContextRegistry, ScriptSettings) - Constructor for class org.elasticsearch.script.ScriptService
 
scriptService() - Method in class org.elasticsearch.search.aggregations.InternalAggregation.ReduceContext
 
ScriptSettings - Class in org.elasticsearch.script
 
ScriptSettings(ScriptEngineRegistry, ScriptContextRegistry) - Constructor for class org.elasticsearch.script.ScriptSettings
 
scriptsFile() - Method in class org.elasticsearch.env.Environment
Location of on-disk scripts
scriptSort(Script, ScriptSortBuilder.ScriptSortType) - Static method in class org.elasticsearch.search.sort.SortBuilders
Constructs a new script based sort.
ScriptSortBuilder - Class in org.elasticsearch.search.sort
Script sort builder allows to sort based on a custom script expression.
ScriptSortBuilder(Script, ScriptSortBuilder.ScriptSortType) - Constructor for class org.elasticsearch.search.sort.ScriptSortBuilder
Constructs a script sort builder with the given script.
ScriptSortBuilder(StreamInput) - Constructor for class org.elasticsearch.search.sort.ScriptSortBuilder
Read from a stream.
ScriptSortBuilder.ScriptSortType - Enum in org.elasticsearch.search.sort
 
ScriptStats - Class in org.elasticsearch.script
 
ScriptStats(long, long) - Constructor for class org.elasticsearch.script.ScriptStats
 
ScriptStats(StreamInput) - Constructor for class org.elasticsearch.script.ScriptStats
 
scriptString() - Method in class org.elasticsearch.action.update.UpdateRequest
Deprecated.
scriptType() - Method in class org.elasticsearch.action.update.UpdateRequest
Deprecated.
ScriptType - Enum in org.elasticsearch.script
ScriptType represents the way a script is stored and retrieved from the ScriptService.
scriptValueType(ValueType) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
scriptValueType() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
scroll() - Method in class org.elasticsearch.action.search.SearchRequest
If set, will enable scrolling of the search request.
scroll(Scroll) - Method in class org.elasticsearch.action.search.SearchRequest
If set, will enable scrolling of the search request.
scroll(TimeValue) - Method in class org.elasticsearch.action.search.SearchRequest
If set, will enable scrolling of the search request for the specified timeout.
scroll(String) - Method in class org.elasticsearch.action.search.SearchRequest
If set, will enable scrolling of the search request for the specified timeout.
scroll() - Method in class org.elasticsearch.action.search.SearchScrollRequest
If set, will enable scrolling of the search request.
scroll(Scroll) - Method in class org.elasticsearch.action.search.SearchScrollRequest
If set, will enable scrolling of the search request.
scroll(TimeValue) - Method in class org.elasticsearch.action.search.SearchScrollRequest
If set, will enable scrolling of the search request for the specified timeout.
scroll(String) - Method in class org.elasticsearch.action.search.SearchScrollRequest
If set, will enable scrolling of the search request for the specified timeout.
scroll() - Method in class org.elasticsearch.search.internal.InternalScrollSearchRequest
 
scroll(Scroll) - Method in class org.elasticsearch.search.internal.InternalScrollSearchRequest
 
scroll - Variable in class org.elasticsearch.search.internal.ScrollContext
 
scroll() - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
scroll() - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
 
scroll() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
Scroll - Class in org.elasticsearch.search
A scroll enables scrolling of search request.
Scroll(StreamInput) - Constructor for class org.elasticsearch.search.Scroll
 
Scroll(TimeValue) - Constructor for class org.elasticsearch.search.Scroll
Constructs a new scroll of the provided keep alive.
ScrollableHitSource - Class in org.elasticsearch.index.reindex
A scrollable source of results.
ScrollableHitSource(Logger, BackoffPolicy, ThreadPool, Runnable, Consumer<Exception>) - Constructor for class org.elasticsearch.index.reindex.ScrollableHitSource
 
ScrollableHitSource.BasicHit - Class in org.elasticsearch.index.reindex
An implementation of ScrollableHitSource.Hit that uses getters and setters.
ScrollableHitSource.Hit - Interface in org.elasticsearch.index.reindex
A document returned as part of the response.
ScrollableHitSource.Response - Class in org.elasticsearch.index.reindex
Response from each scroll batch.
ScrollableHitSource.SearchFailure - Class in org.elasticsearch.index.reindex
A failure during search.
scrollContext() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
scrollContext(ScrollContext) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
ScrollContext - Class in org.elasticsearch.search.internal
Wrapper around information that needs to stay around when scrolling.
ScrollContext() - Constructor for class org.elasticsearch.search.internal.ScrollContext
 
scrollContext() - Method in class org.elasticsearch.search.internal.SearchContext
 
scrollContext(ScrollContext) - Method in class org.elasticsearch.search.internal.SearchContext
 
scrollContext(ScrollContext) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
scrollId(String) - Method in class org.elasticsearch.action.search.SearchResponse
 
scrollId() - Method in class org.elasticsearch.action.search.SearchScrollRequest
The scroll id used to scroll the search.
scrollId(String) - Method in class org.elasticsearch.action.search.SearchScrollRequest
 
scrollIds() - Method in class org.elasticsearch.action.search.ClearScrollRequest
 
scrollIds(List<String>) - Method in class org.elasticsearch.action.search.ClearScrollRequest
 
ScrollQueryFetchSearchResult - Class in org.elasticsearch.search.fetch
 
ScrollQueryFetchSearchResult() - Constructor for class org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
 
ScrollQueryFetchSearchResult(QueryFetchSearchResult, SearchShardTarget) - Constructor for class org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
 
ScrollQuerySearchResult - Class in org.elasticsearch.search.query
 
ScrollQuerySearchResult() - Constructor for class org.elasticsearch.search.query.ScrollQuerySearchResult
 
ScrollQuerySearchResult(QuerySearchResult, SearchShardTarget) - Constructor for class org.elasticsearch.search.query.ScrollQuerySearchResult
 
search - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
search(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
search() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
search(SearchRequest) - Method in interface org.elasticsearch.client.Client
Search across one or more indices and one or more types with a query.
search(SearchRequest, ActionListener<SearchResponse>) - Method in interface org.elasticsearch.client.Client
Search across one or more indices and one or more types with a query.
search(SearchRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
search(SearchRequest, ActionListener<SearchResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
search - Variable in class org.elasticsearch.index.engine.Segment
 
search(CompiledScript, SearchLookup, Map<String, Object>) - Method in class org.elasticsearch.script.NativeScriptEngineService
 
search(CompiledScript, SearchLookup, Map<String, Object>) - Method in interface org.elasticsearch.script.ScriptEngineService
 
search(SearchLookup, Script, ScriptContext) - Method in class org.elasticsearch.script.ScriptService
Compiles (or retrieves from cache) and executes the provided search script
search(SearchLookup, CompiledScript, Map<String, Object>) - Method in class org.elasticsearch.script.ScriptService
Binds provided parameters to a compiled script returning a SearchScript ready for execution
search(List<LeafReaderContext>, Weight, Collector) - Method in class org.elasticsearch.search.internal.ContextIndexSearcher
 
SEARCH - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
SEARCH_AFTER - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
SEARCH_AFTER - Static variable in class org.elasticsearch.search.searchafter.SearchAfterBuilder
 
SEARCH_ANALYZER - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
 
SEARCH_ANALYZER - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Fields
 
SearchAction - Class in org.elasticsearch.action.search
 
searchAfter(Object[]) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Set the sort values that indicates which docs this request should "search after".
searchAfter() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
The sort values that indicates which docs this request should "search after".
searchAfter(Object[]) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Set the sort values that indicates which docs this request should "search after".
searchAfter(FieldDoc) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
searchAfter() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
searchAfter(FieldDoc) - Method in class org.elasticsearch.search.internal.SearchContext
 
searchAfter() - Method in class org.elasticsearch.search.internal.SearchContext
 
SearchAfterBuilder - Class in org.elasticsearch.search.searchafter
 
SearchAfterBuilder() - Constructor for class org.elasticsearch.search.searchafter.SearchAfterBuilder
 
SearchAfterBuilder(StreamInput) - Constructor for class org.elasticsearch.search.searchafter.SearchAfterBuilder
Read from a stream.
searchAnalyzer() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
searchAnalyzer() - Method in class org.elasticsearch.index.mapper.DocumentFieldMappers
A smart analyzer used for searching that takes into account specific analyzers configured per FieldMapper.
searchAnalyzer(NamedAnalyzer) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
searchAnalyzer() - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
searchAnalyzer() - Method in class org.elasticsearch.index.mapper.MapperService
 
searchAnalyzer(NamedAnalyzer) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.Builder
 
SearchContext - Class in org.elasticsearch.search.internal
This class encapsulates the state needed to execute a search.
SearchContext() - Constructor for class org.elasticsearch.search.internal.SearchContext
 
SearchContext.Lifetime - Enum in org.elasticsearch.search.internal
The life time of an object that is used during search execution.
SearchContextAggregations - Class in org.elasticsearch.search.aggregations
The aggregation context that is part of the search context.
SearchContextAggregations(AggregatorFactories) - Constructor for class org.elasticsearch.search.aggregations.SearchContextAggregations
Creates a new aggregation context with the parsed aggregator factories
SearchContextException - Exception in org.elasticsearch.search
 
SearchContextException(SearchContext, String) - Constructor for exception org.elasticsearch.search.SearchContextException
 
SearchContextException(SearchContext, String, Throwable) - Constructor for exception org.elasticsearch.search.SearchContextException
 
SearchContextException(StreamInput) - Constructor for exception org.elasticsearch.search.SearchContextException
 
SearchContextHighlight - Class in org.elasticsearch.search.fetch.subphase.highlight
 
SearchContextHighlight(Collection<SearchContextHighlight.Field>) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.SearchContextHighlight
 
SearchContextHighlight.Field - Class in org.elasticsearch.search.fetch.subphase.highlight
 
SearchContextHighlight.FieldOptions - Class in org.elasticsearch.search.fetch.subphase.highlight
 
SearchContextMissingException - Exception in org.elasticsearch.search
 
SearchContextMissingException(long) - Constructor for exception org.elasticsearch.search.SearchContextMissingException
 
SearchContextMissingException(StreamInput) - Constructor for exception org.elasticsearch.search.SearchContextMissingException
 
searcher() - Method in class org.elasticsearch.index.engine.Engine.GetResult
 
Searcher(String, IndexSearcher) - Constructor for class org.elasticsearch.index.engine.Engine.Searcher
 
searcher() - Method in class org.elasticsearch.index.engine.Engine.Searcher
 
searcher() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
searcher() - Method in class org.elasticsearch.search.internal.SearchContext
 
SearchException - Exception in org.elasticsearch.search
 
SearchException(SearchShardTarget, String) - Constructor for exception org.elasticsearch.search.SearchException
 
SearchException(SearchShardTarget, String, Throwable) - Constructor for exception org.elasticsearch.search.SearchException
 
SearchException(StreamInput) - Constructor for exception org.elasticsearch.search.SearchException
 
SearchExtBuilder - Class in org.elasticsearch.search
Intermediate serializable representation of a search ext section.
SearchExtBuilder() - Constructor for class org.elasticsearch.search.SearchExtBuilder
 
SearchExtensionSpec(ParseField, Writeable.Reader<? extends W>, P) - Constructor for class org.elasticsearch.plugins.SearchPlugin.SearchExtensionSpec
Build the spec with a ParseField.
SearchExtensionSpec(String, Writeable.Reader<? extends W>, P) - Constructor for class org.elasticsearch.plugins.SearchPlugin.SearchExtensionSpec
Build the spec with a String.
SearchExtSpec(ParseField, Writeable.Reader<? extends T>, CheckedFunction<XContentParser, T, IOException>) - Constructor for class org.elasticsearch.plugins.SearchPlugin.SearchExtSpec
 
SearchExtSpec(String, Writeable.Reader<? extends T>, CheckedFunction<XContentParser, T, IOException>) - Constructor for class org.elasticsearch.plugins.SearchPlugin.SearchExtSpec
 
SearchFailure(Throwable, String, Integer, String) - Constructor for class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
SearchFailure(Throwable) - Constructor for class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
Build a search failure that doesn't have shard information available.
SearchFailure(StreamInput) - Constructor for class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
Read from a stream.
SearchHit - Class in org.elasticsearch.search
A single search hit.
SearchHit(int) - Constructor for class org.elasticsearch.search.SearchHit
 
SearchHit(int, String, Text, Map<String, SearchHitField>) - Constructor for class org.elasticsearch.search.SearchHit
 
SearchHit(int, String, Text, SearchHit.NestedIdentity, Map<String, SearchHitField>) - Constructor for class org.elasticsearch.search.SearchHit
 
SearchHit.Fields - Class in org.elasticsearch.search
 
SearchHit.NestedIdentity - Class in org.elasticsearch.search
Encapsulates the nested identity of a hit.
SearchHitField - Class in org.elasticsearch.search
A single field name and values part of a SearchHit.
SearchHitField(String, List<Object>) - Constructor for class org.elasticsearch.search.SearchHitField
 
SearchHits - Class in org.elasticsearch.search
The hits of a search request.
SearchHits(SearchHit[], long, float) - Constructor for class org.elasticsearch.search.SearchHits
 
SearchHits.Fields - Class in org.elasticsearch.search
 
SearchLookup - Class in org.elasticsearch.search.lookup
 
SearchLookup(MapperService, IndexFieldDataService, String[]) - Constructor for class org.elasticsearch.search.lookup.SearchLookup
 
SearchModule - Class in org.elasticsearch.search
Sets up things that can be done at search time like queries, aggregations, and suggesters.
SearchModule(Settings, boolean, List<SearchPlugin>) - Constructor for class org.elasticsearch.search.SearchModule
 
SearchOperationListener - Interface in org.elasticsearch.index.shard
An listener for search, fetch and context events.
SearchOperationListener.CompositeListener - Class in org.elasticsearch.index.shard
A Composite listener that multiplexes calls to each of the listeners methods.
SearchParseException - Exception in org.elasticsearch.search
 
SearchParseException(SearchContext, String, XContentLocation) - Constructor for exception org.elasticsearch.search.SearchParseException
 
SearchParseException(SearchContext, String, XContentLocation, Throwable) - Constructor for exception org.elasticsearch.search.SearchParseException
 
SearchParseException(StreamInput) - Constructor for exception org.elasticsearch.search.SearchParseException
 
SearchPhase - Interface in org.elasticsearch.search
Represents a phase of a search request e.g.
SearchPhaseController - Class in org.elasticsearch.action.search
 
SearchPhaseController(Settings, BigArrays, ScriptService) - Constructor for class org.elasticsearch.action.search.SearchPhaseController
 
SearchPhaseController.ReducedQueryPhase - Class in org.elasticsearch.action.search
 
SearchPhaseExecutionException - Exception in org.elasticsearch.action.search
 
SearchPhaseExecutionException(String, String, ShardSearchFailure[]) - Constructor for exception org.elasticsearch.action.search.SearchPhaseExecutionException
 
SearchPhaseExecutionException(String, String, Throwable, ShardSearchFailure[]) - Constructor for exception org.elasticsearch.action.search.SearchPhaseExecutionException
 
SearchPhaseExecutionException(StreamInput) - Constructor for exception org.elasticsearch.action.search.SearchPhaseExecutionException
 
SearchPhaseResult - Class in org.elasticsearch.search
This class is a base class for all search releated results.
SearchPhaseResult() - Constructor for class org.elasticsearch.search.SearchPhaseResult
 
SearchPlugin - Interface in org.elasticsearch.plugins
Plugin for extending search time behavior.
SearchPlugin.AggregationSpec - Class in org.elasticsearch.plugins
Specification for an Aggregation.
SearchPlugin.FetchPhaseConstructionContext - Class in org.elasticsearch.plugins
Context available during fetch phase construction.
SearchPlugin.PipelineAggregationSpec - Class in org.elasticsearch.plugins
Specification for a PipelineAggregator.
SearchPlugin.QuerySpec<T extends QueryBuilder> - Class in org.elasticsearch.plugins
Specification of custom Query.
SearchPlugin.ScoreFunctionSpec<T extends ScoreFunctionBuilder<T>> - Class in org.elasticsearch.plugins
Specification of custom ScoreFunction.
SearchPlugin.SearchExtensionSpec<W extends NamedWriteable,P> - Class in org.elasticsearch.plugins
Specification of search time behavior extension like a custom MovAvgModel or ScoreFunction.
SearchPlugin.SearchExtSpec<T extends SearchExtBuilder> - Class in org.elasticsearch.plugins
Specification for a SearchExtBuilder which represents an additional section that can be parsed in a search request (within the ext element).
SearchPlugin.SuggesterSpec<T extends SuggestionBuilder<T>> - Class in org.elasticsearch.plugins
Specification for a Suggester.
SearchProfileShardResults - Class in org.elasticsearch.search.profile
A container class to hold all the profile results across all shards.
SearchProfileShardResults(Map<String, ProfileShardResult>) - Constructor for class org.elasticsearch.search.profile.SearchProfileShardResults
 
SearchProfileShardResults(StreamInput) - Constructor for class org.elasticsearch.search.profile.SearchProfileShardResults
 
searchQuoteAnalyzer() - Method in class org.elasticsearch.index.mapper.DocumentFieldMappers
 
searchQuoteAnalyzer(NamedAnalyzer) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
searchQuoteAnalyzer() - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
searchQuoteAnalyzer() - Method in class org.elasticsearch.index.mapper.MapperService
 
SearchRequest - Class in org.elasticsearch.action.search
A request to execute search against one or more indices (or all).
SearchRequest() - Constructor for class org.elasticsearch.action.search.SearchRequest
 
SearchRequest(String...) - Constructor for class org.elasticsearch.action.search.SearchRequest
Constructs a new search request against the indices.
SearchRequest(String[], SearchSourceBuilder) - Constructor for class org.elasticsearch.action.search.SearchRequest
Constructs a new search request against the provided indices with the given search source.
searchRequest(String...) - Static method in class org.elasticsearch.client.Requests
Creates a search request against one or more indices.
SearchRequestBuilder - Class in org.elasticsearch.action.search
A search action request builder.
SearchRequestBuilder(ElasticsearchClient, SearchAction) - Constructor for class org.elasticsearch.action.search.SearchRequestBuilder
 
SearchResponse - Class in org.elasticsearch.action.search
A response of a search request.
SearchResponse() - Constructor for class org.elasticsearch.action.search.SearchResponse
 
SearchResponse(SearchResponseSections, String, int, int, int, long, ShardSearchFailure[]) - Constructor for class org.elasticsearch.action.search.SearchResponse
 
SearchResponseSections - Class in org.elasticsearch.action.search
Base class that holds the various sections which a search response is composed of (hits, aggs, suggestions etc.) and allows to retrieve them.
SearchResponseSections(SearchHits, Aggregations, Suggest, boolean, Boolean, SearchProfileShardResults, int) - Constructor for class org.elasticsearch.action.search.SearchResponseSections
 
searchRouting() - Method in class org.elasticsearch.action.admin.indices.alias.Alias
Returns the search routing value associated with the alias
searchRouting(String) - Method in class org.elasticsearch.action.admin.indices.alias.Alias
Associates a search routing value to the alias
searchRouting() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
searchRouting(String) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
searchRouting(String) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
searchRouting() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
searchRoutingValues() - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
SearchScript - Interface in org.elasticsearch.script
A search script.
searchScroll(SearchScrollRequest) - Method in interface org.elasticsearch.client.Client
A search scroll request to continue searching a previous scrollable search request.
searchScroll(SearchScrollRequest, ActionListener<SearchResponse>) - Method in interface org.elasticsearch.client.Client
A search scroll request to continue searching a previous scrollable search request.
searchScroll(SearchScrollRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
searchScroll(SearchScrollRequest, ActionListener<SearchResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
SearchScrollAction - Class in org.elasticsearch.action.search
 
SearchScrollRequest - Class in org.elasticsearch.action.search
 
SearchScrollRequest() - Constructor for class org.elasticsearch.action.search.SearchScrollRequest
 
SearchScrollRequest(String) - Constructor for class org.elasticsearch.action.search.SearchScrollRequest
 
searchScrollRequest(String) - Static method in class org.elasticsearch.client.Requests
Creates a search scroll request allowing to continue searching a previous search request.
SearchScrollRequestBuilder - Class in org.elasticsearch.action.search
A search scroll action request builder.
SearchScrollRequestBuilder(ElasticsearchClient, SearchScrollAction) - Constructor for class org.elasticsearch.action.search.SearchScrollRequestBuilder
 
SearchScrollRequestBuilder(ElasticsearchClient, SearchScrollAction, String) - Constructor for class org.elasticsearch.action.search.SearchScrollRequestBuilder
 
SearchService - Class in org.elasticsearch.search
 
SearchService(ClusterService, IndicesService, ThreadPool, ScriptService, BigArrays, FetchPhase) - Constructor for class org.elasticsearch.search.SearchService
 
SearchShardIterator - Class in org.elasticsearch.action.search
Extension of PlainShardIterator used in the search api, which also holds the OriginalIndices of the search request.
SearchShardIterator(String, ShardId, List<ShardRouting>, OriginalIndices) - Constructor for class org.elasticsearch.action.search.SearchShardIterator
Creates a PlainShardIterator instance that iterates over a subset of the given shards this the a given shardId.
searchShards(ClusterSearchShardsRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Returns list of shards the given search would be executed on.
searchShards(ClusterSearchShardsRequest, ActionListener<ClusterSearchShardsResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Returns list of shards the given search would be executed on.
searchShards(ClusterState, String[], Map<String, Set<String>>, String) - Method in class org.elasticsearch.cluster.routing.OperationRouting
 
SearchShardTarget - Class in org.elasticsearch.search
The target that the search request was executed on.
SearchShardTarget(StreamInput) - Constructor for class org.elasticsearch.search.SearchShardTarget
 
SearchShardTarget(String, ShardId, String, OriginalIndices) - Constructor for class org.elasticsearch.search.SearchShardTarget
 
SearchShardTarget(String, Index, int, String) - Constructor for class org.elasticsearch.search.SearchShardTarget
 
SearchSlowLog - Class in org.elasticsearch.index
 
SearchSlowLog(IndexSettings) - Constructor for class org.elasticsearch.index.SearchSlowLog
 
SearchSortValues - Class in org.elasticsearch.search
 
SearchSortValues(Object[], DocValueFormat[]) - Constructor for class org.elasticsearch.search.SearchSortValues
 
SearchSortValues(StreamInput) - Constructor for class org.elasticsearch.search.SearchSortValues
 
searchSource() - Static method in class org.elasticsearch.search.builder.SearchSourceBuilder
A static factory method to construct a new search source.
SearchSourceBuilder - Class in org.elasticsearch.search.builder
A search source builder allowing to easily build search source.
SearchSourceBuilder() - Constructor for class org.elasticsearch.search.builder.SearchSourceBuilder
Constructs a new search source builder.
SearchSourceBuilder(StreamInput) - Constructor for class org.elasticsearch.search.builder.SearchSourceBuilder
Read from a stream.
SearchSourceBuilder.IndexBoost - Class in org.elasticsearch.search.builder
 
SearchSourceBuilder.ScriptField - Class in org.elasticsearch.search.builder
 
SearchSourceBuilderException - Exception in org.elasticsearch.search.builder
 
SearchSourceBuilderException(String) - Constructor for exception org.elasticsearch.search.builder.SearchSourceBuilderException
 
SearchSourceBuilderException(String, Throwable) - Constructor for exception org.elasticsearch.search.builder.SearchSourceBuilderException
 
SearchSourceBuilderException(StreamInput) - Constructor for exception org.elasticsearch.search.builder.SearchSourceBuilderException
 
SearchStats - Class in org.elasticsearch.index.search.stats
 
SearchStats() - Constructor for class org.elasticsearch.index.search.stats.SearchStats
 
SearchStats(SearchStats.Stats, long, Map<String, SearchStats.Stats>) - Constructor for class org.elasticsearch.index.search.stats.SearchStats
 
searchStats(String...) - Method in class org.elasticsearch.index.shard.IndexShard
 
SearchStats.Stats - Class in org.elasticsearch.index.search.stats
 
SearchTask - Class in org.elasticsearch.action.search
Task storing information about a currently running search request.
SearchTask(long, String, String, String, TaskId) - Constructor for class org.elasticsearch.action.search.SearchTask
 
searchThreadPoolSize(int) - Static method in class org.elasticsearch.threadpool.ThreadPool
 
searchTimedOut(boolean) - Method in class org.elasticsearch.search.query.QuerySearchResult
 
searchTimedOut() - Method in class org.elasticsearch.search.query.QuerySearchResult
 
searchToString(StringBuilder) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Append a short description of the search request to a StringBuilder.
searchToString(StringBuilder) - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
 
SearchTransportService - Class in org.elasticsearch.action.search
An encapsulation of SearchService operations exposed through transport.
SearchTransportService(Settings, TransportService) - Constructor for class org.elasticsearch.action.search.SearchTransportService
 
SearchTransportService.CanMatchResponse - Class in org.elasticsearch.action.search
 
SearchTransportService.SearchFreeContextResponse - Class in org.elasticsearch.action.search
 
searchType(SearchType) - Method in class org.elasticsearch.action.search.SearchRequest
The search type to execute, defaults to SearchType.DEFAULT.
searchType(String) - Method in class org.elasticsearch.action.search.SearchRequest
The a string representation search type to execute, defaults to SearchType.DEFAULT.
searchType() - Method in class org.elasticsearch.action.search.SearchRequest
The tye of search to execute.
SearchType - Enum in org.elasticsearch.action.search
Search type represent the manner at which the search operation is executed.
searchType() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
searchType() - Method in class org.elasticsearch.search.internal.SearchContext
 
searchType() - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
searchType() - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
 
searchType(SearchType) - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
searchType() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
seasonalityType(HoltWintersModel.SeasonalityType) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
 
SECCOMP_SETTING - Static variable in class org.elasticsearch.bootstrap.BootstrapSettings
 
SECOND - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
seconds() - Method in class org.elasticsearch.common.unit.TimeValue
 
seconds(int) - Static method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
secondsFrac() - Method in class org.elasticsearch.common.unit.TimeValue
 
SECRET_PROMPT_VALUE - Static variable in class org.elasticsearch.node.InternalSettingsPreparer
 
secureFile(String, Setting<InputStream>, Setting.Property...) - Static method in class org.elasticsearch.common.settings.SecureSetting
A setting which contains a file.
SecureSetting<T> - Class in org.elasticsearch.common.settings
A secure setting.
SecureSettings - Interface in org.elasticsearch.common.settings
An accessor for settings which are securely stored.
secureString(String, Setting<SecureString>, Setting.Property...) - Static method in class org.elasticsearch.common.settings.SecureSetting
A setting which contains a sensitive string.
SecureString - Class in org.elasticsearch.common.settings
A String implementations which allows clearing the underlying char array.
SecureString(char[]) - Constructor for class org.elasticsearch.common.settings.SecureString
Constructs a new SecureString which controls the passed in char array.
SecureString(String) - Constructor for class org.elasticsearch.common.settings.SecureString
Deprecated.
Only use for compatibility between deprecated string settings and new secure strings
SECURITY_FILTER_BAD_DEFAULTS_SETTING - Static variable in class org.elasticsearch.bootstrap.BootstrapSettings
 
seed(int) - Method in class org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
Sets the seed based on which the random number will be generated.
seed(long) - Method in class org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
seed variant taking a long value.
seed(String) - Method in class org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
seed variant taking a String value.
SEED - Static variable in class org.elasticsearch.search.slice.TermsSliceQuery
 
seek(long) - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
seek(long) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
seek(long) - Method in class org.elasticsearch.common.lucene.store.ByteArrayIndexInput
 
seekCeil(BytesRef) - Method in class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
seekExact(BytesRef) - Method in class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
seekExact(long) - Method in class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
seekExact(BytesRef) - Method in class org.elasticsearch.common.lucene.index.FreqTermsEnum
 
Segment - Class in org.elasticsearch.index.engine
 
Segment(String) - Constructor for class org.elasticsearch.index.engine.Segment
 
segmentReader(LeafReader) - Static method in class org.elasticsearch.index.engine.Engine
Tries to extract a segment reader from the given index reader.
segments - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
segments(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
segments() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
segments(IndicesSegmentsRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
The segments of one or more indices.
segments(IndicesSegmentsRequest, ActionListener<IndicesSegmentResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
The segments of one or more indices.
segments(boolean) - Method in class org.elasticsearch.index.engine.Engine
The list of segments in the engine.
segments(boolean) - Method in class org.elasticsearch.index.engine.InternalEngine
 
segments(boolean) - Method in class org.elasticsearch.index.engine.ShadowEngine
 
segments(boolean) - Method in class org.elasticsearch.index.shard.IndexShard
 
segmentsStats(boolean) - Method in class org.elasticsearch.index.engine.Engine
Global stats on segments.
SegmentsStats - Class in org.elasticsearch.index.engine
 
SegmentsStats() - Constructor for class org.elasticsearch.index.engine.SegmentsStats
 
segmentStats(boolean) - Method in class org.elasticsearch.index.shard.IndexShard
 
select(SortedNumericDocValues, long) - Method in enum org.elasticsearch.search.MultiValueMode
Return a NumericDocValues instance that can be used to sort documents with this mode and the provided values.
select(SortedNumericDocValues, long, BitSet, DocIdSetIterator, int) - Method in enum org.elasticsearch.search.MultiValueMode
Return a NumericDocValues instance that can be used to sort root documents with this mode, the provided values and filters for root/inner documents.
select(SortedNumericDoubleValues, double) - Method in enum org.elasticsearch.search.MultiValueMode
Return a NumericDoubleValues instance that can be used to sort documents with this mode and the provided values.
select(SortedNumericDoubleValues, double, BitSet, DocIdSetIterator, int) - Method in enum org.elasticsearch.search.MultiValueMode
Return a NumericDoubleValues instance that can be used to sort root documents with this mode, the provided values and filters for root/inner documents.
select(SortedBinaryDocValues, BytesRef) - Method in enum org.elasticsearch.search.MultiValueMode
Return a BinaryDocValues instance that can be used to sort documents with this mode and the provided values.
select(SortedBinaryDocValues, BytesRef, BitSet, DocIdSetIterator, int) - Method in enum org.elasticsearch.search.MultiValueMode
Return a BinaryDocValues instance that can be used to sort root documents with this mode, the provided values and filters for root/inner documents.
select(RandomAccessOrds) - Method in enum org.elasticsearch.search.MultiValueMode
Return a SortedDocValues instance that can be used to sort documents with this mode and the provided values.
select(RandomAccessOrds, BitSet, DocIdSetIterator) - Method in enum org.elasticsearch.search.MultiValueMode
Return a SortedDocValues instance that can be used to sort root documents with this mode, the provided values and filters for root/inner documents.
select(MultiValueMode.UnsortedNumericDoubleValues, double) - Method in enum org.elasticsearch.search.MultiValueMode
Return a NumericDoubleValues instance that can be used to sort documents with this mode and the provided values.
selectBestTerms() - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
selectedFields() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Return only term vectors for special selected fields.
selectedFields(String...) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Return only term vectors for special selected fields.
selectNewPathForShard(NodeEnvironment, ShardId, IndexSettings, long, Map<Path, Integer>) - Static method in class org.elasticsearch.index.shard.ShardPath
 
selectShrinkShards(int, IndexMetaData, int) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData
Returns the source shard ids to shrink into the given shard id.
self() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
`this` cast to Self.
self() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
 
self() - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
self() - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequestBuilder
 
self() - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
self() - Method in class org.elasticsearch.index.reindex.ReindexRequestBuilder
 
self() - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
self() - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequestBuilder
 
SEND_ACTION_NAME - Static variable in class org.elasticsearch.discovery.zen.PublishClusterStateAction
 
SEND_LEAVE_REQUEST_SETTING - Static variable in class org.elasticsearch.discovery.zen.ZenDiscovery
 
sendCanMatch(Transport.Connection, ShardSearchTransportRequest, SearchTask, ActionListener<SearchTransportService.CanMatchResponse>) - Method in class org.elasticsearch.action.search.SearchTransportService
 
sendChildRequest(Transport.Connection, String, TransportRequest, Task, TransportResponseHandler<T>) - Method in class org.elasticsearch.transport.TransportService
 
sendChildRequest(Transport.Connection, String, TransportRequest, Task, TransportRequestOptions, TransportResponseHandler<T>) - Method in class org.elasticsearch.transport.TransportService
 
sendClearAllScrollContexts(Transport.Connection, ActionListener<TransportResponse>) - Method in class org.elasticsearch.action.search.SearchTransportService
 
sendErrorResponse(Version, Channel, Exception, long, String) - Method in class org.elasticsearch.transport.TcpTransport
Sends back an error response to the caller via the given channel
sendExecuteDfs(Transport.Connection, ShardSearchTransportRequest, SearchTask, SearchActionListener<DfsSearchResult>) - Method in class org.elasticsearch.action.search.SearchTransportService
 
sendExecuteFetch(Transport.Connection, ShardFetchSearchRequest, SearchTask, SearchActionListener<FetchSearchResult>) - Method in class org.elasticsearch.action.search.SearchTransportService
 
sendExecuteFetchScroll(Transport.Connection, ShardFetchRequest, SearchTask, SearchActionListener<FetchSearchResult>) - Method in class org.elasticsearch.action.search.SearchTransportService
 
sendExecuteQuery(Transport.Connection, ShardSearchTransportRequest, SearchTask, SearchActionListener<SearchPhaseResult>) - Method in class org.elasticsearch.action.search.SearchTransportService
 
sendExecuteQuery(Transport.Connection, QuerySearchRequest, SearchTask, SearchActionListener<QuerySearchResult>) - Method in class org.elasticsearch.action.search.SearchTransportService
 
sendExecuteScrollFetch(Transport.Connection, InternalScrollSearchRequest, SearchTask, SearchActionListener<ScrollQueryFetchSearchResult>) - Method in class org.elasticsearch.action.search.SearchTransportService
 
sendExecuteScrollQuery(Transport.Connection, InternalScrollSearchRequest, SearchTask, SearchActionListener<ScrollQuerySearchResult>) - Method in class org.elasticsearch.action.search.SearchTransportService
 
sendFreeContext(Transport.Connection, long, OriginalIndices) - Method in class org.elasticsearch.action.search.SearchTransportService
 
sendFreeContext(Transport.Connection, long, ActionListener<SearchTransportService.SearchFreeContextResponse>) - Method in class org.elasticsearch.action.search.SearchTransportService
 
sendJoinRequestBlocking(DiscoveryNode, DiscoveryNode, TimeValue) - Method in class org.elasticsearch.discovery.zen.MembershipAction
 
sendLeaveRequest(DiscoveryNode, DiscoveryNode) - Method in class org.elasticsearch.discovery.zen.MembershipAction
 
sendLeaveRequestBlocking(DiscoveryNode, DiscoveryNode, TimeValue) - Method in class org.elasticsearch.discovery.zen.MembershipAction
 
sendMessage(Channel, BytesReference, ActionListener<Channel>) - Method in class org.elasticsearch.transport.TcpTransport
Sends message to channel.
sendPings(TimeValue, UnicastZenPing.PingingRound) - Method in class org.elasticsearch.discovery.zen.UnicastZenPing
 
sendRequest(LocalTransport, DiscoveryNode, long, String, TransportRequest, TransportRequestOptions) - Method in class org.elasticsearch.transport.local.LocalTransport
 
sendRequest(long, String, TransportRequest, TransportRequestOptions) - Method in class org.elasticsearch.transport.TcpTransport.NodeChannels
 
sendRequest(long, String, TransportRequest, TransportRequestOptions) - Method in interface org.elasticsearch.transport.Transport.Connection
Sends the request to the node this connection is associated with
sendRequest(Transport.Connection, String, TransportRequest, TransportRequestOptions, TransportResponseHandler<T>) - Method in interface org.elasticsearch.transport.TransportInterceptor.AsyncSender
 
sendRequest(DiscoveryNode, String, TransportRequest, TransportResponseHandler<T>) - Method in class org.elasticsearch.transport.TransportService
 
sendRequest(DiscoveryNode, String, TransportRequest, TransportRequestOptions, TransportResponseHandler<T>) - Method in class org.elasticsearch.transport.TransportService
 
sendRequest(Transport.Connection, String, TransportRequest, TransportRequestOptions, TransportResponseHandler<T>) - Method in class org.elasticsearch.transport.TransportService
 
SendRequestTransportException - Exception in org.elasticsearch.transport
 
SendRequestTransportException(DiscoveryNode, String, Throwable) - Constructor for exception org.elasticsearch.transport.SendRequestTransportException
 
SendRequestTransportException(StreamInput) - Constructor for exception org.elasticsearch.transport.SendRequestTransportException
 
sendResponse(RestResponse) - Method in interface org.elasticsearch.rest.RestChannel
 
sendResponse(TransportResponse) - Method in class org.elasticsearch.transport.DelegatingTransportChannel
 
sendResponse(TransportResponse, TransportResponseOptions) - Method in class org.elasticsearch.transport.DelegatingTransportChannel
 
sendResponse(Exception) - Method in class org.elasticsearch.transport.DelegatingTransportChannel
 
sendResponse(TransportResponse) - Method in class org.elasticsearch.transport.local.LocalTransportChannel
 
sendResponse(TransportResponse, TransportResponseOptions) - Method in class org.elasticsearch.transport.local.LocalTransportChannel
 
sendResponse(Exception) - Method in class org.elasticsearch.transport.local.LocalTransportChannel
 
sendResponse(Version, Channel, TransportResponse, long, String, TransportResponseOptions) - Method in class org.elasticsearch.transport.TcpTransport
Sends the response to the given channel.
sendResponse(TransportResponse) - Method in class org.elasticsearch.transport.TcpTransportChannel
 
sendResponse(TransportResponse, TransportResponseOptions) - Method in class org.elasticsearch.transport.TcpTransportChannel
 
sendResponse(Exception) - Method in class org.elasticsearch.transport.TcpTransportChannel
 
sendResponse(TransportResponse) - Method in interface org.elasticsearch.transport.TransportChannel
 
sendResponse(TransportResponse, TransportResponseOptions) - Method in interface org.elasticsearch.transport.TransportChannel
 
sendResponse(Exception) - Method in interface org.elasticsearch.transport.TransportChannel
 
sendSnapshot(Translog.Snapshot) - Method in class org.elasticsearch.indices.recovery.RecoverySourceHandler
Send the given snapshot's operations to this handler's target node.
sendSnapshot(Translog.Snapshot) - Method in class org.elasticsearch.indices.recovery.SharedFSRecoverySourceHandler
 
sendValidateJoinRequestBlocking(DiscoveryNode, ClusterState, TimeValue) - Method in class org.elasticsearch.discovery.zen.MembershipAction
Validates the join request, throwing a failure if it failed.
SEP_LABEL - Static variable in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
Represents the separation between tokens, if PRESERVE_SEP was specified
SEPARATOR - Static variable in class org.elasticsearch.index.analysis.FingerprintTokenFilterFactory
 
separator(String) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
Set the separator used to join pairs of bucket keys
separator() - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
Get the separator used to join pairs of bucket keys
SEPARATOR - Static variable in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
Character used to separate several contexts
separator(String) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
Sets the separator that is used to separate terms in the bigram field.
separator() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
get the separator that is used to separate terms in the bigram field.
separator - Variable in class org.elasticsearch.search.suggest.phrase.WordScorer
 
SEPARATOR_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
SerbianNormalizationFilterFactory - Class in org.elasticsearch.index.analysis
 
SerbianNormalizationFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.SerbianNormalizationFilterFactory
 
SerialDiffPipelineAggregationBuilder - Class in org.elasticsearch.search.aggregations.pipeline.serialdiff
 
SerialDiffPipelineAggregationBuilder(String, String) - Constructor for class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
 
SerialDiffPipelineAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregationBuilder
Read from a stream.
SerialDiffPipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline.serialdiff
 
SerialDiffPipelineAggregator(String, String[], DocValueFormat, BucketHelpers.GapPolicy, int, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
 
SerialDiffPipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
Read from a stream.
SERIALIZATION_FORMAT - Static variable in class org.elasticsearch.index.translog.Translog.Index
 
SERIALIZE_HAS_PAYLOADS - Static variable in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
SERIALIZE_PRESERVE_POSITION_INCREMENTS - Static variable in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
SERIALIZE_PRESERVE_SEPARATORS - Static variable in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
serializeDiffClusterState(Diff, Version) - Static method in class org.elasticsearch.discovery.zen.PublishClusterStateAction
 
serializeFullClusterState(ClusterState, Version) - Static method in class org.elasticsearch.discovery.zen.PublishClusterStateAction
 
serializeTargetValueType() - Method in class org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
 
serializeTargetValueType() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
serializeTargetValueType() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
serializeTargetValueType() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregationBuilder
 
serializeTargetValueType() - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
 
serializeTargetValueType() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Should this builder serialize its targetValueType? Defaults to false.
serverChannels - Variable in class org.elasticsearch.transport.TcpTransport
 
serverOpen() - Method in class org.elasticsearch.transport.local.LocalTransport
 
serverOpen() - Method in interface org.elasticsearch.transport.Transport
Returns count of currently open connections
serverOpen() - Method in class org.elasticsearch.transport.TransportStats
 
set(CommonStatsFlags.Flag, boolean) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
set(long, byte) - Method in interface org.elasticsearch.common.util.ByteArray
Set a value at the given index and return the previous value.
set(long, byte[], int, int) - Method in interface org.elasticsearch.common.util.ByteArray
Bulk set.
set(int, E) - Method in class org.elasticsearch.common.util.concurrent.AtomicArray
Sets the element at position i to the given value.
set(V) - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
Subclasses should invoke this method to set the result of the computation to value.
set(long, double) - Method in interface org.elasticsearch.common.util.DoubleArray
Set a value at the given index and return the previous value.
set(long, float) - Method in interface org.elasticsearch.common.util.FloatArray
Set a value at the given index and return the previous value.
set(long, int) - Method in interface org.elasticsearch.common.util.IntArray
Set a value at the given index and return the previous value.
set(long, long) - Method in interface org.elasticsearch.common.util.LongArray
Set a value at the given index and return the previous value.
set(long, T) - Method in interface org.elasticsearch.common.util.ObjectArray
Set a value at the given index and return the previous value.
set(int, T) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues
 
setAbortOnVersionConflict(boolean) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Should version conflicts cause aborts? Defaults to false.
setAcceptDataLoss(boolean) - Method in class org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand.Builder
 
setActions(String...) - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
Sets the list of action masks for the actions that should be returned
setActions(String...) - Method in class org.elasticsearch.action.support.tasks.TasksRequestBuilder
 
setActiveOnly(boolean) - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryRequestBuilder
 
setActivityTimeout(TimeValue) - Method in class org.elasticsearch.indices.recovery.RecoverySettings
 
setAggregatedDfs(AggregatedDfs) - Method in class org.elasticsearch.search.internal.ContextIndexSearcher
 
setAggregations(Aggregations) - Method in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
 
setAlias(String) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
Sets the alias to rollover to another index
setAlias(String) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
 
setAliases(String...) - Method in class org.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
 
setAliases(Map) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the aliases that will be associated with the index when it gets created
setAliases(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the aliases that will be associated with the index when it gets created
setAliases(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the aliases that will be associated with the index when it gets created
setAliases(BytesReference) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the aliases that will be associated with the index when it gets created
setAliases(Map) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Sets the aliases that will be associated with the index when it gets created
setAliases(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Sets the aliases that will be associated with the index when it gets created
setAliases(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Sets the aliases that will be associated with the index when it gets created
setAliases(BytesReference) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Sets the aliases that will be associated with the index when it gets created
setAllocationService(AllocationService) - Method in interface org.elasticsearch.discovery.Discovery
Another hack to solve dep injection problem..., note, this will be called before any start is called.
setAllocationService(AllocationService) - Method in class org.elasticsearch.discovery.local.LocalDiscovery
 
setAllocationService(AllocationService) - Method in class org.elasticsearch.discovery.NoneDiscovery
 
setAllocationService(AllocationService) - Method in class org.elasticsearch.discovery.single.SingleNodeDiscovery
 
setAllocationService(AllocationService) - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
setAllowUnmappedFields(boolean) - Method in class org.elasticsearch.index.query.QueryShardContext
 
setAllShards(boolean) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
Indicates whether the query should be validated on all shards
setAnalyzer(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Sets the analyzer name to use in order to analyze the text.
setAnalyzer(Analyzer) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setAnalyzer(Analyzer) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Sets the analyzer to use.
setAnalyzer(String) - Method in class org.elasticsearch.index.search.MatchQuery
 
setAnalyzer(Analyzer) - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
setAndGetObservedState() - Method in class org.elasticsearch.cluster.ClusterStateObserver
sets the last observed state to the currently applied cluster state and returns it
setArtificial(boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
setAttributes(String...) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Sets attributes that will include results
setBackoffPolicy(BackoffPolicy) - Method in class org.elasticsearch.action.bulk.BulkProcessor.Builder
Sets a custom backoff policy.
setBan(TaskId, String) - Method in class org.elasticsearch.tasks.TaskManager
Bans all tasks with the specified parent task from execution, cancels all tasks that are currently executing.
setBatchedReduceSize(int) - Method in class org.elasticsearch.action.search.SearchRequest
Sets the number of shard results that should be reduced at once on the coordinating node.
setBatchedReduceSize(int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the number of shard results that should be reduced at once on the coordinating node.
setBinding(BindingImpl<T>) - Method in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
setBlocks(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
 
setBoost(boolean) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Sets whether to boost terms in query based on "score" or not.
setBoost(float) - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
setBoost(int) - Method in class org.elasticsearch.search.suggest.completion.context.CategoryQueryContext.Builder
Sets the query-time boost of the context.
setBoost(int) - Method in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext.Builder
Sets the query-time boost for the context Defaults to 1
setBoostFactor(float) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Sets the boost factor to use when boosting terms
setBoostTerms(boolean) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setBoostTermsFactor(float) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setBreaker(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
 
setBulkActions(int) - Method in class org.elasticsearch.action.bulk.BulkProcessor.Builder
Sets when to flush a new bulk request based on the number of actions currently added.
setBulkSize(ByteSizeValue) - Method in class org.elasticsearch.action.bulk.BulkProcessor.Builder
Sets when to flush a new bulk request based on the size of actions currently added.
setCategory(String) - Method in class org.elasticsearch.search.suggest.completion.context.CategoryQueryContext.Builder
Sets the category of the category.
setCause(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
The cause for this index creation.
setCheckCancelled(Runnable) - Method in class org.elasticsearch.search.internal.ContextIndexSearcher
Set a Runnable that will be run on a regular basis while collecting documents.
setChildInnerHits(Map<String, InnerHitsContext.InnerHitSubContext>) - Method in class org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
 
setChunkSize(ByteSizeValue) - Method in class org.elasticsearch.indices.recovery.RecoverySettings
 
setClient(Client) - Method in class org.elasticsearch.cluster.action.index.MappingUpdatedAction
 
setClusterStatePublisher(BiConsumer<ClusterChangedEvent, Discovery.AckListener>) - Method in class org.elasticsearch.cluster.service.ClusterService
 
setCollapse(CollapseBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
 
setCollector(InternalProfileCollector) - Method in class org.elasticsearch.search.profile.query.QueryProfiler
Set the collector that is associated with this profiler.
setCommonTermsCutoff(Float) - Method in class org.elasticsearch.index.search.MatchQuery
 
setCompletion(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setCompletionFields(String...) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setCompress(byte) - Static method in class org.elasticsearch.transport.TransportStatus
 
setConcreteIndex(Index) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
Sets a concrete index for this put mapping request.
setConcreteIndex(Index) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
 
setConcreteNodes(DiscoveryNode[]) - Method in class org.elasticsearch.action.support.nodes.BaseNodesRequest
 
setConcurrentRequests(int) - Method in class org.elasticsearch.action.bulk.BulkProcessor.Builder
Sets the number of concurrent requests allowed to be executed.
setConflicts(String) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Sets abortOnVersionConflict based on REST-friendly names.
setConnectTimeout(TimeValue) - Method in class org.elasticsearch.transport.ConnectionProfile.Builder
Sets a connect timeout for this connection profile
setContent(BytesReference) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequestBuilder
Deprecated.
this method requires content type detection. Use PutStoredScriptRequestBuilder.setContent(BytesReference, XContentType) instead
setContent(BytesReference, XContentType) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequestBuilder
Set the source of the script along with the content type of the source
setContextMapping(SortedMap<String, ContextMapping>) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.CompletionFieldType
 
setContextMappings(ContextMappings) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
setContextQueries(List<ContextMapping.ContextQuery>) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionContext
 
setCorners(double, double, double, double) - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Adds top left point.
setCorners(GeoPoint, GeoPoint) - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Adds points.
setCorners(String) - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Adds points from a single geohash.
setCorners(String, String) - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Adds points.
setCornersOGC(GeoPoint, GeoPoint) - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Adds corners in OGC standard bbox/ envelop format.
setCornersOGC(String, String) - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Adds corners in OGC standard bbox/ envelop format.
setCreate(boolean) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Set to true to force only creation, not an update of an index template.
setCreate(boolean) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Set to true to force this index to use org.elasticsearch.action.index.IndexRequest.OpType#CREATE.
setCreated(boolean) - Method in class org.elasticsearch.action.index.IndexResponse.Builder
 
setCreateIndexRequest(CreateIndexRequest) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
Sets rollover index creation request to override index settings when the rolled over index has to be created
setCurrentNode(String) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
Requests the explain API to explain an already assigned replica shard currently allocated to the given node.
setCurrentNode(String) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
Requests the explain API to explain an already assigned replica shard currently allocated to the given node.
setCurrentReference(T) - Method in class org.elasticsearch.common.inject.internal.ConstructionContext
 
setCurrentSnapshot() - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
Makes the request to return the current snapshot
setDateTimeFormatter(FormatDateTimeFormatter) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
setDateTimeFormatter(FormatDateTimeFormatter) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
setDateTimeFormatter(FormatDateTimeFormatter) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
setDebugMode(RoutingAllocation.DebugMode) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
 
setDefaultDistanceErrorPct(double) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
setDeferredCollector(Iterable<BucketCollector>) - Method in class org.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
Set the deferred collectors.
setDeferredCollector(Iterable<BucketCollector>) - Method in class org.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
Set the deferred collectors.
setDeferredCollector(Iterable<BucketCollector>) - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector
Set the deferred collectors.
setDependency(Dependency) - Method in class org.elasticsearch.common.inject.internal.InternalContext
 
setDetailed(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
Should the detailed task information be returned.
setDetailed(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequestBuilder
Should detailed task information be returned.
setDetailed(boolean) - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryRequestBuilder
 
setDetectNoop(boolean) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets whether to perform extra effort to detect noop updates via docAsUpsert.
setDiscovery(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the discovery stats be returned.
setDiscoverySettings(DiscoverySettings) - Method in class org.elasticsearch.cluster.service.ClusterService
 
setDistanceErrorPct(double) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
setDoc(XContentBuilder) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets the artificial document from which to generate term vectors.
setDoc(IndexRequest) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified.
setDoc(XContentBuilder) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified.
setDoc(Map) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified.
setDoc(Map, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified.
setDoc(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
setDoc(String, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified.
setDoc(byte[]) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
setDoc(byte[], XContentType) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified.
setDoc(byte[], int, int) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
setDoc(byte[], int, int, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified.
setDoc(Object...) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified, the doc provided is a field and value pairs.
setDoc(XContentType, Object...) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc to use for updates when a script is not specified, the doc provided is a field and value pairs.
setDocAsUpsert(boolean) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets whether the specified doc parameter should be used as upsert document.
setDocCount(long) - Method in class org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
 
setDocCount(long) - Method in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
 
setDocCountError(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
setDocCountError(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
setDocCountError(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
setDocIdInTerms(int) - Method in class org.elasticsearch.search.lookup.IndexField
 
setDocs(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setDocument(int) - Method in class org.elasticsearch.index.fielddata.AbstractRandomAccessOrds
 
setDocument(int) - Method in class org.elasticsearch.index.fielddata.MultiGeoPointValues
Sets iteration to the specified docID.
setDocument(int) - Method in class org.elasticsearch.index.fielddata.SortedBinaryDocValues
Positions to the specified document
setDocument(int) - Method in class org.elasticsearch.index.fielddata.SortedNumericDoubleValues
Positions to the specified document
setDocument(int) - Method in class org.elasticsearch.script.AbstractSearchScript
 
setDocument(int) - Method in interface org.elasticsearch.script.LeafSearchScript
Set the document this script will process next.
setDocument(int) - Method in class org.elasticsearch.search.aggregations.support.values.ScriptBytesValues
 
setDocument(int) - Method in class org.elasticsearch.search.aggregations.support.values.ScriptDoubleValues
 
setDocument(int) - Method in class org.elasticsearch.search.aggregations.support.values.ScriptLongValues
 
setDocument(int) - Method in class org.elasticsearch.search.lookup.IndexFieldTerm
 
setDocument(int) - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
setDocument(int) - Method in class org.elasticsearch.search.lookup.LeafFieldsLookup
 
setDocument(int) - Method in class org.elasticsearch.search.lookup.LeafIndexLookup
 
setDocument(int) - Method in class org.elasticsearch.search.lookup.LeafSearchLookup
 
setDocument(int) - Method in interface org.elasticsearch.search.MultiValueMode.UnsortedNumericDoubleValues
 
setDocValueFields(List<String>) - Method in class org.elasticsearch.index.query.InnerHitBuilder
Sets the stored fields to load from the docvalue and return.
setDocVersion(long) - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
setDryRun(boolean) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
Sets a dry run flag (defaults to false) allowing to run the commands without actually applying them to the cluster state, and getting the resulting cluster state back.
setEagerGlobalOrdinals(boolean) - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
setEnableAllocation(EnableAllocationDecider.Allocation) - Method in class org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
 
setEnabled(boolean) - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
 
setEnableGcDeletes(boolean) - Method in class org.elasticsearch.index.engine.EngineConfig
Enables / disables gc deletes
setEnablePositionIncrements(boolean) - Method in class org.elasticsearch.index.search.MatchQuery
 
setEnableRebalance(EnableAllocationDecider.Rebalance) - Method in class org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
 
setError(byte) - Static method in class org.elasticsearch.transport.TransportStatus
 
setException(Throwable) - Method in class org.elasticsearch.common.util.concurrent.BaseFuture
Subclasses should invoke this method to set the result of the computation to an error, throwable.
setExists(boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
setExpireAfterAccess(TimeValue) - Method in class org.elasticsearch.common.cache.CacheBuilder
Sets the amount of time before an entry in the cache expires after it was last accessed.
setExpireAfterWrite(TimeValue) - Method in class org.elasticsearch.common.cache.CacheBuilder
Sets the amount of time before an entry in the cache expires after it was written.
setExplain(boolean) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
Sets the explain flag (defaults to false).
setExplain(boolean) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Sets explain
setExplain(boolean) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
Indicates if detailed information about the query should be returned.
setExplain(boolean) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Should each SearchHit be returned with an explanation of the hit (ranking).
setExplain(boolean) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
setFeatures(GetIndexRequest.Feature...) - Method in class org.elasticsearch.action.admin.indices.get.GetIndexRequestBuilder
 
setFetchSource(boolean) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Indicates whether the response should contain the stored _source
setFetchSource(String, String) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.
setFetchSource(String[], String[]) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.
setFetchSource(boolean) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Indicates whether the response should contain the stored _source.
setFetchSource(String, String) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.
setFetchSource(String[], String[]) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.
setFetchSource(boolean) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Indicates whether the response should contain the stored _source for every hit
setFetchSource(String, String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.
setFetchSource(String[], String[]) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.
setFetchSource(String, String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.
setFetchSource(String[], String[]) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.
setFetchSource(boolean) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Indicates whether the response should contain the updated _source.
setFetchSourceContext(FetchSourceContext) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
setField(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Sets the field that its analyzer will be used to analyze the text.
setField(String) - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
setFieldData(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setFielddata(boolean) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
setFielddata(boolean) - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
setFieldDataCache(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
 
setFieldDataFields(String...) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setFieldDataFields(List<String>) - Method in class org.elasticsearch.index.query.InnerHitBuilder
Deprecated.
setFielddataMaxFrequency(double) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
setFielddataMaxFrequency(double) - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
setFielddataMinFrequency(double) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
setFielddataMinFrequency(double) - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
setFielddataMinSegmentSize(int) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
setFielddataMinSegmentSize(int) - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
setFieldNames(String[]) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Sets the field names that will be used when generating the 'More Like This' query.
setFieldNames(List<String>) - Method in class org.elasticsearch.index.query.InnerHitBuilder
setFields(String...) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
 
setFields(String...) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
Sets the fields to retrieve.
setFields(String...) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequestBuilder
The list of field names to retrieve.
setFields(String[]) - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequest
 
setFields(String...) - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequestBuilder
 
setFields(Fields, Set<String>, EnumSet<TermVectorsRequest.Flag>, Fields) - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
setFields(Fields, Set<String>, EnumSet<TermVectorsRequest.Flag>, Fields, AggregatedDfs, TermVectorsFilter) - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
setFields(String...) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
setFieldStatistics(boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets whether to return the field statistics for each term in the shard or skip.
setFieldType2x(CompletionFieldMapper2x.CompletionFieldType) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestionContext
 
setFieldValue(String, Object) - Method in class org.elasticsearch.ingest.IngestDocument
Sets the provided value to the provided path in the document.
setFieldValue(TemplateService.Template, ValueSource) - Method in class org.elasticsearch.ingest.IngestDocument
Sets the provided value to the provided path in the document.
setFiltersAsList(List<AdjacencyMatrixAggregator.KeyedFilter>) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
 
setFiltersAsMap(Map<String, QueryBuilder>) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
 
setFilterSettings(TermVectorsRequest.FilterSettings) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets the settings for filtering out terms.
setFlags(String) - Method in class org.elasticsearch.search.suggest.completion.RegexOptions.Builder
Sets the regular expression syntax flags see RegexpFlag
setFlush(boolean) - Method in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequestBuilder
Should flush be performed after the merge.
setFlush(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setFlushInterval(TimeValue) - Method in class org.elasticsearch.action.bulk.BulkProcessor.Builder
Sets a flush interval flushing *any* bulk actions pending if the interval passes.
setForce(boolean) - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequestBuilder
 
setForcedRefresh(boolean) - Method in class org.elasticsearch.action.bulk.BulkShardResponse
 
setForcedRefresh(boolean) - Method in class org.elasticsearch.action.DocWriteResponse.Builder
 
setForcedRefresh(boolean) - Method in class org.elasticsearch.action.DocWriteResponse
 
setForcedRefresh(boolean) - Method in interface org.elasticsearch.action.support.WriteResponse
Mark the response as having forced a refresh? Requests that set WriteRequest.setRefreshPolicy(RefreshPolicy) to WriteRequest.RefreshPolicy.IMMEDIATE should always mark this as true.
setFound(boolean) - Method in class org.elasticsearch.action.delete.DeleteResponse.Builder
 
setFreq(int) - Method in class org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
 
setFrom(int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
From index to start the search from.
setFrom(int) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
setFs(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node file system stats be returned.
setFuzziness(Fuzziness) - Method in class org.elasticsearch.index.search.MatchQuery
 
setFuzziness(int) - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
Sets the level of fuzziness used to create suggestions using a Fuzziness instance.
setFuzziness(Fuzziness) - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
Sets the level of fuzziness used to create suggestions using a Fuzziness instance.
setFuzzyMinLength(int) - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
Sets the minimum length of input string before fuzzy suggestions are returned, defaulting to 3.
setFuzzyPrefixLength(int) - Method in class org.elasticsearch.index.search.MatchQuery
 
setFuzzyPrefixLength(int) - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
Sets the minimum length of the input, which is not checked for fuzzy alternatives, defaults to 1
setFuzzyRewriteMethod(MultiTermQuery.RewriteMethod) - Method in class org.elasticsearch.index.search.MatchQuery
 
setGeoHashEnabled(MappedFieldType, int, boolean) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
setGeoPoint(GeoPoint) - Method in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext.Builder
Sets the geo point of the context.
setGet(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setGetResult(GetResult) - Method in class org.elasticsearch.action.update.UpdateResponse.Builder
 
setGetResult(GetResult) - Method in class org.elasticsearch.action.update.UpdateResponse
 
setGlobalText(String) - Method in class org.elasticsearch.search.suggest.SuggestBuilder
Sets the text to provide suggestions for.
setGroups(String...) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setHandshakeTimeout(TimeValue) - Method in class org.elasticsearch.transport.ConnectionProfile.Builder
Sets a handshake timeout for this connection profile
setHasDocValues(boolean) - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
setHasPendingAsyncFetch() - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
Sets a flag that signals that current allocation run has not processed all of the in-flight or available shard or store fetches.
setHeader(BytesReference) - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
setHighFreqMinimumNumberShouldMatch(String) - Method in class org.apache.lucene.queries.ExtendedCommonTermsQuery
 
setHighlightBuilder(HighlightBuilder) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
setHit(SearchHit) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
 
setHttp(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node HTTP info be returned.
setHttp(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node HTTP stats be returned.
setId(String) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequestBuilder
 
setId(String) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequestBuilder
 
setId(String) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequestBuilder
 
setId(String) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Sets the id of the document to delete.
setId(String) - Method in class org.elasticsearch.action.DocWriteResponse.Builder
 
setId(String) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Sets the id to get a score explanation for.
setId(String) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Sets the id of the document to fetch.
setId(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the id to index the document under.
setId(String) - Method in class org.elasticsearch.action.ingest.DeletePipelineRequest
 
setId(String) - Method in class org.elasticsearch.action.ingest.DeletePipelineRequestBuilder
Sets the id of the pipeline to delete.
setId(String) - Method in class org.elasticsearch.action.ingest.SimulatePipelineRequest
 
setId(String) - Method in class org.elasticsearch.action.ingest.SimulatePipelineRequestBuilder
Set the id for the pipeline to simulate
setId(String) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets the id of the document.
setId(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the id of the indexed document.
setIgnoreIdleThreads(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
 
setIgnoreIndexSettings(String...) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets the list of index settings and index settings groups that shouldn't be restored from snapshot
setIgnoreIndexSettings(List<String>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets the list of index settings and index settings groups that shouldn't be restored from snapshot
setIgnoreUnavailable(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
Makes the request ignore unavailable snapshots
setIgnoreUnavailable(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
Set to true to ignore unavailable snapshots, instead of throwing an exception.
setIgnoreUnmapped(boolean) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
setIncludeAliases(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
If set to true the restore procedure will restore aliases
setIncludeDiskInfo(boolean) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
Whether to include information about the gathered disk information of nodes in the cluster
setIncludeGlobalState(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
Set to true if snapshot should include global cluster state
setIncludeInAllDefault(boolean) - Method in class org.elasticsearch.index.mapper.ParseContext
Return a view of this ParseContext that changes the return value of ParseContext.getIncludeInAllDefault().
setIncludeSegmentFileSizes(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setIncludeYesDecisions(boolean) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
Whether to include "YES" decider decisions in the response instead of only "NO" decisions
setIndex(String) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
Sets the index name of the shard to explain.
setIndex(String) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
The index name to use when finding the shard to explain
setIndex(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the name of the index to be created
setIndex(String) - Method in class org.elasticsearch.action.support.replication.ReplicationRequestBuilder
 
setIndex(String) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
 
setIndex(String) - Method in class org.elasticsearch.action.support.single.shard.SingleShardOperationRequestBuilder
Sets the index.
setIndex(String) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets the index where the document is located.
setIndex(String) - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
 
setIndex(Index) - Method in exception org.elasticsearch.ElasticsearchException
 
setIndex(String) - Method in exception org.elasticsearch.ElasticsearchException
 
setIndexAnalyzer(NamedAnalyzer) - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
setIndexConstraints(IndexConstraint[]) - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequest
 
setIndexContraints(IndexConstraint...) - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequestBuilder
 
setIndexing(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setIndexSettings(Settings) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets index settings that should be added or replaced during restore
setIndexSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets index settings that should be added or replaced during restore
setIndexSettings(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Deprecated.
setIndexSettings(String, XContentType) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets index settings that should be added or replaced during restore
setIndexSettings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets index settings that should be added or replaced during restore
setIndices(String...) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setIndices(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node indices info be returned.
setIndices(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node indices stats be returned.
setIndices(CommonStatsFlags) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node indices stats be returned.
setIndices(String...) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
Sets the indices the search will be executed on.
setIndices(String...) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
Sets a list of indices that should be included into the snapshot
setIndices(String...) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets the list of indices that should be restored from snapshot
setIndices(String...) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
When ClusterStateRequestBuilder.setMetaData(boolean) is set, which indices to return the IndexMetaData for.
setIndices(String...) - Method in class org.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
 
setIndices(String...) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
Sets the indices to be closed
setIndices(String...) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequestBuilder
 
setIndices(String[]) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
 
setIndices(String[]) - Method in class org.elasticsearch.action.admin.indices.flush.SyncedFlushRequestBuilder
 
setIndices(String...) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
 
setIndices(String...) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
 
setIndices(String...) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
Sets the indices to be opened
setIndices(String...) - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
 
setIndices(String...) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
Sets the indices the update settings will execute on
setIndices(String...) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestBuilder
Sets the indices for the shard stores request
setIndices(String...) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the indices the search will be executed on.
setIndices(String...) - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder
 
setIndices(String...) - Method in class org.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
 
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
Specifies what type of requested indices to ignore and how to deal indices wildcard expressions.
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
Specifies the indices options.
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
 
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
Specifies what type of requested indices to ignore and wildcard indices expressions.
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
Specifies what type of requested indices to ignore and wildcard indices expressions For example indices that don't exist.
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequestBuilder
Specifies what type of requested indices to ignore and wildcard indices expressions.
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequestBuilder
Specifies what type of requested indices to ignore and wildcard indices expressions.
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
 
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.flush.SyncedFlushRequestBuilder
 
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
 
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
Specifies what type of requested indices to ignore and wildcard indices expressions.
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
Specifies what type of requested indices to ignore and how to deal with wildcard indices expressions.
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
Specifies what type of requested indices to ignore and wildcard indices expressions.
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
Specifies what type of requested indices to ignore and wildcard indices expressions.
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestBuilder
Specifies what type of requested indices to ignore and wildcard indices expressions By default, expands wildcards to both open and closed indices
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.search.MultiSearchRequestBuilder
Specifies what type of requested indices to ignore and how to deal with wildcard indices expressions.
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Specifies what type of requested indices to ignore and wildcard indices expressions.
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder
 
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
 
setIngest(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node ingest info be returned.
setInnerHits(InnerHitBuilder) - Method in class org.elasticsearch.search.collapse.CollapseBuilder
 
setInnerHits(List<InnerHitBuilder>) - Method in class org.elasticsearch.search.collapse.CollapseBuilder
 
setInnerHits(Map<String, SearchHits>) - Method in class org.elasticsearch.search.SearchHit
 
setInternalActionLongTimeout(TimeValue) - Method in class org.elasticsearch.indices.recovery.RecoverySettings
 
setInternalActionTimeout(TimeValue) - Method in class org.elasticsearch.indices.recovery.RecoverySettings
 
setInterval(TimeValue) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
 
setIsFilter(boolean) - Method in class org.elasticsearch.index.query.QueryShardContext
Public for testing only! Sets whether we are currently parsing a filter or a query
setJvm(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node JVM info be returned.
setJvm(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node JVM stats be returned.
setKeyAsString(String) - Method in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
 
setKeyed(boolean) - Method in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
 
setLang(String) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequestBuilder
 
setLang(String) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequestBuilder
 
setLang(String) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequestBuilder
 
setLastAccessTime() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
sets the lasAccessTime flag to now
setLatLonEnabled(MappedFieldType, MappedFieldType) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
setLenient(boolean) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Deprecated.
use #lenient() instead
setLenient(boolean) - Method in class org.elasticsearch.index.search.MatchQuery
 
setLevel(String) - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequestBuilder
 
setLevel(Logger, String) - Static method in class org.elasticsearch.common.logging.Loggers
Set the level of the logger.
setLevel(Logger, Level) - Static method in class org.elasticsearch.common.logging.Loggers
 
setLikeFields(Fields...) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setLikeText(String...) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setLikeText(List<String>) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setListener(IndexFieldDataCache.Listener) - Method in class org.elasticsearch.index.fielddata.IndexFieldDataService
Sets a IndexFieldDataCache.Listener passed to each IndexFieldData creation to capture onCache and onRemoval events.
setLocal(boolean) - Method in class org.elasticsearch.action.support.master.MasterNodeReadOperationRequestBuilder
Specifies if the request should be executed on local node rather than on master
setLocalNode(DiscoveryNode) - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection
 
setLowFreqMinimumNumberShouldMatch(String) - Method in class org.apache.lucene.queries.ExtendedCommonTermsQuery
 
setMapUnmappedFieldAsString(boolean) - Method in class org.elasticsearch.index.query.QueryShardContext
 
setMasterNodeTimeout(TimeValue) - Method in class org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
Sets the master node timeout in case the master has not yet been discovered.
setMasterNodeTimeout(String) - Method in class org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
Sets the master node timeout in case the master has not yet been discovered.
setMaxConcurrentGroupRequests(int) - Method in class org.elasticsearch.search.collapse.CollapseBuilder
 
setMaxConcurrentSearchRequests(int) - Method in class org.elasticsearch.action.search.MultiSearchRequestBuilder
Sets how many search requests specified in this multi search requests are allowed to be ran concurrently.
setMaxConcurrentShardRequests(int) - Method in class org.elasticsearch.action.search.SearchRequest
Sets the number of shard requests that should be executed concurrently.
setMaxConcurrentShardRequests(int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the number of shard requests that should be executed concurrently.
setMaxDeterminizedStates(int) - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
Sets the maximum automaton states allowed for the fuzzy expansion
setMaxDeterminizedStates(int) - Method in class org.elasticsearch.search.suggest.completion.RegexOptions.Builder
Sets the maximum automaton states allowed for the regular expression expansion
setMaxDocFreq(int) - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
setMaxDocFreq(int) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setMaxDocFreq(int) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Set the maximum frequency in which words may still appear.
setMaxDocFreqPct(int) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Set the maximum percentage in which words may still appear.
setMaxExpansions(int) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
 
setMaxExpansions(int) - Method in class org.elasticsearch.index.search.MatchQuery
 
setMaximumWeight(long) - Method in class org.elasticsearch.common.cache.CacheBuilder
 
setMaxNumSegments(int) - Method in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequestBuilder
Will force merge the index down to <= maxNumSegments.
setMaxNumTerms(int) - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
setMaxNumTokensParsed(int) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
 
setMaxQueryTerms(int) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setMaxQueryTerms(int) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Sets the maximum number of query terms that will be included in any generated query.
setMaxRate(ByteSizeValue) - Method in class org.apache.lucene.store.StoreRateLimiting
 
setMaxRate(ByteSizeValue) - Method in class org.elasticsearch.index.store.IndexStore
 
setMaxRetries(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Set the total number of retries attempted for rejections.
setMaxRetries(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Total number of retries attempted for rejections.
setMaxTermFreq(int) - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
setMaxWordLen(int) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setMaxWordLen(int) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Sets the maximum word length above which words will be ignored.
setMaxWordLength(int) - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
setMerge(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setMetaData(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
Should the cluster state result include the MetaData.
setMetaData(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
 
setMetaData(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.AggregationBuilder
Associate metadata with this AggregationBuilder.
setMetaData(Map<String, Object>) - Method in interface org.elasticsearch.search.aggregations.BaseAggregationBuilder
Set the aggregation's metadata.
setMetaData(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
setMetaData(Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
Associate metadata with this PipelineAggregationBuilder.
setMinDocCount(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
setMinDocFreq(int) - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
setMinDocFreq(int) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setMinDocFreq(int) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Sets the frequency at which words will be ignored which do not occur in at least this many docs.
setMinimumShouldMatch(String) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
Number of terms that must match the generated query expressed in the common syntax for minimum should match.
setMinScore(float) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the minimum score below which docs will be filtered out.
setMinScore(float) - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
setMinTermFreq(int) - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
setMinTermFreq(int) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Sets the frequency below which terms will be ignored in the source doc.
setMinTermFrequency(int) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setMinWordLen(int) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setMinWordLen(int) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Sets the minimum word length below which words will be ignored.
setMinWordLength(int) - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
setMoreLikeFields(String[]) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setMultiValueMode(MultiValueMode) - Method in class org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
 
setName(String) - Method in class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequestBuilder
Sets the repository name
setName(String) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
Sets the repository name
setName(String) - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequestBuilder
Sets the repository name
setName(String) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequestBuilder
Sets the name of the index template to delete.
setName(String) - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
setName(String) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
setName(String) - Method in class org.elasticsearch.search.aggregations.ParsedAggregation
 
setNames(String...) - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
 
setNeighbours(List<Integer>) - Method in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext.Builder
Sets the precision levels at which geohash cells neighbours are considered.
setNestedFilter(QueryBuilder) - Method in class org.elasticsearch.search.sort.FieldSortBuilder
Sets the nested filter that the nested objects should match with in order to be taken into account for sorting.
setNestedFilter(QueryBuilder) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Sets the nested filter that the nested objects should match with in order to be taken into account for sorting.
setNestedFilter(QueryBuilder) - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
Sets the nested filter that the nested objects should match with in order to be taken into account for sorting.
setNestedPath(String) - Method in class org.elasticsearch.search.sort.FieldSortBuilder
Sets the nested path if sorting occurs on a field that is inside a nested object.
setNestedPath(String) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Sets the nested path if sorting occurs on a field that is inside a nested object.
setNestedPath(String) - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
Sets the nested path if sorting occurs on a field that is inside a nested object.
setNewIndexName(String) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
Sets the alias to rollover to another index
setNewIndexName(String) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
 
setNext(ShapeBuilder.Edge) - Method in class org.elasticsearch.common.geo.builders.ShapeBuilder.Edge
 
setNextAggregationValue(Object) - Method in interface org.elasticsearch.script.LeafSearchScript
Sets per-document aggregation _value.
setNextDocId(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Booleans
 
setNextDocId(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.BytesRefs
 
setNextDocId(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Dates
 
setNextDocId(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
 
setNextDocId(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
setNextDocId(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Longs
 
setNextDocId(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues
Set the current doc ID.
setNextDocId(int) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Strings
 
setNextDocId(int) - Method in class org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType.IpScriptDocValues
 
setNextDocIdInFields() - Method in class org.elasticsearch.search.lookup.LeafIndexLookup
 
setNextVar(String, Object) - Method in class org.elasticsearch.script.AbstractExecutableScript
 
setNextVar(String, Object) - Method in interface org.elasticsearch.script.ExecutableScript
Sets a runtime script parameter.
setNextVar(String, Object) - Method in interface org.elasticsearch.script.LeafSearchScript
 
setNode(String) - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
 
setNodeConnectionsService(NodeConnectionsService) - Method in class org.elasticsearch.cluster.service.ClusterService
 
setNodes(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
Should the cluster state result include the DiscoveryNodes.
setNodes(String...) - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
 
setNodesIds(String...) - Method in class org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
 
setNodesIds(String...) - Method in class org.elasticsearch.action.support.tasks.TasksRequestBuilder
 
setNormalizer(NamedAnalyzer) - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
 
setNullValue(Object) - Method in class org.elasticsearch.index.mapper.MappedFieldType
Sets the null value and initializes the string version
setOccur(BooleanClause.Occur) - Method in class org.elasticsearch.index.search.MatchQuery
 
setOf(Type) - Static method in class org.elasticsearch.common.inject.util.Types
Returns a type modelling a Set whose elements are of type elementType.
setOffsets(boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets whether to return the start and stop offsets for each term if they were stored or skip offsets.
setOnce(int, E) - Method in class org.elasticsearch.common.util.concurrent.AtomicArray
 
setOnlyExpungeDeletes(boolean) - Method in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequestBuilder
Should the merge only expunge deletes from the index, without full merging.
setOperationThreaded(boolean) - Method in class org.elasticsearch.action.support.single.shard.SingleShardOperationRequestBuilder
Controls if the operation will be executed on a separate thread when executed locally.
setOpType(DocWriteRequest.OpType) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the type of operation to perform.
setOrder(int) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Sets the order of this template if more than one template matches.
setOrientation(ShapeBuilder.Orientation) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
setOs(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node OS info be returned.
setOs(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node OS stats be returned.
setOutput(OutputStream) - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Sets the output stream to use for writing until this writer is closed.
setOutputStream(OutputStream) - Method in class org.elasticsearch.common.io.UTF8StreamWriter
setParent(String) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Sets the parent id of this document.
setParent(String) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Simple sets the routing.
setParent(String) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Sets the parent id of this document.
setParent(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the parent id of this document.
setParent(String) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets the parent id of this document.
setParent(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
 
setParent(String) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
setParentTask(String, long) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
 
setParentTask(TaskId) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
 
setParentTask(String, long) - Method in interface org.elasticsearch.tasks.TaskAwareRequest
Set a reference to task that caused this task to be run.
setParentTask(TaskId) - Method in interface org.elasticsearch.tasks.TaskAwareRequest
Set a reference to task that created this request.
setParentTask(TaskId) - Method in class org.elasticsearch.transport.TransportRequest
Set a reference to task that created this request.
setParentTaskId(TaskId) - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
 
setParentTaskId(TaskId) - Method in class org.elasticsearch.action.support.tasks.TasksRequestBuilder
Match all children of the provided task.
setPartial(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
If set to true the request should snapshot indices with unavailable shards
setPartial(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
If set to true the restore procedure will restore partially snapshotted indices
setPayload(BytesReference) - Method in class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry.Option
 
setPayloads(boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets whether to return the payloads for each term or skip.
setPerFieldAnalyzer(Map<String, String>) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets the analyzer used at each field when generating term vectors.
setPersistentSettings(Settings) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
Sets the persistent settings to be updated.
setPersistentSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
Sets the persistent settings to be updated.
setPersistentSettings(String) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
setPersistentSettings(String, XContentType) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
Sets the source containing the persistent settings to be updated.
setPersistentSettings(Map) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
Sets the persistent settings to be updated.
setPhase(String) - Method in class org.elasticsearch.action.support.replication.ReplicationTask
Set the current phase of the task.
setPhraseSlop(int) - Method in class org.elasticsearch.index.search.MatchQuery
 
setPipeline(String) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the ingest pipeline to be executed before indexing the document
setPipeline(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the ingest pipeline to be executed before indexing the document
setPipeline(String) - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
Set the ingest pipeline to set on index requests made by this action.
setPipeline(String) - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequestBuilder
 
setPlugins(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node plugins info be returned.
setPointsOnly(boolean) - Method in class org.elasticsearch.common.geo.XShapeCollection
 
setPointsOnly(boolean) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
setPositions(boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets whether to return the positions for each term if stored or skip.
setPostFilter(QueryBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets a filter that will be executed after the query has been executed and only has affect on the search hits (not aggregations).
setPrecision(int) - Method in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext.Builder
Sets the precision level for computing the geohash from the context geo point.
setPrecisionInMeters(double) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
setPreference(String) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
Sets the preference to execute the search.
setPreference(String) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Sets the shard preference.
setPreference(String) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Sets the preference to execute the search.
setPreference(String) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
Sets the preference to execute the search.
setPreference(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the preference to execute the search.
setPreference(String) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets the preference to execute the search.
setPreFilterShardSize(int) - Method in class org.elasticsearch.action.search.SearchRequest
Sets a threshold that enforces a pre-filter roundtrip to pre-filter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold.
setPreFilterShardSize(int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets a threshold that enforces a pre-filter roundtrip to pre-filter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold.
setPrefix(boolean) - Method in class org.elasticsearch.search.suggest.completion.context.CategoryQueryContext.Builder
Sets if the context should be treated as a prefix or not.
setPrefix(BytesRef) - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
setPreserveExisting(boolean) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsClusterStateUpdateRequest
Iff set to true this settings update will only add settings not already set on an index.
setPreserveExisting(boolean) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
Iff set to true this settings update will only add settings not already set on an index.
setPreserveExisting(boolean) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
 
setPreservePositionIncrements(boolean) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
setPreserveSep(boolean) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
setPrimary(Boolean) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
Sets whether to explain the allocation of the primary shard or a replica shard copy for the shard id (see ClusterAllocationExplainRequest.getShard()).
setPrimary(boolean) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
Whether the primary or replica should be explained
setProcess(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node OS process be returned.
setProcess(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node OS stats be returned.
setProfile(boolean) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Should the query be profiled.
setProfile(boolean) - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
setProfile(boolean) - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
Sets if this shard search needs to be profiled or not
setProfile(boolean) - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
setProfiler(QueryProfiler) - Method in class org.elasticsearch.search.internal.ContextIndexSearcher
 
setProvider(AnalyzingCompletionLookupProvider) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.CompletionFieldType
 
setProxyDelegates(T) - Method in class org.elasticsearch.common.inject.internal.ConstructionContext
 
setQuery(QueryBuilder) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
The query to validate.
setQuery(QueryBuilder) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Sets the query to get a score explanation for.
setQuery(QueryBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Constructs a new search source builder with a search query.
setQuery(Query) - Method in class org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
 
setQueryCache(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
 
setQueryCache(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setQueryWeight(float) - Method in class org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
 
setQueryWeight(float) - Method in class org.elasticsearch.search.rescore.QueryRescorerBuilder
Sets the original query weight for rescoring.
setRateLimitingThrottle(ByteSizeValue) - Method in class org.elasticsearch.index.store.IndexStoreConfig
 
setRateLimitingType(StoreRateLimiting.Type) - Method in class org.elasticsearch.index.store.IndexStoreConfig
 
setReallocation(ClusterService, RoutingService) - Method in class org.elasticsearch.gateway.GatewayAllocator
 
setRealtime(boolean) - Method in class org.elasticsearch.action.get.GetRequestBuilder
 
setRealtime(boolean) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
 
setRealtime(boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets whether term vectors are generated real-time.
setReason(String) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
Set the reason for canceling the task.
setRecovery(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setRefresh(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setRefresh(boolean) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Should a refresh be executed before this get operation causing the operation to return the latest value.
setRefresh(boolean) - Method in class org.elasticsearch.action.get.MultiGetRequestBuilder
Should a refresh be executed before this get operation causing the operation to return the latest value.
setRefresh(boolean) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Call refresh on the indexes we've written to after the request ends?
setRefreshPolicy(WriteRequest.RefreshPolicy) - Method in class org.elasticsearch.action.bulk.BulkRequest
 
setRefreshPolicy(WriteRequest.RefreshPolicy) - Method in class org.elasticsearch.action.support.replication.ReplicatedWriteRequest
 
setRefreshPolicy(WriteRequest.RefreshPolicy) - Method in interface org.elasticsearch.action.support.WriteRequest
Should this request trigger a refresh (WriteRequest.RefreshPolicy.IMMEDIATE), wait for a refresh ( WriteRequest.RefreshPolicy.WAIT_UNTIL), or proceed ignore refreshes entirely (WriteRequest.RefreshPolicy.NONE, the default).
setRefreshPolicy(String) - Method in interface org.elasticsearch.action.support.WriteRequest
Parse the refresh policy from a string, only modifying it if the string is non null.
setRefreshPolicy(WriteRequest.RefreshPolicy) - Method in interface org.elasticsearch.action.support.WriteRequestBuilder
Should this request trigger a refresh (WriteRequest.RefreshPolicy.IMMEDIATE), wait for a refresh ( WriteRequest.RefreshPolicy.WAIT_UNTIL), or proceed ignore refreshes entirely (WriteRequest.RefreshPolicy.NONE, the default).
setRefreshPolicy(String) - Method in interface org.elasticsearch.action.support.WriteRequestBuilder
Parse the refresh policy from a string, only modifying it if the string is non null.
setRefreshPolicy(WriteRequest.RefreshPolicy) - Method in class org.elasticsearch.action.update.UpdateRequest
 
setRegex(BytesRef) - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
setRemoteInfo(RemoteInfo) - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
setRemoteInfo(RemoteInfo) - Method in class org.elasticsearch.index.reindex.ReindexRequestBuilder
Setup reindexing from a remote cluster.
setRenamePattern(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets rename pattern that should be applied to restored indices.
setRenameReplacement(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets rename replacement
setRepositories(String...) - Method in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequestBuilder
Sets list of repositories to get
setRepository(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
Sets the repository name
setRepository(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequestBuilder
Sets the repository name
setRepository(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
Sets the repository name
setRepository(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets repository name
setRepository(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
Sets the repository name
setRequest(byte) - Static method in class org.elasticsearch.transport.TransportStatus
 
setRequestCache(boolean) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
 
setRequestCache(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setRequestCache(Boolean) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets if this request should use the request cache or not, assuming that it can (for example, if "now" is used, it will never be cached).
setRequestsPerSecond(float) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Set the throttle for this request in sub-requests per second.
setRequestsPerSecond(float) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Set the throttle for this request in sub-requests per second.
setRequiredSize(int) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
setRescoreQueryWeight(float) - Method in class org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
 
setRescoreQueryWeight(float) - Method in class org.elasticsearch.search.rescore.QueryRescorerBuilder
Sets the original query weight for rescoring.
setRescorer(RescoreBuilder<?>) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Clears all rescorers on the builder and sets the first one.
setRescorer(RescoreBuilder, int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Clears all rescorers on the builder and sets the first one.
setResources(String, String...) - Method in exception org.elasticsearch.ElasticsearchException
 
setResponse(byte) - Static method in class org.elasticsearch.transport.TransportStatus
 
setRestoreGlobalState(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
If set to true the restore procedure will restore global cluster state.
setResult(DocWriteResponse.Result) - Method in class org.elasticsearch.action.DocWriteResponse.Builder
 
setRetryBackoffInitialTime(TimeValue) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Set the initial delay after a rejection before retrying request.
setRetryBackoffInitialTime(TimeValue) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Initial delay after a rejection before retrying a bulk request.
setRetryDelayNetwork(TimeValue) - Method in class org.elasticsearch.indices.recovery.RecoverySettings
 
setRetryDelayStateSync(TimeValue) - Method in class org.elasticsearch.indices.recovery.RecoverySettings
 
setRetryFailed(boolean) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
Sets the retry failed flag (defaults to false).
setRetryFailed(boolean) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
Sets the retry failed flag (defaults to false).
setRetryOnConflict(int) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the number of retries of a version conflict occurs because the document was updated between getting it and updating it.
setRewrite(boolean) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
Indicates whether the query should be rewritten into primitive queries
setRewriteMethod(MultiTermQuery, MultiTermQuery.RewriteMethod) - Static method in class org.elasticsearch.index.query.support.QueryParsers
 
setRouting(String) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
A comma separated list of routing values to control the shards the search will be executed on.
setRouting(String...) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
The routing values to control the shards that the search will be executed on.
setRouting(String) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Controls the shard routing of the delete request.
setRouting(String) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Sets the routing for sharding.
setRouting(String) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Controls the shard routing of the request.
setRouting(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Controls the shard routing of the request.
setRouting(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
A comma separated list of routing values to control the shards the search will be executed on.
setRouting(String...) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The routing values to control the shards that the search will be executed on.
setRouting(String) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets the routing.
setRouting(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Controls the shard routing of the request.
setRouting(String) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
setRoutingNumShards(int) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
Sets the number of shards that should be used for routing.
setRoutingTable(boolean) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
Should the cluster state result include teh RoutingTable.
Sets - Class in org.elasticsearch.common.util.set
 
setScalingFactor(double) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
setScore(float) - Method in class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry.Option
 
setScore(float) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
setScoreMode(QueryRescoreMode) - Method in class org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
 
setScoreMode(String) - Method in class org.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
 
setScoreMode(QueryRescoreMode) - Method in class org.elasticsearch.search.rescore.QueryRescorerBuilder
Sets the original query score mode.
setScorer(Scorer) - Method in class org.apache.lucene.search.grouping.CollapsingTopDocsCollector
 
setScorer(Scorer) - Method in class org.elasticsearch.common.lucene.Lucene.EarlyTerminatingCollector
 
setScorer(Scorer) - Method in class org.elasticsearch.common.lucene.MinimumScoreCollector
 
setScorer(Scorer) - Method in interface org.elasticsearch.common.lucene.ScorerAware
 
setScorer(Scorer) - Method in class org.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource
 
setScorer(Scorer) - Method in class org.elasticsearch.index.fielddata.fieldcomparator.DoubleValuesComparatorSource
 
setScorer(Scorer) - Method in class org.elasticsearch.script.AbstractSearchScript
 
setScorer(Scorer) - Method in interface org.elasticsearch.script.LeafSearchScript
 
setScorer(Scorer) - Method in class org.elasticsearch.search.aggregations.LeafBucketCollector
 
setScorer(Scorer) - Method in class org.elasticsearch.search.aggregations.LeafBucketCollectorBase
 
setScorer(Scorer) - Method in class org.elasticsearch.search.aggregations.support.values.ScriptBytesValues
 
setScorer(Scorer) - Method in class org.elasticsearch.search.aggregations.support.values.ScriptDoubleValues
 
setScorer(Scorer) - Method in class org.elasticsearch.search.aggregations.support.values.ScriptLongValues
 
setScorer(Scorer) - Method in class org.elasticsearch.search.profile.aggregation.ProfilingLeafBucketCollector
 
setScript(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
 
setScript(Script) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
The script to execute.
setScript(Script) - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
Script to modify the documents before they are processed.
setScriptedUpsert(boolean) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets whether the script should be run in the case of an insert
setScriptFields(Set<SearchSourceBuilder.ScriptField>) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
setScroll(Scroll) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
If set, will enable scrolling of the search request.
setScroll(TimeValue) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
If set, will enable scrolling of the search request for the specified timeout.
setScroll(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
If set, will enable scrolling of the search request for the specified timeout.
setScroll(Scroll) - Method in class org.elasticsearch.action.search.SearchScrollRequestBuilder
If set, will enable scrolling of the search request.
setScroll(TimeValue) - Method in class org.elasticsearch.action.search.SearchScrollRequestBuilder
If set, will enable scrolling of the search request for the specified timeout.
setScroll(String) - Method in class org.elasticsearch.action.search.SearchScrollRequestBuilder
If set, will enable scrolling of the search request for the specified timeout.
setScroll(String) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource
Set the id of the last scroll.
setScrollId(String) - Method in class org.elasticsearch.action.search.SearchScrollRequestBuilder
The scroll id to use to continue scrolling.
setScrollIds(List<String>) - Method in class org.elasticsearch.action.search.ClearScrollRequest
 
setScrollIds(List<String>) - Method in class org.elasticsearch.action.search.ClearScrollRequestBuilder
 
setSearch(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setSearchAnalyzer(NamedAnalyzer) - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
setSearcherWrapper(IndexModule.IndexSearcherWrapperFactory) - Method in class org.elasticsearch.index.IndexModule
Sets a IndexModule.IndexSearcherWrapperFactory that is called once the IndexService is fully constructed.
setSearchQuoteAnalyzer(NamedAnalyzer) - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
setSearchShardTarget(SearchShardTarget) - Method in class org.elasticsearch.search.fetch.QueryFetchSearchResult
 
setSearchShardTarget(SearchShardTarget) - Method in class org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
 
setSearchShardTarget(SearchShardTarget) - Method in class org.elasticsearch.search.query.ScrollQuerySearchResult
 
setSearchShardTarget(SearchShardTarget) - Method in class org.elasticsearch.search.SearchPhaseResult
 
setSearchType(SearchType) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The search type to execute, defaults to SearchType.DEFAULT.
setSearchType(String) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The a string representation search type to execute, defaults to SearchType.DEFAULT.
setSecureSettings(SecureSettings) - Method in class org.elasticsearch.common.settings.Settings.Builder
 
setSegmentAndDocument(LeafReaderContext, int) - Method in class org.elasticsearch.search.lookup.SourceLookup
 
setSegments(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setSelectedFields(String...) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets whether to return only term vectors for special selected fields.
setSettings(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node settings be returned.
setSettings(Settings) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
Sets the repository settings
setSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
Sets the repository settings
setSettings(String) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
Deprecated.
use PutRepositoryRequestBuilder.setSettings(String, XContentType) instead to avoid content type auto detection
setSettings(String, XContentType) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
Sets the repository settings in Json or Yaml format
setSettings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
Sets the repository settings
setSettings(Settings) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
Sets repository-specific snapshot settings.
setSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
Sets repository-specific snapshot settings.
setSettings(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
Deprecated.
setSettings(String, XContentType) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
Sets repository-specific snapshot settings in YAML or JSON format
setSettings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
Sets repository-specific snapshot settings.
setSettings(Settings) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets repository-specific restore settings.
setSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets repository-specific restore settings.
setSettings(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Deprecated.
setSettings(String, XContentType) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets repository-specific restore settings in JSON or YAML format
setSettings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets repository-specific restore settings
setSettings(Settings) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
The settings to create the index with.
setSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
The settings to create the index with.
setSettings(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Allows to set the settings using a json builder.
setSettings(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Deprecated.
setSettings(String, XContentType) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
The settings to create the index with (either json or yaml format)
setSettings(Object...) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
A simplified version of settings that takes key value pairs settings.
setSettings(Map<String, ?>) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
The settings to create the index with (either json/yaml/properties format)
setSettings(Settings) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
Sets the settings to be updated
setSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
Sets the settings to be updated
setSettings(String) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
Deprecated.
setSettings(String, XContentType) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
Sets the settings to be updated (either json or yaml format)
setSettings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
Sets the settings to be updated
setSettings(Settings) - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequestBuilder
 
setSettings(Settings) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The settings to created the index template with.
setSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The settings to created the index template with.
setSettings(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
setSettings(String, XContentType) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The settings to crete the index template with (either json or yaml format)
setSettings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The settings to crete the index template with (either json or yaml format)
setSettings(TermVectorsRequest.FilterSettings) - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
setShard(Integer) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
Sets the shard id of the shard to explain.
setShard(int) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
The shard number to use when finding the shard to explain
setShard(int) - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
 
setShard(ShardId) - Method in exception org.elasticsearch.ElasticsearchException
 
setShardId(ShardId) - Method in class org.elasticsearch.action.DocWriteResponse.Builder
 
setShardId(ShardId) - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
Sets the target shard id for the request.
setShardIndex(int) - Method in class org.elasticsearch.search.fetch.QueryFetchSearchResult
 
setShardIndex(int) - Method in class org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
 
setShardIndex(int) - Method in class org.elasticsearch.search.query.ScrollQuerySearchResult
 
setShardIndex(int) - Method in class org.elasticsearch.search.SearchPhaseResult
 
setShardIndex(int) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
 
setShardIndex(int) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion
 
setShardInfo(ReplicationResponse.ShardInfo) - Method in class org.elasticsearch.action.DocWriteResponse.Builder
 
setShardInfo(ReplicationResponse.ShardInfo) - Method in interface org.elasticsearch.action.support.replication.ReplicationOperation.PrimaryResult
 
setShardInfo(ReplicationResponse.ShardInfo) - Method in class org.elasticsearch.action.support.replication.ReplicationResponse
 
setShardInfo(ReplicationResponse.ShardInfo) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
 
setShardMinDocCount(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
setShardSize(int) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
setShardSize(int) - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
setShardStatuses(String...) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestBuilder
Set statuses to filter shards to get stores info on.
setShouldStoreResult(boolean) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Should this task store its result after it has finished?
setShouldStoreResult(boolean) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Should this task store its result after it has finished?
setShrinkIndex(CreateIndexRequest) - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequest
 
setSimilarity(Similarity) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setSimilarity(TFIDFSimilarity) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
 
setSimilarity(SimilarityProvider) - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
setSize(int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The number of search hits to return.
setSize(int) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
setSize(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Maximum number of processed documents.
setSize(int) - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
setSkipTerms(Set<Term>) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Sets a list of terms to never select from
setSlices(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
The number of slices this task should be divided into.
setSlices(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
The number of slices this task should be divided into.
setSlop(int) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
Sets the phrase slop for this query.
setSnapshot(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
Sets the snapshot name
setSnapshot(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequestBuilder
Sets the snapshot name
setSnapshot(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
Sets snapshot name
setSnapshots(String...) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
Sets list of snapshots to return
setSnapshots(String...) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
Sets list of snapshots to return
setSorts(List<SortBuilder<?>>) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
setSortValues(Object[]) - Method in class org.elasticsearch.search.searchafter.SearchAfterBuilder
 
setSource(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
setSource(String, XContentType) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the settings and mappings as a single source.
setSource(BytesReference) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
setSource(BytesReference, XContentType) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the settings and mappings as a single source.
setSource(byte[]) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
setSource(byte[], XContentType) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the settings and mappings as a single source.
setSource(byte[], int, int) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
setSource(byte[], int, int, XContentType) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the settings and mappings as a single source.
setSource(Map<String, ?>) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the settings and mappings as a single source.
setSource(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the settings and mappings as a single source.
setSource(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
The mapping source definition.
setSource(Map) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
The mapping source definition.
setSource(String) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
setSource(String, XContentType) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
The mapping source definition.
setSource(Object...) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
A specialized simplified mapping source method, takes the form of simple properties definition: ("field1", "type=string,store=true").
setSource(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The template source definition.
setSource(Map) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The template source definition.
setSource(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
setSource(BytesReference, XContentType) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The template source definition.
setSource(BytesReference) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
setSource(byte[]) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
setSource(byte[], XContentType) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The template source definition.
setSource(byte[], int, int) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
setSource(byte[], int, int, XContentType) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
The template source definition.
setSource(BytesReference) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
setSource(BytesReference, XContentType) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the source.
setSource(Map<String, ?>) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Index the Map as a JSON.
setSource(Map<String, ?>, XContentType) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Index the Map as the provided content type.
setSource(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
setSource(String, XContentType) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the document source to index.
setSource(XContentBuilder) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the content source to index.
setSource(byte[]) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
setSource(byte[], XContentType) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the document to index in bytes form.
setSource(byte[], int, int) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
setSource(byte[], int, int, XContentType) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the document to index in bytes form (assumed to be safe to be used from different threads).
setSource(Object...) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Constructs a simple document with a field name and value pairs.
setSource(XContentType, Object...) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Constructs a simple document with a field name and value pairs.
setSource(SearchSourceBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Sets the source of the request as a SearchSourceBuilder.
setSource(BytesReference, XContentType) - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
setSource(BytesReference, XContentType) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
setSource(Map<String, Object>) - Method in class org.elasticsearch.script.AbstractSearchScript
 
setSource(Map<String, Object>) - Method in interface org.elasticsearch.script.LeafSearchScript
Set the source for the current document.
setSource(BytesReference) - Method in class org.elasticsearch.search.lookup.SourceLookup
 
setSource(Map<String, Object>) - Method in class org.elasticsearch.search.lookup.SourceLookup
 
setSourceContentType(XContentType) - Method in class org.elasticsearch.search.lookup.SourceLookup
 
setSourceIndex(String) - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequest
 
setSourceIndex(String) - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequestBuilder
 
setStage(RecoveryState.Stage) - Method in class org.elasticsearch.indices.recovery.RecoveryState
 
setStats(String...) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The stats groups this request will be aggregated under.
setStats(List<String>) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The stats groups this request will be aggregated under.
setStatus(ClusterHealthStatus) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
Allows to explicitly override the derived cluster health status.
setStopWords(Set<?>) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setStopWords(Set<?>) - Method in class org.elasticsearch.common.lucene.search.XMoreLikeThis
Set the set of stopwords.
setStore(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setStoredFieldNames(List<String>) - Method in class org.elasticsearch.index.query.InnerHitBuilder
Sets the stored fields to load and return.
setStoredFields(String...) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Explicitly specify the stored fields that will be returned for the explained document.
setStoredFields(String...) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Explicitly specify the fields that will be returned.
setStrategyName(String) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
setTargetIndex(CreateIndexRequest) - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequestBuilder
 
setTask(SearchTask) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
setTask(SearchTask) - Method in class org.elasticsearch.search.internal.SearchContext
 
setTaskId(TaskId) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
Set the TaskId to look up.
setTaskId(TaskId) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequestBuilder
Set the TaskId to look up.
setTaskId(TaskId) - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
 
setTaskId(TaskId) - Method in class org.elasticsearch.action.support.tasks.TasksRequestBuilder
Set the task to lookup.
setTaskResultsService(TaskResultsService) - Method in class org.elasticsearch.tasks.TaskManager
 
setTemplate(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Sets the template match expression that will be used to match on indices created.
setTerminateAfter(int) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
An optional document count, upon collecting which the search query will early terminate
setTermStatistics(boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets whether to return the term statistics for each term in the shard or skip.
setTermVectorsField(BytesStreamOutput) - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
setText(CharacterIterator) - Method in class org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
 
setText(String) - Method in class org.apache.lucene.search.uhighlight.BoundedBreakIteratorScanner
 
setText(String...) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Sets texts to analyze
setText(BytesRef) - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
setThreadContext(ThreadContext) - Static method in class org.elasticsearch.common.logging.DeprecationLogger
Set the ThreadContext used to add deprecation headers to network responses.
setThreadPool(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node thread pool info be returned.
setThreadPool(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node thread pool stats be returned.
setThreads(int) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
 
setTieBreaker(float) - Method in class org.elasticsearch.index.search.MultiMatchQuery
 
setTimedOut(boolean) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
setTimeout(TimeValue) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setTimeout(String) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setTimeout(TimeValue) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
Timeout to wait for any async actions this request must take.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequestBuilder
Timeout to wait for any async actions this request must take.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
A timeout to wait if the index operation can't be performed immediately.
setTimeout(String) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
A timeout to wait if the index operation can't be performed immediately.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
An optional timeout to control how long search is allowed to take.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.support.master.AcknowledgedRequestBuilder
Sets the maximum wait for acknowledgement from other nodes
setTimeout(String) - Method in class org.elasticsearch.action.support.master.AcknowledgedRequestBuilder
Timeout to wait for the operation to be acknowledged by current cluster nodes.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
 
setTimeout(String) - Method in class org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
 
setTimeout(TimeValue) - Method in class org.elasticsearch.action.support.replication.ReplicationRequestBuilder
A timeout to wait if the index operation can't be performed immediately.
setTimeout(String) - Method in class org.elasticsearch.action.support.replication.ReplicationRequestBuilder
A timeout to wait if the index operation can't be performed immediately.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
A timeout to wait if the index operation can't be performed immediately.
setTimeout(String) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
A timeout to wait if the index operation can't be performed immediately.
setTimeout(TimeValue) - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
 
setTimeout(String) - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
 
setTimeout(TimeValue) - Method in class org.elasticsearch.action.support.tasks.TasksRequestBuilder
 
setTimeout(TimeValue) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Timeout to wait for the shards on to be available for each bulk request?
setTimestamp(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Deprecated.
setTimestamp(Long) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
setTimeUnit(TimeUnit) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
Setting<T> - Class in org.elasticsearch.common.settings
A setting.
Setting(Setting.Key, Function<Settings, String>, Function<String, T>, Setting.Property...) - Constructor for class org.elasticsearch.common.settings.Setting
Creates a new Setting instance
Setting(String, String, Function<String, T>, Setting.Property...) - Constructor for class org.elasticsearch.common.settings.Setting
Creates a new Setting instance
Setting(String, Function<Settings, String>, Function<String, T>, Setting.Property...) - Constructor for class org.elasticsearch.common.settings.Setting
Creates a new Setting instance
Setting(Setting.Key, Setting<T>, Function<String, T>, Setting.Property...) - Constructor for class org.elasticsearch.common.settings.Setting
Creates a new Setting instance
Setting(String, Setting<T>, Function<String, T>, Setting.Property...) - Constructor for class org.elasticsearch.common.settings.Setting
Creates a new Setting instance
Setting.AffixKey - Class in org.elasticsearch.common.settings
A key that allows for static pre and suffix.
Setting.AffixSetting<T> - Class in org.elasticsearch.common.settings
 
Setting.GroupKey - Class in org.elasticsearch.common.settings
 
Setting.Key - Interface in org.elasticsearch.common.settings
 
Setting.ListKey - Class in org.elasticsearch.common.settings
 
Setting.Property - Enum in org.elasticsearch.common.settings
 
Setting.SimpleKey - Class in org.elasticsearch.common.settings
 
SETTING_ALLOCATION_MAX_RETRY - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.MaxRetryAllocationDecider
 
SETTING_AUTO_EXPAND_REPLICAS - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_BLOCKS_METADATA - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_BLOCKS_READ - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_BLOCKS_WRITE - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_CORS_ALLOW_CREDENTIALS - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_CORS_ALLOW_HEADERS - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_CORS_ALLOW_METHODS - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_CORS_ALLOW_ORIGIN - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_CORS_ENABLED - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_CORS_MAX_AGE - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_CREATION_DATE - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_CREATION_DATE_STRING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_DATA_PATH - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_HTTP_BIND_HOST - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_HTTP_COMPRESSION - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_HTTP_COMPRESSION_LEVEL - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_HTTP_CONTENT_TYPE_REQUIRED - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_HTTP_DETAILED_ERRORS_ENABLED - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_HTTP_HOST - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_HTTP_MAX_CHUNK_SIZE - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_HTTP_MAX_CONTENT_LENGTH - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_HTTP_MAX_HEADER_SIZE - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_HTTP_MAX_INITIAL_LINE_LENGTH - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_HTTP_PORT - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_HTTP_PUBLISH_HOST - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_HTTP_PUBLISH_PORT - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_HTTP_RESET_COOKIES - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_INDEX_PROVIDED_NAME - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
The user provided name for an index.
SETTING_INDEX_UUID - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_MAX_TOMBSTONES - Static variable in class org.elasticsearch.cluster.metadata.IndexGraveyard
Setting for the maximum tombstones allowed in the cluster state; prevents the cluster state size from exploding too large, but it opens the very unlikely risk that if there are greater than MAX_TOMBSTONES index deletions while a node was offline, when it comes back online, it will have missed index deletions that it may need to process.
SETTING_MEMORY_STORAGE_HINT - Static variable in class org.elasticsearch.index.fielddata.IndexFieldData.CommonSettings
 
SETTING_NUMBER_OF_REPLICAS - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_NUMBER_OF_SHARDS - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_PIPELINING - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_PIPELINING_MAX_EVENTS - Static variable in class org.elasticsearch.http.HttpTransportSettings
 
SETTING_PRIORITY - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_READ_ONLY - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_READ_ONLY_ALLOW_DELETE - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_READ_ONLY_ALLOW_DELETE_SETTING - Static variable in class org.elasticsearch.cluster.metadata.MetaData
 
SETTING_READ_ONLY_SETTING - Static variable in class org.elasticsearch.cluster.metadata.MetaData
 
SETTING_ROUTING_PARTITION_SIZE - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_SHADOW_REPLICAS - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_SHARED_FILESYSTEM - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_SHARED_FS_ALLOW_RECOVERY_ON_ANY_NODE - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_TV_HIGHLIGHT_MULTI_VALUE - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.FastVectorHighlighter
 
SETTING_VERSION_CREATED - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_VERSION_CREATED_STRING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_VERSION_UPGRADED - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_VERSION_UPGRADED_STRING - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
 
SETTING_WAIT_FOR_ACTIVE_SHARDS - Static variable in class org.elasticsearch.cluster.metadata.IndexMetaData
The number of active shard copies to check for before proceeding with a write operation.
settings() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node settings be returned.
settings(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node settings be returned.
settings(Settings) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
Sets the repository settings
settings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
Sets the repository settings
settings(String) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
Deprecated.
use PutRepositoryRequest.settings(String, XContentType) to avoid content type auto-detection
settings(String, XContentType) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
Sets the repository settings.
settings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
Sets the repository settings.
settings() - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
Returns repository settings
settings(Settings) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Sets repository-specific snapshot settings.
settings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Sets repository-specific snapshot settings.
settings(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Deprecated.
use CreateSnapshotRequest.settings(String, XContentType) to avoid content type detection
settings(String, XContentType) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Sets repository-specific snapshot settings in JSON or YAML format
settings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Sets repository-specific snapshot settings.
settings() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Returns repository-specific snapshot settings
settings(Settings) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets repository-specific restore settings.
settings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets repository-specific restore settings.
settings(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Deprecated.
use RestoreSnapshotRequest.settings(String, XContentType) to avoid content type detection
settings(String, XContentType) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets repository-specific restore settings in JSON or YAML format
settings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets repository-specific restore settings
settings() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Returns repository-specific restore settings
settings(Settings) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
settings() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
settings() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The settings to create the index with.
settings(Object...) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
A simplified version of settings that takes key value pairs settings.
settings(Settings) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The settings to create the index with.
settings(Settings.Builder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The settings to create the index with.
settings(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Deprecated.
use CreateIndexRequest.source(String, XContentType) instead to avoid content type detection
settings(String, XContentType) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The settings to create the index with (either json or yaml format)
settings(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Allows to set the settings using a json builder.
settings(Map) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
The settings to create the index with (either json/yaml/properties format)
settings() - Method in class org.elasticsearch.action.admin.indices.get.GetIndexResponse
 
settings(Settings) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
 
settings() - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsClusterStateUpdateRequest
Returns the Settings to update
settings(Settings) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsClusterStateUpdateRequest
Sets the Settings to update
settings(Settings) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
Sets the settings to be updated
settings(Settings.Builder) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
Sets the settings to be updated
settings(String) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
Deprecated.
use UpdateSettingsRequest.settings(String, XContentType) to avoid content type detection
settings(String, XContentType) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
Sets the settings to be updated (either json or yaml format)
settings(Map) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
Sets the settings to be updated (either json or yaml format)
settings(Settings) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The settings to create the index template with.
settings(Settings.Builder) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The settings to create the index template with.
settings(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
settings(String, XContentType) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The settings to create the index template with (either json/yaml format).
settings(Map<String, Object>) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The settings to create the index template with (either json or yaml format).
settings() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
settings() - Method in interface org.elasticsearch.client.Client
Returns this clients settings
settings() - Method in class org.elasticsearch.client.support.AbstractClient
 
settings(Settings.Builder) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
settings(Settings) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
settings(Settings.Builder) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
settings(Settings) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
settings() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
settings() - Method in class org.elasticsearch.cluster.metadata.MetaData
Returns the merged transient and persistent settings.
settings(Settings) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
 
settings() - Method in class org.elasticsearch.cluster.metadata.RepositoryMetaData
Returns repository settings
settings - Variable in class org.elasticsearch.common.component.AbstractComponent
 
Settings - Class in org.elasticsearch.common.settings
An immutable settings implementation.
settings() - Method in class org.elasticsearch.env.Environment
The settings used to build this environment.
settings() - Method in class org.elasticsearch.node.Node
The settings that were used to create the node.
settings(Settings) - Method in class org.elasticsearch.repositories.RepositoriesService.RegisterRepositoryRequest
Sets repository settings
SETTINGS - Static variable in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
 
settings() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Returns repository-specific restore settings
settings(Settings) - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Sets repository-specific snapshot settings
settings() - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Returns repository-specific settings for the snapshot operation
Settings.Builder - Class in org.elasticsearch.common.settings
A builder allowing to put different settings and then Settings.Builder.build() an immutable settings implementation.
SETTINGS_FILTER_PARAM - Static variable in class org.elasticsearch.common.settings.SettingsFilter
Can be used to specify settings filter that will be used to filter out matching settings in toXContent method
SETTINGS_MAX_PENDING_CLUSTER_STATES - Static variable in class org.elasticsearch.discovery.zen.PublishClusterStateAction
 
SettingsException - Exception in org.elasticsearch.common.settings
A generic failure to handle settings.
SettingsException(String) - Constructor for exception org.elasticsearch.common.settings.SettingsException
 
SettingsException(String, Throwable) - Constructor for exception org.elasticsearch.common.settings.SettingsException
 
SettingsException(StreamInput) - Constructor for exception org.elasticsearch.common.settings.SettingsException
 
SettingsFilter - Class in org.elasticsearch.common.settings
A class that allows to filter settings objects by simple regular expression patterns or full settings keys.
SettingsFilter(Settings, Collection<String>) - Constructor for class org.elasticsearch.common.settings.SettingsFilter
 
settingsKey(String, String) - Static method in class org.elasticsearch.threadpool.ExecutorBuilder
 
SettingsLoader - Interface in org.elasticsearch.common.settings.loader
Provides the ability to load settings (in the form of a simple Map) from the actual source content that represents them.
SettingsLoader.Helper - Class in org.elasticsearch.common.settings.loader
 
SettingsLoaderFactory - Class in org.elasticsearch.common.settings.loader
A class holding factory methods for settings loaders that attempts to infer the type of the underlying settings content.
SettingsModule - Class in org.elasticsearch.common.settings
A module that binds the provided settings to the Settings interface.
SettingsModule(Settings, Setting<?>...) - Constructor for class org.elasticsearch.common.settings.SettingsModule
 
SettingsModule(Settings, List<Setting<?>>, List<String>) - Constructor for class org.elasticsearch.common.settings.SettingsModule
 
setTokenizer(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Instead of setting the analyzer, sets the tokenizer as name that will be used as part of a custom analyzer.
setTokenizer(Map<String, ?>) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
Instead of setting the analyzer, sets the tokenizer using custom settings that will be used as part of a custom analyzer.
setTookInMillis(long) - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
setTotal(long) - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
setTrackScores(boolean) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Applies when sorting, and controls if scores will be tracked as well.
setTrackScores(boolean) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
setTransientSettings(Settings) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
Sets the transient settings to be updated.
setTransientSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
Sets the transient settings to be updated.
setTransientSettings(String) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
setTransientSettings(String, XContentType) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
Sets the source containing the transient settings to be updated.
setTransientSettings(Map) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
Sets the transient settings to be updated.
setTranslog(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setTranslog(Translog) - Method in class org.elasticsearch.index.shard.RefreshListeners
Setup the translog used to find the last refreshed location.
setTransport(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
Should the node Transport info be returned.
setTransport(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
Should the node Transport stats be returned.
setTranspositions(boolean) - Method in class org.elasticsearch.index.search.MatchQuery
 
setTranspositions(boolean) - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
Sets if transpositions (swapping one character for another) counts as one character change or two.
setTree(String) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
setTreeLevels(int) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
setTTL(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Deprecated.
setTTL(long) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Deprecated.
setTTL(TimeValue) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Deprecated.
setTtl(Long) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Deprecated.
setTtl(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Deprecated.
setTtl(TimeValue) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Deprecated.
setTTL(Long) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.BasicHit
 
setType(StoreRateLimiting.Type) - Method in class org.apache.lucene.store.StoreRateLimiting
 
setType(String) - Method in class org.apache.lucene.store.StoreRateLimiting
 
setType(String) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
 
setType(String) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
Sets the repository type
setType(String) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
The type of the mappings.
setType(String) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Sets the type of the document to delete.
setType(String) - Method in class org.elasticsearch.action.DocWriteResponse.Builder
 
setType(String) - Method in class org.elasticsearch.action.explain.ExplainRequestBuilder
Sets the type to get a score explanation for.
setType(String) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Sets the type of the document to fetch.
setType(String) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the type to index the document to.
setType(String) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Sets the type of the document.
setType(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the type of the indexed document.
setType(IndexStore.IndexRateLimitingType) - Method in class org.elasticsearch.index.store.IndexStore
 
setTypes(String...) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
 
setTypes(String...) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
 
setTypes(String...) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
Document types to return stats for.
setTypes(String...) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
The types of documents the query will run against.
setTypes(String...) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
The document types to execute the search against.
setTypes(String...) - Method in class org.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
 
setTypes(String...) - Method in class org.elasticsearch.index.query.QueryShardContext
 
setUid(Uid) - Method in class org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
 
setUnicodeAware(boolean) - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions.Builder
Set to true if all measurements (like edit distance, transpositions and lengths) are in unicode code points (actual letters) instead of bytes.
setUnlikeFields(Fields...) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setUnlikeText(String[]) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
setUpdateAllTypes(boolean) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
True if all fields that span multiple types should be updated, false otherwise
setUpdateAllTypes(boolean) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
True if all fields that span multiple types should be updated, false otherwise
setupFieldType(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.Builder
 
setupFieldType(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
setupFieldType(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Builder
 
setupFieldType(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.Builder
 
setupFieldType(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.Builder
 
setupFieldType(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.Builder
 
setupFieldType(Mapper.BuilderContext) - Method in class org.elasticsearch.index.mapper.StringFieldMapper.Builder
 
setUpgradeInProgress(boolean, boolean) - Method in class org.elasticsearch.index.shard.ElasticsearchMergePolicy
When upgrade is true, running a force merge will upgrade any segments written with older versions.
setUpgradeOnlyAncientSegments(boolean) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequestBuilder
Should the upgrade only the ancient (older major version of Lucene) segments?
setupHunspellDictionaries(List<AnalysisPlugin>) - Method in class org.elasticsearch.indices.analysis.AnalysisModule
 
setupInnerHitsContext(QueryShardContext, InnerHitsContext.InnerHitSubContext) - Method in class org.elasticsearch.index.query.InnerHitContextBuilder
 
setUpsert(IndexRequest) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the index request to be used if the document does not exists.
setUpsert(XContentBuilder) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc source of the update request to be used when the document does not exists.
setUpsert(Map) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc source of the update request to be used when the document does not exists.
setUpsert(Map, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc source of the update request to be used when the document does not exists.
setUpsert(String) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
setUpsert(String, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc source of the update request to be used when the document does not exists.
setUpsert(byte[]) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
setUpsert(byte[], XContentType) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc source of the update request to be used when the document does not exists.
setUpsert(byte[], int, int) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
setUpsert(byte[], int, int, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc source of the update request to be used when the document does not exists.
setUpsert(Object...) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc source of the update request to be used when the document does not exists.
setUpsert(XContentType, Object...) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the doc source of the update request to be used when the document does not exists.
setUseCache(boolean) - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequest
 
setUseCache(boolean) - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequestBuilder
 
setValidationMethod(GeoValidationMethod) - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Specify whether or not to ignore validation errors of bounding boxes.
setValidationMethod(GeoValidationMethod) - Method in class org.elasticsearch.index.query.GeoDistanceQueryBuilder
Set validation method for geo coordinates.
setValidationMethod(GeoValidationMethod) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
Set validation method for coordinates.
setValidationMethod(GeoValidationMethod) - Method in class org.elasticsearch.index.query.GeoPolygonQueryBuilder
Sets the validation method to use for geo coordinates.
setValue(double) - Method in class org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
 
setValueAsString(String) - Method in class org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
 
setVerbose(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
Set to false to only show the snapshot names and the indices they contain.
setVerbose(boolean) - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequestBuilder
 
setVerbose(boolean) - Method in class org.elasticsearch.action.ingest.SimulatePipelineRequest
 
setVerbose(boolean) - Method in class org.elasticsearch.action.ingest.SimulatePipelineRequestBuilder
Enable or disable verbose mode
setVerbosity(Terminal.Verbosity) - Method in class org.elasticsearch.cli.Terminal
Sets the verbosity of the terminal.
setVerify(boolean) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
Sets whether or not repository should be verified after creation
setVersion(Integer) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
Sets the optional version of this template.
setVersion(long) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Sets the version, which will cause the delete operation to only be performed if a matching version exists and no changes happened on the doc since then.
setVersion(Long) - Method in class org.elasticsearch.action.DocWriteResponse.Builder
 
setVersion(long) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Sets the version, which will cause the get operation to only be performed if a matching version exists and no changes happened on the doc since then.
setVersion(long) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the version, which will cause the index operation to only be performed if a matching version exists and no changes happened on the doc since then.
setVersion(boolean) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Should each SearchHit be returned with its version.
setVersion(long) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
 
setVersion(long) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the version, which will cause the index operation to only be performed if a matching version exists and no changes happened on the doc since then.
setVersion(Version) - Method in class org.elasticsearch.common.io.stream.FilterStreamInput
 
setVersion(Version) - Method in class org.elasticsearch.common.io.stream.StreamInput
Set the version of the node on the other side of this stream.
setVersion(Version) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Set the version of the node on the other side of this stream.
setVersion(boolean) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
setVersions(Map<String, Tuple<Version, String>>) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequestBuilder
Sets the index versions to be updated
setVersionType(VersionType) - Method in class org.elasticsearch.action.delete.DeleteRequestBuilder
Sets the type of versioning to use.
setVersionType(VersionType) - Method in class org.elasticsearch.action.get.GetRequestBuilder
Sets the versioning type.
setVersionType(VersionType) - Method in class org.elasticsearch.action.index.IndexRequestBuilder
Sets the versioning type.
setVersionType(VersionType) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
 
setVersionType(VersionType) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the versioning type.
setWaitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
Sets the number of shard copies that must be active before getting the health status.
setWaitForActiveShards(int) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
A shortcut for ClusterHealthRequestBuilder.setWaitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
setWaitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
Sets the number of shard copies that should be active for index creation to return.
setWaitForActiveShards(int) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
A shortcut for CreateIndexRequestBuilder.setWaitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
setWaitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
Sets the number of shard copies that should be active for creation of the new rollover index to return.
setWaitForActiveShards(int) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
A shortcut for RolloverRequest.setWaitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
setWaitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequest
Sets the number of shard copies that should be active for creation of the new shrunken index to return.
setWaitForActiveShards(int) - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequest
A shortcut for ShrinkRequest.setWaitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
setWaitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequestBuilder
Sets the number of shard copies that should be active for creation of the new shrunken index to return.
setWaitForActiveShards(int) - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequestBuilder
A shortcut for ShrinkRequestBuilder.setWaitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
setWaitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
Sets the number of shard copies that must be active before proceeding with the write.
setWaitForActiveShards(int) - Method in class org.elasticsearch.action.bulk.BulkRequestBuilder
A shortcut for BulkRequestBuilder.setWaitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
setWaitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.support.replication.ReplicationRequestBuilder
Sets the number of shard copies that must be active before proceeding with the write.
setWaitForActiveShards(int) - Method in class org.elasticsearch.action.support.replication.ReplicationRequestBuilder
A shortcut for ReplicationRequestBuilder.setWaitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
setWaitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
Sets the number of shard copies that must be active before proceeding with the write.
setWaitForActiveShards(int) - Method in class org.elasticsearch.action.update.UpdateRequestBuilder
A shortcut for UpdateRequestBuilder.setWaitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
setWaitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
Sets the number of shard copies that must be active before proceeding with the write.
setWaitForActiveShards(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
A shortcut for AbstractBulkByScrollRequest.setWaitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
setWaitForCompletion(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
Should this request wait for all found tasks to complete?
setWaitForCompletion(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequestBuilder
Should this request wait for all found tasks to complete?
setWaitForCompletion(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
Should this request wait for all found tasks to complete?
setWaitForCompletion(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequestBuilder
Should this request wait for all found tasks to complete?
setWaitForCompletion(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
If set to true the request should wait for the snapshot completion before returning.
setWaitForCompletion(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
If this parameter is set to true the operation will wait for completion of restore process before returning.
setWaitForEvents(Priority) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setWaitForGreenStatus() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setWaitForNodes(String) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
Waits for N number of nodes.
setWaitForNoRelocatingShards(boolean) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
Sets whether the request should wait for there to be no relocating shards before retrieving the cluster health status.
setWaitForStatus(ClusterHealthStatus) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setWaitForYellowStatus() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
 
setWaitIfOngoing(boolean) - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequestBuilder
 
setWarmer(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
 
setWeight(float) - Method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
Set the weight applied to the function before combining.
setWindowSize(int) - Method in class org.elasticsearch.search.rescore.RescoreSearchContext
 
setZeroTermsQuery(MatchQuery.ZeroTermsQuery) - Method in class org.elasticsearch.index.search.MatchQuery
 
sha1() - Static method in class org.elasticsearch.common.hash.MessageDigests
Returns a MessageDigest instance for SHA-1 digests; note that the instance returned is thread local and must not be shared amongst threads.
sha256() - Static method in class org.elasticsearch.common.hash.MessageDigests
Returns a MessageDigest instance for SHA-256 digests; note that the instance returned is thread local and must not be shared amongst threads.
ShadowEngine - Class in org.elasticsearch.index.engine
ShadowEngine is a specialized engine that only allows read-only operations on the underlying Lucene index.
ShadowEngine(EngineConfig) - Constructor for class org.elasticsearch.index.engine.ShadowEngine
 
ShadowIndexShard - Class in org.elasticsearch.index.shard
ShadowIndexShard extends IndexShard to add file synchronization from the primary when a flush happens.
ShadowIndexShard(ShardRouting, IndexSettings, ShardPath, Store, IndexCache, MapperService, SimilarityService, IndexFieldDataService, EngineFactory, IndexEventListener, IndexSearcherWrapper, ThreadPool, BigArrays, Engine.Warmer, List<SearchOperationListener>) - Constructor for class org.elasticsearch.index.shard.ShadowIndexShard
 
shape(ShapeBuilder) - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
shape() - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
ShapeBuilder - Class in org.elasticsearch.common.geo.builders
Basic class for building GeoJSON shapes like Polygons, Linestrings, etc
ShapeBuilder() - Constructor for class org.elasticsearch.common.geo.builders.ShapeBuilder
 
ShapeBuilder.CoordinateNode - Class in org.elasticsearch.common.geo.builders
Node used to represent a tree of coordinates.
ShapeBuilder.Edge - Class in org.elasticsearch.common.geo.builders
This helper class implements a linked list for Coordinate.
ShapeBuilder.GeoShapeType - Enum in org.elasticsearch.common.geo.builders
Enumeration that lists all ShapeBuilder.GeoShapeTypes that can be handled
ShapeBuilder.Orientation - Enum in org.elasticsearch.common.geo.builders
 
ShapeBuilders - Class in org.elasticsearch.common.geo.builders
A collection of static methods for creating ShapeBuilders.
ShapeBuilders() - Constructor for class org.elasticsearch.common.geo.builders.ShapeBuilders
 
shapeName() - Method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
 
ShapeRelation - Enum in org.elasticsearch.common.geo
Enum representing the relationship between a Query / Filter Shape and indexed Shapes that will be used to determine if a Document should be matched or not
ShapesAvailability - Class in org.elasticsearch.common.geo
 
shard() - Method in class org.elasticsearch.action.search.ShardSearchFailure
The search shard target the failure occurred on.
shard - Variable in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
 
shard() - Method in exception org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
Returns the shard instance referenced by this exception
shard(int) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
shard() - Method in exception org.elasticsearch.search.SearchException
 
shard() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
shard(SearchShardTarget) - Method in class org.elasticsearch.search.SearchHit
 
SHARD_BALANCE_FACTOR_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
 
SHARD_COUNT_LIMIT_SETTING - Static variable in class org.elasticsearch.action.search.TransportSearchAction
The maximum number of shards for a single search request.
SHARD_FAILED_ACTION_NAME - Static variable in class org.elasticsearch.cluster.action.shard.ShardStateAction
 
SHARD_INACTIVE_TIME_SETTING - Static variable in class org.elasticsearch.indices.IndexingMemoryController
If we see no indexing operations after this much time for a given shard, we consider that shard inactive (default: 5 minutes).
SHARD_MEMORY_INTERVAL_TIME_SETTING - Static variable in class org.elasticsearch.indices.IndexingMemoryController
How frequently we check indexing memory usage (default: 5 seconds).
SHARD_MIN_DOC_COUNT_FIELD_NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
SHARD_SIZE_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
 
SHARD_SIZE_FIELD_NAME - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
SHARD_STARTED_ACTION_NAME - Static variable in class org.elasticsearch.cluster.action.shard.ShardStateAction
 
ShardAllocationDecision - Class in org.elasticsearch.cluster.routing.allocation
Represents the decision taken for the allocation of a single shard.
ShardAllocationDecision(AllocateUnassignedDecision, MoveDecision) - Constructor for class org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
 
ShardAllocationDecision(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
 
ShardBitsetFilterCache - Class in org.elasticsearch.index.cache.bitset
 
ShardBitsetFilterCache(ShardId, IndexSettings) - Constructor for class org.elasticsearch.index.cache.bitset.ShardBitsetFilterCache
 
shardBitsetFilterCache() - Method in class org.elasticsearch.index.shard.IndexShard
 
ShardCoreKeyMap - Class in org.elasticsearch.common.lucene
A map between segment core cache keys and the shard that these segments belong to.
ShardCoreKeyMap() - Constructor for class org.elasticsearch.common.lucene.ShardCoreKeyMap
 
ShardEntry() - Constructor for class org.elasticsearch.cluster.action.shard.ShardStateAction.ShardEntry
 
ShardEntry(ShardId, String, long, String, Exception) - Constructor for class org.elasticsearch.cluster.action.shard.ShardStateAction.ShardEntry
 
shardExecute(Task, Request, ShardId, ActionListener<ShardResponse>) - Method in class org.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
 
shardFailed(ShardRouting, UnassignedInfo) - Method in class org.elasticsearch.cluster.routing.allocation.IndexMetaDataUpdater
 
shardFailed(ShardRouting, UnassignedInfo) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
 
shardFailed(ShardRouting, UnassignedInfo) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
 
shardFailed(ShardRouting, UnassignedInfo) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
 
shardFailed(ShardRouting, UnassignedInfo) - Method in interface org.elasticsearch.cluster.routing.RoutingChangesObserver
Called when a shard is failed or cancelled.
shardFailed(ShardRouting, UnassignedInfo) - Method in class org.elasticsearch.snapshots.RestoreService.RestoreInProgressUpdater
 
ShardFailedClusterStateTaskExecutor(AllocationService, RoutingService, Logger) - Constructor for class org.elasticsearch.cluster.action.shard.ShardStateAction.ShardFailedClusterStateTaskExecutor
 
ShardFailure(ShardRouting, String, Exception) - Constructor for class org.elasticsearch.index.shard.IndexShard.ShardFailure
 
shardFailures() - Method in exception org.elasticsearch.action.search.SearchPhaseExecutionException
 
shardFailures() - Method in class org.elasticsearch.snapshots.SnapshotInfo
Returns shard failures; an empty list will be returned if there were no shard failures, or if SnapshotInfo.state() returns null.
ShardFetchRequest - Class in org.elasticsearch.search.fetch
Shard level fetch base request.
ShardFetchRequest() - Constructor for class org.elasticsearch.search.fetch.ShardFetchRequest
 
ShardFetchRequest(long, IntArrayList, ScoreDoc) - Constructor for class org.elasticsearch.search.fetch.ShardFetchRequest
 
ShardFetchSearchRequest - Class in org.elasticsearch.search.fetch
Shard level fetch request used with search.
ShardFetchSearchRequest() - Constructor for class org.elasticsearch.search.fetch.ShardFetchSearchRequest
 
ShardFetchSearchRequest(OriginalIndices, long, IntArrayList, ScoreDoc) - Constructor for class org.elasticsearch.search.fetch.ShardFetchSearchRequest
 
ShardFieldData - Class in org.elasticsearch.index.fielddata
 
ShardFieldData() - Constructor for class org.elasticsearch.index.fielddata.ShardFieldData
 
ShardFlushRequest - Class in org.elasticsearch.action.admin.indices.flush
 
ShardFlushRequest(FlushRequest, ShardId) - Constructor for class org.elasticsearch.action.admin.indices.flush.ShardFlushRequest
 
ShardFlushRequest() - Constructor for class org.elasticsearch.action.admin.indices.flush.ShardFlushRequest
 
ShardGetService - Class in org.elasticsearch.index.get
 
ShardGetService(IndexSettings, IndexShard, MapperService) - Constructor for class org.elasticsearch.index.get.ShardGetService
 
shardId - Variable in class org.elasticsearch.action.DocWriteResponse.Builder
 
shardId() - Method in class org.elasticsearch.action.get.MultiGetShardRequest
 
shardId() - Method in class org.elasticsearch.action.search.ShardSearchFailure
The shard id the search failed on.
shardId() - Method in interface org.elasticsearch.action.ShardOperationFailedException
The index the operation failed on.
shardId() - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardRequest
 
shardId() - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
shardId - Variable in class org.elasticsearch.action.support.replication.ReplicationRequest
Target shard the request should execute on.
shardId() - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
 
shardId() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
 
shardId - Variable in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
shardId() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
 
shardId - Variable in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
 
shardId() - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
Get the shard id
shardId() - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
Get the id of the shard which allocation should be canceled
shardId() - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
shardId() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns the shards id
shardId(ClusterState, String, String, String) - Method in class org.elasticsearch.cluster.routing.OperationRouting
 
shardId() - Method in class org.elasticsearch.cluster.routing.PlainShardIterator
 
shardId() - Method in interface org.elasticsearch.cluster.routing.ShardIterator
The shard id this group relates to.
shardId() - Method in class org.elasticsearch.cluster.routing.ShardRouting
The shard id.
shardId() - Method in class org.elasticsearch.common.lucene.index.ElasticsearchDirectoryReader
Returns the shard id this index belongs to.
shardId() - Method in class org.elasticsearch.common.lucene.index.ElasticsearchLeafReader
Returns the shard id this segment belongs to.
shardId - Variable in class org.elasticsearch.gateway.AsyncShardFetch
 
shardId() - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.Request
 
shardId - Variable in class org.elasticsearch.index.engine.Engine
 
shardId - Variable in class org.elasticsearch.index.shard.AbstractIndexShardComponent
 
shardId() - Method in class org.elasticsearch.index.shard.AbstractIndexShardComponent
 
shardId() - Method in interface org.elasticsearch.index.shard.IndexShardComponent
 
ShardId - Class in org.elasticsearch.index.shard
Allows for shard level components to be injected with the shard id.
ShardId(Index, int) - Constructor for class org.elasticsearch.index.shard.ShardId
 
ShardId(String, String, int) - Constructor for class org.elasticsearch.index.shard.ShardId
 
shardId() - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.Shard
Returns the shard id of this shard.
shardId - Variable in class org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.Key
 
shardId() - Method in class org.elasticsearch.indices.flush.ShardsSyncedFlushResult
 
shardId() - Method in class org.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
 
shardId() - Method in class org.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
 
shardId() - Method in class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
 
shardId() - Method in class org.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
 
shardId() - Method in class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
shardId() - Method in class org.elasticsearch.indices.recovery.RecoveryFilesInfoRequest
 
shardId() - Method in class org.elasticsearch.indices.recovery.RecoveryFinalizeRecoveryRequest
 
shardId() - Method in class org.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
 
shardId() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
shardId() - Method in class org.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
 
shardId() - Method in class org.elasticsearch.indices.recovery.RecoveryWaitForClusterStateRequest
 
shardId() - Method in class org.elasticsearch.indices.recovery.StartRecoveryRequest
 
shardId() - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
 
shardId() - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
shardId() - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
 
shardId() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
shardId() - Method in class org.elasticsearch.snapshots.RestoreService.UpdateIndexShardRestoreStatusRequest
 
shardId() - Method in class org.elasticsearch.snapshots.SnapshotShardFailure
Returns shard id where failure occurred
shardId() - Method in class org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
 
shardIds() - Method in class org.elasticsearch.index.IndexService
 
ShardIndexWarmerService - Class in org.elasticsearch.index.warmer
 
ShardIndexWarmerService(ShardId, IndexSettings) - Constructor for class org.elasticsearch.index.warmer.ShardIndexWarmerService
 
shardInfo - Variable in class org.elasticsearch.action.DocWriteResponse.Builder
 
ShardInfo() - Constructor for class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
 
ShardInfo(int, int, ReplicationResponse.ShardInfo.Failure...) - Constructor for class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
 
shardInitialized(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.IndexMetaDataUpdater
 
shardInitialized(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
 
shardInitialized(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
 
shardInitialized(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
 
shardInitialized(ShardRouting, ShardRouting) - Method in interface org.elasticsearch.cluster.routing.RoutingChangesObserver
Called when unassigned shard is initialized.
shardInitialized(ShardRouting, ShardRouting) - Method in class org.elasticsearch.snapshots.RestoreService.RestoreInProgressUpdater
 
ShardIterator - Interface in org.elasticsearch.cluster.routing
Allows to iterate over a set of shard instances (routing) within a shard id group.
shardLock(ShardId) - Method in class org.elasticsearch.env.NodeEnvironment
Tries to lock the given shards ID.
shardLock(ShardId, long) - Method in class org.elasticsearch.env.NodeEnvironment
Tries to lock the given shards ID.
ShardLock - Class in org.elasticsearch.env
A shard lock guarantees exclusive access to a shards data directory.
ShardLock(ShardId) - Constructor for class org.elasticsearch.env.ShardLock
 
ShardLockObtainFailedException - Exception in org.elasticsearch.env
Exception used when the in-memory lock for a shard cannot be obtained
ShardLockObtainFailedException(ShardId, String) - Constructor for exception org.elasticsearch.env.ShardLockObtainFailedException
 
ShardLockObtainFailedException(ShardId, String, Throwable) - Constructor for exception org.elasticsearch.env.ShardLockObtainFailedException
 
ShardLockObtainFailedException(StreamInput) - Constructor for exception org.elasticsearch.env.ShardLockObtainFailedException
 
shardMinDocCount(long) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
Set the minimum document count terms should have on the shard in order to appear in the response.
shardMinDocCount(long) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Set the minimum document count terms should have on the shard in order to appear in the response.
ShardNotFoundException - Exception in org.elasticsearch.index.shard
 
ShardNotFoundException(ShardId) - Constructor for exception org.elasticsearch.index.shard.ShardNotFoundException
 
ShardNotFoundException(ShardId, Throwable) - Constructor for exception org.elasticsearch.index.shard.ShardNotFoundException
 
ShardNotFoundException(ShardId, String, Object...) - Constructor for exception org.elasticsearch.index.shard.ShardNotFoundException
 
ShardNotFoundException(ShardId, String, Throwable, Object...) - Constructor for exception org.elasticsearch.index.shard.ShardNotFoundException
 
ShardNotFoundException(StreamInput) - Constructor for exception org.elasticsearch.index.shard.ShardNotFoundException
 
shardOperation(AnalyzeRequest, ShardId) - Method in class org.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
 
shardOperation(ClearIndicesCacheRequest, ShardRouting) - Method in class org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
 
shardOperation(ForceMergeRequest, ShardRouting) - Method in class org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
 
shardOperation(GetFieldMappingsIndexRequest, ShardId) - Method in class org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
 
shardOperation(RecoveryRequest, ShardRouting) - Method in class org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
 
shardOperation(IndicesSegmentsRequest, ShardRouting) - Method in class org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
 
shardOperation(IndicesStatsRequest, ShardRouting) - Method in class org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
 
shardOperation(UpgradeStatusRequest, ShardRouting) - Method in class org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
 
shardOperation(UpgradeRequest, ShardRouting) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
 
shardOperation(ShardValidateQueryRequest) - Method in class org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
 
shardOperation(ExplainRequest, ShardId) - Method in class org.elasticsearch.action.explain.TransportExplainAction
 
shardOperation(FieldCapabilitiesIndexRequest, ShardId) - Method in class org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesIndexAction
 
shardOperation(FieldStatsShardRequest) - Method in class org.elasticsearch.action.fieldstats.TransportFieldStatsAction
 
shardOperation(GetRequest, ShardId) - Method in class org.elasticsearch.action.get.TransportGetAction
 
shardOperation(MultiGetShardRequest, ShardId) - Method in class org.elasticsearch.action.get.TransportShardMultiGetAction
 
shardOperation(Request, ShardRouting) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
Executes the shard-level operation.
shardOperation(ShardRequest) - Method in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction
 
shardOperation(ShardRequest, Task) - Method in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction
 
shardOperation(Request, ActionListener<Response>) - Method in class org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
 
shardOperation(Request, ShardId) - Method in class org.elasticsearch.action.support.single.shard.TransportSingleShardAction
 
shardOperation(MultiTermVectorsShardRequest, ShardId) - Method in class org.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
 
shardOperation(TermVectorsRequest, ShardId) - Method in class org.elasticsearch.action.termvectors.TransportTermVectorsAction
 
shardOperation(UpdateRequest, ActionListener<UpdateResponse>) - Method in class org.elasticsearch.action.update.TransportUpdateAction
 
shardOperation(UpdateRequest, ActionListener<UpdateResponse>, int) - Method in class org.elasticsearch.action.update.TransportUpdateAction
 
ShardOperationFailedException - Interface in org.elasticsearch.action
An exception indicating that a failure occurred performing an operation on the shard.
shardOperationOnPrimary(ShardFlushRequest, IndexShard) - Method in class org.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
 
shardOperationOnPrimary(BasicReplicationRequest, IndexShard) - Method in class org.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
 
shardOperationOnPrimary(BulkShardRequest, IndexShard) - Method in class org.elasticsearch.action.bulk.TransportShardBulkAction
 
shardOperationOnPrimary(Request, IndexShard) - Method in class org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction
Deprecated.
 
shardOperationOnPrimary(Request, IndexShard) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction
Primary operation on node with primary copy.
shardOperationOnPrimary(Request, IndexShard) - Method in class org.elasticsearch.action.support.replication.TransportWriteAction
Called on the primary with a reference to the primary IndexShard to modify.
shardOperationOnReplica(ShardFlushRequest, IndexShard) - Method in class org.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
 
shardOperationOnReplica(BasicReplicationRequest, IndexShard) - Method in class org.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
 
shardOperationOnReplica(BulkShardRequest, IndexShard) - Method in class org.elasticsearch.action.bulk.TransportShardBulkAction
 
shardOperationOnReplica(Request, IndexShard) - Method in class org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction
Deprecated.
 
shardOperationOnReplica(ReplicaRequest, IndexShard) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction
Synchronous replica operation on nodes with replica copies.
shardOperationOnReplica(ReplicaRequest, IndexShard) - Method in class org.elasticsearch.action.support.replication.TransportWriteAction
Called once per replica with a reference to the replica IndexShard to modify.
shardPath() - Method in class org.elasticsearch.index.shard.IndexShard
 
ShardPath - Class in org.elasticsearch.index.shard
 
ShardPath(boolean, Path, Path, ShardId) - Constructor for class org.elasticsearch.index.shard.ShardPath
 
shardRecoveryStates() - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
 
ShardRequestCache - Class in org.elasticsearch.index.cache.request
Tracks the portion of the request cache in use for a particular shard.
ShardRequestCache() - Constructor for class org.elasticsearch.index.cache.request.ShardRequestCache
 
shardResponses() - Method in class org.elasticsearch.indices.flush.ShardsSyncedFlushResult
 
ShardRestoreStatus(String) - Constructor for class org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
Constructs a new shard restore status in initializing state on the given node
ShardRestoreStatus(String, RestoreInProgress.State) - Constructor for class org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
Constructs a new shard restore status in with specified state on the given node
ShardRestoreStatus(String, RestoreInProgress.State, String) - Constructor for class org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
Constructs a new shard restore status in with specified state on the given node with specified failure reason
ShardRouting - Class in org.elasticsearch.cluster.routing
ShardRouting immutably encapsulates information about shard routings like id, state, version, etc.
ShardRouting(ShardId, StreamInput) - Constructor for class org.elasticsearch.cluster.routing.ShardRouting
 
ShardRouting(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.ShardRouting
 
shardRouting - Variable in class org.elasticsearch.index.shard.IndexShard
 
shardRoutingChanged(IndexShard, ShardRouting, ShardRouting) - Method in interface org.elasticsearch.index.shard.IndexEventListener
Called when the shard routing has changed state.
ShardRoutingState - Enum in org.elasticsearch.cluster.routing
Represents the current state of a ShardRouting as defined by the cluster.
shardRoutingTable(String, int) - Method in class org.elasticsearch.cluster.routing.RoutingTable
All shards for the provided index and shard id
shardRoutingTable(ShardId) - Method in class org.elasticsearch.cluster.routing.RoutingTable
All shards for the provided ShardId
shardRoutingTableOrNull(ShardId) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
shards(ClusterState, TransportSingleShardAction<AnalyzeRequest, AnalyzeResponse>.InternalRequest) - Method in class org.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
 
shards(ClusterState, ClearIndicesCacheRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
The refresh request works against *all* shards.
shards(ClusterState, ForceMergeRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
The refresh request works against *all* shards.
shards(ClusterState, TransportSingleShardAction<GetFieldMappingsIndexRequest, GetFieldMappingsResponse>.InternalRequest) - Method in class org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
 
shards(ClusterState, RecoveryRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
 
shards(ClusterState, IndicesSegmentsRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
Segments goes across *all* active shards.
shards(ClusterState, IndicesStatsRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
Status goes across *all* shards.
shards(ClusterState, UpgradeStatusRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
Getting upgrade stats from *all* active shards.
shards(ClusterState, UpgradeRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
The upgrade request works against *all* shards.
shards(ClusterState, ValidateQueryRequest, String[]) - Method in class org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
 
shards(ClusterState, TransportSingleShardAction<ExplainRequest, ExplainResponse>.InternalRequest) - Method in class org.elasticsearch.action.explain.TransportExplainAction
 
shards(ClusterState, TransportSingleShardAction<FieldCapabilitiesIndexRequest, FieldCapabilitiesIndexResponse>.InternalRequest) - Method in class org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesIndexAction
 
shards(ClusterState, FieldStatsRequest, String[]) - Method in class org.elasticsearch.action.fieldstats.TransportFieldStatsAction
 
shards(ClusterState, TransportSingleShardAction<GetRequest, GetResponse>.InternalRequest) - Method in class org.elasticsearch.action.get.TransportGetAction
 
shards(ClusterState, TransportSingleShardAction<MultiGetShardRequest, MultiGetShardResponse>.InternalRequest) - Method in class org.elasticsearch.action.get.TransportShardMultiGetAction
 
shards(ClusterState, Request, String[]) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
Determines the shards on which this operation will be executed on.
shards(ClusterState, Request, String[]) - Method in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction
Determines the shards this operation will be executed on.
shards(Request, ClusterState) - Method in class org.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
 
shards(ClusterState, Request) - Method in class org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
Should return an iterator with a single shard!
shards(ClusterState, TransportSingleShardAction<Request, Response>.InternalRequest) - Method in class org.elasticsearch.action.support.single.shard.TransportSingleShardAction
Returns the candidate shards to execute the operation on or null the execute the operation locally (the node that received the request)
shards(ClusterState, TransportSingleShardAction<MultiTermVectorsShardRequest, MultiTermVectorsShardResponse>.InternalRequest) - Method in class org.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
 
shards(ClusterState, TransportSingleShardAction<TermVectorsRequest, TermVectorsResponse>.InternalRequest) - Method in class org.elasticsearch.action.termvectors.TransportTermVectorsAction
 
shards(ClusterState, UpdateRequest) - Method in class org.elasticsearch.action.update.TransportUpdateAction
 
shards() - Method in class org.elasticsearch.cluster.RestoreInProgress.Entry
Returns list of shards that being restore and their status
shards() - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
shards() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns a List of shards
shards(ClusterState, String, String, String) - Method in class org.elasticsearch.cluster.routing.OperationRouting
 
shards(Predicate<ShardRouting>) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
shards() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
SHARDS_ALLOCATOR_TYPE_SETTING - Static variable in class org.elasticsearch.cluster.ClusterModule
 
ShardsAllocator - Interface in org.elasticsearch.cluster.routing.allocation.allocator
A ShardsAllocator is the main entry point for shard allocation on nodes in the cluster.
ShardSearchFailure - Class in org.elasticsearch.action.search
Represents a failure to search on a specific shard.
ShardSearchFailure(Exception) - Constructor for class org.elasticsearch.action.search.ShardSearchFailure
 
ShardSearchFailure(Exception, SearchShardTarget) - Constructor for class org.elasticsearch.action.search.ShardSearchFailure
 
ShardSearchFailure(String, SearchShardTarget) - Constructor for class org.elasticsearch.action.search.ShardSearchFailure
 
ShardSearchLocalRequest - Class in org.elasticsearch.search.internal
Shard level search request that gets created and consumed on the local node.
ShardSearchLocalRequest(ShardId, String[], long, AliasFilter) - Constructor for class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
ShardSearchLocalRequest(ShardId, int, SearchType, SearchSourceBuilder, String[], Boolean, AliasFilter, float) - Constructor for class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
ShardSearchRequest - Interface in org.elasticsearch.search.internal
Shard level request that represents a search.
ShardSearchStats - Class in org.elasticsearch.index.search.stats
 
ShardSearchStats() - Constructor for class org.elasticsearch.index.search.stats.ShardSearchStats
 
ShardSearchTransportRequest - Class in org.elasticsearch.search.internal
Shard level search request that represents an actual search sent from the coordinating node to the nodes holding the shards where the query needs to be executed.
ShardSearchTransportRequest() - Constructor for class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
ShardSearchTransportRequest(OriginalIndices, SearchRequest, ShardId, int, AliasFilter, float, long, String) - Constructor for class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
ShardSegments - Class in org.elasticsearch.action.admin.indices.segments
 
ShardShuffler - Class in org.elasticsearch.cluster.routing
A shuffler for shards whose primary goal is to balance load.
ShardShuffler() - Constructor for class org.elasticsearch.cluster.routing.ShardShuffler
 
shardsIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
shardsIt(int) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
shardsIt() - Method in class org.elasticsearch.cluster.routing.ShardRouting
A shard iterator with just this shard in it.
ShardsIterator - Interface in org.elasticsearch.cluster.routing
Allows to iterate over unrelated shards.
shardSize(int) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
shardSize() - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
shardSize(int) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
Set the max num docs to be returned from each shard.
shardSize() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
Get the max num docs to be returned from each shard.
shardSize(int) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
Set the max num docs to be returned from each shard.
shardSize() - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
Get the max num docs to be returned from each shard.
shardSize - Variable in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
 
shardSize(int) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
Sets the shard_size - indicating the number of term buckets each shard will return to the coordinating node (the node that coordinates the search execution).
shardSize - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
shardSize(int) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Sets the shard_size - indicating the number of term buckets each shard will return to the coordinating node (the node that coordinates the search execution).
shardSize - Variable in class org.elasticsearch.search.suggest.SuggestionBuilder
 
shardSize(Integer) - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
Sets the maximum number of suggested term to be retrieved from each individual shard.
shardSize() - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
SHARDSIZE_FIELD - Static variable in class org.elasticsearch.search.suggest.SuggestionBuilder
 
ShardsLimitAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
This AllocationDecider limits the number of shards per node on a per index or node-wide basis.
ShardsLimitAllocationDecider(Settings, ClusterSettings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
 
ShardSnapshotStatus(String) - Constructor for class org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
 
ShardSnapshotStatus(String, SnapshotsInProgress.State) - Constructor for class org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
 
ShardSnapshotStatus(String, SnapshotsInProgress.State, String) - Constructor for class org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
 
ShardSnapshotStatus(StreamInput) - Constructor for class org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
 
shardsRandomIt() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
shardsStats() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
 
ShardsSyncedFlushResult - Class in org.elasticsearch.indices.flush
Result for all copies of a shard
ShardsSyncedFlushResult(ShardId, int, String) - Constructor for class org.elasticsearch.indices.flush.ShardsSyncedFlushResult
failure constructor
ShardsSyncedFlushResult(ShardId, String, int, Map<ShardRouting, SyncedFlushService.ShardSyncedFlushResponse>) - Constructor for class org.elasticsearch.indices.flush.ShardsSyncedFlushResult
success constructor
shardStarted(ShardRouting, String, ShardStateAction.Listener) - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction
 
shardStarted(ShardRouting, String, ShardStateAction.Listener, ClusterState) - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction
 
shardStarted(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.IndexMetaDataUpdater
 
shardStarted(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
 
shardStarted(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
 
shardStarted(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
 
shardStarted(ShardRouting, ShardRouting) - Method in interface org.elasticsearch.cluster.routing.RoutingChangesObserver
Called when an initializing shard is started.
shardStarted(ShardRouting, ShardRouting) - Method in class org.elasticsearch.snapshots.RestoreService.RestoreInProgressUpdater
 
ShardStartedClusterStateTaskExecutor(AllocationService, Logger) - Constructor for class org.elasticsearch.cluster.action.shard.ShardStateAction.ShardStartedClusterStateTaskExecutor
 
ShardStateAction - Class in org.elasticsearch.cluster.action.shard
 
ShardStateAction(Settings, ClusterService, TransportService, AllocationService, RoutingService, ThreadPool) - Constructor for class org.elasticsearch.cluster.action.shard.ShardStateAction
 
ShardStateAction.Listener - Interface in org.elasticsearch.cluster.action.shard
 
ShardStateAction.NoLongerPrimaryShardException - Exception in org.elasticsearch.cluster.action.shard
 
ShardStateAction.ShardEntry - Class in org.elasticsearch.cluster.action.shard
 
ShardStateAction.ShardFailedClusterStateTaskExecutor - Class in org.elasticsearch.cluster.action.shard
 
ShardStateAction.ShardStartedClusterStateTaskExecutor - Class in org.elasticsearch.cluster.action.shard
 
ShardStateMetaData - Class in org.elasticsearch.index.shard
 
ShardStateMetaData(boolean, String, AllocationId) - Constructor for class org.elasticsearch.index.shard.ShardStateMetaData
 
shardStatePathToDataPath(Path) - Static method in class org.elasticsearch.env.NodeEnvironment
Returns the NodePath.path for this shard.
ShardStats() - Constructor for class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
 
ShardStats - Class in org.elasticsearch.action.admin.indices.stats
 
ShardStats(ShardRouting, ShardPath, CommonStats, CommitStats) - Constructor for class org.elasticsearch.action.admin.indices.stats.ShardStats
 
shardStatuses(String...) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
Set statuses to filter shards to get stores info on.
shardStatuses() - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
Returns the shard criteria to get store information on
ShardStoreInfo(String, boolean, Exception) - Constructor for class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
 
ShardStoreInfo(long) - Constructor for class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
 
ShardStoreInfo(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
 
shardStores(IndicesShardStoresRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
The shard stores info of one or more indices.
shardStores(IndicesShardStoresRequest, ActionListener<IndicesShardStoresResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
The shard stores info of one or more indices.
shardsWithState(ShardRoutingState) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
Returns a List of shards that match one of the states listed in states
shardsWithState(ShardRoutingState) - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
 
shardsWithState(ShardRoutingState...) - Method in class org.elasticsearch.cluster.routing.RoutingNode
Determine the shards with a specific state
shardsWithState(String, ShardRoutingState...) - Method in class org.elasticsearch.cluster.routing.RoutingNode
Determine the shards of an index with a specific state
shardsWithState(ShardRoutingState...) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
shardsWithState(String, ShardRoutingState...) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
shardsWithState(ShardRoutingState) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
ShardSyncedFlushRequest() - Constructor for class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
 
ShardSyncedFlushRequest(ShardId, String, Engine.CommitId) - Constructor for class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
 
ShardSyncedFlushResponse() - Constructor for class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
 
ShardSyncedFlushResponse(String) - Constructor for class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
 
shardTarget() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
shardTarget() - Method in class org.elasticsearch.search.internal.SearchContext
 
ShardUpgradeRequest - Class in org.elasticsearch.action.admin.indices.upgrade.post
 
ShardUpgradeRequest() - Constructor for class org.elasticsearch.action.admin.indices.upgrade.post.ShardUpgradeRequest
 
ShardUpgradeStatus - Class in org.elasticsearch.action.admin.indices.upgrade.get
 
ShardUtils - Class in org.elasticsearch.index.shard
 
ShardValidateQueryRequest - Class in org.elasticsearch.action.admin.indices.validate.query
Internal validate request executed directly against a specific index shard.
ShardValidateQueryRequest() - Constructor for class org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
 
ShardValidateQueryRequest(ShardId, AliasFilter, ValidateQueryRequest) - Constructor for class org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
 
sharedDataFile() - Method in class org.elasticsearch.env.Environment
The shared data location
SharedFSRecoverySourceHandler - Class in org.elasticsearch.indices.recovery
A recovery handler that skips phase 1 as well as sending the snapshot.
SharedFSRecoverySourceHandler(IndexShard, RecoveryTargetHandler, StartRecoveryRequest, Supplier<Long>, Function<String, Releasable>, Logger) - Constructor for class org.elasticsearch.indices.recovery.SharedFSRecoverySourceHandler
 
shell() - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
shift(Coordinate, double) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
ShingleTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
ShingleTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ShingleTokenFilterFactory
 
ShingleTokenFilterFactory.Factory - Class in org.elasticsearch.index.analysis
 
shortHash() - Method in class org.elasticsearch.Build
 
shortName() - Method in enum org.elasticsearch.common.xcontent.XContentType
 
shortSummary() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes.Delta
 
shortSummary() - Method in class org.elasticsearch.cluster.routing.ShardRouting
A short description of the shard.
shortSummary() - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
 
shortSummary() - Method in class org.elasticsearch.common.StopWatch
Return a short description of the total running time.
shortToBytes(int) - Static method in class org.elasticsearch.common.Numbers
Converts an int to a byte array.
shortValue() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
shortValue(boolean) - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
shortValue(boolean) - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
shortValue() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
should(QueryBuilder) - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Adds a clause that should be matched by the returned documents.
should() - Method in class org.elasticsearch.index.query.BoolQueryBuilder
Gets the list of clauses that should be matched by the returned documents.
shouldApplyGraphPhraseLimit() - Static method in class org.apache.lucene.queryparser.classic.MapperQueryParser
Checks the value of the JVM option es.query.write.apply_graph_phrase_limit to determine if the analysis of graph phrase should be limited to BooleanQuery.getMaxClauseCount().
shouldAutoCreate(String, ClusterState) - Method in class org.elasticsearch.action.support.AutoCreateIndex
Should the index be auto created?
shouldCancelChildrenOnCancellation() - Method in class org.elasticsearch.action.search.SearchTask
 
shouldCancelChildrenOnCancellation() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask
 
shouldCancelChildrenOnCancellation() - Method in class org.elasticsearch.tasks.CancellableTask
Returns true if this task can potentially have children that need to be cancelled when it parent is cancelled.
shouldConfigureLoggingWithoutConfig() - Method in class org.elasticsearch.cli.Command
Indicate whether or not logging should be configured without reading a log4j2.properties.
shouldDefer(Aggregator) - Method in class org.elasticsearch.search.aggregations.AggregatorBase
This method should be overidden by subclasses that want to defer calculation of a child aggregation until a first pass is complete and a set of buckets has been pruned.
shouldDefer(Aggregator) - Method in class org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
 
shouldDefer(Aggregator) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
 
shouldExecuteReplication(IndexMetaData) - Method in class org.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
 
shouldExecuteReplication(IndexMetaData) - Method in class org.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
 
shouldExecuteReplication(IndexMetaData) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction
Indicated whether this operation should be replicated to shadow replicas or not.
shouldFlush() - Method in class org.elasticsearch.index.shard.ShadowIndexShard
 
shouldIgnoreOrRejectNewClusterState(Logger, ClusterState, ClusterState) - Static method in class org.elasticsearch.discovery.zen.ZenDiscovery
In the case we follow an elected master the new cluster state needs to have the same elected master and the new cluster state version needs to be equal or higher than our cluster state version.
shouldIgnoreShardForNode(ShardId, String) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
Returns whether the given node id should be ignored from consideration when AllocationDeciders is deciding whether to allocate the specified shard id to that node.
shouldUseCache() - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequest
 
shouldUseCache() - Method in class org.elasticsearch.action.fieldstats.FieldStatsShardRequest
 
SHOW_TERM_DOC_COUNT_ERROR - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
showDocCountError - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
 
showTermDocCountError - Variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
showTermDocCountError() - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Get whether doc count error will be return for individual terms
showTermDocCountError(boolean) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Set whether doc count error will be return for individual terms
ShrinkAction - Class in org.elasticsearch.action.admin.indices.shrink
 
shrinkFrom(Index) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
shrinkFrom() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
shrinkIndex(ShrinkRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Shrinks an index using an explicit request allowing to specify the settings, mappings and aliases of the target index of the index.
shrinkIndex(ShrinkRequest, ActionListener<ShrinkResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Shrinks an index using an explicit request allowing to specify the settings, mappings and aliases of the target index of the index.
ShrinkRequest - Class in org.elasticsearch.action.admin.indices.shrink
Request class to shrink an index into a single shard
ShrinkRequest(String, String) - Constructor for class org.elasticsearch.action.admin.indices.shrink.ShrinkRequest
 
ShrinkRequestBuilder - Class in org.elasticsearch.action.admin.indices.shrink
 
ShrinkRequestBuilder(ElasticsearchClient, ShrinkAction) - Constructor for class org.elasticsearch.action.admin.indices.shrink.ShrinkRequestBuilder
 
ShrinkResponse - Class in org.elasticsearch.action.admin.indices.shrink
 
shuffle(List<ShardRouting>, int) - Method in class org.elasticsearch.cluster.routing.RotationShardShuffler
 
shuffle() - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
 
shuffle(List<ShardRouting>, int) - Method in class org.elasticsearch.cluster.routing.ShardShuffler
Return a shuffled view over the list of shards.
shuffle(List<ShardRouting>) - Method in class org.elasticsearch.cluster.routing.ShardShuffler
Equivalent to calling shuffle(shards, nextSeed()).
shuffle(List<?>) - Static method in class org.elasticsearch.common.Randomness
 
shutdown(EsThreadPoolExecutor.ShutdownListener) - Method in class org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
 
shutdown() - Method in class org.elasticsearch.threadpool.ThreadPool
 
shutdownNow() - Method in class org.elasticsearch.threadpool.ThreadPool
 
SiblingPipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline
 
SiblingPipelineAggregator(String, String[], Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.SiblingPipelineAggregator
 
SiblingPipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.SiblingPipelineAggregator
Read from a stream.
SIDE_BACK - Static variable in class org.elasticsearch.index.analysis.EdgeNGramTokenFilterFactory
 
SIDE_FRONT - Static variable in class org.elasticsearch.index.analysis.EdgeNGramTokenFilterFactory
 
sigma(double) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
 
sigma() - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregationBuilder
 
sigma(double) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
Set the value of sigma to use when calculating the standard deviation bounds
sigma() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregationBuilder
Get the value of sigma to use when calculating the standard deviation bounds
SIGMA_FIELD - Static variable in class org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator
 
SignificanceHeuristic - Class in org.elasticsearch.search.aggregations.bucket.significant.heuristics
Heuristic for that SignificantTerms uses to pick out significant terms.
SignificanceHeuristic() - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristic
 
significanceHeuristic - Variable in class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
significanceHeuristic(SignificanceHeuristic) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
significanceHeuristic() - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
SignificanceHeuristicBuilder - Interface in org.elasticsearch.search.aggregations.bucket.significant.heuristics
 
SignificanceHeuristicParser - Interface in org.elasticsearch.search.aggregations.bucket.significant.heuristics
SignificantLongTerms - Class in org.elasticsearch.search.aggregations.bucket.significant
Result of the running the significant terms aggregation on a numeric field.
SignificantLongTerms(String, int, long, List<PipelineAggregator>, Map<String, Object>, DocValueFormat, long, long, SignificanceHeuristic, List<SignificantLongTerms.Bucket>) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
 
SignificantLongTerms(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
Read from a stream.
SignificantLongTermsAggregator - Class in org.elasticsearch.search.aggregations.bucket.significant
 
SignificantLongTermsAggregator(String, AggregatorFactories, ValuesSource.Numeric, DocValueFormat, TermsAggregator.BucketCountThresholds, SearchContext, Aggregator, SignificanceHeuristic, SignificantTermsAggregatorFactory, IncludeExclude.LongFilter, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTermsAggregator
 
significantlySmallerThanSinglePackedOrdinals(int, int, long, float) - Static method in class org.elasticsearch.index.fielddata.ordinals.MultiOrdinals
Return true if this impl is going to be smaller than SinglePackedOrdinals by at least 20%.
SignificantStringTerms - Class in org.elasticsearch.search.aggregations.bucket.significant
Result of the running the significant terms aggregation on a String field.
SignificantStringTerms(String, int, long, List<PipelineAggregator>, Map<String, Object>, DocValueFormat, long, long, SignificanceHeuristic, List<SignificantStringTerms.Bucket>) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
 
SignificantStringTerms(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
Read from a stream.
SignificantStringTerms.Bucket - Class in org.elasticsearch.search.aggregations.bucket.significant
 
SignificantStringTermsAggregator - Class in org.elasticsearch.search.aggregations.bucket.significant
An aggregator of significant string values.
SignificantStringTermsAggregator(String, AggregatorFactories, ValuesSource, DocValueFormat, TermsAggregator.BucketCountThresholds, IncludeExclude.StringFilter, SearchContext, Aggregator, SignificanceHeuristic, SignificantTermsAggregatorFactory, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTermsAggregator
 
significantTerms(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new SignificantTerms aggregation with the given name.
SignificantTerms - Interface in org.elasticsearch.search.aggregations.bucket.significant
An aggregation that collects significant terms in comparison to a background set.
SignificantTerms.Bucket - Interface in org.elasticsearch.search.aggregations.bucket.significant
 
SignificantTermsAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.significant
 
SignificantTermsAggregationBuilder(String, ValueType) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
 
SignificantTermsAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
Read from a Stream.
SignificantTermsAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.significant
 
SignificantTermsAggregatorFactory(String, ValuesSourceConfig<ValuesSource>, IncludeExclude, String, QueryBuilder, TermsAggregator.BucketCountThresholds, SignificanceHeuristic, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
 
SignificantTermsAggregatorFactory.ExecutionMode - Enum in org.elasticsearch.search.aggregations.bucket.significant
 
similarity(SimilarityProvider) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
similarity() - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
similarity(MapperService) - Method in class org.elasticsearch.index.similarity.SimilarityService
 
SIMILARITY_SETTINGS_PREFIX - Static variable in class org.elasticsearch.index.IndexModule
 
similarityLookupService() - Method in class org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
 
SimilarityProvider - Interface in org.elasticsearch.index.similarity
Provider for Similarity instances
similarityService() - Method in class org.elasticsearch.index.IndexService
 
SimilarityService - Class in org.elasticsearch.index.similarity
 
SimilarityService(IndexSettings, Map<String, BiFunction<String, Settings, SimilarityProvider>>) - Constructor for class org.elasticsearch.index.similarity.SimilarityService
 
similarityService() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
similarityService() - Method in class org.elasticsearch.search.internal.SearchContext
 
Simple(Settings) - Constructor for class org.elasticsearch.action.support.ActionFilter.Simple
 
SimpleAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
SimpleAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.SimpleAnalyzerProvider
 
SimpleFragmentsBuilder - Class in org.elasticsearch.search.fetch.subphase.highlight
Direct Subclass of Lucene's org.apache.lucene.search.vectorhighlight.SimpleFragmentsBuilder that corrects offsets for broken analysis chains.
SimpleFragmentsBuilder(FieldMapper, String[], String[], BoundaryScanner) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.SimpleFragmentsBuilder
 
SimpleKey(String) - Constructor for class org.elasticsearch.common.settings.Setting.SimpleKey
 
simpleMatch(String, String) - Static method in class org.elasticsearch.common.regex.Regex
Match a String against the given pattern, supporting the following simple pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an arbitrary number of pattern parts), as well as direct equality.
simpleMatch(String[], String) - Static method in class org.elasticsearch.common.regex.Regex
Match a String against the given patterns, supporting the following simple pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an arbitrary number of pattern parts), as well as direct equality.
simpleMatch(String[], String[]) - Static method in class org.elasticsearch.common.regex.Regex
 
simpleMatchToAutomaton(String) - Static method in class org.elasticsearch.common.regex.Regex
Return an Automaton that matches the given pattern.
simpleMatchToAutomaton(String...) - Static method in class org.elasticsearch.common.regex.Regex
Return an Automaton that matches the union of the provided patterns.
simpleMatchToFullName(String) - Method in class org.elasticsearch.index.mapper.DocumentFieldMappers
 
simpleMatchToIndexNames(String) - Method in class org.elasticsearch.index.mapper.MapperService
Returns all the fields that match the given pattern.
simpleMatchToIndexNames(String) - Method in class org.elasticsearch.index.query.QueryShardContext
Returns all the fields that match a given pattern.
SimpleModel - Class in org.elasticsearch.search.aggregations.pipeline.movavg.models
Calculate a simple unweighted (arithmetic) moving average
SimpleModel() - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
 
SimpleModel(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
Read from a stream.
SimpleModel.SimpleModelBuilder - Class in org.elasticsearch.search.aggregations.pipeline.movavg.models
 
SimpleModelBuilder() - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel.SimpleModelBuilder
 
simpleName() - Method in class org.elasticsearch.index.mapper.Mapper
Returns the simple name, which identifies this mapper against other mappers at the same level in the mappers hierarchy TODO: make this protected once Mapper and FieldMapper are merged together
SimpleQueryParser - Class in org.elasticsearch.index.query
Wrapper class for Lucene's SimpleQueryParser that allows us to redefine different types of queries.
SimpleQueryParser(Analyzer, Map<String, Float>, int, SimpleQueryParser.Settings, QueryShardContext) - Constructor for class org.elasticsearch.index.query.SimpleQueryParser
Creates a new parser with custom flags used to enable/disable certain features.
SimpleQueryStringBuilder - Class in org.elasticsearch.index.query
SimpleQuery is a query parser that acts similar to a query_string query, but won't throw exceptions for any weird string syntax.
SimpleQueryStringBuilder(String) - Constructor for class org.elasticsearch.index.query.SimpleQueryStringBuilder
Construct a new simple query with this query string.
SimpleQueryStringBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.SimpleQueryStringBuilder
Read from a stream.
SimpleQueryStringFlag - Enum in org.elasticsearch.index.query
Flags for the XSimpleQueryString parser
simpleQueryStringQuery(String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A query that acts similar to a query_string query, but won't throw exceptions for any weird string syntax.
simpleString(String, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
SimpleValue - Interface in org.elasticsearch.search.aggregations.pipeline
 
SimulatedAnealingMinimizer - Class in org.elasticsearch.search.aggregations.pipeline.movavg
A cost minimizer which will fit a MovAvgModel to the data.
SimulatedAnealingMinimizer() - Constructor for class org.elasticsearch.search.aggregations.pipeline.movavg.SimulatedAnealingMinimizer
 
SimulateDocumentBaseResult - Class in org.elasticsearch.action.ingest
Holds the end result of what a pipeline did to sample document provided via the simulate api.
SimulateDocumentBaseResult(IngestDocument) - Constructor for class org.elasticsearch.action.ingest.SimulateDocumentBaseResult
 
SimulateDocumentBaseResult(Exception) - Constructor for class org.elasticsearch.action.ingest.SimulateDocumentBaseResult
 
SimulateDocumentBaseResult(StreamInput) - Constructor for class org.elasticsearch.action.ingest.SimulateDocumentBaseResult
Read from a stream.
SimulateDocumentResult - Interface in org.elasticsearch.action.ingest
 
SimulateDocumentVerboseResult - Class in org.elasticsearch.action.ingest
Holds the result of what a pipeline did to a sample document via the simulate api, but instead of SimulateDocumentBaseResult this result class holds the intermediate result each processor did to the sample document.
SimulateDocumentVerboseResult(List<SimulateProcessorResult>) - Constructor for class org.elasticsearch.action.ingest.SimulateDocumentVerboseResult
 
SimulateDocumentVerboseResult(StreamInput) - Constructor for class org.elasticsearch.action.ingest.SimulateDocumentVerboseResult
Read from a stream.
simulatePipeline(SimulatePipelineRequest, ActionListener<SimulatePipelineResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Simulates an ingest pipeline
simulatePipeline(SimulatePipelineRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Simulates an ingest pipeline
SimulatePipelineAction - Class in org.elasticsearch.action.ingest
 
SimulatePipelineAction() - Constructor for class org.elasticsearch.action.ingest.SimulatePipelineAction
 
SimulatePipelineRequest - Class in org.elasticsearch.action.ingest
 
SimulatePipelineRequest(BytesReference) - Constructor for class org.elasticsearch.action.ingest.SimulatePipelineRequest
Deprecated.
SimulatePipelineRequest(BytesReference, XContentType) - Constructor for class org.elasticsearch.action.ingest.SimulatePipelineRequest
Creates a new request with the given source and its content type
SimulatePipelineRequest.Fields - Class in org.elasticsearch.action.ingest
 
SimulatePipelineRequestBuilder - Class in org.elasticsearch.action.ingest
 
SimulatePipelineRequestBuilder(ElasticsearchClient, SimulatePipelineAction) - Constructor for class org.elasticsearch.action.ingest.SimulatePipelineRequestBuilder
Create a new builder for SimulatePipelineRequests
SimulatePipelineRequestBuilder(ElasticsearchClient, SimulatePipelineAction, BytesReference) - Constructor for class org.elasticsearch.action.ingest.SimulatePipelineRequestBuilder
SimulatePipelineRequestBuilder(ElasticsearchClient, SimulatePipelineAction, BytesReference, XContentType) - Constructor for class org.elasticsearch.action.ingest.SimulatePipelineRequestBuilder
Create a new builder for SimulatePipelineRequests
SimulatePipelineResponse - Class in org.elasticsearch.action.ingest
 
SimulatePipelineResponse() - Constructor for class org.elasticsearch.action.ingest.SimulatePipelineResponse
 
SimulatePipelineResponse(String, boolean, List<SimulateDocumentResult>) - Constructor for class org.elasticsearch.action.ingest.SimulatePipelineResponse
 
SimulatePipelineTransportAction - Class in org.elasticsearch.action.ingest
 
SimulatePipelineTransportAction(Settings, ThreadPool, TransportService, ActionFilters, IndexNameExpressionResolver, NodeService) - Constructor for class org.elasticsearch.action.ingest.SimulatePipelineTransportAction
 
single(Decision.Type, String, String, Object...) - Static method in class org.elasticsearch.cluster.routing.allocation.decider.Decision
Creates a simple decision
Single() - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
 
Single(Decision.Type) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
Creates a new Decision.Single decision of a given type
Single(Decision.Type, String, String, Object...) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
Creates a new Decision.Single decision of a given type
Single(LongArray, BitSet) - Constructor for class org.elasticsearch.index.fielddata.plain.GeoPointArrayAtomicFieldData.Single
 
Single(DoubleArray, DoubleArray, BitSet) - Constructor for class org.elasticsearch.index.fielddata.plain.GeoPointArrayLegacyAtomicFieldData.Single
 
SINGLE_INSTANCE_AND_SCOPE - Static variable in class org.elasticsearch.common.inject.internal.AbstractBindingBuilder
 
SingleBucketAggregation - Interface in org.elasticsearch.search.aggregations.bucket
A single bucket aggregation
SingleBucketAggregator - Class in org.elasticsearch.search.aggregations.bucket
A bucket aggregator that doesn't create new buckets.
SingleBucketAggregator(String, AggregatorFactories, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.SingleBucketAggregator
 
SingleFieldsVisitor - Class in org.elasticsearch.index.fieldvisitor
 
SingleFieldsVisitor(String) - Constructor for class org.elasticsearch.index.fieldvisitor.SingleFieldsVisitor
 
SingleNodeDiscovery - Class in org.elasticsearch.discovery.single
A discovery implementation where the only member of the cluster is the local node.
SingleNodeDiscovery(Settings, ClusterService) - Constructor for class org.elasticsearch.discovery.single.SingleNodeDiscovery
 
SingleObjectCache<T> - Class in org.elasticsearch.common.util
A very simple single object cache that allows non-blocking refresh calls triggered by expiry time.
SingleObjectCache(TimeValue, T) - Constructor for class org.elasticsearch.common.util.SingleObjectCache
 
SinglePackedOrdinals - Class in org.elasticsearch.index.fielddata.ordinals
 
SinglePackedOrdinals(OrdinalsBuilder, float) - Constructor for class org.elasticsearch.index.fielddata.ordinals.SinglePackedOrdinals
 
singles() - Method in class org.elasticsearch.common.unit.SizeValue
 
SingleShardOperationRequestBuilder<Request extends SingleShardRequest<Request>,Response extends ActionResponse,RequestBuilder extends SingleShardOperationRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.single.shard
 
SingleShardOperationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - Constructor for class org.elasticsearch.action.support.single.shard.SingleShardOperationRequestBuilder
 
SingleShardRequest<Request extends SingleShardRequest<Request>> - Class in org.elasticsearch.action.support.single.shard
 
SingleShardRequest() - Constructor for class org.elasticsearch.action.support.single.shard.SingleShardRequest
 
SingleShardRequest(String) - Constructor for class org.elasticsearch.action.support.single.shard.SingleShardRequest
 
SINGLETON - Static variable in class org.elasticsearch.common.inject.Scopes
One instance per Injector.
Singleton - Annotation Type in org.elasticsearch.common.inject
Apply this to implementation classes when you want only one instance (per Injector) to be reused for all injections for that binding.
singleton(NumericDoubleValues, Bits) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns a multi-valued view over the provided NumericDoubleValues.
singleton(GeoPointValues, Bits) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns a multi-valued view over the provided GeoPointValues.
singleton(BinaryDocValues, Bits) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns a multi-valued view over the provided BinaryDocValues.
SINGLETON_ANNOTATION - Static variable in class org.elasticsearch.common.inject.internal.Scoping
 
SINGLETON_INSTANCE - Static variable in class org.elasticsearch.common.inject.internal.Scoping
 
SingleValue(String, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.SingleValue
 
SingleValue(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.SingleValue
Read from a stream.
SingleValue(String, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregator.SingleValue
 
size() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequest
 
size() - Method in class org.elasticsearch.action.termvectors.TermVectorsFields
 
size(String) - Method in class org.elasticsearch.action.termvectors.TermVectorsFilter
 
size() - Method in class org.elasticsearch.cluster.routing.GroupShardsIterator
Return the number of groups
size() - Method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable
Returns the number of this shards instances.
size() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
size() - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
size() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
Returns the number of routing nodes
size() - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
Returns the size of the non-ignored unassigned shards
size() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
The number of shard routing instances.
size() - Method in class org.elasticsearch.common.collect.CopyOnWriteHashMap
 
size() - Method in class org.elasticsearch.common.collect.EvictingQueue
 
size() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
size() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
 
size() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
size() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap
 
size() - Method in class org.elasticsearch.common.inject.internal.Errors
 
size() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Returns the current size of the buffer.
size() - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
Returns the current size of the buffer.
size() - Method in class org.elasticsearch.common.lucene.ShardCoreKeyMap
Return the number of tracked segments.
size() - Method in class org.elasticsearch.common.settings.Settings
Returns the number of settings in this settings object.
size() - Method in interface org.elasticsearch.common.util.BigArray
Return the length of this array.
size() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
size() - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
size() - Method in class org.elasticsearch.common.util.MinimalMap
 
size() - Method in class org.elasticsearch.discovery.zen.ZenPing.PingCollection
the number of nodes for which there are known pings
size() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Booleans
 
size() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.BytesRefs
 
size() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Dates
 
size() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Doubles
 
size() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
 
size() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Longs
 
size() - Method in class org.elasticsearch.index.fielddata.ScriptDocValues.Strings
 
size() - Method in class org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType.IpScriptDocValues
 
size(int) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
The maximum number of documents to attempt.
size() - Method in class org.elasticsearch.index.store.Store.MetadataSnapshot
Returns the number of files in this snapshot
size() - Method in class org.elasticsearch.index.store.Store.RecoveryDiff
Returns the sum of the files in this diff.
size() - Method in class org.elasticsearch.index.store.StoreStats
 
size - Variable in class org.elasticsearch.index.translog.Translog.Location
 
size() - Method in class org.elasticsearch.indices.recovery.RecoveriesCollection
the number of ongoing recoveries
size(int) - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
size() - Method in class org.elasticsearch.search.aggregations.bucket.geogrid.GeoGridAggregationBuilder
 
size(int) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
Sets the size - indicating how many term buckets should be returned (defaults to 10)
size(int) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Sets the size - indicating how many term buckets should be returned (defaults to 10)
size(int) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
The number of search hits to return.
size() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Gets the number of search hits to return.
size(int) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
The number of search hits to return.
size() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the number of search hits to return.
size() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
size(int) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
size() - Method in class org.elasticsearch.search.internal.SearchContext
 
size(int) - Method in class org.elasticsearch.search.internal.SearchContext
 
size() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
size(int) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
size() - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
size() - Method in class org.elasticsearch.search.lookup.LeafFieldsLookup
 
size() - Method in class org.elasticsearch.search.lookup.SourceLookup
 
size() - Method in class org.elasticsearch.search.query.QuerySearchResult
Returns the maximum size of this results top docs.
size(int) - Method in class org.elasticsearch.search.query.QuerySearchResult
 
size() - Method in class org.elasticsearch.search.suggest.completion.context.ContextMappings
 
size(int) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
Sets the maximum suggestions to be returned per suggest text term.
size() - Method in class org.elasticsearch.search.suggest.Suggest
The number of suggestions in this Suggest result
size - Variable in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
size - Variable in class org.elasticsearch.search.suggest.SuggestionBuilder
 
size(int) - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
Sets the maximum suggestions to be returned per suggest text term.
size() - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
get the SuggestionBuilder.size() parameter
SIZE_ALL_MATCHES - Static variable in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 
SIZE_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
SIZE_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
SIZE_FIELD - Static variable in class org.elasticsearch.search.suggest.SuggestionBuilder
 
sizeActive() - Method in class org.elasticsearch.cluster.routing.PlainShardsIterator
 
sizeActive() - Method in interface org.elasticsearch.cluster.routing.ShardsIterator
The number of active shard routing instances
SizeBlockingQueue<E> - Class in org.elasticsearch.common.util.concurrent
A size based queue wrapping another blocking queue to provide (somewhat relaxed) capacity checks.
SizeBlockingQueue(BlockingQueue<E>, int) - Constructor for class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
sizeInBytes - Variable in class org.elasticsearch.index.cache.query.QueryCache.EntriesStats
 
sizeInBytes - Variable in class org.elasticsearch.index.engine.Segment
 
sizeInBytes() - Method in class org.elasticsearch.index.store.StoreStats
 
sizeInBytes() - Method in class org.elasticsearch.index.translog.BaseTranslogReader
 
sizeInBytes() - Method in class org.elasticsearch.index.translog.Translog
Returns the size in bytes of the translog files that aren't committed to lucene.
sizeInBytes() - Method in class org.elasticsearch.index.translog.Translog.View
Returns the size in bytes of the files behind the view.
sizeInBytes() - Method in class org.elasticsearch.index.translog.TranslogReader
 
sizeInBytes() - Method in class org.elasticsearch.index.translog.TranslogWriter
 
SizeUnit - Enum in org.elasticsearch.common.unit
 
SizeValue - Class in org.elasticsearch.common.unit
 
SizeValue(long) - Constructor for class org.elasticsearch.common.unit.SizeValue
 
SizeValue(long, SizeUnit) - Constructor for class org.elasticsearch.common.unit.SizeValue
 
SizeValue(StreamInput) - Constructor for class org.elasticsearch.common.unit.SizeValue
 
sizing(Recycler<T>, Recycler<T>, int) - Static method in enum org.elasticsearch.common.recycler.Recyclers
Wrap two recyclers and forward to calls to smallObjectRecycler when size < minSize and to defaultRecycler otherwise.
skip(long) - Method in class org.elasticsearch.common.io.FastCharArrayReader
Skips characters.
skip(long) - Method in class org.elasticsearch.common.io.FastStringReader
Skips the specified number of characters in the stream.
skip(long) - Method in class org.elasticsearch.common.io.stream.ByteBufferStreamInput
 
skip(int) - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
skip(long) - Method in class org.elasticsearch.common.io.stream.InputStreamStreamInput
 
skip(long) - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamInput
 
skipChildren() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
skipChildren() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
SKIPPED_FIELD - Static variable in class org.elasticsearch.rest.action.RestActions
 
skipSources(Class...) - Method in interface org.elasticsearch.common.inject.Binder
Returns a binder that skips classesToSkip when identify the calling code.
skipSources(Class...) - Method in interface org.elasticsearch.common.inject.PrivateBinder
 
skipTranslogRecovery(long) - Method in class org.elasticsearch.index.shard.IndexShard
After the store has been recovered, we need to start the engine.
slice(SliceBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
 
slice(int, int) - Method in class org.elasticsearch.common.bytes.BytesArray
 
slice(int, int) - Method in class org.elasticsearch.common.bytes.BytesReference
Slice the bytes from the from index up to length.
slice(int, int) - Method in class org.elasticsearch.common.bytes.CompositeBytesReference
 
slice(int, int) - Method in class org.elasticsearch.common.bytes.PagedBytesReference
 
slice(String, long, long) - Method in class org.elasticsearch.common.lucene.store.ByteArrayIndexInput
 
SLICE - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
slice(SliceBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets a filter that will restrict the search hits, the top hits and the aggregations to a slice of the results of the main query.
slice() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the slice used to filter the search hits, the top hits and the aggregations.
SliceBuilder - Class in org.elasticsearch.search.slice
A slice builder allowing to split a scroll in multiple partitions.
SliceBuilder(int, int) - Constructor for class org.elasticsearch.search.slice.SliceBuilder
 
SliceBuilder(String, int, int) - Constructor for class org.elasticsearch.search.slice.SliceBuilder
 
SliceBuilder(StreamInput) - Constructor for class org.elasticsearch.search.slice.SliceBuilder
 
SlicedInputStream - Class in org.elasticsearch.index.snapshots.blobstore
A SlicedInputStream is a logical concatenation one or more input streams.
SlicedInputStream(long) - Constructor for class org.elasticsearch.index.snapshots.blobstore.SlicedInputStream
Creates a new SlicedInputStream
SliceQuery - Class in org.elasticsearch.search.slice
An abstract Query that defines an hash function to partition the documents in multiple slices.
SliceQuery(String, int, int) - Constructor for class org.elasticsearch.search.slice.SliceQuery
 
slop(int) - Method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
Sets a slop factor for phrase queries
slop() - Method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
Get the slop factor for phrase queries.
slop(int) - Method in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
Sets a slop factor for phrase queries
slop() - Method in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
Get the slop factor for phrase queries.
slop(int) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Deprecated.
for phrase queries use MatchPhraseQueryBuilder
slop() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Deprecated.
for phrase queries use MatchPhraseQueryBuilder
slop(int) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Set the phrase slop if evaluated to a phrase query type.
slop() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
slop() - Method in class org.elasticsearch.index.query.SpanNearQueryBuilder
 
SLOP_FIELD - Static variable in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
 
SLOP_FIELD - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
SlowLogLevel - Enum in org.elasticsearch.index
 
smallest(Version, Version) - Static method in class org.elasticsearch.Version
Deprecated.
smartNameFieldMapper(String) - Method in class org.elasticsearch.index.mapper.DocumentFieldMappers
 
smartNameFieldType(String) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
smartNameFieldType(String) - Method in class org.elasticsearch.search.internal.SearchContext
Looks up the given field, but does not restrict to fields in the types set on this context.
smileBuilder() - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Returns a content builder using SMILE format (XContentType.SMILE.
smileBuilder(OutputStream) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Constructs a new json builder that will output the result into the provided output stream.
SmileXContent - Class in org.elasticsearch.common.xcontent.smile
A Smile based content implementation using Jackson.
smileXContent - Static variable in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
SmileXContentGenerator - Class in org.elasticsearch.common.xcontent.smile
 
SmileXContentGenerator(JsonGenerator, OutputStream, Set<String>, Set<String>) - Constructor for class org.elasticsearch.common.xcontent.smile.SmileXContentGenerator
 
SmileXContentParser - Class in org.elasticsearch.common.xcontent.smile
 
SmileXContentParser(NamedXContentRegistry, JsonParser) - Constructor for class org.elasticsearch.common.xcontent.smile.SmileXContentParser
 
SMOOTHING_MODEL_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
smoothingModel(SmoothingModel) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
Sets an explicit smoothing model used for this suggester.
smoothingModel() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
SmoothingModel - Class in org.elasticsearch.search.suggest.phrase
 
SmoothingModel() - Constructor for class org.elasticsearch.search.suggest.phrase.SmoothingModel
 
snapshot(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Sets the snapshot name
snapshot() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
The snapshot name
snapshot() - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
Returns repository name
snapshot(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
Sets snapshot name
snapshot(String) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Sets the name of the snapshot.
snapshot() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Returns the name of the snapshot.
snapshot() - Method in class org.elasticsearch.cluster.RestoreInProgress.Entry
Returns snapshot
snapshot() - Method in class org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
 
snapshot() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
snapshot(Snapshot) - Method in class org.elasticsearch.cluster.SnapshotsInProgress
 
snapshot() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
Returns snapshot id
snapshot() - Method in class org.elasticsearch.index.snapshots.blobstore.SnapshotFiles
 
snapshot() - Method in class org.elasticsearch.index.translog.Translog.View
create a snapshot from this view
snapshot() - Method in class org.elasticsearch.snapshots.RestoreService.UpdateIndexShardRestoreStatusRequest
 
Snapshot - Class in org.elasticsearch.snapshots
Basic information about a snapshot - a SnapshotId and the repository that the snapshot belongs to.
Snapshot(String, SnapshotId) - Constructor for class org.elasticsearch.snapshots.Snapshot
Constructs a snapshot.
Snapshot(StreamInput) - Constructor for class org.elasticsearch.snapshots.Snapshot
Constructs a snapshot from the stream input.
snapshot() - Method in class org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
 
snapshot(String, SnapshotId) - Method in class org.elasticsearch.snapshots.SnapshotsService
Retrieves snapshot from repository
SNAPSHOT - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
SNAPSHOT_ONLY_FORMAT_PARAMS - Static variable in class org.elasticsearch.repositories.blobstore.BlobStoreFormat
 
SnapshotCreationException - Exception in org.elasticsearch.snapshots
Thrown when snapshot creation fails completely
SnapshotCreationException(String, String, Throwable) - Constructor for exception org.elasticsearch.snapshots.SnapshotCreationException
 
SnapshotCreationException(String, SnapshotId, Throwable) - Constructor for exception org.elasticsearch.snapshots.SnapshotCreationException
 
SnapshotCreationException(String, SnapshotId, String) - Constructor for exception org.elasticsearch.snapshots.SnapshotCreationException
 
SnapshotCreationException(StreamInput) - Constructor for exception org.elasticsearch.snapshots.SnapshotCreationException
 
SnapshotDeletionsInProgress - Class in org.elasticsearch.cluster
A class that represents the snapshot deletions that are in progress in the cluster.
SnapshotDeletionsInProgress(StreamInput) - Constructor for class org.elasticsearch.cluster.SnapshotDeletionsInProgress
 
SnapshotDeletionsInProgress.Entry - Class in org.elasticsearch.cluster
A class representing a snapshot deletion request entry in the cluster state.
SnapshotException - Exception in org.elasticsearch.snapshots
Generic snapshot exception
SnapshotException(Snapshot, String) - Constructor for exception org.elasticsearch.snapshots.SnapshotException
 
SnapshotException(Snapshot, String, Throwable) - Constructor for exception org.elasticsearch.snapshots.SnapshotException
 
SnapshotException(String, SnapshotId, String) - Constructor for exception org.elasticsearch.snapshots.SnapshotException
 
SnapshotException(String, SnapshotId, String, Throwable) - Constructor for exception org.elasticsearch.snapshots.SnapshotException
 
SnapshotException(String, String, String) - Constructor for exception org.elasticsearch.snapshots.SnapshotException
 
SnapshotException(String, String, String, Throwable) - Constructor for exception org.elasticsearch.snapshots.SnapshotException
 
SnapshotException(StreamInput) - Constructor for exception org.elasticsearch.snapshots.SnapshotException
 
SnapshotFailedEngineException - Exception in org.elasticsearch.index.engine
 
SnapshotFailedEngineException(ShardId, Throwable) - Constructor for exception org.elasticsearch.index.engine.SnapshotFailedEngineException
 
SnapshotFailedEngineException(StreamInput) - Constructor for exception org.elasticsearch.index.engine.SnapshotFailedEngineException
 
SnapshotFiles - Class in org.elasticsearch.index.snapshots.blobstore
Contains a list of files participating in a snapshot
SnapshotFiles(String, List<BlobStoreIndexShardSnapshot.FileInfo>) - Constructor for class org.elasticsearch.index.snapshots.blobstore.SnapshotFiles
 
SnapshotId - Class in org.elasticsearch.snapshots
SnapshotId - snapshot name + snapshot UUID
SnapshotId(String, String) - Constructor for class org.elasticsearch.snapshots.SnapshotId
Constructs a new snapshot
SnapshotId(StreamInput) - Constructor for class org.elasticsearch.snapshots.SnapshotId
Constructs a new snapshot from a input stream
snapshotId() - Method in class org.elasticsearch.snapshots.SnapshotInfo
Returns snapshot id
SnapshotIndexShardStage - Enum in org.elasticsearch.action.admin.cluster.snapshots.status
 
SnapshotIndexShardStatus - Class in org.elasticsearch.action.admin.cluster.snapshots.status
 
SnapshotIndexStatus - Class in org.elasticsearch.action.admin.cluster.snapshots.status
Represents snapshot status of all shards in the index
SnapshotInfo - Class in org.elasticsearch.snapshots
Information about a snapshot
SnapshotInfo(SnapshotId, List<String>, SnapshotState) - Constructor for class org.elasticsearch.snapshots.SnapshotInfo
 
SnapshotInfo(SnapshotId, List<String>, long) - Constructor for class org.elasticsearch.snapshots.SnapshotInfo
 
SnapshotInfo(SnapshotId, List<String>, long, String, long, int, List<SnapshotShardFailure>) - Constructor for class org.elasticsearch.snapshots.SnapshotInfo
 
SnapshotInfo(StreamInput) - Constructor for class org.elasticsearch.snapshots.SnapshotInfo
Constructs snapshot information from stream input
SnapshotInProgressAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
This AllocationDecider prevents shards that are currently been snapshotted to be moved to other nodes.
SnapshotInProgressAllocationDecider() - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
SnapshotInProgressAllocationDecider(Settings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
Creates a new SnapshotInProgressAllocationDecider instance from given settings
SnapshotInProgressAllocationDecider(Settings, ClusterSettings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
 
SnapshotMissingException - Exception in org.elasticsearch.snapshots
Thrown if requested snapshot doesn't exist
SnapshotMissingException(String, SnapshotId, Throwable) - Constructor for exception org.elasticsearch.snapshots.SnapshotMissingException
 
SnapshotMissingException(String, SnapshotId) - Constructor for exception org.elasticsearch.snapshots.SnapshotMissingException
 
SnapshotMissingException(String, String) - Constructor for exception org.elasticsearch.snapshots.SnapshotMissingException
 
SnapshotMissingException(StreamInput) - Constructor for exception org.elasticsearch.snapshots.SnapshotMissingException
 
snapshotName() - Method in class org.elasticsearch.snapshots.RestoreService.RestoreRequest
Returns snapshot name
snapshotName() - Method in class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Returns the snapshot name
SnapshotRecoverySource(Snapshot, Version, String) - Constructor for class org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
 
SnapshotRequest(String, String, String) - Constructor for class org.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
Constructs new snapshot creation request
SnapshotRestoreException - Exception in org.elasticsearch.snapshots
Snapshot restore exception
SnapshotRestoreException(String, String, String) - Constructor for exception org.elasticsearch.snapshots.SnapshotRestoreException
 
SnapshotRestoreException(String, String, String, Throwable) - Constructor for exception org.elasticsearch.snapshots.SnapshotRestoreException
 
SnapshotRestoreException(Snapshot, String) - Constructor for exception org.elasticsearch.snapshots.SnapshotRestoreException
 
SnapshotRestoreException(Snapshot, String, Throwable) - Constructor for exception org.elasticsearch.snapshots.SnapshotRestoreException
 
SnapshotRestoreException(StreamInput) - Constructor for exception org.elasticsearch.snapshots.SnapshotRestoreException
 
snapshots() - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
snapshots(int) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
snapshots() - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
Returns the names of the snapshots.
snapshots(String[]) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
Sets the list of snapshots to be returned
snapshots() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
Returns the names of the snapshots.
snapshots(String[]) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
Sets the list of snapshots to be returned
snapshots(Snapshot[]) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.Request
 
snapshots() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
Returns list of snapshots
snapshots(String, List<SnapshotId>, Set<SnapshotId>, boolean) - Method in class org.elasticsearch.snapshots.SnapshotsService
Returns a list of snapshots from repository sorted by snapshot creation date
snapshotsFromXContent(XContentParser, long) - Static method in class org.elasticsearch.repositories.RepositoryData
Reads an instance of RepositoryData from x-content, loading the snapshots and indices metadata.
snapshotShard(IndexShard, SnapshotId, IndexId, IndexCommit, IndexShardSnapshotStatus) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
snapshotShard(IndexShard, SnapshotId, IndexId, IndexCommit, IndexShardSnapshotStatus) - Method in interface org.elasticsearch.repositories.Repository
Creates a snapshot of the shard based on the index commit point.
SnapshotShardFailure - Class in org.elasticsearch.snapshots
Stores information about failures that occurred during shard snapshotting process
SnapshotShardFailure(String, ShardId, String) - Constructor for class org.elasticsearch.snapshots.SnapshotShardFailure
Constructs new snapshot shard failure object
snapshotShards(String, SnapshotInfo) - Method in class org.elasticsearch.snapshots.SnapshotsService
Returns status of shards currently finished snapshots
SnapshotShardsService - Class in org.elasticsearch.snapshots
This service runs on data and master nodes and controls currently snapshotted shards on these nodes.
SnapshotShardsService(Settings, ClusterService, SnapshotsService, ThreadPool, TransportService, IndicesService) - Constructor for class org.elasticsearch.snapshots.SnapshotShardsService
 
SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest - Class in org.elasticsearch.snapshots
Internal request that is used to send changes in snapshot status to master
SnapshotShardsStats - Class in org.elasticsearch.action.admin.cluster.snapshots.status
Status of a snapshot shards
SnapshotsInProgress - Class in org.elasticsearch.cluster
Meta data about snapshots that are currently executing
SnapshotsInProgress(List<SnapshotsInProgress.Entry>) - Constructor for class org.elasticsearch.cluster.SnapshotsInProgress
 
SnapshotsInProgress(SnapshotsInProgress.Entry...) - Constructor for class org.elasticsearch.cluster.SnapshotsInProgress
 
SnapshotsInProgress(StreamInput) - Constructor for class org.elasticsearch.cluster.SnapshotsInProgress
 
SnapshotsInProgress.Entry - Class in org.elasticsearch.cluster
 
SnapshotsInProgress.ShardSnapshotStatus - Class in org.elasticsearch.cluster
 
SnapshotsInProgress.State - Enum in org.elasticsearch.cluster
 
SnapshotsService - Class in org.elasticsearch.snapshots
Service responsible for creating snapshots
SnapshotsService(Settings, ClusterService, IndexNameExpressionResolver, RepositoriesService, ThreadPool) - Constructor for class org.elasticsearch.snapshots.SnapshotsService
 
SnapshotsService.CreateSnapshotListener - Interface in org.elasticsearch.snapshots
Listener for create snapshot operation
SnapshotsService.DeleteSnapshotListener - Interface in org.elasticsearch.snapshots
Listener for delete snapshot operation
SnapshotsService.SnapshotCompletionListener - Interface in org.elasticsearch.snapshots
 
SnapshotsService.SnapshotRequest - Class in org.elasticsearch.snapshots
Snapshot creation request
snapshotsStatus(SnapshotsStatusRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Get snapshot status.
snapshotsStatus(SnapshotsStatusRequest, ActionListener<SnapshotsStatusResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Get snapshot status.
SnapshotsStatusAction - Class in org.elasticsearch.action.admin.cluster.snapshots.status
Snapshots status action
SnapshotsStatusRequest - Class in org.elasticsearch.action.admin.cluster.snapshots.status
Get snapshot status request
SnapshotsStatusRequest() - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
 
SnapshotsStatusRequest(String, String[]) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
Constructs a new get snapshots request with given repository name and list of snapshots
SnapshotsStatusRequest(String) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
Constructs a new get snapshots request with given repository name
snapshotsStatusRequest(String) - Static method in class org.elasticsearch.client.Requests
Get status of snapshots
SnapshotsStatusRequestBuilder - Class in org.elasticsearch.action.admin.cluster.snapshots.status
Snapshots status request builder
SnapshotsStatusRequestBuilder(ElasticsearchClient, SnapshotsStatusAction) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
Constructs the new snapshotstatus request
SnapshotsStatusRequestBuilder(ElasticsearchClient, SnapshotsStatusAction, String) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
Constructs the new snapshot status request with specified repository
SnapshotsStatusResponse - Class in org.elasticsearch.action.admin.cluster.snapshots.status
Snapshot status response
SnapshotState - Enum in org.elasticsearch.snapshots
Represents the state that a snapshot can be in
SnapshotStats - Class in org.elasticsearch.action.admin.cluster.snapshots.status
 
SnapshotStatus - Class in org.elasticsearch.action.admin.cluster.snapshots.status
Status of a snapshot
SnapshotStatus - Class in org.elasticsearch.index.shard
 
SnapshotStatus() - Constructor for class org.elasticsearch.index.shard.SnapshotStatus
 
SnapshotStatus.Index - Class in org.elasticsearch.index.shard
 
SnapshotStatus.Stage - Enum in org.elasticsearch.index.shard
 
SnapshotStatus.Translog - Class in org.elasticsearch.index.shard
 
snapshotStoreMetadata() - Method in class org.elasticsearch.index.shard.IndexShard
gets a Store.MetadataSnapshot for the current directory.
snapshotStoreMetadata() - Method in class org.elasticsearch.index.shard.ShadowIndexShard
 
snapshotsToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.repositories.RepositoryData
Writes the snapshots metadata and the related indices metadata to x-content, omitting the incompatible snapshots.
SnapshotUtils - Class in org.elasticsearch.snapshots
Snapshot utilities
SnapshotUtils() - Constructor for class org.elasticsearch.snapshots.SnapshotUtils
 
Snippet - Class in org.apache.lucene.search.highlight
Represents a scored highlighted snippet.
Snippet(String, float, boolean) - Constructor for class org.apache.lucene.search.highlight.Snippet
 
SnowballAnalyzer - Class in org.elasticsearch.index.analysis
Deprecated.
(3.1) Use the language-specific analyzer in modules/analysis instead. This analyzer WAS removed in Lucene 5.0
SnowballAnalyzer(String) - Constructor for class org.elasticsearch.index.analysis.SnowballAnalyzer
Deprecated.
Builds the named analyzer with no stop words.
SnowballAnalyzer(String, CharArraySet) - Constructor for class org.elasticsearch.index.analysis.SnowballAnalyzer
Deprecated.
Builds the named analyzer with the given stop words.
SnowballAnalyzerProvider - Class in org.elasticsearch.index.analysis
Creates a SnowballAnalyzer initialized with stopwords and Snowball filter.
SnowballAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.SnowballAnalyzerProvider
 
SnowballTokenFilterFactory - Class in org.elasticsearch.index.analysis
Real work actually done here by Sebastian on the Elasticsearch mailing list http://elasticsearch-users.115913.n3.nabble.com/Using-the-Snowball-stemmers-tp2126106p2127111.html
SnowballTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.SnowballTokenFilterFactory
 
SoraniAnalyzerProvider - Class in org.elasticsearch.index.analysis
Provider for SoraniAnalyzer
SoraniAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.SoraniAnalyzerProvider
 
SoraniNormalizationFilterFactory - Class in org.elasticsearch.index.analysis
Factory for SoraniNormalizationFilter
SoraniNormalizationFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.SoraniNormalizationFilterFactory
 
sort - Variable in class org.apache.lucene.search.grouping.CollapsingTopDocsCollector
 
sort(Comparator<ShardRouting>) - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
 
sort(long[], int) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
sort(float[], int) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
sort(double[], int) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
sort(ObjectArrayList<byte[]>) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
sort(BytesRefArray, int[]) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
sort(Comparator<? super T>) - Method in class org.elasticsearch.index.fielddata.ScriptDocValues
 
sort() - Method in class org.elasticsearch.index.fielddata.SortingBinaryDocValues
Sort values that are stored between offsets 0 and SortingBinaryDocValues.count of SortingBinaryDocValues.values.
sort() - Method in class org.elasticsearch.index.fielddata.SortingNumericDocValues
Sort values that are stored between offsets 0 and SortingNumericDocValues.count of SortingNumericDocValues.values.
sort() - Method in class org.elasticsearch.index.fielddata.SortingNumericDoubleValues
Sort values that are stored between offsets 0 and SortingNumericDoubleValues.count of SortingNumericDoubleValues.values.
sort(String, SortOrder) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Adds a sort against the given field name and the sort ordering.
sort(String) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Add a sort against the given field name.
sort(SortBuilder<?>) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Adds a sort builder.
sort(String, SortOrder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds a sort against the given field name and the sort ordering.
sort(String) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Add a sort against the given field name.
sort(SortBuilder<?>) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds a sort builder.
sort(SortAndFormats) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
sort() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
sort(SortAndFormats) - Method in class org.elasticsearch.search.internal.SearchContext
 
sort() - Method in class org.elasticsearch.search.internal.SearchContext
 
sort(SortAndFormats) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
sort() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
sort - Variable in class org.elasticsearch.search.sort.SortAndFormats
 
sort() - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
sort(SortBy) - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
sort(String) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
Sets how to sort the suggest terms per suggest text token.
sort(Comparator<O>) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
sort(SortBy) - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Sets how to sort the suggest terms per suggest text token.
sort() - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Get the sort setting.
SORT_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
SORT_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
SORT_MODE - Static variable in class org.elasticsearch.search.sort.FieldSortBuilder
 
sortableLongBitsToDoubles(SortedNumericDocValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Given a SortedNumericDocValues, return a SortedNumericDoubleValues instance that will translate long values to doubles using NumericUtils.sortableLongToDouble(long).
sortAddresses(List<InetAddress>) - Static method in class org.elasticsearch.common.network.NetworkUtils
Deprecated.
remove this when multihoming is really correct
sortAndDedup(ObjectArrayList<byte[]>) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
sortAndDedup(BytesRefArray, int[]) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
SortAndFormats - Class in org.elasticsearch.search.sort
 
SortAndFormats(Sort, DocValueFormat[]) - Constructor for class org.elasticsearch.search.sort.SortAndFormats
 
SortBuilder<T extends SortBuilder<T>> - Class in org.elasticsearch.search.sort
 
SortBuilder() - Constructor for class org.elasticsearch.search.sort.SortBuilder
 
SortBuilders - Class in org.elasticsearch.search.sort
A set of static factory methods for SortBuilders.
SortBuilders() - Constructor for class org.elasticsearch.search.sort.SortBuilders
 
SortBy - Enum in org.elasticsearch.search.suggest
An enum representing the valid sorting options
sortComparator() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
sortComparator() - Method in class org.elasticsearch.search.suggest.term.TermSuggestion
 
sortDocs(boolean, Collection<? extends SearchPhaseResult>, Collection<TopDocs>, SearchPhaseController.TopDocsStats, int, int) - Method in class org.elasticsearch.action.search.SearchPhaseController
Returns a score doc array of top N search docs across all shards, followed by top suggest docs for each named completion suggestion across all shards.
SortedBinaryDocValues - Class in org.elasticsearch.index.fielddata
A list of per-document binary values, sorted according to BytesRef.compareTo(BytesRef).
SortedBinaryDocValues() - Constructor for class org.elasticsearch.index.fielddata.SortedBinaryDocValues
 
sortedDifference(Set<T>, Set<T>) - Static method in class org.elasticsearch.common.util.set.Sets
The relative complement, or difference, of the specified left and right set, returned as a sorted set.
SortedNumericDoubleValues - Class in org.elasticsearch.index.fielddata
Clone of SortedNumericDocValues for double values.
SortedNumericDoubleValues() - Constructor for class org.elasticsearch.index.fielddata.SortedNumericDoubleValues
Sole constructor.
SortedNumericDVIndexFieldData - Class in org.elasticsearch.index.fielddata.plain
FieldData backed by LeafReader.getSortedNumericDocValues(String)
SortedNumericDVIndexFieldData(Index, String, IndexNumericFieldData.NumericType) - Constructor for class org.elasticsearch.index.fielddata.plain.SortedNumericDVIndexFieldData
 
SortedSetDVBytesAtomicFieldData - Class in org.elasticsearch.index.fielddata.plain
An AtomicFieldData implementation that uses Lucene SortedSetDocValues.
SortedSetDVOrdinalsIndexFieldData - Class in org.elasticsearch.index.fielddata.plain
 
SortedSetDVOrdinalsIndexFieldData(IndexSettings, IndexFieldDataCache, String, CircuitBreakerService, Function<RandomAccessOrds, ScriptDocValues<?>>) - Constructor for class org.elasticsearch.index.fielddata.plain.SortedSetDVOrdinalsIndexFieldData
 
sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - Method in interface org.elasticsearch.index.fielddata.IndexFieldData
Returns the SortField to used for sorting.
sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - Method in class org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
 
sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - Method in class org.elasticsearch.index.fielddata.plain.AbstractGeoPointDVIndexFieldData
 
sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - Method in class org.elasticsearch.index.fielddata.plain.AbstractLatLonPointDVIndexFieldData
 
sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - Method in class org.elasticsearch.index.fielddata.plain.BinaryDVIndexFieldData
 
sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - Method in class org.elasticsearch.index.fielddata.plain.BytesBinaryDVIndexFieldData
 
sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - Method in class org.elasticsearch.index.fielddata.plain.ConstantIndexFieldData
 
sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - Method in class org.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData
 
sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - Method in class org.elasticsearch.index.fielddata.plain.SortedNumericDVIndexFieldData
 
sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - Method in class org.elasticsearch.index.fielddata.plain.SortedSetDVOrdinalsIndexFieldData
 
sortField(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested, boolean) - Method in class org.elasticsearch.index.fielddata.UidIndexFieldData
 
SortFieldAndFormat - Class in org.elasticsearch.search.sort
 
SortFieldAndFormat(SortField, DocValueFormat) - Constructor for class org.elasticsearch.search.sort.SortFieldAndFormat
 
SortingBinaryDocValues - Class in org.elasticsearch.index.fielddata
Base class for building SortedBinaryDocValues instances based on unsorted content.
SortingBinaryDocValues() - Constructor for class org.elasticsearch.index.fielddata.SortingBinaryDocValues
 
SortingNumericDocValues - Class in org.elasticsearch.index.fielddata
Base class for building SortedNumericDocValues instances based on unsorted content.
SortingNumericDocValues() - Constructor for class org.elasticsearch.index.fielddata.SortingNumericDocValues
 
SortingNumericDoubleValues - Class in org.elasticsearch.index.fielddata
Base class for building SortedNumericDoubleValues instances based on unsorted content.
SortingNumericDoubleValues() - Constructor for class org.elasticsearch.index.fielddata.SortingNumericDoubleValues
 
sortMissingFirst(Object) - Method in class org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
Whether missing values should be sorted first.
sortMissingLast(Object) - Method in class org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
Whether missing values should be sorted last, this is the default.
sortMode(SortMode) - Method in class org.elasticsearch.search.sort.FieldSortBuilder
Defines what values to pick in the case a document contains multiple values for the targeted sort field.
sortMode() - Method in class org.elasticsearch.search.sort.FieldSortBuilder
Returns what values to pick in the case a document contains multiple values for the targeted sort field.
sortMode(SortMode) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Defines which distance to use for sorting in the case a document contains multiple geo points.
sortMode() - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Returns which distance to use for sorting in the case a document contains multiple geo points.
sortMode(SortMode) - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
Defines which distance to use for sorting in the case a document contains multiple values.
For ScriptSortBuilder.ScriptSortType.STRING, the set of possible values is restricted to SortMode.MIN and SortMode.MAX
sortMode() - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
Get the sort mode.
SortMode - Enum in org.elasticsearch.search.sort
Elasticsearch supports sorting by array or multi-valued fields.
SORTMODE_FIELD - Static variable in class org.elasticsearch.search.sort.ScriptSortBuilder
 
sortNodeDecisions(List<NodeAllocationResult>) - Method in class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
Sorts a list of node level decisions by the decision type, then by weight ranking, and finally by node id.
SortOrder - Enum in org.elasticsearch.search.sort
A sorting order.
sorts(List<SortBuilder<?>>) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Adds a sort builder.
sorts() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Gets the bytes representing the sort builders for this request.
sorts() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the bytes representing the sort builders for this request.
sortValueFormats() - Method in class org.elasticsearch.search.query.QuerySearchResult
 
sortValues(Object[], DocValueFormat[]) - Method in class org.elasticsearch.search.SearchHit
 
sortValues(SearchSortValues) - Method in class org.elasticsearch.search.SearchHit
 
sortValues() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
sortValues() - Method in class org.elasticsearch.search.SearchSortValues
 
source(Map<String, Object>) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
Parses repository definition.
source(Map<String, Object>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Parses snapshot definition.
source(Map<String, Object>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Parses restore definition
source(String) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
source(String, XContentType) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the settings and mappings as a single source.
source(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the settings and mappings as a single source.
source(byte[]) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
source(byte[], XContentType) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the settings and mappings as a single source.
source(byte[], int, int) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
source(byte[], int, int, XContentType) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the settings and mappings as a single source.
source(BytesReference) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
source(BytesReference, XContentType) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the settings and mappings as a single source.
source(Map<String, ?>) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the settings and mappings as a single source.
source() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
 
source(String) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
 
source() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
The mapping source definition.
source(Object...) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
A specialized simplified mapping source method, takes the form of simple properties definition: ("field1", "type=string,store=true").
source(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
The mapping source definition.
source(Map) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
The mapping source definition.
source(String) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
source(String, XContentType) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
The mapping source definition.
source(BytesReference, XContentType) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
The mapping source definition.
source(XContentBuilder) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The template source definition.
source(Map) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The template source definition.
source(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
source(String, XContentType) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The template source definition.
source(byte[]) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
source(byte[], XContentType) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The template source definition.
source(byte[], int, int) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
source(byte[], int, int, XContentType) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The template source definition.
source(BytesReference) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
source(BytesReference, XContentType) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
The template source definition.
source(XContentParser) - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequest
 
source() - Method in class org.elasticsearch.action.index.IndexRequest
The source of the document to index, recopied to a new array if it is unsafe.
source(Map) - Method in class org.elasticsearch.action.index.IndexRequest
Index the Map in Requests.INDEX_CONTENT_TYPE format
source(Map, XContentType) - Method in class org.elasticsearch.action.index.IndexRequest
Index the Map as the provided content type.
source(String) - Method in class org.elasticsearch.action.index.IndexRequest
source(String, XContentType) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the document source to index.
source(XContentBuilder) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the content source to index.
source(Object...) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the content source to index using the default content type (Requests.INDEX_CONTENT_TYPE)
source(XContentType, Object...) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the content source to index.
source(BytesReference) - Method in class org.elasticsearch.action.index.IndexRequest
source(BytesReference, XContentType) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the document to index in bytes form.
source(byte[]) - Method in class org.elasticsearch.action.index.IndexRequest
source(byte[], XContentType) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the document to index in bytes form.
source(byte[], int, int) - Method in class org.elasticsearch.action.index.IndexRequest
source(byte[], int, int, XContentType) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the document to index in bytes form (assumed to be safe to be used from different threads).
source(SearchSourceBuilder) - Method in class org.elasticsearch.action.search.SearchRequest
The source of the search request.
source() - Method in class org.elasticsearch.action.search.SearchRequest
The search source to execute.
source() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
The source that caused this cluster event to be raised.
source() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
source - Variable in class org.elasticsearch.cluster.service.SourcePrioritizedRunnable
 
source() - Method in class org.elasticsearch.cluster.service.SourcePrioritizedRunnable
 
source() - Method in class org.elasticsearch.index.engine.Engine.Index
 
source() - Method in class org.elasticsearch.index.engine.Engine.Searcher
The source that caused this searcher to be acquired.
source - Variable in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
source() - Method in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
source() - Method in class org.elasticsearch.index.get.GetResult
The source of the document if exists.
source() - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
source(String, String, String, BytesReference, XContentType) - Static method in class org.elasticsearch.index.mapper.SourceToParse
 
source(SourceToParse.Origin, String, String, String, BytesReference, XContentType) - Static method in class org.elasticsearch.index.mapper.SourceToParse
 
source() - Method in class org.elasticsearch.index.mapper.SourceToParse
 
source() - Method in class org.elasticsearch.index.query.WrapperQueryBuilder
 
source() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
The search used to find documents to process.
source(String...) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Set the source indices.
source() - Method in class org.elasticsearch.index.translog.Translog.Index
 
Source(BytesReference, String, String, long, long) - Constructor for class org.elasticsearch.index.translog.Translog.Source
 
source - Variable in class org.elasticsearch.index.translog.Translog.Source
 
source() - Method in class org.elasticsearch.script.AbstractSearchScript
Allows to access the actual source (loaded and parsed).
source() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
source() - Method in class org.elasticsearch.search.internal.SearchContext
 
source() - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
source(SearchSourceBuilder) - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
source() - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
 
source(SearchSourceBuilder) - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
 
source() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
source(SearchSourceBuilder) - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
source() - Method in class org.elasticsearch.search.lookup.LeafSearchLookup
 
source() - Method in class org.elasticsearch.search.lookup.SearchLookup
 
source() - Method in class org.elasticsearch.search.lookup.SourceLookup
 
source() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
SOURCE_PARSE_FIELD - Static variable in class org.elasticsearch.script.StoredScriptSource
Standard ParseField for source on the inner level.
sourceAsMap() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
Returns the mappings as a map.
sourceAsMap() - Method in class org.elasticsearch.action.index.IndexRequest
 
sourceAsMap() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
Converts the serialized compressed form of the mappings into a parsed map.
sourceAsMap() - Method in class org.elasticsearch.index.get.GetResult
The source of the document (As a map).
sourceAsMap(BytesReference) - Static method in class org.elasticsearch.search.lookup.SourceLookup
 
sourceAsMap() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
sourceAsMapAndType(BytesReference) - Static method in class org.elasticsearch.search.lookup.SourceLookup
 
sourceAsString() - Method in class org.elasticsearch.index.get.GetResult
The source of the document (as a string).
sourceAsString() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
sourceContentType() - Method in class org.elasticsearch.search.lookup.SourceLookup
 
SourceFieldMapper - Class in org.elasticsearch.index.mapper
 
SourceFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
SourceFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
SourceFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
SourceLookup - Class in org.elasticsearch.search.lookup
 
SourceLookup() - Constructor for class org.elasticsearch.search.lookup.SourceLookup
 
sourceMapper() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
sourceMetaSnapshot() - Method in class org.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
 
sourceNode() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
sourceNode() - Method in class org.elasticsearch.indices.recovery.StartRecoveryRequest
 
SourcePrioritizedRunnable - Class in org.elasticsearch.cluster.service
PrioritizedRunnable that also has a source string
SourcePrioritizedRunnable(Priority, String) - Constructor for class org.elasticsearch.cluster.service.SourcePrioritizedRunnable
 
SourceProvider - Class in org.elasticsearch.common.inject.internal
Provides access to the calling line of code.
SourceProvider() - Constructor for class org.elasticsearch.common.inject.internal.SourceProvider
 
sourceRef() - Method in class org.elasticsearch.index.get.GetResult
Returns bytes reference, also un compress the source if needed.
sourceRef() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
sourceRef(BytesReference) - Method in class org.elasticsearch.search.SearchHit
Sets representation, might be compressed....
sourceRequested() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
sourceRequested() - Method in class org.elasticsearch.search.internal.SearchContext
A shortcut function to see whether there is a fetchSourceContext and it says the source is requested.
sourceRequested() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
SourceScoreOrderFragmentsBuilder - Class in org.elasticsearch.search.fetch.subphase.highlight
 
SourceScoreOrderFragmentsBuilder(FieldMapper, SearchContext, String[], String[], BoundaryScanner) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.SourceScoreOrderFragmentsBuilder
 
SourceSimpleFragmentsBuilder - Class in org.elasticsearch.search.fetch.subphase.highlight
 
SourceSimpleFragmentsBuilder(FieldMapper, SearchContext, String[], String[], BoundaryScanner) - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.SourceSimpleFragmentsBuilder
 
sourceThrottleTimeInNanos() - Method in class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
sourceThrottling() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
sourceToParse() - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
sourceToParse() - Method in class org.elasticsearch.index.mapper.ParseContext
 
SourceToParse - Class in org.elasticsearch.index.mapper
 
SourceToParse.Origin - Enum in org.elasticsearch.index.mapper
 
SPACE - Static variable in class org.elasticsearch.common.logging.Loggers
 
spaceify(int, String, StringBuilder) - Static method in class org.elasticsearch.common.Strings
 
spanContainingQuery(SpanQueryBuilder, SpanQueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
Creates a new span_containing builder.
SpanContainingQueryBuilder - Class in org.elasticsearch.index.query
Builder for SpanContainingQuery.
SpanContainingQueryBuilder(SpanQueryBuilder, SpanQueryBuilder) - Constructor for class org.elasticsearch.index.query.SpanContainingQueryBuilder
 
SpanContainingQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.SpanContainingQueryBuilder
Read from a stream.
spanFirstQuery(SpanQueryBuilder, int) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
SpanFirstQueryBuilder - Class in org.elasticsearch.index.query
 
SpanFirstQueryBuilder(SpanQueryBuilder, int) - Constructor for class org.elasticsearch.index.query.SpanFirstQueryBuilder
Query that matches spans queries defined in matchBuilder whose end position is less than or equal to end.
SpanFirstQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.SpanFirstQueryBuilder
Read from a stream.
SpanishAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
SpanishAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.SpanishAnalyzerProvider
 
spanMultiTermQueryBuilder(MultiTermQueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
Creates a SpanQueryBuilder which allows having a sub query which implements MultiTermQueryBuilder.
SpanMultiTermQueryBuilder - Class in org.elasticsearch.index.query
Query that allows wraping a MultiTermQueryBuilder (one of wildcard, fuzzy, prefix, term, range or regexp query) as a SpanQueryBuilder so it can be nested.
SpanMultiTermQueryBuilder(MultiTermQueryBuilder) - Constructor for class org.elasticsearch.index.query.SpanMultiTermQueryBuilder
 
SpanMultiTermQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.SpanMultiTermQueryBuilder
Read from a stream.
spanNearQuery(SpanQueryBuilder, int) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
SpanNearQueryBuilder - Class in org.elasticsearch.index.query
Matches spans which are near one another.
SpanNearQueryBuilder(SpanQueryBuilder, int) - Constructor for class org.elasticsearch.index.query.SpanNearQueryBuilder
 
SpanNearQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.SpanNearQueryBuilder
Read from a stream.
spanNotQuery(SpanQueryBuilder, SpanQueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
SpanNotQueryBuilder - Class in org.elasticsearch.index.query
 
SpanNotQueryBuilder(SpanQueryBuilder, SpanQueryBuilder) - Constructor for class org.elasticsearch.index.query.SpanNotQueryBuilder
Construct a span query matching spans from include which have no overlap with spans from exclude.
SpanNotQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.SpanNotQueryBuilder
Read from a stream.
spanOrQuery(SpanQueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
SpanOrQueryBuilder - Class in org.elasticsearch.index.query
Span query that matches the union of its clauses.
SpanOrQueryBuilder(SpanQueryBuilder) - Constructor for class org.elasticsearch.index.query.SpanOrQueryBuilder
 
SpanOrQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.SpanOrQueryBuilder
Read from a stream.
SpanQueryBuilder - Interface in org.elasticsearch.index.query
Marker interface for a specific type of QueryBuilder that allows to build span queries
spanTermQuery(String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
spanTermQuery(String, int) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
spanTermQuery(String, long) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
spanTermQuery(String, float) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
spanTermQuery(String, double) - Static method in class org.elasticsearch.index.query.QueryBuilders
 
SpanTermQueryBuilder - Class in org.elasticsearch.index.query
A Span Query that matches documents containing a term.
SpanTermQueryBuilder(String, String) - Constructor for class org.elasticsearch.index.query.SpanTermQueryBuilder
 
SpanTermQueryBuilder(String, int) - Constructor for class org.elasticsearch.index.query.SpanTermQueryBuilder
 
SpanTermQueryBuilder(String, long) - Constructor for class org.elasticsearch.index.query.SpanTermQueryBuilder
 
SpanTermQueryBuilder(String, float) - Constructor for class org.elasticsearch.index.query.SpanTermQueryBuilder
 
SpanTermQueryBuilder(String, double) - Constructor for class org.elasticsearch.index.query.SpanTermQueryBuilder
 
SpanTermQueryBuilder(String, Object) - Constructor for class org.elasticsearch.index.query.SpanTermQueryBuilder
 
SpanTermQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.SpanTermQueryBuilder
Read from a stream.
spanWithinQuery(SpanQueryBuilder, SpanQueryBuilder) - Static method in class org.elasticsearch.index.query.QueryBuilders
Creates a new span_within builder.
SpanWithinQueryBuilder - Class in org.elasticsearch.index.query
Builder for SpanWithinQuery.
SpanWithinQueryBuilder(SpanQueryBuilder, SpanQueryBuilder) - Constructor for class org.elasticsearch.index.query.SpanWithinQueryBuilder
Query that returns spans from little that are contained in a spans from big.
SpanWithinQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.SpanWithinQueryBuilder
Read from a stream.
spare - Variable in class org.elasticsearch.search.suggest.phrase.WordScorer
 
SPATIAL4J_AVAILABLE - Static variable in class org.elasticsearch.common.geo.ShapesAvailability
 
SPATIAL_CONTEXT - Static variable in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
SpatialStrategy - Enum in org.elasticsearch.common.geo
 
SpecialPermission - Class in org.elasticsearch
Elasticsearch-specific permission to check before entering AccessController.doPrivileged() blocks.
SpecialPermission() - Constructor for class org.elasticsearch.SpecialPermission
Creates a new SpecialPermision object.
SpecialPermission(String, String) - Constructor for class org.elasticsearch.SpecialPermission
Creates a new SpecialPermission object.
spins - Variable in class org.elasticsearch.env.NodeEnvironment.NodePath
Cached result of Lucene's IOUtils.spins on path.
split(String, String) - Static method in class org.elasticsearch.common.Strings
Split a String at the first occurrence of the delimiter.
splitOnWhitespace(boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
splitOnWhitespace() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
splitOnWhitespace(boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Whether query text should be split on whitespace prior to analysis.
splitOnWhitespace() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
splitSmart(String, String, boolean) - Static method in class org.elasticsearch.common.Strings
Splits a backslash escaped string on the separator.
splitStringByCommaToArray(String) - Static method in class org.elasticsearch.common.Strings
 
splitStringByCommaToSet(String) - Static method in class org.elasticsearch.common.Strings
 
splitStringToSet(String, char) - Static method in class org.elasticsearch.common.Strings
A convenience method for splitting a delimited string into a set and trimming leading and trailing whitespace from all split strings.
stack - Variable in class org.elasticsearch.search.profile.AbstractInternalProfileTree
A temporary stack used to record where we are in the dependency tree.
stackTrace(Throwable) - Static method in class org.elasticsearch.ExceptionsHelper
 
StackTraceElements - Class in org.elasticsearch.common.inject.internal
Creates stack trace elements for members.
StackTraceElements() - Constructor for class org.elasticsearch.common.inject.internal.StackTraceElements
 
Stage - Enum in org.elasticsearch.common.inject
The stage we're running in.
stage() - Method in class org.elasticsearch.index.shard.SnapshotStatus
 
stage() - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Returns current snapshot stage
stage() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
StaleShard - Class in org.elasticsearch.cluster.routing.allocation
A class that represents a stale shard copy.
StaleShard(ShardId, String) - Constructor for class org.elasticsearch.cluster.routing.allocation.StaleShard
 
STANDARD - Static variable in class org.elasticsearch.script.ClassPermission
 
STANDARD_ANALYZER - Static variable in class org.elasticsearch.common.lucene.Lucene
 
STANDARD_CLASSES - Static variable in class org.elasticsearch.script.ClassPermission
Typical set of classes for scripting: basic data types, math, dates, and simple collections
StandardAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
StandardAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.StandardAnalyzerProvider
 
StandardHtmlStripAnalyzer - Class in org.elasticsearch.index.analysis
 
StandardHtmlStripAnalyzer() - Constructor for class org.elasticsearch.index.analysis.StandardHtmlStripAnalyzer
StandardHtmlStripAnalyzer(CharArraySet) - Constructor for class org.elasticsearch.index.analysis.StandardHtmlStripAnalyzer
 
StandardHtmlStripAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
StandardHtmlStripAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.StandardHtmlStripAnalyzerProvider
 
StandardTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
StandardTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.StandardTokenFilterFactory
 
StandardTokenizerFactory - Class in org.elasticsearch.index.analysis
 
StandardTokenizerFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.StandardTokenizerFactory
 
start() - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.AsyncAction
 
start() - Method in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction.AsyncBroadcastAction
 
start() - Method in class org.elasticsearch.common.component.AbstractLifecycleComponent
 
start() - Method in interface org.elasticsearch.common.component.LifecycleComponent
 
start() - Method in class org.elasticsearch.common.StopWatch
Start an unnamed task.
start(String) - Method in class org.elasticsearch.common.StopWatch
Start a named task.
start(PingContextProvider) - Method in class org.elasticsearch.discovery.zen.UnicastZenPing
 
start(PingContextProvider) - Method in interface org.elasticsearch.discovery.zen.ZenPing
 
start(Consumer<ScrollableHitSource.Response>) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource
 
start() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Timer
 
start() - Method in class org.elasticsearch.node.Node
Start the node.
start() - Method in class org.elasticsearch.search.profile.Timer
Start the timer.
START_RECOVERY - Static variable in class org.elasticsearch.indices.recovery.PeerRecoverySourceService.Actions
 
startArray() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
startArray(String) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
startConstruction() - Method in class org.elasticsearch.common.inject.internal.ConstructionContext
 
started() - Method in class org.elasticsearch.cluster.routing.ShardRouting
The shard is in started mode.
started() - Method in class org.elasticsearch.common.component.Lifecycle
Returns true if the state is started.
startedPrimaryReinitialized(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
 
startedPrimaryReinitialized(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
 
startedPrimaryReinitialized(ShardRouting, ShardRouting) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
 
startedPrimaryReinitialized(ShardRouting, ShardRouting) - Method in interface org.elasticsearch.cluster.routing.RoutingChangesObserver
Called on started primary shard after it has been promoted from replica to primary and is reinitialized due to shadow replicas.
startElectionContext() - Method in class org.elasticsearch.discovery.zen.NodeJoinController
Accumulates any future incoming join request.
startHeaders() - Method in class org.elasticsearch.common.Table
 
startHeadersWithTimestamp() - Method in class org.elasticsearch.common.Table
 
startInitialJoin() - Method in interface org.elasticsearch.discovery.Discovery
Triggers the first join cycle
startInitialJoin() - Method in class org.elasticsearch.discovery.local.LocalDiscovery
 
startInitialJoin() - Method in class org.elasticsearch.discovery.NoneDiscovery
 
startInitialJoin() - Method in class org.elasticsearch.discovery.single.SingleNodeDiscovery
 
startInitialJoin() - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
startNanoTime - Variable in class org.elasticsearch.indices.recovery.RecoveryState.Timer
 
startNextScroll(TimeValue, Consumer<ScrollableHitSource.Response>) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource
 
startNodes() - Method in class org.elasticsearch.tribe.TribeService
 
startObject() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
startObject(String) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
startOffset - Variable in class org.elasticsearch.search.lookup.TermPosition
 
startRecovery(RecoveryState, PeerRecoveryTargetService, PeerRecoveryTargetService.RecoveryListener, RepositoriesService, BiConsumer<String, MappingMetaData>, IndicesService) - Method in class org.elasticsearch.index.shard.IndexShard
 
startRecovery(IndexShard, DiscoveryNode, PeerRecoveryTargetService.RecoveryListener) - Method in class org.elasticsearch.indices.recovery.PeerRecoveryTargetService
 
startRecovery(IndexShard, DiscoveryNode, PeerRecoveryTargetService.RecoveryListener, TimeValue) - Method in class org.elasticsearch.indices.recovery.RecoveriesCollection
Starts are new recovery for the given shard, source node and state
StartRecoveryRequest - Class in org.elasticsearch.indices.recovery
 
StartRecoveryRequest() - Constructor for class org.elasticsearch.indices.recovery.StartRecoveryRequest
 
StartRecoveryRequest(ShardId, String, DiscoveryNode, DiscoveryNode, Store.MetadataSnapshot, boolean, long) - Constructor for class org.elasticsearch.indices.recovery.StartRecoveryRequest
Start recovery request.
startRewriteTime() - Method in class org.elasticsearch.search.profile.query.QueryProfiler
Begin timing the rewrite phase of a request.
startRow() - Method in class org.elasticsearch.common.Table
 
startShard(Logger, ShardRouting, RoutingChangesObserver) - Method in class org.elasticsearch.cluster.routing.RoutingNodes
Applies the relevant logic to start an initializing shard.
startTerm(BytesRef) - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester.XBuilder
 
startTime() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
startTime() - Method in class org.elasticsearch.index.engine.Engine.Operation
Returns operation start time in nanoseconds.
startTime() - Method in class org.elasticsearch.index.shard.SnapshotStatus.Index
 
startTime(long) - Method in class org.elasticsearch.index.shard.SnapshotStatus.Index
 
startTime() - Method in class org.elasticsearch.index.shard.SnapshotStatus
 
startTime(long) - Method in class org.elasticsearch.index.shard.SnapshotStatus
 
startTime() - Method in class org.elasticsearch.index.shard.SnapshotStatus.Translog
 
startTime(long) - Method in class org.elasticsearch.index.shard.SnapshotStatus.Translog
 
startTime() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
Returns snapshot start time
startTime() - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Returns snapshot start time
startTime(long) - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Sets snapshot start time
startTime - Variable in class org.elasticsearch.indices.recovery.RecoveryState.Timer
 
startTime() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Timer
Returns start time in millis
startTime() - Method in class org.elasticsearch.snapshots.SnapshotInfo
Returns time when snapshot started; a value of 0L will be returned if SnapshotInfo.state() returns null.
startVerification() - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
startVerification() - Method in interface org.elasticsearch.repositories.Repository
Verifies repository on the master node and returns the verification token.
stashAndMergeHeaders(Map<String, String>) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Removes the current context and resets a new context that contains a merge of the current headers and the given headers.
stashContext() - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Removes the current context and resets a default context.
state(IndexMetaData.State) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
state() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
state(ClusterStateRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
The state of the cluster.
state(ClusterStateRequest, ActionListener<ClusterStateResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
The state of the cluster.
state() - Method in class org.elasticsearch.cluster.ClusterChangedEvent
The new cluster state that caused this change event.
state(IndexMetaData.State) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
state() - Method in class org.elasticsearch.cluster.RestoreInProgress.Entry
Returns current restore state
state() - Method in class org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
Returns current state
state() - Method in class org.elasticsearch.cluster.routing.ShardRouting
The shard state.
state() - Method in class org.elasticsearch.cluster.service.ClusterService
The current cluster state.
state() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
state() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
 
state() - Method in class org.elasticsearch.common.component.Lifecycle
 
state - Variable in class org.elasticsearch.index.shard.IndexShard
 
state() - Method in class org.elasticsearch.index.shard.IndexShard
 
state() - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.Shard
Returns the latest internal shard state.
state() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
state() - Method in class org.elasticsearch.snapshots.SnapshotInfo
Returns snapshot state; null if the state is unknown.
STATE_DIR_NAME - Static variable in class org.elasticsearch.gateway.MetaDataStateFormat
 
STATE_FILE_EXTENSION - Static variable in class org.elasticsearch.gateway.MetaDataStateFormat
 
STATE_NOT_RECOVERED_BLOCK - Static variable in class org.elasticsearch.gateway.GatewayService
 
states - Variable in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
 
states - Variable in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
 
stateUUID(String) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
stateUUID() - Method in class org.elasticsearch.cluster.ClusterState
This stateUUID is automatically generated for for each version of cluster state.
StaticInjectionRequest - Class in org.elasticsearch.common.inject.spi
A request to inject the static fields and methods of a type.
Stats(long, long) - Constructor for class org.elasticsearch.action.admin.indices.rollover.Condition.Stats
 
stats(IndicesStatsRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices stats.
stats(IndicesStatsRequest, ActionListener<IndicesStatsResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Indices stats.
stats() - Method in class org.elasticsearch.common.cache.Cache
The cache statistics tracking hits, misses and evictions.
stats() - Method in interface org.elasticsearch.discovery.Discovery
 
stats() - Method in class org.elasticsearch.discovery.local.LocalDiscovery
 
stats() - Method in class org.elasticsearch.discovery.NoneDiscovery
 
stats() - Method in class org.elasticsearch.discovery.single.SingleNodeDiscovery
 
stats() - Method in class org.elasticsearch.discovery.zen.PendingClusterStatesQueue
 
stats() - Method in class org.elasticsearch.discovery.zen.ZenDiscovery
 
stats() - Method in interface org.elasticsearch.http.HttpServerTransport
 
stats() - Method in class org.elasticsearch.index.cache.request.ShardRequestCache
 
stats(String...) - Method in class org.elasticsearch.index.fielddata.ShardFieldData
 
stats() - Method in class org.elasticsearch.index.get.ShardGetService
 
stats(IndexReader) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.GeoPointFieldType
 
stats(IndexReader) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
stats(IndexReader) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
stats(IndexReader) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
stats(IndexReader) - Method in class org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
 
stats(IndexReader) - Method in class org.elasticsearch.index.mapper.LatLonPointFieldMapper.LatLonPointFieldType
 
stats(IndexReader) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
stats(IndexReader) - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.DoubleFieldType
 
stats(IndexReader) - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.IntegerFieldType
 
stats(IndexReader) - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.IpFieldType
 
stats(IndexReader) - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper.LongFieldType
 
stats(IndexReader) - Method in class org.elasticsearch.index.mapper.MappedFieldType
 
stats(IndexReader) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
 
stats(IndexReader) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
Stats(long, long, long, long, long, long, long, long, long, long, long, long) - Constructor for class org.elasticsearch.index.search.stats.SearchStats.Stats
 
Stats(SearchStats.Stats) - Constructor for class org.elasticsearch.index.search.stats.SearchStats.Stats
 
stats(String...) - Method in class org.elasticsearch.index.search.stats.ShardSearchStats
Returns the stats, including group specific stats.
Stats(long, long, long, long, long, long, long, long, boolean, long) - Constructor for class org.elasticsearch.index.shard.IndexingStats.Stats
 
stats() - Method in class org.elasticsearch.index.store.Store
 
stats() - Method in class org.elasticsearch.index.translog.Translog
return stats
stats() - Method in class org.elasticsearch.index.warmer.ShardIndexWarmerService
 
stats() - Method in class org.elasticsearch.indices.breaker.CircuitBreakerService
 
stats(String) - Method in class org.elasticsearch.indices.breaker.CircuitBreakerService
 
stats() - Method in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
 
stats(String) - Method in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
 
stats() - Method in class org.elasticsearch.indices.breaker.NoneCircuitBreakerService
 
stats(String) - Method in class org.elasticsearch.indices.breaker.NoneCircuitBreakerService
 
stats(boolean) - Method in class org.elasticsearch.indices.IndicesService
Returns the node stats indices stats.
stats(boolean, CommonStatsFlags) - Method in class org.elasticsearch.indices.IndicesService
 
Stats(long, long, long, long) - Constructor for class org.elasticsearch.ingest.IngestStats.Stats
 
Stats(StreamInput) - Constructor for class org.elasticsearch.ingest.IngestStats.Stats
Read from a stream.
stats() - Method in class org.elasticsearch.ingest.PipelineExecutionService
 
stats(FsInfo) - Method in class org.elasticsearch.monitor.fs.FsProbe
 
stats() - Method in class org.elasticsearch.monitor.fs.FsService
 
stats() - Method in class org.elasticsearch.monitor.jvm.JvmService
 
stats() - Method in class org.elasticsearch.monitor.os.OsService
 
stats() - Method in class org.elasticsearch.monitor.process.ProcessService
 
stats(CommonStatsFlags, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.elasticsearch.node.NodeService
 
stats() - Method in class org.elasticsearch.script.ScriptMetrics
 
stats() - Method in class org.elasticsearch.script.ScriptService
 
stats(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Stats aggregation with the given name.
Stats - Interface in org.elasticsearch.search.aggregations.metrics.stats
Statistics over a set of values (either aggregated over field data or scripts)
stats(List<String>) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
The stats groups this request will be aggregated under.
stats() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
The stats groups this request will be aggregated under.
stats(String...) - Method in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat.CompletionTerms
 
stats(String...) - Method in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat.LookupFactory
 
stats() - Method in class org.elasticsearch.threadpool.ThreadPool
 
Stats(String, int, int, int, long, int, long) - Constructor for class org.elasticsearch.threadpool.ThreadPoolStats.Stats
 
Stats(StreamInput) - Constructor for class org.elasticsearch.threadpool.ThreadPoolStats.Stats
 
stats() - Method in class org.elasticsearch.transport.TransportService
 
STATS_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
StatsAggregationBuilder - Class in org.elasticsearch.search.aggregations.metrics.stats
 
StatsAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
 
StatsAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregationBuilder
Read from a stream.
StatsAggregator - Class in org.elasticsearch.search.aggregations.metrics.stats
 
StatsAggregator(String, ValuesSource.Numeric, DocValueFormat, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregator
 
StatsAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.stats
 
StatsAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.stats.StatsAggregatorFactory
 
StatsBucket - Interface in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats
Statistics over a set of buckets
statsBucket(String, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
StatsBucketPipelineAggregationBuilder - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats
 
StatsBucketPipelineAggregationBuilder(String, String) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
 
StatsBucketPipelineAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregationBuilder
Read from a stream.
StatsBucketPipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats
 
StatsBucketPipelineAggregator(String, String[], BucketHelpers.GapPolicy, DocValueFormat, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
 
StatsBucketPipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
 
status() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
status() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse
Returns HTTP status RestStatus.ACCEPTED if snapshot is still in progress RestStatus.OK if snapshot was successful or partially successful RestStatus.INTERNAL_SERVER_ERROR if snapshot failed completely
status() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse
 
status() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodeSnapshotStatus
 
status() - Method in class org.elasticsearch.action.bulk.BulkItemResponse
 
status() - Method in class org.elasticsearch.action.bulk.BulkResponse
 
status() - Method in class org.elasticsearch.action.delete.DeleteResponse
 
status() - Method in class org.elasticsearch.action.DocWriteResponse
returns the rest status for this response (based on ShardInfo#status()
status() - Method in class org.elasticsearch.action.index.IndexResponse
 
status() - Method in class org.elasticsearch.action.ingest.GetPipelineResponse
 
status() - Method in exception org.elasticsearch.action.NoShardAvailableActionException
 
status() - Method in exception org.elasticsearch.action.RoutingMissingException
 
status() - Method in class org.elasticsearch.action.search.ClearScrollResponse
 
status() - Method in exception org.elasticsearch.action.search.SearchPhaseExecutionException
 
status() - Method in class org.elasticsearch.action.search.SearchResponse
 
status() - Method in class org.elasticsearch.action.search.ShardSearchFailure
 
status() - Method in interface org.elasticsearch.action.ShardOperationFailedException
The status of the failure.
status() - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
status() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
 
status() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
 
Status(String) - Constructor for class org.elasticsearch.action.support.replication.ReplicationTask.Status
 
Status(StreamInput) - Constructor for class org.elasticsearch.action.support.replication.ReplicationTask.Status
 
status() - Method in exception org.elasticsearch.action.UnavailableShardsException
 
status() - Method in class org.elasticsearch.action.update.UpdateResponse
 
status() - Method in exception org.elasticsearch.client.transport.NoNodeAvailableException
 
status() - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
status() - Method in exception org.elasticsearch.cluster.block.ClusterBlockException
 
status() - Method in exception org.elasticsearch.cluster.metadata.ProcessClusterEventTimeoutException
 
status() - Method in exception org.elasticsearch.common.breaker.CircuitBreakingException
 
status() - Method in exception org.elasticsearch.common.io.stream.NotSerializableExceptionWrapper
 
status() - Method in exception org.elasticsearch.common.ParsingException
 
status() - Method in exception org.elasticsearch.common.util.concurrent.EsRejectedExecutionException
 
status() - Method in interface org.elasticsearch.common.xcontent.StatusToXContentObject
Returns the REST status to make sure it is returned correctly
status() - Method in exception org.elasticsearch.discovery.MasterNotDiscoveredException
 
status() - Method in exception org.elasticsearch.ElasticsearchException
Returns the rest status code associated with this exception.
status() - Method in exception org.elasticsearch.ElasticsearchParseException
 
status() - Method in exception org.elasticsearch.ElasticsearchStatusException
 
status(Throwable) - Static method in class org.elasticsearch.ExceptionsHelper
 
status() - Method in exception org.elasticsearch.index.engine.DocumentMissingException
 
status() - Method in exception org.elasticsearch.index.engine.DocumentSourceMissingException
 
status() - Method in exception org.elasticsearch.index.engine.VersionConflictEngineException
 
status() - Method in exception org.elasticsearch.index.mapper.MapperParsingException
 
status() - Method in exception org.elasticsearch.index.mapper.StrictDynamicMappingException
 
status() - Method in exception org.elasticsearch.index.query.QueryShardException
 
Status(Integer, long, long, long, long, int, long, long, long, long, TimeValue, float, String, TimeValue) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
Status(List<BulkByScrollTask.StatusOrException>, String) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask.Status
Constructor merging many statuses.
Status(StreamInput) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
status() - Method in exception org.elasticsearch.index.shard.IllegalIndexShardStateException
 
status() - Method in exception org.elasticsearch.indices.IndexClosedException
 
status() - Method in exception org.elasticsearch.indices.IndexPrimaryShardNotAllocatedException
 
status() - Method in exception org.elasticsearch.indices.IndexTemplateAlreadyExistsException
Deprecated.
 
status() - Method in exception org.elasticsearch.indices.IndexTemplateMissingException
 
status() - Method in exception org.elasticsearch.indices.InvalidAliasNameException
 
status() - Method in exception org.elasticsearch.indices.InvalidIndexNameException
 
status() - Method in exception org.elasticsearch.indices.InvalidIndexTemplateException
 
status() - Method in exception org.elasticsearch.indices.InvalidTypeNameException
 
status() - Method in exception org.elasticsearch.indices.TypeMissingException
 
status() - Method in exception org.elasticsearch.repositories.RepositoryMissingException
 
status() - Method in exception org.elasticsearch.repositories.RepositoryVerificationException
 
status() - Method in exception org.elasticsearch.ResourceAlreadyExistsException
 
status() - Method in exception org.elasticsearch.ResourceNotFoundException
 
status() - Method in class org.elasticsearch.rest.BytesRestResponse
 
status() - Method in class org.elasticsearch.rest.RestResponse
The rest status code.
status(int, int, ShardOperationFailedException...) - Static method in enum org.elasticsearch.rest.RestStatus
 
status() - Method in exception org.elasticsearch.search.SearchContextMissingException
 
status() - Method in exception org.elasticsearch.search.SearchParseException
 
status() - Method in exception org.elasticsearch.snapshots.ConcurrentSnapshotExecutionException
 
status() - Method in exception org.elasticsearch.snapshots.InvalidSnapshotNameException
 
status() - Method in class org.elasticsearch.snapshots.RestoreInfo
REST status of the operation
status() - Method in class org.elasticsearch.snapshots.RestoreService.UpdateIndexShardRestoreStatusRequest
 
status() - Method in class org.elasticsearch.snapshots.SnapshotInfo
Returns snapshot REST status
status() - Method in exception org.elasticsearch.snapshots.SnapshotMissingException
 
status() - Method in class org.elasticsearch.snapshots.SnapshotShardFailure
Returns REST status corresponding to this failure
status() - Method in class org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
 
status() - Method in exception org.elasticsearch.transport.TcpTransport.HttpOnTransportException
 
STATUS_SIZE - Static variable in class org.elasticsearch.transport.TcpHeader
 
StatusOrException(BulkByScrollTask.Status) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 
StatusOrException(Exception) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 
StatusOrException(StreamInput) - Constructor for class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
Read from a stream.
StatusToXContentObject - Interface in org.elasticsearch.common.xcontent
Objects that can both render themselves in as json/yaml/etc and can provide a RestStatus for their response.
stay(Decision) - Static method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
Creates a move decision for the shard being able to remain on its current node, so the shard won't be forced to move to another node.
stdDeviation - Variable in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
stdDeviationBoundLower - Variable in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
stdDeviationBoundUpper - Variable in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
StemmerOverrideTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
StemmerOverrideTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.StemmerOverrideTokenFilterFactory
 
StemmerTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
StemmerTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.StemmerTokenFilterFactory
 
stop() - Method in class org.elasticsearch.common.component.AbstractLifecycleComponent
 
stop() - Method in interface org.elasticsearch.common.component.LifecycleComponent
 
stop() - Method in class org.elasticsearch.common.metrics.MeterMetric
 
stop() - Method in class org.elasticsearch.common.StopWatch
Stop the current task.
stop(String) - Method in class org.elasticsearch.discovery.zen.MasterFaultDetection
 
stop() - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection
stops all pinging
stop() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Timer
 
stop() - Method in class org.elasticsearch.search.profile.Timer
Stop the timer.
stop() - Method in class org.elasticsearch.watcher.WatcherHandle
 
StopAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
StopAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.StopAnalyzerProvider
 
stopAndAddRewriteTime() - Method in class org.elasticsearch.search.profile.query.QueryProfiler
Stop recording the current rewrite and add it's time to the total tally, returning the cumulative time so far.
stopElectionContext(String) - Method in class org.elasticsearch.discovery.zen.NodeJoinController
Stopped accumulating joins.
stopInternal() - Method in class org.elasticsearch.transport.TcpTransport
Called to tear down internal resources
stopped() - Method in class org.elasticsearch.common.component.Lifecycle
Returns true if the state is stopped.
stoppedOrClosed() - Method in class org.elasticsearch.common.component.Lifecycle
 
stopTime - Variable in class org.elasticsearch.indices.recovery.RecoveryState.Timer
 
stopTime() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Timer
Returns stop time in millis
StopTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
StopTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.StopTokenFilterFactory
 
Stopwatch - Class in org.elasticsearch.common.inject.internal
Enables simple performance monitoring.
Stopwatch() - Constructor for class org.elasticsearch.common.inject.internal.Stopwatch
 
StopWatch - Class in org.elasticsearch.common
Simple stop watch, allowing for timing of a number of tasks, exposing total running time and running time for each named task.
StopWatch() - Constructor for class org.elasticsearch.common.StopWatch
Construct a new stop watch.
StopWatch(String) - Constructor for class org.elasticsearch.common.StopWatch
Construct a new stop watch with the given id.
StopWatch.TaskInfo - Class in org.elasticsearch.common
Inner class to hold data about one task executed within the stop watch.
stopWords() - Method in class org.elasticsearch.index.analysis.StopTokenFilterFactory
 
stopWords(String...) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Set the set of stopwords.
stopWords(List<String>) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
stopWords() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
store(OutputStream) - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
 
store(DataOutput) - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
 
store - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
store(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
store() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
store - Variable in class org.elasticsearch.index.engine.Engine
 
store(boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
store(boolean) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper.Builder
 
store() - Method in class org.elasticsearch.index.shard.IndexShard
 
Store - Class in org.elasticsearch.index.store
A Store provides plain access to files written by an elasticsearch index shard.
Store(ShardId, IndexSettings, DirectoryService, ShardLock) - Constructor for class org.elasticsearch.index.store.Store
 
Store(ShardId, IndexSettings, DirectoryService, ShardLock, Store.OnClose) - Constructor for class org.elasticsearch.index.store.Store
 
store() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
Store.MetadataSnapshot - Class in org.elasticsearch.index.store
Represents a snapshot of the current directory build from the latest Lucene commit.
Store.OnClose - Interface in org.elasticsearch.index.store
A listener that is executed once the store is closed and all references to it are released
Store.RecoveryDiff - Class in org.elasticsearch.index.store
A class representing the diff between a recovery source and recovery target
STORED_FIELDS_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
storedField(String) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Adds a stored field to load and return (note, it must be stored) as part of the search request.
storedField(String) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Adds a stored field to load and return as part of the search request.
storedFields() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
storedFields(String[]) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
storedFields(String...) - Method in class org.elasticsearch.action.get.GetRequest
Explicitly specify the stored fields that will be returned.
storedFields() - Method in class org.elasticsearch.action.get.GetRequest
Explicitly specify the stored fields that will be returned.
storedFields(String...) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
storedFields() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
storedFields(String...) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
Adds stored fields to load and return (note, it must be stored) as part of the search request.
storedFields(List<String>) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Sets the stored fields to load and return as part of the search request.
storedFields() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Gets the stored fields context
storedFields(List<String>) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Sets the stored fields to load and return as part of the search request.
storedFields(StoredFieldsContext) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Indicates how the stored fields should be fetched.
storedFields() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the stored fields context.
StoredFieldsContext - Class in org.elasticsearch.search.fetch
Context used to fetch the stored_fields.
StoredFieldsContext(StoredFieldsContext) - Constructor for class org.elasticsearch.search.fetch.StoredFieldsContext
 
StoredFieldsContext(StreamInput) - Constructor for class org.elasticsearch.search.fetch.StoredFieldsContext
 
storedFieldsContext() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
storedFieldsContext(StoredFieldsContext) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
storedFieldsContext() - Method in class org.elasticsearch.search.internal.SearchContext
 
storedFieldsContext(StoredFieldsContext) - Method in class org.elasticsearch.search.internal.SearchContext
 
storedFieldsContext() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
storedFieldsContext(StoredFieldsContext) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
storedFieldsRequested() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
storedFieldsRequested() - Method in class org.elasticsearch.search.internal.SearchContext
A shortcut function to see whether there is a storedFieldsContext and it says the fields are requested.
storedFieldsRequested() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
StoredScriptSource - Class in org.elasticsearch.script
StoredScriptSource represents user-defined parameters for a script saved in the ClusterState.
StoredScriptSource(String) - Constructor for class org.elasticsearch.script.StoredScriptSource
Constructor for use with GetStoredScriptResponse to support the deprecated stored script namespace.
StoredScriptSource(String, String, Map<String, String>) - Constructor for class org.elasticsearch.script.StoredScriptSource
Standard StoredScriptSource constructor.
StoredScriptSource(StreamInput) - Constructor for class org.elasticsearch.script.StoredScriptSource
Reads a StoredScriptSource from a stream.
storeException() - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
 
StoreFileMetaData - Class in org.elasticsearch.index.store
 
StoreFileMetaData(String, long, String) - Constructor for class org.elasticsearch.index.store.StoreFileMetaData
 
StoreFileMetaData(String, long, String, Version) - Constructor for class org.elasticsearch.index.store.StoreFileMetaData
 
StoreFileMetaData(String, long, String, Version, BytesRef) - Constructor for class org.elasticsearch.index.store.StoreFileMetaData
 
StoreFileMetaData(StreamInput) - Constructor for class org.elasticsearch.index.store.StoreFileMetaData
Read from a stream.
storeFilesMetaData() - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData
 
StoreFilesMetaData(ShardId, Store.MetadataSnapshot) - Constructor for class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
 
StoreRateLimiting - Class in org.apache.lucene.store
 
StoreRateLimiting() - Constructor for class org.apache.lucene.store.StoreRateLimiting
 
StoreRateLimiting.Listener - Interface in org.apache.lucene.store
 
StoreRateLimiting.Provider - Interface in org.apache.lucene.store
 
StoreRateLimiting.Type - Enum in org.apache.lucene.store
 
StoreRecoverySource() - Constructor for class org.elasticsearch.cluster.routing.RecoverySource.StoreRecoverySource
 
storeResult(Task, Exception, ActionListener<Response>) - Method in class org.elasticsearch.tasks.TaskManager
Stores the task failure
storeResult(Task, Response, ActionListener<Response>) - Method in class org.elasticsearch.tasks.TaskManager
Stores the task result
storeResult(TaskResult, ActionListener<Void>) - Method in class org.elasticsearch.tasks.TaskResultsService
 
storeScript(String, StoredScriptSource) - Method in class org.elasticsearch.script.ScriptMetaData.Builder
Add a new script to the existing stored scripts.
storeStats() - Method in class org.elasticsearch.index.shard.IndexShard
 
StoreStats - Class in org.elasticsearch.index.store
 
StoreStats() - Constructor for class org.elasticsearch.index.store.StoreStats
 
StoreStats(long, long) - Constructor for class org.elasticsearch.index.store.StoreStats
 
StoreStatus(DiscoveryNode, long, String, IndicesShardStoresResponse.StoreStatus.AllocationStatus, Exception) - Constructor for class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
 
storeTermVectorOffsets(boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
storeTermVectorPayloads(boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
storeTermVectorPositions(boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
storeTermVectors(boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
StoreUtils - Class in org.apache.lucene.store
 
STRATEGY - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
 
STRATEGY - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
 
strategy(SpatialStrategy) - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
Defines which spatial strategy will be used for building the geo shape Query.
strategy() - Method in class org.elasticsearch.index.query.GeoShapeQueryBuilder
 
STRATEGY_POINTS_ONLY - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
 
strategyName() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
Streamable - Interface in org.elasticsearch.common.io.stream
Implementers can be written to a StreamOutput and read from a StreamInput.
streamInput() - Method in class org.elasticsearch.common.bytes.BytesReference
A stream input of the bytes.
streamInput(StreamInput) - Method in interface org.elasticsearch.common.compress.Compressor
 
streamInput(StreamInput) - Method in class org.elasticsearch.common.compress.DeflateCompressor
 
StreamInput - Class in org.elasticsearch.common.io.stream
A stream from this node to another node.
StreamInput() - Constructor for class org.elasticsearch.common.io.stream.StreamInput
 
streamOutput(StreamOutput) - Method in interface org.elasticsearch.common.compress.Compressor
Creates a new stream output that compresses the contents and writes to the provided stream output.
streamOutput(StreamOutput) - Method in class org.elasticsearch.common.compress.DeflateCompressor
 
StreamOutput - Class in org.elasticsearch.common.io.stream
A stream from another node to this node.
StreamOutput() - Constructor for class org.elasticsearch.common.io.stream.StreamOutput
 
Streams - Class in org.elasticsearch.common.io
Simple utility methods for file and stream copying.
Streams() - Constructor for class org.elasticsearch.common.io.Streams
 
Streams() - Constructor for class org.elasticsearch.common.rounding.Rounding.Streams
 
streamSeparator() - Method in class org.elasticsearch.common.xcontent.cbor.CborXContent
 
streamSeparator() - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
streamSeparator() - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
streamSeparator() - Method in interface org.elasticsearch.common.xcontent.XContent
 
streamSeparator() - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
StrictDynamicMappingException - Exception in org.elasticsearch.index.mapper
 
StrictDynamicMappingException(String, String) - Constructor for exception org.elasticsearch.index.mapper.StrictDynamicMappingException
 
StrictDynamicMappingException(StreamInput) - Constructor for exception org.elasticsearch.index.mapper.StrictDynamicMappingException
 
strictExpand() - Static method in class org.elasticsearch.action.support.IndicesOptions
 
strictExpandOpen() - Static method in class org.elasticsearch.action.support.IndicesOptions
 
strictExpandOpenAndForbidClosed() - Static method in class org.elasticsearch.action.support.IndicesOptions
 
StrictISODateTimeFormat - Class in org.joda.time.format
Factory that creates instances of DateTimeFormatter based on the ISO8601 standard.
StrictISODateTimeFormat() - Constructor for class org.joda.time.format.StrictISODateTimeFormat
Constructor.
strictSingleIndexNoExpandForbidClosed() - Static method in class org.elasticsearch.action.support.IndicesOptions
 
string() - Method in class org.elasticsearch.common.compress.CompressedXContent
 
string() - Method in class org.elasticsearch.common.text.Text
Returns a String view of the data.
string() - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Returns a string representation of the builder (only applicable for text based xcontent).
STRING_DISTANCE_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
stringDistance() - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
stringDistance(StringDistance) - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
stringDistance - Variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
 
stringDistance(String) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
Sets what string distance implementation to use for comparing how similar suggested terms are.
stringDistance(TermSuggestionBuilder.StringDistanceImpl) - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Sets what string distance implementation to use for comparing how similar suggested terms are.
stringDistance() - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Get the string distance implementation setting.
stringEncode(long) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Encode to a geohash string from the geohash based long format
stringEncode(double, double) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Encode to a geohash string from full resolution longitude, latitude)
stringEncode(double, double, int) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Encode to a level specific geohash string from full resolution longitude, latitude
stringEncodeFromMortonLong(long) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Encode to a full precision geohash string from a given morton encoded long value
stringEncodeFromMortonLong(long, int) - Static method in class org.elasticsearch.common.geo.GeoHashUtils
Encode to a geohash string at a given level from a morton long
stringField(FieldInfo, byte[]) - Method in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
StringFieldMapper - Class in org.elasticsearch.index.mapper
 
StringFieldMapper(String, StringFieldMapper.StringFieldType, MappedFieldType, int, int, Boolean, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.StringFieldMapper
 
StringFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
StringFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
StringFieldMapper.StringFieldType - Class in org.elasticsearch.index.mapper
 
StringFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
StringFieldMapper.ValueAndBoost - Class in org.elasticsearch.index.mapper
StringFieldType() - Constructor for class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
StringFieldType(StringFieldMapper.StringFieldType) - Constructor for class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
StringFieldType - Class in org.elasticsearch.index.mapper
Base class for MappedFieldType implementations that use the same representation for internal index terms as the external representation so that partial matching queries such as prefix, wildcard and fuzzy queries can be implemented.
StringFieldType() - Constructor for class org.elasticsearch.index.mapper.StringFieldType
 
StringFieldType(MappedFieldType) - Constructor for class org.elasticsearch.index.mapper.StringFieldType
 
StringFilter() - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.StringFilter
 
Strings - Class in org.elasticsearch.common.inject.internal
String utilities.
Strings - Class in org.elasticsearch.common
 
Strings(SortedBinaryDocValues) - Constructor for class org.elasticsearch.index.fielddata.ScriptDocValues.Strings
 
StringSetValueSerializer() - Constructor for class org.elasticsearch.cluster.DiffableUtils.StringSetValueSerializer
 
StringTerms - Class in org.elasticsearch.search.aggregations.bucket.terms
Result of the TermsAggregator when the field is a String.
StringTerms(String, Terms.Order, int, long, List<PipelineAggregator>, Map<String, Object>, DocValueFormat, int, boolean, long, List<StringTerms.Bucket>, long) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.StringTerms
 
StringTerms(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.StringTerms
Read from a stream.
StringTerms.Bucket - Class in org.elasticsearch.search.aggregations.bucket.terms
 
StringTermsAggregator - Class in org.elasticsearch.search.aggregations.bucket.terms
An aggregator of string values.
StringTermsAggregator(String, AggregatorFactories, ValuesSource, Terms.Order, DocValueFormat, TermsAggregator.BucketCountThresholds, IncludeExclude.StringFilter, SearchContext, Aggregator, Aggregator.SubAggCollectionMode, boolean, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.StringTermsAggregator
 
stringValue() - Method in class org.elasticsearch.index.mapper.LegacyNumberFieldMapper.CustomNumericField
 
StupidBackoff - Class in org.elasticsearch.search.suggest.phrase
A "stupid-backoff" smoothing model similar to Katz's Backoff.
StupidBackoff(double) - Constructor for class org.elasticsearch.search.suggest.phrase.StupidBackoff
Creates a Stupid-Backoff smoothing model.
StupidBackoff(StreamInput) - Constructor for class org.elasticsearch.search.suggest.phrase.StupidBackoff
Read from a stream.
subAggregation(AggregationBuilder) - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
 
subAggregation(PipelineAggregationBuilder) - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
Add a sub aggregation to this aggregation.
subAggregation(AggregationBuilder) - Method in class org.elasticsearch.search.aggregations.AggregationBuilder
Add a sub aggregation to this builder.
subAggregation(PipelineAggregationBuilder) - Method in class org.elasticsearch.search.aggregations.AggregationBuilder
Add a sub aggregation to this builder.
SubAggregationComparator(String, boolean) - Constructor for class org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket.SubAggregationComparator
 
subAggregations(AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
Registers sub-factories with this factory.
subAggregations(AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.AggregationBuilder
Internal: Registers sub-factories with this factory.
subAggregations(AggregatorFactories.Builder) - Method in interface org.elasticsearch.search.aggregations.BaseAggregationBuilder
Set the sub aggregations if this aggregation supports sub aggregations.
subAggregations(AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
 
subAggregations(AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
 
subAggregations(AggregatorFactories.Builder) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.LeafOnly
 
subAggregator(String) - Method in class org.elasticsearch.search.aggregations.Aggregator
Return the sub aggregator with the provided name.
subAggregator(String) - Method in class org.elasticsearch.search.aggregations.AggregatorBase
 
subAggregator(String) - Method in class org.elasticsearch.search.aggregations.AggregatorFactory.MultiBucketAggregatorWrapper
 
subAggregator(String) - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
 
subAggregator(String) - Method in class org.elasticsearch.search.profile.aggregation.ProfilingAggregator
 
subAggregators - Variable in class org.elasticsearch.search.aggregations.AggregatorBase
 
subAggregators() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
 
subclassesOf(Class<?>) - Static method in class org.elasticsearch.common.inject.matcher.Matchers
Returns a matcher which matches subclasses of the given type (as well as the given type).
subcommands - Variable in class org.elasticsearch.cli.MultiCommand
 
submitRequest(DiscoveryNode, String, TransportRequest, TransportResponseHandler<T>) - Method in class org.elasticsearch.transport.TransportService
 
submitRequest(DiscoveryNode, String, TransportRequest, TransportRequestOptions, TransportResponseHandler<T>) - Method in class org.elasticsearch.transport.TransportService
 
SubmitReschedulingClusterInfoUpdatedJob() - Constructor for class org.elasticsearch.cluster.InternalClusterInfoService.SubmitReschedulingClusterInfoUpdatedJob
 
submitStateUpdateTask(String, T) - Method in class org.elasticsearch.cluster.service.ClusterService
submitStateUpdateTask(String, T, ClusterStateTaskConfig, ClusterStateTaskExecutor<T>, ClusterStateTaskListener) - Method in class org.elasticsearch.cluster.service.ClusterService
Submits a cluster state update task; submitted updates will be batched across the same instance of executor.
submitStateUpdateTasks(String, Map<T, ClusterStateTaskListener>, ClusterStateTaskConfig, ClusterStateTaskExecutor<T>) - Method in class org.elasticsearch.cluster.service.ClusterService
Submits a batch of cluster state update tasks; submitted updates are guaranteed to be processed together, potentially with more tasks of the same executor.
submitTasks(List<? extends TaskBatcher.BatchedTask>, TimeValue) - Method in class org.elasticsearch.cluster.service.TaskBatcher
 
submitToExecutor(AbstractRunnable) - Method in class org.elasticsearch.discovery.zen.UnicastZenPing
 
subOne(long) - Static method in class org.elasticsearch.search.dfs.DfsSearchResult
 
subPath(int, int) - Method in class org.elasticsearch.search.aggregations.support.AggregationPath
 
SubSearchContext - Class in org.elasticsearch.search.internal
 
SubSearchContext(SearchContext) - Constructor for class org.elasticsearch.search.internal.SubSearchContext
 
subSequence(int, int) - Method in class org.elasticsearch.common.io.FastStringReader
 
subSequence(int, int) - Method in class org.elasticsearch.common.settings.SecureString
 
subsetDf - Variable in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
 
subsetSize - Variable in class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
subsetSize - Variable in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
 
subsetSize - Variable in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
 
substring(String, int, int) - Static method in class org.elasticsearch.common.Strings
Return substring(beginIndex, endIndex) that is impervious to string length.
substringMatch(CharSequence, int, CharSequence) - Static method in class org.elasticsearch.common.Strings
Test whether the given string matches the given substring at the given index.
subtypeNotProvided(Class<? extends Provider<?>>, Class<?>) - Method in class org.elasticsearch.common.inject.internal.Errors
 
subtypeOf(Type) - Static method in class org.elasticsearch.common.inject.util.Types
Returns a type that represents an unknown type that extends bound.
success(T) - Method in class org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult.Builder
 
success() - Static method in class org.elasticsearch.cluster.ClusterStateTaskExecutor.TaskResult
 
success() - Method in class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
 
successes(Iterable<T>) - Method in class org.elasticsearch.cluster.ClusterStateTaskExecutor.ClusterTasksResult.Builder
 
SUCCESSFUL_FIELD - Static variable in class org.elasticsearch.rest.action.RestActions
 
SuccessfullyProcessed - Interface in org.elasticsearch.index.reindex
successfulShards() - Method in class org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
total number of shards which were successfully sync-flushed
successfulShards() - Method in class org.elasticsearch.indices.flush.ShardsSyncedFlushResult
 
successfulShards() - Method in class org.elasticsearch.snapshots.RestoreInfo
Number of successful shards
successfulShards() - Method in class org.elasticsearch.snapshots.SnapshotInfo
Returns total number of shards that were successfully snapshotted; a value of 0 will be returned if SnapshotInfo.state() returns null.
suggest(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
suggest() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
suggest(SuggestBuilder) - Method in class org.elasticsearch.action.search.SearchRequestBuilder
suggest - Variable in class org.elasticsearch.action.search.SearchResponseSections
 
suggest() - Method in class org.elasticsearch.action.search.SearchResponseSections
 
suggest(SuggestBuilder) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
suggest() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the suggester builder for this request.
suggest() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
suggest(SuggestionSearchContext) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
suggest() - Method in class org.elasticsearch.search.internal.SearchContext
 
suggest(SuggestionSearchContext) - Method in class org.elasticsearch.search.internal.SearchContext
 
suggest(SuggestionSearchContext) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
suggest() - Method in class org.elasticsearch.search.query.QuerySearchResult
 
suggest(Suggest) - Method in class org.elasticsearch.search.query.QuerySearchResult
 
Suggest - Class in org.elasticsearch.search.suggest
Top level suggest result, containing the result for each suggestion.
Suggest(List<Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>>) - Constructor for class org.elasticsearch.search.suggest.Suggest
 
Suggest.Suggestion<T extends Suggest.Suggestion.Entry> - Class in org.elasticsearch.search.suggest
The suggestion responses corresponding with the suggestions in the request.
Suggest.Suggestion.Entry<O extends Suggest.Suggestion.Entry.Option> - Class in org.elasticsearch.search.suggest
Represents a part from the suggest text with suggested options.
Suggest.Suggestion.Entry.Option - Class in org.elasticsearch.search.suggest
Contains the suggested text with its document frequency and score.
SUGGEST_CODEC_VERSION - Static variable in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat
 
SUGGEST_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
SUGGEST_VERSION_CURRENT - Static variable in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat
 
SuggestBuilder - Class in org.elasticsearch.search.suggest
Defines how to perform suggesting.
SuggestBuilder() - Constructor for class org.elasticsearch.search.suggest.SuggestBuilder
Build an empty SuggestBuilder.
SuggestBuilder(StreamInput) - Constructor for class org.elasticsearch.search.suggest.SuggestBuilder
Read from a stream.
SuggestBuilders - Class in org.elasticsearch.search.suggest
A static factory for building suggester lookup queries
SuggestBuilders() - Constructor for class org.elasticsearch.search.suggest.SuggestBuilders
 
Suggester<T extends SuggestionSearchContext.SuggestionContext> - Class in org.elasticsearch.search.suggest
 
Suggester() - Constructor for class org.elasticsearch.search.suggest.Suggester
 
SuggesterSpec(ParseField, Writeable.Reader<T>, CheckedFunction<XContentParser, T, IOException>) - Constructor for class org.elasticsearch.plugins.SearchPlugin.SuggesterSpec
Specification of custom Suggester.
SuggesterSpec(String, Writeable.Reader<T>, CheckedFunction<XContentParser, T, IOException>) - Constructor for class org.elasticsearch.plugins.SearchPlugin.SuggesterSpec
Specification of custom Suggester.
Suggestion() - Constructor for class org.elasticsearch.search.suggest.Suggest.Suggestion
 
Suggestion(String, int) - Constructor for class org.elasticsearch.search.suggest.Suggest.Suggestion
 
SuggestionBuilder<T extends SuggestionBuilder<T>> - Class in org.elasticsearch.search.suggest
Base class for the different suggestion implementations.
SuggestionBuilder(String) - Constructor for class org.elasticsearch.search.suggest.SuggestionBuilder
Creates a new suggestion.
SuggestionBuilder(String, SuggestionBuilder<?>) - Constructor for class org.elasticsearch.search.suggest.SuggestionBuilder
internal copy constructor that copies over all class fields from second SuggestionBuilder except field name.
SuggestionBuilder(StreamInput) - Constructor for class org.elasticsearch.search.suggest.SuggestionBuilder
Read from a stream.
SuggestionContext(Suggester<?>, QueryShardContext) - Constructor for class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
suggestions() - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext
 
SuggestionSearchContext - Class in org.elasticsearch.search.suggest
 
SuggestionSearchContext() - Constructor for class org.elasticsearch.search.suggest.SuggestionSearchContext
 
SuggestionSearchContext.SuggestionContext - Class in org.elasticsearch.search.suggest
 
suggestMode() - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
suggestMode(SuggestMode) - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
suggestMode(String) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
The global suggest mode controls what suggested terms are included or controls for what suggest text tokens, terms should be suggested for.
suggestMode(TermSuggestionBuilder.SuggestMode) - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
The global suggest mode controls what suggested terms are included or controls for what suggest text tokens, terms should be suggested for.
suggestMode() - Method in class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Get the suggest mode setting.
SUGGESTMODE_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
SuggestPhase - Class in org.elasticsearch.search.suggest
Suggest phase of a search request, used to collect suggestions
SuggestPhase(Settings) - Constructor for class org.elasticsearch.search.suggest.SuggestPhase
 
suggestShardSideQueueSize(int, int) - Static method in class org.elasticsearch.search.aggregations.bucket.BucketUtils
Heuristic used to determine the size of shard-side PriorityQueues when selecting the top N terms from a distributed index.
sum() - Method in class org.elasticsearch.common.metrics.MeanMetric
 
sum(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Sum aggregation with the given name.
sum - Variable in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
sum - Variable in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
sum - Variable in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
Sum - Interface in org.elasticsearch.search.aggregations.metrics.sum
An aggregation that computes the sum of the values in the current bucket.
SUM_OF_OTHER_DOC_COUNTS - Static variable in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
SumAggregationBuilder - Class in org.elasticsearch.search.aggregations.metrics.sum
 
SumAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
 
SumAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.sum.SumAggregationBuilder
Read from a stream.
SumAggregator - Class in org.elasticsearch.search.aggregations.metrics.sum
 
SumAggregator(String, ValuesSource.Numeric, DocValueFormat, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.sum.SumAggregator
 
SumAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.sum
 
SumAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.sum.SumAggregatorFactory
 
sumBucket(String, String) - Static method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
 
SumBucketPipelineAggregationBuilder - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum
 
SumBucketPipelineAggregationBuilder(String, String) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
 
SumBucketPipelineAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregationBuilder
Read from a stream.
SumBucketPipelineAggregator - Class in org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum
 
SumBucketPipelineAggregator(String, String[], BucketHelpers.GapPolicy, DocValueFormat, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
 
SumBucketPipelineAggregator(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
Read from a stream.
sumdf() - Method in class org.elasticsearch.search.lookup.IndexField
 
sumOfSquares - Variable in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
sumOtherDocCount - Variable in class org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms
 
sumttf() - Method in class org.elasticsearch.search.lookup.IndexField
 
supersedes(ClusterState) - Method in class org.elasticsearch.cluster.ClusterState
a cluster state supersedes another state if they are from the same master and the version of this state is higher than that of the other state.
supersetDf - Variable in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
 
supersetSize - Variable in class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
supersetSize - Variable in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
 
supersetSize - Variable in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms
 
supertypeOf(Type) - Static method in class org.elasticsearch.common.inject.util.Types
Returns a type that represents an unknown supertype of bound.
SUPPORTED_PROTOCOLS_SETTING - Static variable in class org.elasticsearch.repositories.uri.URLRepository
 
supportedTokens() - Method in enum org.elasticsearch.common.xcontent.ObjectParser.ValueType
 
SUPPORTS_V6 - Static variable in class org.elasticsearch.common.network.NetworkUtils
Deprecated.
transition mechanism only, do not use
supportsContentStream() - Method in class org.elasticsearch.rest.action.document.RestBulkAction
 
supportsContentStream() - Method in class org.elasticsearch.rest.action.search.RestMultiSearchAction
 
supportsContentStream() - Method in interface org.elasticsearch.rest.RestHandler
Indicates if the RestHandler supports content as a stream.
supportsDiffableValues() - Method in class org.elasticsearch.cluster.DiffableUtils.DiffableValueSerializer
 
supportsDiffableValues() - Method in class org.elasticsearch.cluster.DiffableUtils.NonDiffableValueSerializer
 
supportsDiffableValues() - Method in interface org.elasticsearch.cluster.DiffableUtils.ValueSerializer
Whether this serializer supports diffable values
supportsPlainText() - Method in class org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction
 
supportsPlainText() - Method in class org.elasticsearch.rest.action.search.RestClearScrollAction
 
supportsPlainText() - Method in class org.elasticsearch.rest.action.search.RestSearchScrollAction
 
supportsPlainText() - Method in interface org.elasticsearch.rest.RestHandler
Deprecated.
use request parameters or bodies that can be parsed with XContent!
supportsRawWrites() - Method in class org.elasticsearch.common.xcontent.cbor.CborXContentGenerator
 
supportsRawWrites() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
Whether this generator supports writing raw data directly
supportsRawWrites() - Method in class org.elasticsearch.common.xcontent.smile.SmileXContentGenerator
 
supportsRawWrites() - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContentGenerator
 
supportsVersion(Diff<V>, Version) - Method in interface org.elasticsearch.cluster.DiffableUtils.ValueSerializer
Whether this serializer supports the version of the output stream
supportsVersion(V, Version) - Method in interface org.elasticsearch.cluster.DiffableUtils.ValueSerializer
Whether this serializer supports the version of the output stream
supportsVersion(Diff<T>, Version) - Method in class org.elasticsearch.cluster.NamedDiffableValueSerializer
 
supportsVersion(T, Version) - Method in class org.elasticsearch.cluster.NamedDiffableValueSerializer
 
SuppressForbidden - Annotation Type in org.elasticsearch.common
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
SuppressLoggerChecks - Annotation Type in org.elasticsearch.common
Annotation to suppress logging usage checks errors inside a whole class or a method.
SURVIVOR - Static variable in class org.elasticsearch.monitor.jvm.GcNames
 
Swap(long, long) - Constructor for class org.elasticsearch.monitor.os.OsStats.Swap
 
Swap(StreamInput) - Constructor for class org.elasticsearch.monitor.os.OsStats.Swap
 
SwedishAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
SwedishAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.SwedishAnalyzerProvider
 
switchDoc(ParseContext.Document) - Method in class org.elasticsearch.index.mapper.ParseContext
Return a new context that has the provided document as the current document.
sync(Translog.Location, Consumer<Exception>) - Method in class org.elasticsearch.index.shard.IndexShard
Syncs the given location with the underlying storage unless already synced.
sync() - Method in class org.elasticsearch.index.translog.Translog
Sync's the translog.
sync() - Method in class org.elasticsearch.index.translog.TranslogWriter
write all buffered ops to disk and fsync file.
SYNC_COMMIT_ID - Static variable in class org.elasticsearch.index.engine.Engine
 
syncedFlush(SyncedFlushRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly sync flush one or more indices (write sync id to shards for faster recovery).
syncedFlush(SyncedFlushRequest, ActionListener<SyncedFlushResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly sync flush one or more indices (write sync id to shards for faster recovery).
SyncedFlushAction - Class in org.elasticsearch.action.admin.indices.flush
 
SyncedFlushRequest - Class in org.elasticsearch.action.admin.indices.flush
A synced flush request to sync flush one or more indices.
SyncedFlushRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.flush.SyncedFlushRequest
Constructs a new synced flush request against one or more indices.
syncedFlushRequest(String...) - Static method in class org.elasticsearch.client.Requests
Creates a synced flush indices request.
SyncedFlushRequestBuilder - Class in org.elasticsearch.action.admin.indices.flush
 
SyncedFlushRequestBuilder(ElasticsearchClient, SyncedFlushAction) - Constructor for class org.elasticsearch.action.admin.indices.flush.SyncedFlushRequestBuilder
 
SyncedFlushResponse - Class in org.elasticsearch.action.admin.indices.flush
The result of performing a sync flush operation on all shards of multiple indices
SyncedFlushResponse(Map<String, List<ShardsSyncedFlushResult>>) - Constructor for class org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
 
SyncedFlushService - Class in org.elasticsearch.indices.flush
 
SyncedFlushService(Settings, IndicesService, ClusterService, TransportService, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.indices.flush.SyncedFlushService
 
SyncedFlushService.InFlightOpsRequest - Class in org.elasticsearch.indices.flush
 
SyncedFlushService.PreShardSyncedFlushRequest - Class in org.elasticsearch.indices.flush
 
SyncedFlushService.ShardSyncedFlushRequest - Class in org.elasticsearch.indices.flush
 
SyncedFlushService.ShardSyncedFlushResponse - Class in org.elasticsearch.indices.flush
Response for third step of synced flush (writing the sync id) for one shard copy
syncFlush(String, Engine.CommitId) - Method in class org.elasticsearch.index.engine.Engine
Attempts to do a special commit where the given syncID is put into the commit data.
syncFlush(String, Engine.CommitId) - Method in class org.elasticsearch.index.engine.InternalEngine
 
syncFlush(String, Engine.CommitId) - Method in class org.elasticsearch.index.engine.ShadowEngine
 
syncFlush(String, Engine.CommitId) - Method in class org.elasticsearch.index.shard.IndexShard
 
syncId() - Method in class org.elasticsearch.indices.flush.ShardsSyncedFlushResult
 
syncId() - Method in class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
 
syncId() - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
 
syncNeeded() - Method in class org.elasticsearch.index.translog.Translog
 
syncNeeded() - Method in class org.elasticsearch.index.translog.TranslogWriter
returns true if there are buffered ops
syncUpTo(long) - Method in class org.elasticsearch.index.translog.TranslogWriter
Syncs the translog up to at least the given offset unless already synced
SynonymGraphTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
SynonymGraphTokenFilterFactory(IndexSettings, Environment, AnalysisRegistry, String, Settings) - Constructor for class org.elasticsearch.index.analysis.SynonymGraphTokenFilterFactory
 
synonymMap - Variable in class org.elasticsearch.index.analysis.SynonymTokenFilterFactory
 
SynonymTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
SynonymTokenFilterFactory(IndexSettings, Environment, AnalysisRegistry, String, Settings) - Constructor for class org.elasticsearch.index.analysis.SynonymTokenFilterFactory
 
SYSTEM_CALL_FILTER_SETTING - Static variable in class org.elasticsearch.bootstrap.BootstrapSettings
 

T

Table - Class in org.elasticsearch.common
 
Table() - Constructor for class org.elasticsearch.common.Table
 
Table.Cell - Class in org.elasticsearch.common
 
tag - Variable in class org.elasticsearch.ingest.AbstractProcessor
 
TAG_KEY - Static variable in class org.elasticsearch.ingest.ConfigurationUtils
 
tagsSchema(String) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
Set a tag scheme that encapsulates a built in pre and post tags.
take() - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
target() - Method in class org.elasticsearch.indices.recovery.RecoveriesCollection.RecoveryRef
 
targetAllocationId() - Method in class org.elasticsearch.indices.recovery.StartRecoveryRequest
 
targetNode - Variable in class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
 
targetNode() - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection.PingRequest
 
targetNode() - Method in class org.elasticsearch.indices.recovery.StartRecoveryRequest
 
targetThrottling() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
task - Variable in class org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
the task object that is wrapped
task - Variable in class org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor.Pending
 
Task - Class in org.elasticsearch.tasks
Current task information
Task(long, String, String, String, TaskId) - Constructor for class org.elasticsearch.tasks.Task
 
Task(long, String, String, String, TaskId, long, long) - Constructor for class org.elasticsearch.tasks.Task
 
Task.Status - Interface in org.elasticsearch.tasks
 
TASK_INDEX - Static variable in class org.elasticsearch.tasks.TaskResultsService
 
TASK_RESULT_INDEX_MAPPING_FILE - Static variable in class org.elasticsearch.tasks.TaskResultsService
 
TASK_TYPE - Static variable in class org.elasticsearch.tasks.TaskResultsService
 
TaskAwareRequest - Interface in org.elasticsearch.tasks
An interface for a request that can be used to register a task manager task
TaskAwareTransportRequestHandler<T extends TransportRequest> - Class in org.elasticsearch.transport
Transport request handlers that is using task context
TaskAwareTransportRequestHandler() - Constructor for class org.elasticsearch.transport.TaskAwareTransportRequestHandler
 
TaskBatcher - Class in org.elasticsearch.cluster.service
Batching support for PrioritizedEsThreadPoolExecutor Tasks that share the same batching key are batched (see TaskBatcher.BatchedTask.batchingKey)
TaskBatcher(Logger, PrioritizedEsThreadPoolExecutor) - Constructor for class org.elasticsearch.cluster.service.TaskBatcher
 
TaskBatcher.BatchedTask - Class in org.elasticsearch.cluster.service
Represents a runnable task that supports batching.
TaskCancelledException - Exception in org.elasticsearch.tasks
A generic exception that can be thrown by a task when it's cancelled by the task manager API
TaskCancelledException(String) - Constructor for exception org.elasticsearch.tasks.TaskCancelledException
 
TaskCancelledException(StreamInput) - Constructor for exception org.elasticsearch.tasks.TaskCancelledException
 
taskCount() - Method in class org.elasticsearch.common.StopWatch
Return the number of tasks timed.
TaskGroup - Class in org.elasticsearch.action.admin.cluster.node.tasks.list
Information about a currently running task and all its subtasks.
TaskGroup(TaskInfo, List<TaskGroup>) - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup
 
TaskGroup.Builder - Class in org.elasticsearch.action.admin.cluster.node.tasks.list
 
TaskId - Class in org.elasticsearch.tasks
Task id that consists of node id and id of the task on the node
TaskId(String, long) - Constructor for class org.elasticsearch.tasks.TaskId
 
TaskId(String) - Constructor for class org.elasticsearch.tasks.TaskId
 
taskInfo() - Method in class org.elasticsearch.common.StopWatch
Return an array of the data for tasks performed.
taskInfo(String, boolean) - Method in class org.elasticsearch.tasks.Task
Build a version of the task status you can throw over the wire and back to the user.
taskInfo(String, String, Task.Status) - Method in class org.elasticsearch.tasks.Task
Build a proper TaskInfo for this task.
TaskInfo - Class in org.elasticsearch.tasks
Information about a currently running task.
TaskInfo(TaskId, String, String, String, Task.Status, long, long, boolean, TaskId) - Constructor for class org.elasticsearch.tasks.TaskInfo
 
TaskInfo(StreamInput) - Constructor for class org.elasticsearch.tasks.TaskInfo
Read from a stream.
TaskListener<Response> - Interface in org.elasticsearch.tasks
Listener for Task success or failure.
taskManager - Variable in class org.elasticsearch.action.support.TransportAction
 
TaskManager - Class in org.elasticsearch.tasks
Task Manager service for keeping track of currently running tasks on the nodes
TaskManager(Settings) - Constructor for class org.elasticsearch.tasks.TaskManager
 
taskManager - Variable in class org.elasticsearch.transport.TransportService
 
taskOperation(CancelTasksRequest, CancellableTask, ActionListener<TaskInfo>) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
 
taskOperation(ListTasksRequest, Task, ActionListener<TaskInfo>) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
 
taskOperation(TasksRequest, OperationTask, ActionListener<TaskResponse>) - Method in class org.elasticsearch.action.support.tasks.TransportTasksAction
Perform the required operation on the task.
TaskOperationFailure - Class in org.elasticsearch.action
Information about task operation failures The class is final due to serialization limitations
TaskOperationFailure(String, long, Exception) - Constructor for class org.elasticsearch.action.TaskOperationFailure
 
TaskOperationFailure(StreamInput) - Constructor for class org.elasticsearch.action.TaskOperationFailure
Read from a stream.
TaskResult - Class in org.elasticsearch.tasks
Information about a running task or a task that stored its result.
TaskResult(boolean, TaskInfo) - Constructor for class org.elasticsearch.tasks.TaskResult
Construct a TaskResult for a task for which we don't have a result or error.
TaskResult(TaskInfo, Exception) - Constructor for class org.elasticsearch.tasks.TaskResult
Construct a TaskResult for a task that completed with an error.
TaskResult(TaskInfo, ToXContent) - Constructor for class org.elasticsearch.tasks.TaskResult
Construct a TaskResult for a task that completed successfully.
TaskResult(StreamInput) - Constructor for class org.elasticsearch.tasks.TaskResult
Read from a stream.
taskResultIndexMapping() - Method in class org.elasticsearch.tasks.TaskResultsService
 
TaskResultsService - Class in org.elasticsearch.tasks
Service that can store task results.
TaskResultsService(Settings, Client, ClusterService, TransportCreateIndexAction) - Constructor for class org.elasticsearch.tasks.TaskResultsService
 
TasksRequestBuilder<Request extends BaseTasksRequest<Request>,Response extends BaseTasksResponse,RequestBuilder extends TasksRequestBuilder<Request,Response,RequestBuilder>> - Class in org.elasticsearch.action.support.tasks
Builder for task-based requests
TasksRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - Constructor for class org.elasticsearch.action.support.tasks.TasksRequestBuilder
 
TCP_BLOCKING - Static variable in class org.elasticsearch.common.network.NetworkService.TcpSettings
 
TCP_BLOCKING_CLIENT - Static variable in class org.elasticsearch.common.network.NetworkService.TcpSettings
 
TCP_BLOCKING_CLIENT - Static variable in class org.elasticsearch.transport.TcpTransport
 
TCP_BLOCKING_SERVER - Static variable in class org.elasticsearch.common.network.NetworkService.TcpSettings
 
TCP_BLOCKING_SERVER - Static variable in class org.elasticsearch.transport.TcpTransport
 
TCP_CONNECT_TIMEOUT - Static variable in class org.elasticsearch.common.network.NetworkService.TcpSettings
 
TCP_CONNECT_TIMEOUT - Static variable in class org.elasticsearch.transport.TcpTransport
 
TCP_KEEP_ALIVE - Static variable in class org.elasticsearch.common.network.NetworkService.TcpSettings
 
TCP_KEEP_ALIVE - Static variable in class org.elasticsearch.transport.TcpTransport
 
TCP_NO_DELAY - Static variable in class org.elasticsearch.common.network.NetworkService.TcpSettings
 
TCP_NO_DELAY - Static variable in class org.elasticsearch.transport.TcpTransport
 
TCP_RECEIVE_BUFFER_SIZE - Static variable in class org.elasticsearch.common.network.NetworkService.TcpSettings
 
TCP_RECEIVE_BUFFER_SIZE - Static variable in class org.elasticsearch.transport.TcpTransport
 
TCP_REUSE_ADDRESS - Static variable in class org.elasticsearch.common.network.NetworkService.TcpSettings
 
TCP_REUSE_ADDRESS - Static variable in class org.elasticsearch.transport.TcpTransport
 
TCP_SEND_BUFFER_SIZE - Static variable in class org.elasticsearch.common.network.NetworkService.TcpSettings
 
TCP_SEND_BUFFER_SIZE - Static variable in class org.elasticsearch.transport.TcpTransport
 
TcpHeader - Class in org.elasticsearch.transport
 
TcpHeader() - Constructor for class org.elasticsearch.transport.TcpHeader
 
TcpSettings() - Constructor for class org.elasticsearch.common.network.NetworkService.TcpSettings
 
TcpTransport<Channel> - Class in org.elasticsearch.transport
 
TcpTransport(String, Settings, ThreadPool, BigArrays, CircuitBreakerService, NamedWriteableRegistry, NetworkService) - Constructor for class org.elasticsearch.transport.TcpTransport
 
TcpTransport.HttpOnTransportException - Exception in org.elasticsearch.transport
A helper exception to mark an incoming connection as potentially being HTTP so an appropriate error code can be returned
TcpTransport.NodeChannels - Class in org.elasticsearch.transport
 
TcpTransport.ScheduledPing - Class in org.elasticsearch.transport
 
TcpTransportChannel<Channel> - Class in org.elasticsearch.transport
 
TcpTransportChannel(TcpTransport<Channel>, Channel, String, String, long, Version, String, long) - Constructor for class org.elasticsearch.transport.TcpTransportChannel
 
TDigestPercentileRanksAggregator - Class in org.elasticsearch.search.aggregations.metrics.percentiles.tdigest
 
TDigestPercentileRanksAggregator(String, ValuesSource.Numeric, SearchContext, Aggregator, double[], double, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregator
 
TDigestPercentileRanksAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.percentiles.tdigest
 
TDigestPercentileRanksAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, double[], double, boolean, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregatorFactory
 
TDigestPercentilesAggregator - Class in org.elasticsearch.search.aggregations.metrics.percentiles.tdigest
 
TDigestPercentilesAggregator(String, ValuesSource.Numeric, SearchContext, Aggregator, double[], double, boolean, DocValueFormat, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregator
 
TDigestPercentilesAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.percentiles.tdigest
 
TDigestPercentilesAggregatorFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, double[], double, boolean, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregatorFactory
 
TDigestState - Class in org.elasticsearch.search.aggregations.metrics.percentiles.tdigest
Extension of TDigest with custom serialization.
TDigestState(double) - Constructor for class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestState
 
TEMP_FAILURE - Static variable in class org.elasticsearch.cli.ExitCodes
 
tempBlobName(String) - Method in class org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
 
template(String) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
template() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
template(String) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
template() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
template() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
template(String) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
 
template() - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutResponse
 
TEMPLATE_PARSE_FIELD - Static variable in class org.elasticsearch.script.StoredScriptSource
Standard ParseField for outer level of stored script source.
templates(ImmutableOpenMap<String, IndexTemplateMetaData>) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
templates() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
templateService - Variable in class org.elasticsearch.ingest.Processor.Parameters
Provides template support to pipeline settings.
TemplateService - Interface in org.elasticsearch.ingest
Abstraction for the ingest template engine used to decouple IngestDocument from ScriptService.
TemplateService.Template - Interface in org.elasticsearch.ingest
 
TemplateUpgradeService - Class in org.elasticsearch.cluster.metadata
Upgrades Templates on behalf of installed Plugins when a node joins the cluster
TemplateUpgradeService(Settings, Client, ClusterService, ThreadPool, Collection<UnaryOperator<Map<String, IndexTemplateMetaData>>>) - Constructor for class org.elasticsearch.cluster.metadata.TemplateUpgradeService
 
tera() - Method in class org.elasticsearch.common.unit.SizeValue
 
teraFrac() - Method in class org.elasticsearch.common.unit.SizeValue
 
term() - Method in class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
term(boolean) - Static method in class org.elasticsearch.search.aggregations.bucket.terms.Terms.Order
 
term - Variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
 
Terminal - Class in org.elasticsearch.cli
A Terminal wraps access to reading input and writing output for a cli.
Terminal(String) - Constructor for class org.elasticsearch.cli.Terminal
 
Terminal.Verbosity - Enum in org.elasticsearch.cli
Defines the available verbosity levels of messages to be printed.
terminate(ExecutorService, long, TimeUnit) - Static method in class org.elasticsearch.threadpool.ThreadPool
Returns true if the given service was terminated successfully.
terminate(ThreadPool, long, TimeUnit) - Static method in class org.elasticsearch.threadpool.ThreadPool
Returns true if the given pool was terminated successfully.
TERMINATE_AFTER_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
terminateAfter(int) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
An optional terminate_after to terminate the search after collecting terminateAfter documents
terminateAfter() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the number of documents to terminate after collecting.
terminateAfter() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
terminateAfter(int) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
terminateAfter() - Method in class org.elasticsearch.search.internal.SearchContext
 
terminateAfter(int) - Method in class org.elasticsearch.search.internal.SearchContext
 
terminateAfter(int) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
terminated() - Method in class org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
 
terminatedEarly - Variable in class org.elasticsearch.action.search.SearchResponseSections
 
terminatedEarly() - Method in class org.elasticsearch.action.search.SearchResponseSections
 
terminatedEarly(boolean) - Method in class org.elasticsearch.search.query.QuerySearchResult
 
terminatedEarly() - Method in class org.elasticsearch.search.query.QuerySearchResult
 
termPosition - Variable in class org.elasticsearch.search.lookup.PositionIterator
 
TermPosition - Class in org.elasticsearch.search.lookup
 
TermPosition() - Constructor for class org.elasticsearch.search.lookup.TermPosition
 
termQuery(Object, QueryShardContext) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.LegacyGeoPointFieldType
 
termQuery(Object, QueryShardContext) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
termQuery(Object, QueryShardContext) - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
 
termQuery(Object, QueryShardContext) - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
termQuery(Object, QueryShardContext) - Method in class org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
 
termQuery(Object, QueryShardContext) - Method in class org.elasticsearch.index.mapper.LatLonPointFieldMapper.LatLonPointFieldType
 
termQuery(Object, QueryShardContext) - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.IpFieldType
 
termQuery(Object, QueryShardContext) - Method in class org.elasticsearch.index.mapper.MappedFieldType
Generates a query that will only match documents that contain the given value.
termQuery(Object, QueryShardContext) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
 
termQuery(Object, QueryShardContext) - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
termQuery(Object, QueryShardContext) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
termQuery(String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing a term.
termQuery(String, int) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing a term.
termQuery(String, long) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing a term.
termQuery(String, float) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing a term.
termQuery(String, double) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing a term.
termQuery(String, boolean) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing a term.
termQuery(String, Object) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query that matches documents containing a term.
termQuery(MappedFieldType, Object, boolean) - Method in class org.elasticsearch.index.search.MatchQuery
 
termQuery(MappedFieldType, Object) - Method in class org.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
 
TermQueryBuilder - Class in org.elasticsearch.index.query
A Query that matches documents containing a term.
TermQueryBuilder(String, String) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
 
TermQueryBuilder(String, int) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
 
TermQueryBuilder(String, long) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
 
TermQueryBuilder(String, float) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
 
TermQueryBuilder(String, double) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
 
TermQueryBuilder(String, boolean) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
 
TermQueryBuilder(String, Object) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
 
TermQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.TermQueryBuilder
Read from a stream.
terms(String) - Method in class org.elasticsearch.action.termvectors.TermVectorsFields
 
terms(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new Terms aggregation with the given name.
Terms - Interface in org.elasticsearch.search.aggregations.bucket.terms
A terms aggregation.
terms() - Method in class org.elasticsearch.search.dfs.DfsSearchResult
 
terms - Variable in class org.elasticsearch.search.suggest.phrase.WordScorer
 
Terms.Bucket - Interface in org.elasticsearch.search.aggregations.bucket.terms
A bucket that is associated with a single term
Terms.Order - Class in org.elasticsearch.search.aggregations.bucket.terms
Determines the order by which the term buckets will be sorted
termsAggFactory - Variable in class org.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator
 
termsAggFactory - Variable in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTermsAggregator
 
TermsAggregationBuilder - Class in org.elasticsearch.search.aggregations.bucket.terms
 
TermsAggregationBuilder(String, ValueType) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
 
TermsAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
Read from a stream.
TermsAggregator - Class in org.elasticsearch.search.aggregations.bucket.terms
 
TermsAggregator(String, AggregatorFactories, SearchContext, Aggregator, TermsAggregator.BucketCountThresholds, Terms.Order, DocValueFormat, Aggregator.SubAggCollectionMode, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
 
TermsAggregator.BucketCountThresholds - Class in org.elasticsearch.search.aggregations.bucket.terms
 
TermsAggregatorFactory - Class in org.elasticsearch.search.aggregations.bucket.terms
 
TermsAggregatorFactory(String, ValuesSourceConfig<ValuesSource>, Terms.Order, IncludeExclude, String, Aggregator.SubAggCollectionMode, TermsAggregator.BucketCountThresholds, boolean, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory
 
TermsAggregatorFactory.ExecutionMode - Enum in org.elasticsearch.search.aggregations.bucket.terms
 
termsLookup() - Method in class org.elasticsearch.index.query.TermsQueryBuilder
 
TermsLookup - Class in org.elasticsearch.indices
Encapsulates the parameters needed to fetch terms.
TermsLookup(TermsLookup) - Constructor for class org.elasticsearch.indices.TermsLookup
 
TermsLookup(String, String, String, String) - Constructor for class org.elasticsearch.indices.TermsLookup
 
TermsLookup(StreamInput) - Constructor for class org.elasticsearch.indices.TermsLookup
Read from a stream.
termsLookupQuery(String, TermsLookup) - Static method in class org.elasticsearch.index.query.QueryBuilders
A terms query that can extract the terms from another doc in an index.
termsQuery(List<?>, QueryShardContext) - Method in class org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
 
termsQuery(List<?>, QueryShardContext) - Method in class org.elasticsearch.index.mapper.MappedFieldType
Build a constant-scoring query that matches all values.
termsQuery(List, QueryShardContext) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
 
termsQuery(List, QueryShardContext) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
termsQuery(List<?>, QueryShardContext) - Method in class org.elasticsearch.index.mapper.StringFieldType
 
termsQuery(String, String...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
termsQuery(String, int...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
termsQuery(String, long...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
termsQuery(String, float...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
termsQuery(String, double...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
termsQuery(String, Object...) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
termsQuery(String, Collection<?>) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filer for a field based on several terms matching on any of them.
TermsQueryBuilder - Class in org.elasticsearch.index.query
A filter for a field based on several terms matching on any of them.
TermsQueryBuilder(String, TermsLookup) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
 
TermsQueryBuilder(String, String...) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
A filter for a field based on several terms matching on any of them.
TermsQueryBuilder(String, int...) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
A filter for a field based on several terms matching on any of them.
TermsQueryBuilder(String, long...) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
A filter for a field based on several terms matching on any of them.
TermsQueryBuilder(String, float...) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
A filter for a field based on several terms matching on any of them.
TermsQueryBuilder(String, double...) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
A filter for a field based on several terms matching on any of them.
TermsQueryBuilder(String, Object...) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
A filter for a field based on several terms matching on any of them.
TermsQueryBuilder(String, Iterable<?>) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
A filter for a field based on several terms matching on any of them.
TermsQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.TermsQueryBuilder
Read from a stream.
TermsSliceQuery - Class in org.elasticsearch.search.slice
A SliceQuery that uses the terms dictionary of a field to do the slicing.
TermsSliceQuery(String, int, int) - Constructor for class org.elasticsearch.search.slice.TermsSliceQuery
 
termsStatistics(Term[], TermStatistics[]) - Method in class org.elasticsearch.search.dfs.DfsSearchResult
 
termStatistics() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
termStatistics(boolean) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Return the term statistics for each term in the shard or skip.
termStatistics() - Method in class org.elasticsearch.search.dfs.AggregatedDfs
 
termStatistics() - Method in class org.elasticsearch.search.dfs.DfsSearchResult
 
termStatistics(Term, TermContext) - Method in class org.elasticsearch.search.internal.ContextIndexSearcher
 
TermSuggester - Class in org.elasticsearch.search.suggest.term
 
termSuggestion(String) - Static method in class org.elasticsearch.search.suggest.SuggestBuilders
Creates a term suggestion lookup query with the provided field
TermSuggestion - Class in org.elasticsearch.search.suggest.term
The suggestion responses corresponding with the suggestions in the request.
TermSuggestion() - Constructor for class org.elasticsearch.search.suggest.term.TermSuggestion
 
TermSuggestion(String, int, SortBy) - Constructor for class org.elasticsearch.search.suggest.term.TermSuggestion
 
TermSuggestion.Entry - Class in org.elasticsearch.search.suggest.term
Represents a part from the suggest text with suggested options.
TermSuggestion.Entry.Option - Class in org.elasticsearch.search.suggest.term
Contains the suggested text with its document frequency and score.
TermSuggestion.Frequency - Class in org.elasticsearch.search.suggest.term
 
TermSuggestion.Score - Class in org.elasticsearch.search.suggest.term
 
TermSuggestionBuilder - Class in org.elasticsearch.search.suggest.term
Defines the actual suggest command.
TermSuggestionBuilder(String) - Constructor for class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
 
TermSuggestionBuilder(StreamInput) - Constructor for class org.elasticsearch.search.suggest.term.TermSuggestionBuilder
Read from a stream.
TermSuggestionBuilder.StringDistanceImpl - Enum in org.elasticsearch.search.suggest.term
An enum representing the valid string edit distance algorithms for determining suggestions.
TermSuggestionBuilder.SuggestMode - Enum in org.elasticsearch.search.suggest.term
An enum representing the valid suggest modes.
termVector(TermVectorsRequest) - Method in interface org.elasticsearch.client.Client
Deprecated.
termVector(TermVectorsRequest, ActionListener<TermVectorsResponse>) - Method in interface org.elasticsearch.client.Client
Deprecated.
termVector(TermVectorsRequest) - Method in class org.elasticsearch.client.support.AbstractClient
Deprecated.
termVector(TermVectorsRequest, ActionListener<TermVectorsResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
Deprecated.
termVectorOptionsToString(FieldType) - Static method in class org.elasticsearch.index.mapper.FieldMapper
 
termVectors(TermVectorsRequest) - Method in interface org.elasticsearch.client.Client
An action that returns the term vectors for a specific document.
termVectors(TermVectorsRequest, ActionListener<TermVectorsResponse>) - Method in interface org.elasticsearch.client.Client
An action that returns the term vectors for a specific document.
termVectors(TermVectorsRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
termVectors(TermVectorsRequest, ActionListener<TermVectorsResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
termVectors() - Method in class org.elasticsearch.search.lookup.LeafIndexLookup
 
TermVectorsAction - Class in org.elasticsearch.action.termvectors
 
TermVectorsFields - Class in org.elasticsearch.action.termvectors
This class represents the result of a TermVectorsRequest.
TermVectorsFields(BytesReference, BytesReference) - Constructor for class org.elasticsearch.action.termvectors.TermVectorsFields
 
TermVectorsFilter - Class in org.elasticsearch.action.termvectors
 
TermVectorsFilter(Fields, Fields, Set<String>, AggregatedDfs) - Constructor for class org.elasticsearch.action.termvectors.TermVectorsFilter
 
TermVectorsFilter.ScoreTerm - Class in org.elasticsearch.action.termvectors
 
TermVectorsRequest - Class in org.elasticsearch.action.termvectors
Request returning the term vector (doc frequency, positions, offsets) for a document.
TermVectorsRequest() - Constructor for class org.elasticsearch.action.termvectors.TermVectorsRequest
 
TermVectorsRequest(String, String, String) - Constructor for class org.elasticsearch.action.termvectors.TermVectorsRequest
Constructs a new term vector request for a document that will be fetch from the provided index.
TermVectorsRequest(TermVectorsRequest) - Constructor for class org.elasticsearch.action.termvectors.TermVectorsRequest
Constructs a new term vector request for a document that will be fetch from the provided index.
TermVectorsRequest(MultiGetRequest.Item) - Constructor for class org.elasticsearch.action.termvectors.TermVectorsRequest
 
TermVectorsRequest.FilterSettings - Class in org.elasticsearch.action.termvectors
 
TermVectorsRequest.Flag - Enum in org.elasticsearch.action.termvectors
 
TermVectorsRequestBuilder - Class in org.elasticsearch.action.termvectors
The builder class for a term vector request.
TermVectorsRequestBuilder(ElasticsearchClient, TermVectorsAction) - Constructor for class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
 
TermVectorsRequestBuilder(ElasticsearchClient, TermVectorsAction, String, String, String) - Constructor for class org.elasticsearch.action.termvectors.TermVectorsRequestBuilder
Constructs a new term vector request builder for a document that will be fetch from the provided index.
TermVectorsResponse - Class in org.elasticsearch.action.termvectors
 
TermVectorsResponse(String, String, String) - Constructor for class org.elasticsearch.action.termvectors.TermVectorsResponse
 
TermVectorsService - Class in org.elasticsearch.index.termvectors
 
TEST_MOCK_TRANSPORT_THREAD_PREFIX - Static variable in enum org.elasticsearch.transport.Transports
threads whose name is prefixed by this string will be considered network threads, even though they aren't
testBlobPrefix(String) - Static method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
text() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
text(String...) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
Text(long, long, long, long, boolean, boolean) - Constructor for class org.elasticsearch.action.fieldstats.FieldStats.Text
 
Text(long, long, long, long, boolean, boolean, BytesRef, BytesRef) - Constructor for class org.elasticsearch.action.fieldstats.FieldStats.Text
 
Text - Class in org.elasticsearch.common.text
Both String and BytesReference representation of the text.
Text(BytesReference) - Constructor for class org.elasticsearch.common.text.Text
 
Text(String) - Constructor for class org.elasticsearch.common.text.Text
 
text() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
text() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
TEXT - Static variable in class org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
 
TEXT - Static variable in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
text - Variable in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
text - Variable in class org.elasticsearch.search.suggest.SuggestionBuilder
 
text(String) - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
Same as in SuggestBuilder.setGlobalText(String), but in the suggestion scope.
text() - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
get the text for this suggestion
TEXT_CONTENT_TYPE - Static variable in class org.elasticsearch.rest.BytesRestResponse
 
TEXT_FIELD - Static variable in class org.elasticsearch.search.suggest.SuggestionBuilder
 
TEXT_PROMPT_VALUE - Static variable in class org.elasticsearch.node.InternalSettingsPreparer
 
textCharacters() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
textCharacters() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
TextFieldMapper - Class in org.elasticsearch.index.mapper
A FieldMapper for full-text fields.
TextFieldMapper(String, MappedFieldType, MappedFieldType, int, Boolean, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.TextFieldMapper
 
TextFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
TextFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
TextFieldMapper.TextFieldType - Class in org.elasticsearch.index.mapper
 
TextFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
TextFieldType() - Constructor for class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
TextFieldType(TextFieldMapper.TextFieldType) - Constructor for class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
textLength() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
textLength() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
textOffset() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
textOffset() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
textOrNull() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
textOrNull() - Method in interface org.elasticsearch.common.xcontent.XContentParser
 
tf() - Method in class org.elasticsearch.search.lookup.IndexFieldTerm
 
ThaiAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
ThaiAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ThaiAnalyzerProvider
 
ThaiTokenizerFactory - Class in org.elasticsearch.index.analysis
Factory for ThaiTokenizer
ThaiTokenizerFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.ThaiTokenizerFactory
 
THREAD_POOL_TYPES - Static variable in class org.elasticsearch.threadpool.ThreadPool
 
ThreadBarrier - Class in org.elasticsearch.common.util.concurrent
A synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point.
ThreadBarrier(int) - Constructor for class org.elasticsearch.common.util.concurrent.ThreadBarrier
 
ThreadBarrier(int, Runnable) - Constructor for class org.elasticsearch.common.util.concurrent.ThreadBarrier
 
ThreadBarrier.BarrierTimer - Class in org.elasticsearch.common.util.concurrent
A Barrier action to be used in conjunction with ThreadBarrier to measure performance between barrier awaits.
ThreadContext - Class in org.elasticsearch.common.util.concurrent
A ThreadContext is a map of string headers and a transient map of keyed objects that are associated with a thread.
ThreadContext(Settings) - Constructor for class org.elasticsearch.common.util.concurrent.ThreadContext
Creates a new ThreadContext instance
threadContext - Variable in class org.elasticsearch.ingest.Processor.Parameters
Allows processors to read headers set by ActionFilter instances that have run prior to in ingest.
ThreadContext.StoredContext - Interface in org.elasticsearch.common.util.concurrent
 
ThreadedActionListener<Response> - Class in org.elasticsearch.action.support
An action listener that wraps another action listener and threading its execution.
ThreadedActionListener(Logger, ThreadPool, String, ActionListener<Response>, boolean) - Constructor for class org.elasticsearch.action.support.ThreadedActionListener
 
ThreadedActionListener.Wrapper - Class in org.elasticsearch.action.support
Wrapper that can be used to automatically wrap a listener in a threaded listener if needed.
threadedListener() - Method in enum org.elasticsearch.action.ThreadingModel
true if the invocation of the action result listener will be executed on a different thread (than the calling thread or an "expensive" thread, like the IO thread).
threadedOperation() - Method in enum org.elasticsearch.action.ThreadingModel
true if the actual operation the action represents will be executed on a different thread than the calling thread (assuming it will be executed on the same node).
threadElementsSnapshotCount(int) - Method in class org.elasticsearch.monitor.jvm.HotThreads
 
threadElementsSnapshotDelay(TimeValue) - Method in class org.elasticsearch.monitor.jvm.HotThreads
 
ThreadingModel - Enum in org.elasticsearch.action
 
threadName(Settings, String...) - Static method in class org.elasticsearch.common.util.concurrent.EsExecutors
 
threadName(Settings, String) - Static method in class org.elasticsearch.common.util.concurrent.EsExecutors
 
threadName(String, String) - Static method in class org.elasticsearch.common.util.concurrent.EsExecutors
 
threadPool() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node Thread Pool info be returned.
threadPool(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node Thread Pool info be returned.
threadPool() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node Thread Pool be returned.
threadPool(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node Thread Pool be returned.
threadPool() - Method in class org.elasticsearch.action.support.AbstractListenableActionFuture
 
threadPool - Variable in class org.elasticsearch.action.support.TransportAction
 
threadPool() - Method in interface org.elasticsearch.client.ElasticsearchClient
Returns the threadpool used to execute requests on this client
threadPool() - Method in class org.elasticsearch.client.support.AbstractClient
 
threadPool - Variable in class org.elasticsearch.cluster.metadata.TemplateUpgradeService
 
threadPool - Variable in class org.elasticsearch.discovery.zen.FaultDetection
 
threadPool - Variable in class org.elasticsearch.index.reindex.ScrollableHitSource
 
ThreadPool - Class in org.elasticsearch.threadpool
 
ThreadPool(Settings, ExecutorBuilder<?>...) - Constructor for class org.elasticsearch.threadpool.ThreadPool
 
threadPool - Variable in class org.elasticsearch.transport.TcpTransport
 
threadPool - Variable in class org.elasticsearch.transport.TransportService
 
ThreadPool.Cancellable - Interface in org.elasticsearch.threadpool
This interface represents an object whose execution may be cancelled during runtime.
ThreadPool.Info - Class in org.elasticsearch.threadpool
 
ThreadPool.Names - Class in org.elasticsearch.threadpool
 
ThreadPool.ThreadPoolType - Enum in org.elasticsearch.threadpool
 
ThreadPoolInfo - Class in org.elasticsearch.threadpool
 
ThreadPoolInfo(List<ThreadPool.Info>) - Constructor for class org.elasticsearch.threadpool.ThreadPoolInfo
 
ThreadPoolInfo(StreamInput) - Constructor for class org.elasticsearch.threadpool.ThreadPoolInfo
 
ThreadPoolStats - Class in org.elasticsearch.threadpool
 
ThreadPoolStats(List<ThreadPoolStats.Stats>) - Constructor for class org.elasticsearch.threadpool.ThreadPoolStats
 
ThreadPoolStats(StreamInput) - Constructor for class org.elasticsearch.threadpool.ThreadPoolStats
 
ThreadPoolStats.Stats - Class in org.elasticsearch.threadpool
 
threads() - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
threads(int) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
Threads(int, int) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.Threads
 
Threads(StreamInput) - Constructor for class org.elasticsearch.monitor.jvm.JvmStats.Threads
 
THRESHOLD_SETTING - Static variable in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
 
thresholdFrequency(long, long) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
 
throttle(List<NodeAllocationResult>) - Static method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
Returns a THROTTLE decision, with the individual node-level decisions that comprised the final THROTTLE decision if in explain mode.
THROTTLE - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.Decision
 
throttleTime() - Method in class org.elasticsearch.index.recovery.RecoveryStats
Total time recoveries waited due to throttling
throttleTime() - Method in class org.elasticsearch.index.store.StoreStats
 
throttleTimeInNanos() - Method in class org.elasticsearch.index.store.DirectoryService
 
throttleTimeInNanos() - Method in class org.elasticsearch.index.store.FsDirectoryService
 
throttleWaitTime(TimeValue, TimeValue, int) - Method in class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
ThrottlingAllocationDecider - Class in org.elasticsearch.cluster.routing.allocation.decider
ThrottlingAllocationDecider controls the recovery process per node in the cluster.
ThrottlingAllocationDecider(Settings, ClusterSettings) - Constructor for class org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
 
throwConfigurationExceptionIfErrorsExist() - Method in class org.elasticsearch.common.inject.internal.Errors
 
throwCreationExceptionIfErrorsExist() - Method in class org.elasticsearch.common.inject.internal.Errors
 
throwIfNewErrors(int) - Method in class org.elasticsearch.common.inject.internal.Errors
 
throwParsingExceptionOnMultipleFields(String, XContentLocation, String, String) - Static method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
throwProvisionExceptionIfErrorsExist() - Method in class org.elasticsearch.common.inject.internal.Errors
 
throwUnknownField(String, XContentLocation) - Static method in class org.elasticsearch.common.xcontent.XContentParserUtils
 
throwUnknownToken(XContentParser.Token, XContentLocation) - Static method in class org.elasticsearch.common.xcontent.XContentParserUtils
 
tick() - Method in class org.elasticsearch.common.metrics.EWMA
Mark the passage of time and decay the current rate accordingly.
tieBreakActiveMasters(Collection<DiscoveryNode>) - Method in class org.elasticsearch.discovery.zen.ElectMasterService
selects the best active master to join, where multiple are discovered
tieBreaker() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
tieBreaker(float) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
tieBreaker(float) - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
The score of each non-maximum disjunct for a document is multiplied by this weight and added into the final score.
tieBreaker() - Method in class org.elasticsearch.index.query.DisMaxQueryBuilder
 
tieBreaker(float) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Tie-Breaker for "best-match" disjunction queries (OR-Queries).
tieBreaker(Float) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Tie-Breaker for "best-match" disjunction queries (OR-Queries).
tieBreaker() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
tieBreaker() - Method in enum org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
 
tieBreaker(float) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
When more than one field is used with the query string, and combined queries are using dis max, control the tie breaker for it.
tieBreaker() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
tieBreaker - Variable in class org.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
 
time() - Method in class org.elasticsearch.index.shard.SnapshotStatus.Index
 
time(long) - Method in class org.elasticsearch.index.shard.SnapshotStatus.Index
 
time() - Method in class org.elasticsearch.index.shard.SnapshotStatus
 
time(long) - Method in class org.elasticsearch.index.shard.SnapshotStatus
 
time() - Method in class org.elasticsearch.index.shard.SnapshotStatus.Translog
 
time(long) - Method in class org.elasticsearch.index.shard.SnapshotStatus.Translog
 
time() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
Returns snapshot running time
time() - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Returns snapshot processing time
time(long) - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Sets snapshot processing time
time - Variable in class org.elasticsearch.indices.recovery.RecoveryState.Timer
 
time() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Timer
Returns elapsed time in millis, or 0 if timer was not started
time() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, three digit fraction of second, and time zone offset (HH:mm:ss.SSSZZ).
TIME_UNIT - Static variable in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Defaults
 
TIME_ZONE - Static variable in class org.elasticsearch.common.ParseField.CommonFields
 
timedOut - Variable in class org.elasticsearch.action.search.SearchResponseSections
 
timedOut() - Method in class org.elasticsearch.action.search.SearchResponseSections
 
timeElementParser() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a generic ISO time parser.
timeEstimateCounter() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
timeEstimateCounter() - Method in class org.elasticsearch.search.internal.SearchContext
 
timeEstimateCounter() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
timeNoMillis() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, and time zone offset (HH:mm:ssZZ).
timeout() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
timeout(TimeValue) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
timeout(String) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
timeout - Variable in class org.elasticsearch.action.bulk.BulkRequest
 
timeout(TimeValue) - Method in class org.elasticsearch.action.bulk.BulkRequest
A timeout to wait if the index operation can't be performed immediately.
timeout(String) - Method in class org.elasticsearch.action.bulk.BulkRequest
A timeout to wait if the index operation can't be performed immediately.
timeout() - Method in class org.elasticsearch.action.bulk.BulkRequest
 
timeout - Variable in class org.elasticsearch.action.support.master.AcknowledgedRequest
 
timeout(String) - Method in class org.elasticsearch.action.support.master.AcknowledgedRequest
Allows to set the timeout
timeout(TimeValue) - Method in class org.elasticsearch.action.support.master.AcknowledgedRequest
Allows to set the timeout
timeout() - Method in class org.elasticsearch.action.support.master.AcknowledgedRequest
Returns the current timeout
timeout() - Method in class org.elasticsearch.action.support.nodes.BaseNodesRequest
 
timeout(TimeValue) - Method in class org.elasticsearch.action.support.nodes.BaseNodesRequest
 
timeout(String) - Method in class org.elasticsearch.action.support.nodes.BaseNodesRequest
 
timeout - Variable in class org.elasticsearch.action.support.replication.ReplicationRequest
 
timeout(TimeValue) - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
A timeout to wait if the index operation can't be performed immediately.
timeout(String) - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
A timeout to wait if the index operation can't be performed immediately.
timeout() - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
 
timeout - Variable in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
timeout() - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
timeout(TimeValue) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
A timeout to wait if the index operation can't be performed immediately.
timeout(String) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
A timeout to wait if the index operation can't be performed immediately.
timeout() - Method in class org.elasticsearch.cluster.AckedClusterStateUpdateTask
 
timeout() - Method in class org.elasticsearch.cluster.ClusterStateTaskConfig.Basic
 
timeout() - Method in interface org.elasticsearch.cluster.ClusterStateTaskConfig
The timeout for this cluster state update task configuration.
timeout() - Method in class org.elasticsearch.cluster.ClusterStateUpdateTask
If the cluster state update task wasn't processed by the provided timeout, call ClusterStateTaskListener.onFailure(String, Exception).
timeout() - Method in class org.elasticsearch.cluster.LocalClusterUpdateTask
 
timeout(TimeValue) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
Timeout to wait for the shards on to be available for each bulk request.
timeout(TimeValue) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
An optional timeout to control how long search is allowed to take.
timeout() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Gets the timeout to control how long search is allowed to take.
timeout() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
timeout(TimeValue) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
timeout() - Method in class org.elasticsearch.search.internal.SearchContext
 
timeout(TimeValue) - Method in class org.elasticsearch.search.internal.SearchContext
 
timeout(TimeValue) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
timeout() - Method in class org.elasticsearch.transport.TransportRequestOptions
 
TIMEOUT_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
TimeoutClusterStateListener - Interface in org.elasticsearch.cluster
An exception to cluster state listener that allows for timeouts and for post added notifications.
timeParser() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a generic ISO time parser for parsing times with a possible zone.
Timer() - Constructor for class org.elasticsearch.indices.recovery.RecoveryState.Timer
 
Timer - Class in org.elasticsearch.search.profile
Helps measure how much time is spent running some methods.
Timer() - Constructor for class org.elasticsearch.search.profile.Timer
 
timeSetting(String, Function<Settings, TimeValue>, TimeValue, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
timeSetting(String, TimeValue, TimeValue, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
timeSetting(String, TimeValue, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
timeSetting(String, Setting<TimeValue>, Setting.Property...) - Static method in class org.elasticsearch.common.settings.Setting
 
timestamp(String) - Method in class org.elasticsearch.action.index.IndexRequest
Deprecated.
timestamp() - Method in class org.elasticsearch.action.index.IndexRequest
Deprecated.
timestamp() - Method in exception org.elasticsearch.action.TimestampParsingException
 
timestamp() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
Timestamp(boolean, String, String, Boolean) - Constructor for class org.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
 
TIMESTAMP - Static variable in class org.elasticsearch.common.Table
 
timestamp() - Method in exception org.elasticsearch.index.AlreadyExpiredException
 
timestamp() - Method in class org.elasticsearch.index.engine.Engine.Index
 
timestamp() - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
timestamp() - Method in class org.elasticsearch.index.mapper.SourceToParse
 
timestamp(String) - Method in class org.elasticsearch.index.mapper.SourceToParse
 
timestamp(long) - Method in class org.elasticsearch.index.mapper.SourceToParse
 
timestamp() - Method in class org.elasticsearch.index.translog.Translog.Index
 
timestamp - Variable in class org.elasticsearch.index.translog.Translog.Source
 
timestampFieldMapper() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
TimestampFieldMapper - Class in org.elasticsearch.index.mapper
 
TimestampFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
TimestampFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
TimestampFieldMapper.TimestampFieldType - Class in org.elasticsearch.index.mapper
 
TimestampFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
TimestampFieldType() - Constructor for class org.elasticsearch.index.mapper.TimestampFieldMapper.TimestampFieldType
 
TimestampFieldType(TimestampFieldMapper.TimestampFieldType) - Constructor for class org.elasticsearch.index.mapper.TimestampFieldMapper.TimestampFieldType
 
TimestampParsingException - Exception in org.elasticsearch.action
 
TimestampParsingException(String) - Constructor for exception org.elasticsearch.action.TimestampParsingException
 
TimestampParsingException(String, Throwable) - Constructor for exception org.elasticsearch.action.TimestampParsingException
 
TimestampParsingException(StreamInput) - Constructor for exception org.elasticsearch.action.TimestampParsingException
 
timeUnit(TimeUnit) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.Builder
 
timeUnit - Variable in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
timeUnit() - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
TimeValue - Class in org.elasticsearch.common.unit
 
TimeValue(long) - Constructor for class org.elasticsearch.common.unit.TimeValue
 
TimeValue(long, TimeUnit) - Constructor for class org.elasticsearch.common.unit.TimeValue
 
TimeValue(StreamInput) - Constructor for class org.elasticsearch.common.unit.TimeValue
Read from a stream.
timeValueField(String, String, TimeValue) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
timeValueField(String, String, long) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
timeValueField(String, String, long, TimeUnit) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
timeValueHours(long) - Static method in class org.elasticsearch.common.unit.TimeValue
 
timeValueMillis(long) - Static method in class org.elasticsearch.common.unit.TimeValue
 
timeValueMinutes(long) - Static method in class org.elasticsearch.common.unit.TimeValue
 
timeValueNanos(long) - Static method in class org.elasticsearch.common.unit.TimeValue
 
timeValueSeconds(long) - Static method in class org.elasticsearch.common.unit.TimeValue
 
timeZone(DateTimeZone) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
timeZone() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
timeZone(DateTimeZone) - Method in class org.elasticsearch.common.rounding.Rounding.Builder
 
timeZone(String) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
In case of date field, we can adjust the from/to fields using a timezone
timeZone(DateTimeZone) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
timeZone() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
timeZone(String) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
In case of date field, we can adjust the from/to fields using a timezone
timeZone() - Method in class org.elasticsearch.index.query.RangeQueryBuilder
In case of date field, gets the from/to fields timezone adjustment
timeZone(DateTimeZone) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Sets the time zone to use for this aggregation
timeZone() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Gets the time zone to use for this aggregation
timeZone() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
 
timezone(DateTimeZone) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
timezone() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
timings - Variable in class org.elasticsearch.search.profile.AbstractInternalProfileTree
 
tmpFile() - Method in class org.elasticsearch.env.Environment
Path to the default temp directory used by the JDK
to(String) - Method in interface org.elasticsearch.common.inject.binder.ConstantBindingBuilder
Binds constant to the given value.
to(int) - Method in interface org.elasticsearch.common.inject.binder.ConstantBindingBuilder
Binds constant to the given value.
to(long) - Method in interface org.elasticsearch.common.inject.binder.ConstantBindingBuilder
Binds constant to the given value.
to(boolean) - Method in interface org.elasticsearch.common.inject.binder.ConstantBindingBuilder
Binds constant to the given value.
to(double) - Method in interface org.elasticsearch.common.inject.binder.ConstantBindingBuilder
Binds constant to the given value.
to(float) - Method in interface org.elasticsearch.common.inject.binder.ConstantBindingBuilder
Binds constant to the given value.
to(short) - Method in interface org.elasticsearch.common.inject.binder.ConstantBindingBuilder
Binds constant to the given value.
to(char) - Method in interface org.elasticsearch.common.inject.binder.ConstantBindingBuilder
Binds constant to the given value.
to(Class<?>) - Method in interface org.elasticsearch.common.inject.binder.ConstantBindingBuilder
Binds constant to the given value.
to(E) - Method in interface org.elasticsearch.common.inject.binder.ConstantBindingBuilder
Binds constant to the given value.
to(Class<? extends T>) - Method in interface org.elasticsearch.common.inject.binder.LinkedBindingBuilder
See the EDSL examples at Binder.
to(TypeLiteral<? extends T>) - Method in interface org.elasticsearch.common.inject.binder.LinkedBindingBuilder
See the EDSL examples at Binder.
to(Key<? extends T>) - Method in interface org.elasticsearch.common.inject.binder.LinkedBindingBuilder
See the EDSL examples at Binder.
to(Class<? extends T>) - Method in class org.elasticsearch.common.inject.internal.BindingBuilder
 
to(TypeLiteral<? extends T>) - Method in class org.elasticsearch.common.inject.internal.BindingBuilder
 
to(Key<? extends T>) - Method in class org.elasticsearch.common.inject.internal.BindingBuilder
 
to(String) - Method in class org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
 
to(int) - Method in class org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
 
to(long) - Method in class org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
 
to(boolean) - Method in class org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
 
to(double) - Method in class org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
 
to(float) - Method in class org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
 
to(short) - Method in class org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
 
to(char) - Method in class org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
 
to(Class<?>) - Method in class org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
 
to(E) - Method in class org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
 
to(String) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
to(Number) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
to() - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
to(Object, boolean) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
to(Object) - Method in class org.elasticsearch.index.query.RangeQueryBuilder
The to part of the range query.
to() - Method in class org.elasticsearch.index.query.RangeQueryBuilder
Gets the upper range value for this query.
TO - Static variable in class org.elasticsearch.search.aggregations.Aggregation.CommonFields
 
to - Variable in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
to - Variable in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
 
to - Variable in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
TO_AS_STRING - Static variable in class org.elasticsearch.search.aggregations.Aggregation.CommonFields
 
TO_FIELD - Static variable in class org.elasticsearch.index.query.RangeQueryBuilder
 
TO_FIELD - Static variable in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
toAddrString(InetAddress) - Static method in class org.elasticsearch.common.network.InetAddresses
Returns the string representation of an InetAddress.
toArray() - Method in class org.elasticsearch.common.blobstore.BlobPath
 
toArray() - Method in class org.elasticsearch.common.collect.EvictingQueue
 
toArray(T1[]) - Method in class org.elasticsearch.common.collect.EvictingQueue
 
toArray(Collection<Integer>) - Static method in class org.elasticsearch.common.util.CollectionUtils
 
toArray(E[]) - Method in class org.elasticsearch.common.util.concurrent.AtomicArray
Copies the content of the underlying atomic array to a normal one.
toArray() - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
toArray(T[]) - Method in class org.elasticsearch.common.util.concurrent.SizeBlockingQueue
 
toAsStr - Variable in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
toAsString - Variable in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
 
toAutomaton(boolean, Iterable<ContextMapping.ContextQuery>) - Static method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping.ContextQuery
Create a automaton for a given context query this automaton will be used to find the matching paths with the fst
toAutomaton() - Method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping.ContextQuery
Build a LookUp Automaton for this context.
toBooleanClauseOccur() - Method in enum org.elasticsearch.index.query.Operator
 
toByteExact(Number) - Static method in class org.elasticsearch.common.Numbers
Return the byte that n stores, or throws an exception if the stored value cannot be converted to a byte that stores the exact same value.
toBytes(ClusterState) - Static method in class org.elasticsearch.cluster.ClusterState.Builder
 
toBytes(BytesReference) - Static method in class org.elasticsearch.common.bytes.BytesReference
Returns a compact array from the given BytesReference.
toBytes(long) - Method in enum org.elasticsearch.common.unit.ByteSizeUnit
 
toBytesRef() - Method in class org.elasticsearch.common.bytes.BytesArray
 
toBytesRef() - Method in class org.elasticsearch.common.bytes.BytesReference
Converts to Lucene BytesRef.
toBytesRef() - Method in class org.elasticsearch.common.bytes.CompositeBytesReference
 
toBytesRef() - Method in class org.elasticsearch.common.bytes.PagedBytesReference
 
toBytesRef(Object) - Static method in class org.elasticsearch.common.lucene.BytesRefs
Converts an object value to BytesRef.
toBytesRef(Object, BytesRefBuilder) - Static method in class org.elasticsearch.common.lucene.BytesRefs
 
toBytesRef() - Method in class org.elasticsearch.index.mapper.Uid
 
toCharArray() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Returns a copy of the input data.
toConcreteKey(String) - Method in class org.elasticsearch.common.settings.Setting.AffixKey
 
toContextQuery(CompletionQuery, Map<String, List<ContextMapping.InternalQueryContext>>) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMappings
Wraps a CompletionQuery with context queries
toDelimitedString(char) - Method in class org.elasticsearch.common.settings.Settings
Returns the settings as delimited string.
toException() - Method in class org.elasticsearch.common.inject.internal.Errors
 
toFilter(QueryShardContext) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
toFilter(QueryShardContext) - Method in interface org.elasticsearch.index.query.QueryBuilder
Converts this QueryBuilder to an unscored lucene Query that acts as a filter.
toFilter(QueryBuilder) - Method in class org.elasticsearch.index.query.QueryShardContext
 
toFilter(QueryShardContext, int, int) - Method in class org.elasticsearch.search.slice.SliceBuilder
 
toFiniteStrings(TokenStream) - Method in class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
 
toFiniteStrings(TokenStream) - Method in class org.elasticsearch.search.suggest.completion2x.AnalyzingCompletionLookupProvider
 
toFiniteStrings(TokenStream) - Method in interface org.elasticsearch.search.suggest.completion2x.CompletionTokenStream.ToFiniteStrings
 
toFunction(QueryShardContext) - Method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
Called on a data node, converts this ScoreFunctionBuilder into its corresponding Lucene function object.
toGB(long) - Method in enum org.elasticsearch.common.unit.ByteSizeUnit
 
toGiga(long) - Method in enum org.elasticsearch.common.unit.SizeUnit
 
toHexString(byte[]) - Static method in class org.elasticsearch.common.hash.MessageDigests
Format a byte array as a hex string.
toInnerXContent(XContentBuilder) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Text
 
toInnerXContent(XContentBuilder) - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
toInnerXContent(IndexTemplateMetaData, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
toInnerXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.SearchHit
 
toInnerXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
 
toInnerXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping
Implementations should add specific configurations that need to be persisted
toInnerXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping
 
toInnerXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
 
toInnerXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
Since every context mapping is assumed to have a name given by the field name of an context object, this method is used to build the value used to serialize the mapping
toInnerXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
 
toInnerXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.Suggest
use to write suggestion entries without NAME object
toInstance(T) - Method in interface org.elasticsearch.common.inject.binder.LinkedBindingBuilder
See the EDSL examples at Binder.
toInstance(T) - Method in class org.elasticsearch.common.inject.internal.BindingBuilder
 
toInternalQueryContexts(List<CategoryQueryContext>) - Method in class org.elasticsearch.search.suggest.completion.context.CategoryContextMapping
Parse a list of CategoryQueryContext using parser.
toInternalQueryContexts(List<T>) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping
Convert query contexts to common representation
toInternalQueryContexts(List<GeoQueryContext>) - Method in class org.elasticsearch.search.suggest.completion.context.GeoContextMapping
Parse a list of GeoQueryContext using parser.
toIntExact(Number) - Static method in class org.elasticsearch.common.Numbers
Return the int that n stores, or throws an exception if the stored value cannot be converted to an int that stores the exact same value.
toJsonString() - Method in exception org.elasticsearch.script.ScriptException
Returns a JSON version of this exception for debugging.
toKB(long) - Method in enum org.elasticsearch.common.unit.ByteSizeUnit
 
token(XContentParser, QueryParseContext, String, XContentParser.Token, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsParser
 
token(XContentParser, QueryParseContext, String, XContentParser.Token, Map<String, Object>) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketParser
 
TOKEN_FILTERS - Static variable in class org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
 
TOKEN_LIMIT_FIELD - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
TokenConsumer() - Constructor for class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
 
TokenCountFieldMapper - Class in org.elasticsearch.index.mapper
A FieldMapper that takes a string and writes a count of the tokens in that string to the index.
TokenCountFieldMapper(String, MappedFieldType, MappedFieldType, Settings, NamedAnalyzer, boolean, FieldMapper.MultiFields, FieldMapper.CopyTo) - Constructor for class org.elasticsearch.index.mapper.TokenCountFieldMapper
 
TokenCountFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
TokenCountFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
TokenCountFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
TokenFilterFactory - Interface in org.elasticsearch.index.analysis
 
tokenFilters() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
tokenfilters() - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
 
tokenfilters(DetailAnalyzeResponse.AnalyzeTokenList[]) - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
 
tokenFilters() - Method in class org.elasticsearch.index.analysis.CustomAnalyzer
 
tokenized(boolean) - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper.Builder
 
tokenized(boolean) - Method in class org.elasticsearch.index.mapper.FieldMapper.Builder
 
tokenizer(String) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
tokenizer(Map<String, ?>) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
tokenizer() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
tokenizer() - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
 
tokenizer(DetailAnalyzeResponse.AnalyzeTokenList) - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
 
TOKENIZER - Static variable in class org.elasticsearch.rest.action.admin.indices.RestAnalyzeAction.Fields
 
tokenizerFactory() - Method in class org.elasticsearch.index.analysis.CustomAnalyzer
 
TokenizerFactory - Interface in org.elasticsearch.index.analysis
 
tokenizeToStringArray(String, String) - Static method in class org.elasticsearch.common.Strings
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - Static method in class org.elasticsearch.common.Strings
Tokenize the given String into a String array via a StringTokenizer.
tokenLimit(int) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
 
tokenLimit() - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
tokenStream(Analyzer, TokenStream) - Method in class org.elasticsearch.common.lucene.all.AllField
 
tokenStream(Analyzer, TokenStream) - Method in class org.elasticsearch.index.mapper.LegacyByteFieldMapper.CustomByteNumericField
 
tokenStream(Analyzer, TokenStream) - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.CustomDoubleNumericField
 
tokenStream(Analyzer, TokenStream) - Method in class org.elasticsearch.index.mapper.LegacyFloatFieldMapper.CustomFloatNumericField
 
tokenStream(Analyzer, TokenStream) - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.CustomIntegerNumericField
 
tokenStream(Analyzer, TokenStream) - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper.CustomLongNumericField
 
tokenStream(Analyzer, TokenStream) - Method in class org.elasticsearch.index.mapper.LegacyShortFieldMapper.CustomShortNumericField
 
tokenStream(Analyzer, BytesRef, CharsRefBuilder, String) - Method in class org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
 
toKilo(long) - Method in enum org.elasticsearch.common.unit.SizeUnit
 
TOLERANCE - Static variable in class org.elasticsearch.common.geo.GeoUtils
rounding error for quantized latitude and longitude values
toList() - Method in class org.elasticsearch.discovery.zen.ZenPing.PingCollection
serialize current pings to a list.
toLongExact(Number) - Static method in class org.elasticsearch.common.Numbers
Return the long that n stores, or throws an exception if the stored value cannot be converted to a long that stores the exact same value.
toLucene() - Method in enum org.elasticsearch.search.suggest.term.TermSuggestionBuilder.StringDistanceImpl
 
toLucene() - Method in enum org.elasticsearch.search.suggest.term.TermSuggestionBuilder.SuggestMode
 
toMap() - Method in class org.elasticsearch.tasks.RawTaskStatus
Convert the from XContent to a Map for easy reading.
toMB(long) - Method in enum org.elasticsearch.common.unit.ByteSizeUnit
 
tombstones() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.Builder
A copy of the current tombstones in the builder.
toMega(long) - Method in enum org.elasticsearch.common.unit.SizeUnit
 
toMeters(double) - Method in enum org.elasticsearch.common.unit.DistanceUnit
Convert a value into meters
toNode() - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
tooManyConstructors(Class<?>) - Method in class org.elasticsearch.common.inject.internal.Errors
 
TOP_TERMS - Static variable in class org.elasticsearch.index.query.support.QueryParsers
 
TOP_TERMS_BLENDED_FREQS - Static variable in class org.elasticsearch.index.query.support.QueryParsers
 
TOP_TERMS_BOOST - Static variable in class org.elasticsearch.index.query.support.QueryParsers
 
toPB(long) - Method in enum org.elasticsearch.common.unit.ByteSizeUnit
 
topDocs(SearchHit[]) - Method in class org.elasticsearch.search.fetch.subphase.InnerHitsContext.InnerHitSubContext
 
topDocs() - Method in class org.elasticsearch.search.query.QuerySearchResult
 
topDocs(TopDocs, DocValueFormat[]) - Method in class org.elasticsearch.search.query.QuerySearchResult
 
toPeta(long) - Method in enum org.elasticsearch.common.unit.SizeUnit
 
topHits(String) - Static method in class org.elasticsearch.search.aggregations.AggregationBuilders
Create a new TopHits aggregation with the given name.
TopHits - Interface in org.elasticsearch.search.aggregations.metrics.tophits
Accumulation of the most relevant hits for a bucket this aggregation falls into.
TopHitsAggregationBuilder - Class in org.elasticsearch.search.aggregations.metrics.tophits
 
TopHitsAggregationBuilder(String) - Constructor for class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
 
TopHitsAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Read from a stream.
TopHitsAggregator - Class in org.elasticsearch.search.aggregations.metrics.tophits
 
TopHitsAggregator(FetchPhase, SubSearchContext, String, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregator
 
TopHitsAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.tophits
 
TopHitsAggregatorFactory(String, int, int, boolean, boolean, boolean, Optional<SortAndFormats>, HighlightBuilder, StoredFieldsContext, List<String>, List<ScriptFieldsContext.ScriptField>, FetchSourceContext, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregatorFactory
 
topLeft() - Method in class org.elasticsearch.common.geo.builders.EnvelopeBuilder
 
topLeft() - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Returns the top left corner of the bounding box.
topLeft() - Method in class org.elasticsearch.index.search.geo.LegacyInMemoryGeoBoundingBoxQuery
Deprecated.
 
topLeft() - Method in interface org.elasticsearch.search.aggregations.metrics.geobounds.GeoBounds
Get the top-left location of the bounding box.
topLeft() - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
 
topLeft() - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.ParsedGeoBounds
 
topLevelQuery(Term[], TermContext[], int[], int) - Method in class org.apache.lucene.queries.BlendedTermQuery
 
topLevelReader() - Method in class org.elasticsearch.search.fetch.FetchSubPhase.HitContext
 
toPolygon() - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
toPolygon(GeometryFactory) - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
toProvider(Provider<? extends T>) - Method in interface org.elasticsearch.common.inject.binder.LinkedBindingBuilder
See the EDSL examples at Binder.
toProvider(Class<? extends Provider<? extends T>>) - Method in interface org.elasticsearch.common.inject.binder.LinkedBindingBuilder
See the EDSL examples at Binder.
toProvider(Key<? extends Provider<? extends T>>) - Method in interface org.elasticsearch.common.inject.binder.LinkedBindingBuilder
See the EDSL examples at Binder.
toProvider(Provider<? extends T>) - Method in class org.elasticsearch.common.inject.internal.BindingBuilder
 
toProvider(Class<? extends Provider<? extends T>>) - Method in class org.elasticsearch.common.inject.internal.BindingBuilder
 
toProvider(Key<? extends Provider<? extends T>>) - Method in class org.elasticsearch.common.inject.internal.BindingBuilder
 
toQueries(Collection<QueryBuilder>, QueryShardContext) - Static method in class org.elasticsearch.index.query.AbstractQueryBuilder
Helper method to convert collection of QueryBuilder instances to lucene Query instances.
toQuery(QueryShardContext) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
toQuery(QueryShardContext) - Method in interface org.elasticsearch.index.query.QueryBuilder
Converts this QueryBuilder to a lucene Query.
toQuery(QueryBuilder) - Method in class org.elasticsearch.index.query.QueryShardContext
 
toQueryParserOperator() - Method in enum org.elasticsearch.index.query.Operator
 
toShortExact(Number) - Static method in class org.elasticsearch.common.Numbers
Return the short that n stores, or throws an exception if the stored value cannot be converted to a short that stores the exact same value.
toShortXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.DiskUsage
 
toSingleItemBulkRequest(ReplicatedWriteRequest) - Static method in class org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction
Deprecated.
 
toSingles(long) - Method in enum org.elasticsearch.common.unit.SizeUnit
 
toSortableLongBits(SortedNumericDoubleValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Given a SortedNumericDoubleValues, return a SortedNumericDocValues instance that will translate double values to sortable long bits using NumericUtils.doubleToSortableLong(double).
toString(String) - Method in class org.apache.lucene.queries.BlendedTermQuery
 
toString(String) - Method in class org.apache.lucene.queries.MinDocQuery
 
toString(String) - Method in class org.apache.lucene.spatial.geopoint.search.XGeoPointDistanceRangeQuery
 
toString() - Method in class org.apache.lucene.store.RateLimitedFSDirectory
 
toString(Directory) - Static method in class org.apache.lucene.store.StoreUtils
 
toString(Directory[]) - Static method in class org.apache.lucene.store.StoreUtils
 
toString() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
 
toString() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
toString() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
 
toString() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
 
toString() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse
 
toString() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
 
toString() - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
 
toString() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
 
toString() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
 
toString() - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
 
toString() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
 
toString() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
 
toString() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
 
toString() - Method in class org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
 
toString() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
toString() - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
 
toString() - Method in class org.elasticsearch.action.admin.indices.flush.ShardFlushRequest
 
toString() - Method in class org.elasticsearch.action.admin.indices.flush.SyncedFlushRequest
 
toString() - Method in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
 
toString() - Method in class org.elasticsearch.action.admin.indices.rollover.Condition
 
toString() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
 
toString() - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest
 
toString() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
 
toString() - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
 
toString() - Method in class org.elasticsearch.action.bulk.BulkShardRequest
 
toString() - Method in class org.elasticsearch.action.delete.DeleteRequest
 
toString() - Method in class org.elasticsearch.action.delete.DeleteResponse
 
toString() - Method in class org.elasticsearch.action.get.GetRequest
 
toString() - Method in class org.elasticsearch.action.get.GetResponse
 
toString() - Method in class org.elasticsearch.action.index.IndexRequest
 
toString() - Method in class org.elasticsearch.action.index.IndexResponse
 
toString() - Method in class org.elasticsearch.action.OriginalIndices
 
toString() - Method in class org.elasticsearch.action.search.MultiSearchResponse
 
toString() - Method in exception org.elasticsearch.action.search.SearchPhaseExecutionException
 
toString() - Method in class org.elasticsearch.action.search.SearchRequest
 
toString() - Method in class org.elasticsearch.action.search.SearchRequestBuilder
 
toString() - Method in class org.elasticsearch.action.search.SearchResponse
 
toString() - Method in class org.elasticsearch.action.search.SearchScrollRequest
 
toString() - Method in class org.elasticsearch.action.search.ShardSearchFailure
 
toString() - Method in class org.elasticsearch.action.support.ActiveShardCount
 
toString() - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
toString() - Method in class org.elasticsearch.action.support.IndicesOptions
 
toString() - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
 
toString() - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
 
toString() - Method in class org.elasticsearch.action.support.replication.ReplicationTask.Status
 
toString() - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
 
toString() - Method in class org.elasticsearch.action.support.ToXContentToBytes
 
toString(ToXContent.Params) - Method in class org.elasticsearch.action.support.ToXContentToBytes
 
toString() - Method in class org.elasticsearch.action.TaskOperationFailure
 
toString() - Method in class org.elasticsearch.action.update.UpdateResponse
 
toString() - Method in class org.elasticsearch.bootstrap.JavaVersion
 
toString() - Method in class org.elasticsearch.Build
 
toString() - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction.ShardEntry
 
toString() - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
toString() - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
toString() - Method in class org.elasticsearch.cluster.ClusterName
 
toString() - Method in enum org.elasticsearch.cluster.ClusterState.Metric
 
toString() - Method in class org.elasticsearch.cluster.ClusterState
 
toString() - Method in class org.elasticsearch.cluster.DiskUsage
 
toString() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.Tombstone
 
toString() - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard
 
toString() - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
toString() - Method in class org.elasticsearch.cluster.node.DiscoveryNodeFilters
Generates a human-readable string for the DiscoverNodeFilters.
toString() - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
toString() - Method in enum org.elasticsearch.cluster.routing.allocation.AllocationDecision
 
toString() - Method in enum org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider.ClusterRebalanceType
 
toString() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
 
toString() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
 
toString() - Method in class org.elasticsearch.cluster.routing.allocation.FailedShard
 
toString() - Method in class org.elasticsearch.cluster.routing.allocation.StaleShard
 
toString() - Method in class org.elasticsearch.cluster.routing.AllocationId
 
toString() - Method in class org.elasticsearch.cluster.routing.RecoverySource.LocalShardsRecoverySource
 
toString() - Method in class org.elasticsearch.cluster.routing.RecoverySource.PeerRecoverySource
 
toString() - Method in class org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
 
toString() - Method in class org.elasticsearch.cluster.routing.RecoverySource.StoreRecoverySource
 
toString() - Method in class org.elasticsearch.cluster.routing.RoutingNode
 
toString() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
toString() - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
toString() - Method in class org.elasticsearch.cluster.routing.ShardRouting
 
toString() - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
 
toString() - Method in class org.elasticsearch.cluster.service.SourcePrioritizedRunnable
 
toString() - Method in class org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
 
toString() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
toString() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
 
toString() - Method in class org.elasticsearch.common.blobstore.BlobPath
 
toString() - Method in class org.elasticsearch.common.blobstore.fs.FsBlobStore
 
toString() - Method in class org.elasticsearch.common.blobstore.support.PlainBlobMetaData
 
toString() - Method in class org.elasticsearch.common.blobstore.url.URLBlobStore
toString() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
 
toString() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap
 
toString() - Method in class org.elasticsearch.common.collect.Tuple
 
toString() - Method in class org.elasticsearch.common.component.Lifecycle
 
toString() - Method in class org.elasticsearch.common.compress.CompressedXContent
 
toString() - Method in class org.elasticsearch.common.geo.builders.ShapeBuilder.Edge
 
toString() - Method in class org.elasticsearch.common.geo.GeoPoint
 
toString() - Method in class org.elasticsearch.common.inject.internal.BindingBuilder
 
toString() - Method in class org.elasticsearch.common.inject.internal.BindingImpl
 
toString() - Method in class org.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
 
toString() - Method in class org.elasticsearch.common.inject.internal.ExposedBindingImpl
 
toString() - Method in class org.elasticsearch.common.inject.internal.ExposureBuilder
 
toString() - Method in class org.elasticsearch.common.inject.internal.InstanceBindingImpl
 
toString() - Method in class org.elasticsearch.common.inject.internal.InternalFactory.Instance
 
toString() - Method in class org.elasticsearch.common.inject.internal.LinkedBindingImpl
 
toString() - Method in class org.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
 
toString() - Method in class org.elasticsearch.common.inject.internal.MatcherAndConverter
 
toString() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
 
toString() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
 
toString() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
 
toString(Type) - Static method in class org.elasticsearch.common.inject.internal.MoreTypes
 
toString(Member) - Static method in class org.elasticsearch.common.inject.internal.MoreTypes
Formats a member as concise string, such as java.util.ArrayList.size, java.util.ArrayList<init>() or java.util.List.remove().
toString() - Method in class org.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
 
toString() - Method in class org.elasticsearch.common.inject.internal.PrivateElementsImpl
 
toString() - Method in class org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
 
toString() - Method in class org.elasticsearch.common.inject.internal.ToStringBuilder
 
toString() - Method in class org.elasticsearch.common.inject.internal.UntargettedBindingImpl
 
toString() - Method in class org.elasticsearch.common.inject.Key
 
toString() - Method in class org.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
 
toString() - Method in interface org.elasticsearch.common.inject.Scope
A short but useful description of this scope.
toString() - Method in class org.elasticsearch.common.inject.spi.Dependency
 
toString() - Method in class org.elasticsearch.common.inject.spi.InjectionPoint
 
toString() - Method in class org.elasticsearch.common.inject.spi.Message
 
toString() - Method in class org.elasticsearch.common.inject.spi.ProviderLookup.ProviderImpl
 
toString() - Method in class org.elasticsearch.common.inject.TypeLiteral
 
toString() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Converts input data to a string.
toString() - Method in class org.elasticsearch.common.io.FastStringReader
 
toString(String) - Method in class org.elasticsearch.common.lucene.all.AllTermQuery
 
toString(Object) - Static method in class org.elasticsearch.common.lucene.BytesRefs
Converts a value to a string, taking special care if its a BytesRef to call BytesRef.utf8ToString().
toString() - Method in enum org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
 
toString(String) - Method in class org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
 
toString(String) - Method in class org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
 
toString() - Method in class org.elasticsearch.common.lucene.search.function.ScriptScoreFunction
 
toString(String) - Method in class org.elasticsearch.common.lucene.search.MoreLikeThisQuery
 
toString(String) - Method in class org.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
 
toString() - Method in class org.elasticsearch.common.ParseField
 
toString() - Method in class org.elasticsearch.common.path.PathTrie.TrieNode
 
toString() - Method in class org.elasticsearch.common.settings.SecureString
Convert to a String.
toString() - Method in class org.elasticsearch.common.settings.Setting.AffixKey
 
toString() - Method in class org.elasticsearch.common.settings.Setting.SimpleKey
 
toString() - Method in class org.elasticsearch.common.StopWatch
Return an informative string describing all tasks performed For custom reporting, call getTaskInfo() and use the task info directly.
toString(ToXContent) - Static method in class org.elasticsearch.common.Strings
Return a String that is the json representation of the provided ToXContent.
toString() - Method in class org.elasticsearch.common.text.Text
 
toString() - Method in class org.elasticsearch.common.transport.BoundTransportAddress
 
toString() - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
toString() - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
toString() - Method in class org.elasticsearch.common.transport.PortsRange
 
toString() - Method in interface org.elasticsearch.common.transport.TransportAddress
 
toString() - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
toString() - Method in class org.elasticsearch.common.unit.DistanceUnit.Distance
 
toString(double) - Method in enum org.elasticsearch.common.unit.DistanceUnit
Convert a value to a distance string
toString() - Method in enum org.elasticsearch.common.unit.DistanceUnit
 
toString() - Method in class org.elasticsearch.common.unit.RatioValue
 
toString() - Method in class org.elasticsearch.common.unit.SizeValue
 
toString() - Method in class org.elasticsearch.common.unit.TimeValue
Returns a String representation of the current TimeValue.
toString() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
toString() - Method in class org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
 
toString(Locale) - Static method in class org.elasticsearch.common.util.LocaleUtils
Return a string for a Locale object
toString() - Method in class org.elasticsearch.common.util.URIPattern
 
toString() - Method in class org.elasticsearch.common.xcontent.ObjectParser
 
toString() - Method in class org.elasticsearch.common.xcontent.support.filtering.FilterPath
 
toString(ToXContent) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Writes serialized toXContent to pretty-printed JSON string.
toString(ToXContent, ToXContent.Params) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Writes serialized toXContent to pretty-printed JSON string.
toString() - Method in class org.elasticsearch.common.xcontent.XContentLocation
 
toString() - Method in class org.elasticsearch.discovery.zen.ElectMasterService.MasterCandidate
 
toString() - Method in class org.elasticsearch.discovery.zen.PendingClusterStateStats
 
toString() - Method in class org.elasticsearch.discovery.zen.ZenPing.PingResponse
 
toString() - Method in exception org.elasticsearch.ElasticsearchException
 
toString() - Method in class org.elasticsearch.env.NodeEnvironment.NodePath
 
toString() - Method in class org.elasticsearch.env.NodeMetaData
 
toString() - Method in class org.elasticsearch.env.ShardLock
 
toString() - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
 
toString() - Method in class org.elasticsearch.index.analysis.NamedAnalyzer
 
toString() - Method in class org.elasticsearch.index.engine.Engine.CommitId
 
toString() - Method in class org.elasticsearch.index.engine.Segment
 
toString(SortedNumericDocValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Return a String representation of the provided values.
toString(SortedNumericDoubleValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Return a String representation of the provided values.
toString(RandomAccessOrds) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Return a String representation of the provided values.
toString(MultiGeoPointValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Return a String representation of the provided values.
toString() - Method in class org.elasticsearch.index.get.GetField
 
toString() - Method in class org.elasticsearch.index.Index
 
toString() - Method in class org.elasticsearch.index.mapper.Mapping
 
toString() - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
toString() - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.Range
 
toString(String) - Method in class org.elasticsearch.index.mapper.TypeFieldMapper.TypesQuery
 
toString() - Method in class org.elasticsearch.index.mapper.Uid
 
toString() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
toString() - Method in class org.elasticsearch.index.recovery.RecoveryStats
 
toString() - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
 
toString() - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
toString() - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
toString() - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
toString() - Method in class org.elasticsearch.index.reindex.RemoteInfo
 
toString() - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
toString() - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
toString(String) - Method in class org.elasticsearch.index.search.ESToParentBlockJoinQuery
 
toString(String) - Method in class org.elasticsearch.index.search.geo.GeoPolygonQuery
 
toString(String) - Method in class org.elasticsearch.index.search.geo.LegacyGeoDistanceRangeQuery
Deprecated.
 
toString(String) - Method in class org.elasticsearch.index.search.geo.LegacyInMemoryGeoBoundingBoxQuery
Deprecated.
 
toString() - Method in class org.elasticsearch.index.shard.ElasticsearchMergePolicy
 
toString() - Method in class org.elasticsearch.index.shard.ShardId
 
toString() - Method in class org.elasticsearch.index.shard.ShardPath
 
toString() - Method in class org.elasticsearch.index.shard.ShardStateMetaData
 
toString() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
 
toString() - Method in class org.elasticsearch.index.store.Store.RecoveryDiff
 
toString() - Method in class org.elasticsearch.index.store.StoreFileMetaData
 
toString() - Method in class org.elasticsearch.index.translog.BaseTranslogReader
 
toString() - Method in class org.elasticsearch.index.translog.Translog.Delete
 
toString() - Method in class org.elasticsearch.index.translog.Translog.Index
 
toString() - Method in class org.elasticsearch.index.translog.Translog.Location
 
toString() - Method in class org.elasticsearch.indices.breaker.BreakerSettings
 
toString() - Method in class org.elasticsearch.indices.breaker.CircuitBreakerStats
 
toString() - Method in class org.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
 
toString() - Method in class org.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
 
toString() - Method in class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
 
toString() - Method in class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
 
toString() - Method in class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
toString() - Method in class org.elasticsearch.indices.recovery.RecoverySourceHandler
 
toString() - Method in class org.elasticsearch.indices.recovery.RecoveryState.File
 
toString() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
toString() - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
toString() - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData
 
toString() - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
 
toString() - Method in class org.elasticsearch.indices.TermsLookup
 
toString() - Method in class org.elasticsearch.ingest.IngestDocument
 
toString() - Method in class org.elasticsearch.monitor.jvm.DeadlockAnalyzer.Deadlock
 
toString() - Method in class org.elasticsearch.plugins.ActionPlugin.ActionHandler
 
toString() - Method in class org.elasticsearch.plugins.PluginInfo
 
toString() - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
toString() - Method in class org.elasticsearch.repositories.IndexId
 
toString() - Method in class org.elasticsearch.repositories.VerificationFailure
 
toString() - Method in class org.elasticsearch.script.CompiledScript
 
toString() - Method in class org.elasticsearch.script.Script
 
toString() - Method in class org.elasticsearch.script.ScriptContext.Plugin
 
toString() - Method in enum org.elasticsearch.script.ScriptContext.Standard
 
toString() - Method in class org.elasticsearch.script.ScriptMetaData
 
toString() - Method in class org.elasticsearch.script.ScriptModes
 
toString() - Method in enum org.elasticsearch.script.ScriptType
 
toString() - Method in class org.elasticsearch.script.StoredScriptSource
 
toString() - Method in class org.elasticsearch.search.aggregations.AggregatorBase
 
toString() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
toString() - Method in class org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
 
toString() - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
toString() - Method in enum org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator.ExecutionMode
 
toString() - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
 
toString() - Method in enum org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory.ExecutionMode
 
toString() - Method in enum org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.ExecutionMode
 
toString() - Method in enum org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesMethod
 
toString() - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
 
toString() - Method in class org.elasticsearch.search.aggregations.support.AggregationPath.PathElement
 
toString() - Method in class org.elasticsearch.search.aggregations.support.AggregationPath
 
toString() - Method in enum org.elasticsearch.search.aggregations.support.ValueType
 
toString() - Method in enum org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.BoundaryScannerType
 
toString() - Method in enum org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Order
 
toString() - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightField
 
toString() - Method in class org.elasticsearch.search.internal.AliasFilter
 
toString() - Method in class org.elasticsearch.search.internal.SearchContext
 
toString() - Method in enum org.elasticsearch.search.profile.aggregation.AggregationTimingType
 
toString() - Method in enum org.elasticsearch.search.profile.query.QueryTimingType
 
toString() - Method in enum org.elasticsearch.search.rescore.QueryRescoreMode
 
toString() - Method in class org.elasticsearch.search.Scroll
 
toString() - Method in class org.elasticsearch.search.searchafter.SearchAfterBuilder
 
toString() - Method in class org.elasticsearch.search.SearchShardTarget
 
toString(String) - Method in class org.elasticsearch.search.slice.SliceQuery
 
toString() - Method in enum org.elasticsearch.search.sort.ScriptSortBuilder.ScriptSortType
 
toString() - Method in enum org.elasticsearch.search.sort.SortMode
 
toString() - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
 
toString() - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping.InternalQueryContext
 
toString() - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping
 
toString() - Method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping.ContextQuery
 
toString() - Method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
 
toString() - Method in class org.elasticsearch.search.suggest.DirectSpellcheckerSettings
 
toString() - Method in class org.elasticsearch.search.suggest.phrase.Correction
 
toString() - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
 
toString() - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
toString() - Method in class org.elasticsearch.search.suggest.Suggest
 
toString() - Method in class org.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
 
toString() - Method in class org.elasticsearch.snapshots.RestoreService.UpdateIndexShardRestoreStatusRequest
 
toString() - Method in class org.elasticsearch.snapshots.Snapshot
 
toString() - Method in class org.elasticsearch.snapshots.SnapshotId
 
toString() - Method in class org.elasticsearch.snapshots.SnapshotInfo
 
toString() - Method in class org.elasticsearch.snapshots.SnapshotShardFailure
 
toString() - Method in class org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
 
toString() - Method in class org.elasticsearch.tasks.RawTaskStatus
 
toString() - Method in class org.elasticsearch.tasks.TaskId
 
toString() - Method in class org.elasticsearch.tasks.TaskInfo
 
toString() - Method in class org.elasticsearch.tasks.TaskResult
 
toString() - Method in class org.elasticsearch.transport.PlainTransportFuture
 
toString() - Method in class org.elasticsearch.transport.RequestHandlerRegistry
 
toString() - Method in class org.elasticsearch.transport.TransportService.ContextRestoreResponseHandler
 
toString() - Method in class org.elasticsearch.Version
 
toStringArray(Collection<String>) - Static method in class org.elasticsearch.common.Strings
Copy the given Collection into a String array.
ToStringBuilder - Class in org.elasticsearch.common.inject.internal
Helps with toString() methods.
ToStringBuilder(String) - Constructor for class org.elasticsearch.common.inject.internal.ToStringBuilder
 
ToStringBuilder(Class) - Constructor for class org.elasticsearch.common.inject.internal.ToStringBuilder
 
toStringTrim() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Converts the input data to a string with trimmed whitespaces.
total() - Method in class org.elasticsearch.index.warmer.WarmerStats
The total number of warmer executed.
TOTAL - Static variable in class org.elasticsearch.search.SearchHits.Fields
 
TOTAL_CIRCUIT_BREAKER_LIMIT_SETTING - Static variable in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
 
TOTAL_FIELD - Static variable in class org.elasticsearch.rest.action.RestActions
 
totalBytes() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
total number of bytes in th shard
totalFileCount() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
total number of files that are part of this recovery, both re-used and recovered
totalFilesSize() - Method in exception org.elasticsearch.indices.recovery.RecoverFilesRecoveryException
 
totalHits - Variable in class org.elasticsearch.search.internal.ScrollContext
 
totalHits - Variable in class org.elasticsearch.search.SearchHits
 
totalHits() - Method in class org.elasticsearch.search.SearchHits
Deprecated.
totalOperations() - Method in class org.elasticsearch.index.translog.BaseTranslogReader
 
totalOperations() - Method in interface org.elasticsearch.index.translog.Translog.Snapshot
The total number of operations in the translog.
totalOperations() - Method in class org.elasticsearch.index.translog.Translog
Returns the number of operations in the transaction files that aren't committed to lucene..
totalOperations() - Method in class org.elasticsearch.index.translog.Translog.View
The total number of operations in the view.
totalOperations() - Method in class org.elasticsearch.index.translog.TranslogReader
 
totalOperations() - Method in class org.elasticsearch.index.translog.TranslogWriter
 
totalOperations() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Translog
returns the total number of translog operations needed to be recovered at this moment.
totalOperations(int) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Translog
 
totalOperationsOnStart() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Translog
returns the total number of translog operations to recovered, on the start of the recovery.
totalOperationsOnStart(int) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Translog
 
totalRecoverBytes() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
total bytes of files to be recovered (potentially not yet done)
totalRecoverFiles() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
total number of files to be recovered (potentially not yet done)
totalReuseBytes() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
totalShards() - Method in class org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
total number shards, including replicas, both assigned and unassigned
totalShards() - Method in class org.elasticsearch.indices.flush.ShardsSyncedFlushResult
 
totalShards() - Method in class org.elasticsearch.snapshots.RestoreInfo
Number of shards being restored
totalShards() - Method in class org.elasticsearch.snapshots.SnapshotInfo
Returns total number of shards that were snapshotted; a value of 0 will be returned if SnapshotInfo.state() returns null.
totalSize() - Method in class org.elasticsearch.cluster.routing.GroupShardsIterator
Returns the total number of shards within all groups
totalSize() - Method in class org.elasticsearch.index.shard.SnapshotStatus.Index
 
totalSize() - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
Returns total size of all files that where snapshotted
totalSize() - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Total snapshot size
totalSizeWith1ForEmpty() - Method in class org.elasticsearch.cluster.routing.GroupShardsIterator
Returns the total number of shards plus the number of empty groups
totalTermFreq() - Method in class org.elasticsearch.common.lucene.index.FilterableTermsEnum
 
totalTime() - Method in class org.elasticsearch.common.StopWatch
Return the total time for all tasks.
totalTime() - Method in class org.elasticsearch.index.warmer.WarmerStats
The total time warmer have been executed.
totalTimeInMillis() - Method in class org.elasticsearch.index.warmer.WarmerStats
The total time warmer have been executed (in milliseconds).
totalTranslogOps() - Method in class org.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
 
totalTranslogOps() - Method in class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
totalTranslogOps() - Method in class org.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
 
totalTranslogOps() - Method in class org.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
 
toTB(long) - Method in enum org.elasticsearch.common.unit.ByteSizeUnit
 
toTera(long) - Method in enum org.elasticsearch.common.unit.SizeUnit
 
toTimingMap() - Method in class org.elasticsearch.search.profile.AbstractProfileBreakdown
Convert this record to a map from timingType to times.
toUriString(InetAddress) - Static method in class org.elasticsearch.common.network.InetAddresses
Returns the string representation of an InetAddress suitable for inclusion in a URI.
toUTF16() - Method in interface org.elasticsearch.search.suggest.completion2x.CompletionTokenStream.ByteTermAttribute
 
toUTF16() - Method in class org.elasticsearch.search.suggest.completion2x.CompletionTokenStream.ByteTermAttributeImpl
 
toUTF8Bytes(CharSequence) - Static method in class org.elasticsearch.common.Strings
 
toUTF8Bytes(CharSequence, BytesRefBuilder) - Static method in class org.elasticsearch.common.Strings
 
toValuesSource(QueryShardContext) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
Get a value source given its configuration.
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.remote.RemoteInfoResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.bulk.BulkItemResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.bulk.BulkResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.DocWriteResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilities
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.get.GetResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.get.MultiGetResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.ingest.GetPipelineResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.ingest.SimulateDocumentBaseResult
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.ingest.SimulateDocumentVerboseResult
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.ingest.SimulatePipelineResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.main.MainResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.search.ClearScrollRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.search.ClearScrollResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.search.MultiSearchResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in exception org.elasticsearch.action.search.SearchPhaseExecutionException
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.search.SearchResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.search.SearchResponseSections
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.search.SearchScrollRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.search.ShardSearchFailure
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.support.replication.ReplicationTask.Status
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.TaskOperationFailure
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.update.UpdateRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.ClusterInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.ClusterState
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.DiskUsage
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.health.ClusterIndexHealth
 
toXContent(AliasMetaData, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.cluster.metadata.AliasMetaData.Builder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.Tombstone
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard
 
toXContent(IndexMetaData, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
toXContent(IndexTemplateMetaData, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
toXContent(MetaData) - Static method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
toXContent(MetaData, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.metadata.RepositoriesMetaData
toXContent(RepositoryMetaData, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.cluster.metadata.RepositoriesMetaData
Serializes information about a single repository
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.RestoreInProgress
toXContent(RestoreInProgress.Entry, XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.RestoreInProgress
Serializes single restore operation
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.RerouteExplanation
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingExplanations
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.AllocationId
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.RecoverySource
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.ShardRouting
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.SnapshotsInProgress
 
toXContent(SnapshotsInProgress.Entry, XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.cluster.SnapshotsInProgress
 
toXContent(XContentBuilder, String, String, String) - Method in class org.elasticsearch.common.FieldMemoryStats
Generates x-content into the given builder for each of the fields in this stats instance
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.common.geo.builders.EnvelopeBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.common.geo.builders.LineStringBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.common.geo.builders.MultiLineStringBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.common.geo.builders.MultiPointBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.common.geo.builders.MultiPolygonBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.common.geo.builders.PointBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
 
toXContent(XContentBuilder, Coordinate) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.common.settings.Setting
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.common.settings.Settings
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.common.unit.Fuzziness
 
toXContent(XContentBuilder, ToXContent.Params, boolean) - Method in class org.elasticsearch.common.unit.Fuzziness
 
ToXContent - Interface in org.elasticsearch.common.xcontent
An interface allowing to transfer an object to "XContent" using an XContentBuilder.
toXContent(XContentBuilder, ToXContent.Params) - Method in interface org.elasticsearch.common.xcontent.ToXContent
 
toXContent(ToXContent, XContentType, boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Returns the bytes that represent the XContent output of the provided ToXContent object, using the provided XContentType.
toXContent(ToXContent, XContentType, ToXContent.Params, boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Returns the bytes that represent the XContent output of the provided ToXContent object, using the provided XContentType.
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.discovery.DiscoveryStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.discovery.zen.PendingClusterStateStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in exception org.elasticsearch.ElasticsearchException
 
toXContent(XContentBuilder, T) - Method in class org.elasticsearch.gateway.MetaDataStateFormat
Writes the given state to the given XContentBuilder Subclasses need to implement this class for theirs specific state.
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.http.HttpInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.http.HttpStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.cache.query.QueryCacheStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.cache.request.RequestCacheStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.engine.CommitStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.fielddata.FieldDataStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.flush.FlushStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.get.GetField
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.get.GetResult
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.get.GetStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.Index
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.AllFieldMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.DynamicTemplate
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.FieldMapper.CopyTo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.FieldMapper.MultiFields
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.FieldMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.IdFieldMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.IndexFieldMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.Mapping
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
toXContent(XContentBuilder, ToXContent.Params, ToXContent) - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.ParentFieldMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.RoutingFieldMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.SourceFieldMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.TTLFieldMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.TypeFieldMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.UidFieldMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.mapper.VersionFieldMapper
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.merge.MergeStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.recovery.RecoveryStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.refresh.RefreshStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.search.stats.SearchStats
 
toXContent(CommitPoint) - Static method in class org.elasticsearch.index.shard.CommitPoints
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.shard.DocsStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.shard.IndexingStats.Stats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.shard.IndexingStats
 
toXContent(BlobStoreIndexShardSnapshot.FileInfo, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
Serializes file info into JSON
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
Serializes shard snapshot metadata info into JSON
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
Writes index file for the shard in the following format.
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.store.StoreStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.translog.TranslogStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.warmer.WarmerStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.indices.breaker.AllCircuitBreakerStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.indices.breaker.CircuitBreakerStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.indices.NodeIndicesStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.indices.recovery.RecoveryState.File
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.indices.recovery.RecoveryState
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Translog
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.indices.TermsLookup
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.ingest.IngestInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.ingest.IngestMetadata
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.ingest.IngestStats.Stats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.ingest.IngestStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.ingest.PipelineConfiguration
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.ingest.ProcessorInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.fs.FsInfo.DeviceStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.fs.FsInfo.IoStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.fs.FsInfo.Path
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.fs.FsInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.os.OsInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.os.OsStats.Cgroup.CpuStat
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.os.OsStats.Cgroup
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.os.OsStats.Cpu
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.os.OsStats.Swap
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.os.OsStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.process.ProcessInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.monitor.process.ProcessStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.plugins.PluginInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.repositories.IndexId
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.script.Script
This will build scripts into the following XContent structure: {@code { "<(id, source)>" : "", "lang" : "", "options" : { "option0" : "", "option1" : "", ...
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.script.ScriptMetaData
This will write XContent from ScriptMetaData.
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.script.ScriptStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.script.StoredScriptSource
This will write XContent from a StoredScriptSource.
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.Aggregations
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.AggregatorFactories.Builder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator.KeyedFilter
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator.KeyedFilter
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters.InternalBucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.filters.ParsedFilters.ParsedBucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.range.ip.IpRangeAggregationBuilder.Range
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedBinaryRange.ParsedBucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.range.ParsedRange.ParsedBucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare.ChiSquareBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND.GNDBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore.JLHScoreBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation.MutualInformationBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore.PercentageScoreBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.significant.ParsedSignificantTerms.ParsedBucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms.ParsedBucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.InternalAggregation
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.ParsedAggregation
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel.EWMAModelBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel.HoltLinearModelBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel.LinearModelBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel.SimpleModelBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder.IndexBoost
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.collapse.CollapseBuilder
 
toXContent(String, XContentBuilder) - Method in class org.elasticsearch.search.fetch.StoredFieldsContext
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightField
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.profile.ProfileResult
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.profile.query.CollectorResult
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.profile.query.QueryProfileShardResult
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.profile.SearchProfileShardResults
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.rescore.RescoreBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.searchafter.SearchAfterBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.SearchHit.NestedIdentity
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.SearchHit
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.SearchHits
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.SearchSortValues
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.slice.SliceBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.sort.FieldSortBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.sort.ScoreSortBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion.CompletionStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion.context.ContextMappings
Writes a list of objects specified by the defined ContextMappings see ToXContent.toXContent(XContentBuilder, Params)
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion.context.GeoQueryContext
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion.RegexOptions
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.phrase.SmoothingModel
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.Suggest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.SuggestBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.snapshots.RestoreInfo
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.snapshots.SnapshotId
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.snapshots.SnapshotInfo
 
toXContent(SnapshotShardFailure, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.snapshots.SnapshotShardFailure
Serializes snapshot failure information into JSON
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.snapshots.SnapshotShardFailure
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.tasks.RawTaskStatus
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.tasks.TaskInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.tasks.TaskResult
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.threadpool.ThreadPool.Info
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.threadpool.ThreadPoolInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.threadpool.ThreadPoolStats.Stats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.threadpool.ThreadPoolStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.transport.RemoteConnectionInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.transport.TransportInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.transport.TransportStats
 
ToXContent.DelegatingMapParams - Class in org.elasticsearch.common.xcontent
 
ToXContent.MapParams - Class in org.elasticsearch.common.xcontent
 
ToXContent.Params - Interface in org.elasticsearch.common.xcontent
 
toXContentEmbedded(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.index.get.GetResult
 
toXContentGroupedByNode(XContentBuilder, ToXContent.Params, DiscoveryNodes) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
Convert this task response to XContent grouping by executing nodes.
toXContentGroupedByParents(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
Convert this response to XContent grouping by parent tasks.
toXContentInternal(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.search.aggregations.Aggregations
Directly write all the aggregations without their bounding object.
ToXContentObject - Interface in org.elasticsearch.common.xcontent
An interface allowing to transfer an object to "XContent" using an XContentBuilder.
ToXContentToBytes - Class in org.elasticsearch.action.support
Base class for ToXContent implementation that also support conversion to BytesReference for serialization purposes
ToXContentToBytes() - Constructor for class org.elasticsearch.action.support.ToXContentToBytes
 
ToXContentToBytes(XContentType) - Constructor for class org.elasticsearch.action.support.ToXContentToBytes
 
toXContentWithoutObject(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
 
TRACE_LOG_EXCLUDE_SETTING - Static variable in class org.elasticsearch.transport.TransportService
 
TRACE_LOG_INCLUDE_SETTING - Static variable in class org.elasticsearch.transport.TransportService
 
traceEnabled() - Method in class org.elasticsearch.transport.TransportService.Adapter
 
traceReceivedRequest(long, String) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
traceReceivedResponse(long, DiscoveryNode, String) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
traceRequestSent(DiscoveryNode, long, String, TransportRequestOptions) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
traceResponseSent(long, String, Exception) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
traceResponseSent(long, String) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
traceUnresolvedResponse(long) - Method in class org.elasticsearch.transport.TransportService.Adapter
 
TRACK_SCORES_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
TrackingResultProcessor - Class in org.elasticsearch.action.ingest
Processor to be used within Simulate API to keep track of processors executed in pipeline.
TrackingResultProcessor(boolean, Processor, List<SimulateProcessorResult>) - Constructor for class org.elasticsearch.action.ingest.TrackingResultProcessor
 
trackScores(boolean) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Applies when sorting, and controls if scores will be tracked as well.
trackScores() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Indicates whether scores will be tracked for this request.
trackScores(boolean) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Applies when sorting, and controls if scores will be tracked as well.
trackScores() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Indicates whether scores will be tracked for this request.
trackScores(boolean) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
trackScores() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
trackScores(boolean) - Method in class org.elasticsearch.search.internal.SearchContext
 
trackScores() - Method in class org.elasticsearch.search.internal.SearchContext
 
trackScores(boolean) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
trackScores() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
transientSettings() - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
transientSettings(Settings) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
Sets the transient settings to be updated.
transientSettings(Settings.Builder) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
Sets the transient settings to be updated.
transientSettings(String) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
Deprecated.
transientSettings(String, XContentType) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
Sets the source containing the transient settings to be updated.
transientSettings(Map) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
Sets the transient settings to be updated.
transientSettings() - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
transientSettings(Settings) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
transientSettings() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
translog - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
translog(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
translog() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
translog() - Method in class org.elasticsearch.index.shard.SnapshotStatus
 
Translog() - Constructor for class org.elasticsearch.index.shard.SnapshotStatus.Translog
 
Translog - Class in org.elasticsearch.index.translog
A Translog is a per index shard component that records all non-committed index operations in a durable manner.
Translog(TranslogConfig, Translog.TranslogGeneration) - Constructor for class org.elasticsearch.index.translog.Translog
Creates a new Translog instance.
Translog() - Constructor for class org.elasticsearch.indices.recovery.RecoveryState.Translog
 
Translog.Delete - Class in org.elasticsearch.index.translog
 
Translog.Durability - Enum in org.elasticsearch.index.translog
 
Translog.Index - Class in org.elasticsearch.index.translog
 
Translog.Location - Class in org.elasticsearch.index.translog
 
Translog.Operation - Interface in org.elasticsearch.index.translog
A generic interface representing an operation performed on the transaction log.
Translog.Operation.Type - Enum in org.elasticsearch.index.translog
 
Translog.Snapshot - Interface in org.elasticsearch.index.translog
A snapshot of the transaction log, allows to iterate over all the transaction log operations.
Translog.Source - Class in org.elasticsearch.index.translog
 
Translog.TranslogGeneration - Class in org.elasticsearch.index.translog
References a transaction log generation
Translog.View - Class in org.elasticsearch.index.translog
a view into the translog, capturing all translog file at the moment of creation and updated with any future translog.
TRANSLOG_CODEC - Static variable in class org.elasticsearch.index.translog.TranslogWriter
 
TRANSLOG_FILE_PREFIX - Static variable in class org.elasticsearch.index.translog.Translog
 
TRANSLOG_FILE_SUFFIX - Static variable in class org.elasticsearch.index.translog.Translog
 
TRANSLOG_FOLDER_NAME - Static variable in class org.elasticsearch.index.shard.ShardPath
 
TRANSLOG_GENERATION_KEY - Static variable in class org.elasticsearch.index.translog.Translog
 
TRANSLOG_OPS - Static variable in class org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
 
TRANSLOG_UUID_KEY - Static variable in class org.elasticsearch.index.translog.Translog
 
TranslogConfig - Class in org.elasticsearch.index.translog
 
TranslogConfig(ShardId, Path, IndexSettings, BigArrays) - Constructor for class org.elasticsearch.index.translog.TranslogConfig
Creates a new TranslogConfig instance
TranslogCorruptedException - Exception in org.elasticsearch.index.translog
 
TranslogCorruptedException(String) - Constructor for exception org.elasticsearch.index.translog.TranslogCorruptedException
 
TranslogCorruptedException(String, Throwable) - Constructor for exception org.elasticsearch.index.translog.TranslogCorruptedException
 
TranslogCorruptedException(StreamInput) - Constructor for exception org.elasticsearch.index.translog.TranslogCorruptedException
 
TranslogException - Exception in org.elasticsearch.index.translog
 
TranslogException(ShardId, String) - Constructor for exception org.elasticsearch.index.translog.TranslogException
 
TranslogException(ShardId, String, Throwable) - Constructor for exception org.elasticsearch.index.translog.TranslogException
 
TranslogException(StreamInput) - Constructor for exception org.elasticsearch.index.translog.TranslogException
 
translogFileGeneration - Variable in class org.elasticsearch.index.translog.Translog.TranslogGeneration
 
translogFiles() - Method in class org.elasticsearch.index.shard.CommitPoint
 
TranslogGeneration(String, long) - Constructor for class org.elasticsearch.index.translog.Translog.TranslogGeneration
 
translogLocation - Variable in class org.elasticsearch.index.translog.Translog.Location
 
TranslogReader - Class in org.elasticsearch.index.translog
an immutable translog filereader
TranslogReader(long, FileChannel, Path, long, long, int) - Constructor for class org.elasticsearch.index.translog.TranslogReader
Create a reader of translog file channel.
TranslogRecoveryPerformer - Class in org.elasticsearch.index.shard
The TranslogRecoveryPerformer encapsulates all the logic needed to transform a translog entry into an indexing operation including source parsing and field creation from the source.
TranslogRecoveryPerformer(ShardId, MapperService, Logger) - Constructor for class org.elasticsearch.index.shard.TranslogRecoveryPerformer
 
TranslogRecoveryPerformer.BatchOperationException - Exception in org.elasticsearch.index.shard
 
translogStats() - Method in class org.elasticsearch.index.shard.IndexShard
 
translogStats() - Method in class org.elasticsearch.index.shard.ShadowIndexShard
 
TranslogStats - Class in org.elasticsearch.index.translog
 
TranslogStats() - Constructor for class org.elasticsearch.index.translog.TranslogStats
 
TranslogStats(int, long) - Constructor for class org.elasticsearch.index.translog.TranslogStats
 
TranslogToolCli - Class in org.elasticsearch.index.translog
Class encapsulating and dispatching commands from the elasticsearch-translog command line tool
translogUUID - Variable in class org.elasticsearch.index.translog.Translog.TranslogGeneration
 
TranslogWriter - Class in org.elasticsearch.index.translog
 
TranslogWriter(ChannelFactory, ShardId, long, FileChannel, Path, ByteSizeValue) - Constructor for class org.elasticsearch.index.translog.TranslogWriter
 
transport() - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node Transport be returned.
transport(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
Should the node Transport be returned.
transport() - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node Transport be returned.
transport(boolean) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
Should the node Transport be returned.
Transport - Interface in org.elasticsearch.transport
 
transport - Variable in class org.elasticsearch.transport.TransportService
 
Transport.Connection - Interface in org.elasticsearch.transport
A unidirectional connection to a DiscoveryNode
TRANSPORT_CLIENT_BOSS_THREAD_NAME_PREFIX - Static variable in class org.elasticsearch.transport.TcpTransport
 
TRANSPORT_CLIENT_WORKER_THREAD_NAME_PREFIX - Static variable in class org.elasticsearch.transport.TcpTransport
 
TRANSPORT_DEFAULT_TYPE_SETTING - Static variable in class org.elasticsearch.common.network.NetworkModule
 
TRANSPORT_LOCAL_ADDRESS - Static variable in class org.elasticsearch.transport.local.LocalTransport
 
TRANSPORT_LOCAL_QUEUE - Static variable in class org.elasticsearch.transport.local.LocalTransport
 
TRANSPORT_LOCAL_WORKERS - Static variable in class org.elasticsearch.transport.local.LocalTransport
 
TRANSPORT_PROFILES_SETTING - Static variable in class org.elasticsearch.transport.TransportSettings
 
TRANSPORT_SERVER_BOSS_THREAD_NAME_PREFIX - Static variable in class org.elasticsearch.transport.TcpTransport
 
TRANSPORT_SERVER_WORKER_THREAD_NAME_PREFIX - Static variable in class org.elasticsearch.transport.TcpTransport
 
TRANSPORT_TCP_COMPRESS - Static variable in interface org.elasticsearch.transport.Transport
 
TRANSPORT_TYPE_DEFAULT_KEY - Static variable in class org.elasticsearch.common.network.NetworkModule
 
TRANSPORT_TYPE_KEY - Static variable in class org.elasticsearch.common.network.NetworkModule
 
TRANSPORT_TYPE_SETTING - Static variable in class org.elasticsearch.common.network.NetworkModule
 
TransportAction<Request extends ActionRequest,Response extends ActionResponse> - Class in org.elasticsearch.action.support
 
TransportAction(Settings, String, ThreadPool, ActionFilters, IndexNameExpressionResolver, TaskManager) - Constructor for class org.elasticsearch.action.support.TransportAction
 
TransportActionNodeProxy<Request extends ActionRequest,Response extends ActionResponse> - Class in org.elasticsearch.action
A generic proxy that will execute the given action against a specific node.
TransportActionNodeProxy(Settings, GenericAction<Request, Response>, TransportService) - Constructor for class org.elasticsearch.action.TransportActionNodeProxy
 
TransportActionProxy - Class in org.elasticsearch.transport
TransportActionProxy allows an arbitrary action to be executed on a defined target node while the initial request is sent to a second node that acts as a request proxy to the target node.
TransportActions - Class in org.elasticsearch.action.support
 
TransportActions() - Constructor for class org.elasticsearch.action.support.TransportActions
 
TransportAddress - Interface in org.elasticsearch.common.transport
 
transportAddresses() - Method in class org.elasticsearch.client.transport.TransportClient
Returns the current registered transport addresses to use (added using TransportClient.addTransportAddress(org.elasticsearch.common.transport.TransportAddress).
TransportAddressSerializers - Class in org.elasticsearch.common.transport
A global registry of all supported types of TransportAddresss.
TransportAddressSerializers() - Constructor for class org.elasticsearch.common.transport.TransportAddressSerializers
 
TransportAliasesExistAction - Class in org.elasticsearch.action.admin.indices.alias.exists
 
TransportAliasesExistAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.alias.exists.TransportAliasesExistAction
 
TransportAnalyzeAction - Class in org.elasticsearch.action.admin.indices.analyze
Transport action used to execute analyze requests
TransportAnalyzeAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver, Environment) - Constructor for class org.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
 
TransportBroadcastAction<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,ShardRequest extends BroadcastShardRequest,ShardResponse extends BroadcastShardResponse> - Class in org.elasticsearch.action.support.broadcast
 
TransportBroadcastAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, Supplier<ShardRequest>, String) - Constructor for class org.elasticsearch.action.support.broadcast.TransportBroadcastAction
 
TransportBroadcastAction.AsyncBroadcastAction - Class in org.elasticsearch.action.support.broadcast
 
TransportBroadcastByNodeAction<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,ShardOperationResult extends Streamable> - Class in org.elasticsearch.action.support.broadcast.node
Abstraction for transporting aggregated shard-level operations in a single request (NodeRequest) per-node and executing the shard-level operations serially on the receiving node.
TransportBroadcastByNodeAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, String) - Constructor for class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
 
TransportBroadcastByNodeAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, String, boolean) - Constructor for class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
 
TransportBroadcastByNodeAction.AsyncAction - Class in org.elasticsearch.action.support.broadcast.node
 
TransportBroadcastByNodeAction.EmptyResult - Class in org.elasticsearch.action.support.broadcast.node
Can be used for implementations of shardOperation for which there is no shard-level return value.
TransportBroadcastByNodeAction.NodeRequest - Class in org.elasticsearch.action.support.broadcast.node
 
TransportBroadcastReplicationAction<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,ShardRequest extends ReplicationRequest<ShardRequest>,ShardResponse extends ReplicationResponse> - Class in org.elasticsearch.action.support.replication
Base class for requests that should be executed on all shards of an index or several indices.
TransportBroadcastReplicationAction(String, Supplier<Request>, Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, TransportReplicationAction) - Constructor for class org.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
 
TransportBulkAction - Class in org.elasticsearch.action.bulk
Groups bulk request items by shard, optionally creating non-existent indices and delegates to TransportShardBulkAction for shard-level bulk execution
TransportBulkAction(Settings, ThreadPool, TransportService, ClusterService, IngestService, TransportShardBulkAction, TransportCreateIndexAction, ActionFilters, IndexNameExpressionResolver, AutoCreateIndex) - Constructor for class org.elasticsearch.action.bulk.TransportBulkAction
 
TransportBulkAction(Settings, ThreadPool, TransportService, ClusterService, IngestService, TransportShardBulkAction, TransportCreateIndexAction, ActionFilters, IndexNameExpressionResolver, AutoCreateIndex, LongSupplier) - Constructor for class org.elasticsearch.action.bulk.TransportBulkAction
 
TransportCancelTasksAction - Class in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Transport action that can be used to cancel currently running cancellable tasks.
TransportCancelTasksAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
 
TransportChannel - Interface in org.elasticsearch.transport
A transport channel allows to send a response to a request on the channel.
TransportChannelResponseHandler<T extends TransportResponse> - Class in org.elasticsearch.transport
Base class for delegating transport response to a transport channel
TransportChannelResponseHandler(Logger, TransportChannel, String, Supplier<T>) - Constructor for class org.elasticsearch.transport.TransportChannelResponseHandler
 
TransportClearIndicesCacheAction - Class in org.elasticsearch.action.admin.indices.cache.clear
Indices clear cache action.
TransportClearIndicesCacheAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
 
TransportClearScrollAction - Class in org.elasticsearch.action.search
 
TransportClearScrollAction(Settings, TransportService, ThreadPool, ClusterService, ActionFilters, IndexNameExpressionResolver, SearchTransportService) - Constructor for class org.elasticsearch.action.search.TransportClearScrollAction
 
TransportClient - Class in org.elasticsearch.client.transport
The transport client allows to create a client that is not part of the cluster, but simply connects to one or more nodes directly by adding their respective addresses using TransportClient.addTransportAddress(org.elasticsearch.common.transport.TransportAddress).
TransportClient(Settings, Collection<Class<? extends Plugin>>) - Constructor for class org.elasticsearch.client.transport.TransportClient
Creates a new TransportClient with the given settings and plugins
TransportClient(Settings, Settings, Collection<Class<? extends Plugin>>, TransportClient.HostFailureListener) - Constructor for class org.elasticsearch.client.transport.TransportClient
Creates a new TransportClient with the given settings, defaults and plugins.
TransportClient.HostFailureListener - Interface in org.elasticsearch.client.transport
Listener that allows to be notified whenever a node failure / disconnect happens
TransportCloseIndexAction - Class in org.elasticsearch.action.admin.indices.close
Close index action
TransportCloseIndexAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexStateService, ClusterSettings, ActionFilters, IndexNameExpressionResolver, DestructiveOperations) - Constructor for class org.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
 
TransportClusterAllocationExplainAction - Class in org.elasticsearch.action.admin.cluster.allocation
The TransportClusterAllocationExplainAction is responsible for actually executing the explanation of a shard's allocation on the master node in the cluster.
TransportClusterAllocationExplainAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, ClusterInfoService, AllocationDeciders, ShardsAllocator, GatewayAllocator) - Constructor for class org.elasticsearch.action.admin.cluster.allocation.TransportClusterAllocationExplainAction
 
TransportClusterHealthAction - Class in org.elasticsearch.action.admin.cluster.health
 
TransportClusterHealthAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, GatewayAllocator) - Constructor for class org.elasticsearch.action.admin.cluster.health.TransportClusterHealthAction
 
TransportClusterInfoAction<Request extends ClusterInfoRequest<Request>,Response extends ActionResponse> - Class in org.elasticsearch.action.support.master.info
 
TransportClusterInfoAction(Settings, String, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, Supplier<Request>) - Constructor for class org.elasticsearch.action.support.master.info.TransportClusterInfoAction
 
TransportClusterRerouteAction - Class in org.elasticsearch.action.admin.cluster.reroute
 
TransportClusterRerouteAction(Settings, TransportService, ClusterService, ThreadPool, AllocationService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.reroute.TransportClusterRerouteAction
 
TransportClusterSearchShardsAction - Class in org.elasticsearch.action.admin.cluster.shards
 
TransportClusterSearchShardsAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.shards.TransportClusterSearchShardsAction
 
TransportClusterStateAction - Class in org.elasticsearch.action.admin.cluster.state
 
TransportClusterStateAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.state.TransportClusterStateAction
 
TransportClusterStatsAction - Class in org.elasticsearch.action.admin.cluster.stats
 
TransportClusterStatsAction(Settings, ThreadPool, ClusterService, TransportService, NodeService, IndicesService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction
 
TransportClusterStatsAction.ClusterStatsNodeRequest - Class in org.elasticsearch.action.admin.cluster.stats
 
TransportClusterUpdateSettingsAction - Class in org.elasticsearch.action.admin.cluster.settings
 
TransportClusterUpdateSettingsAction(Settings, TransportService, ClusterService, ThreadPool, AllocationService, ActionFilters, IndexNameExpressionResolver, ClusterSettings) - Constructor for class org.elasticsearch.action.admin.cluster.settings.TransportClusterUpdateSettingsAction
 
transportCompress() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
 
transportCompress() - Method in class org.elasticsearch.action.support.nodes.TransportNodesAction
 
transportCompress() - Method in class org.elasticsearch.action.support.tasks.TransportTasksAction
 
transportCompress() - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState
 
transportCompress() - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards
 
TransportConnectionListener - Interface in org.elasticsearch.transport
 
TransportCreateIndexAction - Class in org.elasticsearch.action.admin.indices.create
Create index action.
TransportCreateIndexAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataCreateIndexService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.create.TransportCreateIndexAction
 
TransportCreateSnapshotAction - Class in org.elasticsearch.action.admin.cluster.snapshots.create
Transport action for create snapshot operation
TransportCreateSnapshotAction(Settings, TransportService, ClusterService, ThreadPool, SnapshotsService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.create.TransportCreateSnapshotAction
 
TransportDeleteAction - Class in org.elasticsearch.action.delete
Deprecated.
TransportDeleteAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver, TransportBulkAction, TransportShardBulkAction) - Constructor for class org.elasticsearch.action.delete.TransportDeleteAction
Deprecated.
 
TransportDeleteIndexAction - Class in org.elasticsearch.action.admin.indices.delete
Delete index action.
TransportDeleteIndexAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataDeleteIndexService, ActionFilters, IndexNameExpressionResolver, DestructiveOperations) - Constructor for class org.elasticsearch.action.admin.indices.delete.TransportDeleteIndexAction
 
TransportDeleteIndexTemplateAction - Class in org.elasticsearch.action.admin.indices.template.delete
Delete index action.
TransportDeleteIndexTemplateAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexTemplateService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.template.delete.TransportDeleteIndexTemplateAction
 
TransportDeleteRepositoryAction - Class in org.elasticsearch.action.admin.cluster.repositories.delete
Transport action for unregister repository operation
TransportDeleteRepositoryAction(Settings, TransportService, ClusterService, RepositoriesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.delete.TransportDeleteRepositoryAction
 
TransportDeleteSnapshotAction - Class in org.elasticsearch.action.admin.cluster.snapshots.delete
Transport action for delete snapshot operation
TransportDeleteSnapshotAction(Settings, TransportService, ClusterService, ThreadPool, SnapshotsService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.delete.TransportDeleteSnapshotAction
 
TransportDeleteStoredScriptAction - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
TransportDeleteStoredScriptAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, ScriptService) - Constructor for class org.elasticsearch.action.admin.cluster.storedscripts.TransportDeleteStoredScriptAction
 
TransportException - Exception in org.elasticsearch.transport
 
TransportException(Throwable) - Constructor for exception org.elasticsearch.transport.TransportException
 
TransportException(StreamInput) - Constructor for exception org.elasticsearch.transport.TransportException
 
TransportException(String) - Constructor for exception org.elasticsearch.transport.TransportException
 
TransportException(String, Throwable) - Constructor for exception org.elasticsearch.transport.TransportException
 
TransportExplainAction - Class in org.elasticsearch.action.explain
Explain transport action.
TransportExplainAction(Settings, ThreadPool, ClusterService, TransportService, SearchService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.explain.TransportExplainAction
 
TransportFieldCapabilitiesAction - Class in org.elasticsearch.action.fieldcaps
 
TransportFieldCapabilitiesAction(Settings, TransportService, ClusterService, ThreadPool, TransportFieldCapabilitiesIndexAction, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesAction
 
TransportFieldCapabilitiesIndexAction - Class in org.elasticsearch.action.fieldcaps
 
TransportFieldCapabilitiesIndexAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesIndexAction
 
TransportFieldStatsAction - Class in org.elasticsearch.action.fieldstats
 
TransportFieldStatsAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, IndicesService) - Constructor for class org.elasticsearch.action.fieldstats.TransportFieldStatsAction
 
TransportFlushAction - Class in org.elasticsearch.action.admin.indices.flush
Flush Action.
TransportFlushAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, TransportShardFlushAction) - Constructor for class org.elasticsearch.action.admin.indices.flush.TransportFlushAction
 
TransportForceMergeAction - Class in org.elasticsearch.action.admin.indices.forcemerge
ForceMerge index/indices action.
TransportForceMergeAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
 
TransportFuture<V> - Interface in org.elasticsearch.transport
 
TransportGetAction - Class in org.elasticsearch.action.get
Performs the get operation.
TransportGetAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.get.TransportGetAction
 
TransportGetAliasesAction - Class in org.elasticsearch.action.admin.indices.alias.get
 
TransportGetAliasesAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.alias.get.TransportGetAliasesAction
 
TransportGetFieldMappingsAction - Class in org.elasticsearch.action.admin.indices.mapping.get
 
TransportGetFieldMappingsAction(Settings, TransportService, ClusterService, ThreadPool, TransportGetFieldMappingsIndexAction, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsAction
 
TransportGetFieldMappingsIndexAction - Class in org.elasticsearch.action.admin.indices.mapping.get
Transport action used to retrieve the mappings related to fields that belong to a specific index
TransportGetFieldMappingsIndexAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
 
TransportGetIndexAction - Class in org.elasticsearch.action.admin.indices.get
Get index action.
TransportGetIndexAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.get.TransportGetIndexAction
 
TransportGetIndexTemplatesAction - Class in org.elasticsearch.action.admin.indices.template.get
 
TransportGetIndexTemplatesAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.template.get.TransportGetIndexTemplatesAction
 
TransportGetMappingsAction - Class in org.elasticsearch.action.admin.indices.mapping.get
 
TransportGetMappingsAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.mapping.get.TransportGetMappingsAction
 
TransportGetRepositoriesAction - Class in org.elasticsearch.action.admin.cluster.repositories.get
Transport action for get repositories operation
TransportGetRepositoriesAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.get.TransportGetRepositoriesAction
 
TransportGetSettingsAction - Class in org.elasticsearch.action.admin.indices.settings.get
 
TransportGetSettingsAction(Settings, TransportService, ClusterService, ThreadPool, SettingsFilter, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.settings.get.TransportGetSettingsAction
 
TransportGetSnapshotsAction - Class in org.elasticsearch.action.admin.cluster.snapshots.get
Transport Action for get snapshots operation
TransportGetSnapshotsAction(Settings, TransportService, ClusterService, ThreadPool, SnapshotsService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.get.TransportGetSnapshotsAction
 
TransportGetStoredScriptAction - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
TransportGetStoredScriptAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, ScriptService) - Constructor for class org.elasticsearch.action.admin.cluster.storedscripts.TransportGetStoredScriptAction
 
TransportGetTaskAction - Class in org.elasticsearch.action.admin.cluster.node.tasks.get
Action to get a single task.
TransportGetTaskAction(Settings, ThreadPool, TransportService, ActionFilters, IndexNameExpressionResolver, ClusterService, Client, NamedXContentRegistry) - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.get.TransportGetTaskAction
 
TransportIndexAction - Class in org.elasticsearch.action.index
Deprecated.
TransportIndexAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver, TransportBulkAction, TransportShardBulkAction) - Constructor for class org.elasticsearch.action.index.TransportIndexAction
Deprecated.
 
TransportIndicesAliasesAction - Class in org.elasticsearch.action.admin.indices.alias
Add/remove aliases action
TransportIndicesAliasesAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexAliasesService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.alias.TransportIndicesAliasesAction
 
TransportIndicesExistsAction - Class in org.elasticsearch.action.admin.indices.exists.indices
Indices exists action.
TransportIndicesExistsAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.exists.indices.TransportIndicesExistsAction
 
TransportIndicesSegmentsAction - Class in org.elasticsearch.action.admin.indices.segments
 
TransportIndicesSegmentsAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
 
TransportIndicesShardStoresAction - Class in org.elasticsearch.action.admin.indices.shards
Transport action that reads the cluster state for shards with the requested criteria (see ClusterHealthStatus) of specific indices and fetches store information from all the nodes using TransportNodesListGatewayStartedShards
TransportIndicesShardStoresAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, TransportNodesListGatewayStartedShards) - Constructor for class org.elasticsearch.action.admin.indices.shards.TransportIndicesShardStoresAction
 
TransportIndicesStatsAction - Class in org.elasticsearch.action.admin.indices.stats
 
TransportIndicesStatsAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
 
TransportInfo - Class in org.elasticsearch.transport
 
TransportInfo(BoundTransportAddress, Map<String, BoundTransportAddress>) - Constructor for class org.elasticsearch.transport.TransportInfo
 
TransportInfo(StreamInput) - Constructor for class org.elasticsearch.transport.TransportInfo
 
TransportInstanceSingleOperationAction<Request extends InstanceShardOperationRequest<Request>,Response extends ActionResponse> - Class in org.elasticsearch.action.support.single.instance
 
TransportInstanceSingleOperationAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<Request>) - Constructor for class org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
 
TransportInterceptor - Interface in org.elasticsearch.transport
This interface allows plugins to intercept requests on both the sender and the receiver side.
TransportInterceptor.AsyncSender - Interface in org.elasticsearch.transport
TransportListTasksAction - Class in org.elasticsearch.action.admin.cluster.node.tasks.list
 
TransportListTasksAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
 
TransportLivenessAction - Class in org.elasticsearch.action.admin.cluster.node.liveness
 
TransportLivenessAction(ClusterService, TransportService) - Constructor for class org.elasticsearch.action.admin.cluster.node.liveness.TransportLivenessAction
 
TransportMainAction - Class in org.elasticsearch.action.main
 
TransportMainAction(Settings, ThreadPool, TransportService, ActionFilters, IndexNameExpressionResolver, ClusterService) - Constructor for class org.elasticsearch.action.main.TransportMainAction
 
TransportMasterNodeAction<Request extends MasterNodeRequest<Request>,Response extends ActionResponse> - Class in org.elasticsearch.action.support.master
A base class for operations that needs to be performed on the master node.
TransportMasterNodeAction(Settings, String, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, Supplier<Request>) - Constructor for class org.elasticsearch.action.support.master.TransportMasterNodeAction
 
TransportMasterNodeAction(Settings, String, boolean, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, Supplier<Request>) - Constructor for class org.elasticsearch.action.support.master.TransportMasterNodeAction
 
TransportMasterNodeReadAction<Request extends MasterNodeReadRequest<Request>,Response extends ActionResponse> - Class in org.elasticsearch.action.support.master
A base class for read operations that needs to be performed on the master node.
TransportMasterNodeReadAction(Settings, String, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, Supplier<Request>) - Constructor for class org.elasticsearch.action.support.master.TransportMasterNodeReadAction
 
TransportMasterNodeReadAction(Settings, String, boolean, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, Supplier<Request>) - Constructor for class org.elasticsearch.action.support.master.TransportMasterNodeReadAction
 
TransportMessage - Class in org.elasticsearch.transport
 
TransportMessage() - Constructor for class org.elasticsearch.transport.TransportMessage
 
TransportMultiGetAction - Class in org.elasticsearch.action.get
 
TransportMultiGetAction(Settings, ThreadPool, TransportService, ClusterService, TransportShardMultiGetAction, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.get.TransportMultiGetAction
 
TransportMultiSearchAction - Class in org.elasticsearch.action.search
 
TransportMultiSearchAction(Settings, ThreadPool, TransportService, ClusterService, TransportSearchAction, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.search.TransportMultiSearchAction
 
TransportMultiTermVectorsAction - Class in org.elasticsearch.action.termvectors
 
TransportMultiTermVectorsAction(Settings, ThreadPool, TransportService, ClusterService, TransportShardMultiTermsVectorAction, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.termvectors.TransportMultiTermVectorsAction
 
transportNodeAction - Variable in class org.elasticsearch.action.support.tasks.TransportTasksAction
 
TransportNodesAction<NodesRequest extends BaseNodesRequest<NodesRequest>,NodesResponse extends BaseNodesResponse,NodeRequest extends BaseNodeRequest,NodeResponse extends BaseNodeResponse> - Class in org.elasticsearch.action.support.nodes
 
TransportNodesAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<NodesRequest>, Supplier<NodeRequest>, String, Class<NodeResponse>) - Constructor for class org.elasticsearch.action.support.nodes.TransportNodesAction
 
TransportNodesHotThreadsAction - Class in org.elasticsearch.action.admin.cluster.node.hotthreads
 
TransportNodesHotThreadsAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.node.hotthreads.TransportNodesHotThreadsAction
 
TransportNodesHotThreadsAction.NodeRequest - Class in org.elasticsearch.action.admin.cluster.node.hotthreads
 
TransportNodesInfoAction - Class in org.elasticsearch.action.admin.cluster.node.info
 
TransportNodesInfoAction(Settings, ThreadPool, ClusterService, TransportService, NodeService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction
 
TransportNodesInfoAction.NodeInfoRequest - Class in org.elasticsearch.action.admin.cluster.node.info
 
TransportNodesListGatewayMetaState - Class in org.elasticsearch.gateway
 
TransportNodesListGatewayMetaState(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayMetaState
 
TransportNodesListGatewayMetaState.NodeGatewayMetaState - Class in org.elasticsearch.gateway
 
TransportNodesListGatewayMetaState.NodeRequest - Class in org.elasticsearch.gateway
 
TransportNodesListGatewayMetaState.NodesGatewayMetaState - Class in org.elasticsearch.gateway
 
TransportNodesListGatewayMetaState.Request - Class in org.elasticsearch.gateway
 
TransportNodesListGatewayStartedShards - Class in org.elasticsearch.gateway
This transport action is used to fetch the shard version from each node during primary allocation in GatewayAllocator.
TransportNodesListGatewayStartedShards(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, NodeEnvironment, IndicesService) - Constructor for class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards
 
TransportNodesListGatewayStartedShards.NodeGatewayStartedShards - Class in org.elasticsearch.gateway
 
TransportNodesListGatewayStartedShards.NodeRequest - Class in org.elasticsearch.gateway
 
TransportNodesListGatewayStartedShards.NodesGatewayStartedShards - Class in org.elasticsearch.gateway
 
TransportNodesListGatewayStartedShards.Request - Class in org.elasticsearch.gateway
 
TransportNodesListShardStoreMetaData - Class in org.elasticsearch.indices.store
 
TransportNodesListShardStoreMetaData(Settings, ThreadPool, ClusterService, TransportService, IndicesService, NodeEnvironment, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData
 
TransportNodesListShardStoreMetaData.NodeRequest - Class in org.elasticsearch.indices.store
 
TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData - Class in org.elasticsearch.indices.store
 
TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData - Class in org.elasticsearch.indices.store
 
TransportNodesListShardStoreMetaData.Request - Class in org.elasticsearch.indices.store
 
TransportNodesListShardStoreMetaData.StoreFilesMetaData - Class in org.elasticsearch.indices.store
 
TransportNodesSnapshotsStatus - Class in org.elasticsearch.action.admin.cluster.snapshots.status
Transport client that collects snapshot shard statuses from data nodes
TransportNodesSnapshotsStatus(Settings, ThreadPool, ClusterService, TransportService, SnapshotShardsService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
 
TransportNodesSnapshotsStatus.NodeRequest - Class in org.elasticsearch.action.admin.cluster.snapshots.status
 
TransportNodesSnapshotsStatus.NodeSnapshotStatus - Class in org.elasticsearch.action.admin.cluster.snapshots.status
 
TransportNodesSnapshotsStatus.NodesSnapshotStatus - Class in org.elasticsearch.action.admin.cluster.snapshots.status
 
TransportNodesSnapshotsStatus.Request - Class in org.elasticsearch.action.admin.cluster.snapshots.status
 
TransportNodesStatsAction - Class in org.elasticsearch.action.admin.cluster.node.stats
 
TransportNodesStatsAction(Settings, ThreadPool, ClusterService, TransportService, NodeService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction
 
TransportNodesStatsAction.NodeStatsRequest - Class in org.elasticsearch.action.admin.cluster.node.stats
 
TransportOpenIndexAction - Class in org.elasticsearch.action.admin.indices.open
Open index action
TransportOpenIndexAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexStateService, ActionFilters, IndexNameExpressionResolver, DestructiveOperations) - Constructor for class org.elasticsearch.action.admin.indices.open.TransportOpenIndexAction
 
transportOptions(Settings) - Method in class org.elasticsearch.action.bulk.BulkAction
 
transportOptions() - Method in class org.elasticsearch.action.bulk.TransportShardBulkAction
 
transportOptions(Settings) - Method in class org.elasticsearch.action.GenericAction
Optional request options for the action.
transportOptions() - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction
 
transportOptions() - Method in class org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
 
TransportPendingClusterTasksAction - Class in org.elasticsearch.action.admin.cluster.tasks
 
TransportPendingClusterTasksAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.tasks.TransportPendingClusterTasksAction
 
TransportPutIndexTemplateAction - Class in org.elasticsearch.action.admin.indices.template.put
Put index template action.
TransportPutIndexTemplateAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexTemplateService, ActionFilters, IndexNameExpressionResolver, IndexScopedSettings) - Constructor for class org.elasticsearch.action.admin.indices.template.put.TransportPutIndexTemplateAction
 
TransportPutMappingAction - Class in org.elasticsearch.action.admin.indices.mapping.put
Put mapping action.
TransportPutMappingAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataMappingService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.mapping.put.TransportPutMappingAction
 
TransportPutRepositoryAction - Class in org.elasticsearch.action.admin.cluster.repositories.put
Transport action for register repository operation
TransportPutRepositoryAction(Settings, TransportService, ClusterService, RepositoriesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.put.TransportPutRepositoryAction
 
TransportPutStoredScriptAction - Class in org.elasticsearch.action.admin.cluster.storedscripts
 
TransportPutStoredScriptAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, ScriptService) - Constructor for class org.elasticsearch.action.admin.cluster.storedscripts.TransportPutStoredScriptAction
 
TransportRecoveryAction - Class in org.elasticsearch.action.admin.indices.recovery
Transport action for shard recovery operation.
TransportRecoveryAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
 
TransportRefreshAction - Class in org.elasticsearch.action.admin.indices.refresh
Refresh action.
TransportRefreshAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, TransportShardRefreshAction) - Constructor for class org.elasticsearch.action.admin.indices.refresh.TransportRefreshAction
 
TransportRemoteInfoAction - Class in org.elasticsearch.action.admin.cluster.remote
 
TransportRemoteInfoAction(Settings, ThreadPool, TransportService, ActionFilters, IndexNameExpressionResolver, SearchTransportService) - Constructor for class org.elasticsearch.action.admin.cluster.remote.TransportRemoteInfoAction
 
TransportReplicationAction<Request extends ReplicationRequest<Request>,ReplicaRequest extends ReplicationRequest<ReplicaRequest>,Response extends ReplicationResponse> - Class in org.elasticsearch.action.support.replication
Base class for requests that should be executed on a primary copy followed by replica copies.
TransportReplicationAction(Settings, String, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, Supplier<ReplicaRequest>, String) - Constructor for class org.elasticsearch.action.support.replication.TransportReplicationAction
 
TransportReplicationAction.ConcreteShardRequest<R extends ReplicationRequest<?>> - Class in org.elasticsearch.action.support.replication
a wrapper class to encapsulate a request when being sent to a specific allocation id
TransportReplicationAction.PrimaryResult<ReplicaRequest extends ReplicationRequest<ReplicaRequest>,Response extends ReplicationResponse> - Class in org.elasticsearch.action.support.replication
 
TransportReplicationAction.ReplicaResult - Class in org.elasticsearch.action.support.replication
 
TransportReplicationAction.RetryOnReplicaException - Exception in org.elasticsearch.action.support.replication
 
TransportRequest - Class in org.elasticsearch.transport
 
TransportRequest() - Constructor for class org.elasticsearch.transport.TransportRequest
 
TransportRequest.Empty - Class in org.elasticsearch.transport
 
TransportRequestHandler<T extends TransportRequest> - Interface in org.elasticsearch.transport
 
TransportRequestOptions - Class in org.elasticsearch.transport
 
TransportRequestOptions.Builder - Class in org.elasticsearch.transport
 
TransportRequestOptions.Type - Enum in org.elasticsearch.transport
 
TransportResponse - Class in org.elasticsearch.transport
 
TransportResponse() - Constructor for class org.elasticsearch.transport.TransportResponse
 
TransportResponse.Empty - Class in org.elasticsearch.transport
 
TransportResponseHandler<T extends TransportResponse> - Interface in org.elasticsearch.transport
 
TransportResponseOptions - Class in org.elasticsearch.transport
 
TransportResponseOptions.Builder - Class in org.elasticsearch.transport
 
TransportRestoreSnapshotAction - Class in org.elasticsearch.action.admin.cluster.snapshots.restore
Transport action for restore snapshot operation
TransportRestoreSnapshotAction(Settings, TransportService, ClusterService, ThreadPool, RestoreService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.restore.TransportRestoreSnapshotAction
 
TransportRolloverAction - Class in org.elasticsearch.action.admin.indices.rollover
Main class to swap the index pointed to by an alias, given some conditions
TransportRolloverAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataCreateIndexService, ActionFilters, IndexNameExpressionResolver, MetaDataIndexAliasesService, Client) - Constructor for class org.elasticsearch.action.admin.indices.rollover.TransportRolloverAction
 
Transports - Enum in org.elasticsearch.transport
 
TransportSearchAction - Class in org.elasticsearch.action.search
 
TransportSearchAction(Settings, ThreadPool, TransportService, SearchService, SearchTransportService, SearchPhaseController, ClusterService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.search.TransportSearchAction
 
TransportSearchScrollAction - Class in org.elasticsearch.action.search
 
TransportSearchScrollAction(Settings, ThreadPool, TransportService, ClusterService, ActionFilters, IndexNameExpressionResolver, SearchTransportService, SearchPhaseController) - Constructor for class org.elasticsearch.action.search.TransportSearchScrollAction
 
TransportSerializationException - Exception in org.elasticsearch.transport
 
TransportSerializationException(StreamInput) - Constructor for exception org.elasticsearch.transport.TransportSerializationException
 
TransportSerializationException(String, Throwable) - Constructor for exception org.elasticsearch.transport.TransportSerializationException
 
transportService - Variable in class org.elasticsearch.action.support.broadcast.TransportBroadcastAction
 
transportService - Variable in class org.elasticsearch.action.support.master.TransportMasterNodeAction
 
transportService - Variable in class org.elasticsearch.action.support.nodes.TransportNodesAction
 
transportService - Variable in class org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
 
transportService - Variable in class org.elasticsearch.action.support.single.shard.TransportSingleShardAction
 
transportService - Variable in class org.elasticsearch.action.support.tasks.TransportTasksAction
 
transportService - Variable in class org.elasticsearch.discovery.zen.FaultDetection
 
TransportService - Class in org.elasticsearch.transport
 
TransportService(Settings, Transport, ThreadPool, TransportInterceptor, Function<BoundTransportAddress, DiscoveryNode>, ClusterSettings) - Constructor for class org.elasticsearch.transport.TransportService
Build the service.
TransportService.Adapter - Class in org.elasticsearch.transport
 
TransportService.ContextRestoreResponseHandler<T extends TransportResponse> - Class in org.elasticsearch.transport
This handler wrapper ensures that the response thread executes with the correct thread context.
TransportService.HandshakeResponse - Class in org.elasticsearch.transport
 
transportServiceAdapter(TransportServiceAdapter) - Method in class org.elasticsearch.transport.local.LocalTransport
 
transportServiceAdapter - Variable in class org.elasticsearch.transport.TcpTransport
 
transportServiceAdapter(TransportServiceAdapter) - Method in class org.elasticsearch.transport.TcpTransport
 
transportServiceAdapter(TransportServiceAdapter) - Method in interface org.elasticsearch.transport.Transport
 
TransportServiceAdapter - Interface in org.elasticsearch.transport
 
TransportSettings - Class in org.elasticsearch.transport
a collection of settings related to transport components, which are also needed in org.elasticsearch.bootstrap.Security This class should only contain static code which is *safe* to load before the security manager is enforced.
TransportShardBulkAction - Class in org.elasticsearch.action.bulk
Performs shard-level bulk (index, delete or update) operations
TransportShardBulkAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, MappingUpdatedAction, UpdateHelper, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.bulk.TransportShardBulkAction
 
TransportShardFlushAction - Class in org.elasticsearch.action.admin.indices.flush
 
TransportShardFlushAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
 
TransportShardMultiGetAction - Class in org.elasticsearch.action.get
 
TransportShardMultiGetAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.get.TransportShardMultiGetAction
 
TransportShardMultiTermsVectorAction - Class in org.elasticsearch.action.termvectors
 
TransportShardMultiTermsVectorAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
 
TransportShardRefreshAction - Class in org.elasticsearch.action.admin.indices.refresh
 
TransportShardRefreshAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
 
TransportShrinkAction - Class in org.elasticsearch.action.admin.indices.shrink
Main class to initiate shrinking an index into a new index with a single shard
TransportShrinkAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataCreateIndexService, ActionFilters, IndexNameExpressionResolver, Client) - Constructor for class org.elasticsearch.action.admin.indices.shrink.TransportShrinkAction
 
TransportSingleItemBulkWriteAction<Request extends ReplicatedWriteRequest<Request>,Response extends ReplicationResponse & WriteResponse> - Class in org.elasticsearch.action.bulk
Deprecated.
TransportSingleItemBulkWriteAction(Settings, String, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, Supplier<Request>, String, TransportBulkAction, TransportShardBulkAction) - Constructor for class org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction
Deprecated.
 
TransportSingleShardAction<Request extends SingleShardRequest<Request>,Response extends ActionResponse> - Class in org.elasticsearch.action.support.single.shard
A base class for operations that need to perform a read operation on a single shard copy.
TransportSingleShardAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, String) - Constructor for class org.elasticsearch.action.support.single.shard.TransportSingleShardAction
 
TransportSingleShardAction.InternalRequest - Class in org.elasticsearch.action.support.single.shard
Internal request class that gets built on each node.
TransportSnapshotsStatusAction - Class in org.elasticsearch.action.admin.cluster.snapshots.status
 
TransportSnapshotsStatusAction(Settings, TransportService, ClusterService, ThreadPool, SnapshotsService, TransportNodesSnapshotsStatus, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.snapshots.status.TransportSnapshotsStatusAction
 
TransportStats - Class in org.elasticsearch.transport
 
TransportStats(long, long, long, long, long) - Constructor for class org.elasticsearch.transport.TransportStats
 
TransportStats(StreamInput) - Constructor for class org.elasticsearch.transport.TransportStats
 
TransportStatus - Class in org.elasticsearch.transport
 
TransportStatus() - Constructor for class org.elasticsearch.transport.TransportStatus
 
TransportSyncedFlushAction - Class in org.elasticsearch.action.admin.indices.flush
Synced flush Action.
TransportSyncedFlushAction(Settings, ThreadPool, TransportService, ActionFilters, IndexNameExpressionResolver, SyncedFlushService) - Constructor for class org.elasticsearch.action.admin.indices.flush.TransportSyncedFlushAction
 
TransportTasksAction<OperationTask extends Task,TasksRequest extends BaseTasksRequest<TasksRequest>,TasksResponse extends BaseTasksResponse,TaskResponse extends Writeable> - Class in org.elasticsearch.action.support.tasks
The base class for transport actions that are interacting with currently running tasks.
TransportTasksAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Supplier<TasksRequest>, Supplier<TasksResponse>, String) - Constructor for class org.elasticsearch.action.support.tasks.TransportTasksAction
 
TransportTermVectorsAction - Class in org.elasticsearch.action.termvectors
Performs the get operation.
TransportTermVectorsAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.termvectors.TransportTermVectorsAction
 
TransportTypesExistsAction - Class in org.elasticsearch.action.admin.indices.exists.types
Types exists transport action.
TransportTypesExistsAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.exists.types.TransportTypesExistsAction
 
TransportUpdateAction - Class in org.elasticsearch.action.update
 
TransportUpdateAction(Settings, ThreadPool, ClusterService, TransportService, TransportIndexAction, TransportDeleteAction, TransportCreateIndexAction, UpdateHelper, ActionFilters, IndexNameExpressionResolver, IndicesService, AutoCreateIndex) - Constructor for class org.elasticsearch.action.update.TransportUpdateAction
 
TransportUpdateSettingsAction - Class in org.elasticsearch.action.admin.indices.settings.put
 
TransportUpdateSettingsAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataUpdateSettingsService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.settings.put.TransportUpdateSettingsAction
 
TransportUpgradeAction - Class in org.elasticsearch.action.admin.indices.upgrade.post
Upgrade index/indices action.
TransportUpgradeAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver, TransportUpgradeSettingsAction) - Constructor for class org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
 
TransportUpgradeSettingsAction - Class in org.elasticsearch.action.admin.indices.upgrade.post
 
TransportUpgradeSettingsAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataUpdateSettingsService, IndexNameExpressionResolver, ActionFilters) - Constructor for class org.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeSettingsAction
 
TransportUpgradeStatusAction - Class in org.elasticsearch.action.admin.indices.upgrade.get
 
TransportUpgradeStatusAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
 
TransportValidateQueryAction - Class in org.elasticsearch.action.admin.indices.validate.query
 
TransportValidateQueryAction(Settings, ThreadPool, ClusterService, TransportService, SearchService, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
 
TransportVerifyRepositoryAction - Class in org.elasticsearch.action.admin.cluster.repositories.verify
Transport action for verifying repository operation
TransportVerifyRepositoryAction(Settings, TransportService, ClusterService, RepositoriesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.verify.TransportVerifyRepositoryAction
 
TransportWriteAction<Request extends ReplicatedWriteRequest<Request>,ReplicaRequest extends ReplicatedWriteRequest<ReplicaRequest>,Response extends ReplicationResponse & WriteResponse> - Class in org.elasticsearch.action.support.replication
Base class for transport actions that modify data in some shard like index, delete, and shardBulk.
TransportWriteAction(Settings, String, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, ActionFilters, IndexNameExpressionResolver, Supplier<Request>, Supplier<ReplicaRequest>, String) - Constructor for class org.elasticsearch.action.support.replication.TransportWriteAction
 
TransportWriteAction.WritePrimaryResult<ReplicaRequest extends ReplicatedWriteRequest<ReplicaRequest>,Response extends ReplicationResponse & WriteResponse> - Class in org.elasticsearch.action.support.replication
Result of taking the action on the primary.
TransportWriteAction.WriteReplicaResult<ReplicaRequest extends ReplicatedWriteRequest<ReplicaRequest>> - Class in org.elasticsearch.action.support.replication
Result of taking the action on the replica.
transpositions(boolean) - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
transpositions() - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
transpositions - Variable in class org.elasticsearch.index.search.MatchQuery
 
TREE - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Defaults
 
tree() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
TREE - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
 
tree - Variable in class org.elasticsearch.search.profile.AbstractInternalProfileTree
Maps the Query to it's list of children.
TREE_GEOHASH - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
 
TREE_LEVELS - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
 
TREE_PRESISION - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
 
TREE_QUADTREE - Static variable in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.Names
 
treeLevels() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
TRIBE_METADATA_BLOCK - Static variable in class org.elasticsearch.tribe.TribeService
 
TRIBE_NAME_SETTING - Static variable in class org.elasticsearch.tribe.TribeService
 
TRIBE_SETTING_KEYS - Static variable in class org.elasticsearch.tribe.TribeService
 
TRIBE_WRITE_BLOCK - Static variable in class org.elasticsearch.tribe.TribeService
 
TribeService - Class in org.elasticsearch.tribe
The tribe service holds a list of node clients connected to a list of tribe members, and uses their cluster state events to update this local node cluster state with the merged view of it.
TribeService(Settings, ClusterService, String, NamedWriteableRegistry, Function<Settings, Node>) - Constructor for class org.elasticsearch.tribe.TribeService
 
TribeService.MergableCustomMetaData<T extends MetaData.Custom> - Interface in org.elasticsearch.tribe
Interface to allow merging MetaData.Custom in tribe node When multiple Mergable Custom metadata of the same type is found (from underlying clusters), the Custom metadata will be merged using TribeService.MergableCustomMetaData.merge(MetaData.Custom) and the result will be stored in the tribe cluster state
TrieNode(String, T, String) - Constructor for class org.elasticsearch.common.path.PathTrie.TrieNode
 
trim() - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
Trims the number of options per suggest text term to the requested size.
trimLeadingCharacter(String, char) - Static method in class org.elasticsearch.common.Strings
Trim all occurrences of the supplied leading character from the given String.
TrimTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
TrimTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.TrimTokenFilterFactory
 
TRUE - Static variable in class org.elasticsearch.index.mapper.BooleanFieldMapper.Values
 
TruncatedTranslogException - Exception in org.elasticsearch.index.translog
 
TruncatedTranslogException(String, Throwable) - Constructor for exception org.elasticsearch.index.translog.TruncatedTranslogException
 
TruncatedTranslogException(StreamInput) - Constructor for exception org.elasticsearch.index.translog.TruncatedTranslogException
 
TruncateTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
TruncateTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.TruncateTokenFilterFactory
 
TruncateTranslogCommand - Class in org.elasticsearch.index.translog
 
TruncateTranslogCommand() - Constructor for class org.elasticsearch.index.translog.TruncateTranslogCommand
 
tryIncRef() - Method in class org.elasticsearch.common.util.concurrent.AbstractRefCounted
 
tryIncRef() - Method in interface org.elasticsearch.common.util.concurrent.RefCounted
Tries to increment the refCount of this instance.
tryIncRef() - Method in class org.elasticsearch.index.store.Store
Tries to increment the refCount of this Store instance.
tryLock() - Method in class org.elasticsearch.index.engine.Engine.NoOpLock
 
tryLock(long, TimeUnit) - Method in class org.elasticsearch.index.engine.Engine.NoOpLock
 
tryOpenIndex(Path, ShardId, NodeEnvironment.ShardLocker, Logger) - Static method in class org.elasticsearch.index.store.Store
Tries to open an index for the given location.
ttf() - Method in class org.elasticsearch.search.lookup.IndexFieldTerm
 
tTime() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, three digit fraction of second, and time zone offset prefixed by 'T' ('T'HH:mm:ss.SSSZZ).
tTimeNoMillis() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, and time zone offset prefixed by 'T' ('T'HH:mm:ssZZ).
ttl(String) - Method in class org.elasticsearch.action.index.IndexRequest
Deprecated.
ttl(TimeValue) - Method in class org.elasticsearch.action.index.IndexRequest
Deprecated.
ttl(long) - Method in class org.elasticsearch.action.index.IndexRequest
Deprecated.
ttl() - Method in class org.elasticsearch.action.index.IndexRequest
Deprecated.
ttl() - Method in exception org.elasticsearch.index.AlreadyExpiredException
 
ttl() - Method in class org.elasticsearch.index.engine.Engine.Index
 
ttl() - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
ttl() - Method in class org.elasticsearch.index.mapper.SourceToParse
 
ttl(TimeValue) - Method in class org.elasticsearch.index.mapper.SourceToParse
 
ttl(long) - Method in class org.elasticsearch.index.mapper.SourceToParse
 
ttl() - Method in class org.elasticsearch.index.translog.Translog.Index
 
ttl - Variable in class org.elasticsearch.index.translog.Translog.Source
 
TTL_FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.TTLFieldMapper.Defaults
 
TTLFieldMapper() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
TTLFieldMapper - Class in org.elasticsearch.index.mapper
 
TTLFieldMapper.Builder - Class in org.elasticsearch.index.mapper
 
TTLFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
TTLFieldMapper.TTLFieldType - Class in org.elasticsearch.index.mapper
 
TTLFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
TTLFieldType() - Constructor for class org.elasticsearch.index.mapper.TTLFieldMapper.TTLFieldType
 
TTLFieldType(TTLFieldMapper.TTLFieldType) - Constructor for class org.elasticsearch.index.mapper.TTLFieldMapper.TTLFieldType
 
Tuple<V1,V2> - Class in org.elasticsearch.common.collect
 
Tuple(V1, V2) - Constructor for class org.elasticsearch.common.collect.Tuple
 
tuple(V1, V2) - Static method in class org.elasticsearch.common.collect.Tuple
 
TurkishAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
TurkishAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.TurkishAnalyzerProvider
 
TWO - Static variable in class org.elasticsearch.common.unit.Fuzziness
 
txCount() - Method in class org.elasticsearch.transport.TransportStats
 
txGet() - Method in class org.elasticsearch.transport.PlainTransportFuture
 
txGet(long, TimeUnit) - Method in class org.elasticsearch.transport.PlainTransportFuture
 
txGet() - Method in interface org.elasticsearch.transport.TransportFuture
Waits if necessary for the computation to complete, and then retrieves its result.
txGet(long, TimeUnit) - Method in interface org.elasticsearch.transport.TransportFuture
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
txSize() - Method in class org.elasticsearch.transport.TransportStats
 
type(String) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
type() - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
type(String) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
The type of the repository "fs" - shared filesystem repository
type() - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
Returns repository type
type() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
 
type(String) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
 
type() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
The mapping type.
type(String) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
The type of the mappings.
type() - Method in class org.elasticsearch.action.delete.DeleteRequest
The type of the document to delete.
type(String) - Method in class org.elasticsearch.action.delete.DeleteRequest
Sets the type of the document to delete.
type() - Method in interface org.elasticsearch.action.DocWriteRequest
Get the type that this request operates on
type - Variable in class org.elasticsearch.action.DocWriteResponse.Builder
 
type() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
type(String) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
type(String) - Method in class org.elasticsearch.action.get.GetRequest
Sets the type of the document to fetch.
type() - Method in class org.elasticsearch.action.get.GetRequest
 
type() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
type(String) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
type() - Method in class org.elasticsearch.action.index.IndexRequest
The type of the indexed document.
type(String) - Method in class org.elasticsearch.action.index.IndexRequest
Sets the type of the indexed document.
type(String) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Sets the type of document to get the term vector for.
type() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
Returns the type of document to get the term vector for.
type() - Method in class org.elasticsearch.action.update.UpdateRequest
The type of the indexed document.
type(String) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the type of the indexed document.
TYPE - Static variable in class org.elasticsearch.cluster.metadata.IndexGraveyard
 
type() - Method in interface org.elasticsearch.cluster.metadata.IndexMetaData.Custom
Deprecated.
 
type() - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
TYPE - Static variable in class org.elasticsearch.cluster.metadata.RepositoriesMetaData
 
type() - Method in class org.elasticsearch.cluster.metadata.RepositoryMetaData
Returns repository type
TYPE - Static variable in class org.elasticsearch.cluster.RestoreInProgress
 
type() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
 
type() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
 
type() - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision
Get the Decision.Type of this decision
type() - Method in enum org.elasticsearch.cluster.routing.Preference
 
TYPE - Static variable in class org.elasticsearch.cluster.SnapshotDeletionsInProgress
 
TYPE - Static variable in class org.elasticsearch.cluster.SnapshotsInProgress
 
TYPE - Static variable in class org.elasticsearch.common.geo.builders.CircleBuilder
 
type() - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
 
TYPE - Static variable in class org.elasticsearch.common.geo.builders.EnvelopeBuilder
 
type() - Method in class org.elasticsearch.common.geo.builders.EnvelopeBuilder
 
TYPE - Static variable in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
type() - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
TYPE - Static variable in class org.elasticsearch.common.geo.builders.LineStringBuilder
 
type() - Method in class org.elasticsearch.common.geo.builders.LineStringBuilder
 
TYPE - Static variable in class org.elasticsearch.common.geo.builders.MultiLineStringBuilder
 
type() - Method in class org.elasticsearch.common.geo.builders.MultiLineStringBuilder
 
TYPE - Static variable in class org.elasticsearch.common.geo.builders.MultiPointBuilder
 
type() - Method in class org.elasticsearch.common.geo.builders.MultiPointBuilder
 
TYPE - Static variable in class org.elasticsearch.common.geo.builders.MultiPolygonBuilder
 
type() - Method in class org.elasticsearch.common.geo.builders.MultiPolygonBuilder
 
TYPE - Static variable in class org.elasticsearch.common.geo.builders.PointBuilder
 
type() - Method in class org.elasticsearch.common.geo.builders.PointBuilder
 
TYPE - Static variable in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
type() - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
type() - Method in class org.elasticsearch.common.geo.builders.ShapeBuilder
get the shapes type
type() - Method in class org.elasticsearch.common.xcontent.cbor.CborXContent
 
type() - Method in class org.elasticsearch.common.xcontent.json.JsonXContent
 
type() - Method in class org.elasticsearch.common.xcontent.smile.SmileXContent
 
type() - Method in interface org.elasticsearch.common.xcontent.XContent
The type this content handles and produces.
type() - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
type - Variable in class org.elasticsearch.gateway.AsyncShardFetch
 
type() - Method in exception org.elasticsearch.index.AlreadyExpiredException
 
type() - Method in class org.elasticsearch.index.engine.Engine.Delete
 
type() - Method in class org.elasticsearch.index.engine.Engine.Get
 
type() - Method in class org.elasticsearch.index.engine.Engine.Index
 
type() - Method in class org.elasticsearch.index.engine.Engine.Operation
 
type() - Method in exception org.elasticsearch.index.engine.IndexFailedEngineException
Deprecated.
 
type - Variable in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
TYPE - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper.Fields
 
TYPE - Static variable in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.Fields
 
type() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
type() - Method in class org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
 
type(String) - Method in class org.elasticsearch.index.mapper.ParentFieldMapper.Builder
 
type() - Method in class org.elasticsearch.index.mapper.ParentFieldMapper
 
type() - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
type() - Method in class org.elasticsearch.index.mapper.SourceToParse
 
type() - Method in class org.elasticsearch.index.mapper.Uid
 
type(GeoExecType) - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Sets the type of executing of the geo bounding box.
type(String) - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
For BWC: Parse type from type name.
type() - Method in class org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
Returns the execution type of the geo bounding box.
type(MatchQuery.Type) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Deprecated.
Use MatchPhraseQueryBuilder for phrase queries and MatchPhrasePrefixQueryBuilder for phrase_prefix queries
type() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Deprecated.
Use MatchPhraseQueryBuilder for phrase queries and MatchPhrasePrefixQueryBuilder for phrase_prefix queries
TYPE - Static variable in interface org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
 
type() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
type(String) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
type(MultiMatchQueryBuilder.Type) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Sets the type of the text query.
type(Object) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Sets the type of the text query.
type() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
type() - Method in class org.elasticsearch.index.query.TypeQueryBuilder
 
type() - Method in class org.elasticsearch.index.shard.CommitPoint
 
type() - Method in class org.elasticsearch.index.translog.Translog.Delete
 
type() - Method in class org.elasticsearch.index.translog.Translog.Index
 
type() - Method in class org.elasticsearch.indices.TermsLookup
 
TYPE - Static variable in class org.elasticsearch.ingest.IngestMetadata
 
type(String) - Method in class org.elasticsearch.monitor.jvm.HotThreads
 
TYPE - Static variable in class org.elasticsearch.repositories.fs.FsRepository
 
TYPE - Static variable in class org.elasticsearch.repositories.uri.URLRepository
 
type() - Method in class org.elasticsearch.script.CompiledScript
Method to get the type of language.
TYPE - Static variable in class org.elasticsearch.script.ScriptMetaData
The type of ClusterState data.
type - Variable in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
type() - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
type() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
type() - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
Get the type used in this sort.
TYPE - Static variable in class org.elasticsearch.search.suggest.completion.CompletionSuggestion
 
type - Variable in class org.elasticsearch.search.suggest.completion.context.ContextMapping
 
type() - Method in class org.elasticsearch.search.suggest.completion.context.ContextMapping
 
TYPE - Static variable in class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion
 
TYPE - Static variable in class org.elasticsearch.search.suggest.completion2x.context.CategoryContextMapping
 
type - Variable in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
 
type() - Method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping
 
TYPE - Static variable in class org.elasticsearch.search.suggest.completion2x.context.GeolocationContextMapping
 
TYPE - Static variable in class org.elasticsearch.search.suggest.phrase.PhraseSuggestion
 
TYPE - Static variable in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
TYPE - Static variable in class org.elasticsearch.search.suggest.term.TermSuggestion
 
type() - Method in class org.elasticsearch.transport.TransportRequestOptions
 
TYPE_FIELD - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
TYPE_FIELD - Static variable in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
 
TYPE_FIELD - Static variable in class org.elasticsearch.search.sort.ScriptSortBuilder
 
TYPE_ID - Static variable in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
TYPE_ID - Static variable in class org.elasticsearch.common.transport.LocalTransportAddress
 
TYPE_NAME - Static variable in interface org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanks
 
TYPE_NAME - Static variable in interface org.elasticsearch.search.aggregations.metrics.percentiles.Percentiles
 
TYPE_SETTING - Static variable in class org.elasticsearch.common.util.PageCacheRecycler
 
TypeConverter - Interface in org.elasticsearch.common.inject.spi
Converts constant string values to a different type.
TypeConverterBinding - Class in org.elasticsearch.common.inject.spi
Registration of type converters for matching target types.
TYPED_KEYS_DELIMITER - Static variable in interface org.elasticsearch.search.aggregations.Aggregation
Delimiter used when prefixing aggregation names with their type using the typed_keys parameter
TYPED_KEYS_PARAM - Static variable in class org.elasticsearch.rest.action.search.RestSearchAction
 
TypeEncounter<I> - Interface in org.elasticsearch.common.inject.spi
Context of an injectable type encounter.
TypeFieldMapper - Class in org.elasticsearch.index.mapper
 
TypeFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
TypeFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
TypeFieldMapper.TypesQuery - Class in org.elasticsearch.index.mapper
Specialization for a disjunction over many _type
typeFilter(QueryShardContext) - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
TypeListener - Interface in org.elasticsearch.common.inject.spi
Listens for Guice to encounter injectable types.
TypeListenerBinding - Class in org.elasticsearch.common.inject.spi
Binds types (picked using a Matcher) to an type listener.
TypeLiteral<T> - Class in org.elasticsearch.common.inject
Represents a generic type T.
TypeLiteral() - Constructor for class org.elasticsearch.common.inject.TypeLiteral
Constructs a new type literal.
typeMapper() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
TypeMissingException - Exception in org.elasticsearch.indices
 
TypeMissingException(Index, String...) - Constructor for exception org.elasticsearch.indices.TypeMissingException
 
TypeMissingException(Index, Throwable, String...) - Constructor for exception org.elasticsearch.indices.TypeMissingException
 
TypeMissingException(String, String...) - Constructor for exception org.elasticsearch.indices.TypeMissingException
 
TypeMissingException(StreamInput) - Constructor for exception org.elasticsearch.indices.TypeMissingException
 
typeName() - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.GeoPointFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper.CompletionFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.CompletionFieldMapper2x.CompletionFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.FieldNamesFieldMapper.FieldNamesFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.GeoShapeFieldMapper.GeoShapeFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.LatLonPointFieldMapper.LatLonPointFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.DoubleFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.IntegerFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.IpFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.LegacyLongFieldMapper.LongFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.MappedFieldType
Returns the name of this type, as would be specified in mapping properties
typeName() - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
 
typeName() - Method in enum org.elasticsearch.index.mapper.NumberFieldMapper.NumberType
Get the associated type name.
typeName() - Method in class org.elasticsearch.index.mapper.RangeFieldMapper.RangeFieldType
 
typeName() - Method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
Get the associated type name.
typeName() - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.StringFieldMapper.StringFieldType
 
typeName() - Method in class org.elasticsearch.index.mapper.TextFieldMapper.TextFieldType
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.AllFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.BinaryFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.BooleanFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.CompletionFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.CompletionFieldMapper2x.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.DateFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.FieldNamesFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.GeoPointFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.GeoShapeFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.IdFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.IndexFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.IpFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.KeywordFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.LatLonPointFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.LegacyByteFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.LegacyDateFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.LegacyFloatFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.LegacyIntegerFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.LegacyIpFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.LegacyLongFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.LegacyShortFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.LegacyTokenCountFieldMapper.TypeParser
 
typeParser(String) - Method in class org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
 
TypeParser(NumberFieldMapper.NumberType) - Constructor for class org.elasticsearch.index.mapper.NumberFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.ObjectMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.ParentFieldMapper.TypeParser
 
TypeParser(RangeFieldMapper.RangeType) - Constructor for class org.elasticsearch.index.mapper.RangeFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.RootObjectMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.RoutingFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.SourceFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.StringFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.TextFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.TimestampFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.TokenCountFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.TTLFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.TypeFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.UidFieldMapper.TypeParser
 
TypeParser() - Constructor for class org.elasticsearch.index.mapper.VersionFieldMapper.TypeParser
 
typeParsers() - Method in class org.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
 
TypeParsers - Class in org.elasticsearch.index.mapper
 
TypeParsers() - Constructor for class org.elasticsearch.index.mapper.TypeParsers
 
typeQuery(String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A filter based on doc/mapping type.
TypeQueryBuilder - Class in org.elasticsearch.index.query
 
TypeQueryBuilder(String) - Constructor for class org.elasticsearch.index.query.TypeQueryBuilder
 
TypeQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.TypeQueryBuilder
Read from a stream.
types() - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
types(String[]) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
types() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
 
types(String...) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
types() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
types(String...) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
Document types to return stats for.
types() - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
Document types to return stats for.
types(String...) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
Document types to return stats for.
types() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
Document types to return stats for.
types() - Method in class org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
 
types() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
The types of documents the query will run against.
types(String...) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
The types of documents the query will run against.
types() - Method in class org.elasticsearch.action.search.SearchRequest
The document types to execute the search against.
types(String...) - Method in class org.elasticsearch.action.search.SearchRequest
The document types to execute the search against.
types(String...) - Method in class org.elasticsearch.action.support.master.info.ClusterInfoRequest
 
types() - Method in class org.elasticsearch.action.support.master.info.ClusterInfoRequest
 
Types - Class in org.elasticsearch.common.inject.util
Static methods for working with types.
types() - Method in class org.elasticsearch.index.mapper.MapperService
Return the set of concrete types that have a mapping.
types(String...) - Method in class org.elasticsearch.index.query.IdsQueryBuilder
Add types to query
types() - Method in class org.elasticsearch.index.query.IdsQueryBuilder
Returns the types used in this query
types() - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
types(String...) - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
types() - Method in class org.elasticsearch.search.internal.ShardSearchLocalRequest
 
types() - Method in interface org.elasticsearch.search.internal.ShardSearchRequest
 
types() - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
TYPES_ALLOWED_SETTING - Static variable in class org.elasticsearch.script.ScriptModes
 
typesExists(TypesExistsRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Types Exists.
typesExists(TypesExistsRequest, ActionListener<TypesExistsResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Types exists
TypesExistsAction - Class in org.elasticsearch.action.admin.indices.exists.types
 
TypesExistsRequest - Class in org.elasticsearch.action.admin.indices.exists.types
 
TypesExistsRequest() - Constructor for class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
TypesExistsRequest(String[], String...) - Constructor for class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
TypesExistsRequestBuilder - Class in org.elasticsearch.action.admin.indices.exists.types
A builder for TypesExistsRequest.
TypesExistsRequestBuilder(ElasticsearchClient, TypesExistsAction, String...) - Constructor for class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
 
TypesExistsResponse - Class in org.elasticsearch.action.admin.indices.exists.types
Whether all of the existed types exist.
TypesExistsResponse(boolean) - Constructor for class org.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
 
TypesQuery(BytesRef...) - Constructor for class org.elasticsearch.index.mapper.TypeFieldMapper.TypesQuery
 
typeText() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 

U

UAX29URLEmailTokenizerFactory - Class in org.elasticsearch.index.analysis
 
UAX29URLEmailTokenizerFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.UAX29URLEmailTokenizerFactory
 
uid() - Method in class org.elasticsearch.index.engine.Engine.Get
 
uid() - Method in class org.elasticsearch.index.engine.Engine.Operation
 
uid() - Method in class org.elasticsearch.index.fieldvisitor.FieldsVisitor
 
Uid - Class in org.elasticsearch.index.mapper
 
Uid(String, String) - Constructor for class org.elasticsearch.index.mapper.Uid
 
uid() - Method in class org.elasticsearch.index.translog.Translog.Delete
 
UidFieldMapper - Class in org.elasticsearch.index.mapper
 
UidFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
UidFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
UidIndexFieldData - Class in org.elasticsearch.index.fielddata
Fielddata view of the _uid field on indices that do not index _uid but _id.
UidIndexFieldData(Index, String, IndexOrdinalsFieldData) - Constructor for class org.elasticsearch.index.fielddata.UidIndexFieldData
 
uidMapper() - Method in class org.elasticsearch.index.mapper.DocumentMapper
 
unassigned() - Method in class org.elasticsearch.cluster.routing.RoutingNodes
 
unassigned() - Method in class org.elasticsearch.cluster.routing.ShardRouting
The shard is unassigned (not allocated to any node).
unassignedInfo() - Method in class org.elasticsearch.cluster.routing.ShardRouting
Additional metadata on why the shard is/was unassigned.
UnassignedInfo - Class in org.elasticsearch.cluster.routing
Holds additional information as to why the shard is in unassigned state.
UnassignedInfo(UnassignedInfo.Reason, String) - Constructor for class org.elasticsearch.cluster.routing.UnassignedInfo
creates an UnassignedInfo object based on **current** time
UnassignedInfo(UnassignedInfo.Reason, String, Exception, int, long, long, boolean, UnassignedInfo.AllocationStatus) - Constructor for class org.elasticsearch.cluster.routing.UnassignedInfo
 
UnassignedInfo(StreamInput) - Constructor for class org.elasticsearch.cluster.routing.UnassignedInfo
 
UnassignedInfo.AllocationStatus - Enum in org.elasticsearch.cluster.routing
Captures the status of an unsuccessful allocation attempt for the shard, causing it to remain in the unassigned state.
UnassignedInfo.Reason - Enum in org.elasticsearch.cluster.routing
Reason why the shard is in unassigned state.
unassignedInfoUpdated(ShardRouting, UnassignedInfo) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingNodesChangedObserver
 
unassignedInfoUpdated(ShardRouting, UnassignedInfo) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.AbstractRoutingChangesObserver
 
unassignedInfoUpdated(ShardRouting, UnassignedInfo) - Method in class org.elasticsearch.cluster.routing.RoutingChangesObserver.DelegatingRoutingChangesObserver
 
unassignedInfoUpdated(ShardRouting, UnassignedInfo) - Method in interface org.elasticsearch.cluster.routing.RoutingChangesObserver
Called when an unassigned shard's unassigned information was updated
unassignedInfoUpdated(ShardRouting, UnassignedInfo) - Method in class org.elasticsearch.snapshots.RestoreService.RestoreInProgressUpdater
 
UnassignedIterator() - Constructor for class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards.UnassignedIterator
 
UnassignedShards(RoutingNodes) - Constructor for class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
 
UNAVAILABLE - Static variable in class org.elasticsearch.cli.ExitCodes
 
UNAVAILABLE_EXPECTED_SHARD_SIZE - Static variable in class org.elasticsearch.cluster.routing.ShardRouting
Used if shard size is not available
UnavailableShardsException - Exception in org.elasticsearch.action
 
UnavailableShardsException(ShardId, String, Object...) - Constructor for exception org.elasticsearch.action.UnavailableShardsException
 
UnavailableShardsException(String, int, String, Object...) - Constructor for exception org.elasticsearch.action.UnavailableShardsException
 
UnavailableShardsException(StreamInput) - Constructor for exception org.elasticsearch.action.UnavailableShardsException
 
UncategorizedExecutionException - Exception in org.elasticsearch.common.util.concurrent
 
UncategorizedExecutionException(String, Throwable) - Constructor for exception org.elasticsearch.common.util.concurrent.UncategorizedExecutionException
 
UncategorizedExecutionException(StreamInput) - Constructor for exception org.elasticsearch.common.util.concurrent.UncategorizedExecutionException
 
unchanged() - Static method in class org.elasticsearch.cluster.LocalClusterUpdateTask
no changes were made to the cluster state.
uncompress(BytesReference) - Static method in class org.elasticsearch.common.compress.CompressorFactory
Decompress the provided BytesReference.
uncompressed() - Method in class org.elasticsearch.common.compress.CompressedXContent
Return the uncompressed bytes.
uncompressIfNeeded(BytesReference) - Static method in class org.elasticsearch.common.compress.CompressorFactory
Uncompress the provided data, data can be detected as compressed using CompressorFactory.isCompressed(BytesReference).
UNDEFINED_REPOSITORY_STATE_ID - Static variable in class org.elasticsearch.cluster.SnapshotsInProgress
 
UnicastHostsProvider - Interface in org.elasticsearch.discovery.zen
A pluggable provider of the list of unicast hosts to use for unicast discovery.
UnicastPingRequest() - Constructor for class org.elasticsearch.discovery.zen.UnicastZenPing.UnicastPingRequest
 
UnicastZenPing - Class in org.elasticsearch.discovery.zen
 
UnicastZenPing(Settings, ThreadPool, TransportService, UnicastHostsProvider) - Constructor for class org.elasticsearch.discovery.zen.UnicastZenPing
 
UnicastZenPing.PingingRound - Class in org.elasticsearch.discovery.zen
 
UnicastZenPing.UnicastPingRequest - Class in org.elasticsearch.discovery.zen
 
unicastZenPingExecutorService - Variable in class org.elasticsearch.discovery.zen.UnicastZenPing
 
UNICODE_CHARACTER_CLASS - Static variable in class org.elasticsearch.common.regex.Regex
This Regex / Pattern flag is supported from Java 7 on.
UnifiedHighlighter - Class in org.elasticsearch.search.fetch.subphase.highlight
 
UnifiedHighlighter() - Constructor for class org.elasticsearch.search.fetch.subphase.highlight.UnifiedHighlighter
 
union(Set<T>, Set<T>) - Static method in class org.elasticsearch.common.util.set.Sets
 
uniqueAddressTypeId() - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
uniqueAddressTypeId() - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
uniqueAddressTypeId() - Method in interface org.elasticsearch.common.transport.TransportAddress
 
UniqueAnnotations - Class in org.elasticsearch.common.inject.internal
 
UniqueTokenFilter - Class in org.apache.lucene.analysis.miscellaneous
A token filter that generates unique tokens.
UniqueTokenFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.UniqueTokenFilter
 
UniqueTokenFilter(TokenStream, boolean) - Constructor for class org.apache.lucene.analysis.miscellaneous.UniqueTokenFilter
 
UniqueTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
UniqueTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.UniqueTokenFilterFactory
 
unit() - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
Get the radius unit of the circle
unit - Variable in class org.elasticsearch.common.unit.DistanceUnit.Distance
 
unit(DistanceUnit) - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
unit() - Method in class org.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
 
unit(DistanceUnit) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
unit() - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder
 
unit(String) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
unit(DateHistogramInterval) - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
unit() - Method in class org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregationBuilder
 
unit(DistanceUnit) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
The distance unit to use.
unit() - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Returns the distance unit to use.
UNIT_SEPARATOR - Static variable in class org.elasticsearch.search.suggest.completion2x.Completion090PostingsFormat.CompletionLookupProvider
 
UNKNOWN - Static variable in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
UNKNOWN - Static variable in class org.elasticsearch.indices.recovery.RecoveryState.Translog
 
UNKNOWN_POSITION - Static variable in exception org.elasticsearch.common.ParsingException
 
UNKNOWN_POSITION - Static variable in exception org.elasticsearch.search.SearchParseException
 
UNKNOWN_SOURCE - Static variable in class org.elasticsearch.common.inject.internal.SourceProvider
Indicates that the source is unknown.
UNKNOWN_UUID - Static variable in class org.elasticsearch.cluster.ClusterState
 
UNKNOWN_VERSION - Static variable in class org.elasticsearch.cluster.ClusterState
 
UnknownNamedObjectException(XContentLocation, Class<?>, String) - Constructor for exception org.elasticsearch.common.xcontent.NamedXContentRegistry.UnknownNamedObjectException
 
UnknownNamedObjectException(StreamInput) - Constructor for exception org.elasticsearch.common.xcontent.NamedXContentRegistry.UnknownNamedObjectException
Read from a stream.
unlike(String[]) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Sets the text from which the terms should not be selected from.
unlike(MoreLikeThisQueryBuilder.Item[]) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
Sets the documents from which the terms should not be selected from.
unlikeItems() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
unlikeTexts() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder
 
unlock() - Method in class org.elasticsearch.index.engine.Engine.NoOpLock
 
Unmapped(String, R[], boolean, DocValueFormat, SearchContext, Aggregator, InternalRange.Factory, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Unmapped
 
unmapped() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
unmapped(boolean) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
UNMAPPED_TYPE - Static variable in class org.elasticsearch.search.sort.FieldSortBuilder
 
unmappedFieldType(String) - Method in class org.elasticsearch.index.mapper.MapperService
Given a type (eg.
UnmappedSampler - Class in org.elasticsearch.search.aggregations.bucket.sampler
 
UnmappedSampler(String, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.UnmappedSampler
 
UnmappedSampler(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.sampler.UnmappedSampler
Read from a stream.
UnmappedSignificantTerms - Class in org.elasticsearch.search.aggregations.bucket.significant
Result of the running the significant terms aggregation on an unmapped field.
UnmappedSignificantTerms(String, int, long, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
UnmappedSignificantTerms(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
Read from a stream.
UnmappedSignificantTerms.Bucket - Class in org.elasticsearch.search.aggregations.bucket.significant
Concrete type that can't be built because Java needs a concrent type so InternalTerms.Bucket can have a self type but UnmappedTerms doesn't ever need to build it because it never returns any buckets.
UnmappedTerms - Class in org.elasticsearch.search.aggregations.bucket.terms
Result of the TermsAggregator when the field is unmapped.
UnmappedTerms(String, Terms.Order, int, long, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
UnmappedTerms(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
Read from a stream.
UnmappedTerms.Bucket - Class in org.elasticsearch.search.aggregations.bucket.terms
Concrete type that can't be built because Java needs a concrent type so InternalTerms.Bucket can have a self type but UnmappedTerms doesn't ever need to build it because it never returns any buckets.
unmappedType(String) - Method in class org.elasticsearch.search.sort.FieldSortBuilder
Set the type to use in case the current field is not mapped in an index.
unmappedType() - Method in class org.elasticsearch.search.sort.FieldSortBuilder
Returns the type to use in case the current field is not mapped in an index.
unquotedFieldNamesSet - Static variable in class org.elasticsearch.common.xcontent.json.JsonXContent
 
unrecognized(RestRequest, Set<String>, Set<String>, String) - Method in class org.elasticsearch.rest.BaseRestHandler
 
UNRECOVERED_CLUSTER_VERSION - Static variable in class org.elasticsearch.discovery.zen.ElectMasterService.MasterCandidate
 
unregister(Task) - Method in class org.elasticsearch.tasks.TaskManager
Unregister the task
unregisterRepository(RepositoriesService.UnregisterRepositoryRequest, ActionListener<ClusterStateUpdateResponse>) - Method in class org.elasticsearch.repositories.RepositoriesService
Unregisters repository in the cluster
UnregisterRepositoryRequest(String, String) - Constructor for class org.elasticsearch.repositories.RepositoriesService.UnregisterRepositoryRequest
Creates a new unregister repository request
unsafeCharArray() - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Returns the underlying char array.
UNSCOPED - Static variable in class org.elasticsearch.common.inject.internal.Scoping
No scoping annotation has been applied.
unset() - Method in enum org.elasticsearch.index.mapper.EnabledAttributeMapper
 
UNSET_AUTO_GENERATED_TIMESTAMP - Static variable in class org.elasticsearch.action.index.IndexRequest
Value for IndexRequest.getAutoGeneratedTimestamp() if the document has an external provided ID.
UntargettedBinding<T> - Interface in org.elasticsearch.common.inject.spi
An untargetted binding.
UntargettedBindingImpl<T> - Class in org.elasticsearch.common.inject.internal
 
UntargettedBindingImpl(Injector, Key<T>, Object) - Constructor for class org.elasticsearch.common.inject.internal.UntargettedBindingImpl
 
UntargettedBindingImpl(Object, Key<T>, Scoping) - Constructor for class org.elasticsearch.common.inject.internal.UntargettedBindingImpl
 
UNTRUSTED_CODEBASE - Static variable in class org.elasticsearch.bootstrap.BootstrapInfo
codebase location for untrusted scripts (provide some additional safety)
unwrap() - Method in class org.elasticsearch.client.ParentTaskAssigningClient
Fetch the wrapped client.
unwrap(Runnable) - Method in class org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
 
unwrap(Runnable) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Unwraps a command that was previously wrapped by ThreadContext.preserveContext(Runnable).
unwrap(Throwable, Class<?>...) - Static method in class org.elasticsearch.ExceptionsHelper
 
unwrap(Object) - Method in interface org.elasticsearch.script.ExecutableScript
Unwraps a possible script value.
unwrapCause() - Method in exception org.elasticsearch.ElasticsearchException
Unwraps the actual cause from the exception for cases when the exception is a ElasticsearchWrapperException.
unwrapCause(Throwable) - Static method in class org.elasticsearch.ExceptionsHelper
 
unwrapCorruption(Throwable) - Static method in class org.elasticsearch.ExceptionsHelper
 
unwrapRequest(TransportRequest) - Static method in class org.elasticsearch.transport.TransportActionProxy
Unwraps a proxy request and returns the original request
unwrapSingleton(SortedNumericDoubleValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns a single-valued view of the SortedNumericDoubleValues, if it was previously wrapped with DocValues.singleton(NumericDocValues, Bits), or null.
unwrapSingleton(MultiGeoPointValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns a single-valued view of the MultiGeoPointValues, if it was previously wrapped with FieldData.singleton(GeoPointValues, Bits), or null.
unwrapSingleton(SortedBinaryDocValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns a single-valued view of the SortedBinaryDocValues, if it was previously wrapped with FieldData.singleton(BinaryDocValues, Bits), or null.
unwrapSingletonBits(SortedNumericDoubleValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns the documents with a value for the SortedNumericDoubleValues, if it was previously wrapped with FieldData.singleton(NumericDoubleValues, Bits), or null.
unwrapSingletonBits(MultiGeoPointValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns the documents with a value for the MultiGeoPointValues, if it was previously wrapped with FieldData.singleton(GeoPointValues, Bits), or null.
unwrapSingletonBits(SortedBinaryDocValues) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns the documents with a value for the SortedBinaryDocValues, if it was previously wrapped with FieldData.singleton(BinaryDocValues, Bits), or null.
update(UpdateRequest) - Method in interface org.elasticsearch.client.Client
Updates a document based on a script.
update(UpdateRequest, ActionListener<UpdateResponse>) - Method in interface org.elasticsearch.client.Client
Updates a document based on a script.
update(UpdateRequest) - Method in class org.elasticsearch.client.support.AbstractClient
 
update(UpdateRequest, ActionListener<UpdateResponse>) - Method in class org.elasticsearch.client.support.AbstractClient
 
update(long) - Method in class org.elasticsearch.common.metrics.EWMA
Update the moving average with a new value.
update(Map<String, Object>, Map<String, Object>, boolean) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Updates the provided changes into the source.
UPDATE_RESTORE_ACTION_NAME - Static variable in class org.elasticsearch.snapshots.RestoreService
 
UPDATE_SNAPSHOT_ACTION_NAME - Static variable in class org.elasticsearch.snapshots.SnapshotShardsService
 
UPDATE_THREAD_NAME - Static variable in class org.elasticsearch.cluster.service.ClusterService
 
UpdateAction - Class in org.elasticsearch.action.update
 
updateAllTypes() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
True if all fields that span multiple types should be updated, false otherwise
updateAllTypes() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
True if all fields that span multiple types should be updated, false otherwise
updateAllTypes(boolean) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
updateAllTypes() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
 
updateAllTypes(boolean) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
 
updateAllTypes() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
True if all fields that span multiple types should be updated, false otherwise
updateAllTypes(boolean) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
updateBlocks(IndexMetaData) - Method in class org.elasticsearch.cluster.block.ClusterBlocks.Builder
 
UpdateByQueryAction - Class in org.elasticsearch.index.reindex
 
UpdateByQueryRequest - Class in org.elasticsearch.index.reindex
Request to update some documents.
UpdateByQueryRequest() - Constructor for class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
UpdateByQueryRequest(SearchRequest) - Constructor for class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
UpdateByQueryRequestBuilder - Class in org.elasticsearch.index.reindex
 
UpdateByQueryRequestBuilder(ElasticsearchClient, Action<UpdateByQueryRequest, BulkByScrollResponse, UpdateByQueryRequestBuilder>) - Constructor for class org.elasticsearch.index.reindex.UpdateByQueryRequestBuilder
 
updatedSettings() - Method in class org.elasticsearch.plugins.PluginsService
 
updatedSourceAsMap() - Method in class org.elasticsearch.action.update.UpdateHelper.Result
 
updateDynamicSettings(Settings, Settings.Builder, Settings.Builder, String) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Updates a target settings builder with new, updated or deleted settings from a given settings builder.
updateFieldType(Map<String, MappedFieldType>) - Method in class org.elasticsearch.index.mapper.BaseGeoPointFieldMapper
 
updateFieldType(Map<String, MappedFieldType>) - Method in class org.elasticsearch.index.mapper.DocumentMapper
Recursively update sub field types.
updateFieldType(Map<String, MappedFieldType>) - Method in class org.elasticsearch.index.mapper.FieldMapper.MultiFields
 
updateFieldType(Map<String, MappedFieldType>) - Method in class org.elasticsearch.index.mapper.FieldMapper
 
updateFieldType(Map<String, MappedFieldType>) - Method in class org.elasticsearch.index.mapper.Mapper
Update the field type of this mapper.
updateFieldType(Map<String, MappedFieldType>) - Method in class org.elasticsearch.index.mapper.Mapping
Recursively update sub field types.
updateFieldType(Map<String, MappedFieldType>) - Method in class org.elasticsearch.index.mapper.ObjectMapper
 
updateFieldType(Map<String, MappedFieldType>) - Method in class org.elasticsearch.index.mapper.RootObjectMapper
 
UpdateHelper - Class in org.elasticsearch.action.update
Helper for translating an update request to an index, delete request or update response.
UpdateHelper(Settings, ScriptService) - Constructor for class org.elasticsearch.action.update.UpdateHelper
 
UpdateHelper.Result - Class in org.elasticsearch.action.update
 
updateIndexMetaData(IndexMetaData) - Method in class org.elasticsearch.index.IndexSettings
Updates the settings and index metadata and notifies all registered settings consumers with the new settings iff at least one setting has changed.
UpdateIndexShardRestoreStatusRequest() - Constructor for class org.elasticsearch.snapshots.RestoreService.UpdateIndexShardRestoreStatusRequest
 
UpdateIndexShardSnapshotStatusRequest() - Constructor for class org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
 
UpdateIndexShardSnapshotStatusRequest(Snapshot, ShardId, SnapshotsInProgress.ShardSnapshotStatus) - Constructor for class org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
 
updateIndicesStats(ActionListener<IndicesStatsResponse>) - Method in class org.elasticsearch.cluster.InternalClusterInfoService
Retrieve the latest indices stats, calling the listener when complete
updateKeyWithNamedWildcard(String) - Method in class org.elasticsearch.common.path.PathTrie.TrieNode
 
updateMapping(IndexMetaData) - Method in class org.elasticsearch.index.IndexService
 
updateMapping(IndexMetaData) - Method in class org.elasticsearch.index.mapper.MapperService
Update mapping by only merging the metadata that is different between received and stored entries
updateMapping(IndexMetaData) - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndex
Checks if index requires refresh from master.
updateMappingOnMaster(Index, String, Mapping) - Method in class org.elasticsearch.cluster.action.index.MappingUpdatedAction
updateMappingOnMaster(Index, String, Mapping, TimeValue) - Method in class org.elasticsearch.cluster.action.index.MappingUpdatedAction
Update mappings synchronously on the master node, waiting for at most timeout.
updateMetaData(IndexMetaData) - Method in class org.elasticsearch.index.IndexService
 
updateMetaData(IndexMetaData) - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndex
Updates the meta data of this index.
updateMetaDataWithRoutingChanges(RoutingTable) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
Returns updated MetaData based on the changes that were made to the routing nodes
updateMinMax(GeoPoint, GeoPoint) - Method in class org.elasticsearch.action.fieldstats.FieldStats.GeoPoint
 
updateMinMax(T, T) - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
updateNodes(long, RoutingNodes) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
updateNodesAndPing(ClusterState) - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection
make sure that nodes in clusterState are pinged.
updateNodeStats(ActionListener<NodesStatsResponse>) - Method in class org.elasticsearch.cluster.InternalClusterInfoService
Retrieve the latest nodes stats, calling the listener when complete
updateNumberOfReplicas(int, String...) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
updateNumberOfReplicas(int, String...) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
updatePrimaryTerm(long) - Method in class org.elasticsearch.index.shard.IndexShard
notifies the shard of an increase in the primary term
updater(Settings, Settings) - Method in interface org.elasticsearch.common.settings.AbstractScopedSettings.SettingUpdater
Returns a callable runnable that calls AbstractScopedSettings.SettingUpdater.apply(Object, Settings, Settings) if the settings actually changed.
updateRemoteCluster(String, List<InetSocketAddress>) - Method in class org.elasticsearch.transport.RemoteClusterAware
Subclasses must implement this to receive information about updated cluster aliases.
updateRemoteCluster(String, List<InetSocketAddress>) - Method in class org.elasticsearch.transport.RemoteClusterService
 
UpdateRequest - Class in org.elasticsearch.action.update
 
UpdateRequest() - Constructor for class org.elasticsearch.action.update.UpdateRequest
 
UpdateRequest(String, String, String) - Constructor for class org.elasticsearch.action.update.UpdateRequest
 
UpdateRequestBuilder - Class in org.elasticsearch.action.update
 
UpdateRequestBuilder(ElasticsearchClient, UpdateAction) - Constructor for class org.elasticsearch.action.update.UpdateRequestBuilder
 
UpdateRequestBuilder(ElasticsearchClient, UpdateAction, String, String, String) - Constructor for class org.elasticsearch.action.update.UpdateRequestBuilder
 
UpdateResponse - Class in org.elasticsearch.action.update
 
UpdateResponse() - Constructor for class org.elasticsearch.action.update.UpdateResponse
 
UpdateResponse(ShardId, String, String, long, DocWriteResponse.Result) - Constructor for class org.elasticsearch.action.update.UpdateResponse
Constructor to be used when a update didn't translate in a write.
UpdateResponse(ReplicationResponse.ShardInfo, ShardId, String, String, long, DocWriteResponse.Result) - Constructor for class org.elasticsearch.action.update.UpdateResponse
 
UpdateResponse.Builder - Class in org.elasticsearch.action.update
Builder class for UpdateResponse.
updateRestoreInfoWithRoutingChanges(RestoreInProgress) - Method in class org.elasticsearch.cluster.routing.allocation.RoutingAllocation
Returns updated RestoreInProgress based on the changes that were made to the routing nodes
updateRestoreStateWithDeletedIndices(RestoreInProgress, Set<Index>) - Static method in class org.elasticsearch.snapshots.RestoreService
 
updateRoutingEntry(ShardRouting) - Method in class org.elasticsearch.index.shard.IndexShard
Updates the shards routing entry.
updateRoutingEntry(ShardRouting) - Method in class org.elasticsearch.index.shard.ShadowIndexShard
In addition to the regular accounting done in IndexShard.updateRoutingEntry(ShardRouting), if this shadow replica needs to be promoted to a primary, the shard is failed in order to allow a new primary to be re-allocated.
updateRoutingEntry(ShardRouting) - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.Shard
Updates the shards routing entry.
updateSettings(ClusterUpdateSettingsRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Updates settings in the cluster.
updateSettings(ClusterUpdateSettingsRequest, ActionListener<ClusterUpdateSettingsResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Update settings in the cluster.
updateSettings(UpdateSettingsRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Updates settings of one or more indices.
updateSettings(UpdateSettingsRequest, ActionListener<UpdateSettingsResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Updates settings of one or more indices.
updateSettings(Settings, String...) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
updateSettings(UpdateSettingsClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - Method in class org.elasticsearch.cluster.metadata.MetaDataUpdateSettingsService
 
updateSettings(Settings, Settings.Builder, Settings.Builder, String) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Updates a target settings builder with new, updated or deleted settings from a given settings builder.
UpdateSettingsAction - Class in org.elasticsearch.action.admin.indices.settings.put
 
UpdateSettingsClusterStateUpdateRequest - Class in org.elasticsearch.action.admin.indices.settings.put
Cluster state update request that allows to update settings for some indices
UpdateSettingsClusterStateUpdateRequest() - Constructor for class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsClusterStateUpdateRequest
 
UpdateSettingsRequest - Class in org.elasticsearch.action.admin.indices.settings.put
Request for an update index settings action
UpdateSettingsRequest() - Constructor for class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
 
UpdateSettingsRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
Constructs a new request to update settings for one or more indices
UpdateSettingsRequest(Settings, String...) - Constructor for class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
Constructs a new request to update settings for one or more indices
updateSettingsRequest(String...) - Static method in class org.elasticsearch.client.Requests
A request to update indices settings.
UpdateSettingsRequestBuilder - Class in org.elasticsearch.action.admin.indices.settings.put
Builder for an update index settings request
UpdateSettingsRequestBuilder(ElasticsearchClient, UpdateSettingsAction, String...) - Constructor for class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
 
UpdateSettingsResponse - Class in org.elasticsearch.action.admin.indices.settings.put
A response for an update index settings action
updateSourceContentType() - Method in class org.elasticsearch.action.update.UpdateHelper.Result
 
updateStage(SnapshotStatus.Stage) - Method in class org.elasticsearch.index.shard.SnapshotStatus
 
updateStage(IndexShardSnapshotStatus.Stage) - Method in class org.elasticsearch.index.snapshots.IndexShardSnapshotStatus
Sets new snapshot stage
updateUnassigned(UnassignedInfo, RecoverySource, RoutingChangesObserver) - Method in class org.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards.UnassignedIterator
updates the unassigned info and recovery source on the current unassigned shard
updateUnassigned(UnassignedInfo, RecoverySource) - Method in class org.elasticsearch.cluster.routing.ShardRouting
 
updateVersion(long, long) - Method in enum org.elasticsearch.index.VersionType
Returns the new version for a document, based on its current one and the specified in the request
updateVersion(long) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
upgrade(UpgradeRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly upgrade one or more indices
upgrade(UpgradeRequest, ActionListener<UpgradeResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Explicitly upgrade one or more indices
upgrade(UpgradeRequest) - Method in class org.elasticsearch.index.shard.IndexShard
Upgrades the shard to the current version of Lucene and returns the minimum segment version
UPGRADE_ONLY_ANCIENT_SEGMENTS - Static variable in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest.Defaults
 
UpgradeAction - Class in org.elasticsearch.action.admin.indices.upgrade.post
Upgrade index/indices action.
upgradeIndexMetaData(IndexMetaData, Version) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexUpgradeService
Checks that the index can be upgraded to the current version of the master node.
upgradeIndexSettings(UpgradeSettingsClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - Method in class org.elasticsearch.cluster.metadata.MetaDataUpdateSettingsService
 
upgradeIndicesIfNeeded(Settings, NodeEnvironment) - Static method in class org.elasticsearch.common.util.IndexFolderUpgrader
Upgrades all indices found under nodeEnv.
upgradeOnlyAncientSegments() - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest
Should the upgrade only the ancient (older major version of Lucene) segments? Defaults to false.
upgradeOnlyAncientSegments(boolean) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest
upgradeRequest() - Method in class org.elasticsearch.action.admin.indices.upgrade.post.ShardUpgradeRequest
 
UpgradeRequest - Class in org.elasticsearch.action.admin.indices.upgrade.post
A request to upgrade one or more indices.
UpgradeRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest
Constructs an optimization request over one or more indices.
UpgradeRequest() - Constructor for class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest
 
upgradeRequest(String...) - Static method in class org.elasticsearch.client.Requests
Creates an upgrade request.
UpgradeRequest.Defaults - Class in org.elasticsearch.action.admin.indices.upgrade.post
 
UpgradeRequestBuilder - Class in org.elasticsearch.action.admin.indices.upgrade.post
A request to upgrade one or more indices.
UpgradeRequestBuilder(ElasticsearchClient, UpgradeAction) - Constructor for class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequestBuilder
 
UpgradeResponse - Class in org.elasticsearch.action.admin.indices.upgrade.post
A response for the upgrade action.
UpgradeSettingsAction - Class in org.elasticsearch.action.admin.indices.upgrade.post
 
UpgradeSettingsClusterStateUpdateRequest - Class in org.elasticsearch.action.admin.indices.upgrade.post
Cluster state update request that allows to change minimum compatibility settings for some indices
UpgradeSettingsClusterStateUpdateRequest() - Constructor for class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsClusterStateUpdateRequest
 
UpgradeSettingsRequest - Class in org.elasticsearch.action.admin.indices.upgrade.post
Request for an update index settings action
UpgradeSettingsRequest() - Constructor for class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequest
 
UpgradeSettingsRequest(Map<String, Tuple<Version, String>>) - Constructor for class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequest
Constructs a new request to update minimum compatible version settings for one or more indices
UpgradeSettingsRequestBuilder - Class in org.elasticsearch.action.admin.indices.upgrade.post
Builder for an update index settings request
UpgradeSettingsRequestBuilder(ElasticsearchClient, UpgradeSettingsAction) - Constructor for class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequestBuilder
 
UpgradeSettingsResponse - Class in org.elasticsearch.action.admin.indices.upgrade.post
A response for an update index settings action
upgradeStatus(UpgradeStatusRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Check upgrade status of one or more indices
upgradeStatus(UpgradeStatusRequest, ActionListener<UpgradeStatusResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Check upgrade status of one or more indices
UpgradeStatusAction - Class in org.elasticsearch.action.admin.indices.upgrade.get
 
UpgradeStatusRequest - Class in org.elasticsearch.action.admin.indices.upgrade.get
 
UpgradeStatusRequest() - Constructor for class org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusRequest
 
UpgradeStatusRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusRequest
 
UpgradeStatusRequestBuilder - Class in org.elasticsearch.action.admin.indices.upgrade.get
 
UpgradeStatusRequestBuilder(ElasticsearchClient, UpgradeStatusAction) - Constructor for class org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusRequestBuilder
 
UpgradeStatusResponse - Class in org.elasticsearch.action.admin.indices.upgrade.get
 
UpperCaseTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
UpperCaseTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.UpperCaseTokenFilterFactory
 
upsert(IndexRequest) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the index request to be used if the document does not exists.
upsert(XContentBuilder) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc source of the update request to be used when the document does not exists.
upsert(Map) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc source of the update request to be used when the document does not exists.
upsert(Map, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc source of the update request to be used when the document does not exists.
upsert(String) - Method in class org.elasticsearch.action.update.UpdateRequest
upsert(String, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc source of the update request to be used when the document does not exists.
upsert(byte[]) - Method in class org.elasticsearch.action.update.UpdateRequest
upsert(byte[], XContentType) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc source of the update request to be used when the document does not exists.
upsert(byte[], int, int) - Method in class org.elasticsearch.action.update.UpdateRequest
upsert(byte[], int, int, XContentType) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc source of the update request to be used when the document does not exists.
upsert(Object...) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc source of the update request to be used when the document does not exists.
upsert(XContentType, Object...) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the doc source of the update request to be used when the document does not exists.
upsertRequest() - Method in class org.elasticsearch.action.update.UpdateRequest
 
upserts - Variable in class org.elasticsearch.cluster.DiffableUtils.MapDiff
 
uri() - Method in class org.elasticsearch.rest.RestRequest
The uri of the rest request, with the query string.
URIPattern - Class in org.elasticsearch.common.util
URI Pattern matcher The pattern is URI in which authority, path, query and fragment can be replace with simple pattern.
URIPattern(String) - Constructor for class org.elasticsearch.common.util.URIPattern
Constructs uri pattern
url() - Method in class org.elasticsearch.common.blobstore.url.URLBlobContainer
Returns URL for this container
URL_SETTING - Static variable in class org.elasticsearch.repositories.uri.URLRepository
 
URLBlobContainer - Class in org.elasticsearch.common.blobstore.url
URL blob implementation of BlobContainer
URLBlobContainer(URLBlobStore, BlobPath, URL) - Constructor for class org.elasticsearch.common.blobstore.url.URLBlobContainer
Constructs new URLBlobContainer
URLBlobStore - Class in org.elasticsearch.common.blobstore.url
Read-only URL-based blob store
URLBlobStore(Settings, URL) - Constructor for class org.elasticsearch.common.blobstore.url.URLBlobStore
Constructs new read-only URL-based blob store
urlParamsToQueryBuilder(RestRequest) - Static method in class org.elasticsearch.rest.action.RestActions
 
URLRepository - Class in org.elasticsearch.repositories.uri
Read-only URL-based implementation of the BlobStoreRepository
URLRepository(RepositoryMetaData, Environment, NamedXContentRegistry) - Constructor for class org.elasticsearch.repositories.uri.URLRepository
Constructs a read-only URL-based repository
USAGE - Static variable in class org.elasticsearch.cli.ExitCodes
 
useAllFields(Boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
Tell the query_string query to use all fields explicitly, even if _all is enabled.
useAllFields() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
useAllFields() - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
 
useAllFields(Boolean) - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
 
useAnyUnassignedShard() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
Returns true iff the first unassigned shard is to be used
useAnyUnassignedShard() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequestBuilder
Signal that the first unassigned shard should be used
useCompoundFile(SegmentInfos, SegmentCommitInfo, IndexWriter) - Method in class org.elasticsearch.index.shard.ElasticsearchMergePolicy
 
useCompressedOops() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
The value of the JVM flag UseCompressedOops, if available otherwise "unknown".
used(long) - Method in class org.elasticsearch.common.util.LongObjectPagedHashMap
 
useDisMax() - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
useDisMax(boolean) - Method in class org.apache.lucene.queryparser.classic.QueryParserSettings
 
useDisMax(Boolean) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
Deprecated.
use a tieBreaker of 1.0f to disable "dis-max" query or select the appropriate MultiMatchQueryBuilder.Type
useDisMax() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
useDisMax(boolean) - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
When more than one field is used with the query string, should queries be combined using dis max, or boolean query.
useDisMax() - Method in class org.elasticsearch.index.query.QueryStringQueryBuilder
 
useExplicitFieldOrder(boolean) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
Send the fields to be highlighted using a syntax that is specific about the order in which they should be highlighted.
useExplicitFieldOrder() - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder
useG1GC() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
useOrSuppress(T, T) - Static method in class org.elasticsearch.ExceptionsHelper
 
usePrettyPrint() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
usePrettyPrint() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
usePrintLineFeedAtEnd() - Method in class org.elasticsearch.common.xcontent.cbor.CborXContentGenerator
 
usePrintLineFeedAtEnd() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
usePrintLineFeedAtEnd() - Method in class org.elasticsearch.common.xcontent.smile.SmileXContentGenerator
 
usePrintLineFeedAtEnd() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
usePrintLineFeedAtEnd() - Method in class org.elasticsearch.common.xcontent.yaml.YamlXContentGenerator
 
UserException - Exception in org.elasticsearch.cli
An exception representing a user fixable problem in Command usage.
UserException(int, String) - Constructor for exception org.elasticsearch.cli.UserException
Constructs a UserException with an exit status and message to show the user.
userInput - Variable in class org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
 
useSerialGC() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
using(ThreadPool) - Method in class org.elasticsearch.action.bulk.Retry
 
utf8Bytes() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentParser
 
utf8Bytes() - Method in interface org.elasticsearch.common.xcontent.XContentParser
Returns a BytesRef holding UTF-8 bytes.
utf8BytesOrNull() - Method in class org.elasticsearch.common.xcontent.support.AbstractXContentParser
 
utf8BytesOrNull() - Method in interface org.elasticsearch.common.xcontent.XContentParser
Returns a BytesRef holding UTF-8 bytes or null if a null value is XContentParser.Token.VALUE_NULL.
utf8Field(String, BytesRef) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Writes the binary content of the given BytesRef as UTF-8 bytes.
UTF8StreamWriter - Class in org.elasticsearch.common.io
 
UTF8StreamWriter() - Constructor for class org.elasticsearch.common.io.UTF8StreamWriter
Creates a UTF-8 writer having a byte buffer of moderate capacity (2048).
UTF8StreamWriter(int) - Constructor for class org.elasticsearch.common.io.UTF8StreamWriter
Creates a UTF-8 writer having a byte buffer of specified capacity.
utf8ToString() - Method in class org.elasticsearch.common.bytes.BytesReference
Interprets the referenced bytes as UTF8 bytes, returning the resulting string
utf8Value(BytesRef) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Writes the binary content of the given BytesRef as UTF-8 bytes.
UUIDs - Class in org.elasticsearch.common
 
UUIDs() - Constructor for class org.elasticsearch.common.UUIDs
 

V

v() - Method in class org.elasticsearch.common.recycler.NoneRecycler.NV
 
v() - Method in interface org.elasticsearch.common.recycler.Recycler.V
Reference to the value.
v1() - Method in class org.elasticsearch.common.collect.Tuple
 
v2() - Method in class org.elasticsearch.common.collect.Tuple
 
V_2_0_0 - Static variable in class org.elasticsearch.Version
 
V_2_0_0_beta1 - Static variable in class org.elasticsearch.Version
 
V_2_0_0_beta1_ID - Static variable in class org.elasticsearch.Version
 
V_2_0_0_beta2 - Static variable in class org.elasticsearch.Version
 
V_2_0_0_beta2_ID - Static variable in class org.elasticsearch.Version
 
V_2_0_0_ID - Static variable in class org.elasticsearch.Version
 
V_2_0_0_rc1 - Static variable in class org.elasticsearch.Version
 
V_2_0_0_rc1_ID - Static variable in class org.elasticsearch.Version
 
V_2_0_1 - Static variable in class org.elasticsearch.Version
 
V_2_0_1_ID - Static variable in class org.elasticsearch.Version
 
V_2_0_2 - Static variable in class org.elasticsearch.Version
 
V_2_0_2_ID - Static variable in class org.elasticsearch.Version
 
V_2_1_0 - Static variable in class org.elasticsearch.Version
 
V_2_1_0_ID - Static variable in class org.elasticsearch.Version
 
V_2_1_1 - Static variable in class org.elasticsearch.Version
 
V_2_1_1_ID - Static variable in class org.elasticsearch.Version
 
V_2_1_2 - Static variable in class org.elasticsearch.Version
 
V_2_1_2_ID - Static variable in class org.elasticsearch.Version
 
V_2_2_0 - Static variable in class org.elasticsearch.Version
 
V_2_2_0_ID - Static variable in class org.elasticsearch.Version
 
V_2_2_1 - Static variable in class org.elasticsearch.Version
 
V_2_2_1_ID - Static variable in class org.elasticsearch.Version
 
V_2_2_2 - Static variable in class org.elasticsearch.Version
 
V_2_2_2_ID - Static variable in class org.elasticsearch.Version
 
V_2_3_0 - Static variable in class org.elasticsearch.Version
 
V_2_3_0_ID - Static variable in class org.elasticsearch.Version
 
V_2_3_1 - Static variable in class org.elasticsearch.Version
 
V_2_3_1_ID - Static variable in class org.elasticsearch.Version
 
V_2_3_2 - Static variable in class org.elasticsearch.Version
 
V_2_3_2_ID - Static variable in class org.elasticsearch.Version
 
V_2_3_3 - Static variable in class org.elasticsearch.Version
 
V_2_3_3_ID - Static variable in class org.elasticsearch.Version
 
V_2_3_4 - Static variable in class org.elasticsearch.Version
 
V_2_3_4_ID - Static variable in class org.elasticsearch.Version
 
V_2_3_5 - Static variable in class org.elasticsearch.Version
 
V_2_3_5_ID - Static variable in class org.elasticsearch.Version
 
V_2_4_0 - Static variable in class org.elasticsearch.Version
 
V_2_4_0_ID - Static variable in class org.elasticsearch.Version
 
V_2_4_1 - Static variable in class org.elasticsearch.Version
 
V_2_4_1_ID - Static variable in class org.elasticsearch.Version
 
V_2_4_2 - Static variable in class org.elasticsearch.Version
 
V_2_4_2_ID - Static variable in class org.elasticsearch.Version
 
V_2_4_3 - Static variable in class org.elasticsearch.Version
 
V_2_4_3_ID - Static variable in class org.elasticsearch.Version
 
V_2_4_4 - Static variable in class org.elasticsearch.Version
 
V_2_4_4_ID - Static variable in class org.elasticsearch.Version
 
V_2_4_5 - Static variable in class org.elasticsearch.Version
 
V_2_4_5_ID - Static variable in class org.elasticsearch.Version
 
V_2_4_6 - Static variable in class org.elasticsearch.Version
 
V_2_4_6_ID - Static variable in class org.elasticsearch.Version
 
V_5_0_0 - Static variable in class org.elasticsearch.Version
 
V_5_0_0_alpha1 - Static variable in class org.elasticsearch.Version
 
V_5_0_0_alpha1_ID - Static variable in class org.elasticsearch.Version
 
V_5_0_0_alpha2 - Static variable in class org.elasticsearch.Version
 
V_5_0_0_alpha2_ID - Static variable in class org.elasticsearch.Version
 
V_5_0_0_alpha3 - Static variable in class org.elasticsearch.Version
 
V_5_0_0_alpha3_ID - Static variable in class org.elasticsearch.Version
 
V_5_0_0_alpha4 - Static variable in class org.elasticsearch.Version
 
V_5_0_0_alpha4_ID - Static variable in class org.elasticsearch.Version
 
V_5_0_0_alpha5 - Static variable in class org.elasticsearch.Version
 
V_5_0_0_alpha5_ID - Static variable in class org.elasticsearch.Version
 
V_5_0_0_beta1 - Static variable in class org.elasticsearch.Version
 
V_5_0_0_beta1_ID - Static variable in class org.elasticsearch.Version
 
V_5_0_0_ID - Static variable in class org.elasticsearch.Version
 
V_5_0_0_rc1 - Static variable in class org.elasticsearch.Version
 
V_5_0_0_rc1_ID - Static variable in class org.elasticsearch.Version
 
V_5_0_1 - Static variable in class org.elasticsearch.Version
 
V_5_0_1_ID - Static variable in class org.elasticsearch.Version
 
V_5_0_2 - Static variable in class org.elasticsearch.Version
 
V_5_0_2_ID - Static variable in class org.elasticsearch.Version
 
V_5_1_0_UNRELEASED - Static variable in class org.elasticsearch.script.Script
 
V_5_1_0_UNRELEASED - Static variable in class org.elasticsearch.snapshots.RestoreService
 
V_5_1_1 - Static variable in class org.elasticsearch.Version
 
V_5_1_1_ID - Static variable in class org.elasticsearch.Version
 
V_5_1_2 - Static variable in class org.elasticsearch.Version
 
V_5_1_2_ID - Static variable in class org.elasticsearch.Version
 
V_5_2_0 - Static variable in class org.elasticsearch.Version
 
V_5_2_0_ID - Static variable in class org.elasticsearch.Version
 
V_5_2_1 - Static variable in class org.elasticsearch.Version
 
V_5_2_1_ID - Static variable in class org.elasticsearch.Version
 
V_5_2_2 - Static variable in class org.elasticsearch.Version
 
V_5_2_2_ID - Static variable in class org.elasticsearch.Version
 
V_5_3_0 - Static variable in class org.elasticsearch.Version
 
V_5_3_0_ID - Static variable in class org.elasticsearch.Version
 
V_5_3_1 - Static variable in class org.elasticsearch.Version
 
V_5_3_1_ID - Static variable in class org.elasticsearch.Version
 
V_5_3_2 - Static variable in class org.elasticsearch.Version
 
V_5_3_2_ID - Static variable in class org.elasticsearch.Version
 
V_5_3_3 - Static variable in class org.elasticsearch.Version
 
V_5_3_3_ID - Static variable in class org.elasticsearch.Version
 
V_5_4_0 - Static variable in class org.elasticsearch.Version
 
V_5_4_0_ID - Static variable in class org.elasticsearch.Version
 
V_5_4_1 - Static variable in class org.elasticsearch.Version
 
V_5_4_1_ID - Static variable in class org.elasticsearch.Version
 
V_5_4_2 - Static variable in class org.elasticsearch.Version
 
V_5_4_2_ID - Static variable in class org.elasticsearch.Version
 
V_5_4_3 - Static variable in class org.elasticsearch.Version
 
V_5_4_3_ID - Static variable in class org.elasticsearch.Version
 
V_5_5_0 - Static variable in class org.elasticsearch.Version
 
V_5_5_0_ID - Static variable in class org.elasticsearch.Version
 
V_5_5_1 - Static variable in class org.elasticsearch.Version
 
V_5_5_1_ID - Static variable in class org.elasticsearch.Version
 
V_5_5_2 - Static variable in class org.elasticsearch.Version
 
V_5_5_2_ID - Static variable in class org.elasticsearch.Version
 
V_5_5_3 - Static variable in class org.elasticsearch.Version
 
V_5_5_3_ID - Static variable in class org.elasticsearch.Version
 
V_5_6_0 - Static variable in class org.elasticsearch.Version
 
V_5_6_0_ID - Static variable in class org.elasticsearch.Version
 
V_5_6_1 - Static variable in class org.elasticsearch.Version
 
V_5_6_10 - Static variable in class org.elasticsearch.Version
 
V_5_6_10_ID - Static variable in class org.elasticsearch.Version
 
V_5_6_11 - Static variable in class org.elasticsearch.Version
 
V_5_6_11_ID - Static variable in class org.elasticsearch.Version
 
V_5_6_12 - Static variable in class org.elasticsearch.Version
 
V_5_6_12_ID - Static variable in class org.elasticsearch.Version
 
V_5_6_13_ID_UNRELEASED - Static variable in class org.elasticsearch.Version
 
V_5_6_13_UNRELEASED - Static variable in class org.elasticsearch.Version
 
V_5_6_1_ID - Static variable in class org.elasticsearch.Version
 
V_5_6_2 - Static variable in class org.elasticsearch.Version
 
V_5_6_2_ID - Static variable in class org.elasticsearch.Version
 
V_5_6_3 - Static variable in class org.elasticsearch.Version
 
V_5_6_3_ID - Static variable in class org.elasticsearch.Version
 
V_5_6_4 - Static variable in class org.elasticsearch.Version
 
V_5_6_4_ID - Static variable in class org.elasticsearch.Version
 
V_5_6_5 - Static variable in class org.elasticsearch.Version
 
V_5_6_5_ID - Static variable in class org.elasticsearch.Version
 
V_5_6_6 - Static variable in class org.elasticsearch.Version
 
V_5_6_6_ID - Static variable in class org.elasticsearch.Version
 
V_5_6_7 - Static variable in class org.elasticsearch.Version
 
V_5_6_7_ID - Static variable in class org.elasticsearch.Version
 
V_5_6_8 - Static variable in class org.elasticsearch.Version
 
V_5_6_8_ID - Static variable in class org.elasticsearch.Version
 
V_5_6_9 - Static variable in class org.elasticsearch.Version
 
V_5_6_9_ID - Static variable in class org.elasticsearch.Version
 
valid() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
VALID_AGG_NAME - Static variable in class org.elasticsearch.search.aggregations.AggregatorFactories
 
validate() - Method in class org.elasticsearch.action.ActionRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.node.liveness.LivenessRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.remote.RemoteInfoRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
 
validate() - Method in class org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.get.GetIndexRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetMappingsRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequest
 
validate() - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
 
validate() - Method in class org.elasticsearch.action.bulk.BulkRequest
 
validate() - Method in class org.elasticsearch.action.delete.DeleteRequest
 
validate() - Method in class org.elasticsearch.action.explain.ExplainRequest
 
validate() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexRequest
 
validate() - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
 
validate() - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequest
 
validate() - Method in class org.elasticsearch.action.get.GetRequest
 
validate() - Method in class org.elasticsearch.action.get.MultiGetRequest
 
validate() - Method in class org.elasticsearch.action.get.MultiGetShardRequest
 
validate() - Method in class org.elasticsearch.action.index.IndexRequest
 
validate() - Method in class org.elasticsearch.action.ingest.DeletePipelineRequest
 
validate() - Method in class org.elasticsearch.action.ingest.GetPipelineRequest
 
validate() - Method in class org.elasticsearch.action.ingest.PutPipelineRequest
 
validate() - Method in class org.elasticsearch.action.ingest.SimulatePipelineRequest
 
validate() - Method in class org.elasticsearch.action.main.MainRequest
 
validate() - Method in class org.elasticsearch.action.search.ClearScrollRequest
 
validate() - Method in class org.elasticsearch.action.search.MultiSearchRequest
 
validate() - Method in class org.elasticsearch.action.search.SearchRequest
 
validate() - Method in class org.elasticsearch.action.search.SearchScrollRequest
 
validate(int) - Method in class org.elasticsearch.action.support.ActiveShardCount
Validates that the instance is valid for the given number of replicas in an index.
validate() - Method in class org.elasticsearch.action.support.broadcast.BroadcastRequest
 
validate() - Method in class org.elasticsearch.action.support.nodes.BaseNodesRequest
 
validate() - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
 
validate() - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
validate() - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
 
validate() - Method in interface org.elasticsearch.action.support.WriteRequest
 
validate() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequest
 
validate() - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
 
validate() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
validate() - Method in class org.elasticsearch.action.update.UpdateRequest
 
validate(String, String, String) - Method in interface org.elasticsearch.cluster.metadata.AliasAction.NewAliasValidator
 
validate() - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand.Builder
 
validate(MetaData) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
validate(Settings.Builder) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Validates that all settings in the builder are registered and valid
validate(Settings) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
* Validates that all given settings are registered and valid
validate(String, Settings) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Validates that the setting is valid
validate() - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 
validate() - Method in class org.elasticsearch.index.reindex.DeleteByQueryRequest
 
validate() - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
validate() - Method in class org.elasticsearch.search.aggregations.AggregatorFactories
 
validate() - Method in class org.elasticsearch.search.aggregations.AggregatorFactory
Validates the state of this factory (makes sure the factory is properly configured)
validate(AggregatorFactory<?>, AggregatorFactory<?>[], List<PipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
Validates the state of this factory (makes sure the factory is properly configured)
validate(AggregatorFactory<?>, AggregatorFactory<?>[], List<PipelineAggregationBuilder>) - Method in class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
Internal: Validates the state of this factory (makes sure the factory is properly configured)
validate(Aggregator) - Method in class org.elasticsearch.search.aggregations.support.AggregationPath
Validates this path over the given aggregator as a point of reference.
ValidateActions - Class in org.elasticsearch.action
 
ValidateActions() - Constructor for class org.elasticsearch.action.ValidateActions
 
validateAlias(Alias, String, MetaData) - Method in class org.elasticsearch.cluster.metadata.AliasValidator
Allows to validate an Alias and make sure it's valid before it gets added to the index metadata.
validateAlias(String, String, String, Function<String, IndexMetaData>) - Method in class org.elasticsearch.cluster.metadata.AliasValidator
Validate a proposed alias.
validateAliasFilter(String, String, QueryShardContext, NamedXContentRegistry) - Method in class org.elasticsearch.cluster.metadata.AliasValidator
Validates an alias filter by parsing it using the provided QueryShardContext
validateAliasFilter(String, byte[], QueryShardContext, NamedXContentRegistry) - Method in class org.elasticsearch.cluster.metadata.AliasValidator
Validates an alias filter by parsing it using the provided QueryShardContext
validateAliasMetaData(AliasMetaData, String, MetaData) - Method in class org.elasticsearch.cluster.metadata.AliasValidator
Allows to validate an AliasMetaData and make sure it's valid before it gets added to the index metadata.
validateAliasStandalone(Alias) - Method in class org.elasticsearch.cluster.metadata.AliasValidator
Allows to partially validate an alias, without knowing which index it'll get applied to.
validateFlags(int) - Method in class org.elasticsearch.search.lookup.IndexFieldTerm
 
validateHole(LineStringBuilder, LineStringBuilder) - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
Validates only 1 vertex is tangential (shared) between the interior and exterior of a polygon
validateIndexName(String, ClusterState) - Static method in class org.elasticsearch.cluster.metadata.MetaDataCreateIndexService
Validate the name for an index against some static rules and a cluster state.
validateIndexOrAliasName(String, BiFunction<String, String, ? extends RuntimeException>) - Static method in class org.elasticsearch.cluster.metadata.MetaDataCreateIndexService
Validate the name for an index or alias against some static rules.
validateIndexSettings(String, Settings) - Method in class org.elasticsearch.cluster.metadata.MetaDataCreateIndexService
 
validateMessageHeader(BytesReference) - Static method in class org.elasticsearch.transport.TcpTransport
Validates the first N bytes of the message header and returns false if the message is a ping message and has no payload ie.
validateMultiPointNode(ShapeBuilder.CoordinateNode) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
 
validateNodeBeforeAcceptingRequests(Settings, BoundTransportAddress, List<BootstrapCheck>) - Method in class org.elasticsearch.node.Node
Hook for validating the node after network services are started but before the cluster service is started and before the network service starts accepting incoming network requests.
validateNonNullIndex() - Method in class org.elasticsearch.action.support.single.shard.SingleShardRequest
 
validatePointNode(ShapeBuilder.CoordinateNode) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
 
validateQuery(ValidateQueryRequest) - Method in interface org.elasticsearch.client.IndicesAdminClient
Validate a query for correctness.
validateQuery(ValidateQueryRequest, ActionListener<ValidateQueryResponse>) - Method in interface org.elasticsearch.client.IndicesAdminClient
Validate a query for correctness.
ValidateQueryAction - Class in org.elasticsearch.action.admin.indices.validate.query
 
ValidateQueryRequest - Class in org.elasticsearch.action.admin.indices.validate.query
A request to validate a specific query.
ValidateQueryRequest() - Constructor for class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
 
ValidateQueryRequest(String...) - Constructor for class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
Constructs a new validate request against the provided indices.
ValidateQueryRequestBuilder - Class in org.elasticsearch.action.admin.indices.validate.query
 
ValidateQueryRequestBuilder(ElasticsearchClient, ValidateQueryAction) - Constructor for class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
 
ValidateQueryResponse - Class in org.elasticsearch.action.admin.indices.validate.query
The response of the validate action.
validateRequest(StreamInput, long, String) - Method in class org.elasticsearch.transport.TcpTransport
 
validateSearchContext(SearchContext, TransportRequest) - Method in class org.elasticsearch.index.shard.SearchOperationListener.CompositeListener
 
validateSearchContext(SearchContext, TransportRequest) - Method in interface org.elasticsearch.index.shard.SearchOperationListener
Executed prior to using a SearchContext that has been retrieved from the active contexts.
validateSettingKey(Setting) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
 
validateSettingKey(Setting) - Method in class org.elasticsearch.common.settings.IndexScopedSettings
 
validateSettings(BreakerSettings[]) - Static method in class org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
Validate that child settings are valid
validateStateIsFromCurrentMaster(Logger, DiscoveryNodes, ClusterState) - Static method in class org.elasticsearch.discovery.zen.ZenDiscovery
In the case we follow an elected master the new cluster state needs to have the same elected master This method checks for this and throws an exception if needed
validateUpdate(Settings) - Method in class org.elasticsearch.common.settings.AbstractScopedSettings
Validates the given settings by running it through all update listeners without applying it.
validateVersionForReads(long) - Method in enum org.elasticsearch.index.VersionType
validate the version is a valid value for this type when reading.
validateVersionForWrites(long) - Method in enum org.elasticsearch.index.VersionType
validate the version is a valid value for this type when writing.
validation(GeoValidationMethod) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Sets validation method for this sort builder.
validation() - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
Returns the validation method to use for this sort builder.
validationErrors() - Method in exception org.elasticsearch.common.ValidationException
Returns the validation errors accumulated
ValidationException - Exception in org.elasticsearch.common
Encapsulates an accumulation of validation errors
ValidationException() - Constructor for exception org.elasticsearch.common.ValidationException
 
validFileName(String) - Static method in class org.elasticsearch.common.Strings
 
validFileNameExcludingAstrix(String) - Static method in class org.elasticsearch.common.Strings
 
validHeaderValue(String) - Static method in class org.elasticsearch.rest.DeprecationRestHandler
This does a very basic pass at validating that a header's value contains only expected characters according to RFC-5987, and those that it references.
validName(String) - Method in enum org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
 
value() - Method in enum org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStage
Returns code that represents the snapshot state
value() - Method in enum org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions.Type
 
value - Variable in class org.elasticsearch.action.admin.indices.rollover.Condition
 
value() - Method in enum org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus.AllocationStatus
 
value() - Method in class org.elasticsearch.cluster.ClusterName
 
value() - Method in enum org.elasticsearch.cluster.health.ClusterHealthStatus
 
value() - Method in enum org.elasticsearch.cluster.RestoreInProgress.State
Returns state code
value() - Method in enum org.elasticsearch.cluster.routing.ShardRoutingState
Byte value of this ShardRoutingState
value() - Method in enum org.elasticsearch.cluster.routing.UnassignedInfo.AllocationStatus
 
value() - Method in enum org.elasticsearch.cluster.SnapshotsInProgress.State
 
value() - Method in class org.elasticsearch.common.Explicit
 
value() - Method in class org.elasticsearch.common.lucene.all.AllEntries.Entry
 
value - Variable in class org.elasticsearch.common.Table.Cell
 
value - Variable in class org.elasticsearch.common.unit.DistanceUnit.Distance
 
value - Variable in class org.elasticsearch.common.util.LongObjectPagedHashMap.Cursor
 
value(Boolean) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(boolean) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Byte) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(byte) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Double) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(double) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Float) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(float) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Integer) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(int) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Long) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(long) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Short) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(short) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(String) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(byte[]) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(byte[], int, int) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(BytesReference) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
Writes the binary content of the given BytesReference.
value(Text) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(ReadableInstant) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(ReadableInstant, DateTimeFormatter) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Date) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Date, DateTimeFormatter) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(GeoPoint) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Path) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
value(Object) - Method in class org.elasticsearch.common.xcontent.XContentBuilder
 
Value(BitSet, ShardId) - Constructor for class org.elasticsearch.index.cache.bitset.BitsetFilterCache.Value
 
value() - Method in class org.elasticsearch.index.mapper.StringFieldMapper.ValueAndBoost
Value of string field.
value - Variable in class org.elasticsearch.index.query.BaseTermQueryBuilder
Value to find matches for.
value() - Method in class org.elasticsearch.index.query.BaseTermQueryBuilder
Returns the value used in this query.
value() - Method in class org.elasticsearch.index.query.CommonTermsQueryBuilder
 
value() - Method in class org.elasticsearch.index.query.FuzzyQueryBuilder
 
value() - Method in class org.elasticsearch.index.query.MatchPhrasePrefixQueryBuilder
Returns the value used in this query.
value() - Method in class org.elasticsearch.index.query.MatchPhraseQueryBuilder
Returns the value used in this query.
value() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Returns the value used in this query.
value() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
value() - Method in class org.elasticsearch.index.query.PrefixQueryBuilder
 
value() - Method in enum org.elasticsearch.index.query.RegexpFlag
 
value() - Method in class org.elasticsearch.index.query.RegexpQueryBuilder
Returns the value used in this query.
value() - Method in class org.elasticsearch.index.query.SimpleQueryStringBuilder
Returns the text to parse the query from.
value() - Method in enum org.elasticsearch.index.query.SimpleQueryStringFlag
 
value() - Method in class org.elasticsearch.index.query.WildcardQueryBuilder
 
VALUE - Static variable in class org.elasticsearch.search.aggregations.Aggregation.CommonFields
 
value - Variable in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
 
value() - Method in class org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
 
value() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
 
value() - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.ParsedCardinality
 
value(String) - Method in class org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.MultiValue
 
value() - Method in class org.elasticsearch.search.aggregations.metrics.max.InternalMax
 
value() - Method in class org.elasticsearch.search.aggregations.metrics.min.InternalMin
 
value() - Method in interface org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation.SingleValue
 
value - Variable in class org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
 
value() - Method in class org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
 
value(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
 
value(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
 
value(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
 
value(double) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
 
value(String) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
 
value(String) - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
value() - Method in class org.elasticsearch.search.aggregations.metrics.sum.InternalSum
 
value() - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
 
value() - Method in class org.elasticsearch.search.aggregations.metrics.valuecount.ParsedValueCount
 
value() - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
 
value(String) - Method in class org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
 
value() - Method in class org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
 
value() - Method in class org.elasticsearch.search.SearchHitField
Deprecated.
value() - Method in enum org.elasticsearch.snapshots.SnapshotState
Returns code that represents the snapshot state
VALUE_AS_STRING - Static variable in class org.elasticsearch.search.aggregations.Aggregation.CommonFields
 
VALUE_FIELD - Static variable in class org.elasticsearch.index.query.BaseTermQueryBuilder
 
VALUE_TYPE - Static variable in class org.elasticsearch.search.aggregations.AggregationBuilder.CommonFields
 
ValueAndBoost(String, float) - Constructor for class org.elasticsearch.index.mapper.StringFieldMapper.ValueAndBoost
 
valueAsString(String) - Method in class org.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.MultiValue
 
valueAsString - Variable in class org.elasticsearch.search.aggregations.metrics.ParsedSingleValueNumericMetricsAggregation
 
valueAsString - Variable in class org.elasticsearch.search.aggregations.metrics.stats.ParsedStats
 
valueAt(int) - Method in class org.elasticsearch.index.fielddata.MultiGeoPointValues
Return the i-th value associated with the current document.
valueAt(int) - Method in class org.elasticsearch.index.fielddata.SortedBinaryDocValues
Retrieve the value for the current document at the specified index.
valueAt(int) - Method in class org.elasticsearch.index.fielddata.SortedNumericDoubleValues
Retrieve the value for the current document at the specified index.
valueAt(int) - Method in class org.elasticsearch.index.fielddata.SortingBinaryDocValues
 
valueAt(int) - Method in class org.elasticsearch.index.fielddata.SortingNumericDocValues
 
valueAt(int) - Method in class org.elasticsearch.index.fielddata.SortingNumericDoubleValues
 
valueAt(int) - Method in interface org.elasticsearch.search.MultiValueMode.UnsortedNumericDoubleValues
 
valueCount - Variable in class org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
 
ValueCount - Interface in org.elasticsearch.search.aggregations.metrics.valuecount
An get that holds the number of values that the current document set has for a specific field.
ValueCountAggregationBuilder - Class in org.elasticsearch.search.aggregations.metrics.valuecount
 
ValueCountAggregationBuilder(String, ValueType) - Constructor for class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
 
ValueCountAggregationBuilder(StreamInput) - Constructor for class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregationBuilder
Read from a stream.
ValueCountAggregator - Class in org.elasticsearch.search.aggregations.metrics.valuecount
A field data based aggregator that counts the number of values a specific field has within the aggregation context.
ValueCountAggregator(String, ValuesSource, SearchContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregator
 
ValueCountAggregatorFactory - Class in org.elasticsearch.search.aggregations.metrics.valuecount
 
ValueCountAggregatorFactory(String, ValuesSourceConfig<ValuesSource>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregatorFactory
 
valueForDisplay(Object) - Method in class org.elasticsearch.index.mapper.BooleanFieldMapper.BooleanFieldType
 
valueForDisplay(Object) - Method in class org.elasticsearch.index.mapper.DateFieldMapper.DateFieldType
 
valueForDisplay(Object) - Method in class org.elasticsearch.index.mapper.IpFieldMapper.IpFieldType
 
valueForDisplay(Object) - Method in class org.elasticsearch.index.mapper.KeywordFieldMapper.KeywordFieldType
 
valueForDisplay(Object) - Method in class org.elasticsearch.index.mapper.LegacyDateFieldMapper.DateFieldType
 
valueForDisplay(Object) - Method in class org.elasticsearch.index.mapper.LegacyDoubleFieldMapper.DoubleFieldType
 
valueForDisplay(Object) - Method in class org.elasticsearch.index.mapper.LegacyIpFieldMapper.IpFieldType
IPs should return as a string.
valueForDisplay(Object) - Method in class org.elasticsearch.index.mapper.MappedFieldType
Given a value that comes from the stored fields API, convert it to the expected type.
valueForDisplay(Object) - Method in class org.elasticsearch.index.mapper.NumberFieldMapper.NumberFieldType
 
valueForDisplay(Object) - Method in class org.elasticsearch.index.mapper.ScaledFloatFieldMapper.ScaledFloatFieldType
 
valueForDisplay(Object) - Method in class org.elasticsearch.index.mapper.TimestampFieldMapper.TimestampFieldType
 
valueForDisplay(Object) - Method in class org.elasticsearch.index.mapper.TTLFieldMapper.TTLFieldType
 
valueOf(String) - Static method in enum org.apache.lucene.store.StoreRateLimiting.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus.AllocationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.admin.indices.stats.CommonStatsFlags.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.DocWriteRequest.OpType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.DocWriteResponse.Result
Returns the enum constant of this type with the specified name.
valueOf(String, String) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Date
 
valueOf(String, String) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Double
 
valueOf(String, String) - Method in class org.elasticsearch.action.fieldstats.FieldStats.GeoPoint
 
valueOf(String, String) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Ip
 
valueOf(String, String) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Long
 
valueOf(String, String) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Text
 
valueOf(String, String) - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
valueOf(String) - Static method in enum org.elasticsearch.action.fieldstats.IndexConstraint.Comparison
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.fieldstats.IndexConstraint.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.search.SearchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.support.WriteRequest.RefreshPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.termvectors.TermVectorsRequest.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.action.ThreadingModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cli.Terminal.Verbosity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.block.ClusterBlockLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.ClusterState.Metric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.health.ClusterHealthStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.metadata.IndexMetaData.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.metadata.MetaData.XContentContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.node.DiscoveryNode.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.RestoreInProgress.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.routing.allocation.AllocationDecision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider.ClusterRebalanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.Decision.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Allocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Rebalance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.routing.allocation.RoutingAllocation.DebugMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.routing.Preference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.routing.RecoverySource.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.routing.ShardRoutingState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.routing.UnassignedInfo.AllocationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.routing.UnassignedInfo.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.cluster.SnapshotsInProgress.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.breaker.CircuitBreaker.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.cache.RemovalNotification.RemovalReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.component.Lifecycle.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.geo.GeoDistance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.geo.ShapeRelation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.geo.SpatialStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.hash.MurmurHash3
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.inject.Stage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.lease.Releasables
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.lucene.search.function.CombineFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery.ScoreMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.recycler.Recyclers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.rounding.DateTimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.settings.Setting.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.unit.ByteSizeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.unit.DistanceUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.unit.MemorySizeValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.unit.SizeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.util.ByteUtils
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.util.Comparators
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.util.PageCacheRecycler.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.xcontent.ObjectParser.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.xcontent.XContentParser.NumberType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.xcontent.XContentParser.Token
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.common.xcontent.XContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.analysis.AnalyzerScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.analysis.CharMatcher.Basic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.engine.Engine.Operation.Origin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.engine.Engine.Operation.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.engine.Engine.SyncedFlushResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.engine.EngineConfig.OpenMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.fielddata.IndexFieldData.CommonSettings.MemoryStorageFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.fielddata.IndexNumericFieldData.NumericType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsBuilder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.IndexModule.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.mapper.DynamicTemplate.MatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.mapper.DynamicTemplate.XContentFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.mapper.EnabledAttributeMapper
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.mapper.MappedFieldType.Relation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.mapper.MapperService.MergeReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.mapper.NumberFieldMapper.NumberType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.mapper.ObjectMapper.Dynamic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.mapper.SourceToParse.Origin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.query.GeoExecType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.query.GeoValidationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.query.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.query.RegexpFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.query.SimpleQueryStringFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.search.MatchQuery.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.search.MatchQuery.ZeroTermsQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.shard.CommitPoint.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.shard.IndexShardState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.shard.SnapshotStatus.Stage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.SlowLogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.snapshots.IndexShardSnapshotStatus.Stage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.translog.Translog.Durability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.translog.Translog.Operation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.index.VersionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.indices.analysis.PreBuiltAnalyzers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.indices.analysis.PreBuiltCacheFactory.CachingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.indices.analysis.PreBuiltCharFilters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.indices.analysis.PreBuiltTokenFilters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.indices.analysis.PreBuiltTokenizers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices.IndexRemovalReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.indices.IndicesService.ShardDeletionCheckResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.indices.recovery.RecoveryState.Stage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.ingest.IngestDocument.MetaData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.rest.RestRequest.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.rest.RestStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.script.ScriptContext.Standard
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.script.ScriptType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats.Bounds
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.SeasonalityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.aggregations.support.MissingValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.aggregations.support.ValuesSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.aggregations.support.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.BoundaryScannerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.internal.SearchContext.Lifetime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.MultiValueMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.profile.aggregation.AggregationTimingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.profile.query.QueryTimingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.rescore.QueryRescoreMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.sort.ScriptSortBuilder.ScriptSortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.sort.SortMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.sort.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.suggest.completion.context.ContextMapping.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.suggest.SortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.suggest.term.TermSuggestionBuilder.StringDistanceImpl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.search.suggest.term.TermSuggestionBuilder.SuggestMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.snapshots.SnapshotState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.threadpool.ThreadPool.ThreadPoolType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.transport.TransportRequestOptions.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.transport.Transports
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.watcher.ResourceWatcherService.Frequency
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.lucene.store.StoreRateLimiting.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus.AllocationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.admin.indices.stats.CommonStatsFlags.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.DocWriteRequest.OpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.DocWriteResponse.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.fieldstats.IndexConstraint.Comparison
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.fieldstats.IndexConstraint.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.search.SearchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.support.WriteRequest.RefreshPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.termvectors.TermVectorsRequest.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.action.ThreadingModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cli.Terminal.Verbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.block.ClusterBlockLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.ClusterState.Metric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.health.ClusterHealthStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.metadata.IndexMetaData.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.metadata.MetaData.XContentContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.node.DiscoveryNode.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.RestoreInProgress.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.routing.allocation.AllocationDecision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider.ClusterRebalanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.Decision.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Allocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Rebalance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.routing.allocation.RoutingAllocation.DebugMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.routing.Preference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.routing.RecoverySource.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.routing.ShardRoutingState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.routing.UnassignedInfo.AllocationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.routing.UnassignedInfo.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.cluster.SnapshotsInProgress.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.breaker.CircuitBreaker.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.elasticsearch.common.cache.Cache
An LRU sequencing of the values in the cache.
values() - Static method in enum org.elasticsearch.common.cache.RemovalNotification.RemovalReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
values() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
 
values() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
values() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap
 
values() - Static method in enum org.elasticsearch.common.component.Lifecycle.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.geo.GeoDistance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.geo.ShapeRelation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.geo.SpatialStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.hash.MurmurHash3
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.inject.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.lease.Releasables
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.lucene.search.function.CombineFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery.ScoreMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.recycler.Recyclers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.rounding.DateTimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.settings.Setting.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.unit.ByteSizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.unit.DistanceUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.unit.MemorySizeValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.unit.SizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.util.ByteUtils
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.util.Comparators
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
 
values() - Method in class org.elasticsearch.common.util.MinimalMap
 
values() - Static method in enum org.elasticsearch.common.util.PageCacheRecycler.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.xcontent.ObjectParser.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.xcontent.XContentParser.NumberType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.xcontent.XContentParser.Token
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.common.xcontent.XContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.analysis.AnalyzerScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.analysis.CharMatcher.Basic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.engine.Engine.Operation.Origin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.engine.Engine.Operation.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.engine.Engine.SyncedFlushResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.engine.EngineConfig.OpenMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.fielddata.FieldData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.fielddata.IndexFieldData.CommonSettings.MemoryStorageFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.fielddata.IndexNumericFieldData.NumericType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsBuilder
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.elasticsearch.index.fielddata.SortingBinaryDocValues
 
values - Variable in class org.elasticsearch.index.fielddata.SortingNumericDocValues
 
values - Variable in class org.elasticsearch.index.fielddata.SortingNumericDoubleValues
 
values() - Static method in enum org.elasticsearch.index.IndexModule.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Values() - Constructor for class org.elasticsearch.index.mapper.BooleanFieldMapper.Values
 
values() - Static method in enum org.elasticsearch.index.mapper.DynamicTemplate.MatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.mapper.DynamicTemplate.XContentFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.mapper.EnabledAttributeMapper
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.mapper.MappedFieldType.Relation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.mapper.MapperService.MergeReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.mapper.NumberFieldMapper.NumberType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.mapper.ObjectMapper.Dynamic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.mapper.SourceToParse.Origin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.query.GeoExecType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.query.GeoValidationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.query.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.query.RegexpFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.query.SimpleQueryStringFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.elasticsearch.index.query.TermsQueryBuilder
 
values() - Static method in enum org.elasticsearch.index.search.MatchQuery.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.search.MatchQuery.ZeroTermsQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.shard.CommitPoint.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.shard.IndexShardState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.shard.SnapshotStatus.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.SlowLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.snapshots.IndexShardSnapshotStatus.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.translog.Translog.Durability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.translog.Translog.Operation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.index.VersionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.indices.analysis.PreBuiltAnalyzers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.indices.analysis.PreBuiltCacheFactory.CachingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.indices.analysis.PreBuiltCharFilters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.indices.analysis.PreBuiltTokenFilters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.indices.analysis.PreBuiltTokenizers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices.IndexRemovalReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.indices.IndicesService.ShardDeletionCheckResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.indices.recovery.RecoveryState.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.ingest.IngestDocument.MetaData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.rest.RestRequest.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.rest.RestStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.script.ScriptContext.Standard
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.script.ScriptType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class org.elasticsearch.search.aggregations.Aggregation.CommonFields
 
values() - Static method in enum org.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values(double...) - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
Set the values to compute percentiles from.
values() - Method in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
Get the values to compute percentiles from.
values() - Static method in enum org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats.Bounds
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.SeasonalityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.aggregations.support.MissingValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.aggregations.support.ValuesSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.aggregations.support.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.BoundaryScannerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.internal.SearchContext.Lifetime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.elasticsearch.search.lookup.LeafDocLookup
 
values() - Method in class org.elasticsearch.search.lookup.LeafFieldsLookup
 
values() - Method in class org.elasticsearch.search.lookup.SourceLookup
 
values() - Static method in enum org.elasticsearch.search.MultiValueMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.profile.aggregation.AggregationTimingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.profile.query.QueryTimingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.rescore.QueryRescoreMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.elasticsearch.search.SearchHitField
Deprecated.
values() - Static method in enum org.elasticsearch.search.sort.ScriptSortBuilder.ScriptSortType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.sort.SortMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.sort.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.suggest.completion.context.ContextMapping.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.suggest.SortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.suggest.term.TermSuggestionBuilder.StringDistanceImpl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.search.suggest.term.TermSuggestionBuilder.SuggestMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.snapshots.SnapshotState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.threadpool.ThreadPool.ThreadPoolType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.transport.TransportRequestOptions.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.transport.Transports
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.watcher.ResourceWatcherService.Frequency
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_FIELD - Static variable in class org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksAggregationBuilder
 
valueSerializer - Variable in class org.elasticsearch.cluster.DiffableUtils.MapDiff
 
valuesIt() - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap
Returns a direct iterator over the keys.
valuesIt() - Method in class org.elasticsearch.common.collect.ImmutableOpenMap
Returns a direct iterator over the keys.
ValueSource - Interface in org.elasticsearch.ingest
Holds a value.
ValueSource.ByteValue - Class in org.elasticsearch.ingest
 
ValueSource.ListValue - Class in org.elasticsearch.ingest
 
ValueSource.MapValue - Class in org.elasticsearch.ingest
 
ValueSource.ObjectValue - Class in org.elasticsearch.ingest
 
ValueSource.TemplatedValue - Class in org.elasticsearch.ingest
 
valueSourceType() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
valuesSource - Variable in class org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
 
valuesSource - Variable in class org.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
 
valuesSource - Variable in class org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
 
valuesSource - Variable in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
 
ValuesSource - Class in org.elasticsearch.search.aggregations.support
 
ValuesSource() - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSource
 
ValuesSource.Bytes - Class in org.elasticsearch.search.aggregations.support
 
ValuesSource.Bytes.FieldData - Class in org.elasticsearch.search.aggregations.support
 
ValuesSource.Bytes.Script - Class in org.elasticsearch.search.aggregations.support
 
ValuesSource.Bytes.WithOrdinals - Class in org.elasticsearch.search.aggregations.support
 
ValuesSource.Bytes.WithOrdinals.FieldData - Class in org.elasticsearch.search.aggregations.support
 
ValuesSource.GeoPoint - Class in org.elasticsearch.search.aggregations.support
 
ValuesSource.GeoPoint.Fielddata - Class in org.elasticsearch.search.aggregations.support
 
ValuesSource.Numeric - Class in org.elasticsearch.search.aggregations.support
 
ValuesSource.Numeric.FieldData - Class in org.elasticsearch.search.aggregations.support
 
ValuesSource.Numeric.Script - Class in org.elasticsearch.search.aggregations.support
 
ValuesSource.Numeric.WithScript - Class in org.elasticsearch.search.aggregations.support
 
ValuesSource.WithScript - Class in org.elasticsearch.search.aggregations.support
 
ValuesSourceAggregationBuilder<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>> - Class in org.elasticsearch.search.aggregations.support
 
ValuesSourceAggregationBuilder(String, ValuesSourceType, ValueType) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
 
ValuesSourceAggregationBuilder(StreamInput, ValuesSourceType, ValueType) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Read an aggregation from a stream that does not serialize its targetValueType.
ValuesSourceAggregationBuilder(StreamInput, ValuesSourceType) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Read an aggregation from a stream that serializes its targetValueType.
ValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>> - Class in org.elasticsearch.search.aggregations.support
 
ValuesSourceAggregatorFactory<VS extends ValuesSource,AF extends ValuesSourceAggregatorFactory<VS,AF>> - Class in org.elasticsearch.search.aggregations.support
 
ValuesSourceAggregatorFactory(String, ValuesSourceConfig<VS>, SearchContext, AggregatorFactory<?>, AggregatorFactories.Builder, Map<String, Object>) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
 
ValuesSourceConfig<VS extends ValuesSource> - Class in org.elasticsearch.search.aggregations.support
A configuration that tells aggregations how to retrieve data from the index in order to run a specific aggregation.
ValuesSourceConfig(ValuesSourceType) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSourceConfig
 
ValuesSourceParserHelper - Class in org.elasticsearch.search.aggregations.support
 
ValuesSourceType - Enum in org.elasticsearch.search.aggregations.support
 
valueType(ValueType) - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Sets the ValueType for the value produced by this aggregation
valueType() - Method in class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
Gets the ValueType for the value produced by this aggregation
ValueType - Enum in org.elasticsearch.search.aggregations.support
 
variance - Variable in class org.elasticsearch.search.aggregations.metrics.stats.extended.ParsedExtendedStats
 
verbose(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
Set to false to only show the snapshot names and the indices they contain.
verbose() - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
Returns whether the request will return a verbose response.
verbose - Variable in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
 
verbose() - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
true if detailed information about each segment should be returned, false otherwise.
verbose(boolean) - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
Sets the verbose option.
VERBOSE_INTRODUCED - Static variable in class org.elasticsearch.snapshots.SnapshotInfo
 
VerificationFailure - Class in org.elasticsearch.repositories
 
VerificationFailure(String, Exception) - Constructor for class org.elasticsearch.repositories.VerificationFailure
 
verify(boolean) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
Sets whether or not the repository should be verified after creation
verify() - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
Returns true if repository should be verified after creation
verify(IndexOutput) - Static method in class org.elasticsearch.index.store.Store
 
verify(IndexInput) - Static method in class org.elasticsearch.index.store.Store
 
verify() - Method in class org.elasticsearch.index.store.VerifyingIndexOutput
Verifies the checksum and compares the written length with the expected file length.
verify(String, DiscoveryNode) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
verify(String, DiscoveryNode) - Method in interface org.elasticsearch.repositories.Repository
Verifies repository settings on data node.
verify(String, String, ActionListener<RepositoriesService.VerifyResponse>) - Method in class org.elasticsearch.repositories.VerifyNodeRepositoryAction
 
verifyActive() - Method in class org.elasticsearch.index.shard.IndexShard
 
VerifyIndex() - Constructor for class org.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
 
verifyIndexIsDeleted(Index, ClusterState) - Method in interface org.elasticsearch.indices.cluster.IndicesClusterStateService.AllocatedIndices
Verify that the contents on disk for the given index is deleted; if not, delete the contents.
verifyIndexIsDeleted(Index, ClusterState) - Method in class org.elasticsearch.indices.IndicesService
Verify that the contents on disk for the given index is deleted; if not, delete the contents.
verifyIndexMetadata(IndexMetaData, IndexMetaData) - Method in class org.elasticsearch.indices.IndicesService
This method verifies that the given metaData holds sane values to create an IndexService.
VerifyingIndexOutput - Class in org.elasticsearch.index.store
abstract class for verifying what was written.
VerifyNodeRepositoryAction - Class in org.elasticsearch.repositories
 
VerifyNodeRepositoryAction(Settings, TransportService, ClusterService, RepositoriesService) - Constructor for class org.elasticsearch.repositories.VerifyNodeRepositoryAction
 
VerifyNodeRepositoryAction.VerifyNodeRepositoryRequest - Class in org.elasticsearch.repositories
 
VerifyNodeRepositoryRequest() - Constructor for class org.elasticsearch.repositories.VerifyNodeRepositoryAction.VerifyNodeRepositoryRequest
 
verifyRepository(VerifyRepositoryRequest) - Method in interface org.elasticsearch.client.ClusterAdminClient
Verifies a repository.
verifyRepository(VerifyRepositoryRequest, ActionListener<VerifyRepositoryResponse>) - Method in interface org.elasticsearch.client.ClusterAdminClient
Verifies a repository.
verifyRepository(String, ActionListener<RepositoriesService.VerifyResponse>) - Method in class org.elasticsearch.repositories.RepositoriesService
 
VerifyRepositoryAction - Class in org.elasticsearch.action.admin.cluster.repositories.verify
Unregister repository action
VerifyRepositoryRequest - Class in org.elasticsearch.action.admin.cluster.repositories.verify
Unregister repository request.
VerifyRepositoryRequest() - Constructor for class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequest
 
VerifyRepositoryRequest(String) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequest
Constructs a new unregister repository request with the provided name.
verifyRepositoryRequest(String) - Static method in class org.elasticsearch.client.Requests
Verifies snapshot repository
VerifyRepositoryRequestBuilder - Class in org.elasticsearch.action.admin.cluster.repositories.verify
Builder for unregister repository request
VerifyRepositoryRequestBuilder(ElasticsearchClient, VerifyRepositoryAction) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequestBuilder
Constructs unregister repository request builder
VerifyRepositoryRequestBuilder(ElasticsearchClient, VerifyRepositoryAction, String) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequestBuilder
Constructs unregister repository request builder with specified repository name
VerifyRepositoryResponse - Class in org.elasticsearch.action.admin.cluster.repositories.verify
Unregister repository response
VerifyRepositoryResponse(ClusterName, DiscoveryNode[]) - Constructor for class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
 
VerifyResponse(DiscoveryNode[], VerificationFailure[]) - Constructor for class org.elasticsearch.repositories.RepositoriesService.VerifyResponse
 
version(Integer) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
version() - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
version(long) - Method in class org.elasticsearch.action.delete.DeleteRequest
 
version() - Method in class org.elasticsearch.action.delete.DeleteRequest
 
version() - Method in interface org.elasticsearch.action.DocWriteRequest
Get the document version for this request
version(long) - Method in interface org.elasticsearch.action.DocWriteRequest
Sets the version, which will perform the operation only if a matching version exists and no changes happened on the doc since then.
version - Variable in class org.elasticsearch.action.DocWriteResponse.Builder
 
version() - Method in class org.elasticsearch.action.get.GetRequest
Sets the version, which will cause the get operation to only be performed if a matching version exists and no changes happened on the doc since then.
version(long) - Method in class org.elasticsearch.action.get.GetRequest
 
version() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
version(long) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
version(long) - Method in class org.elasticsearch.action.index.IndexRequest
 
version() - Method in class org.elasticsearch.action.index.IndexRequest
Returns stored version.
version() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
version(long) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
version(long) - Method in class org.elasticsearch.action.update.UpdateRequest
 
version() - Method in class org.elasticsearch.action.update.UpdateRequest
 
version(long) - Method in class org.elasticsearch.cluster.ClusterState.Builder
 
version() - Method in class org.elasticsearch.cluster.ClusterState
 
version() - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
version(long) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData.Builder
 
version(Integer) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
 
version() - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
version(long) - Method in class org.elasticsearch.cluster.metadata.MetaData.Builder
 
version() - Method in class org.elasticsearch.cluster.metadata.MetaData
 
version(Integer) - Method in class org.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
 
version() - Method in class org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
 
version(long) - Method in class org.elasticsearch.cluster.routing.RoutingTable.Builder
 
version() - Method in class org.elasticsearch.cluster.routing.RoutingTable
Returns the version of the RoutingTable.
version - Variable in class org.elasticsearch.common.lucene.uid.VersionsResolver.DocIdAndVersion
 
version - Variable in class org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider
 
version - Variable in class org.elasticsearch.index.analysis.AbstractTokenFilterFactory
 
version() - Method in class org.elasticsearch.index.analysis.AbstractTokenFilterFactory
 
version - Variable in class org.elasticsearch.index.analysis.AbstractTokenizerFactory
 
version() - Method in class org.elasticsearch.index.analysis.AbstractTokenizerFactory
 
version() - Method in class org.elasticsearch.index.engine.Engine.Get
 
version(long) - Method in class org.elasticsearch.index.engine.Engine.Get
 
version() - Method in class org.elasticsearch.index.engine.Engine.GetResult
 
version() - Method in class org.elasticsearch.index.engine.Engine.Operation
 
version - Variable in class org.elasticsearch.index.engine.Segment
 
version() - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
version(Field) - Method in class org.elasticsearch.index.mapper.ParseContext.InternalParseContext
 
version() - Method in class org.elasticsearch.index.mapper.ParseContext
 
version(Field) - Method in class org.elasticsearch.index.mapper.ParseContext
 
version() - Method in class org.elasticsearch.index.mapper.ParsedDocument
 
VERSION - Static variable in interface org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
 
version() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
version(long) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
version() - Method in class org.elasticsearch.index.shard.CommitPoint
 
version() - Method in class org.elasticsearch.index.translog.Translog.Delete
 
version() - Method in class org.elasticsearch.index.translog.Translog.Index
 
VERSION - Static variable in class org.elasticsearch.index.translog.TranslogWriter
 
version() - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
version() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
VERSION - Static variable in class org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
 
version(boolean) - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Should each SearchHit be returned with a version associated with it.
version() - Method in class org.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregationBuilder
Indicates whether the document's version will be included in the search hits.
version(Boolean) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Should each SearchHit be returned with a version associated with it.
version() - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
Indicates whether the document's version will be included in the search hits.
version() - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
version(boolean) - Method in class org.elasticsearch.search.internal.FilteredSearchContext
 
version() - Method in class org.elasticsearch.search.internal.SearchContext
 
version(boolean) - Method in class org.elasticsearch.search.internal.SearchContext
 
version() - Method in class org.elasticsearch.search.internal.SubSearchContext
 
version(boolean) - Method in class org.elasticsearch.search.internal.SubSearchContext
 
version(long) - Method in class org.elasticsearch.search.SearchHit
 
version() - Method in class org.elasticsearch.search.SearchHit
Deprecated.
version() - Method in class org.elasticsearch.snapshots.SnapshotInfo
Returns the version of elasticsearch that the snapshot was created with.
version() - Method in class org.elasticsearch.transport.BytesTransportRequest
 
version - Variable in class org.elasticsearch.transport.TcpTransportChannel
 
Version - Class in org.elasticsearch
 
VERSION_CHECKPOINTS - Static variable in class org.elasticsearch.index.translog.TranslogWriter
 
VERSION_CHECKSUMS - Static variable in class org.elasticsearch.index.translog.TranslogWriter
 
VERSION_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
VERSION_ID_SIZE - Static variable in class org.elasticsearch.transport.TcpHeader
 
VERSION_INTRODUCED - Static variable in class org.elasticsearch.cluster.SnapshotDeletionsInProgress
 
VERSION_TYPE - Static variable in interface org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
 
versionAsInteger() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
VersionConflictEngineException - Exception in org.elasticsearch.index.engine
 
VersionConflictEngineException(ShardId, Engine.Operation, long, boolean) - Constructor for exception org.elasticsearch.index.engine.VersionConflictEngineException
 
VersionConflictEngineException(ShardId, String, String, String) - Constructor for exception org.elasticsearch.index.engine.VersionConflictEngineException
 
VersionConflictEngineException(ShardId, Throwable, String, String, String) - Constructor for exception org.elasticsearch.index.engine.VersionConflictEngineException
 
VersionConflictEngineException(ShardId, String, Throwable, Object...) - Constructor for exception org.elasticsearch.index.engine.VersionConflictEngineException
 
VersionConflictEngineException(StreamInput) - Constructor for exception org.elasticsearch.index.engine.VersionConflictEngineException
 
VersionFetchSubPhase - Class in org.elasticsearch.search.fetch.subphase
 
VersionFetchSubPhase() - Constructor for class org.elasticsearch.search.fetch.subphase.VersionFetchSubPhase
 
VersionFieldMapper - Class in org.elasticsearch.index.mapper
Mapper for the _version field.
VersionFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
 
VersionFieldMapper.TypeParser - Class in org.elasticsearch.index.mapper
 
versions() - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeResponse
Returns the highest upgrade version of the node that performed metadata upgrade and the the version of the oldest lucene segment for each index that was upgraded.
versions() - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsClusterStateUpdateRequest
Returns the index to version map for indices that should be updated
versions(Map<String, Tuple<Version, String>>) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsClusterStateUpdateRequest
Sets the index to version map for indices that should be updated
versions(Map<String, Tuple<Version, String>>) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequest
Sets the index versions to be updated
Versions - Class in org.elasticsearch.common.lucene.uid
Utility class to resolve the Lucene doc ID and version for a given uid.
Versions() - Constructor for class org.elasticsearch.common.lucene.uid.Versions
 
VersionsResolver - Class in org.elasticsearch.common.lucene.uid
Utility class to resolve the Lucene doc ID and version for a given uid.
VersionsResolver.DocIdAndVersion - Class in org.elasticsearch.common.lucene.uid
Wraps an LeafReaderContext, a doc ID relative to the context doc base and a version.
versionType(VersionType) - Method in class org.elasticsearch.action.delete.DeleteRequest
 
versionType() - Method in class org.elasticsearch.action.delete.DeleteRequest
 
versionType() - Method in interface org.elasticsearch.action.DocWriteRequest
Get the document version type for this request
versionType(VersionType) - Method in interface org.elasticsearch.action.DocWriteRequest
Sets the versioning type.
versionType(VersionType) - Method in class org.elasticsearch.action.get.GetRequest
Sets the versioning type.
versionType() - Method in class org.elasticsearch.action.get.GetRequest
 
versionType() - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
versionType(VersionType) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
versionType(VersionType) - Method in class org.elasticsearch.action.index.IndexRequest
 
versionType() - Method in class org.elasticsearch.action.index.IndexRequest
 
versionType() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
versionType(VersionType) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
versionType(VersionType) - Method in class org.elasticsearch.action.update.UpdateRequest
 
versionType() - Method in class org.elasticsearch.action.update.UpdateRequest
 
versionType() - Method in class org.elasticsearch.index.engine.Engine.Get
 
versionType(VersionType) - Method in class org.elasticsearch.index.engine.Engine.Get
 
versionType() - Method in class org.elasticsearch.index.engine.Engine.Operation
 
versionType() - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
versionType(VersionType) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
versionType() - Method in class org.elasticsearch.index.translog.Translog.Delete
 
versionType() - Method in class org.elasticsearch.index.translog.Translog.Index
 
VersionType - Enum in org.elasticsearch.index
 
versionTypeForReplicationAndRecovery() - Method in enum org.elasticsearch.index.VersionType
Some version types require different semantics for primary and replicas.
versionUpdatePack() - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
visit(InstanceBinding<? extends T>) - Method in interface org.elasticsearch.common.inject.spi.BindingTargetVisitor
Visit a instance binding.
visit(ProviderInstanceBinding<? extends T>) - Method in interface org.elasticsearch.common.inject.spi.BindingTargetVisitor
Visit a provider instance binding.
visit(ProviderKeyBinding<? extends T>) - Method in interface org.elasticsearch.common.inject.spi.BindingTargetVisitor
Visit a provider key binding.
visit(LinkedKeyBinding<? extends T>) - Method in interface org.elasticsearch.common.inject.spi.BindingTargetVisitor
Visit a linked key binding.
visit(ExposedBinding<? extends T>) - Method in interface org.elasticsearch.common.inject.spi.BindingTargetVisitor
Visit a binding to a key exposed from an enclosed private environment.
visit(UntargettedBinding<? extends T>) - Method in interface org.elasticsearch.common.inject.spi.BindingTargetVisitor
Visit an untargetted binding.
visit(ConstructorBinding<? extends T>) - Method in interface org.elasticsearch.common.inject.spi.BindingTargetVisitor
Visit a constructor binding.
visit(ConvertedConstantBinding<? extends T>) - Method in interface org.elasticsearch.common.inject.spi.BindingTargetVisitor
Visit a binding created from converting a bound instance to a new type.
visit(ProviderBinding<? extends T>) - Method in interface org.elasticsearch.common.inject.spi.BindingTargetVisitor
Visit a binding to a Provider that delegates to the binding for the provided type.
visit(InstanceBinding<? extends T>) - Method in class org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
 
visit(ProviderInstanceBinding<? extends T>) - Method in class org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
 
visit(ProviderKeyBinding<? extends T>) - Method in class org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
 
visit(LinkedKeyBinding<? extends T>) - Method in class org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
 
visit(ExposedBinding<? extends T>) - Method in class org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
 
visit(UntargettedBinding<? extends T>) - Method in class org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
 
visit(ConstructorBinding<? extends T>) - Method in class org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
 
visit(ConvertedConstantBinding<? extends T>) - Method in class org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
 
visit(ProviderBinding<? extends T>) - Method in class org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
 
visit(Message) - Method in class org.elasticsearch.common.inject.spi.DefaultElementVisitor
 
visit(Binding<T>) - Method in class org.elasticsearch.common.inject.spi.DefaultElementVisitor
 
visit(ScopeBinding) - Method in class org.elasticsearch.common.inject.spi.DefaultElementVisitor
 
visit(TypeConverterBinding) - Method in class org.elasticsearch.common.inject.spi.DefaultElementVisitor
 
visit(ProviderLookup<T>) - Method in class org.elasticsearch.common.inject.spi.DefaultElementVisitor
 
visit(InjectionRequest) - Method in class org.elasticsearch.common.inject.spi.DefaultElementVisitor
 
visit(StaticInjectionRequest) - Method in class org.elasticsearch.common.inject.spi.DefaultElementVisitor
 
visit(PrivateElements) - Method in class org.elasticsearch.common.inject.spi.DefaultElementVisitor
 
visit(MembersInjectorLookup<T>) - Method in class org.elasticsearch.common.inject.spi.DefaultElementVisitor
 
visit(TypeListenerBinding) - Method in class org.elasticsearch.common.inject.spi.DefaultElementVisitor
 
visit(Binding<T>) - Method in interface org.elasticsearch.common.inject.spi.ElementVisitor
Visit a mapping from a key (type and optional annotation) to the strategy for getting instances of the type.
visit(ScopeBinding) - Method in interface org.elasticsearch.common.inject.spi.ElementVisitor
Visit a registration of a scope annotation with the scope that implements it.
visit(TypeConverterBinding) - Method in interface org.elasticsearch.common.inject.spi.ElementVisitor
Visit a registration of type converters for matching target types.
visit(InjectionRequest) - Method in interface org.elasticsearch.common.inject.spi.ElementVisitor
Visit a request to inject the instance fields and methods of an instance.
visit(StaticInjectionRequest) - Method in interface org.elasticsearch.common.inject.spi.ElementVisitor
Visit a request to inject the static fields and methods of type.
visit(ProviderLookup<T>) - Method in interface org.elasticsearch.common.inject.spi.ElementVisitor
Visit a lookup of the provider for a type.
visit(MembersInjectorLookup<T>) - Method in interface org.elasticsearch.common.inject.spi.ElementVisitor
Visit a lookup of the members injector.
visit(Message) - Method in interface org.elasticsearch.common.inject.spi.ElementVisitor
Visit an error message and the context in which it occurred.
visit(PrivateElements) - Method in interface org.elasticsearch.common.inject.spi.ElementVisitor
Visit a collection of configuration elements for a private binder.
visit(TypeListenerBinding) - Method in interface org.elasticsearch.common.inject.spi.ElementVisitor
Visit an injectable type listener binding.
visitEagerSingleton() - Method in interface org.elasticsearch.common.inject.spi.BindingScopingVisitor
Visit an eager singleton or single instance.
visitEagerSingleton() - Method in class org.elasticsearch.common.inject.spi.DefaultBindingScopingVisitor
 
visitNoScoping() - Method in interface org.elasticsearch.common.inject.spi.BindingScopingVisitor
Visit an unspecified or unscoped strategy.
visitNoScoping() - Method in class org.elasticsearch.common.inject.spi.DefaultBindingScopingVisitor
 
visitOther() - Method in class org.elasticsearch.common.inject.spi.DefaultBindingScopingVisitor
Default visit implementation.
visitOther(Binding<? extends T>) - Method in class org.elasticsearch.common.inject.spi.DefaultBindingTargetVisitor
Default visit implementation.
visitOther(Element) - Method in class org.elasticsearch.common.inject.spi.DefaultElementVisitor
Default visit implementation.
visitScope(Scope) - Method in interface org.elasticsearch.common.inject.spi.BindingScopingVisitor
Visit a scope instance.
visitScope(Scope) - Method in class org.elasticsearch.common.inject.spi.DefaultBindingScopingVisitor
 
visitScopeAnnotation(Class<? extends Annotation>) - Method in interface org.elasticsearch.common.inject.spi.BindingScopingVisitor
Visit a scope annotation.
visitScopeAnnotation(Class<? extends Annotation>) - Method in class org.elasticsearch.common.inject.spi.DefaultBindingScopingVisitor
 
visualizeKeyDistribution(int) - Method in class org.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
 
visualizeKeyDistribution(int) - Method in class org.elasticsearch.common.collect.ImmutableOpenMap.Builder
 
vocabluarySize - Variable in class org.elasticsearch.search.suggest.phrase.WordScorer
 
voidProviderMethod() - Method in class org.elasticsearch.common.inject.internal.Errors
 

W

WAIT_CLUSTERSTATE - Static variable in class org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
 
waitForActiveShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
Sets the number of shard copies that must be active across all indices before getting the health status.
waitForActiveShards(int) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
A shortcut for ClusterHealthRequest.waitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
waitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
waitForActiveShards() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
 
waitForActiveShards() - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
waitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
Sets the number of shard copies that should be active for index creation to return.
waitForActiveShards(int) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
A shortcut for CreateIndexRequest.waitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
waitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
Sets the number of shard copies that should be active for creation of the new rollover index to return.
waitForActiveShards(int) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequestBuilder
A shortcut for RolloverRequestBuilder.waitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
waitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.bulk.BulkRequest
Sets the number of shard copies that must be active before proceeding with the write.
waitForActiveShards(int) - Method in class org.elasticsearch.action.bulk.BulkRequest
A shortcut for BulkRequest.waitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
waitForActiveShards() - Method in class org.elasticsearch.action.bulk.BulkRequest
 
waitForActiveShards(String, ActiveShardCount, TimeValue, Consumer<Boolean>, Consumer<Exception>) - Method in class org.elasticsearch.action.support.ActiveShardsObserver
Waits on the specified number of active shards to be started before executing the
waitForActiveShards - Variable in class org.elasticsearch.action.support.replication.ReplicationRequest
The number of shard copies that must be active before proceeding with the replication action.
waitForActiveShards() - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
 
waitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
Sets the number of shard copies that must be active before proceeding with the replication operation.
waitForActiveShards(int) - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
A shortcut for ReplicationRequest.waitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
waitForActiveShards() - Method in class org.elasticsearch.action.update.UpdateRequest
 
waitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.action.update.UpdateRequest
Sets the number of shard copies that must be active before proceeding with the write.
waitForActiveShards(int) - Method in class org.elasticsearch.action.update.UpdateRequest
A shortcut for UpdateRequest.waitForActiveShards(ActiveShardCount) where the numerical shard count is passed in, instead of having to first call ActiveShardCount.from(int) to get the ActiveShardCount.
waitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequestBuilder
The number of shard copies that must be active before proceeding with the write.
waitForCompletion(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
If set to true the operation should wait for the snapshot completion before returning.
waitForCompletion() - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
Returns true if the request should wait for the snapshot completion before returning
waitForCompletion(boolean) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
If this parameter is set to true the operation will wait for completion of restore process before returning.
waitForCompletion() - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
Returns wait for completion setting
waitForCompletionTimeout(TimeValue) - Static method in class org.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
 
waitForEvents(Priority) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForEvents() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForGreenStatus() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForIndex(Directory, long) - Static method in class org.elasticsearch.common.lucene.Lucene
Wait for an index to exist for up to timeLimitMillis.
waitForNewMasterAndRetry(String, ClusterStateObserver, ShardStateAction.ShardEntry, ShardStateAction.Listener, Predicate<ClusterState>) - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction
 
waitForNextChange(ClusterStateObserver.Listener) - Method in class org.elasticsearch.cluster.ClusterStateObserver
 
waitForNextChange(ClusterStateObserver.Listener, TimeValue) - Method in class org.elasticsearch.cluster.ClusterStateObserver
 
waitForNextChange(ClusterStateObserver.Listener, Predicate<ClusterState>) - Method in class org.elasticsearch.cluster.ClusterStateObserver
 
waitForNextChange(ClusterStateObserver.Listener, Predicate<ClusterState>, TimeValue) - Method in class org.elasticsearch.cluster.ClusterStateObserver
Wait for the next cluster state which satisfies statePredicate
waitForNodes() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForNodes(String) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
Waits for N number of nodes.
waitForNoRelocatingShards() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForNoRelocatingShards(boolean) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
Sets whether the request should wait for there to be no relocating shards before retrieving the cluster health status.
waitForStatus() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForStatus(ClusterHealthStatus) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitForTaskCompletion(Task, long) - Method in class org.elasticsearch.tasks.TaskManager
Blocks the calling thread, waiting for the task to vanish from the TaskManager.
waitForYellowStatus() - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
waitIfOngoing() - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
Returns true iff a flush should block if a another flush operation is already running.
waitIfOngoing(boolean) - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
if set to true the flush will block if a another flush operation is already running until the flush can be performed.
waitingIndices() - Method in class org.elasticsearch.cluster.SnapshotsInProgress.Entry
 
waitToBeElectedAsMaster(int, TimeValue, NodeJoinController.ElectionCallback) - Method in class org.elasticsearch.discovery.zen.NodeJoinController
waits for enough incoming joins from master eligible nodes to complete the master election
warm(Engine.Searcher) - Method in interface org.elasticsearch.index.engine.Engine.Warmer
Called once a new Searcher is opened on the top-level searcher.
warmer - Variable in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
warmer(boolean) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
warmer() - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
WARMER - Static variable in class org.elasticsearch.threadpool.ThreadPool.Names
 
warmerService() - Method in class org.elasticsearch.index.shard.IndexShard
 
warmerStats() - Method in class org.elasticsearch.index.shard.IndexShard
 
WarmerStats - Class in org.elasticsearch.index.warmer
 
WarmerStats() - Constructor for class org.elasticsearch.index.warmer.WarmerStats
 
WarmerStats(long, long, long) - Constructor for class org.elasticsearch.index.warmer.WarmerStats
 
warmReader(IndexShard, Engine.Searcher) - Method in interface org.elasticsearch.index.IndexWarmer.Listener
Queue tasks to warm-up the given segments and return handles that allow to wait for termination of the execution of those tasks.
warnAboutDeletingFiles(Terminal, Set<Path>, boolean) - Static method in class org.elasticsearch.index.translog.TruncateTranslogCommand
Show a warning about deleting files, asking for a confirmation if batchMode is false
WARNING_HEADER_PATTERN - Static variable in class org.elasticsearch.common.logging.DeprecationLogger
Regular expression to test if a string matches the RFC7234 specification for warning headers.
wasReadFromDiff() - Method in class org.elasticsearch.cluster.ClusterState
 
watcher() - Method in class org.elasticsearch.watcher.WatcherHandle
 
WatcherHandle<W extends ResourceWatcher> - Class in org.elasticsearch.watcher
 
WEEK - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
weekDate() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a full date as four digit weekyear, two digit week of weekyear, and one digit day of week (xxxx-'W'ww-e).
weekDateTime() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter that combines a full weekyear date and time, separated by a 'T' (xxxx-'W'ww-e'T'HH:mm:ss.SSSZZ).
weekDateTimeNoMillis() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter that combines a full weekyear date and time without millis, separated by a 'T' (xxxx-'W'ww-e'T'HH:mm:ssZZ).
weeks(int) - Static method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
weekyear() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a four digit weekyear.
weekyearWeek() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a four digit weekyear and two digit week of weekyear.
weekyearWeekDay() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a four digit weekyear, two digit week of weekyear, and one digit day of week.
weigher(ToLongBiFunction<K, V>) - Method in class org.elasticsearch.common.cache.CacheBuilder
 
weighShard(ShardRouting) - Method in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.Balancer
 
weight(BalancedShardsAllocator.Balancer, BalancedShardsAllocator.ModelNode, String) - Method in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.WeightFunction
 
weight() - Method in class org.elasticsearch.common.cache.Cache
The weight of the entries in the cache.
WEIGHT_BYTES_SETTING - Static variable in class org.elasticsearch.common.util.PageCacheRecycler
 
WEIGHT_FIELD - Static variable in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
 
WEIGHT_INT_SETTING - Static variable in class org.elasticsearch.common.util.PageCacheRecycler
 
WEIGHT_LONG_SETTING - Static variable in class org.elasticsearch.common.util.PageCacheRecycler
 
WEIGHT_OBJECTS_SETTING - Static variable in class org.elasticsearch.common.util.PageCacheRecycler
 
WeightBuilder - Class in org.elasticsearch.index.query.functionscore
A query that multiplies the weight to the score.
WeightBuilder() - Constructor for class org.elasticsearch.index.query.functionscore.WeightBuilder
Standard constructor.
WeightBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.functionscore.WeightBuilder
Read from a stream.
WeightFactorFunction - Class in org.elasticsearch.common.lucene.search.function
 
WeightFactorFunction(float, ScoreFunction) - Constructor for class org.elasticsearch.common.lucene.search.function.WeightFactorFunction
 
WeightFactorFunction(float) - Constructor for class org.elasticsearch.common.lucene.search.function.WeightFactorFunction
 
weightFactorFunction(float) - Static method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
 
WeightFunction(float, float) - Constructor for class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.WeightFunction
 
weightShardAdded(BalancedShardsAllocator.Balancer, BalancedShardsAllocator.ModelNode, String) - Method in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.WeightFunction
 
weightShardRemoved(BalancedShardsAllocator.Balancer, BalancedShardsAllocator.ModelNode, String) - Method in class org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.WeightFunction
 
WhitespaceAnalyzerProvider - Class in org.elasticsearch.index.analysis
 
WhitespaceAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.WhitespaceAnalyzerProvider
 
WhitespaceTokenizerFactory - Class in org.elasticsearch.index.analysis
 
WhitespaceTokenizerFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.WhitespaceTokenizerFactory
 
wildcardQuery(String, String) - Static method in class org.elasticsearch.index.query.QueryBuilders
Implements the wildcard search query.
WildcardQueryBuilder - Class in org.elasticsearch.index.query
Implements the wildcard search query.
WildcardQueryBuilder(String, String) - Constructor for class org.elasticsearch.index.query.WildcardQueryBuilder
Implements the wildcard search query.
WildcardQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.WildcardQueryBuilder
Read from a stream.
WildcardTypeImpl(Type[], Type[]) - Constructor for class org.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
 
window(int) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
Sets the window size for the moving average.
window() - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregationBuilder
Gets the window size for the moving average.
window() - Method in class org.elasticsearch.search.rescore.RescoreSearchContext
 
windowSize - Variable in class org.elasticsearch.search.rescore.RescoreBuilder
 
windowSize(int) - Method in class org.elasticsearch.search.rescore.RescoreBuilder
 
windowSize() - Method in class org.elasticsearch.search.rescore.RescoreBuilder
 
with(Module...) - Method in interface org.elasticsearch.common.inject.util.Modules.OverriddenModuleBuilder
See the EDSL example at override().
with(Iterable<? extends Module>) - Method in interface org.elasticsearch.common.inject.util.Modules.OverriddenModuleBuilder
See the EDSL example at override().
withAddedEntry(SnapshotDeletionsInProgress.Entry) - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress
Returns a new instance of SnapshotDeletionsInProgress which adds the given SnapshotDeletionsInProgress.Entry to the invoking instance.
withAllDeprecated(String) - Method in class org.elasticsearch.common.ParseField
Return a new ParseField where all field names are deprecated and replaced with allReplacedWith.
withAsyncBackoff(BiConsumer<BulkRequest, ActionListener<BulkResponse>>, BulkRequest, ActionListener<BulkResponse>, Settings) - Method in class org.elasticsearch.action.bulk.Retry
Invokes #apply(BulkRequest, ActionListener).
withCircuitBreaking() - Method in class org.elasticsearch.common.util.BigArrays
Return an instance of this BigArrays class with circuit breaking explicitly enabled, instead of only accounting enabled
withCompress(boolean) - Method in class org.elasticsearch.transport.TransportRequestOptions.Builder
 
withCompress(boolean) - Method in class org.elasticsearch.transport.TransportResponseOptions.Builder
 
withContentOrSourceParamParserOrNull(CheckedConsumer<XContentParser, IOException>) - Method in class org.elasticsearch.rest.RestRequest
Call a consumer with the parser for the contents of this request if it has contents, otherwise with a parser for the source parameter if there is one, otherwise with null.
withContentOrSourceParamParserOrNullLenient(CheckedConsumer<XContentParser, IOException>) - Method in class org.elasticsearch.rest.RestRequest
Deprecated.
withDeprecation(String...) - Method in class org.elasticsearch.common.ParseField
 
withinQuery(String, Object, Object, boolean, boolean) - Method in enum org.elasticsearch.index.mapper.RangeFieldMapper.RangeType
 
withKey(Key<T>) - Method in class org.elasticsearch.common.inject.internal.BindingImpl
 
withKey(Key<T>) - Method in class org.elasticsearch.common.inject.internal.ExposedBindingImpl
 
withKey(Key<T>) - Method in class org.elasticsearch.common.inject.internal.InstanceBindingImpl
 
withKey(Key<T>) - Method in class org.elasticsearch.common.inject.internal.LinkedBindingImpl
 
withKey(Key<T>) - Method in class org.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
 
withKey(Key<T>) - Method in class org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
 
withKey(Key<T>) - Method in class org.elasticsearch.common.inject.internal.UntargettedBindingImpl
 
withKeyRemoved(K) - Method in class org.elasticsearch.cluster.DiffableUtils.ImmutableOpenMapDiff
Returns a new diff map with the given key removed, does not modify the invoking instance.
WithOrdinals() - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals
 
withPartialValue(Object) - Method in exception org.elasticsearch.common.inject.ConfigurationException
Returns a copy of this configuration exception with the specified partial value.
withRemainDecision(Decision) - Method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
Creates a new move decision from this decision, plus adding a remain decision.
withRemovedEntry(SnapshotDeletionsInProgress.Entry) - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress
Returns a new instance of SnapshotDeletionsInProgress which removes the given entry from the invoking instance.
withScoping(Scoping) - Method in class org.elasticsearch.common.inject.internal.BindingImpl
 
withScoping(Scoping) - Method in class org.elasticsearch.common.inject.internal.ExposedBindingImpl
 
withScoping(Scoping) - Method in class org.elasticsearch.common.inject.internal.InstanceBindingImpl
 
withScoping(Scoping) - Method in class org.elasticsearch.common.inject.internal.LinkedBindingImpl
 
withScoping(Scoping) - Method in class org.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
 
withScoping(Scoping) - Method in class org.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
 
withScoping(Scoping) - Method in class org.elasticsearch.common.inject.internal.UntargettedBindingImpl
 
WithScript(ValuesSource.Numeric, SearchScript) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.WithScript
 
WithScript(ValuesSource, SearchScript) - Constructor for class org.elasticsearch.search.aggregations.support.ValuesSource.WithScript
 
withSource(Object) - Method in interface org.elasticsearch.common.inject.Binder
Returns a binder that uses source as the reference location for configuration errors.
withSource(Object) - Method in class org.elasticsearch.common.inject.internal.Errors
Returns an instance that uses source as a reference point for newly added errors.
withSource(Object) - Method in interface org.elasticsearch.common.inject.PrivateBinder
 
withSyncBackoff(BiConsumer<BulkRequest, ActionListener<BulkResponse>>, BulkRequest, Settings) - Method in class org.elasticsearch.action.bulk.Retry
Invokes #apply(BulkRequest, ActionListener).
withTimeout(long) - Method in class org.elasticsearch.transport.TransportRequestOptions.Builder
 
withTimeout(TimeValue) - Method in class org.elasticsearch.transport.TransportRequestOptions.Builder
 
withType(TransportRequestOptions.Type) - Method in class org.elasticsearch.transport.TransportRequestOptions.Builder
 
word - Variable in class org.elasticsearch.action.termvectors.TermVectorsFilter.ScoreTerm
 
WordDelimiterGraphTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
WordDelimiterGraphTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.WordDelimiterGraphTokenFilterFactory
 
WordDelimiterTokenFilterFactory - Class in org.elasticsearch.index.analysis
 
WordDelimiterTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.elasticsearch.index.analysis.WordDelimiterTokenFilterFactory
 
wordList - Variable in class org.elasticsearch.index.analysis.compound.AbstractCompoundWordTokenFilterFactory
 
WordScorer - Class in org.elasticsearch.search.suggest.phrase
 
WordScorer(IndexReader, String, double, BytesRef) - Constructor for class org.elasticsearch.search.suggest.phrase.WordScorer
 
WordScorer(IndexReader, Terms, String, double, BytesRef) - Constructor for class org.elasticsearch.search.suggest.phrase.WordScorer
 
WordScorer.WordScorerFactory - Interface in org.elasticsearch.search.suggest.phrase
 
WorkingBulkByScrollTask - Class in org.elasticsearch.index.reindex
BulkByScrollTask subclass for tasks that actually perform the work.
WorkingBulkByScrollTask(long, String, String, String, TaskId, Integer, float) - Constructor for class org.elasticsearch.index.reindex.WorkingBulkByScrollTask
 
wrap(CheckedConsumer<Response, ? extends Exception>, Consumer<Exception>) - Static method in interface org.elasticsearch.action.ActionListener
Creates a listener that listens for a response (or failure) and executes the corresponding consumer when the response (or failure) is received.
wrap(BackoffPolicy, Runnable) - Static method in class org.elasticsearch.action.bulk.BackoffPolicy
Wraps the backoff policy in one that calls a method every time a new backoff is taken from the policy.
wrap(ActionListener<Response>) - Method in class org.elasticsearch.action.support.ThreadedActionListener.Wrapper
 
wrap(byte[]) - Static method in class org.elasticsearch.common.io.stream.StreamInput
 
wrap(byte[], int, int) - Static method in class org.elasticsearch.common.io.stream.StreamInput
 
wrap(Iterable<Releasable>) - Static method in enum org.elasticsearch.common.lease.Releasables
Wrap several releasables into a single one.
wrap(Releasable...) - Static method in enum org.elasticsearch.common.lease.Releasables
 
wrap(DirectoryReader, ShardId) - Static method in class org.elasticsearch.common.lucene.index.ElasticsearchDirectoryReader
Wraps the given reader in a ElasticsearchDirectoryReader as well as all it's sub-readers in ElasticsearchLeafReader to expose the given shard Id.
wrap(Callable<T>, Priority) - Static method in class org.elasticsearch.common.util.concurrent.PrioritizedCallable
 
wrap(Runnable, Priority) - Static method in class org.elasticsearch.common.util.concurrent.PrioritizedRunnable
 
wrap(DirectoryReader) - Method in class org.elasticsearch.index.shard.IndexSearcherWrapper
Wraps the given DirectoryReader.
wrap(IndexSearcher) - Method in class org.elasticsearch.index.shard.IndexSearcherWrapper
 
wrap(Engine.Searcher) - Method in class org.elasticsearch.index.shard.IndexSearcherWrapper
If there are configured IndexSearcherWrapper instances, the IndexSearcher of the provided engine searcher gets wrapped and a new Engine.Searcher instances is returned, otherwise the provided Engine.Searcher is returned.
wrap(Object, TemplateService) - Static method in interface org.elasticsearch.ingest.ValueSource
 
wrap(Aggregator) - Method in class org.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
Wrap the provided aggregator so that it behaves (almost) as if it had been collected directly.
wrap(Aggregator) - Method in class org.elasticsearch.search.aggregations.bucket.DeferringBucketCollector
Wrap the provided aggregator so that it behaves (almost) as if it had been collected directly.
wrap(Iterable<? extends BucketCollector>) - Static method in class org.elasticsearch.search.aggregations.BucketCollector
Wrap the given collectors into a single instance.
wrap(Iterable<LeafBucketCollector>) - Static method in class org.elasticsearch.search.aggregations.LeafBucketCollector
 
wrapCountBasedEarlyTerminatingCollector(Collector, int) - Static method in class org.elasticsearch.common.lucene.Lucene
Wraps delegate with count based early termination collector with a threshold of maxCountHits
wrapdateline - Variable in class org.elasticsearch.common.geo.builders.ShapeBuilder
We're expecting some geometries might cross the dateline.
wrapGeoPointTerms(TermsEnum) - Static method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
A TermsEnum that iterates only highest resolution geo prefix coded terms.
wrapLongitude(boolean) - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
Set whether to wrap longitudes.
wrapLongitude() - Method in class org.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregationBuilder
Get whether to wrap longitudes.
wrapNumeric32Bit(TermsEnum) - Static method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
A TermsEnum that iterates only full precision prefix coded 32 bit values.
wrapNumeric64Bit(TermsEnum) - Static method in class org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
A TermsEnum that iterates only full precision prefix coded 64 bit values.
Wrapper(Logger, Settings, ThreadPool) - Constructor for class org.elasticsearch.action.support.ThreadedActionListener.Wrapper
 
wrapperQuery(String) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query builder which allows building a query thanks to a JSON string or binary data.
wrapperQuery(BytesReference) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query builder which allows building a query thanks to a JSON string or binary data.
wrapperQuery(byte[]) - Static method in class org.elasticsearch.index.query.QueryBuilders
A Query builder which allows building a query thanks to a JSON string or binary data.
WrapperQueryBuilder - Class in org.elasticsearch.index.query
A Query builder which allows building a query given JSON string or binary data provided as input.
WrapperQueryBuilder(byte[]) - Constructor for class org.elasticsearch.index.query.WrapperQueryBuilder
Creates a query builder given a query provided as a bytes array
WrapperQueryBuilder(String) - Constructor for class org.elasticsearch.index.query.WrapperQueryBuilder
Creates a query builder given a query provided as a string
WrapperQueryBuilder(BytesReference) - Constructor for class org.elasticsearch.index.query.WrapperQueryBuilder
Creates a query builder given a query provided as a BytesReference
WrapperQueryBuilder(StreamInput) - Constructor for class org.elasticsearch.index.query.WrapperQueryBuilder
Read from a stream.
wrapPreservingContext(ActionListener<R>, ThreadContext) - Static method in class org.elasticsearch.action.support.ContextPreservingActionListener
Wraps the provided action listener in a ContextPreservingActionListener that will also copy the response headers when the ThreadContext.StoredContext is closed
wrapRequest(DiscoveryNode, TransportRequest) - Static method in class org.elasticsearch.transport.TransportActionProxy
Wraps the actual request in a proxy request object that encodes the target node.
wrapRestorable(ThreadContext.StoredContext) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
Same as ThreadContext.newRestorableContext(boolean) but wraps an existing context to restore.
wrapRunnable(Runnable) - Method in class org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
 
wrapRunnable(Runnable) - Method in class org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
 
wrapTimeLimitingCollector(Collector, Counter, long) - Static method in class org.elasticsearch.common.lucene.Lucene
Wraps delegate with a time limited collector with a timeout of timeoutInMillis
wrapTokenStream(TokenStream) - Method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping.Context
Wrap the TokenStream according to the provided informations of ContextMapping.ContextConfig and a related ParseContext.Document.
wrapTokenStream(ParseContext.Document, TokenStream) - Method in class org.elasticsearch.search.suggest.completion2x.context.ContextMapping.ContextConfig
Wrap a TokenStream for building suggestions to use context informations provided by a document or a ContextMapping
write(V, StreamOutput) - Method in class org.elasticsearch.cluster.DiffableUtils.DiffableValueSerializer
 
write(Set<String>, StreamOutput) - Method in class org.elasticsearch.cluster.DiffableUtils.StringSetValueSerializer
 
write(V, StreamOutput) - Method in interface org.elasticsearch.cluster.DiffableUtils.ValueSerializer
Writes value to stream
write(int) - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Writes a character to the buffer.
write(char[], int, int) - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Writes characters to the buffer.
write(String, int, int) - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Write a portion of a string to the buffer.
write(int) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
write(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
write(StreamOutput, V) - Method in interface org.elasticsearch.common.io.stream.Writeable.Writer
Write V-type value to the output stream.
write(char) - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Writes a single character.
write(int) - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Writes a character given its 31-bits Unicode.
write(char[], int, int) - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Writes a portion of a string.
write(CharSequence) - Method in class org.elasticsearch.common.io.UTF8StreamWriter
Writes the specified character sequence.
write(int) - Method in class org.elasticsearch.common.lucene.store.IndexOutputOutputStream
 
write(byte[]) - Method in class org.elasticsearch.common.lucene.store.IndexOutputOutputStream
 
write(byte[], int, int) - Method in class org.elasticsearch.common.lucene.store.IndexOutputOutputStream
 
write(Rounding, StreamOutput) - Static method in class org.elasticsearch.common.rounding.Rounding.Streams
 
write(List<Tuple<Item, Consumer<Exception>>>) - Method in class org.elasticsearch.common.util.concurrent.AsyncIOProcessor
Writes or processes the items out or to disk.
write(T, Path...) - Method in class org.elasticsearch.gateway.MetaDataStateFormat
Writes the given state to the given directories.
write(T, BlobContainer, String) - Method in class org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
Writes blob with resolving the blob name using BlobStoreFormat.blobName(java.lang.String) method.
write(T) - Method in class org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
 
write(T, StreamOutput) - Method in class org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
 
write(TDigestState, StreamOutput) - Static method in class org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestState
 
WRITE_PORTS_FILE_SETTING - Static variable in class org.elasticsearch.node.Node
 
Writeable - Interface in org.elasticsearch.common.io.stream
Implementers can be written to a StreamOutput and read from a StreamInput.
Writeable.Reader<V> - Interface in org.elasticsearch.common.io.stream
Reference to a method that can read some object from a stream.
Writeable.Writer<V> - Interface in org.elasticsearch.common.io.stream
Reference to a method that can write some object to a StreamOutput.
writeAcknowledged(StreamOutput) - Method in class org.elasticsearch.action.support.master.AcknowledgedResponse
Writes the timeout value
writeAdditionalFields(StreamOutput) - Method in class org.elasticsearch.cluster.routing.RecoverySource.SnapshotRecoverySource
 
writeAdditionalFields(StreamOutput) - Method in class org.elasticsearch.cluster.routing.RecoverySource
to be overridden by subclasses
writeAllowedStatesForPrimary - Static variable in class org.elasticsearch.index.shard.IndexShard
 
writeArray(T[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeAtomic(T, BlobContainer, String) - Method in class org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
Writes blob in atomic manner with resolving the blob name using BlobStoreFormat.blobName(java.lang.String) and ChecksumBlobStoreFormat.tempBlobName(java.lang.String) methods.
writeBinary(byte[]) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeBinary(byte[], int, int) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeBinary(byte[]) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeBinary(byte[], int, int) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeBinaryField(String, byte[]) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeBinaryField(String, byte[]) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeBlob(String, InputStream, long) - Method in interface org.elasticsearch.common.blobstore.BlobContainer
Reads blob content from the input stream and writes it to the container in a new blob with the given name.
writeBlob(String, InputStream, long) - Method in class org.elasticsearch.common.blobstore.fs.FsBlobContainer
 
writeBlob(String, InputStream, long) - Method in class org.elasticsearch.common.blobstore.url.URLBlobContainer
 
writeBlob(T, BlobContainer, String) - Method in class org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
Writes blob in atomic manner without resolving the blobName using using BlobStoreFormat.blobName(java.lang.String) method.
writeBoolean(boolean) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a boolean.
writeBoolean(boolean) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeBoolean(boolean) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeBooleanField(String, boolean) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeBooleanField(String, boolean) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeBuild(Build, StreamOutput) - Static method in class org.elasticsearch.Build
 
writeByte(byte) - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
writeByte(byte) - Method in class org.elasticsearch.common.io.stream.DataOutputStreamOutput
 
writeByte(byte) - Method in class org.elasticsearch.common.io.stream.OutputStreamStreamOutput
 
writeByte(byte) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a single byte.
writeByte(byte) - Method in class org.elasticsearch.common.lucene.store.FilterIndexOutput
 
writeByte(byte) - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamOutput
 
writeByteArray(byte[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes an array of bytes.
writeBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.BytesStreamOutput
 
writeBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.DataOutputStreamOutput
 
writeBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.OutputStreamStreamOutput
 
writeBytes(byte[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes an array of bytes.
writeBytes(byte[], int) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes an array of bytes.
writeBytes(byte[], int, int) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes an array of bytes.
writeBytes(byte[], int, int) - Method in class org.elasticsearch.common.lucene.store.FilterIndexOutput
 
writeBytes(byte[], int, int) - Method in class org.elasticsearch.index.translog.BufferedChecksumStreamOutput
 
writeBytesRef(BytesRef) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeBytesReference(BytesReference) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes the bytes reference, including a length header.
writeCoordinateTo(Coordinate, StreamOutput) - Static method in class org.elasticsearch.common.geo.builders.ShapeBuilder
 
writeDiff(Diff<V>, StreamOutput) - Method in class org.elasticsearch.cluster.DiffableUtils.DiffableValueSerializer
 
writeDiff(Diff<V>, StreamOutput) - Method in class org.elasticsearch.cluster.DiffableUtils.NonDiffableValueSerializer
 
writeDiff(Diff<V>, StreamOutput) - Method in interface org.elasticsearch.cluster.DiffableUtils.ValueSerializer
Writes value as diff to stream if this serializer supports diffable values
writeDocumentRequest(StreamOutput, DocWriteRequest) - Static method in interface org.elasticsearch.action.DocWriteRequest
write a document write (index/delete/update) request
writeDouble(double) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeDoubleArray(double[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeDoubleLE(double, byte[], int) - Static method in enum org.elasticsearch.common.util.ByteUtils
Write a double in little-endian format.
writeEmptyCheckpoint(Path, int, long) - Static method in class org.elasticsearch.index.translog.TruncateTranslogCommand
Write a checkpoint file to the given location with the given generation
writeEmptyTranslog(Path, String) - Static method in class org.elasticsearch.index.translog.TruncateTranslogCommand
Write a translog containing the given translog UUID to the given location.
writeEndArray() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeEndArray() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeEndObject() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeEndObject() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeEndRaw() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeEnum(E) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes an enum with type E that by serialized it based on it's ordinal value
writeException(Throwable) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeExplanation(StreamOutput, Explanation) - Static method in class org.elasticsearch.common.lucene.Lucene
 
writeFieldDoc(StreamOutput, FieldDoc) - Static method in class org.elasticsearch.common.lucene.Lucene
 
writeFieldName(String) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeFieldName(String) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeFieldStats(StreamOutput, ObjectObjectHashMap<String, CollectionStatistics>) - Static method in class org.elasticsearch.search.dfs.DfsSearchResult
 
writeFileChunk(StoreFileMetaData, long, BytesReference, boolean, int) - Method in class org.elasticsearch.indices.recovery.RecoveryTarget
 
writeFileChunk(StoreFileMetaData, long, BytesReference, boolean, int) - Method in interface org.elasticsearch.indices.recovery.RecoveryTargetHandler
writes a partial file chunk to the target store
writeFileChunk(StoreFileMetaData, long, BytesReference, boolean, int) - Method in class org.elasticsearch.indices.recovery.RemoteRecoveryTargetHandler
 
writeFloat(float) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeFloatArray(float[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeFloatLE(float, byte[], int) - Static method in enum org.elasticsearch.common.util.ByteUtils
Write a float in little-endian format.
writeGenericValue(Object) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Notice: when serialization a map, the stream out map with the stream in map maybe have the different key-value orders, they will maybe have different stream order.
writeGeoPoint(GeoPoint) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes the given GeoPoint to the stream
writeHeader(StreamOutput, long, byte, Version, int) - Static method in class org.elasticsearch.transport.TcpHeader
 
writeIndex(String, IndexMetaData) - Method in class org.elasticsearch.gateway.MetaStateService
Writes the index state.
writeIndexGen(RepositoryData, long) - Method in class org.elasticsearch.repositories.blobstore.BlobStoreRepository
 
writeIndexingBuffer() - Method in class org.elasticsearch.index.engine.Engine
Called when our engine is using too much heap and should move buffered indexed/deleted documents to disk.
writeIndexingBuffer() - Method in class org.elasticsearch.index.engine.InternalEngine
 
writeIndexingBuffer() - Method in class org.elasticsearch.index.engine.ShadowEngine
 
writeIndexingBuffer() - Method in class org.elasticsearch.index.shard.IndexShard
Called when our shard is using too much heap and should move buffered indexed/deleted documents to disk.
writeIndexingBufferAsync(IndexShard) - Method in class org.elasticsearch.indices.IndexingMemoryController
ask this shard to refresh, in the background, to free up heap
writeIndicesOptions(StreamOutput) - Method in class org.elasticsearch.action.support.IndicesOptions
 
writeInt(int) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes an int as four bytes.
writeIntArray(int[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeIntLE(int, byte[], int) - Static method in enum org.elasticsearch.common.util.ByteUtils
Write an int in little-endian format.
writeKey(K, StreamOutput) - Method in interface org.elasticsearch.cluster.DiffableUtils.KeySerializer
 
writeKilobytes() - Method in class org.elasticsearch.monitor.fs.FsInfo.DeviceStats
 
writeList(List<? extends Writeable>) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a list of Writeable objects
writeLock - Variable in class org.elasticsearch.index.engine.Engine
 
writeLock - Variable in class org.elasticsearch.index.translog.Translog
 
writeLong(long) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a long as eight bytes.
writeLongArray(long[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeLongLE(long, byte[], int) - Static method in enum org.elasticsearch.common.util.ByteUtils
Write a long in little-endian format.
writeMap(Map<String, Object>) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeMap(Map<K, V>, Writeable.Writer<K>, Writeable.Writer<V>) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Write a Map of K-type keys to V-type.
writeMapOfLists(Map<K, List<V>>, Writeable.Writer<K>, Writeable.Writer<V>) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Write a Map of K-type keys to V-type Lists.
writeMapWithConsistentOrder(Map<String, ? extends Object>) - Method in class org.elasticsearch.common.io.stream.StreamOutput
write map to stream with consistent order to make sure every map generated bytes order are same.
writeMinMax(StreamOutput) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Date
 
writeMinMax(StreamOutput) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Double
 
writeMinMax(StreamOutput) - Method in class org.elasticsearch.action.fieldstats.FieldStats.GeoPoint
 
writeMinMax(StreamOutput) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Ip
 
writeMinMax(StreamOutput) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Long
 
writeMinMax(StreamOutput) - Method in class org.elasticsearch.action.fieldstats.FieldStats.Text
 
writeMinMax(StreamOutput) - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
writeNamedWriteable(NamedWriteable) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a NamedWriteable to the current stream, by first writing its name and then the object itself
writeNamedWriteableList(List<? extends NamedWriteable>) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a list of NamedWriteable objects.
writeNodesTo(StreamOutput, List<NodeHotThreads>) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsResponse
 
writeNodesTo(StreamOutput, List<NodeInfo>) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
 
writeNodesTo(StreamOutput, List<NodeStats>) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
 
writeNodesTo(StreamOutput, List<TransportNodesSnapshotsStatus.NodeSnapshotStatus>) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodesSnapshotStatus
 
writeNodesTo(StreamOutput, List<ClusterStatsNodeResponse>) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
 
writeNodesTo(StreamOutput, List<TNodeResponse>) - Method in class org.elasticsearch.action.support.nodes.BaseNodesResponse
Write the BaseNodesResponse.nodes to the stream.
writeNodesTo(StreamOutput, List<TransportNodesListGatewayMetaState.NodeGatewayMetaState>) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodesGatewayMetaState
 
writeNodesTo(StreamOutput, List<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards>) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodesGatewayStartedShards
 
writeNodesTo(StreamOutput, List<TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData>) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData
 
writeNull() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNull() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNullField(String) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNullField(String) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumber(double) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumber(float) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumber(int) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumber(long) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumber(short) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumber(double) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumber(float) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumber(int) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumber(long) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumber(short) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumberField(String, double) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumberField(String, float) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumberField(String, int) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumberField(String, long) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeNumberField(String, double) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumberField(String, float) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumberField(String, int) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeNumberField(String, long) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeOperationNoSize(BufferedChecksumStreamOutput, Translog.Operation) - Static method in class org.elasticsearch.index.translog.Translog
 
writeOperations(StreamOutput, List<Translog.Operation>) - Static method in class org.elasticsearch.index.translog.Translog
Writes all operations in the given iterable to the given output stream including the size of the array use Translog.readOperations(StreamInput) to read it back.
writeOperations() - Method in class org.elasticsearch.monitor.fs.FsInfo.DeviceStats
 
writeOptionalArray(T[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeOptionalBoolean(Boolean) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeOptionalBytesReference(BytesReference) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes an optional bytes reference including a length header.
writeOptionalDouble(Double) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeOptionalFloat(Float) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeOptionalLong(Long) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeOptionalNamedWriteable(NamedWriteable) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Write an optional NamedWriteable to the stream.
writeOptionalStreamable(Streamable) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Serializes a potential null value.
writeOptionalString(String) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeOptionalStringArray(String[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a string array, for nullable string, writes false.
writeOptionalText(Text) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeOptionalTimeZone(DateTimeZone) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Write an optional DateTimeZone to the stream.
writeOptionalVInt(Integer) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeOptionalWriteable(Writeable) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeOriginalIndices(OriginalIndices, StreamOutput) - Static method in class org.elasticsearch.action.OriginalIndices
 
writeOtherStatsTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
 
writeOtherStatsTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.stats.InternalStats
 
WritePipelineResponse - Class in org.elasticsearch.action.ingest
 
WritePipelineResponse(boolean) - Constructor for class org.elasticsearch.action.ingest.WritePipelineResponse
 
WritePrimaryResult(ReplicaRequest, Response, Translog.Location, Exception, IndexShard, Logger) - Constructor for class org.elasticsearch.action.support.replication.TransportWriteAction.WritePrimaryResult
 
writeQueries(StreamOutput, List<? extends QueryBuilder>) - Static method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
writeRawField(String, InputStream) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeRawField(String, InputStream, XContentType) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeRawField(String, BytesReference) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeRawField(String, BytesReference, XContentType) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeRawField(String, InputStream) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
Deprecated.
writeRawField(String, InputStream, XContentType) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
Writes a raw field with the value taken from the bytes in the stream
writeRawField(String, BytesReference) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
Deprecated.
writeRawField(String, BytesReference, XContentType) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
Writes a raw field with the given bytes as the value
writeRawField(String, BytesReference, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Deprecated.
use #writeRawField(String, BytesReference, XContentType, XContentBuilder, Params) to avoid content type auto-detection
writeRawField(String, BytesReference, XContentType, XContentBuilder, ToXContent.Params) - Static method in class org.elasticsearch.common.xcontent.XContentHelper
Writes a "raw" (bytes) field, handling cases where the bytes are compressed, and tries to optimize writing using XContentBuilder.rawField(String, org.elasticsearch.common.bytes.BytesReference, XContentType).
writeRawValue(BytesReference) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeRawValue(BytesReference, XContentType) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeRawValue(BytesReference) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
Deprecated.
use XContentGenerator.writeRawValue(BytesReference, XContentType) to avoid content type auto-detection
writeRawValue(BytesReference, XContentType) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
Writes a value with the source coming directly from the bytes
WriteReplicaResult(ReplicaRequest, Translog.Location, Exception, IndexShard, Logger) - Constructor for class org.elasticsearch.action.support.replication.TransportWriteAction.WriteReplicaResult
 
WriteRequest<R extends WriteRequest<R>> - Interface in org.elasticsearch.action.support
Interface implemented by requests that modify the documents in an index like IndexRequest, UpdateRequest, and BulkRequest.
WriteRequest.RefreshPolicy - Enum in org.elasticsearch.action.support
 
WriteRequestBuilder<B extends WriteRequestBuilder<B>> - Interface in org.elasticsearch.action.support
 
WriteResponse - Interface in org.elasticsearch.action.support
Interface implemented by responses for actions that modify the documents in an index like IndexResponse, UpdateResponse, and BulkResponse.
writerSegmentStats(SegmentsStats) - Method in class org.elasticsearch.index.engine.Engine
 
writerSegmentStats(SegmentsStats) - Method in class org.elasticsearch.index.engine.InternalEngine
 
writeScoreDoc(StreamOutput, ScoreDoc) - Static method in class org.elasticsearch.common.lucene.Lucene
 
writeSettingsToStream(Settings, StreamOutput) - Static method in class org.elasticsearch.common.settings.Settings
 
writeShort(short) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeSingleTermStats(StreamOutput, TermStatistics) - Static method in class org.elasticsearch.search.dfs.DfsSearchResult
 
writeSize(int, StreamOutput) - Static method in class org.elasticsearch.search.aggregations.InternalAggregation
Write a size under the assumption that a value of 0 means unlimited.
writeSortField(StreamOutput, SortField) - Static method in class org.elasticsearch.common.lucene.Lucene
 
writeSortType(StreamOutput, SortField.Type) - Static method in class org.elasticsearch.common.lucene.Lucene
 
writeStackTraces(T, StreamOutput) - Static method in exception org.elasticsearch.ElasticsearchException
Serializes the given exceptions stacktrace elements as well as it's suppressed exceptions to the given output stream.
writeStartArray() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeStartArray() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeStartObject() - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeStartObject() - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeStreamableList(List<? extends Streamable>) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a list of Streamable objects
writeString(String) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeString(String) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeString(char[], int, int) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeString(String) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeString(char[], int, int) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeStringArray(String[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeStringArrayNullable(String[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a string array, for nullable string, writes it as 0 (empty string).
writeStringField(String, String) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeStringField(String, String) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeStringList(List<String>) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a list of strings
writeTermStats(StreamOutput, TermStatistics[]) - Static method in class org.elasticsearch.search.dfs.DfsSearchResult
 
writeTermTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
 
writeTermTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
 
writeTermTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
 
writeTermTypeInfoTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalMappedSignificantTerms
 
writeTermTypeInfoTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
 
writeTermTypeInfoTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
 
writeTermTypeInfoTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalMappedTerms
 
writeTermTypeInfoTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
 
writeTermTypeInfoTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
 
writeText(Text) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeThin(StreamOutput) - Method in class org.elasticsearch.transport.BytesTransportRequest
Writes the data in a "thin" manner, without the actual bytes, assumes the actual bytes will be appended right after this content.
writeTimeout(StreamOutput) - Method in class org.elasticsearch.action.support.master.AcknowledgedRequest
Deprecated.
writeTimeZone(DateTimeZone) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Write a DateTimeZone to the stream.
writeTo(StreamOutput) - Method in class org.elasticsearch.action.ActionRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.ActionResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplanation
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.hotthreads.TransportNodesHotThreadsAction.NodeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodeInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction.NodeInfoRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.stats.NodeStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.remote.RemoteInfoResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodeSnapshotStatus
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.Request
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.state.ClusterStateResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction.ClusterStatsNodeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.alias.Alias
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.alias.exists.AliasesExistResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.alias.get.GetAliasesResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.alias.IndicesAliasesResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest.NameOrDefinition
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.close.CloseIndexResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.create.CreateIndexResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.delete.DeleteIndexResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.flush.FlushRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.flush.ShardFlushRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.get.GetIndexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.get.GetIndexResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.open.OpenIndexResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.recovery.RecoveryResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.rollover.MaxAgeCondition
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.rollover.MaxDocsCondition
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.rollover.RolloverResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.segments.ShardSegments
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.shrink.ShrinkRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.stats.IndexShardStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.stats.ShardStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.ShardUpgradeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.bulk.BulkItemRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.bulk.BulkItemResponse.Failure
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.bulk.BulkItemResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.bulk.BulkRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.bulk.BulkResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.bulk.BulkShardRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.bulk.BulkShardResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.delete.DeleteRequest
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.action.DocWriteResponse.Result
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.DocWriteResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.explain.ExplainRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.explain.ExplainResponse
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.action.FailedNodeException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilities
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesIndexResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.fieldcaps.FieldCapabilitiesResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.fieldstats.FieldStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.fieldstats.FieldStatsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.fieldstats.FieldStatsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.fieldstats.FieldStatsShardRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.fieldstats.FieldStatsShardResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.GetRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.GetResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.MultiGetItemResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.MultiGetRequest.Item
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.MultiGetRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.MultiGetResponse.Failure
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.MultiGetResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.MultiGetShardRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.get.MultiGetShardResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.index.IndexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.ingest.DeletePipelineRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.ingest.GetPipelineRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.ingest.GetPipelineResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.ingest.PutPipelineRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.ingest.SimulateDocumentBaseResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.ingest.SimulateDocumentVerboseResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.ingest.SimulatePipelineRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.ingest.SimulatePipelineResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.ingest.WritePipelineResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.main.MainResponse
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.action.RoutingMissingException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.ClearScrollRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.ClearScrollResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.MultiSearchRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.MultiSearchResponse.Item
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.MultiSearchResponse
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.action.search.SearchPhaseExecutionException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.SearchRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.SearchResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.SearchResponseSections
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.SearchScrollRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.SearchTransportService.CanMatchResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.SearchTransportService.SearchFreeContextResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.search.ShardSearchFailure
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.ActiveShardCount
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.broadcast.BroadcastRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.broadcast.BroadcastResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.broadcast.BroadcastShardResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.EmptyResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.DefaultShardOperationFailedException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.master.AcknowledgedRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.master.info.ClusterInfoRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.master.MasterNodeReadRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.master.MasterNodeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.nodes.BaseNodeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.nodes.BaseNodeResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.nodes.BaseNodesRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.nodes.BaseNodesResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.replication.ReplicatedWriteRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.replication.ReplicationRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo.Failure
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.replication.ReplicationResponse.ShardInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.replication.ReplicationResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.replication.ReplicationTask.Status
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.replication.TransportReplicationAction.ConcreteShardRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.single.shard.SingleShardRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.tasks.BaseTasksRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.support.tasks.BaseTasksResponse
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.action.support.WriteRequest.RefreshPolicy
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.TaskOperationFailure
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.termvectors.MultiTermVectorsShardResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.termvectors.TermVectorsResponse
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.action.TimestampParsingException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.update.UpdateRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.update.UpdateResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.action.shard.ShardStateAction.ShardEntry
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.block.ClusterBlock
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.cluster.block.ClusterBlockException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.block.ClusterBlocks
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.ClusterInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.ClusterName
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.ClusterState
 
writeTo(StreamOutput) - Method in interface org.elasticsearch.cluster.Diff
Writes the differences into the output stream
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.DiffableUtils.MapDiff
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.DiskUsage
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.cluster.health.ClusterHealthStatus
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.health.ClusterIndexHealth
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.health.ClusterShardHealth
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.health.ClusterStateHealth
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.metadata.AliasMetaData
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.IndexGraveyardDiff
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard.Tombstone
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.metadata.IndexGraveyard
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.metadata.IndexMetaData
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.metadata.IndexTemplateMetaData
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.metadata.MappingMetaData
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.metadata.MetaData
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.metadata.RepositoriesMetaData
Write this into the StreamOutput.
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.metadata.RepositoryMetaData
Writes repository metadata to stream output
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.node.DiscoveryNode
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.node.DiscoveryNodes
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
Writes restore status to stream output
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.RestoreInProgress
Write this into the StreamOutput.
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.AbstractAllocationDecision
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.cluster.routing.allocation.AllocationDecision
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.command.AbstractAllocateAllocationCommand
 
writeTo(AllocationCommands, StreamOutput) - Static method in class org.elasticsearch.cluster.routing.allocation.command.AllocationCommands
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.command.BasePrimaryAllocationCommand
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.decider.Decision.Single
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.cluster.routing.allocation.decider.Decision.Type
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.MoveDecision
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult.ShardStoreInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.NodeAllocationResult
 
writeTo(RerouteExplanation, StreamOutput) - Static method in class org.elasticsearch.cluster.routing.allocation.RerouteExplanation
 
writeTo(RoutingExplanations, StreamOutput) - Static method in class org.elasticsearch.cluster.routing.allocation.RoutingExplanations
Write the RoutingExplanations object
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.allocation.ShardAllocationDecision
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.AllocationId
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.IndexRoutingTable
 
writeTo(IndexShardRoutingTable, StreamOutput) - Static method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.RecoverySource
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.RoutingTable
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.ShardRouting
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.cluster.routing.UnassignedInfo.AllocationStatus
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.routing.UnassignedInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.service.PendingClusterTask
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress.Entry
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.SnapshotDeletionsInProgress
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
 
writeTo(StreamOutput) - Method in class org.elasticsearch.cluster.SnapshotsInProgress
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.common.breaker.CircuitBreakingException
 
writeTo(OutputStream) - Method in class org.elasticsearch.common.bytes.BytesReference
Writes the bytes directly to the output stream.
writeTo(StreamOutput) - Method in class org.elasticsearch.common.compress.CompressedXContent
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.FieldMemoryStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.geo.builders.CircleBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.geo.builders.CoordinateCollection
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.geo.builders.EnvelopeBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.geo.builders.MultiLineStringBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.geo.builders.MultiPolygonBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.geo.builders.PointBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.geo.builders.PolygonBuilder
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.common.geo.GeoDistance
Writes an instance of a GeoDistance object to an output stream
writeTo(StreamOutput) - Method in enum org.elasticsearch.common.geo.ShapeRelation
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.common.geo.SpatialStrategy
 
writeTo(Writer) - Method in class org.elasticsearch.common.io.FastCharArrayWriter
Writes the contents of the buffer to another character stream.
writeTo(StreamOutput) - Method in exception org.elasticsearch.common.io.stream.NotSerializableExceptionWrapper
 
writeTo(StreamOutput) - Method in interface org.elasticsearch.common.io.stream.Streamable
Write this object's fields to a StreamOutput.
writeTo(StreamOutput) - Method in interface org.elasticsearch.common.io.stream.Writeable
Write this into the StreamOutput.
writeTo(StreamOutput) - Method in enum org.elasticsearch.common.lucene.search.function.CombineFunction
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery.ScoreMode
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.common.ParsingException
 
writeTo(Priority, StreamOutput) - Static method in enum org.elasticsearch.common.Priority
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.transport.BoundTransportAddress
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.transport.InetSocketTransportAddress
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.transport.LocalTransportAddress
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.common.unit.ByteSizeUnit
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.unit.ByteSizeValue
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.common.unit.DistanceUnit
writeTo(StreamOutput) - Method in class org.elasticsearch.common.unit.Fuzziness
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.unit.SizeValue
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.unit.TimeValue
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.common.util.concurrent.EsRejectedExecutionException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.common.util.concurrent.ThreadContext
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.common.xcontent.NamedXContentRegistry.UnknownNamedObjectException
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.common.xcontent.XContentType
 
writeTo(StreamOutput) - Method in class org.elasticsearch.discovery.DiscoveryStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.discovery.zen.MasterFaultDetection.MasterPingRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.discovery.zen.MembershipAction.JoinRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.discovery.zen.MembershipAction.LeaveRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.discovery.zen.NodesFaultDetection.PingRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.discovery.zen.PendingClusterStateStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.discovery.zen.PublishClusterStateAction.CommitClusterStateRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.discovery.zen.UnicastZenPing.UnicastPingRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.discovery.zen.ZenDiscovery.RejoinClusterRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.discovery.zen.ZenPing.PingResponse
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.ElasticsearchException
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.ElasticsearchStatusException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.gateway.LocalAllocateDangledIndices.AllocateDangledRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.gateway.LocalAllocateDangledIndices.AllocateDangledResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodeGatewayMetaState
 
writeTo(StreamOutput) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayMetaState.Request
 
writeTo(StreamOutput) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
 
writeTo(StreamOutput) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.gateway.TransportNodesListGatewayStartedShards.Request
 
writeTo(StreamOutput) - Method in class org.elasticsearch.http.HttpInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.http.HttpStats
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.index.AlreadyExpiredException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.cache.query.QueryCacheStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.cache.request.RequestCacheStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.engine.CommitStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.engine.Engine.CommitId
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.index.engine.IndexFailedEngineException
Deprecated.
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.index.engine.RecoveryEngineException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.engine.Segment
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.engine.SegmentsStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.fielddata.FieldDataStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.flush.FlushStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.get.GetField
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.get.GetResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.get.GetStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.Index
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.merge.MergeStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.query.AbstractQueryBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.index.query.GeoExecType
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.index.query.GeoValidationMethod
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.query.InnerHitBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.index.query.MultiMatchQueryBuilder.Type
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.index.query.Operator
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.index.query.QueryShardException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.recovery.RecoveryStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.refresh.RefreshStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.AbstractBulkByScrollRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.AbstractBulkIndexByScrollRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.BulkByScrollResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.Status
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.BulkByScrollTask.StatusOrException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.ReindexRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.RemoteInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.reindex.UpdateByQueryRequest
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.index.search.MatchQuery.Type
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.index.search.MatchQuery.ZeroTermsQuery
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.search.stats.SearchStats.Stats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.search.stats.SearchStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.shard.DocsStats
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.index.shard.IllegalIndexShardStateException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.shard.IndexingStats.Stats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.shard.IndexingStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.shard.ShardId
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.index.shard.TranslogRecoveryPerformer.BatchOperationException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.store.Store.MetadataSnapshot
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.store.StoreFileMetaData
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.store.StoreStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.translog.Translog.Delete
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.translog.Translog.Index
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.translog.TranslogStats
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.index.VersionType
 
writeTo(StreamOutput) - Method in class org.elasticsearch.index.warmer.WarmerStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.breaker.AllCircuitBreakerStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.breaker.CircuitBreakerStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.flush.ShardsSyncedFlushResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.indices.IndexTemplateAlreadyExistsException
Deprecated.
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.indices.IndexTemplateMissingException
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.indices.InvalidIndexTemplateException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.NodeIndicesStats
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.indices.recovery.RecoverFilesRecoveryException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.recovery.RecoveryFilesInfoRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.recovery.RecoveryFinalizeRecoveryRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.recovery.RecoveryState.File
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Index
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Timer
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.recovery.RecoveryState.Translog
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.recovery.RecoveryState
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.recovery.RecoveryWaitForClusterStateRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.recovery.StartRecoveryRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.Request
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
 
writeTo(StreamOutput) - Method in class org.elasticsearch.indices.TermsLookup
 
writeTo(StreamOutput) - Method in class org.elasticsearch.ingest.IngestInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.ingest.IngestMetadata
 
writeTo(StreamOutput) - Method in class org.elasticsearch.ingest.IngestStats.Stats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.ingest.IngestStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.ingest.PipelineConfiguration
 
writeTo(StreamOutput) - Method in class org.elasticsearch.ingest.ProcessorInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.fs.FsInfo.DeviceStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.fs.FsInfo.IoStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.fs.FsInfo.Path
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.fs.FsInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmInfo.Mem
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.BufferPool
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.Classes
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.Mem
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.MemoryPool
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats.Threads
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.jvm.JvmStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsStats.Cgroup.CpuStat
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsStats.Cgroup
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsStats.Cpu
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsStats.Mem
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsStats.Swap
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.os.OsStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.process.ProcessInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.process.ProcessStats.Cpu
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.process.ProcessStats.Mem
 
writeTo(StreamOutput) - Method in class org.elasticsearch.monitor.process.ProcessStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.plugins.PluginInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.repositories.IndexId
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.repositories.RepositoryException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.repositories.VerificationFailure
 
writeTo(StreamOutput) - Method in class org.elasticsearch.repositories.VerifyNodeRepositoryAction.VerifyNodeRepositoryRequest
 
writeTo(StreamOutput, RestStatus) - Static method in enum org.elasticsearch.rest.RestStatus
 
writeTo(StreamOutput) - Method in class org.elasticsearch.script.Script
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.script.ScriptException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.script.ScriptMetaData
 
writeTo(StreamOutput) - Method in class org.elasticsearch.script.ScriptStats
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.script.ScriptType
 
writeTo(StreamOutput) - Method in class org.elasticsearch.script.StoredScriptSource
Writes a StoredScriptSource to a stream.
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.AggregatorFactories.Builder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregator.KeyedFilter
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.adjacency.InternalAdjacencyMatrix.InternalBucket
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator.KeyedFilter
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.filters.InternalFilters.InternalBucket
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceAggregationBuilder.Range
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalBinaryRange.Bucket
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.InternalAggregation
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.InternalAggregations
 
writeTo(long, StreamOutput) - Method in class org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesMethod
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
Serialize the GapPolicy to the output stream
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.SeasonalityType
Serialize the SeasonalityType to the output stream
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
Write the model to the output stream
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.aggregations.support.ValueType
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder.IndexBoost
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder.ScriptField
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.builder.SearchSourceBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.collapse.CollapseBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.dfs.AggregatedDfs
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.dfs.DfsSearchResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.DocValueFormat.DateTime
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.DocValueFormat.Decimal
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.fetch.FetchSearchResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.fetch.QueryFetchSearchResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.fetch.ShardFetchRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.fetch.ShardFetchSearchRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.fetch.StoredFieldsContext
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.fetch.subphase.FetchSourceContext
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.fetch.subphase.highlight.AbstractHighlighterBuilder
write common parameters to StreamOutput
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.BoundaryScannerType
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder.Order
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.fetch.subphase.highlight.HighlightField
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.internal.AliasFilter
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.internal.InternalScrollSearchRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.internal.InternalSearchResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.internal.ShardSearchTransportRequest
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.MultiValueMode
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.profile.aggregation.AggregationProfileShardResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.profile.ProfileResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.profile.ProfileShardResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.profile.query.CollectorResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.profile.query.QueryProfileShardResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.profile.SearchProfileShardResults
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.query.QuerySearchRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.query.QuerySearchResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.query.ScrollQuerySearchResult
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.rescore.QueryRescoreMode
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.rescore.RescoreBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.Scroll
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.searchafter.SearchAfterBuilder
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.search.SearchContextMissingException
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.search.SearchException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.SearchHit.NestedIdentity
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.SearchHit
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.SearchHitField
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.SearchHits
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.search.SearchParseException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.SearchShardTarget
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.SearchSortValues
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.slice.SliceBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.sort.FieldSortBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.sort.GeoDistanceSortBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.sort.ScoreSortBuilder
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.sort.ScriptSortBuilder.ScriptSortType
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.sort.ScriptSortBuilder
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.sort.SortMode
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.sort.SortOrder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.completion.CompletionStats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.completion.FuzzyOptions
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.completion.RegexOptions
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.completion2x.CompletionSuggestion.Entry.Option
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.phrase.DirectCandidateGeneratorBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.phrase.Laplace
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.phrase.LinearInterpolation
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.phrase.StupidBackoff
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.suggest.SortBy
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.Suggest.Suggestion
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.Suggest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.SuggestBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.SuggestionBuilder
 
writeTo(StreamOutput) - Method in class org.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.suggest.term.TermSuggestionBuilder.StringDistanceImpl
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.search.suggest.term.TermSuggestionBuilder.SuggestMode
 
writeTo(StreamOutput) - Method in class org.elasticsearch.snapshots.RestoreInfo
Write this object's fields to a StreamOutput.
writeTo(StreamOutput) - Method in class org.elasticsearch.snapshots.RestoreService.UpdateIndexShardRestoreStatusRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.snapshots.Snapshot
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.snapshots.SnapshotException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.snapshots.SnapshotId
 
writeTo(StreamOutput) - Method in class org.elasticsearch.snapshots.SnapshotInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.snapshots.SnapshotShardFailure
 
writeTo(StreamOutput) - Method in class org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.tasks.RawTaskStatus
 
writeTo(StreamOutput) - Method in class org.elasticsearch.tasks.TaskId
 
writeTo(StreamOutput) - Method in class org.elasticsearch.tasks.TaskInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.tasks.TaskResult
 
writeTo(StreamOutput) - Method in class org.elasticsearch.threadpool.ThreadPool.Info
 
writeTo(StreamOutput) - Method in class org.elasticsearch.threadpool.ThreadPoolInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.threadpool.ThreadPoolStats.Stats
 
writeTo(StreamOutput) - Method in class org.elasticsearch.threadpool.ThreadPoolStats
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.transport.ActionNotFoundTransportException
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.transport.ActionTransportException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.transport.BytesTransportRequest
 
writeTo(StreamOutput) - Method in exception org.elasticsearch.transport.ConnectTransportException
 
writeTo(StreamOutput) - Method in class org.elasticsearch.transport.RemoteConnectionInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.transport.TransportInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.transport.TransportMessage
 
writeTo(StreamOutput) - Method in class org.elasticsearch.transport.TransportRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.transport.TransportService.HandshakeResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.transport.TransportStats
 
writeToChannel(byte[], WritableByteChannel) - Static method in class org.elasticsearch.common.io.Channels
Writes part of a byte array to a WritableByteChannel
writeToChannel(byte[], int, int, WritableByteChannel) - Static method in class org.elasticsearch.common.io.Channels
Writes part of a byte array to a WritableByteChannel
writeToChannel(ByteBuffer, WritableByteChannel) - Static method in class org.elasticsearch.common.io.Channels
Writes a ByteBuffer to a WritableByteChannel
writeToCollapseBWC(StreamOutput) - Method in class org.elasticsearch.index.query.InnerHitBuilder
BWC serialization for collapsing InnerHitBuilder.
writeToNestedBWC(StreamOutput, QueryBuilder, String) - Method in class org.elasticsearch.index.query.InnerHitBuilder
BWC serialization for nested InnerHitBuilder.
writeToNoId(StreamOutput) - Method in class org.elasticsearch.search.query.QuerySearchResult
 
writeToParentChildBWC(StreamOutput, QueryBuilder, String) - Method in class org.elasticsearch.index.query.InnerHitBuilder
BWC serialization for parent/child InnerHitBuilder.
writeTopDocs(StreamOutput, TopDocs) - Static method in class org.elasticsearch.common.lucene.Lucene
 
writeToThin(IndexShardRoutingTable, StreamOutput) - Static method in class org.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
 
writeToThin(StreamOutput) - Method in class org.elasticsearch.cluster.routing.ShardRouting
Writes shard information to StreamOutput without writing index name and shard id
writeType(Translog.Operation, StreamOutput) - Static method in interface org.elasticsearch.index.translog.Translog.Operation
Writes the type and translog operation to the given stream
writeUTF8String(byte[], int, int) - Method in class org.elasticsearch.common.xcontent.json.JsonXContentGenerator
 
writeUTF8String(byte[], int, int) - Method in interface org.elasticsearch.common.xcontent.XContentGenerator
 
writeVersion(Version, StreamOutput) - Static method in class org.elasticsearch.Version
 
writeVInt(int) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes an int in a variable-length format.
writeVIntArray(int[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeVLong(long) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a non-negative long in a variable-length format.
writeVLong(ByteArrayDataOutput, long) - Static method in enum org.elasticsearch.common.util.ByteUtils
Same as DataOutput#writeVLong but accepts negative values (written on 9 bytes).
writeVLongArray(long[]) - Method in class org.elasticsearch.common.io.stream.StreamOutput
 
writeZLong(long) - Method in class org.elasticsearch.common.io.stream.StreamOutput
Writes a long in a variable-length format.
writtenBy() - Method in class org.elasticsearch.index.store.StoreFileMetaData
Returns the Lucene version this file has been written by or null if unknown

X

X_FIELD_NAME - Static variable in class org.elasticsearch.common.unit.Fuzziness
 
XAnalyzingSuggester - Class in org.apache.lucene.search.suggest.analyzing
Suggester that first analyzes the surface form, adds the analyzed form to a weighted FST, and then does the same thing at lookup time.
XAnalyzingSuggester(Analyzer) - Constructor for class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
Calls #XAnalyzingSuggester(Analyzer,Analyzer,int,int,int,boolean,FST,boolean,int,int,int,int,int) AnalyzingSuggester(analyzer, analyzer, EXACT_FIRST | PRESERVE_SEP, 256, -1)
XAnalyzingSuggester(Analyzer, Analyzer) - Constructor for class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
Calls #XAnalyzingSuggester(Analyzer,Analyzer,int,int,int,boolean,FST,boolean,int,int,int,int,int) AnalyzingSuggester(indexAnalyzer, queryAnalyzer, EXACT_FIRST | PRESERVE_SEP, 256, -1)
XAnalyzingSuggester(Analyzer, Automaton, Analyzer, int, int, int, boolean, FST<PairOutputs.Pair<Long, BytesRef>>, boolean, int, int, int, int, int) - Constructor for class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
Creates a new suggester.
XAnalyzingSuggester.XBuilder - Class in org.apache.lucene.search.suggest.analyzing
 
XBuilder(int, boolean, int) - Constructor for class org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester.XBuilder
 
XContent - Interface in org.elasticsearch.common.xcontent
A generic abstraction on top of handling content, inspired by JSON and pull parsing.
xContent(XContentType) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Returns the XContent for the provided content type.
xContent(CharSequence) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content (type) based on the provided char sequence.
xContent(byte[]) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content type based on the provided bytes.
xContent(byte[], int, int) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content type based on the provided bytes.
xContent(BytesReference) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
 
xContent() - Method in enum org.elasticsearch.common.xcontent.XContentType
 
XContentBuilder - Class in org.elasticsearch.common.xcontent
A utility to build XContent (ie json).
XContentBuilder(XContent, OutputStream) - Constructor for class org.elasticsearch.common.xcontent.XContentBuilder
Constructs a new builder using the provided XContent and an OutputStream.
XContentBuilder(XContent, OutputStream, Set<String>) - Constructor for class org.elasticsearch.common.xcontent.XContentBuilder
Constructs a new builder using the provided XContent, an OutputStream and some filters.
XContentBuilder(XContent, OutputStream, Set<String>, Set<String>) - Constructor for class org.elasticsearch.common.xcontent.XContentBuilder
Creates a new builder using the provided XContent, output stream and some inclusive and/or exclusive filters.
XContentFactory - Class in org.elasticsearch.common.xcontent
A one stop to use XContent and XContentBuilder.
XContentFactory() - Constructor for class org.elasticsearch.common.xcontent.XContentFactory
 
XContentGenerator - Interface in org.elasticsearch.common.xcontent
 
XContentHelper - Class in org.elasticsearch.common.xcontent
 
XContentHelper() - Constructor for class org.elasticsearch.common.xcontent.XContentHelper
 
XContentLocation - Class in org.elasticsearch.common.xcontent
Simple data structure representing the line and column number of a position in some XContent e.g.
XContentLocation(int, int) - Constructor for class org.elasticsearch.common.xcontent.XContentLocation
 
XContentMapValues - Class in org.elasticsearch.common.xcontent.support
 
XContentMapValues() - Constructor for class org.elasticsearch.common.xcontent.support.XContentMapValues
 
XContentParser - Interface in org.elasticsearch.common.xcontent
Interface for pull - parsing XContent see XContentType for supported types.
XContentParser.NumberType - Enum in org.elasticsearch.common.xcontent
 
XContentParser.Token - Enum in org.elasticsearch.common.xcontent
 
XContentParserUtils - Class in org.elasticsearch.common.xcontent
A set of static methods to get XContentParser.Token from XContentParser while checking for their types and throw ParsingException if needed.
xContentRegistry() - Method in class org.elasticsearch.index.IndexService
 
XContentSettingsLoader - Class in org.elasticsearch.common.settings.loader
Settings loader that loads (parses) the settings in a xcontent format by flattening them into a map.
xContentType() - Method in class org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptRequest
 
xContentType() - Method in class org.elasticsearch.action.termvectors.TermVectorsRequest
 
xContentType(CharSequence) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content type based on the provided char sequence.
xContentType(byte[]) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content type based on the provided bytes.
xContentType(InputStream) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content type based on the provided input stream without consuming it.
xContentType(byte[], int, int) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content type based on the provided bytes.
xContentType(BytesReference) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Guesses the content type based on the provided bytes.
XContentType - Enum in org.elasticsearch.common.xcontent
The content type of XContent.
xContentType - Variable in class org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
 
XFieldComparatorSource() - Constructor for class org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
 
XFilteredDocIdSetIterator - Class in org.apache.lucene.search
Abstract decorator class of a DocIdSetIterator implementation that provides on-demand filter/validation mechanism on an underlying DocIdSetIterator.
XFilteredDocIdSetIterator(DocIdSetIterator) - Constructor for class org.apache.lucene.search.XFilteredDocIdSetIterator
Constructor.
XFuzzySuggester - Class in org.apache.lucene.search.suggest.analyzing
Implements a fuzzy AnalyzingSuggester.
XFuzzySuggester(Analyzer) - Constructor for class org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
Creates a FuzzySuggester instance initialized with default values.
XFuzzySuggester(Analyzer, Analyzer) - Constructor for class org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
Creates a FuzzySuggester instance with an index & a query analyzer initialized with default values.
XFuzzySuggester(Analyzer, Automaton, Analyzer, int, int, int, int, boolean, int, int, boolean, FST<PairOutputs.Pair<Long, BytesRef>>, boolean, int, int, int, int, int) - Constructor for class org.apache.lucene.search.suggest.analyzing.XFuzzySuggester
Creates a FuzzySuggester instance.
XGeoPointDistanceRangeQuery - Class in org.apache.lucene.spatial.geopoint.search
Implements a point distance range query on a GeoPoint field.
XGeoPointDistanceRangeQuery(String, double, double, double, double) - Constructor for class org.apache.lucene.spatial.geopoint.search.XGeoPointDistanceRangeQuery
Constructs a query for all GeoPointField types within a minimum / maximum distance (in meters) range from a given point
XGeoPointDistanceRangeQuery(String, GeoPointField.TermEncoding, double, double, double, double) - Constructor for class org.apache.lucene.spatial.geopoint.search.XGeoPointDistanceRangeQuery
Constructs a query for all GeoPointField types within a minimum / maximum distance (in meters) range from a given point.
XMoreLikeThis - Class in org.elasticsearch.common.lucene.search
Generate "more like this" similarity queries.
XMoreLikeThis(IndexReader) - Constructor for class org.elasticsearch.common.lucene.search.XMoreLikeThis
Constructor requiring an IndexReader.
XMoreLikeThis(IndexReader, TFIDFSimilarity) - Constructor for class org.elasticsearch.common.lucene.search.XMoreLikeThis
 
XRejectedExecutionHandler - Interface in org.elasticsearch.common.util.concurrent
 
XShapeCollection<S extends org.locationtech.spatial4j.shape.Shape> - Class in org.elasticsearch.common.geo
Extends spatial4j ShapeCollection for points_only shape indexing support
XShapeCollection(List<S>, SpatialContext) - Constructor for class org.elasticsearch.common.geo.XShapeCollection
 

Y

yamlBuilder() - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Returns a content builder using YAML format (XContentType.YAML.
yamlBuilder(OutputStream) - Static method in class org.elasticsearch.common.xcontent.XContentFactory
Constructs a new yaml builder that will output the result into the provided output stream.
YamlSettingsLoader - Class in org.elasticsearch.common.settings.loader
Settings loader that loads (parses) the settings in a yaml format by flattening them into a map.
YamlSettingsLoader(boolean) - Constructor for class org.elasticsearch.common.settings.loader.YamlSettingsLoader
 
YamlXContent - Class in org.elasticsearch.common.xcontent.yaml
A YAML based content implementation using Jackson.
yamlXContent - Static variable in class org.elasticsearch.common.xcontent.yaml.YamlXContent
 
YamlXContentGenerator - Class in org.elasticsearch.common.xcontent.yaml
 
YamlXContentGenerator(JsonGenerator, OutputStream, Set<String>, Set<String>) - Constructor for class org.elasticsearch.common.xcontent.yaml.YamlXContentGenerator
 
YamlXContentParser - Class in org.elasticsearch.common.xcontent.yaml
 
YamlXContentParser(NamedXContentRegistry, JsonParser) - Constructor for class org.elasticsearch.common.xcontent.yaml.YamlXContentParser
 
YEAR - Static variable in class org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
 
year() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a four digit year.
yearMonth() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a four digit year and two digit month of year.
yearMonthDay() - Static method in class org.joda.time.format.StrictISODateTimeFormat
Returns a formatter for a four digit year, two digit month of year, and two digit day of month.
yes(DiscoveryNode, String, List<NodeAllocationResult>, boolean) - Static method in class org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecision
Creates a YES decision with the given individual node-level decisions that comprised the final YES decision, along with the node id to which the shard is assigned and the allocation id for the shard, if available.
YES - Static variable in class org.elasticsearch.cluster.routing.allocation.decider.Decision
 
YOUNG - Static variable in class org.elasticsearch.monitor.jvm.GcNames
 

Z

ZenDiscovery - Class in org.elasticsearch.discovery.zen
 
ZenDiscovery(Settings, ThreadPool, TransportService, NamedWriteableRegistry, ClusterService, UnicastHostsProvider) - Constructor for class org.elasticsearch.discovery.zen.ZenDiscovery
 
ZenDiscovery.RejoinClusterRequest - Class in org.elasticsearch.discovery.zen
 
zenPing - Variable in class org.elasticsearch.discovery.zen.ZenDiscovery
 
ZenPing - Interface in org.elasticsearch.discovery.zen
 
ZenPing.PingCollection - Class in org.elasticsearch.discovery.zen
a utility collection of pings where only the most recent ping is stored per node
ZenPing.PingResponse - Class in org.elasticsearch.discovery.zen
 
ZERO - Static variable in class org.elasticsearch.common.unit.Fuzziness
 
ZERO - Static variable in class org.elasticsearch.common.unit.TimeValue
 
ZERO_TERMS_QUERY_FIELD - Static variable in class org.elasticsearch.index.query.MatchQueryBuilder
 
ZERO_ZERO - Static variable in class org.elasticsearch.common.geo.builders.ShapeBuilder
coordinate at [0.0, 0.0]
zeroTermsQuery(MatchQuery.ZeroTermsQuery) - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Sets query to use in case no query terms are available, e.g.
zeroTermsQuery() - Method in class org.elasticsearch.index.query.MatchQueryBuilder
Returns the setting for handling zero terms queries.
zeroTermsQuery(MatchQuery.ZeroTermsQuery) - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
zeroTermsQuery() - Method in class org.elasticsearch.index.query.MultiMatchQueryBuilder
 
zeroTermsQuery - Variable in class org.elasticsearch.index.search.MatchQuery
 
zeroTermsQuery() - Method in class org.elasticsearch.index.search.MatchQuery
 
zigZagDecode(long) - Static method in enum org.elasticsearch.common.util.ByteUtils
Zig-zag decode.
zigZagEncode(long) - Static method in enum org.elasticsearch.common.util.ByteUtils
Zig-zag encode: this helps transforming small signed numbers into small positive numbers.

_

_ID - Static variable in class org.elasticsearch.index.get.GetResult
 
_ID_PARSE_FIELD - Static variable in class org.elasticsearch.rest.action.admin.cluster.RestGetStoredScriptAction
 
_includeScalar() - Method in class org.elasticsearch.common.xcontent.support.filtering.FilterPathBasedFilter
 
_INDEX - Static variable in class org.elasticsearch.index.get.GetResult
 
_innerIter - Variable in class org.apache.lucene.search.XFilteredDocIdSetIterator
 
_NONE_ - Static variable in class org.elasticsearch.search.fetch.StoredFieldsContext
 
_SHARDS_FIELD - Static variable in class org.elasticsearch.rest.action.RestActions
 
_SOURCE_FIELD - Static variable in class org.elasticsearch.search.builder.SearchSourceBuilder
 
_TYPE - Static variable in class org.elasticsearch.index.get.GetResult
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links