- abort() - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Marks snapshot as aborted
- aborted() - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Returns true if snapshot process was aborted
- abs(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- abs(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- abs(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- abs(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- AbstractAckedClusterStateTaskListener - org.elasticsearch.clusterのクラス
-
- AbstractAckedClusterStateTaskListener() - クラス のコンストラクタorg.elasticsearch.cluster.AbstractAckedClusterStateTaskListener
-
- AbstractAggregationBuilder - org.elasticsearch.search.aggregationsのクラス
-
Base structure for aggregation builders.
- AbstractAggregationBuilder(String, String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
Sole constructor, typically used by sub-classes.
- AbstractAtomicGeoPointFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
- AbstractAtomicGeoPointFieldData() - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.AbstractAtomicGeoPointFieldData
-
- AbstractAtomicOrdinalsFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
- AbstractAtomicOrdinalsFieldData() - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
-
- AbstractBindingBuilder<T> - org.elasticsearch.common.inject.internalのクラス
-
Bind a value or constant.
- AbstractBindingBuilder(Binder, List<Element>, Object, Key<T>) - クラス のコンストラクタorg.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- AbstractBlobContainer - org.elasticsearch.common.blobstore.supportのクラス
-
- AbstractBlobContainer(BlobPath) - クラス のコンストラクタorg.elasticsearch.common.blobstore.support.AbstractBlobContainer
-
- AbstractCatAction - org.elasticsearch.rest.action.catのクラス
-
- AbstractCatAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.AbstractCatAction
-
- AbstractCharFilterFactory - org.elasticsearch.index.analysisのクラス
-
- AbstractCharFilterFactory(Index, Settings, String) - クラス のコンストラクタorg.elasticsearch.index.analysis.AbstractCharFilterFactory
-
- AbstractClient - org.elasticsearch.client.supportのクラス
-
- AbstractClient(Settings, ThreadPool, Headers) - クラス のコンストラクタorg.elasticsearch.client.support.AbstractClient
-
- AbstractClusterStateTaskListener - org.elasticsearch.clusterのクラス
-
- AbstractClusterStateTaskListener() - クラス のコンストラクタorg.elasticsearch.cluster.AbstractClusterStateTaskListener
-
- AbstractComponent - org.elasticsearch.common.componentのクラス
-
- AbstractComponent(Settings) - クラス のコンストラクタorg.elasticsearch.common.component.AbstractComponent
-
- AbstractComponent(Settings, Class) - クラス のコンストラクタorg.elasticsearch.common.component.AbstractComponent
-
- AbstractCompoundWordTokenFilterFactory - org.elasticsearch.index.analysis.compoundのクラス
-
Contains the common configuration settings between subclasses of this class.
- AbstractCompoundWordTokenFilterFactory(Index, Settings, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.compound.AbstractCompoundWordTokenFilterFactory
-
- AbstractDiffable<T extends Diffable<T>> - 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() - クラス のコンストラクタorg.elasticsearch.cluster.AbstractDiffable
-
- AbstractDistanceScoreFunction(double, double, double, DecayFunction, MultiValueMode) - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.DecayFunctionParser.AbstractDistanceScoreFunction
-
- AbstractDoubleSearchScript - org.elasticsearch.scriptのクラス
-
- AbstractDoubleSearchScript() - クラス のコンストラクタorg.elasticsearch.script.AbstractDoubleSearchScript
-
- AbstractESLogger - org.elasticsearch.common.logging.supportのクラス
-
- AbstractESLogger(String) - クラス のコンストラクタorg.elasticsearch.common.logging.support.AbstractESLogger
-
- AbstractExecutableScript - org.elasticsearch.scriptのクラス
-
- AbstractExecutableScript() - クラス のコンストラクタorg.elasticsearch.script.AbstractExecutableScript
-
- AbstractFloatSearchScript - org.elasticsearch.scriptのクラス
-
- AbstractFloatSearchScript() - クラス のコンストラクタorg.elasticsearch.script.AbstractFloatSearchScript
-
- AbstractGeoPointDVIndexFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
- AbstractGeoPointDVIndexFieldData.Builder - org.elasticsearch.index.fielddata.plainのクラス
-
- AbstractGeoPointDVIndexFieldData.GeoPointDVIndexFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
Lucene 5.4 GeoPointFieldType
- AbstractHDRPercentilesAggregator - org.elasticsearch.search.aggregations.metrics.percentiles.hdrのクラス
-
- AbstractHDRPercentilesAggregator(String, ValuesSource.Numeric, AggregationContext, Aggregator, double[], int, boolean, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
-
- AbstractIndexAnalyzerProvider<T extends org.apache.lucene.analysis.Analyzer> - org.elasticsearch.index.analysisのクラス
-
- AbstractIndexAnalyzerProvider(Index, Settings, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider
-
Constructs a new analyzer component, with the index name and its settings and the analyzer name.
- AbstractIndexComponent - org.elasticsearch.indexのクラス
-
- AbstractIndexComponent(Index, Settings) - クラス のコンストラクタorg.elasticsearch.index.AbstractIndexComponent
-
Constructs a new index component, with the index name and its settings.
- AbstractIndexFieldData<FD extends AtomicFieldData> - org.elasticsearch.index.fielddata.plainのクラス
-
- AbstractIndexFieldData(Index, Settings, MappedFieldType.Names, FieldDataType, IndexFieldDataCache) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
-
- AbstractIndexFieldData.PerValueEstimator - 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 - org.elasticsearch.index.fielddata.plainのクラス
-
- AbstractIndexOrdinalsFieldData(Index, Settings, MappedFieldType.Names, FieldDataType, IndexFieldDataCache, CircuitBreakerService) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
-
- AbstractIndexShardComponent - org.elasticsearch.index.shardのクラス
-
- AbstractIndexShardComponent(ShardId, Settings) - クラス のコンストラクタorg.elasticsearch.index.shard.AbstractIndexShardComponent
-
- AbstractLegacyBlobContainer - org.elasticsearch.common.blobstore.supportのクラス
-
非推奨です。
- AbstractLegacyBlobContainer(BlobPath) - クラス のコンストラクタorg.elasticsearch.common.blobstore.support.AbstractLegacyBlobContainer
-
非推奨です。
- AbstractLifecycleComponent<T> - org.elasticsearch.common.componentのクラス
-
- AbstractLifecycleComponent(Settings) - クラス のコンストラクタorg.elasticsearch.common.component.AbstractLifecycleComponent
-
- AbstractLifecycleComponent(Settings, Class) - クラス のコンストラクタorg.elasticsearch.common.component.AbstractLifecycleComponent
-
- AbstractListenableActionFuture<T,L> - org.elasticsearch.action.supportのクラス
-
- AbstractListenableActionFuture(ThreadPool) - クラス のコンストラクタorg.elasticsearch.action.support.AbstractListenableActionFuture
-
- AbstractLongSearchScript - org.elasticsearch.scriptのクラス
-
- AbstractLongSearchScript() - クラス のコンストラクタorg.elasticsearch.script.AbstractLongSearchScript
-
- AbstractMatcher<T> - org.elasticsearch.common.inject.matcherのクラス
-
Implements and() and or().
- AbstractMatcher() - クラス のコンストラクタorg.elasticsearch.common.inject.matcher.AbstractMatcher
-
- AbstractModelParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
-
- AbstractModule - org.elasticsearch.common.injectのクラス
-
A support class for
Modules which reduces repetition and results in
a more readable configuration.
- AbstractModule() - クラス のコンストラクタorg.elasticsearch.common.inject.AbstractModule
-
- AbstractPercentilesParser - org.elasticsearch.search.aggregations.metrics.percentilesのクラス
-
- AbstractPercentilesParser(boolean) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.AbstractPercentilesParser
-
- AbstractRandomAccessOrds - org.elasticsearch.index.fielddataのクラス
-
Base implementation of a RandomAccessOrds instance.
- AbstractRandomAccessOrds() - クラス のコンストラクタorg.elasticsearch.index.fielddata.AbstractRandomAccessOrds
-
- AbstractRangeBuilder<B extends AbstractRangeBuilder<B>> - org.elasticsearch.search.aggregations.bucket.rangeのクラス
-
- AbstractRangeBuilder(String, String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
-
- AbstractRangeBuilder.Range - org.elasticsearch.search.aggregations.bucket.rangeのクラス
-
- AbstractRecyclerC<T> - org.elasticsearch.common.recyclerのクラス
-
- AbstractRecyclerC() - クラス のコンストラクタorg.elasticsearch.common.recycler.AbstractRecyclerC
-
- AbstractRefCounted - org.elasticsearch.common.util.concurrentのクラス
-
- AbstractRefCounted(String) - クラス のコンストラクタorg.elasticsearch.common.util.concurrent.AbstractRefCounted
-
- AbstractResourceWatcher<Listener> - org.elasticsearch.watcherのクラス
-
Abstract resource watcher framework, which handles adding and removing listeners
and calling resource observer.
- AbstractResourceWatcher() - クラス のコンストラクタorg.elasticsearch.watcher.AbstractResourceWatcher
-
- AbstractRunnable - org.elasticsearch.common.util.concurrentのクラス
-
An extension to runnable.
- AbstractRunnable() - クラス のコンストラクタorg.elasticsearch.common.util.concurrent.AbstractRunnable
-
- AbstractScriptParser<S extends Script> - org.elasticsearch.scriptのクラス
-
- AbstractScriptParser() - クラス のコンストラクタorg.elasticsearch.script.AbstractScriptParser
-
- AbstractSearchScript - org.elasticsearch.scriptのクラス
-
A base class for any script type that is used during the search process (custom score, aggs, and so on).
- AbstractSearchScript() - クラス のコンストラクタorg.elasticsearch.script.AbstractSearchScript
-
- AbstractSimilarityProvider - org.elasticsearch.index.similarityのクラス
-
- AbstractSimilarityProvider(String) - クラス のコンストラクタorg.elasticsearch.index.similarity.AbstractSimilarityProvider
-
Creates a new AbstractSimilarityProvider with the given name
- AbstractTDigestPercentilesAggregator - org.elasticsearch.search.aggregations.metrics.percentiles.tdigestのクラス
-
- AbstractTDigestPercentilesAggregator(String, ValuesSource.Numeric, AggregationContext, Aggregator, double[], double, boolean, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
-
- AbstractTermsParametersParser - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
- AbstractTermsParametersParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.AbstractTermsParametersParser
-
- AbstractTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- AbstractTokenFilterFactory(Index, Settings, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.AbstractTokenFilterFactory
-
- AbstractTokenizerFactory - org.elasticsearch.index.analysisのクラス
-
- AbstractTokenizerFactory(Index, Settings, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.AbstractTokenizerFactory
-
- AbstractXContentParser - org.elasticsearch.common.xcontent.supportのクラス
-
- AbstractXContentParser() - クラス のコンストラクタorg.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- accept(Throwable) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterStateTaskExecutor.TaskResult.FailureConsumer
-
- accept(T) - インタフェース のメソッドorg.elasticsearch.common.util.Consumer
-
- accept(BytesRef) - クラス のメソッドorg.elasticsearch.index.fielddata.RamAccountingTermsEnum
-
Always accept the term.
- accept(long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.LongFilter
-
- accept(BytesRef) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.StringFilter
-
- acceptedGlobalOrdinals - クラス の変数org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- acceptedGlobalOrdinals(RandomAccessOrds, ValuesSource.Bytes.WithOrdinals) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.OrdinalsFilter
-
- acceptIncomingRequests() - クラス のメソッドorg.elasticsearch.transport.TransportService
-
start accepting incoming requests.
- acceptScopingVisitor(BindingScopingVisitor<V>) - インタフェース のメソッドorg.elasticsearch.common.inject.Binding
-
Accepts a scoping visitor.
- acceptScopingVisitor(BindingScopingVisitor<V>) - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingImpl
-
- acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - インタフェース のメソッドorg.elasticsearch.common.inject.Binding
-
Accepts a target visitor.
- acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - クラス のメソッドorg.elasticsearch.common.inject.internal.ExposedBindingImpl
-
- acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - クラス のメソッドorg.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - クラス のメソッドorg.elasticsearch.common.inject.internal.LinkedBindingImpl
-
- acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - クラス のメソッドorg.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
-
- acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - クラス のメソッドorg.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- acceptTargetVisitor(BindingTargetVisitor<? super T, V>) - クラス のメソッドorg.elasticsearch.common.inject.internal.UntargettedBindingImpl
-
- acceptVisitor(ElementVisitor<V>) - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingImpl
-
- acceptVisitor(ElementVisitor<T>) - クラス のメソッドorg.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- acceptVisitor(BindingScopingVisitor<V>) - クラス のメソッドorg.elasticsearch.common.inject.internal.Scoping
-
- acceptVisitor(ElementVisitor<T>) - インタフェース のメソッドorg.elasticsearch.common.inject.spi.Element
-
Accepts an element visitor.
- acceptVisitor(ElementVisitor<R>) - クラス のメソッドorg.elasticsearch.common.inject.spi.InjectionRequest
-
- acceptVisitor(ElementVisitor<T>) - クラス のメソッドorg.elasticsearch.common.inject.spi.MembersInjectorLookup
-
- acceptVisitor(ElementVisitor<T>) - クラス のメソッドorg.elasticsearch.common.inject.spi.Message
-
- acceptVisitor(ElementVisitor<T>) - クラス のメソッドorg.elasticsearch.common.inject.spi.ProviderLookup
-
- acceptVisitor(ElementVisitor<T>) - クラス のメソッドorg.elasticsearch.common.inject.spi.ScopeBinding
-
- acceptVisitor(ElementVisitor<T>) - クラス のメソッドorg.elasticsearch.common.inject.spi.StaticInjectionRequest
-
- acceptVisitor(ElementVisitor<T>) - クラス のメソッドorg.elasticsearch.common.inject.spi.TypeConverterBinding
-
- acceptVisitor(ElementVisitor<T>) - クラス のメソッドorg.elasticsearch.common.inject.spi.TypeListenerBinding
-
- accessed(long) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- accessed(long) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- accessed(long) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- accessed(long) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- accessed(long) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- accumulateExceptions() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.TransportNodesHotThreadsAction
-
- accumulateExceptions() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction
-
- accumulateExceptions() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction
-
- accumulateExceptions() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
-
- accumulateExceptions() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
-
- accumulateExceptions() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
-
- accumulateExceptions() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction
-
- accumulateExceptions() - クラス のメソッドorg.elasticsearch.action.support.nodes.TransportNodesAction
-
- accumulateExceptions() - クラス のメソッドorg.elasticsearch.action.support.tasks.TransportTasksAction
-
- accumulateExceptions() - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayMetaState
-
- accumulateExceptions() - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards
-
- accumulateExceptions() - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData
-
- accuracy() - クラス のメソッドorg.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- accuracy(float) - クラス のメソッドorg.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- accuracy(float) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.DirectCandidateGenerator
-
Sets how similar the suggested terms at least need to be compared to
the original suggest text tokens.
- ack() - クラス のメソッドorg.elasticsearch.gateway.LocalAllocateDangledIndices.AllocateDangledResponse
-
- AckClusterStatePublishResponseHandler - 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) - クラス のコンストラクタorg.elasticsearch.discovery.AckClusterStatePublishResponseHandler
-
Creates a new AckClusterStatePublishResponseHandler
- AckedClusterStateTaskListener - org.elasticsearch.clusterのインタフェース
-
- AckedClusterStateUpdateTask<Response> - 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>) - クラス のコンストラクタorg.elasticsearch.cluster.AckedClusterStateUpdateTask
-
- AckedClusterStateUpdateTask(Priority, AckedRequest, ActionListener<Response>) - クラス のコンストラクタorg.elasticsearch.cluster.AckedClusterStateUpdateTask
-
- AckedRequest - org.elasticsearch.cluster.ackのインタフェース
-
Identifies a cluster state update request with acknowledgement support
- acknowledged() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataDeleteIndexService.Response
-
- acknowledged() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutResponse
-
- acknowledged() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.RemoveResponse
-
- AcknowledgedRequest<T extends MasterNodeRequest<T>> - org.elasticsearch.action.support.masterのクラス
-
Abstract class that allows to mark action requests that support acknowledgements.
- AcknowledgedRequest() - クラス のコンストラクタorg.elasticsearch.action.support.master.AcknowledgedRequest
-
- AcknowledgedRequest(ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.support.master.AcknowledgedRequest
-
- AcknowledgedRequestBuilder<Request extends AcknowledgedRequest<Request>,Response extends AcknowledgedResponse,RequestBuilder extends AcknowledgedRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.action.support.masterのクラス
-
Base request builder for master node operations that support acknowledgements
- AcknowledgedRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - クラス のコンストラクタorg.elasticsearch.action.support.master.AcknowledgedRequestBuilder
-
- AcknowledgedResponse - org.elasticsearch.action.support.masterのクラス
-
Abstract class that allows to mark action responses that support acknowledgements.
- AcknowledgedResponse() - クラス のコンストラクタorg.elasticsearch.action.support.master.AcknowledgedResponse
-
- AcknowledgedResponse(boolean) - クラス のコンストラクタorg.elasticsearch.action.support.master.AcknowledgedResponse
-
- AcknowledgedRestListener<T extends AcknowledgedResponse> - org.elasticsearch.rest.action.supportのクラス
-
- AcknowledgedRestListener(RestChannel) - クラス のコンストラクタorg.elasticsearch.rest.action.support.AcknowledgedRestListener
-
- ackTimeout() - クラス のメソッドorg.elasticsearch.action.support.master.AcknowledgedRequest
-
- ackTimeout() - インタフェース のメソッドorg.elasticsearch.cluster.ack.AckedRequest
-
Returns the acknowledgement timeout
- ackTimeout() - クラス のメソッドorg.elasticsearch.cluster.ack.ClusterStateUpdateRequest
-
Returns the maximum time interval to wait for acknowledgements
- ackTimeout(TimeValue) - クラス のメソッドorg.elasticsearch.cluster.ack.ClusterStateUpdateRequest
-
Sets the acknowledgement timeout
- ackTimeout() - インタフェース のメソッドorg.elasticsearch.cluster.AckedClusterStateTaskListener
-
Acknowledgement timeout, maximum time interval to wait for acknowledgements
- ackTimeout() - クラス のメソッドorg.elasticsearch.cluster.AckedClusterStateUpdateTask
-
Acknowledgement timeout, maximum time interval to wait for acknowledgements
- acos(Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- acos(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- acos(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- acos(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- acos(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- acquire(T) - クラス のメソッドorg.elasticsearch.common.util.concurrent.KeyedLock
-
- acquire() - クラス のメソッドorg.elasticsearch.common.util.concurrent.ReleasableLock
-
- acquireFSLockForPaths(Settings, Path...) - クラス のstaticメソッドorg.elasticsearch.env.NodeEnvironment
-
Acquires, then releases, all write.lock files in the given
shard paths.
- acquireSearcher(String) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
Returns a new searcher instance.
- acquireSearcher(String, boolean) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
- acquireSearcher(String) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- acquireThrottle() - クラス のメソッドorg.elasticsearch.index.engine.Engine.IndexThrottle
-
- Action<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.actionのクラス
-
Base action.
- Action(String) - クラス のコンストラクタorg.elasticsearch.action.Action
-
- action - クラス の変数org.elasticsearch.action.ActionRequestBuilder
-
- action() - クラス のメソッドorg.elasticsearch.action.update.UpdateHelper.Result
-
- action() - 例外 のメソッドorg.elasticsearch.transport.ActionNotFoundTransportException
-
- action() - 例外 のメソッドorg.elasticsearch.transport.ActionTransportException
-
The action to invoke.
- action() - クラス のメソッドorg.elasticsearch.transport.DelegatingTransportChannel
-
- action() - クラス のメソッドorg.elasticsearch.transport.local.LocalTransportChannel
-
- action() - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransportChannel
-
- action() - インタフェース のメソッドorg.elasticsearch.transport.TransportChannel
-
- ACTION_NAME - クラス のstatic変数org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
-
- ACTION_NAME - クラス のstatic変数org.elasticsearch.action.bulk.TransportShardBulkAction
-
- ACTION_NAME - クラス のstatic変数org.elasticsearch.cluster.action.index.NodeMappingRefreshAction
-
- ACTION_NAME - クラス のstatic変数org.elasticsearch.discovery.zen.ping.unicast.UnicastZenPing
-
- ACTION_NAME - クラス のstatic変数org.elasticsearch.discovery.zen.publish.PublishClusterStateAction
-
- ACTION_NAME - クラス のstatic変数org.elasticsearch.gateway.LocalAllocateDangledIndices
-
- ACTION_NAME - クラス のstatic変数org.elasticsearch.gateway.TransportNodesListGatewayMetaState
-
- ACTION_NAME - クラス のstatic変数org.elasticsearch.gateway.TransportNodesListGatewayStartedShards
-
- ACTION_NAME - クラス のstatic変数org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData
-
- ACTION_NAME - クラス のstatic変数org.elasticsearch.repositories.VerifyNodeRepositoryAction
-
- ACTION_SHARD_EXISTS - クラス のstatic変数org.elasticsearch.indices.store.IndicesStore
-
- ActionFilter - org.elasticsearch.action.supportのインタフェース
-
A filter allowing to filter transport actions
- ActionFilter.Simple - org.elasticsearch.action.supportのクラス
-
A simple base class for injectable action filters that spares the implementation from handling the
filter chain.
- ActionFilterChain - org.elasticsearch.action.supportのインタフェース
-
A filter chain allowing to continue and process the transport action request
- ActionFilters - org.elasticsearch.action.supportのクラス
-
- ActionFilters(Set<ActionFilter>) - クラス のコンストラクタorg.elasticsearch.action.support.ActionFilters
-
- ActionFuture<T> - org.elasticsearch.actionのインタフェース
-
An extension to
Future allowing for simplified "get" operations.
- actionGet() - インタフェース のメソッドorg.elasticsearch.action.ActionFuture
-
- actionGet(String) - インタフェース のメソッドorg.elasticsearch.action.ActionFuture
-
- actionGet(long) - インタフェース のメソッドorg.elasticsearch.action.ActionFuture
-
- actionGet(long, TimeUnit) - インタフェース のメソッドorg.elasticsearch.action.ActionFuture
-
- actionGet(TimeValue) - インタフェース のメソッドorg.elasticsearch.action.ActionFuture
-
- actionGet() - クラス のメソッドorg.elasticsearch.action.support.AdapterActionFuture
-
- actionGet(String) - クラス のメソッドorg.elasticsearch.action.support.AdapterActionFuture
-
- actionGet(long) - クラス のメソッドorg.elasticsearch.action.support.AdapterActionFuture
-
- actionGet(TimeValue) - クラス のメソッドorg.elasticsearch.action.support.AdapterActionFuture
-
- actionGet(long, TimeUnit) - クラス のメソッドorg.elasticsearch.action.support.AdapterActionFuture
-
- ActionListener<Response> - org.elasticsearch.actionのインタフェース
-
A listener for action responses or failures.
- ActionListenerResponseHandler<Response extends TransportResponse> - 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>) - クラス のコンストラクタorg.elasticsearch.action.ActionListenerResponseHandler
-
- ActionModule - org.elasticsearch.actionのクラス
-
- ActionModule(boolean) - クラス のコンストラクタorg.elasticsearch.action.ActionModule
-
- actionName - クラス の変数org.elasticsearch.action.support.TransportAction
-
- ActionNotFoundTransportException - org.elasticsearch.transportの例外
-
An exception indicating that a transport action was not found.
- ActionNotFoundTransportException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.transport.ActionNotFoundTransportException
-
- ActionNotFoundTransportException(String) - 例外 のコンストラクタorg.elasticsearch.transport.ActionNotFoundTransportException
-
- ActionRequest<T extends ActionRequest> - org.elasticsearch.actionのクラス
-
- ActionRequest() - クラス のコンストラクタorg.elasticsearch.action.ActionRequest
-
- ActionRequest(ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.ActionRequest
-
- ActionRequestBuilder<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.actionのクラス
-
- ActionRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - クラス のコンストラクタorg.elasticsearch.action.ActionRequestBuilder
-
- ActionRequestValidationException - org.elasticsearch.actionの例外
-
- ActionRequestValidationException() - 例外 のコンストラクタorg.elasticsearch.action.ActionRequestValidationException
-
- ActionResponse - org.elasticsearch.actionのクラス
-
Base class for responses to action requests.
- ActionResponse() - クラス のコンストラクタorg.elasticsearch.action.ActionResponse
-
- ActionRunnable<Response> - org.elasticsearch.actionのクラス
-
- ActionRunnable(ActionListener<Response>) - クラス のコンストラクタorg.elasticsearch.action.ActionRunnable
-
- actions() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesClusterStateUpdateRequest
-
Returns the alias actions to be performed
- actions(AliasAction[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesClusterStateUpdateRequest
-
Sets the alias actions to be executed
- Actions() - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoverySource.Actions
-
- Actions() - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryTarget.Actions
-
- ActionTransportException - org.elasticsearch.transportの例外
-
An action invocation failure.
- ActionTransportException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.transport.ActionTransportException
-
- ActionTransportException(String, TransportAddress, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.transport.ActionTransportException
-
- ActionTransportException(String, TransportAddress, String, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.transport.ActionTransportException
-
- actionType() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- actionType() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- ActionWriteResponse - org.elasticsearch.actionのクラス
-
Base class for write action responses.
- ActionWriteResponse() - クラス のコンストラクタorg.elasticsearch.action.ActionWriteResponse
-
- ActionWriteResponse.ShardInfo - org.elasticsearch.actionのクラス
-
- ActionWriteResponse.ShardInfo.Failure - org.elasticsearch.actionのクラス
-
- activate() - クラス のメソッドorg.elasticsearch.index.engine.Engine.IndexThrottle
-
Activate throttling, which switches the lock to be a real lock
- activateOptions() - クラス のメソッドorg.elasticsearch.common.logging.log4j.ConsoleAppender
-
Prepares the appender for use.
- activateThrottling() - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- active() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
- active() - クラス のメソッドorg.elasticsearch.index.mapper.internal.ParentFieldMapper
-
- activeInitializingShardsIt(int) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns an iterator over active and initializing shards.
- activeInitializingShardsRandomIt() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns an iterator over active and initializing shards.
- activeOnly() - クラス のメソッドorg.elasticsearch.action.admin.indices.recovery.RecoveryRequest
-
True if activeOnly flag is set, false otherwise.
- activeOnly(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.recovery.RecoveryRequest
-
Set value of the activeOnly flag.
- activePrimary(ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
Returns the active primary shard for the given ShardRouting or null if
no primary is found or the primary is not active.
- activePrimaryShardsGrouped(String[], boolean) - クラス のメソッド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).
- activeReplica(ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
Returns one active replica shard for the given ShardRouting shard ID or null if
no active replica is found.
- activeShards() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns a
List of active shards
- activityTimeout() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySettings
-
- actualSizeToRead() - クラス のメソッドorg.elasticsearch.common.lucene.store.InputStreamIndexInput
-
- Adapter() - クラス のコンストラクタorg.elasticsearch.transport.TransportService.Adapter
-
- AdapterActionFuture<T,L> - org.elasticsearch.action.supportのクラス
-
- AdapterActionFuture() - クラス のコンストラクタorg.elasticsearch.action.support.AdapterActionFuture
-
- add(AllocationCommand...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
-
Adds allocation commands to be applied to the cluster.
- add(AllocationCommand...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
-
Adds allocation commands to be applied to the cluster.
- add(CommonStats) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- add(IndexRequest) - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor
-
- add(DeleteRequest) - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor
-
- add(ActionRequest) - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor
-
Adds either a delete or an index request.
- add(ActionRequest, Object) - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor
-
- add(BytesReference, String, String) - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor
-
- add(BytesReference, String, String, Object) - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor
-
- add(ActionRequest...) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
Adds a list of requests to be executed.
- add(ActionRequest) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
- add(ActionRequest, Object) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
Add a request to the current BulkRequest.
- add(Iterable<ActionRequest>) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
Adds a list of requests to be executed.
- add(IndexRequest) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
- add(IndexRequest, Object) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
- add(UpdateRequest) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
- add(UpdateRequest, Object) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
- add(DeleteRequest) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
- add(DeleteRequest, Object) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
- add(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
Adds a framed data in binary format
- add(byte[], int, int, String, String) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
Adds a framed data in binary format
- add(BytesReference, String, String) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
Adds a framed data in binary format
- add(BytesReference, String, String, boolean) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
Adds a framed data in binary format
- add(BytesReference, String, String, String, String[], Object, boolean) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
- add(IndexRequest) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequestBuilder
-
- add(IndexRequestBuilder) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequestBuilder
-
- add(DeleteRequest) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequestBuilder
-
- add(DeleteRequestBuilder) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequestBuilder
-
- add(UpdateRequest) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequestBuilder
-
- add(UpdateRequestBuilder) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequestBuilder
-
- add(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequestBuilder
-
Adds a framed data in binary format
- add(byte[], int, int, String, String) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequestBuilder
-
Adds a framed data in binary format
- add(MultiGetRequest.Item) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- add(String, String, String) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- add(String, String, String[], FetchSourceContext, byte[], int, int) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- add(String, String, String[], FetchSourceContext, BytesReference) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- add(String, String, String[], FetchSourceContext, BytesReference, boolean) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- add(String, String, String[], FetchSourceContext, String, BytesReference, boolean) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- add(String, String, String) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequestBuilder
-
- add(String, String, Iterable<String>) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequestBuilder
-
- add(String, String, String...) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequestBuilder
-
- add(MultiGetRequest.Item) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequestBuilder
-
- add(int, GetResponse) - クラス のメソッドorg.elasticsearch.action.get.MultiGetShardResponse
-
- add(int, MultiGetResponse.Failure) - クラス のメソッドorg.elasticsearch.action.get.MultiGetShardResponse
-
- add(PercolateRequestBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateRequest
-
Embeds a percolate request to this multi percolate request
- add(PercolateRequest) - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateRequest
-
Embeds a percolate request to this multi percolate request
- add(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateRequest
-
Embeds a percolate request which request body is defined as raw bytes to this multi percolate request
- add(BytesReference, boolean) - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateRequest
-
Embeds a percolate request which request body is defined as raw bytes to this multi percolate request
- add(PercolateRequest) - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateRequestBuilder
-
Bundles the specified percolate request to the multi percolate request.
- add(PercolateRequestBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateRequestBuilder
-
Bundles the specified percolate request build to the multi percolate request.
- add(TransportShardMultiPercolateAction.Request.Item) - クラス のメソッドorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Request
-
- add(SearchRequestBuilder) - クラス のメソッドorg.elasticsearch.action.search.MultiSearchRequest
-
Add a search request to execute.
- add(SearchRequest) - クラス のメソッドorg.elasticsearch.action.search.MultiSearchRequest
-
Add a search request to execute.
- add(byte[], int, int, boolean, String[], String[], String) - クラス のメソッドorg.elasticsearch.action.search.MultiSearchRequest
-
- add(BytesReference, boolean, String[], String[], String, IndicesOptions) - クラス のメソッドorg.elasticsearch.action.search.MultiSearchRequest
-
- add(BytesReference, boolean, String[], String[], String, String, IndicesOptions, boolean) - クラス のメソッドorg.elasticsearch.action.search.MultiSearchRequest
-
- add(SearchRequest) - クラス のメソッドorg.elasticsearch.action.search.MultiSearchRequestBuilder
-
Add a search request to execute.
- add(SearchRequestBuilder) - クラス のメソッドorg.elasticsearch.action.search.MultiSearchRequestBuilder
-
Add a search request to execute.
- add(TermVectorsRequest) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- add(String, String, String) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- add(TermVectorsRequest, BytesReference) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- add(String, String, Iterable<String>) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsRequestBuilder
-
- add(String, String, String...) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsRequestBuilder
-
- add(TermVectorsRequest) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsRequestBuilder
-
- add(int, TermVectorsRequest) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
-
- add(int, TermVectorsResponse) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsShardResponse
-
- add(int, MultiTermVectorsResponse.Failure) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsShardResponse
-
- add(NodeIndexDeletedAction.Listener) - クラス のメソッドorg.elasticsearch.cluster.action.index.NodeIndexDeletedAction
-
- add(ClusterStateListener) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
Adds a listener for updated cluster states.
- add(LocalNodeMasterListener) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
Add a listener for on/off local node master events
- add(TimeValue, TimeoutClusterStateListener) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
Adds a cluster state listener that will timeout after the provided timeout,
and is executed after the clusterstate has been successfully applied ie. is
in state
ClusterState.ClusterStateStatus.APPLIED
NOTE: a
null timeout means that the listener will never be removed
automatically
- add(ShardId, AllocationExplanation.NodeExplanation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.AllocationExplanation
-
Create and add a node explanation to this explanation referencing a shard
- add(AllocationCommand...) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
Adds a set of commands to this collection
- add(Decision) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
-
- add(RerouteExplanation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RoutingExplanations
-
- add(ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
- add(IndexRoutingTable) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable.Builder
-
- add(IndexRoutingTable.Builder) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable.Builder
-
- add(ClusterStateListener) - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- add(LocalNodeMasterListener) - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- add(TimeValue, TimeoutClusterStateListener) - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- add(String) - クラス のメソッドorg.elasticsearch.common.blobstore.BlobPath
-
- add(String, Object) - クラス のメソッドorg.elasticsearch.common.inject.internal.ToStringBuilder
-
- add(Module...) - クラス のメソッドorg.elasticsearch.common.inject.ModulesBuilder
-
- add(Term) - クラス のメソッドorg.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
Add a single term at the next position in the phrase.
- add(Term[]) - クラス のメソッドorg.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
Add multiple terms at the next position in the phrase.
- add(Term[], int) - クラス のメソッドorg.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
Allows to specify the relative position of terms within the phrase.
- add(LeafReader) - クラス のメソッドorg.elasticsearch.common.lucene.ShardCoreKeyMap
-
Register a LeafReader.
- add(BytesRef, int) - クラス のメソッドorg.elasticsearch.common.util.BytesRefHash
-
Try to add key.
- add(BytesRef) - クラス のメソッドorg.elasticsearch.common.util.BytesRefHash
-
- add(long) - クラス のメソッドorg.elasticsearch.common.util.LongHash
-
Try to add key.
- add(QueryCacheStats) - クラス のメソッドorg.elasticsearch.index.cache.query.QueryCacheStats
-
- add(RequestCacheStats) - クラス のメソッドorg.elasticsearch.index.cache.request.RequestCacheStats
-
- add(long, long) - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- add(SegmentsStats) - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- add(FieldDataStats) - クラス のメソッドorg.elasticsearch.index.fielddata.FieldDataStats
-
- add(long, long) - クラス のメソッドorg.elasticsearch.index.flush.FlushStats
-
- add(FlushStats) - クラス のメソッドorg.elasticsearch.index.flush.FlushStats
-
- add(GetStats) - クラス のメソッドorg.elasticsearch.index.get.GetStats
-
- add(IndexingStats) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats
-
- add(IndexingStats, boolean) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats
-
- add(IndexingStats.Stats) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- add(String) - クラス のメソッドorg.elasticsearch.index.mapper.ContentPath
-
- add(byte[]) - クラス のメソッドorg.elasticsearch.index.mapper.core.BinaryFieldMapper.CustomBinaryDocValuesField
-
- add(double) - クラス のメソッドorg.elasticsearch.index.mapper.core.DoubleFieldMapper.CustomDoubleNumericDocValuesField
-
- add(float) - クラス のメソッドorg.elasticsearch.index.mapper.core.FloatFieldMapper.CustomFloatNumericDocValuesField
-
- add(long) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.CustomLongNumericDocValuesField
-
- add(String) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.CopyTo.Builder
-
- add(Mapper.Builder) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.MultiFields.Builder
-
- add(double, double) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoPointFieldMapperLegacy.CustomGeoPointDocValuesField
-
- add(Mapper.Builder) - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper.Builder
-
- add(DynamicTemplate) - クラス のメソッドorg.elasticsearch.index.mapper.object.RootObjectMapper.Builder
-
- add(DynamicTemplate...) - クラス のメソッドorg.elasticsearch.index.mapper.object.RootObjectMapper.Builder
-
- add(IndexableField) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.Document
-
- add(long, long, long, long, long, long, long, long, long, double) - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
- add(MergeStats) - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
- add(PercolateStats) - クラス のメソッドorg.elasticsearch.index.percolator.stats.PercolateStats
-
- add(QueryBuilder) - クラス のメソッドorg.elasticsearch.index.query.AndQueryBuilder
-
非推奨です。
Adds a filter to the list of filters to "and".
- add(QueryBuilder) - クラス のメソッドorg.elasticsearch.index.query.DisMaxQueryBuilder
-
Add a sub-query to this disjunction.
- add(QueryBuilder, ScoreFunctionBuilder) - クラス のメソッドorg.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Adds a score function that will will execute the function scoreFunctionBuilder on all documents matching the filter.
- add(ScoreFunctionBuilder) - クラス のメソッドorg.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Adds a score function that will will execute the function scoreFunctionBuilder on all documents.
- add(QueryBuilder) - クラス のメソッドorg.elasticsearch.index.query.OrQueryBuilder
-
非推奨です。
Adds a filter to the list of filters to "or".
- add(RecoveryStats) - クラス のメソッドorg.elasticsearch.index.recovery.RecoveryStats
-
- add(long, long) - クラス のメソッドorg.elasticsearch.index.refresh.RefreshStats
-
- add(RefreshStats) - クラス のメソッドorg.elasticsearch.index.refresh.RefreshStats
-
- add(SearchStats) - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats
-
- add(SearchStats, boolean) - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats
-
- add(SearchStats.Stats) - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- add(DocsStats) - クラス のメソッドorg.elasticsearch.index.shard.DocsStats
-
- add(StoreFileMetaData) - クラス のメソッドorg.elasticsearch.index.store.Store.LegacyChecksums
-
- add(StoreStats) - クラス のメソッドorg.elasticsearch.index.store.StoreStats
-
- add(SuggestStats) - クラス のメソッドorg.elasticsearch.index.suggest.stats.SuggestStats
-
- add(BytesReference) - クラス のメソッドorg.elasticsearch.index.translog.BufferingTranslogWriter
-
- add(Translog.Operation) - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
Adds a created / delete / index operations to the transaction log.
- add(TranslogStats) - クラス のメソッドorg.elasticsearch.index.translog.TranslogStats
-
- add(BytesReference) - クラス のメソッドorg.elasticsearch.index.translog.TranslogWriter
-
add the given bytes to the translog and return the location they were written at
- add(long, long, long) - クラス のメソッドorg.elasticsearch.index.warmer.WarmerStats
-
- add(WarmerStats) - クラス のメソッドorg.elasticsearch.index.warmer.WarmerStats
-
- add(FsInfo.Path) - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo.Path
-
- add(ScriptStats) - クラス のメソッドorg.elasticsearch.script.ScriptStats
-
- add(FieldDataFieldsContext.FieldDataField) - クラス のメソッドorg.elasticsearch.search.fetch.fielddata.FieldDataFieldsContext
-
- add(ScriptFieldsContext.ScriptField) - クラス のメソッドorg.elasticsearch.search.fetch.script.ScriptFieldsContext
-
- add(CompletionStats) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionStats
-
- add(W) - クラス のメソッドorg.elasticsearch.watcher.ResourceWatcherService
-
Register new resource watcher that will be checked in default
MEDIUM frequency
- add(W, ResourceWatcherService.Frequency) - クラス のメソッドorg.elasticsearch.watcher.ResourceWatcherService
-
Register new resource watcher that will be checked in the given frequency
- ADD_NODE_ID_TO_CUSTOM_PATH - クラス のstatic変数org.elasticsearch.env.NodeEnvironment
-
- addAddressType(TransportAddress) - クラス のstaticメソッドorg.elasticsearch.common.transport.TransportAddressSerializers
-
- addAggregation(AbstractAggregationBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- addAggregation(AbstractAggregationBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder
-
Add an aggregation definition.
- addAggregation(AbstractAggregationBuilder) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Adds an get to the search operation.
- addAggregator(AggregatorFactory) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorFactories.Builder
-
- addAlias(String, String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
Adds an alias to the index.
- addAlias(String, Map<String, Object>, String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
Adds an alias to the index.
- addAlias(String, QueryBuilder, String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
Adds an alias to the index.
- addAlias(String, String) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(String[], String) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(String, String, String) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(String[], String, String) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(String[], String, Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(String, String, Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(String[], String, QueryBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(String, String, QueryBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias to the index.
- addAlias(Alias) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Adds an alias that will be associated with the index when it gets created
- addAlias(Alias) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Adds an alias that will be added when the index template gets created.
- addAliasAction(IndicesAliasesRequest.AliasActions) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
- addAliasAction(AliasAction) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
- addAliasAction(AliasAction) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias action to the request.
- addAliasAction(IndicesAliasesRequest.AliasActions) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Adds an alias action to the request.
- addAliases(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
-
- addAnalyzer(String, Class<? extends AnalyzerProvider>) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisModule
-
- addAsFromCloseToOpen(IndexMetaData) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable.Builder
-
- addAsFromDangling(IndexMetaData) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable.Builder
-
- addAsNew(IndexMetaData) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable.Builder
-
- addAsNewRestore(IndexMetaData, RestoreSource, IntSet) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable.Builder
-
- addAsRecovery(IndexMetaData) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable.Builder
-
- addAsRestore(IndexMetaData, RestoreSource) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable.Builder
-
- addBinding(K) - クラス のメソッドorg.elasticsearch.common.inject.multibindings.MapBinder
-
Returns a binding builder used to add a new entry in the map.
- addBinding(K) - クラス のメソッドorg.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder
-
This creates two bindings.
- addBinding() - クラス のメソッドorg.elasticsearch.common.inject.multibindings.Multibinder
-
Returns a binding builder used to add a new element in the set.
- addBinding() - クラス のメソッドorg.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
-
- addBitsetMemoryInBytes(long) - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- addBlocks(IndexMetaData) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks.Builder
-
- addCandidateGenerator(PhraseSuggestionBuilder.CandidateGenerator) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- addCandidates(List<DirectCandidateGenerator.Candidate>) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.CandidateSet
-
- addCategory(String, CharSequence...) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
Setup a Category for suggestions.
- addCategory(String, Iterable<? extends CharSequence>) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
Setup a Category for suggestions.
- addCell(Object) - クラス のメソッドorg.elasticsearch.common.Table
-
- addCell(Object, String) - クラス のメソッドorg.elasticsearch.common.Table
-
- addCharFilter(String, Class<? extends CharFilterFactory>) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisModule
-
- addChild(PathTrie<T>.TrieNode<T>) - クラス のメソッドorg.elasticsearch.common.path.PathTrie.TrieNode
-
- addConnectionListener(TransportConnectionListener) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- addContextField(String, CharSequence...) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
Setup a Context Field for suggestions.
- addContextField(String, Iterable<? extends CharSequence>) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
Setup a Context Field for suggestions.
- addCustom(IndexMetaData.Custom) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Adds custom metadata to the index to be created.
- addCustomAttributeProvider(DiscoveryNodeService.CustomAttributesProvider) - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodeService
-
- addCustomFields(XContentBuilder, T) - クラス のメソッドorg.elasticsearch.rest.action.support.AcknowledgedRestListener
-
Adds api specific fields to the rest response
Does nothing by default but can be overridden by subclasses
- addCustomNameResolver(NetworkService.CustomNameResolver) - クラス のメソッドorg.elasticsearch.common.network.NetworkService
-
Add a custom name resolver.
- addDefaultLocation(String) - クラス のメソッドorg.elasticsearch.search.suggest.context.GeolocationContextMapping.Builder
-
Set a default location that should be used, if no location is
provided by the query
- addDefaultLocation(double, double) - クラス のメソッドorg.elasticsearch.search.suggest.context.GeolocationContextMapping.Builder
-
Set a default location that should be used, if no location is
provided by the query
- addDefaultLocations(Collection<String>) - クラス のメソッドorg.elasticsearch.search.suggest.context.GeolocationContextMapping.Builder
-
Set a default location that should be used, if no location is
provided by the query
- addDefaultUnitsIfNeeded(Set<String>, Set<String>, ESLogger, Settings) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.MetaData
-
As of 2.0 we require units for time and byte-sized settings.
- addDefaultUnitsIfNeeded(ESLogger, MetaData) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.MetaData
-
As of 2.0 we require units for time and byte-sized settings.
- addDefaultValue(CharSequence) - クラス のメソッドorg.elasticsearch.search.suggest.context.CategoryContextMapping.Builder
-
Add value to the default values of the mapping
- addDefaultValues(CharSequence...) - クラス のメソッドorg.elasticsearch.search.suggest.context.CategoryContextMapping.Builder
-
Add set of default values to the mapping
- addDefaultValues(Iterable<? extends CharSequence>) - クラス のメソッドorg.elasticsearch.search.suggest.context.CategoryContextMapping.Builder
-
Add set of default values to the mapping
- addDiscoveryType(String, Class<? extends Discovery>) - クラス のメソッドorg.elasticsearch.discovery.DiscoveryModule
-
Adds a custom Discovery type.
- addDoc(int) - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Associates the given document id with the current ordinal.
- addDoc(ParseContext.Document) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- addDoc(ParseContext.Document) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- addDocValue(ParseContext, List<Field>, long) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper
-
- addDocValuesMemoryInBytes(long) - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- addDynamicMappingsUpdate(Mapper) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
Add a dynamic update to the root object mapper.
- addDynamicMappingsUpdate(Mapper) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- addDynamicMappingsUpdate(Mapping) - クラス のメソッドorg.elasticsearch.index.mapper.ParsedDocument
-
- added() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes.Delta
-
- addedNodes() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes.Delta
-
- addedQuery(BytesRef, Query, Query) - クラス のメソッドorg.elasticsearch.index.percolator.stats.ShardPercolateService
-
- addElectMasterService(String, Class<? extends ElectMasterService>) - クラス のメソッドorg.elasticsearch.discovery.DiscoveryModule
-
Adds a custom zen master service type.
- addError(String, Object...) - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
- addError(Throwable) - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
- addError(Message) - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
- addError(String, Object...) - インタフェース のメソッドorg.elasticsearch.common.inject.Binder
-
Records an error message which will be presented to the user at a later
time.
- addError(Throwable) - インタフェース のメソッド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) - インタフェース のメソッドorg.elasticsearch.common.inject.Binder
-
Records an error message to be presented to the user at a later time.
- addError(String, Object...) - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
- addError(Throwable) - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
- addError(Message) - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
- addError(String, Object...) - インタフェース のメソッド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) - インタフェース のメソッド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) - インタフェース のメソッドorg.elasticsearch.common.inject.spi.TypeEncounter
-
Records an error message to be presented to the user at a later time.
- addEstimateBytesAndMaybeBreak(long, String) - クラス のメソッド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) - インタフェース のメソッドorg.elasticsearch.common.breaker.CircuitBreaker
-
add bytes to the breaker and maybe trip
- addEstimateBytesAndMaybeBreak(long, String) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.common.breaker.NoopCircuitBreaker
-
- addExposureBuilder(ExposureBuilder<?>) - クラス のメソッドorg.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- addFailedEngineListener(Engine.FailedEngineListener) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- addFailure(String) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTableValidation
-
- addFeatures(GetIndexRequest.Feature...) - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexRequest
-
- addFeatures(GetIndexRequest.Feature...) - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexRequestBuilder
-
- addField(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Adds a field to load and return (note, it must be stored) as part of the search request.
- addField(String) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Adds a field to loaded and returned.
- addFieldDataField(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Adds a field data based field to load and return.
- addFieldDataField(String) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Adds a field data based field to load and return.
- addFieldDataField(String) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Adds a field data based field to load and return.
- addFields(String...) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Adds the fields to load and return as part of the search request.
- addFieldStringsFromParameter(TermVectorsRequest, String) - クラス のstaticメソッドorg.elasticsearch.rest.action.termvectors.RestTermVectorsAction
-
- addFileDetail(String, long, boolean) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- addFilter(String) - クラス のメソッドorg.elasticsearch.common.settings.SettingsFilter
-
Adds a new simple pattern to the list of filters
- addFilterSettingParams(RestRequest) - クラス のメソッドorg.elasticsearch.common.settings.SettingsFilter
-
- addFirst(ClusterStateListener) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
Adds a priority listener for updated cluster states.
- addFirst(ClusterStateListener) - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- addGeoLocation(String, double, double, int...) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
Setup a Geolocation for suggestions.
- addGeoLocation(String, String) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
Setup a Geolocation for suggestions.
- addGeoLocationWithPrecision(String, double, double, String...) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
Setup a Geolocation for suggestions.
- addGlobalBlock(ClusterBlock) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks.Builder
-
- addHeader(String, String...) - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
Adds a new header with the given key.
- addHeader(String, List<String>) - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
Adds a new header with the given key.
- addHeader(String, String) - クラス のメソッドorg.elasticsearch.rest.RestResponse
-
Add a custom header.
- addHighlightedField(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Adds a field to be highlighted with default fragment size of 100 characters, and
default number of fragments of 5.
- addHighlightedField(String, int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Adds a field to be highlighted with a provided fragment size (in characters), and
default number of fragments of 5.
- addHighlightedField(String, int, int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Adds a field to be highlighted with a provided fragment size (in characters), and
a provided (maximum) number of fragments.
- addHighlightedField(String, int, int, int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Adds a field to be highlighted with a provided fragment size (in characters),
a provided (maximum) number of fragments and an offset for the highlight.
- addHighlightedField(HighlightBuilder.Field) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Adds a highlighted field.
- addHighlightedField(String) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Adds a field to be highlighted with default fragment size of 100 characters, and
default number of fragments of 5.
- addHighlightedField(String, int) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Adds a field to be highlighted with a provided fragment size (in characters), and
default number of fragments of 5.
- addHighlightedField(String, int, int) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Adds a field to be highlighted with a provided fragment size (in characters), and
a provided (maximum) number of fragments.
- addHighlightedField(String, int, int, int) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Adds a field to be highlighted with a provided fragment size (in characters),
a provided (maximum) number of fragments and an offset for the highlight.
- addHighlightedField(HighlightBuilder.Field) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Adds a highlighted field.
- addHighlightedField(String) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Adds a field to be highlighted with default fragment size of 100 characters, and
default number of fragments of 5.
- addHighlightedField(String, int) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Adds a field to be highlighted with a provided fragment size (in characters), and
default number of fragments of 5.
- addHighlightedField(String, int, int) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Adds a field to be highlighted with a provided fragment size (in characters), and
a provided (maximum) number of fragments.
- addHighlightedField(String, int, int, int) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Adds a field to be highlighted with a provided fragment size (in characters),
a provided (maximum) number of fragments and an offset for the highlight.
- addHighlightedField(HighlightBuilder.Field) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Adds a highlighted field.
- addHostsProvider(UnicastHostsProvider) - クラス のメソッドorg.elasticsearch.discovery.zen.ping.unicast.UnicastZenPing
-
- addHumanReadableSettings(Settings) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
Adds human readable version and creation date settings.
- addIds(String...) - クラス のメソッドorg.elasticsearch.index.query.IdsQueryBuilder
-
Adds ids to the filter.
- addIds(Collection<String>) - クラス のメソッドorg.elasticsearch.index.query.IdsQueryBuilder
-
Adds ids to the filter.
- addIgnoreShardForNode(ShardId, String) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- addIndexBlock(String, ClusterBlock) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks.Builder
-
- addIndexBoost(String, float) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the boost a specific index will receive when the query is executeed against it.
- addIndexFailure(String, String) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTableValidation
-
- addIndexShard(IndexShardRoutingTable) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
- addIndexShardCount(ClusterStatsIndices.ShardStats) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
- addIndexStore(String, Class<? extends IndexStore>) - クラス のメソッドorg.elasticsearch.index.store.IndexStoreModule
-
- addIndexWriterMaxMemoryInBytes(long) - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- addIndexWriterMemoryInBytes(long) - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- addIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
-
- addIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
- addIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
-
- addIndices(String...) - クラス のメソッドorg.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
-
- addInitialStateBlock(ClusterBlock) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
Adds an initial block to be set on the first cluster state created.
- addInitialStateBlock(ClusterBlock) - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- addInnerHit(String, InnerHitsBuilder.InnerHit) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- addInnerHit(String, InnerHitsBuilder.InnerHit) - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsBuilder
-
- addInnerHit(String, InnerHitsBuilder.InnerHit) - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsBuilder.InnerHit
-
Adds a nested inner hit definition that collects inner hits for hits
on this inner hit level.
- addInnerHitDefinition(String, InnerHitsContext.BaseInnerHits) - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsContext
-
- addInnerHitDefinitions(Map<String, InnerHitsContext.BaseInnerHits>) - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsContext
-
- addInnerHits(String, InnerHitsContext.BaseInnerHits) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- addIntegerFields(ParseContext, List<Field>, int, float) - クラス のメソッドorg.elasticsearch.index.mapper.core.IntegerFieldMapper
-
- addItem(MoreLikeThisQueryBuilder.Item...) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
非推奨です。
- additionalSettings() - クラス のメソッドorg.elasticsearch.plugins.Plugin
-
Additional node settings loaded by the plugin.
- addLast(ClusterStateListener) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
Adds last listener.
- addLast(ClusterStateListener) - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- addLifecycleListener(LifecycleListener) - クラス のメソッドorg.elasticsearch.common.component.AbstractLifecycleComponent
-
- addLifecycleListener(LifecycleListener) - インタフェース のメソッドorg.elasticsearch.common.component.LifecycleComponent
-
- addLikeItem(MoreLikeThisQueryBuilder.Item...) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Adds a document to use in order to find documents that are "like" this.
- addLikeText(String...) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Adds some text to use in order to find documents that are "like" this.
- addListener(ActionListener<T>) - インタフェース のメソッドorg.elasticsearch.action.ListenableActionFuture
-
Add an action listener to be invoked when a response has received.
- addListener(ActionListener<T>) - クラス のメソッドorg.elasticsearch.action.support.AbstractListenableActionFuture
-
- addListener() - 列挙型 のメソッドorg.elasticsearch.action.ThreadingModel
-
- addListener(ClusterInfoService.Listener) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterInfoService
-
Add a listener that will be called every time new information is gathered
- addListener(ClusterInfoService.Listener) - クラス のメソッドorg.elasticsearch.cluster.EmptyClusterInfoService
-
- addListener(ClusterInfoService.Listener) - クラス のメソッドorg.elasticsearch.cluster.InternalClusterInfoService
-
- addListener(InitialStateDiscoveryListener) - インタフェース のメソッドorg.elasticsearch.discovery.Discovery
-
- addListener(InitialStateDiscoveryListener) - クラス のメソッドorg.elasticsearch.discovery.local.LocalDiscovery
-
- addListener(MasterFaultDetection.Listener) - クラス のメソッドorg.elasticsearch.discovery.zen.fd.MasterFaultDetection
-
- addListener(NodesFaultDetection.Listener) - クラス のメソッドorg.elasticsearch.discovery.zen.fd.NodesFaultDetection
-
- addListener(InitialStateDiscoveryListener) - クラス のメソッドorg.elasticsearch.discovery.zen.ZenDiscovery
-
- addListener(IndexingOperationListener) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- addListener(IndexSettingsService.Listener) - クラス のメソッドorg.elasticsearch.index.settings.IndexSettingsService
-
Only settings registered in
ClusterModule can be changed dynamically.
- addListener(IndicesLifecycle.Listener) - インタフェース のメソッドorg.elasticsearch.indices.IndicesLifecycle
-
Add a listener.
- addListener(IndicesWarmer.Listener) - クラス のメソッドorg.elasticsearch.indices.IndicesWarmer
-
- addListener(IndicesLifecycle.Listener) - クラス のメソッドorg.elasticsearch.indices.InternalIndicesLifecycle
-
- addListener(NodeSettingsService.Listener) - クラス のメソッドorg.elasticsearch.node.settings.NodeSettingsService
-
Only settings registered in
ClusterModule can be changed dynamically.
- addListener(ActionListener<RestoreService.RestoreCompletionResponse>) - クラス のメソッドorg.elasticsearch.snapshots.RestoreService
-
Adds restore completion listener
This listener is called for each snapshot that finishes restore operation in the cluster.
- addListener(SnapshotsService.SnapshotCompletionListener) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService
-
Adds snapshot completion listener
- addListener(Listener) - クラス のメソッドorg.elasticsearch.watcher.AbstractResourceWatcher
-
Registers new listener
- addMapping(String, String) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Adds mapping that will be added when the index gets created.
- addMapping(String, XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Adds mapping that will be added when the index gets created.
- addMapping(String, Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Adds mapping that will be added when the index gets created.
- addMapping(String, Object...) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Adds mapping that will be added when the index template gets created.
- addMapping(String, Object...) - クラス のメソッド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) - クラス のメソッド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>) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Adds mapping that will be added when the index gets created.
- addMaskRange(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.IPv4RangeBuilder
-
- addMaskRange(String, String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.IPv4RangeBuilder
-
Add a range based on a CIDR mask.
- addMessage(String, Object...) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- addMessage(Message) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- addModule(PluginInfo) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
-
- addMultiField(Mapper.Builder) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- addNamedQuery(String, Query) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- addNode(DiscoveryNode) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- addNodeInfo(NodeInfo) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
-
- addNodeInfoStats(NodeInfo, NodeStats) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
- addNodeInfoStats(NodeInfo, NodeStats) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
-
- addNodeStats(NodeStats) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
-
- addNormsMemoryInBytes(long) - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- addOne(long) - クラス のstaticメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- addOneCandidate(DirectCandidateGenerator.Candidate) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.CandidateSet
-
- addOperation() - 列挙型 のメソッドorg.elasticsearch.action.ThreadingModel
-
- addOption(Suggest.Suggestion.Entry.Option) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
-
- addOption(O) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- addPendingDelete(ShardId, Settings) - クラス のメソッドorg.elasticsearch.indices.IndicesService
-
Adds a pending delete for the given index shard.
- addPendingDelete(Index, Settings) - クラス のメソッドorg.elasticsearch.indices.IndicesService
-
Adds a pending delete for the given index.
- addPercolateQuery(String, BytesReference) - クラス のメソッドorg.elasticsearch.index.percolator.PercolatorQueriesRegistry
-
- addPing(ZenPing.PingResponse) - クラス のメソッドorg.elasticsearch.discovery.zen.ping.ZenPing.PingCollection
-
adds a ping if newer than previous pings from the same node
- addPings(ZenPing.PingResponse[]) - クラス のメソッドorg.elasticsearch.discovery.zen.ping.ZenPing.PingCollection
-
adds multiple pings if newer than previous pings from the same node
- addPipelineAggregator(PipelineAggregatorFactory) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorFactories.Builder
-
- addPlugin(PluginInfo) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
-
- addPlugin(Class<? extends Plugin>) - クラス のメソッドorg.elasticsearch.client.transport.TransportClient.Builder
-
Add the given plugin to the client when it is created.
- addPoint(double, double) - クラス のメソッドorg.elasticsearch.index.query.GeoPolygonQueryBuilder
-
Adds a point with lat and lon
- addPoint(String) - クラス のメソッドorg.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- addPoint(GeoPoint) - クラス のメソッドorg.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- addProcessedFile(long) - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Increments number of processed files
- addProcessor(AnalysisModule.AnalysisBinderProcessor) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisModule
-
- addProfiler() - クラス のメソッドorg.elasticsearch.search.profile.Profilers
-
Switch to a new profile.
- addRange(String, Object, Object) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.DateRangeBuilder
-
Add a new range to this aggregation.
- addRange(Object, Object) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.DateRangeBuilder
-
- addRange(String, double, double) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceBuilder
-
Add a new range to this aggregation.
- addRange(double, double) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceBuilder
-
- addRange(String, String, String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.IPv4RangeBuilder
-
Add a new range to this aggregation.
- addRange(String, String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.IPv4RangeBuilder
-
- addRange(String, double, double) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.RangeBuilder
-
Add a new range to this aggregation.
- addRange(double, double) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.RangeBuilder
-
- addReaderCloseListener(DirectoryReader, IndexReader.ReaderClosedListener) - クラス のstaticメソッドorg.elasticsearch.common.lucene.index.ElasticsearchDirectoryReader
-
Adds the given listener to the provided directory reader.
- addRecoveredBytesToFile(String, long) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- addReleasable(Releasable, SearchContext.Lifetime) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
Schedule the release of a resource.
- addReplica() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
- addRepositories(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequestBuilder
-
Adds repositories to the list of repositories to get
- addRescore(RescoreSearchContext) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- addRescore(RescoreSearchContext) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- addRescore(RescoreSearchContext) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- addRescore(RescoreSearchContext) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- addRescore(RescoreSearchContext) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- addRescorer(RescoreBuilder.Rescorer) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Adds a new rescorer.
- addRescorer(RescoreBuilder.Rescorer, int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Adds a new rescorer.
- addRescorer(RescoreBuilder) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
- address() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
The address that the node can be communicated with.
- address() - クラス のメソッドorg.elasticsearch.common.transport.InetSocketTransportAddress
-
- address() - クラス のメソッドorg.elasticsearch.http.HttpInfo
-
- address() - 例外 のメソッドorg.elasticsearch.transport.ActionTransportException
-
The target address to invoke the action on.
- address() - クラス のメソッドorg.elasticsearch.transport.TransportInfo
-
- addressesFromString(String, int) - クラス のメソッドorg.elasticsearch.transport.local.LocalTransport
-
- addressesFromString(String, int) - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- addressesFromString(String, int) - インタフェース のメソッドorg.elasticsearch.transport.Transport
-
Returns an address from its string representation.
- addressesFromString(String, int) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- addressFromStream(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.transport.TransportAddressSerializers
-
- addressSupported(Class<? extends TransportAddress>) - クラス のメソッドorg.elasticsearch.transport.local.LocalTransport
-
- addressSupported(Class<? extends TransportAddress>) - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- addressSupported(Class<? extends TransportAddress>) - インタフェース のメソッドorg.elasticsearch.transport.Transport
-
Is the address type supported.
- addressSupported(Class<? extends TransportAddress>) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- addressToStream(StreamOutput, TransportAddress) - クラス のstaticメソッドorg.elasticsearch.common.transport.TransportAddressSerializers
-
- addRestAction(Class<? extends BaseRestHandler>) - クラス のメソッドorg.elasticsearch.rest.RestModule
-
- addScriptEngine(Class<? extends ScriptEngineService>) - クラス のメソッドorg.elasticsearch.script.ScriptModule
-
- addScriptField(String, Script) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Adds a script based field to load and return.
- addScriptField(String, Script) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Adds a script based field to load and return.
- addScriptField(String, Script) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Adds a script based field to load and return.
- addScriptParam(String, Object) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- addScrollId(String) - クラス のメソッドorg.elasticsearch.action.search.ClearScrollRequest
-
- addScrollId(String) - クラス のメソッドorg.elasticsearch.action.search.ClearScrollRequestBuilder
-
- addSetting(String, Validator) - クラス のメソッドorg.elasticsearch.cluster.settings.DynamicSettings.Builder
-
- addShard(IndexShardRoutingTable, ShardRouting) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
-
- addSimilarity(String, Class<? extends SimilarityProvider>) - クラス のメソッドorg.elasticsearch.index.similarity.SimilarityModule
-
- addSnapshots(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Adds additional snapshots to the list of snapshots to return
- addSnapshots(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
-
Adds additional snapshots to the list of snapshots to return
- addSort(SortBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- addSort(SortBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder
-
Adds a sort builder.
- addSort(String, SortOrder) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Adds a sort against the given field name and the sort ordering.
- addSort(SortBuilder) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Adds a generic sort builder.
- addSort(String, SortOrder) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Adds a sort against the given field name and the sort ordering.
- addSort(SortBuilder) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Adds a generic sort builder.
- addSort(String, SortOrder) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Adds a sort against the given field name and the sort ordering.
- addSort(SortBuilder) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Adds a generic sort builder.
- addSourceThrottling(long) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- addStoredFieldsMemoryInBytes(long) - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- addSuggestion(SuggestBuilder.SuggestionBuilder<?>) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- addSuggestion(SuggestBuilder.SuggestionBuilder<T>) - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequestBuilder
-
Add a definition for suggestions to the request
- addSuggestion(SuggestBuilder.SuggestionBuilder<?>) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder
-
- addSuggestion(String, SuggestionSearchContext.SuggestionContext) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext
-
- addSurface(BytesRef, BytesRef, long) - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester.XBuilder
-
- addTargetThrottling(long) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- addTerm(T) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion
-
- addTermsMemoryInBytes(long) - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- addTermVectorsMemoryInBytes(long) - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- addText(String, String, float) - クラス のメソッドorg.elasticsearch.common.lucene.all.AllEntries
-
- addThrottleTime(long) - クラス のメソッドorg.elasticsearch.index.recovery.RecoveryStats
-
- addTokenFilter(String, Class<? extends TokenFilterFactory>) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisModule
-
- addTokenizer(String, Class<? extends TokenizerFactory>) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisModule
-
- addTotals(FlushStats) - クラス のメソッドorg.elasticsearch.index.flush.FlushStats
-
- addTotals(GetStats) - クラス のメソッドorg.elasticsearch.index.get.GetStats
-
- addTotals(IndexingStats) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats
-
- addTotals(MergeStats) - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
- addTotals(RecoveryStats) - クラス のメソッドorg.elasticsearch.index.recovery.RecoveryStats
-
- addTotals(RefreshStats) - クラス のメソッドorg.elasticsearch.index.refresh.RefreshStats
-
- addTotals(SearchStats) - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats
-
- addTransport(String, Class<? extends Transport>) - クラス のメソッドorg.elasticsearch.transport.TransportModule
-
- addTransportAddress(TransportAddress) - クラス のメソッドorg.elasticsearch.client.transport.TransportClient
-
Adds a transport address that will be used to connect to.
- addTransportAddresses(TransportAddress...) - クラス のメソッドorg.elasticsearch.client.transport.TransportClient
-
Adds a list of transport addresses that will be used to connect to.
- addTransportAddresses(TransportAddress...) - クラス のメソッドorg.elasticsearch.client.transport.TransportClientNodesService
-
- addTransportService(String, Class<? extends TransportService>) - クラス のメソッドorg.elasticsearch.transport.TransportModule
-
- addTypeListener(DocumentTypeListener) - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- addTypes(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
- addTypes(String...) - クラス のメソッドorg.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
-
- addUnboundedFrom(String, Object) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.DateRangeBuilder
-
Add a new range with no upper bound.
- addUnboundedFrom(Object) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.DateRangeBuilder
-
- addUnboundedFrom(String, double) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceBuilder
-
Add a new range with no upper bound.
- addUnboundedFrom(double) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceBuilder
-
- addUnboundedFrom(String, String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.IPv4RangeBuilder
-
- addUnboundedFrom(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.IPv4RangeBuilder
-
- addUnboundedFrom(String, double) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.RangeBuilder
-
Add a new range with no upper bound.
- addUnboundedFrom(double) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.RangeBuilder
-
- addUnboundedTo(String, Object) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.DateRangeBuilder
-
Add a new range with no lower bound.
- addUnboundedTo(Object) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.DateRangeBuilder
-
- addUnboundedTo(String, double) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceBuilder
-
Add a new range with no lower bound.
- addUnboundedTo(double) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceBuilder
-
- addUnboundedTo(String, String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.IPv4RangeBuilder
-
- addUnboundedTo(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.IPv4RangeBuilder
-
- addUnboundedTo(String, double) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.RangeBuilder
-
Add a new range with no lower bound.
- addUnboundedTo(double) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.RangeBuilder
-
- addUnicastHostProvider(Class<? extends UnicastHostsProvider>) - クラス のメソッドorg.elasticsearch.discovery.DiscoveryModule
-
Adds a custom unicast hosts provider to build a dynamic list of unicast hosts list when doing unicast discovery.
- addUnlikeItem(MoreLikeThisQueryBuilder.Item...) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Adds a document to use in order to find documents that are "unlike" this.
- addUnlikeText(String...) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Adds some text to use in order to find documents that are "unlike" this.
- addValidationError(String, ActionRequestValidationException) - クラス のstaticメソッドorg.elasticsearch.action.ValidateActions
-
- addValidationError(String) - 例外 のメソッドorg.elasticsearch.common.ValidationException
-
Add a new validation error to the accumulating validation errors
- addValidationErrors(Iterable<String>) - 例外 のメソッドorg.elasticsearch.common.ValidationException
-
Add a sequence of validation errors to the accumulating validation errors
- addVersionMapMemoryInBytes(long) - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- addWarmers(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.get.GetWarmersRequestBuilder
-
- addWithKey(Object, IndexableField) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.Document
-
- addWithoutBreaking(long) - クラス のメソッドorg.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
Add an exact number of bytes, not checking for tripping the
circuit breaker.
- addWithoutBreaking(long) - インタフェース のメソッドorg.elasticsearch.common.breaker.CircuitBreaker
-
Adjust the circuit breaker without tripping
- addWithoutBreaking(long) - クラス のメソッドorg.elasticsearch.common.breaker.MemoryCircuitBreaker
-
Add an exact number of bytes, not checking for tripping the
circuit breaker.
- addWithoutBreaking(long) - クラス のメソッドorg.elasticsearch.common.breaker.NoopCircuitBreaker
-
- addZenPing(Class<? extends ZenPing>) - クラス のメソッドorg.elasticsearch.discovery.DiscoveryModule
-
- adjustForNoTerms(long) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.PackedArrayIndexFieldData.PackedArrayEstimator
-
Adjust the breaker when no terms were actually loaded, but the field
data takes up space regardless.
- adjustForNoTerms(long) - クラス のメソッド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) - クラス のメソッド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.
- admin() - インタフェース のメソッドorg.elasticsearch.client.Client
-
The admin client that can be used to perform administrative operations.
- admin() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- AdminClient - org.elasticsearch.clientのインタフェース
-
Administrative actions/operations against the cluster or the indices.
- advance(int) - クラス のメソッドorg.apache.lucene.search.XFilteredDocIdSetIterator
-
- after(Priority) - クラス のメソッドorg.elasticsearch.common.Priority
-
- after(Version) - クラス のメソッドorg.elasticsearch.Version
-
- afterBulk(long, BulkRequest, BulkResponse) - インタフェース のメソッドorg.elasticsearch.action.bulk.BulkProcessor.Listener
-
Callback after a successful execution of bulk request.
- afterBulk(long, BulkRequest, Throwable) - インタフェース のメソッドorg.elasticsearch.action.bulk.BulkProcessor.Listener
-
Callback after a failed execution of bulk request.
- afterClose() - クラス のメソッドorg.elasticsearch.common.component.LifecycleListener
-
- afterExecute(Runnable, Throwable) - クラス のメソッドorg.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
-
- afterIndexClosed(Index, Settings) - クラス のメソッドorg.elasticsearch.indices.IndicesLifecycle.Listener
-
Called after the index has been closed.
- afterIndexClosed(Index, Settings) - クラス のメソッドorg.elasticsearch.indices.InternalIndicesLifecycle
-
- afterIndexCreated(IndexService) - クラス のメソッドorg.elasticsearch.indices.IndicesLifecycle.Listener
-
Called after the index has been created.
- afterIndexCreated(IndexService) - クラス のメソッドorg.elasticsearch.indices.InternalIndicesLifecycle
-
- afterIndexDeleted(Index, Settings) - クラス のメソッドorg.elasticsearch.indices.IndicesLifecycle.Listener
-
Called after the index has been deleted.
- afterIndexDeleted(Index, Settings) - クラス のメソッドorg.elasticsearch.indices.InternalIndicesLifecycle
-
- afterIndexShardClosed(ShardId, IndexShard, Settings) - クラス のメソッドorg.elasticsearch.indices.IndicesLifecycle.Listener
-
Called after the index shard has been closed.
- afterIndexShardClosed(ShardId, IndexShard, Settings) - クラス のメソッドorg.elasticsearch.indices.InternalIndicesLifecycle
-
- afterIndexShardCreated(IndexShard) - クラス のメソッドorg.elasticsearch.indices.IndicesLifecycle.Listener
-
Called after the index shard has been created.
- afterIndexShardCreated(IndexShard) - クラス のメソッドorg.elasticsearch.indices.InternalIndicesLifecycle
-
- afterIndexShardDeleted(ShardId, Settings) - クラス のメソッドorg.elasticsearch.indices.IndicesLifecycle.Listener
-
Called after the index shard has been deleted from disk.
- afterIndexShardDeleted(ShardId, Settings) - クラス のメソッドorg.elasticsearch.indices.InternalIndicesLifecycle
-
- afterIndexShardPostRecovery(IndexShard) - クラス のメソッドorg.elasticsearch.indices.IndicesLifecycle.Listener
-
Called right after the shard is moved into POST_RECOVERY mode
- afterIndexShardPostRecovery(IndexShard) - クラス のメソッドorg.elasticsearch.indices.InternalIndicesLifecycle
-
- afterIndexShardStarted(IndexShard) - クラス のメソッドorg.elasticsearch.indices.IndicesLifecycle.Listener
-
Called after the index shard has been started.
- afterIndexShardStarted(IndexShard) - クラス のメソッドorg.elasticsearch.indices.InternalIndicesLifecycle
-
- afterInjection(I) - インタフェース のメソッドorg.elasticsearch.common.inject.spi.InjectionListener
-
Invoked by Guice after it injects the fields and methods of instance.
- afterLoad(TermsEnum, long) - インタフェース のメソッド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) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.NonEstimatingEstimator
-
- afterLoad(TermsEnum, long) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.PackedArrayIndexFieldData.PackedArrayEstimator
-
Adjusts the breaker based on the aggregated value from the RamAccountingTermsEnum
- afterLoad(TermsEnum, long) - クラス のメソッド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.
- afterLoad(TermsEnum, long) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildIndexFieldData.ParentChildEstimator
-
Adjusts the breaker based on the difference between the actual usage
and the aggregated estimations.
- afterRelease(boolean) - クラス のメソッドorg.elasticsearch.common.recycler.ConcurrentDequeRecycler
-
- afterRelease(boolean) - クラス のメソッドorg.elasticsearch.common.recycler.DequeRecycler
-
Called after a release.
- afterStart() - クラス のメソッドorg.elasticsearch.common.component.LifecycleListener
-
- afterStop() - クラス のメソッドorg.elasticsearch.common.component.LifecycleListener
-
- AggregatedDfs - org.elasticsearch.search.dfsのクラス
-
- AggregatedDfs(ObjectObjectHashMap<Term, TermStatistics>, ObjectObjectHashMap<String, CollectionStatistics>, long) - クラス のコンストラクタorg.elasticsearch.search.dfs.AggregatedDfs
-
- aggregateDfs(AtomicArray<DfsSearchResult>) - クラス のメソッドorg.elasticsearch.search.controller.SearchPhaseController
-
- Aggregation - org.elasticsearch.search.aggregationsのインタフェース
-
An aggregation
- aggregation(String, boolean) - クラス のstaticメソッド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メソッド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メソッド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メソッドorg.elasticsearch.search.aggregations.bucket.terms.Terms.Order
-
Creates a bucket ordering strategy which sorts buckets based on a multi-valued calc get
- aggregation() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- aggregation() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetric
-
The result of the aggregation.
- aggregation(AbstractAggregationBuilder) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Add an get to perform as part of the search.
- AGGREGATION_TRANFORM_FUNCTION - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.PipelineAggregator
-
- AggregationBinaryParseElement - org.elasticsearch.search.aggregationsのクラス
-
- AggregationBinaryParseElement(AggregatorParsers) - クラス のコンストラクタorg.elasticsearch.search.aggregations.AggregationBinaryParseElement
-
- AggregationBuilder<B extends AggregationBuilder<B>> - org.elasticsearch.search.aggregationsのクラス
-
A base class for all bucket aggregation builders.
- AggregationBuilder(String, String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.AggregationBuilder
-
Sole constructor, typically used by sub-classes.
- AggregationBuilders - org.elasticsearch.search.aggregationsのクラス
-
Utility class to create aggregations.
- aggregationContext() - クラス のメソッドorg.elasticsearch.search.aggregations.SearchContextAggregations
-
- aggregationContext(AggregationContext) - クラス のメソッドorg.elasticsearch.search.aggregations.SearchContextAggregations
-
- AggregationContext - org.elasticsearch.search.aggregations.supportのクラス
-
- AggregationContext(SearchContext) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.AggregationContext
-
- AggregationExecutionException - org.elasticsearch.search.aggregationsの例外
-
Thrown when failing to execute an aggregation
- AggregationExecutionException(String) - 例外 のコンストラクタorg.elasticsearch.search.aggregations.AggregationExecutionException
-
- AggregationExecutionException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.search.aggregations.AggregationExecutionException
-
- AggregationExecutionException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.search.aggregations.AggregationExecutionException
-
- AggregationInitializationException - org.elasticsearch.search.aggregationsの例外
-
Thrown when failing to execute an aggregation
- AggregationInitializationException(String) - 例外 のコンストラクタorg.elasticsearch.search.aggregations.AggregationInitializationException
-
- AggregationInitializationException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.search.aggregations.AggregationInitializationException
-
- AggregationInitializationException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.search.aggregations.AggregationInitializationException
-
- AggregationParseElement - org.elasticsearch.search.aggregationsのクラス
-
The search parse element that is responsible for parsing the get part of the request.
- AggregationParseElement(AggregatorParsers) - クラス のコンストラクタorg.elasticsearch.search.aggregations.AggregationParseElement
-
- AggregationPath - 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>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.AggregationPath
-
- AggregationPath.PathElement - org.elasticsearch.search.aggregations.supportのクラス
-
- AggregationPhase - org.elasticsearch.search.aggregationsのクラス
-
- AggregationPhase(AggregationParseElement, AggregationBinaryParseElement) - クラス のコンストラクタorg.elasticsearch.search.aggregations.AggregationPhase
-
- aggregations() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateShardResponse
-
- aggregations() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- aggregations(SearchContextAggregations) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- Aggregations - org.elasticsearch.search.aggregationsのインタフェース
-
Represents a set of computed addAggregation.
- aggregations - クラス の変数org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- aggregations - クラス の変数org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- aggregations(byte[]) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Sets a raw (xcontent / json) addAggregation.
- aggregations(byte[], int, int) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Sets a raw (xcontent / json) addAggregation.
- aggregations(BytesReference) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Sets a raw (xcontent / json) addAggregation.
- aggregations(XContentBuilder) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Sets a raw (xcontent / json) addAggregation.
- aggregations(Map) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Sets a raw (xcontent / json) addAggregation.
- aggregations() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- aggregations(SearchContextAggregations) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- aggregations() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- aggregations(SearchContextAggregations) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- aggregations() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchResponse
-
- aggregations() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- aggregations(SearchContextAggregations) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- aggregations(SearchContextAggregations) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- aggregations() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- aggregations(InternalAggregations) - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- AggregationStreams - org.elasticsearch.search.aggregationsのクラス
-
A registry for all the dedicated streams in the aggregation module.
- AggregationStreams() - クラス のコンストラクタorg.elasticsearch.search.aggregations.AggregationStreams
-
- AggregationStreams.Stream - org.elasticsearch.search.aggregationsのインタフェース
-
A stream that knows how to read an aggregation from the input.
- Aggregator - org.elasticsearch.search.aggregationsのクラス
-
An Aggregator.
- Aggregator() - クラス のコンストラクタorg.elasticsearch.search.aggregations.Aggregator
-
- Aggregator.Parser - org.elasticsearch.search.aggregationsのインタフェース
-
Parses the aggregation request and creates the appropriate aggregator factory for it.
- Aggregator.SubAggCollectionMode - org.elasticsearch.search.aggregationsの列挙型
-
Aggregation mode for sub aggregations.
- AggregatorBase - org.elasticsearch.search.aggregationsのクラス
-
Base implementation for concrete aggregators.
- AggregatorBase(String, AggregatorFactories, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.AggregatorBase
-
Constructs a new Aggregator.
- AggregatorFactories - org.elasticsearch.search.aggregationsのクラス
-
- AggregatorFactories.Builder - org.elasticsearch.search.aggregationsのクラス
-
- AggregatorFactory - org.elasticsearch.search.aggregationsのクラス
-
A factory that knows how to create an
Aggregator of a specific type.
- AggregatorFactory(String, String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.AggregatorFactory
-
Constructs a new aggregator factory.
- AggregatorParsers - org.elasticsearch.search.aggregationsのクラス
-
A registry for all the aggregator parser, also servers as the main parser for the aggregations module
- AggregatorParsers(Set<Aggregator.Parser>, Set<PipelineAggregator.Parser>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.AggregatorParsers
-
Constructs the AggregatorParsers out of all the given parsers
- aggregators() - クラス のメソッドorg.elasticsearch.search.aggregations.SearchContextAggregations
-
- aggregators(Aggregator[]) - クラス のメソッドorg.elasticsearch.search.aggregations.SearchContextAggregations
-
Registers all the created aggregators (top level aggregators) for the search execution context.
- aggsUsedForSorting - クラス の変数org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
-
- aggType - クラス の変数org.elasticsearch.search.aggregations.metrics.NumericValuesSourceMetricsAggregatorParser
-
- Alias - org.elasticsearch.action.admin.indices.aliasのクラス
-
Represents an alias, to be associated with an index
- Alias(String) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.Alias
-
- alias(Alias) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Adds an alias that will be associated with the index when it gets created
- alias(Alias) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Adds an alias that will be added when the index gets created.
- alias(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- alias() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- alias() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData
-
- alias() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- Alias(AliasMetaData, IndexMetaData) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.AliasOrIndex.Alias
-
- aliasAction() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- AliasAction - org.elasticsearch.cluster.metadataのクラス
-
- AliasAction(AliasAction) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.AliasAction
-
- AliasAction(AliasAction.Type) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.AliasAction
-
- AliasAction(AliasAction.Type, String, String) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.AliasAction
-
- AliasAction(AliasAction.Type, String, String, String) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.AliasAction
-
- AliasAction.Type - org.elasticsearch.cluster.metadataの列挙型
-
- AliasActions(AliasAction.Type, String[], String[]) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- AliasActions(AliasAction.Type, String, String) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- AliasActions(AliasAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- AliasActions(AliasAction.Type, String, String[]) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- AliasActions() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- aliases(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- aliases() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- aliases(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- aliases() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- aliases(Set<Alias>) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- aliases() - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- aliases(Map) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases() - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- aliases() - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- aliases() - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- aliases(Map) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Sets the aliases that will be associated with the index when it gets created
- aliases() - インタフェース のメソッドorg.elasticsearch.action.AliasesRequest
-
Returns the array of aliases that the action relates to
- aliases(String[]) - インタフェース のメソッドorg.elasticsearch.action.AliasesRequest
-
Sets the array of aliases that the action relates to
- aliases(IndicesAliasesRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Allows to add/remove aliases from indices.
- aliases(IndicesAliasesRequest, ActionListener<IndicesAliasesResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Allows to add/remove aliases from indices.
- aliases() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- aliases(Set<Alias>) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- aliasesExist(GetAliasesRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Check to existence of index aliases.
- aliasesExist(GetAliasesRequest, ActionListener<AliasesExistResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Check the existence of specified index aliases.
- AliasesExistAction - org.elasticsearch.action.admin.indices.alias.existsのクラス
-
- AliasesExistRequestBuilder - org.elasticsearch.action.admin.indices.alias.existsのクラス
-
- AliasesExistRequestBuilder(ElasticsearchClient, AliasesExistAction, String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.exists.AliasesExistRequestBuilder
-
- AliasesExistResponse - org.elasticsearch.action.admin.indices.alias.existsのクラス
-
- AliasesExistResponse(boolean) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.exists.AliasesExistResponse
-
- AliasesNotFoundException - org.elasticsearch.rest.action.admin.indices.alias.deleteの例外
-
- AliasesNotFoundException(String...) - 例外 のコンストラクタorg.elasticsearch.rest.action.admin.indices.alias.delete.AliasesNotFoundException
-
- AliasesNotFoundException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.rest.action.admin.indices.alias.delete.AliasesNotFoundException
-
- AliasesRequest - org.elasticsearch.actionのインタフェース
-
Needs to be implemented by all
ActionRequest subclasses that relate to
one or more indices and one or more aliases.
- aliasesService() - クラス のメソッドorg.elasticsearch.index.IndexService
-
- aliasFilter(String...) - クラス のメソッドorg.elasticsearch.index.aliases.IndexAliasesService
-
Returns the filter associated with listed filtering aliases.
- aliasFilter() - クラス のメソッドorg.elasticsearch.index.engine.Engine.DeleteByQuery
-
- aliasFilter() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- aliasFilter() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- aliasFilter() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- aliasFilter() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- AliasFilterParsingException - org.elasticsearch.indicesの例外
-
- AliasFilterParsingException(Index, String, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.indices.AliasFilterParsingException
-
- AliasFilterParsingException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.indices.AliasFilterParsingException
-
- AliasMetaData - org.elasticsearch.cluster.metadataのクラス
-
- AliasMetaData.Builder - org.elasticsearch.cluster.metadataのクラス
-
- AliasOrIndex - org.elasticsearch.cluster.metadataのインタフェース
-
Encapsulates the
IndexMetaData instances of a concrete index or indices an alias is pointing to.
- AliasOrIndex.Alias - org.elasticsearch.cluster.metadataのクラス
-
Represents an alias and groups all
IndexMetaData instances sharing the same alias name together.
- AliasOrIndex.Index - org.elasticsearch.cluster.metadataのクラス
-
- AliasValidator - 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) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.AliasValidator
-
- all() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Sets to return all the data.
- all() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Sets to reutrn all the data.
- all() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Sets all the request flags.
- all() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Sets all the request flags.
- all() - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- all() - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
Include all data
- ALL - クラス のstatic変数org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- all() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
Sets all flags to return all stats.
- all() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
Sets all flags to return all stats.
- all() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
Sets all flags to return all stats.
- ALL - 列挙型 のstatic変数org.elasticsearch.cluster.block.ClusterBlockLevel
-
- ALL - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaData
-
- ALL_ACTIONS - クラス のstatic変数org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- ALL_NODES - クラス のstatic変数org.elasticsearch.action.support.nodes.BaseNodesRequest
-
- ALL_NODES - クラス のstatic変数org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- ALL_SNAPSHOTS - クラス のstatic変数org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
- ALL_TASKS - クラス のstatic変数org.elasticsearch.action.support.tasks.BaseTasksRequest
-
- allActiveShardsGrouped(String[], boolean) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
- allActiveShardsGrouped(String[], boolean, boolean) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
Return GroupShardsIterator where each active shard routing has it's own shard iterator.
- allAssignedShardsGrouped(String[], boolean) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
- allAssignedShardsGrouped(String[], boolean, boolean) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
Return GroupShardsIterator where each assigned shard routing has it's own shard iterator.
- AllCircuitBreakerStats - org.elasticsearch.indices.breakerのクラス
-
Stats class encapsulating all of the different circuit breaker stats
- AllCircuitBreakerStats() - クラス のコンストラクタorg.elasticsearch.indices.breaker.AllCircuitBreakerStats
-
- AllCircuitBreakerStats(CircuitBreakerStats[]) - クラス のコンストラクタorg.elasticsearch.indices.breaker.AllCircuitBreakerStats
-
- AllEntries - org.elasticsearch.common.lucene.allのクラス
-
- AllEntries() - クラス のコンストラクタorg.elasticsearch.common.lucene.all.AllEntries
-
- allEntries() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllTokenStream
-
- allEntries() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- allEntries() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- AllEntries.Entry - org.elasticsearch.common.lucene.allのクラス
-
- allFailures() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTableValidation
-
- AllField - org.elasticsearch.common.lucene.allのクラス
-
- AllField(String, AllEntries, Analyzer, FieldType) - クラス のコンストラクタorg.elasticsearch.common.lucene.all.AllField
-
- allFieldMapper() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- AllFieldMapper - org.elasticsearch.index.mapper.internalのクラス
-
- AllFieldMapper.Builder - org.elasticsearch.index.mapper.internalのクラス
-
- AllFieldMapper.Defaults - org.elasticsearch.index.mapper.internalのクラス
-
- AllFieldMapper.IncludeInAll - org.elasticsearch.index.mapper.internalのインタフェース
-
- AllFieldMapper.TypeParser - org.elasticsearch.index.mapper.internalのクラス
-
- AllFieldsVisitor - org.elasticsearch.index.fieldvisitorのクラス
-
- AllFieldsVisitor() - クラス のコンストラクタorg.elasticsearch.index.fieldvisitor.AllFieldsVisitor
-
- AllocateAllocationCommand - org.elasticsearch.cluster.routing.allocation.commandのクラス
-
Allocates an unassigned shard to a specific node.
- AllocateAllocationCommand(ShardId, String, boolean) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand
-
- AllocateAllocationCommand.Factory - org.elasticsearch.cluster.routing.allocation.commandのクラス
-
- allocated() - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- allocateDangled(Collection<IndexMetaData>, LocalAllocateDangledIndices.Listener) - クラス のメソッドorg.elasticsearch.gateway.LocalAllocateDangledIndices
-
- AllocateDangledRequest() - クラス のコンストラクタorg.elasticsearch.gateway.LocalAllocateDangledIndices.AllocateDangledRequest
-
- allocatedPostIndexCreate() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
- allocateUnassigned(RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
- allocateUnassigned(RoutingAllocation) - インタフェース のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocator
-
Assign all unassigned shards to nodes
- allocateUnassigned(RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocators
-
- allocateUnassigned(RoutingAllocation) - クラス のメソッドorg.elasticsearch.gateway.GatewayAllocator
-
- allocateUnassigned(RoutingAllocation) - クラス のメソッドorg.elasticsearch.gateway.PrimaryShardAllocator
-
- allocateUnassigned(RoutingAllocation) - クラス のメソッドorg.elasticsearch.gateway.ReplicaShardAllocator
-
- ALLOCATION_ALLOW_REBALANCE_VALIDATOR - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
-
- AllocationCommand - org.elasticsearch.cluster.routing.allocation.commandのインタフェース
-
This interface defines the basic methods of commands for allocation
- AllocationCommand.Factory<T extends AllocationCommand> - org.elasticsearch.cluster.routing.allocation.commandのインタフェース
-
- AllocationCommands - org.elasticsearch.cluster.routing.allocation.commandのクラス
-
- AllocationCommands(AllocationCommand...) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
- AllocationDecider - 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) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
-
- AllocationDeciders - org.elasticsearch.cluster.routing.allocation.deciderのクラス
-
- AllocationDeciders(Settings, AllocationDecider[]) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- AllocationDeciders(Settings, Set<AllocationDecider>) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- AllocationExplanation - org.elasticsearch.cluster.routing.allocationのクラス
-
Instances of this class keeps explanations of decisions that have been made by allocation.
- AllocationExplanation() - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.AllocationExplanation
-
- AllocationExplanation.NodeExplanation - org.elasticsearch.cluster.routing.allocationのクラス
-
Instances of this class keep messages and informations about nodes of an allocation
- AllocationId - org.elasticsearch.cluster.routingのクラス
-
Uniquely identifies an allocation.
- allocationId() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
An id that uniquely identifies an allocation.
- AllocationService - org.elasticsearch.cluster.routing.allocationのクラス
-
This service manages the node allocation of a cluster.
- AllocationService(Settings, AllocationDeciders, ShardsAllocators, ClusterInfoService) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.AllocationService
-
- ALLOW_UNMAPPED - クラス のstatic変数org.elasticsearch.index.query.IndexQueryParserService
-
- allowAliasesToMultipleIndices() - クラス のメソッドorg.elasticsearch.action.support.IndicesOptions
-
- allowCredentials() - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfigBuilder
-
By default cookies are not included in CORS requests, but this method will enable cookies to
be added to CORS requests.
- ALLOWED_CONTENT_FIELD_NAMES - クラス のstatic変数org.elasticsearch.index.mapper.core.CompletionFieldMapper
-
- ALLOWED_URLS_SETTING - クラス のstatic変数org.elasticsearch.repositories.uri.URLRepository
-
- allowedRequestHeaders() - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfig
-
Returns the allowed set of Request Headers.
- allowedRequestHeaders(String...) - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfigBuilder
-
Specifies the if headers that should be returned in the CORS 'Access-Control-Allow-Headers'
response header.
- allowedRequestMethods() - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfig
-
Returns the allowed set of Request Methods.
- allowedRequestMethods(HttpMethod...) - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfigBuilder
-
Specifies the allowed set of HTTP Request Methods that should be returned in the
CORS 'Access-Control-Request-Method' response header.
- allowLeadingWildcard() - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- allowLeadingWildcard(boolean) - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- allowLeadingWildcard(boolean) - クラス のメソッドorg.elasticsearch.index.query.QueryStringQueryBuilder
-
Should leading wildcards be allowed or not.
- allowNoIndices() - クラス のメソッドorg.elasticsearch.action.support.IndicesOptions
-
- allowPrimary() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand
-
Determine if primary allocation is allowed
- allowPrimary() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
-
- allowsNull(Annotation[]) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Nullability
-
- allowsPrimaryPromotion() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
Returns true iff this shard allows primary promotion, otherwise false
- allowsPrimaryPromotion() - クラス のメソッドorg.elasticsearch.index.shard.ShadowIndexShard
-
- allPrimaryShardsActive() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
Returns true if all shards are primary and active.
- allPrimaryShardsUnassigned() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
- allReplicasActive(ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
Returns true iff all replicas are active for the given shard routing.
- allShards() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
All the shards (replicas) for all indices in this routing table.
- allShards(String) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
All the shards (replicas) for the provided index.
- allShards(String[]) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
- allShardsIncludingRelocationTargets(String[]) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
- allShardsStarted() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns true iff all shards in the routing table are started otherwise false
- AllTermQuery - org.elasticsearch.common.lucene.allのクラス
-
A term query that takes all payload boost values into account.
- AllTermQuery(Term) - クラス のコンストラクタorg.elasticsearch.common.lucene.all.AllTermQuery
-
- AllTokenStream - org.elasticsearch.common.lucene.allのクラス
-
- allTokenStream(String, AllEntries, Analyzer) - クラス のstaticメソッドorg.elasticsearch.common.lucene.all.AllTokenStream
-
- alpha(double) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel.EWMAModelBuilder
-
Alpha controls the smoothing of the data.
- alpha(double) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel.HoltLinearModelBuilder
-
Alpha controls the smoothing of the data.
- alpha(double) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
-
Alpha controls the smoothing of the data.
- alreadyClosed() - クラス のメソッドorg.elasticsearch.common.util.concurrent.AbstractRefCounted
-
- AlreadyExpiredException - org.elasticsearch.indexの例外
-
- AlreadyExpiredException(String, String, String, long, long, long) - 例外 のコンストラクタorg.elasticsearch.index.AlreadyExpiredException
-
- AlreadyExpiredException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.AlreadyExpiredException
-
- ALWAYS - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.Decision
-
- ALWAYS_INSTANCE - 列挙型 のstatic変数org.elasticsearch.common.geo.GeoDistance
-
- ambiguousTypeConversion(String, Object, TypeLiteral<?>, MatcherAndConverter, MatcherAndConverter) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- Analysis - org.elasticsearch.index.analysisのクラス
-
- Analysis() - クラス のコンストラクタorg.elasticsearch.index.analysis.Analysis
-
- AnalysisBinderProcessor() - クラス のコンストラクタorg.elasticsearch.index.analysis.AnalysisModule.AnalysisBinderProcessor
-
- AnalysisModule - org.elasticsearch.index.analysisのクラス
-
- AnalysisModule(Settings, IndicesAnalysisService) - クラス のコンストラクタorg.elasticsearch.index.analysis.AnalysisModule
-
- AnalysisModule.AnalysisBinderProcessor - org.elasticsearch.index.analysisのクラス
-
- AnalysisModule.AnalysisBinderProcessor.AnalyzersBindings - org.elasticsearch.index.analysisのクラス
-
- AnalysisModule.AnalysisBinderProcessor.CharFiltersBindings - org.elasticsearch.index.analysisのクラス
-
- AnalysisModule.AnalysisBinderProcessor.TokenFiltersBindings - org.elasticsearch.index.analysisのクラス
-
- AnalysisModule.AnalysisBinderProcessor.TokenizersBindings - org.elasticsearch.index.analysisのクラス
-
- AnalysisService - org.elasticsearch.index.analysisのクラス
-
Manages configuring and storing analyzers, tokenizers, char filters and token filters.
- AnalysisService(Index, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.AnalysisService
-
- AnalysisService(Index, IndexSettingsService, IndicesAnalysisService, Map<String, AnalyzerProviderFactory>, Map<String, TokenizerFactoryFactory>, Map<String, CharFilterFactoryFactory>, Map<String, TokenFilterFactoryFactory>) - クラス のコンストラクタorg.elasticsearch.index.analysis.AnalysisService
-
- analysisService() - クラス のメソッドorg.elasticsearch.index.IndexService
-
- analysisService() - クラス のメソッドorg.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- analysisService() - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- analysisService() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- analysisService() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- analysisService() - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- analysisService() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- analysisService() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- analysisService() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- analysisService() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- AnalysisSettingsRequired - org.elasticsearch.index.analysisの注釈型
-
- analyze(AnalyzeRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Analyze text under the provided index.
- analyze(AnalyzeRequest, ActionListener<AnalyzeResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Analyze text under the provided index.
- analyze(Analyzer, BytesRef, String, SuggestUtils.TokenConsumer, CharsRefBuilder) - クラス のstaticメソッドorg.elasticsearch.search.suggest.SuggestUtils
-
- analyze(Analyzer, CharsRef, String, SuggestUtils.TokenConsumer) - クラス のstaticメソッドorg.elasticsearch.search.suggest.SuggestUtils
-
- analyze(TokenStream, SuggestUtils.TokenConsumer) - クラス のstaticメソッドorg.elasticsearch.search.suggest.SuggestUtils
-
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
TokenStrem twice in the same recursion...
- AnalyzeAction - org.elasticsearch.action.admin.indices.analyzeのクラス
-
- analyzer(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- analyzer() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- analyzer() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- analyzer(DetailAnalyzeResponse.AnalyzeTokenList) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- analyzer(String) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisService
-
- analyzer() - クラス のメソッドorg.elasticsearch.index.analysis.NamedAnalyzer
-
The actual analyzer.
- analyzer() - クラス のメソッドorg.elasticsearch.index.analysis.PreBuiltAnalyzerProviderFactory
-
- ANALYZER - クラス のstatic変数org.elasticsearch.index.mapper.core.CompletionFieldMapper.Fields
-
- analyzer() - クラス のメソッドorg.elasticsearch.index.mapper.core.TokenCountFieldMapper
-
Name of analyzer.
- analyzer(NamedAnalyzer) - クラス のメソッドorg.elasticsearch.index.mapper.core.TokenCountFieldMapper.Builder
-
- analyzer() - クラス のメソッドorg.elasticsearch.index.mapper.core.TokenCountFieldMapper.Builder
-
- analyzer(String) - クラス のメソッドorg.elasticsearch.index.query.CommonTermsQueryBuilder
-
Explicitly set the analyzer to use.
- analyzer(String) - クラス のメソッドorg.elasticsearch.index.query.MatchQueryBuilder
-
Explicitly set the analyzer to use.
- analyzer(String) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
The analyzer that will be used to analyze the text.
- ANALYZER - インタフェース のstatic変数org.elasticsearch.index.query.MoreLikeThisQueryParser.Field
-
- analyzer(String) - クラス のメソッドorg.elasticsearch.index.query.MultiMatchQueryBuilder
-
Explicitly set the analyzer to use.
- analyzer(String) - クラス のメソッドorg.elasticsearch.index.query.QueryStringQueryBuilder
-
The optional analyzer used to analyze the query string.
- analyzer(String) - クラス のメソッドorg.elasticsearch.index.query.SimpleQueryStringBuilder
-
Specify an analyzer to use for the query
- analyzer - クラス の変数org.elasticsearch.index.search.MatchQuery
-
- analyzer(String) - クラス のメソッドorg.elasticsearch.indices.analysis.IndicesAnalysisService
-
- ANALYZER - クラス のstatic変数org.elasticsearch.rest.action.admin.indices.analyze.RestAnalyzeAction.Fields
-
- analyzer(String) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
Sets the analyzer to analyse to suggest text with.
- ANALYZER_VERSION - クラス のstatic変数org.elasticsearch.common.lucene.Lucene
-
- AnalyzeRequest - org.elasticsearch.action.admin.indices.analyzeのクラス
-
A request to analyze a text associated with a specific index.
- AnalyzeRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- AnalyzeRequest(String) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
Constructs a new analyzer request for the provided index.
- AnalyzeRequestBuilder - org.elasticsearch.action.admin.indices.analyzeのクラス
-
- AnalyzeRequestBuilder(ElasticsearchClient, AnalyzeAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
- AnalyzeRequestBuilder(ElasticsearchClient, AnalyzeAction, String, String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
- AnalyzeResponse - org.elasticsearch.action.admin.indices.analyzeのクラス
-
- AnalyzeResponse(List<AnalyzeResponse.AnalyzeToken>, DetailAnalyzeResponse) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
-
- AnalyzeResponse.AnalyzeToken - org.elasticsearch.action.admin.indices.analyzeのクラス
-
- AnalyzerProvider<T extends org.apache.lucene.analysis.Analyzer> - org.elasticsearch.index.analysisのインタフェース
-
- analyzerProviderFactories() - クラス のメソッドorg.elasticsearch.indices.analysis.IndicesAnalysisService
-
- AnalyzerProviderFactory - org.elasticsearch.index.analysisのインタフェース
-
- analyzerProviderFactory(String) - クラス のメソッドorg.elasticsearch.indices.analysis.IndicesAnalysisService
-
- analyzers() - クラス のメソッドorg.elasticsearch.index.analysis.FieldNameAnalyzer
-
- AnalyzersBindings() - クラス のコンストラクタorg.elasticsearch.index.analysis.AnalysisModule.AnalysisBinderProcessor.AnalyzersBindings
-
- AnalyzerScope - org.elasticsearch.index.analysisの列挙型
-
- AnalyzeToken(String, int, int, int, String, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- AnalyzeTokenList(String, AnalyzeResponse.AnalyzeToken[]) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
-
- analyzeWildcard() - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- analyzeWildcard(boolean) - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- analyzeWildcard(boolean) - クラス のメソッドorg.elasticsearch.index.query.QueryStringQueryBuilder
-
Set to true to enable analysis on wildcard and prefix queries.
- analyzeWildcard(boolean) - クラス のメソッドorg.elasticsearch.index.query.SimpleQueryParser.Settings
-
- analyzeWildcard() - クラス のメソッドorg.elasticsearch.index.query.SimpleQueryParser.Settings
-
- analyzeWildcard(boolean) - クラス のメソッドorg.elasticsearch.index.query.SimpleQueryStringBuilder
-
- AnalyzingCompletionLookupProvider - org.elasticsearch.search.suggest.completionのクラス
-
- AnalyzingCompletionLookupProvider(boolean, boolean, boolean, boolean) - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.AnalyzingCompletionLookupProvider
-
- and(Matcher<? super T>) - クラス のメソッドorg.elasticsearch.common.inject.matcher.AbstractMatcher
-
- and(Matcher<? super T>) - インタフェース のメソッドorg.elasticsearch.common.inject.matcher.Matcher
-
Returns a new matcher which returns true if both this and the
given matcher return true.
- andQuery(QueryBuilder...) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- AndQueryBuilder - org.elasticsearch.index.queryのクラス
-
- AndQueryBuilder(QueryBuilder...) - クラス のコンストラクタorg.elasticsearch.index.query.AndQueryBuilder
-
非推奨です。
- AndQueryParser - org.elasticsearch.index.queryのクラス
-
非推奨です。
- AndQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.AndQueryParser
-
非推奨です。
- AnnotatedBindingBuilder<T> - org.elasticsearch.common.inject.binderのインタフェース
-
See the EDSL examples at
Binder.
- AnnotatedConstantBindingBuilder - org.elasticsearch.common.inject.binderのインタフェース
-
See the EDSL examples at
Binder.
- AnnotatedElementBuilder - org.elasticsearch.common.inject.binderのインタフェース
-
See the EDSL examples at
Binder.
- annotatedWith(Class<? extends Annotation>) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.AnnotatedBindingBuilder
-
See the EDSL examples at
Binder.
- annotatedWith(Annotation) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.AnnotatedBindingBuilder
-
See the EDSL examples at
Binder.
- annotatedWith(Class<? extends Annotation>) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.AnnotatedConstantBindingBuilder
-
See the EDSL examples at
Binder.
- annotatedWith(Annotation) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.AnnotatedConstantBindingBuilder
-
See the EDSL examples at
Binder.
- annotatedWith(Class<? extends Annotation>) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.AnnotatedElementBuilder
-
See the EDSL examples at
Binder.
- annotatedWith(Annotation) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.AnnotatedElementBuilder
-
See the EDSL examples at
Binder.
- annotatedWith(Class<? extends Annotation>) - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingBuilder
-
- annotatedWith(Annotation) - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingBuilder
-
- annotatedWith(Class<? extends Annotation>) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- annotatedWith(Annotation) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- annotatedWith(Class<? extends Annotation>) - クラス のメソッドorg.elasticsearch.common.inject.internal.ExposureBuilder
-
- annotatedWith(Annotation) - クラス のメソッドorg.elasticsearch.common.inject.internal.ExposureBuilder
-
- annotatedWith(Class<? extends Annotation>) - クラス のstaticメソッドorg.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches elements (methods, classes, etc.)
- annotatedWith(Annotation) - クラス のstaticメソッドorg.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches elements (methods, classes, etc.)
- annotatedWithInternal(Class<? extends Annotation>) - クラス のメソッドorg.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
Sets the binding to a copy with the specified annotation on the bound key
- annotatedWithInternal(Annotation) - クラス のメソッドorg.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
Sets the binding to a copy with the specified annotation on the bound key
- ANNOTATION_ALREADY_SPECIFIED - クラス のstatic変数org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- Annotations - org.elasticsearch.common.inject.internalのクラス
-
Annotation utilities.
- Annotations() - クラス のコンストラクタorg.elasticsearch.common.inject.internal.Annotations
-
- any() - クラス のstaticメソッドorg.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches any input.
- any(String, InternalAggregation.Type, SearchContext) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceParser
-
- ANY_ORIGIN - クラス のstatic変数org.elasticsearch.http.netty.cors.CorsHandler
-
- anySet() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- API_AND_GATEWAY - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaData
-
- API_AND_SNAPSHOT - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaData
-
- API_ONLY - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaData
-
- ApostropheFilterFactory - org.elasticsearch.index.analysisのクラス
-
Factory for ApostropheFilter
- ApostropheFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ApostropheFilterFactory
-
- append(StringBuilder, String, int, int) - クラス のメソッドorg.apache.lucene.search.postingshighlight.CustomPassageFormatter
-
- append(FieldStats) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats
-
Merges the provided stats into this stats instance.
- append(FieldStats) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Double
-
- append(FieldStats) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Float
-
- append(FieldStats) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Long
-
- append(FieldStats) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Text
-
- append(CharSequence) - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayWriter
-
Appends the specified character to this writer.
- append(Path, Path, int) - クラス のstaticメソッドorg.elasticsearch.common.io.FileSystemUtils
-
Appends the path to the given base and strips N elements off the path if strip is > 0.
- append(LoggingEvent) - クラス のメソッドorg.elasticsearch.common.logging.log4j.TerminalAppender
-
- appendElement(T[], T) - クラス のstaticメソッドorg.elasticsearch.common.collect.CopyOnWriteHashMap
-
- apply(Task, String, ActionRequest, ActionListener, ActionFilterChain) - インタフェース のメソッド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(String, ActionResponse, ActionListener, ActionFilterChain) - インタフェース のメソッドorg.elasticsearch.action.support.ActionFilter
-
Enables filtering the execution of an action on the response side, either by sending a response through the
ActionListener or by continuing the execution through the given
chain
- apply(Task, String, ActionRequest, ActionListener, ActionFilterChain) - クラス のメソッドorg.elasticsearch.action.support.ActionFilter.Simple
-
- apply(String, ActionRequest, ActionListener) - クラス のメソッド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(String, ActionResponse, ActionListener, ActionFilterChain) - クラス のメソッドorg.elasticsearch.action.support.ActionFilter.Simple
-
- apply(String, ActionResponse, ActionListener) - クラス のメソッド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 response by calling the given listener.
- apply(ClusterState, ClusterState.ClusterStateStatus, ClusterState, ClusterState.ClusterStateStatus) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterStateObserver.ChangePredicate
-
a rough check used when starting to monitor for a new change.
- apply(ClusterChangedEvent) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterStateObserver.ChangePredicate
-
called to see whether a cluster change should be accepted
- apply(ClusterState, ClusterState.ClusterStateStatus, ClusterState, ClusterState.ClusterStateStatus) - クラス のメソッドorg.elasticsearch.cluster.ClusterStateObserver.EventPredicate
-
- apply(ClusterState, ClusterState.ClusterStateStatus, ClusterState, ClusterState.ClusterStateStatus) - クラス のメソッドorg.elasticsearch.cluster.ClusterStateObserver.ValidationPredicate
-
- apply(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.cluster.ClusterStateObserver.ValidationPredicate
-
- apply(T) - インタフェース のメソッドorg.elasticsearch.cluster.Diff
-
Applies difference to the specified part and retunrs the resulted part
- apply(CreateIndexClusterStateUpdateRequest, IndexTemplateMetaData) - インタフェース のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateFilter
-
- apply(CreateIndexClusterStateUpdateRequest, IndexTemplateMetaData) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateFilter.Compound
-
- apply(double) - 列挙型 のメソッドorg.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
-
- applyFailedShard(ClusterState, ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.AllocationService
-
- applyFailedShards(ClusterState, List<FailedRerouteAllocation.FailedShard>) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.AllocationService
-
Applies the failed shards.
- applyFailedShards(FailedRerouteAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
- applyFailedShards(FailedRerouteAllocation) - インタフェース のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocator
-
Applies changes on failed nodes based on the implemented algorithm.
- applyFailedShards(FailedRerouteAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocators
-
- applyFailedShards(FailedRerouteAllocation) - クラス のメソッドorg.elasticsearch.gateway.GatewayAllocator
-
- applyMinimumShouldMatch(BooleanQuery, String) - クラス のstaticメソッドorg.elasticsearch.common.lucene.search.Queries
-
- ApplySettings() - クラス のコンストラクタorg.elasticsearch.indices.breaker.HierarchyCircuitBreakerService.ApplySettings
-
- applySettings(Settings) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- applyStartedShards(ClusterState, List<? extends ShardRouting>) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.AllocationService
-
Applies the started shards.
- applyStartedShards(ClusterState, List<? extends ShardRouting>, boolean) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.AllocationService
-
- applyStartedShards(StartedRerouteAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
- applyStartedShards(StartedRerouteAllocation) - インタフェース のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocator
-
Applies changes on started nodes based on the implemented algorithm.
- applyStartedShards(StartedRerouteAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocators
-
- applyStartedShards(StartedRerouteAllocation) - クラス のメソッドorg.elasticsearch.gateway.GatewayAllocator
-
- applyTo(M) - クラス のメソッドorg.elasticsearch.client.support.Headers
-
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.internal.ExposedBindingImpl
-
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.internal.LinkedBindingImpl
-
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
-
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- applyTo(ScopedBindingBuilder) - クラス のメソッドorg.elasticsearch.common.inject.internal.Scoping
-
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.internal.UntargettedBindingImpl
-
- applyTo(Binder) - インタフェース のメソッドorg.elasticsearch.common.inject.spi.Element
-
Writes this module element to the given binder (optional operation).
- applyTo(Binder) - インタフェース のメソッドorg.elasticsearch.common.inject.spi.ExposedBinding
-
Unsupported.
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.spi.InjectionRequest
-
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.spi.MembersInjectorLookup
-
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.spi.Message
-
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.spi.ProviderLookup
-
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.spi.ScopeBinding
-
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.spi.StaticInjectionRequest
-
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.spi.TypeConverterBinding
-
- applyTo(Binder) - クラス のメソッドorg.elasticsearch.common.inject.spi.TypeListenerBinding
-
- ArabicAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- ArabicAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ArabicAnalyzerProvider
-
- ArabicNormalizationFilterFactory - org.elasticsearch.index.analysisのクラス
-
- ArabicNormalizationFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ArabicNormalizationFilterFactory
-
- ArabicStemTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- ArabicStemTokenFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ArabicStemTokenFilterFactory
-
- arcDistance(double, double) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- arcDistanceInKm(double, double) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- arcDistanceInKmWithDefault(double, double, double) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- arcDistanceInMiles(double, double) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- arcDistanceInMilesWithDefault(double, double, double) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- arcDistanceWithDefault(double, double, double) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- ArcFixedSourceDistance(double, double, DistanceUnit) - クラス のコンストラクタorg.elasticsearch.common.geo.GeoDistance.ArcFixedSourceDistance
-
- ArmenianAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- ArmenianAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ArmenianAnalyzerProvider
-
- array() - クラス のメソッドorg.elasticsearch.common.bytes.BytesArray
-
- array() - インタフェース のメソッドorg.elasticsearch.common.bytes.BytesReference
-
The underlying byte array (if exists).
- array() - クラス のメソッドorg.elasticsearch.common.bytes.ChannelBufferBytesReference
-
- array() - クラス のメソッドorg.elasticsearch.common.bytes.PagedBytesReference
-
- array(String, String...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- array(XContentBuilderString, String...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- array(String, Object...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- array(XContentBuilderString, Object...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- arrayAsArrayList(E...) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- arrayOf(Type) - クラス のstaticメソッドorg.elasticsearch.common.inject.util.Types
-
Returns an array type whose elements are all instances of
componentType.
- arrayOffset() - クラス のメソッドorg.elasticsearch.common.bytes.BytesArray
-
- arrayOffset() - インタフェース のメソッドorg.elasticsearch.common.bytes.BytesReference
-
The offset into the underlying byte array.
- arrayOffset() - クラス のメソッドorg.elasticsearch.common.bytes.ChannelBufferBytesReference
-
- arrayOffset() - クラス のメソッドorg.elasticsearch.common.bytes.PagedBytesReference
-
- arrayToCommaDelimitedString(Object[]) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Convenience method to return a String array as a CSV String.
- arrayToDelimitedString(Object[], String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Convenience method to return a String array as a delimited (e.g.
- arrayToDelimitedString(Object[], String, StringBuilder) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- ArrayUtils - org.elasticsearch.common.utilのクラス
-
- ArrayValueMapperParser - org.elasticsearch.index.mapper.objectのインタフェース
-
A marker interface indicating that this mapper can handle array value, and the array
itself should be passed to it.
- asArrayList(E, E...) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- asArrayList(E, E, E...) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- asByte() - クラス のメソッドorg.elasticsearch.common.unit.Fuzziness
-
- asc() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket.SubAggregationComparator
-
- ASCIIFoldingTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
Factory for ASCIIFoldingFilter.
- ASCIIFoldingTokenFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ASCIIFoldingTokenFilterFactory
-
- asDistance() - クラス のメソッドorg.elasticsearch.common.unit.Fuzziness
-
- asDistance(String) - クラス のメソッドorg.elasticsearch.common.unit.Fuzziness
-
- asDouble() - クラス のメソッドorg.elasticsearch.common.unit.Fuzziness
-
- asEagerSingleton() - インタフェース のメソッドorg.elasticsearch.common.inject.binder.ScopedBindingBuilder
-
Instructs the
Injector to eagerly initialize this
singleton-scoped binding upon creation.
- asEagerSingleton() - クラス のメソッドorg.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- asFloat() - クラス のメソッドorg.elasticsearch.common.unit.Fuzziness
-
- asin(Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- asin(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- asin(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- asin(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- asin(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- asInt() - クラス のメソッドorg.elasticsearch.common.unit.Fuzziness
-
- asList() - クラス のメソッドorg.elasticsearch.common.util.concurrent.AtomicArray
-
Returns the it as a non null list, with an Entry wrapping each value allowing to
retain its index.
- asList() - インタフェース のメソッドorg.elasticsearch.search.aggregations.Aggregations
-
- asList() - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregations
-
- asLong() - クラス のメソッドorg.elasticsearch.common.unit.Fuzziness
-
- asMap() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- asMap() - クラス のメソッドorg.elasticsearch.index.store.Store.MetadataSnapshot
-
- asMap() - インタフェース のメソッドorg.elasticsearch.search.aggregations.Aggregations
-
- asMap() - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregations
-
- asMap() - クラス のメソッドorg.elasticsearch.search.lookup.LeafSearchLookup
-
- asMultiBucketAggregator(AggregatorFactory, AggregationContext, Aggregator) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregatorFactory
-
Utility method.
- asQuery(String...) - クラス のメソッドorg.elasticsearch.index.query.support.XContentStructure
-
Use the captured bytes to parse the inner query using the specified
types.
- asQuery(String...) - クラス のメソッドorg.elasticsearch.index.query.support.XContentStructure.InnerQuery
-
Return the query represented by the XContentStructure object,
returning the cached Query if it has already been parsed.
- asSequentialAccessBits(int, Scorer) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
Given a Scorer, return a Bits instance that will match
all documents contained in the set.
- assertClusterStateThread() - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
asserts that the current thread is the cluster state update thread
- assertNotTransportThread(String) - 列挙型 のstaticメソッドorg.elasticsearch.transport.Transports
-
- assertShardStats(RoutingNodes) - クラス のstaticメソッド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メソッドorg.elasticsearch.transport.Transports
-
- asShort() - クラス のメソッドorg.elasticsearch.common.unit.Fuzziness
-
- assignedReplicasIncludingRelocating() - クラス のメソッドorg.elasticsearch.cluster.routing.PlainShardsIterator
-
- assignedReplicasIncludingRelocating() - インタフェース のメソッドorg.elasticsearch.cluster.routing.ShardsIterator
-
- assignedShards() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns a
List of assigned shards
- assignedShards(ShardRouting) - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
Returns
true iff this shard is assigned to a node ie. not
unassigned.
- Assisted - org.elasticsearch.common.inject.assistedinjectの注釈型
-
Annotates an injected parameter or field whose value comes from an argument to a factory method.
- AssistedInject - org.elasticsearch.common.inject.assistedinjectの注釈型
-
- asString() - クラス のメソッドorg.elasticsearch.common.unit.Fuzziness
-
- asTimeValue() - クラス のメソッドorg.elasticsearch.common.unit.Fuzziness
-
- asUnordered() - クラス のメソッドorg.elasticsearch.cluster.routing.PlainShardsIterator
-
- asUnordered() - インタフェース のメソッドorg.elasticsearch.cluster.routing.ShardsIterator
-
- AsyncAction(Task, Request, ActionListener<Response>) - クラス のコンストラクタorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.AsyncAction
-
- AsyncBroadcastAction(Task, Request, ActionListener<Response>) - クラス のコンストラクタorg.elasticsearch.action.support.broadcast.TransportBroadcastAction.AsyncBroadcastAction
-
- AsynchronousComputationException - org.elasticsearch.common.inject.internalの例外
-
Wraps an exception that occurred during a computation in a different thread.
- AsynchronousComputationException(Throwable) - 例外 のコンストラクタorg.elasticsearch.common.inject.internal.AsynchronousComputationException
-
- AsyncShardFetch<T extends BaseNodeResponse> - org.elasticsearch.gatewayのクラス
-
Allows to asynchronously fetch shard related data from other nodes for allocation, without blocking
the cluster update thread.
- AsyncShardFetch(ESLogger, String, ShardId, AsyncShardFetch.List<? extends BaseNodesResponse<T>, T>) - クラス のコンストラクタorg.elasticsearch.gateway.AsyncShardFetch
-
- AsyncShardFetch.FetchResult<T extends BaseNodeResponse> - org.elasticsearch.gatewayのクラス
-
The result of a fetch operation.
- AsyncShardFetch.List<NodesResponse extends BaseNodesResponse<NodeResponse>,NodeResponse extends BaseNodeResponse> - org.elasticsearch.gatewayのインタフェース
-
An action that lists the relevant shard data that needs to be fetched.
- atan(Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- atan(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- atan(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- atan(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- atan(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- atan2(Short, Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- atan2(Integer, Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- atan2(Float, Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- atan2(Long, Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- atan2(Double, Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- AtomicArray<E> - org.elasticsearch.common.util.concurrentのクラス
-
- AtomicArray(int) - クラス のコンストラクタorg.elasticsearch.common.util.concurrent.AtomicArray
-
- AtomicArray.Entry<E> - org.elasticsearch.common.util.concurrentのクラス
-
An entry within the array.
- AtomicFieldData - org.elasticsearch.index.fielddataのインタフェース
-
The thread safe LeafReader level cache of the data.
- AtomicGeoPointFieldData - org.elasticsearch.index.fielddataのインタフェース
-
- AtomicNumericFieldData - org.elasticsearch.index.fielddataのインタフェース
-
- AtomicOrdinalsFieldData - org.elasticsearch.index.fielddataのインタフェース
-
- AtomicParentChildFieldData - org.elasticsearch.index.fielddataのインタフェース
-
- attemptSyncedFlush(String[], IndicesOptions, ActionListener<SyncedFlushResponse>) - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService
-
- attemptSyncedFlush(ShardId, ActionListener<ShardsSyncedFlushResult>) - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService
-
- attr - クラス の変数org.elasticsearch.common.Table.Cell
-
- attributes(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- attributes() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- attributes() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
The node attributes.
- attributes() - クラス のメソッドorg.elasticsearch.node.service.NodeService
-
Attributes different services in the node can add to be reported as part of the node info (for example).
- ATTRIBUTES - クラス のstatic変数org.elasticsearch.rest.action.admin.indices.analyze.RestAnalyzeAction.Fields
-
- attributes(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BucketStreamContext
-
- attributes() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BucketStreamContext
-
- AUTO - クラス のstatic変数org.elasticsearch.common.unit.Fuzziness
-
- AUTO_THROTTLE - クラス のstatic変数org.elasticsearch.index.shard.MergeSchedulerConfig
-
- AutoCreateIndex - 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, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.support.AutoCreateIndex
-
- autoGeneratedId() - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Has the id been auto generated?
- autoGeneratedId() - クラス のメソッドorg.elasticsearch.index.engine.Engine.Create
-
- autoGeneratePhraseQueries() - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- autoGeneratePhraseQueries(boolean) - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- autoGeneratePhraseQueries(boolean) - クラス のメソッド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.
- autoIndexJtsGeometry - クラス の変数org.elasticsearch.common.geo.builders.ShapeBuilder
-
- autoValidateJtsGeometry - クラス の変数org.elasticsearch.common.geo.builders.ShapeBuilder
-
- available() - クラス のメソッドorg.elasticsearch.common.compress.CompressedIndexInput
-
非推奨です。
Method is overridden to report number of bytes that can now be read
from decoded data buffer, without reading bytes from the underlying
stream.
- available() - クラス のメソッドorg.elasticsearch.common.compress.CompressedStreamInput
-
Method is overridden to report number of bytes that can now be read
from decoded data buffer, without reading bytes from the underlying
stream.
- available() - クラス のメソッドorg.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- available() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.SlicedInputStream
-
- available() - クラス のメソッドorg.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- available() - クラス のメソッドorg.elasticsearch.transport.netty.ChannelBufferStreamInput
-
- availableCodecs() - クラス のメソッドorg.elasticsearch.index.codec.CodecService
-
Returns all registered available codec names
- availableShardPaths(ShardId) - クラス のメソッドorg.elasticsearch.env.NodeEnvironment
-
Returns all shard paths excluding custom shard path.
- availableShards() - クラス のメソッドorg.elasticsearch.indices.memory.IndexingMemoryController
-
- averageUsage(RoutingNode, Map<String, DiskUsage>) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
Returns a
DiskUsage for the
RoutingNode using the
average usage of other nodes in the disk usage map.
- avg(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Avg aggregation with the given name.
- Avg - org.elasticsearch.search.aggregations.metrics.avgのインタフェース
-
An aggregation that computes the average of the values in the current bucket.
- AvgAggregator - org.elasticsearch.search.aggregations.metrics.avgのクラス
-
- AvgAggregator(String, ValuesSource.Numeric, ValueFormatter, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.avg.AvgAggregator
-
- AvgAggregator.Factory - org.elasticsearch.search.aggregations.metrics.avgのクラス
-
- avgBucket(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- AvgBucketBuilder - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avgのクラス
-
- AvgBucketBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketBuilder
-
- AvgBucketParser - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avgのクラス
-
- AvgBucketParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketParser
-
- AvgBucketPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avgのクラス
-
- AvgBucketPipelineAggregator(String, String[], BucketHelpers.GapPolicy, ValueFormatter, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
-
- AvgBucketPipelineAggregator.Factory - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avgのクラス
-
- AvgBuilder - org.elasticsearch.search.aggregations.metrics.avgのクラス
-
Builder for the
Avg aggregation.
- AvgBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.avg.AvgBuilder
-
Sole constructor.
- AvgParser - org.elasticsearch.search.aggregations.metrics.avgのクラス
-
- AvgParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.avg.AvgParser
-
- avgShardsPerNode(String) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.Balancer
-
Returns the average of shards per node for the given index
- avgShardsPerNode() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator.Balancer
-
Returns the global average of shards per node
- await() - クラス のメソッドorg.elasticsearch.common.util.concurrent.ThreadBarrier
-
- await(long, TimeUnit) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ThreadBarrier
-
- awaitAllNodes(TimeValue) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor
-
Closes the processor.
- awaitTermination() - インタフェース のメソッドorg.elasticsearch.indices.IndicesWarmer.TerminationHandle
-
Wait until execution of the warm-up action completes.
- awaitTermination(long, TimeUnit) - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool
-
- AwarenessAllocationDecider - org.elasticsearch.cluster.routing.allocation.deciderのクラス
-
This
AllocationDecider controls shard allocation based on
awareness key-value pairs defined in the node configuration.
- AwarenessAllocationDecider() - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
-
- AwarenessAllocationDecider(Settings) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
-
- AwarenessAllocationDecider(Settings, NodeSettingsService) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
-
- awarenessAttributes() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
-
Get the attributes defined by this instance
- cache - クラス の変数org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
-
- cache() - クラス のメソッドorg.elasticsearch.index.IndexService
-
- cache - 列挙型 の変数org.elasticsearch.indices.analysis.PreBuiltAnalyzers
-
- cache - 列挙型 の変数org.elasticsearch.indices.analysis.PreBuiltCharFilters
-
- cache - 列挙型 の変数org.elasticsearch.indices.analysis.PreBuiltTokenFilters
-
- cache - 列挙型 の変数org.elasticsearch.indices.analysis.PreBuiltTokenizers
-
- cache() - クラス のメソッドorg.elasticsearch.search.fetch.FetchSubPhase.HitContext
-
- CachedPositionIterator - org.elasticsearch.search.lookupのクラス
-
- CachedPositionIterator(IndexFieldTerm) - クラス のコンストラクタorg.elasticsearch.search.lookup.CachedPositionIterator
-
- cacheKey() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- cacheKey() - インタフェース のメソッドorg.elasticsearch.search.internal.ShardSearchRequest
-
Returns the cache key for this shard search request, based on its content
- cacheKey() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- calcHighFreqMinimumNumberShouldMatch(int) - クラス のメソッドorg.apache.lucene.queries.ExtendedCommonTermsQuery
-
- calcLowFreqMinimumNumberShouldMatch(int) - クラス のメソッドorg.apache.lucene.queries.ExtendedCommonTermsQuery
-
- calcMinimumNumberShouldMatch(String, int) - クラス のメソッドorg.apache.lucene.queries.ExtendedCommonTermsQuery
-
- calcRequiredAllocations(String, int) - クラス のメソッドorg.elasticsearch.gateway.Gateway
-
- calculate(double, double) - クラス のメソッドorg.elasticsearch.common.geo.GeoDistance.ArcFixedSourceDistance
-
- calculate(double, double, double, double, DistanceUnit) - 列挙型 のメソッドorg.elasticsearch.common.geo.GeoDistance
-
- calculate(double, double) - クラス のメソッドorg.elasticsearch.common.geo.GeoDistance.FactorFixedSourceDistance
-
- calculate(double, double) - インタフェース のメソッドorg.elasticsearch.common.geo.GeoDistance.FixedSourceDistance
-
- calculate(double, double) - クラス のメソッドorg.elasticsearch.common.geo.GeoDistance.PlaneFixedSourceDistance
-
- calculate(double, double) - クラス のメソッドorg.elasticsearch.common.geo.GeoDistance.SloppyArcFixedSourceDistance
-
- calculateMinShouldMatch(int, String) - クラス のstaticメソッドorg.elasticsearch.common.lucene.search.Queries
-
- Callback<T> - org.elasticsearch.common.utilのインタフェース
-
- camelCase() - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilderString
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
-
- canAllocate(IndexMetaData, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
-
- canAllocate(RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canAllocate(IndexMetaData, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canAllocate(ShardRouting, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canAllocate(RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DisableAllocationDecider
-
非推奨です。
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- canAllocate(IndexMetaData, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.NodeVersionAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.ReplicaAfterPrimaryActiveAllocationDecider
-
- canAllocate(ShardRouting, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.ReplicaAfterPrimaryActiveAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
-
- canAllocate(RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
-
- canAllocate(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
-
- canAllocate(RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
-
- canBeMinimized() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
-
- canBeMinimized() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
-
- canBeMinimized() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- canBeMinimized() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
-
- canBeMinimized() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
-
Returns if the model can be cost minimized.
- canBeMinimized() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
-
- canCache(ShardSearchRequest, SearchContext) - クラス のメソッドorg.elasticsearch.indices.cache.request.IndicesRequestCache
-
Can the shard request be cached at all?
- cancel(String) - クラス のメソッドorg.elasticsearch.common.util.CancellableThreads
-
cancel all current running operations.
- cancel(boolean) - クラス のメソッドorg.elasticsearch.common.util.concurrent.BaseFuture
-
- cancel(Future<?>) - クラス のstaticメソッドorg.elasticsearch.common.util.concurrent.FutureUtils
-
- cancel(String) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySourceHandler
-
Cancels the recovery and interrupts all eligible threads.
- cancel(String) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
- cancel(CancellableTask, String, Consumer<Set<String>>) - クラス のメソッドorg.elasticsearch.tasks.TaskManager
-
Cancels a task
Returns a set of nodes with child tasks where this task should be cancelled if cancellation was successful, null otherwise.
- CancelAllocationCommand - org.elasticsearch.cluster.routing.allocation.commandのクラス
-
A command that cancels relocation, or recovery of a given shard on a node.
- CancelAllocationCommand(ShardId, String, boolean) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
-
- CancelAllocationCommand.Factory - org.elasticsearch.cluster.routing.allocation.commandのクラス
-
- CancellableTask - org.elasticsearch.tasksのクラス
-
A task that can be canceled
- CancellableTask(long, String, String, String) - クラス のコンストラクタorg.elasticsearch.tasks.CancellableTask
-
- CancellableTask(long, String, String, String, TaskId) - クラス のコンストラクタorg.elasticsearch.tasks.CancellableTask
-
- CancellableThreads - org.elasticsearch.common.utilのクラス
-
A utility class for multi threaded operation that needs to be cancellable via interrupts.
- CancellableThreads() - クラス のコンストラクタorg.elasticsearch.common.util.CancellableThreads
-
- CancellableThreads() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
- CancellableThreads.ExecutionCancelledException - org.elasticsearch.common.utilの例外
-
- CancellableThreads.Interruptable - org.elasticsearch.common.utilのインタフェース
-
- cancelOnParentLeaving() - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveriesCollection
-
cancel all ongoing recoveries for the given shard. typically because the shards is closed
- cancelRecoveriesForShard(ShardId, String, Predicate<RecoveryStatus>) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveriesCollection
-
cancel all ongoing recoveries for the given shard, if their status match a predicate
- cancelRecoveriesForShard(ShardId, String, Predicate<RecoveryStatus>) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryTarget
-
cancel all ongoing recoveries for the given shard, if their status match a predicate
- cancelRecovery(long, String) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveriesCollection
-
cancel the recovery with the given id (if found) and remove it from the recovery collection
- cancelRelocation(AllocationId) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.AllocationId
-
Creates a new allocation id representing a cancelled relocation.
- cancelRelocation(ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
Cancels a relocation of a shard that shard must relocating.
- cancelTasks(CancelTasksRequest) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Cancel tasks
- cancelTasks(CancelTasksRequest, ActionListener<CancelTasksResponse>) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Cancel active tasks
- CancelTasksAction - org.elasticsearch.action.admin.cluster.node.tasks.cancelのクラス
-
Action for cancelling running tasks
- CancelTasksRequest - org.elasticsearch.action.admin.cluster.node.tasks.cancelのクラス
-
A request to cancel tasks
- CancelTasksRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
-
- cancelTasksRequest() - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a nodes tasks request against one or more nodes.
- CancelTasksRequestBuilder - org.elasticsearch.action.admin.cluster.node.tasks.cancelのクラス
-
Builder for the request to cancel tasks running on the specified nodes
- CancelTasksRequestBuilder(ElasticsearchClient, CancelTasksAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequestBuilder
-
- CancelTasksResponse - org.elasticsearch.action.admin.cluster.node.tasks.cancelのクラス
-
Returns the list of tasks that were cancelled
- CancelTasksResponse() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksResponse
-
- CancelTasksResponse(List<TaskInfo>, List<TaskOperationFailure>, List<? extends FailedNodeException>) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksResponse
-
- canDeleteIndexContents(Index, Settings, boolean) - クラス のメソッドorg.elasticsearch.indices.IndicesService
-
This method returns true if the current node is allowed to delete the
given index.
- canDeleteShardContent(ShardId, IndexMetaData) - クラス のメソッドorg.elasticsearch.indices.IndicesService
-
Returns true iff the shards content for the given shard can be deleted.
- Candidate(BytesRef, long, double, double, boolean) - クラス のコンストラクタorg.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
-
- CandidateGenerator - org.elasticsearch.search.suggest.phraseのクラス
-
- CandidateGenerator() - クラス のコンストラクタorg.elasticsearch.search.suggest.phrase.CandidateGenerator
-
- candidateGenerator(String) - クラス のstaticメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- CandidateGenerator(String) - クラス のコンストラクタorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.CandidateGenerator
-
- candidates - クラス の変数org.elasticsearch.search.suggest.phrase.Correction
-
- candidates - クラス の変数org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.CandidateSet
-
- CandidateSet(DirectCandidateGenerator.Candidate[], DirectCandidateGenerator.Candidate) - クラス のコンストラクタorg.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.CandidateSet
-
- canHaveDuplicates() - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
Is this request can potentially be dup on a single shard.
- canHaveDuplicates() - クラス のメソッドorg.elasticsearch.index.engine.Engine.IndexingOperation
-
- canHighlight(FieldMapper) - クラス のメソッドorg.elasticsearch.search.highlight.FastVectorHighlighter
-
- canHighlight(FieldMapper) - インタフェース のメソッドorg.elasticsearch.search.highlight.Highlighter
-
- canHighlight(FieldMapper) - クラス のメソッドorg.elasticsearch.search.highlight.PlainHighlighter
-
- canHighlight(FieldMapper) - クラス のメソッドorg.elasticsearch.search.highlight.PostingsHighlighter
-
- canIndex() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
returns true if this shard supports indexing (i.e., write) operations.
- canIndex() - クラス のメソッドorg.elasticsearch.index.shard.ShadowIndexShard
-
- canMoveToClosed() - クラス のメソッドorg.elasticsearch.common.component.Lifecycle
-
- canMoveToStarted() - クラス のメソッドorg.elasticsearch.common.component.Lifecycle
-
- canMoveToStopped() - クラス のメソッドorg.elasticsearch.common.component.Lifecycle
-
- cannotBindToGuiceType(String) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- cannotInjectInnerClass(Class<?>) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- cannotInjectRawMembersInjector() - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- cannotInjectRawProvider() - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- cannotInjectRawTypeLiteral() - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- cannotInjectTypeLiteralOf(Type) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- cannotSatisfyCircularDependency(Class<?>) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- canonicalize(Type) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.MoreTypes
-
Returns a type that is functionally equal but not necessarily equal
according to
Object.equals().
- canonicalName(String) - クラス のstaticメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Returns base file name from part name
- canOpenIndex(ESLogger, Path) - クラス のstaticメソッドorg.elasticsearch.index.store.Store
-
Returns true iff the given location contains an index an the index
can be successfully opened.
- canRebalance(ShardRouting, RoutingAllocation) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.AllocationDecider
-
Returns a
Decision whether the cluster can execute
re-balanced operations at all.
- canRebalance(ShardRouting, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canRebalance(RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canRebalance(ShardRouting, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
-
- canRebalance(RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
-
- canRebalance(ShardRouting, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.ConcurrentRebalanceAllocationDecider
-
- canRebalance(ShardRouting, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
-
- canRebalance(ShardRouting, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.RebalanceOnlyWhenActiveAllocationDecider
-
- canRebalance(ShardRouting, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
-
Returns a
Decision whether the given shard routing can be
re-balanced to the given allocation.
- canRemain(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.AllocationDeciders
-
- canRemain(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
-
- canRemain(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- canRemain(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- canRemain(ShardRouting, RoutingNode, RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
-
- capacity() - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- capitalize(String) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Strings
-
- capitalize(String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- cardinality() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
-
- cardinality(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Cardinality aggregation with the given name.
- Cardinality - org.elasticsearch.search.aggregations.metrics.cardinalityのインタフェース
-
An aggregation that computes approximate numbers of unique terms.
- cardinality(long) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- CardinalityAggregator - org.elasticsearch.search.aggregations.metrics.cardinalityのクラス
-
An aggregator that computes approximate counts of unique values.
- CardinalityAggregator(String, ValuesSource, int, ValueFormatter, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
-
- CardinalityBuilder - org.elasticsearch.search.aggregations.metrics.cardinalityのクラス
-
- CardinalityBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.cardinality.CardinalityBuilder
-
Sole constructor.
- CardinalityParser - org.elasticsearch.search.aggregations.metrics.cardinalityのクラス
-
- CardinalityParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.cardinality.CardinalityParser
-
- cast() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- castToDouble(SortedNumericDocValues) - 列挙型 のstaticメソッドorg.elasticsearch.index.fielddata.FieldData
-
Wrap the provided SortedNumericDocValues instance to cast all values to doubles.
- castToLong(SortedNumericDoubleValues) - 列挙型 のstaticメソッドorg.elasticsearch.index.fielddata.FieldData
-
- CatalanAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- CatalanAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.CatalanAnalyzerProvider
-
- category(String) - クラス のstaticメソッドorg.elasticsearch.search.suggest.context.ContextBuilder
-
Create a new CategoryMapping
- category(String, String) - クラス のstaticメソッドorg.elasticsearch.search.suggest.context.ContextBuilder
-
Create a new CategoryMapping with default category
- CategoryContextMapping - org.elasticsearch.search.suggest.contextのクラス
-
- CategoryContextMapping(String) - クラス のコンストラクタorg.elasticsearch.search.suggest.context.CategoryContextMapping
-
- CategoryContextMapping(String, String) - クラス のコンストラクタorg.elasticsearch.search.suggest.context.CategoryContextMapping
-
- CategoryContextMapping(String, Iterable<? extends CharSequence>) - クラス のコンストラクタorg.elasticsearch.search.suggest.context.CategoryContextMapping
-
- CategoryContextMapping(String, String, Iterable<? extends CharSequence>) - クラス のコンストラクタorg.elasticsearch.search.suggest.context.CategoryContextMapping
-
- CategoryContextMapping.Builder - org.elasticsearch.search.suggest.contextのクラス
-
- cause() - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- cause() - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The cause for this index creation.
- cause(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The cause for this index creation.
- cause(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The cause for this index template creation.
- cause() - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- cause(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The cause for this index template creation.
- cause() - クラス のメソッドorg.elasticsearch.repositories.VerificationFailure
-
- cause() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns restore operation cause
- cause() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns cause for snapshot operation
- causeToXContent(XContentBuilder, ToXContent.Params) - 例外 のメソッドorg.elasticsearch.action.search.SearchPhaseExecutionException
-
- causeToXContent(XContentBuilder, ToXContent.Params) - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
Renders a cause exception as xcontent
- cborBuilder() - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentFactory
-
- cborBuilder(OutputStream) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentFactory
-
Constructs a new cbor builder that will output the result into the provided output stream.
- CborXContent - org.elasticsearch.common.xcontent.cborのクラス
-
A CBOR based content implementation using Jackson.
- cborXContent - クラス のstatic変数org.elasticsearch.common.xcontent.cbor.CborXContent
-
- CborXContentGenerator - org.elasticsearch.common.xcontent.cborのクラス
-
- CborXContentGenerator(JsonGenerator, OutputStream, String...) - クラス のコンストラクタorg.elasticsearch.common.xcontent.cbor.CborXContentGenerator
-
- CborXContentParser - org.elasticsearch.common.xcontent.cborのクラス
-
- CborXContentParser(JsonParser) - クラス のコンストラクタorg.elasticsearch.common.xcontent.cbor.CborXContentParser
-
- cbrt(Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- cbrt(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- cbrt(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- cbrt(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- cbrt(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- CCW - 列挙型 のstatic変数org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
-
- ceil(Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- ceil(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- ceil(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- ceil(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- ceil(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- Cell(Object, Table.Cell) - クラス のコンストラクタorg.elasticsearch.common.Table.Cell
-
- Cell(Object) - クラス のコンストラクタorg.elasticsearch.common.Table.Cell
-
- Cell(Object, Map<String, String>) - クラス のコンストラクタorg.elasticsearch.common.Table.Cell
-
- center(Coordinate) - クラス のメソッドorg.elasticsearch.common.geo.builders.CircleBuilder
-
Set the center of the circle
- center(double, double) - クラス のメソッドorg.elasticsearch.common.geo.builders.CircleBuilder
-
set the center of the circle
- centroid() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroid
-
- centroid - クラス の変数org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- centroid() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- changed() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RoutingAllocation.Result
-
- changesAllowed() - クラス のメソッドorg.elasticsearch.indices.IndicesService
-
Returns true if changes (adding / removing) indices, shards and so on are allowed.
- channel - クラス の変数org.elasticsearch.index.translog.TranslogReader
-
- channel - クラス の変数org.elasticsearch.rest.action.support.RestActionListener
-
- channel(TransportRequestOptions.Type) - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport.NodeChannels
-
- ChannelBufferBytesReference - org.elasticsearch.common.bytesのクラス
-
- ChannelBufferBytesReference(ChannelBuffer) - クラス のコンストラクタorg.elasticsearch.common.bytes.ChannelBufferBytesReference
-
- ChannelBufferStreamInput - org.elasticsearch.transport.nettyのクラス
-
- ChannelBufferStreamInput(ChannelBuffer) - クラス のコンストラクタorg.elasticsearch.transport.netty.ChannelBufferStreamInput
-
- ChannelBufferStreamInput(ChannelBuffer, int) - クラス のコンストラクタorg.elasticsearch.transport.netty.ChannelBufferStreamInput
-
- ChannelBufferStreamInputFactory - org.elasticsearch.transport.nettyのクラス
-
- ChannelBufferStreamInputFactory() - クラス のコンストラクタorg.elasticsearch.transport.netty.ChannelBufferStreamInputFactory
-
- channelReference - クラス の変数org.elasticsearch.index.translog.TranslogReader
-
- Channels - org.elasticsearch.common.ioのクラス
-
- channelScore(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.WordScorer
-
- CHAR_FILTERS - クラス のstatic変数org.elasticsearch.rest.action.admin.indices.analyze.RestAnalyzeAction.Fields
-
- charAt(int) - クラス のメソッドorg.elasticsearch.common.io.FastStringReader
-
- charFilter(String) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisService
-
- CharFilteredText(String, String[]) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
-
- charFilterFactories() - クラス のメソッドorg.elasticsearch.indices.analysis.IndicesAnalysisService
-
- CharFilterFactory - org.elasticsearch.index.analysisのインタフェース
-
- CharFilterFactoryFactory - org.elasticsearch.index.analysisのインタフェース
-
- charFilterFactoryFactory(String) - クラス のメソッドorg.elasticsearch.indices.analysis.IndicesAnalysisService
-
- charFilters(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- charFilters() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- charfilters() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- charfilters(DetailAnalyzeResponse.CharFilteredText[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- charFilters() - クラス のメソッドorg.elasticsearch.index.analysis.CustomAnalyzer
-
- CharFiltersBindings() - クラス のコンストラクタorg.elasticsearch.index.analysis.AnalysisModule.AnalysisBinderProcessor.CharFiltersBindings
-
- CharMatcher - org.elasticsearch.index.analysisのインタフェース
-
A class to match character code points.
- CharMatcher.Basic - org.elasticsearch.index.analysisの列挙型
-
- CharMatcher.Builder - org.elasticsearch.index.analysisのクラス
-
- CharMatcher.ByUnicodeCategory - org.elasticsearch.index.analysisのクラス
-
- CharSequenceReader - org.elasticsearch.common.ioのクラス
-
- CharSequenceReader() - クラス のコンストラクタorg.elasticsearch.common.io.CharSequenceReader
-
- charTermAttr - クラス の変数org.elasticsearch.search.suggest.SuggestUtils.TokenConsumer
-
- checkAndNotify() - クラス のメソッドorg.elasticsearch.watcher.AbstractResourceWatcher
-
- checkAndNotify() - インタフェース のメソッドorg.elasticsearch.watcher.ResourceWatcher
-
- checkBlock(ClusterHealthRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.TransportClusterHealthAction
-
- checkBlock(DeleteRepositoryRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.delete.TransportDeleteRepositoryAction
-
- checkBlock(GetRepositoriesRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.get.TransportGetRepositoriesAction
-
- checkBlock(PutRepositoryRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.TransportPutRepositoryAction
-
- checkBlock(VerifyRepositoryRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.verify.TransportVerifyRepositoryAction
-
- checkBlock(ClusterRerouteRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.reroute.TransportClusterRerouteAction
-
- checkBlock(ClusterUpdateSettingsRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.TransportClusterUpdateSettingsAction
-
- checkBlock(ClusterSearchShardsRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.TransportClusterSearchShardsAction
-
- checkBlock(CreateSnapshotRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.TransportCreateSnapshotAction
-
- checkBlock(DeleteSnapshotRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.delete.TransportDeleteSnapshotAction
-
- checkBlock(GetSnapshotsRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.TransportGetSnapshotsAction
-
- checkBlock(RestoreSnapshotRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.TransportRestoreSnapshotAction
-
- checkBlock(SnapshotsStatusRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.TransportSnapshotsStatusAction
-
- checkBlock(ClusterStateRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.TransportClusterStateAction
-
- checkBlock(PendingClusterTasksRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.cluster.tasks.TransportPendingClusterTasksAction
-
- checkBlock(GetAliasesRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.exists.TransportAliasesExistAction
-
- checkBlock(GetAliasesRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.TransportGetAliasesAction
-
- checkBlock(IndicesAliasesRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.TransportIndicesAliasesAction
-
- checkBlock(CloseIndexRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
-
- checkBlock(CreateIndexRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.TransportCreateIndexAction
-
- checkBlock(DeleteIndexRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.delete.TransportDeleteIndexAction
-
- checkBlock(IndicesExistsRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.indices.TransportIndicesExistsAction
-
- checkBlock(TypesExistsRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.types.TransportTypesExistsAction
-
- checkBlock(GetIndexRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.get.TransportGetIndexAction
-
- checkBlock(GetMappingsRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.TransportGetMappingsAction
-
- checkBlock(PutMappingRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.TransportPutMappingAction
-
- checkBlock(OpenIndexRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.open.TransportOpenIndexAction
-
- checkBlock(GetSettingsRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.get.TransportGetSettingsAction
-
- checkBlock(UpdateSettingsRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.TransportUpdateSettingsAction
-
- checkBlock(IndicesShardStoresRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.TransportIndicesShardStoresAction
-
- checkBlock(DeleteIndexTemplateRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.delete.TransportDeleteIndexTemplateAction
-
- checkBlock(GetIndexTemplatesRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.get.TransportGetIndexTemplatesAction
-
- checkBlock(PutIndexTemplateRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.TransportPutIndexTemplateAction
-
- checkBlock(UpgradeSettingsRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeSettingsAction
-
- checkBlock(DeleteWarmerRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.delete.TransportDeleteWarmerAction
-
- checkBlock(GetWarmersRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.get.TransportGetWarmersAction
-
- checkBlock(PutWarmerRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.put.TransportPutWarmerAction
-
- checkBlock(Request, ClusterState) - クラス のメソッドorg.elasticsearch.action.support.master.TransportMasterNodeAction
-
- checkCompatibility(MappedFieldType, List<String>, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper.CompletionFieldType
-
- checkCompatibility(MappedFieldType, List<String>, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.DateFieldType
-
- checkCompatibility(MappedFieldType, List<String>, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.NumberFieldType
-
- checkCompatibility(MappedFieldType, List<String>, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.GeoPointFieldType
-
- checkCompatibility(MappedFieldType, List<String>, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- checkCompatibility(MappedFieldType, List<String>, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper.FieldNamesFieldType
-
- checkCompatibility(MappedFieldType, List<String>, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
Checks for any conflicts between this field type and other.
- checkCorsSettingForRegex(String) - クラス のstaticメソッドorg.elasticsearch.rest.support.RestUtils
-
Determine if CORS setting is a regex
- CheckFileCommand - org.elasticsearch.common.cliのクラス
-
A helper command that checks if configured paths have been changed when running a CLI command.
- CheckFileCommand(Terminal) - クラス のコンストラクタorg.elasticsearch.common.cli.CheckFileCommand
-
- checkForCancel() - クラス のメソッドorg.elasticsearch.common.util.CancellableThreads
-
call this will throw an exception if operation was cancelled.
- checkForMisplacedScopeAnnotations(Class<?>, Object, Errors) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Annotations
-
Adds an error if there is a misplaced annotations on type.
- checkForNull(T, Object, Dependency<?>) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
Returns value if it is non-null allowed to be null.
- checkForOfficialPlugins(String) - クラス のstaticメソッドorg.elasticsearch.plugins.PluginManager
-
- checkForTimeout(long) - クラス のメソッドorg.elasticsearch.transport.TransportService.Adapter
-
- checkFrequencies(long, long, long, long, String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
-
- checkFrequencyValidity(long, long, long, long, String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristic
-
- checkGlobalBlock(ClusterState, ClearIndicesCacheRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
-
- checkGlobalBlock(ClusterState, ForceMergeRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
-
- checkGlobalBlock(ClusterState, RecoveryRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
-
- checkGlobalBlock(ClusterState, IndicesSegmentsRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
-
- checkGlobalBlock(ClusterState, IndicesStatsRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
-
- checkGlobalBlock(ClusterState, UpgradeStatusRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
-
- checkGlobalBlock(ClusterState, UpgradeRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
- checkGlobalBlock(ClusterState, ValidateQueryRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
-
- checkGlobalBlock(ClusterState, ExistsRequest) - クラス のメソッドorg.elasticsearch.action.exists.TransportExistsAction
-
- checkGlobalBlock(ClusterState, FieldStatsRequest) - クラス のメソッドorg.elasticsearch.action.fieldstats.TransportFieldStatsTransportAction
-
- checkGlobalBlock(ClusterState, PercolateRequest) - クラス のメソッドorg.elasticsearch.action.percolate.TransportPercolateAction
-
- checkGlobalBlock(ClusterState, SuggestRequest) - クラス のメソッドorg.elasticsearch.action.suggest.TransportSuggestAction
-
- checkGlobalBlock(ClusterState, Request) - クラス のメソッドorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
Executes a global block check before polling the cluster state.
- checkGlobalBlock(ClusterState, Request) - クラス のメソッドorg.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- checkGlobalBlock(ClusterState) - クラス のメソッドorg.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- checkGlobalBlock(ClusterState) - クラス のメソッドorg.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- checkGlobalBlock(ClusterState, DfsOnlyRequest) - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.TransportDfsOnlyAction
-
- checkIdle(long) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
Called by
IndexingMemoryController to check whether more than
inactiveTimeNS has passed since the last
indexing operation, and become inactive (reducing indexing and translog buffers to tiny values) if so.
- checkIdle(IndexShard, long) - クラス のメソッドorg.elasticsearch.indices.memory.IndexingMemoryController
-
ask this shard to check now whether it is inactive, and reduces its indexing and translog buffers if so.
- checkIndex(ShardPath) - クラス のメソッドorg.elasticsearch.common.util.MultiDataPathUpgrader
-
Runs check-index on the target shard and throws an exception if it failed
- checkIndexTime() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
-
- checkIndexTime(long) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
-
- checkIntegrity() - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat.BloomFilteredFieldsProducer
-
非推奨です。
- checkIntegrity(StoreFileMetaData, Directory) - クラス のstaticメソッドorg.elasticsearch.index.store.Store
-
- checkIntegrityNoException(StoreFileMetaData) - クラス のメソッドorg.elasticsearch.index.store.Store
-
- checkIntegrityNoException(StoreFileMetaData, Directory) - クラス のstaticメソッドorg.elasticsearch.index.store.Store
-
- checkJarHell() - クラス のstaticメソッドorg.elasticsearch.bootstrap.JarHell
-
Checks the current classpath for duplicate classes
- checkJarHell(URL[]) - クラス のstaticメソッドorg.elasticsearch.bootstrap.JarHell
-
Checks the set of URLs for duplicate classes
- checkJavaVersion(String, String) - クラス のstaticメソッドorg.elasticsearch.bootstrap.JarHell
-
Checks that the java specification version targetVersion
required by resource is compatible with the current installation.
- checkNoRemainingFields(String, Map<String, Object>, Version) - クラス のstaticメソッドorg.elasticsearch.index.mapper.DocumentMapperParser
-
- checkNoRemainingFields(Map<String, Object>, Version, String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.DocumentMapperParser
-
- checkNotAnnotated() - クラス のメソッドorg.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- checkNotAnnotated() - クラス のメソッドorg.elasticsearch.common.inject.internal.ExposureBuilder
-
- checkNotScoped() - クラス のメソッドorg.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- checkNotTargetted() - クラス のメソッドorg.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- checkParentLimit(String) - クラス のメソッドorg.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
Checks whether the parent breaker has been tripped
- checkpoint(long, int, ChannelReference) - クラス のメソッドorg.elasticsearch.index.translog.TranslogWriter
-
- CHECKPOINT_FILE_NAME - クラス のstatic変数org.elasticsearch.index.translog.Translog
-
- CHECKPOINT_SUFFIX - クラス のstatic変数org.elasticsearch.index.translog.Translog
-
- checkRequestBlock(ClusterState, TransportSingleShardAction<AnalyzeRequest, AnalyzeResponse>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
-
- checkRequestBlock(ClusterState, ClearIndicesCacheRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
-
- checkRequestBlock(ClusterState, ForceMergeRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
-
- checkRequestBlock(ClusterState, TransportSingleShardAction<GetFieldMappingsIndexRequest, GetFieldMappingsResponse>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
-
- checkRequestBlock(ClusterState, RecoveryRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
-
- checkRequestBlock(ClusterState, IndicesSegmentsRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
-
- checkRequestBlock(ClusterState, IndicesStatsRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
-
- checkRequestBlock(ClusterState, UpgradeStatusRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
-
- checkRequestBlock(ClusterState, UpgradeRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
- checkRequestBlock(ClusterState, ValidateQueryRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
-
- checkRequestBlock(ClusterState, ExistsRequest, String[]) - クラス のメソッドorg.elasticsearch.action.exists.TransportExistsAction
-
- checkRequestBlock(ClusterState, FieldStatsRequest, String[]) - クラス のメソッドorg.elasticsearch.action.fieldstats.TransportFieldStatsTransportAction
-
- checkRequestBlock(ClusterState, PercolateRequest, String[]) - クラス のメソッドorg.elasticsearch.action.percolate.TransportPercolateAction
-
- checkRequestBlock(ClusterState, SuggestRequest, String[]) - クラス のメソッドorg.elasticsearch.action.suggest.TransportSuggestAction
-
- checkRequestBlock(ClusterState, Request, String[]) - クラス のメソッドorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
Executes a global request-level check before polling the cluster state.
- checkRequestBlock(ClusterState, Request, String[]) - クラス のメソッドorg.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- checkRequestBlock(ClusterState, Request) - クラス のメソッドorg.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- checkRequestBlock(ClusterState, TransportSingleShardAction<Request, Response>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- checkRequestBlock(ClusterState, DfsOnlyRequest, String[]) - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.TransportDfsOnlyAction
-
- checkSegmentInfoIntegrity(Directory) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
- checksum(byte[]) - インタフェース のメソッドorg.elasticsearch.common.http.client.HttpDownloadHelper.Checksummer
-
Return the hex string for the given byte array
- checksum() - クラス のメソッドorg.elasticsearch.index.shard.CommitPoint.FileInfo
-
- checksum() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Returns file md5 checksum provided by
Store
- checksum() - クラス のメソッドorg.elasticsearch.index.store.StoreFileMetaData
-
Returns a string representation of the files checksum.
- checksum() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- ChecksumBlobStoreFormat<T extends ToXContent> - org.elasticsearch.repositories.blobstoreのクラス
-
Snapshot metadata file format used in v2.0 and above
- ChecksumBlobStoreFormat(String, String, FromXContentBuilder<T>, ParseFieldMatcher, boolean, XContentType) - クラス のコンストラクタorg.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
-
- ChecksumBlobStoreFormat(String, String, FromXContentBuilder<T>, ParseFieldMatcher, boolean) - クラス のコンストラクタorg.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
-
- CHECKSUMS_PREFIX - クラス のstatic変数org.elasticsearch.index.store.Store
-
- checkUnrecognizedParams(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
-
- checkVersionFormat(String) - クラス のstaticメソッドorg.elasticsearch.bootstrap.JarHell
-
- checkWriteConsistency() - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
-
- checkWriteConsistency() - クラス のメソッドorg.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
-
- checkWriteConsistency() - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction
-
True if write consistency should be checked for an implementation
- childBindingAlreadySet(Key<?>) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- childFilter - クラス の変数org.elasticsearch.index.query.support.NestedInnerQueryParseSupport
-
- ChildMemoryCircuitBreaker - org.elasticsearch.common.breakerのクラス
-
Breaker that will check a parent's when incrementing
- ChildMemoryCircuitBreaker(BreakerSettings, ESLogger, HierarchyCircuitBreakerService, String) - クラス のコンストラクタ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, ESLogger, HierarchyCircuitBreakerService, String) - クラス のコンストラクタorg.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
Create a circuit breaker that will break if the number of estimated
bytes grows above the limit.
- childQuery - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery
-
非推奨です。
- children - クラス の変数org.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
-
- children(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Children aggregation with the given name.
- Children - org.elasticsearch.search.aggregations.bucket.childrenのインタフェース
-
An single bucket aggregation that translates parent documents to their children documents.
- ChildrenBuilder - org.elasticsearch.search.aggregations.bucket.childrenのクラス
-
- ChildrenBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.children.ChildrenBuilder
-
Sole constructor.
- ChildrenConstantScoreQuery - org.elasticsearch.index.search.childのクラス
-
- ChildrenConstantScoreQuery(IndexParentChildFieldData, Query, String, String, Filter, int, BitSetProducer) - クラス のコンストラクタorg.elasticsearch.index.search.child.ChildrenConstantScoreQuery
-
非推奨です。
- ChildrenParser - org.elasticsearch.search.aggregations.bucket.childrenのクラス
-
- ChildrenParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.children.ChildrenParser
-
- ChildrenQuery - org.elasticsearch.index.search.childのクラス
-
- ChildrenQuery(ParentChildIndexFieldData, String, String, Filter, Query, ScoreType, int, int, int, BitSetProducer) - クラス のコンストラクタorg.elasticsearch.index.search.child.ChildrenQuery
-
非推奨です。
- ChildrenQuery.ParentCollector - org.elasticsearch.index.search.childのクラス
-
非推奨です。
- ChildrenQuery.ParentScoreCollector - org.elasticsearch.index.search.childのクラス
-
非推奨です。
- ChildrenQuery.ParentScoreCountCollector - org.elasticsearch.index.search.childのクラス
-
非推奨です。
- ChildrenQuery.ParentWeight - org.elasticsearch.index.search.childのクラス
-
非推奨です。
- ChildTaskActionRequest<Request extends ActionRequest<Request>> - org.elasticsearch.action.supportのクラス
-
Base class for action requests that can have associated child tasks
- ChildTaskActionRequest() - クラス のコンストラクタorg.elasticsearch.action.support.ChildTaskActionRequest
-
- ChildTaskActionRequest(ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.support.ChildTaskActionRequest
-
- ChildTaskRequest - org.elasticsearch.action.supportのクラス
-
Base class for requests that can have associated child tasks
- ChildTaskRequest() - クラス のコンストラクタorg.elasticsearch.action.support.ChildTaskRequest
-
- ChildTaskRequest(TransportRequest) - クラス のコンストラクタorg.elasticsearch.action.support.ChildTaskRequest
-
- childType - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery
-
非推奨です。
- childType(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.children.ChildrenBuilder
-
Set the type of children documents.
- childWeight - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery.ParentWeight
-
非推奨です。
- ChineseAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
Only for old indexes
- ChineseAnalyzerProvider(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ChineseAnalyzerProvider
-
- ChiSquare - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- ChiSquare(boolean, boolean) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
-
- ChiSquare.ChiSquareBuilder - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- ChiSquare.ChiSquareParser - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- ChiSquareBuilder(boolean, boolean) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare.ChiSquareBuilder
-
- ChiSquareParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare.ChiSquareParser
-
- chooseStorageFormat(LeafReader, PackedLongValues, Ordinals, RandomAccessOrds, long, long, float, int) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.PackedArrayIndexFieldData
-
- chunkSize() - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreRepository
-
Returns data file chunk size.
- chunkSize() - クラス のメソッドorg.elasticsearch.repositories.fs.FsRepository
-
Returns data file chunk size.
- cidrMaskToMinMax(String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.ip.IpFieldMapper
-
Computes the min & max ip addresses (represented as long values -
same way as stored in index) represented by the given CIDR mask
expression.
- circle(CircleBuilder) - クラス のメソッドorg.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- CircleBuilder - org.elasticsearch.common.geo.buildersのクラス
-
- CircleBuilder() - クラス のコンストラクタorg.elasticsearch.common.geo.builders.CircleBuilder
-
- circuitBreak(String, long) - クラス のメソッド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) - インタフェース のメソッドorg.elasticsearch.common.breaker.CircuitBreaker
-
Trip the circuit breaker
- circuitBreak(String, long) - クラス のメソッドorg.elasticsearch.common.breaker.MemoryCircuitBreaker
-
Method used to trip the breaker
- circuitBreak(String, long) - クラス のメソッドorg.elasticsearch.common.breaker.NoopCircuitBreaker
-
- CircuitBreaker - org.elasticsearch.common.breakerのインタフェース
-
Interface for an object that can be incremented, breaking after some
configured limit has been reached.
- CircuitBreaker.Type - org.elasticsearch.common.breakerの列挙型
-
- CircuitBreakerModule - org.elasticsearch.indices.breakerのクラス
-
- CircuitBreakerModule(Settings) - クラス のコンストラクタorg.elasticsearch.indices.breaker.CircuitBreakerModule
-
- CircuitBreakerService - org.elasticsearch.indices.breakerのクラス
-
Interface for Circuit Breaker services, which provide breakers to classes
that load field data.
- CircuitBreakerService(Settings) - クラス のコンストラクタorg.elasticsearch.indices.breaker.CircuitBreakerService
-
- CircuitBreakerStats - org.elasticsearch.indices.breakerのクラス
-
Class encapsulating stats about the circuit breaker
- CircuitBreakerStats(String, long, long, double, long) - クラス のコンストラクタorg.elasticsearch.indices.breaker.CircuitBreakerStats
-
- CircuitBreakingException - org.elasticsearch.common.breakerの例外
-
Exception thrown when the circuit breaker trips
- CircuitBreakingException(String) - 例外 のコンストラクタorg.elasticsearch.common.breaker.CircuitBreakingException
-
- CircuitBreakingException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.common.breaker.CircuitBreakingException
-
- CircuitBreakingException(String, long, long) - 例外 のコンストラクタorg.elasticsearch.common.breaker.CircuitBreakingException
-
- CjkAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- CjkAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.CjkAnalyzerProvider
-
- CJKBigramFilterFactory - org.elasticsearch.index.analysisのクラス
-
Factory that creates a CJKBigramFilter to form bigrams of CJK terms
that are generated from StandardTokenizer or ICUTokenizer.
- CJKBigramFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.CJKBigramFilterFactory
-
- CJKWidthFilterFactory - org.elasticsearch.index.analysisのクラス
-
- CJKWidthFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.CJKWidthFilterFactory
-
- Classes - org.elasticsearch.commonのクラス
-
- Classes(long, long, long) - クラス のコンストラクタorg.elasticsearch.monitor.jvm.JvmStats.Classes
-
- ClassicFilterFactory - org.elasticsearch.index.analysisのクラス
-
Factory for ClassicFilter
- ClassicFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ClassicFilterFactory
-
- ClassicTokenizerFactory - org.elasticsearch.index.analysisのクラス
-
Factory for ClassicTokenizer
- ClassicTokenizerFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ClassicTokenizerFactory
-
- ClassMap(String, Class<T>, Set<String>, Class<?>...) - クラス のコンストラクタorg.elasticsearch.common.util.ExtensionPoint.ClassMap
-
- ClassPermission - org.elasticsearch.scriptのクラス
-
Checked by scripting engines to allow loading a java class.
- ClassPermission(String) - クラス のコンストラクタorg.elasticsearch.script.ClassPermission
-
Creates a new ClassPermission object.
- ClassPermission(String, String) - クラス のコンストラクタorg.elasticsearch.script.ClassPermission
-
Creates a new ClassPermission object.
- ClassSet(String, Class<T>, Class<?>...) - クラス のコンストラクタorg.elasticsearch.common.util.ExtensionPoint.ClassSet
-
- clause(SpanQueryBuilder) - クラス のメソッドorg.elasticsearch.index.query.SpanNearQueryBuilder
-
- clause(SpanQueryBuilder) - クラス のメソッドorg.elasticsearch.index.query.SpanOrQueryBuilder
-
- CLEAN_FILES - クラス のstatic変数org.elasticsearch.indices.recovery.RecoveryTarget.Actions
-
- cleanCaches(Injector) - クラス のstaticメソッドorg.elasticsearch.common.inject.Injectors
-
- cleanLuceneIndex(Directory) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
This method removes all lucene files from the given directory.
- cleanOpenFiles() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
- cleanPath() - クラス のstaticメソッドorg.elasticsearch.common.blobstore.BlobPath
-
- cleanPath(String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Normalize the path by suppressing sequences like "path/.." and
inner simple dots.
- cleanTruncate(String, int) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Truncates string to a length less than length.
- cleanupAndVerify(String, Store.MetadataSnapshot) - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Clears all info flags.
- clear() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Clears all info flags.
- clear() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Clears all the request flags.
- clear() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Clears all stats flags.
- clear() - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- clear() - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
Do not include any data
- clear() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
Clears all stats.
- clear() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
Clears all stats.
- clear() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
Clears all stats.
- clear() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- clear() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- clear() - クラス のメソッドorg.elasticsearch.common.collect.MapBuilder
-
- clear() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllEntries
-
- clear() - クラス のメソッドorg.elasticsearch.common.metrics.MeanMetric
-
- clear() - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- clear() - クラス のメソッドorg.elasticsearch.common.util.MinimalMap
-
- clear(String) - クラス のメソッドorg.elasticsearch.index.cache.bitset.BitsetFilterCache
-
- clear(String) - クラス のメソッドorg.elasticsearch.index.cache.IndexCache
-
- clear(String) - クラス のメソッドorg.elasticsearch.index.cache.query.index.IndexQueryCache
-
- clear(String) - クラス のメソッドorg.elasticsearch.index.cache.query.none.NoneQueryCache
-
- clear(String) - インタフェース のメソッドorg.elasticsearch.index.cache.query.QueryCache
-
- clear() - インタフェース のメソッドorg.elasticsearch.index.fielddata.IndexFieldData
-
Clears any resources associated with this field data.
- clear() - インタフェース のメソッドorg.elasticsearch.index.fielddata.IndexFieldDataCache
-
Clears all the field data stored cached in on this index.
- clear(String) - インタフェース のメソッドorg.elasticsearch.index.fielddata.IndexFieldDataCache
-
Clears all the field data stored cached in on this index for the specified field name.
- clear() - クラス のメソッドorg.elasticsearch.index.fielddata.IndexFieldDataCache.None
-
- clear(String) - クラス のメソッドorg.elasticsearch.index.fielddata.IndexFieldDataCache.None
-
- clear() - クラス のメソッドorg.elasticsearch.index.fielddata.IndexFieldDataService
-
- clear() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
-
- clear() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
-
- clear() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- clear(IndexReader) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- clear() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.IndexIndexFieldData
-
- clear() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildIndexFieldData.GlobalFieldData
-
- clear() - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- clear() - クラス のメソッドorg.elasticsearch.index.percolator.PercolatorQueriesRegistry
-
- clear() - クラス のメソッドorg.elasticsearch.index.search.stats.ShardSearchStats
-
- clear() - クラス のメソッドorg.elasticsearch.index.store.Store.LegacyChecksums
-
- clear(IndexShard) - クラス のメソッドorg.elasticsearch.indices.cache.request.IndicesRequestCache
-
- clear() - クラス のメソッドorg.elasticsearch.search.lookup.FieldLookup
-
- clear() - クラス のメソッドorg.elasticsearch.search.lookup.LeafDocLookup
-
- clear() - クラス のメソッドorg.elasticsearch.search.lookup.LeafFieldsLookup
-
- clear() - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- clear() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionTokenStream.ByteTermAttributeImpl
-
- CLEAR_SCROLL_CONTEXTS_ACTION_NAME - クラス のstatic変数org.elasticsearch.search.action.SearchServiceTransportAction
-
- clearCache(ClearIndicesCacheRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Clear indices cache.
- clearCache(ClearIndicesCacheRequest, ActionListener<ClearIndicesCacheResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Clear indices cache.
- clearCandidateGenerators() - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Clear the candidate generators.
- clearField(String) - クラス のメソッドorg.elasticsearch.index.fielddata.IndexFieldDataService
-
- clearIndex(String) - クラス のメソッドorg.elasticsearch.indices.cache.query.IndicesQueryCache
-
Clear all entries that belong to the given index.
- ClearIndicesCacheAction - org.elasticsearch.action.admin.indices.cache.clearのクラス
-
- ClearIndicesCacheRequest - org.elasticsearch.action.admin.indices.cache.clearのクラス
-
- ClearIndicesCacheRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- ClearIndicesCacheRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- clearIndicesCacheRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a clean indices cache request.
- ClearIndicesCacheRequestBuilder - org.elasticsearch.action.admin.indices.cache.clearのクラス
-
- ClearIndicesCacheRequestBuilder(ElasticsearchClient, ClearIndicesCacheAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
-
- ClearIndicesCacheResponse - org.elasticsearch.action.admin.indices.cache.clearのクラス
-
The response of a refresh action.
- clearReleasables(SearchContext.Lifetime) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- clearRescorers() - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Clears all rescorers from the builder.
- clearRescorers() - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
- clearScroll(ClearScrollRequest) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Clears the search contexts associated with specified scroll ids.
- clearScroll(ClearScrollRequest, ActionListener<ClearScrollResponse>) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Clears the search contexts associated with specified scroll ids.
- clearScroll(ClearScrollRequest, ActionListener<ClearScrollResponse>) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- clearScroll(ClearScrollRequest) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- ClearScrollAction - org.elasticsearch.action.searchのクラス
-
- ClearScrollContextsRequest() - クラス のコンストラクタorg.elasticsearch.search.action.SearchServiceTransportAction.ClearScrollContextsRequest
-
- ClearScrollRequest - org.elasticsearch.action.searchのクラス
-
- ClearScrollRequest() - クラス のコンストラクタorg.elasticsearch.action.search.ClearScrollRequest
-
- ClearScrollRequest(ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.search.ClearScrollRequest
-
Creates a clear scroll request caused by some other request, which is provided as an
argument so that its headers and context can be copied to the new request
- ClearScrollRequestBuilder - org.elasticsearch.action.searchのクラス
-
- ClearScrollRequestBuilder(ElasticsearchClient, ClearScrollAction) - クラス のコンストラクタorg.elasticsearch.action.search.ClearScrollRequestBuilder
-
- ClearScrollResponse - org.elasticsearch.action.searchのクラス
-
- ClearScrollResponse(boolean, int) - クラス のコンストラクタorg.elasticsearch.action.search.ClearScrollResponse
-
- clearState() - クラス のメソッドorg.elasticsearch.watcher.FileWatcher
-
Clears any state with the FileWatcher, making all files show up as new
- clearTemporalResponses() - クラス のメソッドorg.elasticsearch.discovery.zen.ping.unicast.UnicastZenPing
-
Clears the list of cached ping responses.
- client - クラス の変数org.elasticsearch.action.ActionRequestBuilder
-
- Client - org.elasticsearch.clientのインタフェース
-
A client provides a one stop interface for performing actions/operations against the cluster.
- client() - クラス のメソッドorg.elasticsearch.node.Node
-
A client that can be used to execute actions (operations) against the cluster.
- client(boolean) - クラス のメソッドorg.elasticsearch.node.NodeBuilder
-
Is the node going to be a client node which means it will hold no data (node.data is
set to false) and other optimizations by different modules.
- CLIENT_ATTR - クラス のstatic変数org.elasticsearch.cluster.node.DiscoveryNode
-
- CLIENT_TYPE - クラス のstatic変数org.elasticsearch.client.transport.TransportClient
-
- CLIENT_TYPE_SETTING - インタフェース のstatic変数org.elasticsearch.client.Client
-
- clientBootstrap - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- ClientChannelPipelineFactory(NettyTransport) - クラス のコンストラクタorg.elasticsearch.transport.netty.NettyTransport.ClientChannelPipelineFactory
-
- clientNode(Settings) - クラス のstaticメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
- clientNode() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
Is the node a client node or not.
- ClientTransportModule - org.elasticsearch.client.transportのクラス
-
- ClientTransportModule() - クラス のコンストラクタorg.elasticsearch.client.transport.ClientTransportModule
-
- CliTool - org.elasticsearch.common.cliのクラス
-
A base class for command-line interface tool.
- CliTool(CliToolConfig) - クラス のコンストラクタorg.elasticsearch.common.cli.CliTool
-
- CliTool(CliToolConfig, Terminal) - クラス のコンストラクタorg.elasticsearch.common.cli.CliTool
-
- CliTool.Command - org.elasticsearch.common.cliのクラス
-
- CliTool.Command.Exit - org.elasticsearch.common.cliのクラス
-
- CliTool.Command.Help - org.elasticsearch.common.cliのクラス
-
- CliTool.ExitStatus - org.elasticsearch.common.cliの列挙型
-
- CliToolConfig - org.elasticsearch.common.cliのクラス
-
- CliToolConfig.Builder - org.elasticsearch.common.cliのクラス
-
- CliToolConfig.Cmd - org.elasticsearch.common.cliのクラス
-
- CliToolConfig.Cmd.Builder - org.elasticsearch.common.cliのクラス
-
- CliToolConfig.OptionBuilder - org.elasticsearch.common.cliのクラス
-
- CliToolConfig.OptionGroupBuilder - org.elasticsearch.common.cliのクラス
-
- CLOCKWISE - 列挙型 のstatic変数org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
-
- clone() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- clone() - クラス のメソッドorg.elasticsearch.common.compress.CompressedIndexInput
-
非推奨です。
- clone() - クラス のメソッドorg.elasticsearch.common.compress.lzf.LZFCompressedIndexInput
-
非推奨です。
- clone() - クラス のメソッドorg.elasticsearch.index.deletionpolicy.SnapshotDeletionPolicy
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.core.BooleanFieldMapper.BooleanFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper.CompletionFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.DateFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.core.DoubleFieldMapper.DoubleFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.core.IntegerFieldMapper.IntegerFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.core.LongFieldMapper.LongFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.NumberFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper.StringFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.GeoPointFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper.FieldNamesFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper.TimestampFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.internal.TTLFieldMapper.TTLFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.ip.IpFieldMapper.IpFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- clone() - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper
-
- clone() - クラス のメソッドorg.elasticsearch.index.search.nested.IncludeNestedDocsQuery
-
- clone() - クラス のメソッドorg.elasticsearch.index.translog.ImmutableTranslogReader
-
- clone() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
-
- clone() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
-
- clone() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- clone() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
-
- clone() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
-
Clone the model, returning an exact copy
- clone() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
-
- close() - クラス のメソッドorg.apache.lucene.store.RateLimitedFSDirectory
-
- close() - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor
-
Closes the processor.
- close() - クラス のメソッドorg.elasticsearch.cache.recycler.PageCacheRecycler
-
- close() - クラス のメソッドorg.elasticsearch.client.FilterClient
-
- close(CloseIndexRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Closes an index based on the index name.
- close(CloseIndexRequest, ActionListener<CloseIndexResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Closes an index based on the index name.
- close() - クラス のメソッドorg.elasticsearch.client.node.NodeClient
-
- close() - クラス のメソッドorg.elasticsearch.client.transport.TransportClient
-
Closes the client.
- close() - クラス のメソッドorg.elasticsearch.client.transport.TransportClientNodesService
-
- close() - クラス のメソッドorg.elasticsearch.common.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- close() - インタフェース のメソッドorg.elasticsearch.common.blobstore.BlobStore
-
- close() - クラス のメソッドorg.elasticsearch.common.blobstore.fs.FsBlobStore
-
- close() - クラス のメソッドorg.elasticsearch.common.blobstore.url.URLBlobStore
- close() - クラス のメソッドorg.elasticsearch.common.bytes.ReleasablePagedBytesReference
-
- close() - クラス のメソッドorg.elasticsearch.common.component.AbstractLifecycleComponent
-
- close() - クラス のメソッドorg.elasticsearch.common.compress.CompressedIndexInput
-
非推奨です。
- close() - クラス のメソッドorg.elasticsearch.common.compress.CompressedStreamInput
-
- close() - クラス のメソッドorg.elasticsearch.common.geo.builders.BasePolygonBuilder
-
Close the shell of the polygon
- close() - クラス のメソッドorg.elasticsearch.common.geo.builders.BasePolygonBuilder.Ring
-
- close() - クラス のメソッドorg.elasticsearch.common.geo.builders.MultiPolygonBuilder.InternalPolygonBuilder
-
- close() - クラス のメソッドorg.elasticsearch.common.geo.builders.PolygonBuilder
-
- close() - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayReader
-
Closes the stream and releases any system resources associated with
it.
- close() - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayWriter
-
Close the stream.
- close() - クラス のメソッドorg.elasticsearch.common.io.FastStringReader
-
Closes the stream and releases any system resources associated with
it.
- close() - クラス のメソッドorg.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- close() - クラス のメソッドorg.elasticsearch.common.io.stream.BytesStreamOutput
-
- close() - クラス のメソッドorg.elasticsearch.common.io.stream.DataOutputStreamOutput
-
- close() - クラス のメソッドorg.elasticsearch.common.io.stream.FilterStreamInput
-
- close() - クラス のメソッドorg.elasticsearch.common.io.stream.InputStreamStreamInput
-
- close() - クラス のメソッドorg.elasticsearch.common.io.stream.OutputStreamStreamOutput
-
- close() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
Closes the stream to further operations.
- close() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamOutput
-
Closes this stream to further operations.
- close() - クラス のメソッドorg.elasticsearch.common.io.UTF8StreamWriter
-
Closes and
resets this writer for reuse.
- close() - インタフェース のメソッドorg.elasticsearch.common.lease.Releasable
-
- close(Iterable<? extends Releasable>) - 列挙型 のstaticメソッドorg.elasticsearch.common.lease.Releasables
-
- close(Releasable...) - 列挙型 のstaticメソッドorg.elasticsearch.common.lease.Releasables
-
- close(boolean, Iterable<Releasable>) - 列挙型 のstaticメソッドorg.elasticsearch.common.lease.Releasables
-
Release the provided
Releasables, ignoring exceptions if
success is
false.
- close(boolean, Releasable...) - 列挙型 のstaticメソッドorg.elasticsearch.common.lease.Releasables
-
Release the provided
Releasables, ignoring exceptions if
success is
false.
- close() - クラス のメソッドorg.elasticsearch.common.logging.log4j.TerminalAppender
-
- close() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllEntries
-
- close() - クラス のメソッドorg.elasticsearch.common.lucene.index.FreqTermsEnum
-
- close() - クラス のメソッドorg.elasticsearch.common.lucene.LoggerInfoStream
-
- close() - クラス のメソッドorg.elasticsearch.common.lucene.store.ByteArrayIndexInput
-
- close() - クラス のメソッドorg.elasticsearch.common.lucene.store.FilterIndexOutput
-
- close() - クラス のメソッドorg.elasticsearch.common.lucene.store.IndexOutputOutputStream
-
- close() - クラス のメソッドorg.elasticsearch.common.netty.OpenChannelsHandler
-
- close() - クラス のメソッドorg.elasticsearch.common.recycler.ConcurrentDequeRecycler
-
- close() - クラス のメソッドorg.elasticsearch.common.recycler.DequeRecycler
-
- close() - クラス のメソッドorg.elasticsearch.common.recycler.NoneRecycler
-
- close() - クラス のメソッドorg.elasticsearch.common.recycler.NoneRecycler.NV
-
- close() - インタフェース のメソッドorg.elasticsearch.common.recycler.Recycler
-
- close() - クラス のメソッドorg.elasticsearch.common.util.BytesRefHash
-
- close() - クラス のメソッドorg.elasticsearch.common.util.concurrent.ReleasableLock
-
- close() - クラス のメソッドorg.elasticsearch.common.util.LongHash
-
- close() - クラス のメソッドorg.elasticsearch.common.util.LongObjectPagedHashMap
-
- close() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
- close() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentParser
-
- close() - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- close() - クラス のメソッドorg.elasticsearch.discovery.zen.fd.FaultDetection
-
- close() - クラス のメソッドorg.elasticsearch.discovery.zen.fd.MasterFaultDetection
-
- close() - クラス のメソッドorg.elasticsearch.discovery.zen.fd.NodesFaultDetection
-
- close() - クラス のメソッドorg.elasticsearch.discovery.zen.membership.MembershipAction
-
- close() - クラス のメソッドorg.elasticsearch.discovery.zen.publish.PublishClusterStateAction
-
- close() - クラス のメソッドorg.elasticsearch.env.NodeEnvironment
-
- close() - クラス のメソッドorg.elasticsearch.env.ShardLock
-
- close() - クラス のメソッドorg.elasticsearch.gateway.AsyncShardFetch
-
- close() - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisService
-
- close() - クラス のメソッドorg.elasticsearch.index.analysis.NumericTokenizer
-
- close() - クラス のメソッドorg.elasticsearch.index.cache.bitset.BitsetFilterCache
-
- close() - クラス のメソッドorg.elasticsearch.index.cache.IndexCache
-
- close() - クラス のメソッドorg.elasticsearch.index.cache.query.index.IndexQueryCache
-
- close() - クラス のメソッドorg.elasticsearch.index.cache.query.none.NoneQueryCache
-
- close() - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat.BloomFilteredFieldsConsumer
-
非推奨です。
- close() - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat.BloomFilteredFieldsProducer
-
非推奨です。
- close() - クラス のメソッドorg.elasticsearch.index.deletionpolicy.SnapshotIndexCommit
-
Releases the current snapshot.
- close() - クラス のメソッドorg.elasticsearch.index.deletionpolicy.SnapshotIndexCommits
-
- close() - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
- close() - クラス のメソッドorg.elasticsearch.index.engine.Engine.Searcher
-
- close() - クラス のメソッドorg.elasticsearch.index.engine.EngineSearcher
-
- close() - クラス のメソッドorg.elasticsearch.index.engine.RecoveryCounter
-
- close() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Closes this builder and release all resources.
- close() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
-
- close() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.GeoPointArrayAtomicFieldData
-
- close() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.GeoPointArrayLegacyAtomicFieldData
-
- close() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
-
- close() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildAtomicFieldData
-
- close() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.SortedSetDVBytesAtomicFieldData
-
- close(String, boolean) - クラス のメソッドorg.elasticsearch.index.IndexService
-
- close() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- close() - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- close() - クラス のメソッドorg.elasticsearch.index.percolator.PercolatorQueriesRegistry
-
- close() - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
- close() - クラス のメソッドorg.elasticsearch.index.search.child.ChildrenQuery.ParentCollector
-
非推奨です。
- close() - クラス のメソッドorg.elasticsearch.index.search.child.ChildrenQuery.ParentScoreCollector
-
非推奨です。
- close() - クラス のメソッドorg.elasticsearch.index.search.child.ChildrenQuery.ParentScoreCountCollector
-
非推奨です。
- close(String, boolean) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- close() - クラス のメソッドorg.elasticsearch.index.shard.StoreRecoveryService
-
- close() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.SlicedInputStream
-
- close() - クラス のメソッドorg.elasticsearch.index.store.IndexStore
-
- close() - クラス のメソッドorg.elasticsearch.index.store.Store
-
- close() - クラス のメソッドorg.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- close() - クラス のメソッドorg.elasticsearch.index.translog.BufferedChecksumStreamOutput
-
- close() - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
- close() - クラス のメソッドorg.elasticsearch.index.translog.Translog.View
-
- close() - クラス のメソッドorg.elasticsearch.index.translog.TranslogReader
-
- close() - クラス のメソッドorg.elasticsearch.index.translog.TranslogService
-
- close() - クラス のメソッドorg.elasticsearch.indices.analysis.IndicesAnalysisService
-
- close() - クラス のメソッドorg.elasticsearch.indices.cache.query.IndicesQueryCache
-
- close() - クラス のメソッドorg.elasticsearch.indices.cache.request.IndicesRequestCache
-
- close() - クラス のメソッドorg.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
-
- close() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveriesCollection.StatusRef
-
- close() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySettings
-
- close() - クラス のメソッドorg.elasticsearch.indices.store.IndicesStore
-
- close() - クラス のメソッドorg.elasticsearch.node.Node
-
- close() - クラス のメソッドorg.elasticsearch.percolator.PercolatorService
-
- close() - クラス のメソッドorg.elasticsearch.repositories.VerifyNodeRepositoryAction
-
- close() - クラス のメソッドorg.elasticsearch.rest.RestFilter
-
- close() - クラス のメソッドorg.elasticsearch.script.mustache.MustacheScriptEngineService
-
- close() - クラス のメソッドorg.elasticsearch.script.NativeScriptEngineService
-
- close() - クラス のメソッドorg.elasticsearch.script.ScriptService
-
- close() - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorBase
-
Called upon release of the aggregator.
- close() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
-
- close() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BucketsAggregator
-
- close() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
-
- close() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
- close() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- close() - クラス のメソッドorg.elasticsearch.search.internal.ContextIndexSearcher
-
- close() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- close() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionTokenStream
-
- close() - クラス のメソッドorg.elasticsearch.transport.netty.ChannelBufferStreamInput
-
- close() - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport.NodeChannels
-
- closed() - クラス のメソッドorg.elasticsearch.common.component.Lifecycle
-
Returns true if the state is closed.
- closed - クラス の変数org.elasticsearch.index.translog.TranslogReader
-
- closeIndex(CloseIndexClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataIndexStateService
-
- CloseIndexAction - org.elasticsearch.action.admin.indices.closeのクラス
-
- CloseIndexClusterStateUpdateRequest - org.elasticsearch.action.admin.indices.closeのクラス
-
Cluster state update request that allows to close one or more indices
- CloseIndexRequest - org.elasticsearch.action.admin.indices.closeのクラス
-
A request to close an index.
- CloseIndexRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
- CloseIndexRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
Constructs a new close index request for the specified index.
- closeIndexRequest(String) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a close index request.
- CloseIndexRequestBuilder - org.elasticsearch.action.admin.indices.closeのクラス
-
Builder for close index request
- CloseIndexRequestBuilder(ElasticsearchClient, CloseIndexAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
-
- CloseIndexRequestBuilder(ElasticsearchClient, CloseIndexAction, String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
-
- CloseIndexResponse - org.elasticsearch.action.admin.indices.closeのクラス
-
A response for a close index action.
- closeInternal() - クラス のメソッドorg.elasticsearch.common.util.concurrent.AbstractRefCounted
-
- closeInternal() - クラス のメソッドorg.elasticsearch.env.ShardLock
-
- closeInternal() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
- closeNoLock(String) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
Method to close the engine while the write lock is held.
- closeNoLock(String) - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
Closes the engine without acquiring the write lock.
- closeNoLock(String) - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- closeWhileHandlingException(Iterable<Releasable>) - 列挙型 のstaticメソッドorg.elasticsearch.common.lease.Releasables
-
Release the provided
Releasables, ignoring exceptions.
- closeWhileHandlingException(Releasable...) - 列挙型 のstaticメソッドorg.elasticsearch.common.lease.Releasables
-
Release the provided
Releasables, ignoring exceptions.
- closeWithTragicEvent(Throwable) - クラス のメソッドorg.elasticsearch.index.translog.TranslogWriter
-
- closeWriter() - クラス のメソッドorg.elasticsearch.common.logging.log4j.ConsoleAppender
- cluster() - インタフェース のメソッドorg.elasticsearch.client.AdminClient
-
A client allowing to perform actions/operations against the cluster.
- CLUSTER_BYTES_SIZE_SETTINGS - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaData
-
All known byte-sized cluster settings.
- CLUSTER_READ_ONLY_BLOCK - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaData
-
- CLUSTER_ROUTING_ALLOCATION_ALLOW_REBALANCE - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_AWARENESS_ATTRIBUTES - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_AWARENESS_FORCE_GROUP - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_CLUSTER_CONCURRENT_REBALANCE - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.ConcurrentRebalanceAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_CONCURRENT_RECOVERIES - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_DISABLE_ALLOCATION - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.DisableAllocationDecider
-
非推奨です。
- CLUSTER_ROUTING_ALLOCATION_DISABLE_NEW_ALLOCATION - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.DisableAllocationDecider
-
非推奨です。
- CLUSTER_ROUTING_ALLOCATION_DISABLE_REPLICA_ALLOCATION - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.DisableAllocationDecider
-
非推奨です。
- CLUSTER_ROUTING_ALLOCATION_DISK_THRESHOLD_ENABLED - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- CLUSTER_ROUTING_ALLOCATION_ENABLE - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_HIGH_DISK_WATERMARK - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- CLUSTER_ROUTING_ALLOCATION_INCLUDE_RELOCATIONS - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- CLUSTER_ROUTING_ALLOCATION_LOW_DISK_WATERMARK - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- CLUSTER_ROUTING_ALLOCATION_NODE_CONCURRENT_RECOVERIES - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_NODE_INITIAL_PRIMARIES_RECOVERIES - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
-
- CLUSTER_ROUTING_ALLOCATION_REROUTE_INTERVAL - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- CLUSTER_ROUTING_ALLOCATION_SNAPSHOT_RELOCATION_ENABLED - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
-
Disables relocation of shards that are currently being snapshotted.
- CLUSTER_ROUTING_EXCLUDE_GROUP - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- CLUSTER_ROUTING_INCLUDE_GROUP - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- CLUSTER_ROUTING_REBALANCE_ENABLE - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
-
- CLUSTER_ROUTING_REQUIRE_GROUP - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- CLUSTER_TIME_SETTINGS - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaData
-
All known time cluster settings.
- CLUSTER_TOTAL_SHARDS_PER_NODE - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
-
Controls the maximum number of shards per node on a global level.
- ClusterAdminClient - org.elasticsearch.clientのインタフェース
-
Administrative actions/operations against indices.
- ClusterBlock - org.elasticsearch.cluster.blockのクラス
-
- ClusterBlock(int, String, boolean, boolean, RestStatus, EnumSet<ClusterBlockLevel>) - クラス のコンストラクタorg.elasticsearch.cluster.block.ClusterBlock
-
- ClusterBlockException - org.elasticsearch.cluster.blockの例外
-
- ClusterBlockException(ImmutableSet<ClusterBlock>) - 例外 のコンストラクタorg.elasticsearch.cluster.block.ClusterBlockException
-
- ClusterBlockException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.cluster.block.ClusterBlockException
-
- ClusterBlockLevel - org.elasticsearch.cluster.blockの列挙型
-
- ClusterBlocks - org.elasticsearch.cluster.blockのクラス
-
Represents current cluster level blocks to block dirty operations done against the cluster.
- ClusterBlocks.Builder - org.elasticsearch.cluster.blockのクラス
-
- clusterChanged(ClusterChangedEvent) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterStateListener
-
Called when cluster state changes.
- clusterChanged(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.cluster.InternalClusterInfoService
-
- clusterChanged(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataUpdateSettingsService
-
- clusterChanged(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingService
-
- clusterChanged(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.gateway.Gateway
-
- clusterChanged(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.gateway.GatewayMetaState
-
- clusterChanged(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.gateway.GatewayService
-
- clusterChanged(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.indices.cluster.IndicesClusterStateService
-
- clusterChanged(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.indices.store.IndicesStore
-
- clusterChanged(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.node.settings.NodeSettingsService
-
- clusterChanged(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.repositories.RepositoriesService
-
Checks if new repositories appeared in or disappeared from cluster metadata and updates current list of
repositories accordingly.
- clusterChanged(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.snapshots.RestoreService
-
- clusterChanged(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardsService
-
- clusterChanged(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService
-
- clusterChanged(ClusterChangedEvent) - クラス のメソッドorg.elasticsearch.tasks.TaskManager
-
- ClusterChangedEvent - org.elasticsearch.clusterのクラス
-
An event received by the local node, signaling that the cluster state has changed.
- ClusterChangedEvent(String, ClusterState, ClusterState) - クラス のコンストラクタorg.elasticsearch.cluster.ClusterChangedEvent
-
- ClusterDynamicSettings - org.elasticsearch.cluster.settingsの注釈型
-
- ClusterHealthAction - org.elasticsearch.action.admin.cluster.healthのクラス
-
- ClusterHealthRequest - org.elasticsearch.action.admin.cluster.healthのクラス
-
- ClusterHealthRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- ClusterHealthRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- clusterHealthRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a cluster health request.
- ClusterHealthRequestBuilder - org.elasticsearch.action.admin.cluster.healthのクラス
-
- ClusterHealthRequestBuilder(ElasticsearchClient, ClusterHealthAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- ClusterHealthResponse - org.elasticsearch.action.admin.cluster.healthのクラス
-
- ClusterHealthResponse(String, String[], ClusterState) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
needed for plugins BWC
- ClusterHealthResponse(String, String[], ClusterState, int, int, int, TimeValue) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- ClusterHealthStatus - org.elasticsearch.cluster.healthの列挙型
-
- ClusterIndexHealth - org.elasticsearch.cluster.healthのクラス
-
- ClusterIndexHealth(IndexMetaData, IndexRoutingTable) - クラス のコンストラクタorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- ClusterInfo - 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() - クラス のコンストラクタorg.elasticsearch.cluster.ClusterInfo
-
- ClusterInfo(Map<String, DiskUsage>, Map<String, DiskUsage>, Map<String, Long>, Map<ShardRouting, String>) - クラス のコンストラクタorg.elasticsearch.cluster.ClusterInfo
-
Creates a new ClusterInfo instance.
- clusterInfo() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- ClusterInfoRequest<T extends ClusterInfoRequest<T>> - org.elasticsearch.action.support.master.infoのクラス
-
- ClusterInfoRequest() - クラス のコンストラクタorg.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- ClusterInfoRequestBuilder<Request extends ClusterInfoRequest<Request>,Response extends ActionResponse,Builder extends ClusterInfoRequestBuilder<Request,Response,Builder>> - org.elasticsearch.action.support.master.infoのクラス
-
- ClusterInfoRequestBuilder(ElasticsearchClient, Action<Request, Response, Builder>, Request) - クラス のコンストラクタorg.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
-
- ClusterInfoService - org.elasticsearch.clusterのインタフェース
-
Interface for a class used to gather information about a cluster at
regular intervals
- ClusterInfoService.Listener - org.elasticsearch.clusterのインタフェース
-
Interface for listeners to implement in order to perform actions when
new information about the cluster has been gathered
- ClusterModule - org.elasticsearch.clusterのクラス
-
Configures classes and services that affect the entire cluster.
- ClusterModule(Settings) - クラス のコンストラクタorg.elasticsearch.cluster.ClusterModule
-
- clusterName - クラス の変数org.elasticsearch.action.admin.cluster.repositories.verify.TransportVerifyRepositoryAction
-
- clusterName - クラス の変数org.elasticsearch.action.support.nodes.TransportNodesAction
-
- clusterName - クラス の変数org.elasticsearch.action.support.tasks.TransportTasksAction
-
- ClusterName - org.elasticsearch.clusterのクラス
-
- ClusterName(String) - クラス のコンストラクタorg.elasticsearch.cluster.ClusterName
-
- clusterName - クラス の変数org.elasticsearch.discovery.zen.fd.FaultDetection
-
- clusterName() - クラス のメソッドorg.elasticsearch.discovery.zen.fd.NodesFaultDetection.PingRequest
-
- clusterName() - クラス のメソッドorg.elasticsearch.discovery.zen.ping.ZenPing.PingResponse
-
- clusterName(String) - クラス のメソッドorg.elasticsearch.node.NodeBuilder
-
The cluster name this node is part of (maps to the cluster.name setting).
- clusterNameFromSettings(Settings) - クラス のstaticメソッドorg.elasticsearch.cluster.ClusterName
-
- ClusterNameModule - org.elasticsearch.clusterのクラス
-
- ClusterNameModule(Settings) - クラス のコンストラクタorg.elasticsearch.cluster.ClusterNameModule
-
- ClusterRebalanceAllocationDecider - org.elasticsearch.cluster.routing.allocation.deciderのクラス
-
This
AllocationDecider controls re-balancing operations based on the
cluster wide active shard state.
- ClusterRebalanceAllocationDecider(Settings, NodeSettingsService) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider
-
- ClusterRebalanceAllocationDecider.ClusterRebalanceType - org.elasticsearch.cluster.routing.allocation.deciderの列挙型
-
An enum representation for the configured re-balance type.
- ClusterRerouteAction - org.elasticsearch.action.admin.cluster.rerouteのクラス
-
- ClusterRerouteRequest - org.elasticsearch.action.admin.cluster.rerouteのクラス
-
Request to submit cluster reroute allocation commands
- ClusterRerouteRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
-
- clusterRerouteRequest() - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
- ClusterRerouteRequestBuilder - org.elasticsearch.action.admin.cluster.rerouteのクラス
-
Builder for a cluster reroute request
- ClusterRerouteRequestBuilder(ElasticsearchClient, ClusterRerouteAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
-
- ClusterRerouteResponse - org.elasticsearch.action.admin.cluster.rerouteのクラス
-
Response returned after a cluster reroute request
- ClusterSearchShardsAction - org.elasticsearch.action.admin.cluster.shardsのクラス
-
- ClusterSearchShardsGroup - org.elasticsearch.action.admin.cluster.shardsのクラス
-
- ClusterSearchShardsGroup(String, int, ShardRouting[]) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
-
- ClusterSearchShardsRequest - org.elasticsearch.action.admin.cluster.shardsのクラス
-
- ClusterSearchShardsRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
- ClusterSearchShardsRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
- clusterSearchShardsRequest() - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
List all shards for the give search
- clusterSearchShardsRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
List all shards for the give search
- ClusterSearchShardsRequestBuilder - org.elasticsearch.action.admin.cluster.shardsのクラス
-
- ClusterSearchShardsRequestBuilder(ElasticsearchClient, ClusterSearchShardsAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
-
- ClusterSearchShardsResponse - org.elasticsearch.action.admin.cluster.shardsのクラス
-
- ClusterSearchShardsResponse(ClusterSearchShardsGroup[], DiscoveryNode[]) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
-
- clusterService - クラス の変数org.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
-
- clusterService - クラス の変数org.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- clusterService - クラス の変数org.elasticsearch.action.support.master.TransportMasterNodeAction
-
- clusterService - クラス の変数org.elasticsearch.action.support.nodes.TransportNodesAction
-
- clusterService - クラス の変数org.elasticsearch.action.support.replication.TransportReplicationAction
-
- clusterService - クラス の変数org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- clusterService - クラス の変数org.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- clusterService - クラス の変数org.elasticsearch.action.support.tasks.TransportTasksAction
-
- ClusterService - org.elasticsearch.clusterのインタフェース
-
- ClusterShardHealth - org.elasticsearch.cluster.healthのクラス
-
- ClusterShardHealth(int, IndexShardRoutingTable) - クラス のコンストラクタorg.elasticsearch.cluster.health.ClusterShardHealth
-
- ClusterState - org.elasticsearch.clusterのクラス
-
Represents the current state of the cluster.
- ClusterState(long, String, ClusterState) - クラス のコンストラクタorg.elasticsearch.cluster.ClusterState
-
- ClusterState(ClusterName, long, String, MetaData, RoutingTable, DiscoveryNodes, ClusterBlocks, ImmutableOpenMap<String, ClusterState.Custom>, boolean) - クラス のコンストラクタorg.elasticsearch.cluster.ClusterState
-
- ClusterState.Builder - org.elasticsearch.clusterのクラス
-
- ClusterState.ClusterStateStatus - org.elasticsearch.clusterの列挙型
-
- ClusterState.Custom - org.elasticsearch.clusterのインタフェース
-
- ClusterState.Metric - org.elasticsearch.clusterの列挙型
-
- ClusterStateAction - org.elasticsearch.action.admin.cluster.stateのクラス
-
- ClusterStateHealth - org.elasticsearch.cluster.healthのクラス
-
- ClusterStateHealth(int, int, int, int, int, int, int, double, ClusterHealthStatus, List<String>, Map<String, ClusterIndexHealth>) - クラス のコンストラクタorg.elasticsearch.cluster.health.ClusterStateHealth
-
Full constructor which is only intended to provide wire-compatibility for 2.x.
- ClusterStateHealth(MetaData, RoutingTable) - クラス のコンストラクタorg.elasticsearch.cluster.health.ClusterStateHealth
-
Creates a new ClusterStateHealth instance based on cluster meta data and its routing table as a convenience.
- ClusterStateHealth(ClusterState) - クラス のコンストラクタorg.elasticsearch.cluster.health.ClusterStateHealth
-
Creates a new ClusterStateHealth instance considering the current cluster state and all indices in the cluster.
- ClusterStateHealth(ClusterState, String[]) - クラス のコンストラクタorg.elasticsearch.cluster.health.ClusterStateHealth
-
Creates a new ClusterStateHealth instance considering the current cluster state and the provided index names.
- ClusterStateListener - org.elasticsearch.clusterのインタフェース
-
A listener to be notified when a cluster state changes.
- ClusterStateNonMasterUpdateTask - org.elasticsearch.clusterのクラス
-
This is a marker interface to indicate that the task should be executed
even if the current node is not a master.
- ClusterStateNonMasterUpdateTask() - クラス のコンストラクタorg.elasticsearch.cluster.ClusterStateNonMasterUpdateTask
-
- ClusterStateObserver - 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, ESLogger) - クラス のコンストラクタorg.elasticsearch.cluster.ClusterStateObserver
-
- ClusterStateObserver(ClusterService, TimeValue, ESLogger) - クラス のコンストラクタorg.elasticsearch.cluster.ClusterStateObserver
-
- ClusterStateObserver.ChangePredicate - org.elasticsearch.clusterのインタフェース
-
- ClusterStateObserver.EventPredicate - org.elasticsearch.clusterのクラス
-
- ClusterStateObserver.Listener - org.elasticsearch.clusterのインタフェース
-
- ClusterStateObserver.ValidationPredicate - org.elasticsearch.clusterのクラス
-
- clusterStateProcessed(String, ClusterState, ClusterState) - クラス のメソッドorg.elasticsearch.cluster.AbstractAckedClusterStateTaskListener
-
- clusterStateProcessed(String, ClusterState, ClusterState) - クラス のメソッドorg.elasticsearch.cluster.AbstractClusterStateTaskListener
-
- clusterStateProcessed(String, ClusterState, ClusterState) - クラス のメソッドorg.elasticsearch.cluster.AckedClusterStateUpdateTask
-
- clusterStateProcessed(String, ClusterState, ClusterState) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterStateTaskListener
-
- clusterStateProcessed(String, ClusterState, ClusterState) - クラス のメソッドorg.elasticsearch.cluster.ClusterStateUpdateTask
-
- clusterStatePublished(ClusterState) - クラス のメソッドorg.elasticsearch.cluster.ClusterStateTaskExecutor
-
Callback invoked after new cluster state is published.
- ClusterStateRequest - org.elasticsearch.action.admin.cluster.stateのクラス
-
- ClusterStateRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- clusterStateRequest() - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a cluster state request.
- ClusterStateRequestBuilder - org.elasticsearch.action.admin.cluster.stateのクラス
-
- ClusterStateRequestBuilder(ElasticsearchClient, ClusterStateAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
- ClusterStateResponse - org.elasticsearch.action.admin.cluster.stateのクラス
-
- ClusterStateResponse() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.state.ClusterStateResponse
-
- ClusterStateResponse(ClusterName, ClusterState) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.state.ClusterStateResponse
-
- ClusterStateTaskConfig - org.elasticsearch.clusterのインタフェース
-
Cluster state update task configuration for timeout and priority
- ClusterStateTaskExecutor<T> - org.elasticsearch.clusterのクラス
-
- ClusterStateTaskExecutor() - クラス のコンストラクタorg.elasticsearch.cluster.ClusterStateTaskExecutor
-
- ClusterStateTaskExecutor.BatchResult<T> - org.elasticsearch.clusterのクラス
-
Represents the result of a batched execution of cluster state update tasks
- ClusterStateTaskExecutor.BatchResult.Builder<T> - org.elasticsearch.clusterのクラス
-
- ClusterStateTaskExecutor.TaskResult - org.elasticsearch.clusterのクラス
-
- ClusterStateTaskExecutor.TaskResult.FailureConsumer - org.elasticsearch.clusterのインタフェース
-
- ClusterStateTaskListener - org.elasticsearch.clusterのインタフェース
-
- ClusterStateUpdateRequest<T extends ClusterStateUpdateRequest<T>> - 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() - クラス のコンストラクタorg.elasticsearch.cluster.ack.ClusterStateUpdateRequest
-
- ClusterStateUpdateResponse - org.elasticsearch.cluster.ackのクラス
-
Base response returned after a cluster state update
- ClusterStateUpdateResponse(boolean) - クラス のコンストラクタorg.elasticsearch.cluster.ack.ClusterStateUpdateResponse
-
- ClusterStateUpdateTask - org.elasticsearch.clusterのクラス
-
A task that can update the cluster state.
- ClusterStateUpdateTask() - クラス のコンストラクタorg.elasticsearch.cluster.ClusterStateUpdateTask
-
- ClusterStateUpdateTask(Priority) - クラス のコンストラクタorg.elasticsearch.cluster.ClusterStateUpdateTask
-
- clusterStateVersion() - クラス のメソッドorg.elasticsearch.discovery.zen.fd.NodesFaultDetection.PingRequest
-
- clusterStats(ClusterStatsRequest) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Cluster wide aggregated stats.
- clusterStats(ClusterStatsRequest, ActionListener<ClusterStatsResponse>) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Cluster wide aggregated stats
- ClusterStatsAction - org.elasticsearch.action.admin.cluster.statsのクラス
-
- ClusterStatsIndices - org.elasticsearch.action.admin.cluster.statsのクラス
-
- ClusterStatsIndices(ClusterStatsNodeResponse[]) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- ClusterStatsIndices.ShardStats - org.elasticsearch.action.admin.cluster.statsのクラス
-
- ClusterStatsNodeRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction.ClusterStatsNodeRequest
-
- ClusterStatsNodeResponse - org.elasticsearch.action.admin.cluster.statsのクラス
-
- ClusterStatsNodeResponse(DiscoveryNode, ClusterHealthStatus, NodeInfo, NodeStats, ShardStats[]) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
-
- ClusterStatsNodes - org.elasticsearch.action.admin.cluster.statsのクラス
-
- ClusterStatsNodes(ClusterStatsNodeResponse[]) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- ClusterStatsNodes.Counts - org.elasticsearch.action.admin.cluster.statsのクラス
-
- ClusterStatsNodes.JvmStats - org.elasticsearch.action.admin.cluster.statsのクラス
-
- ClusterStatsNodes.JvmVersion - org.elasticsearch.action.admin.cluster.statsのクラス
-
- ClusterStatsNodes.OsStats - org.elasticsearch.action.admin.cluster.statsのクラス
-
- ClusterStatsNodes.ProcessStats - org.elasticsearch.action.admin.cluster.statsのクラス
-
- ClusterStatsRequest - org.elasticsearch.action.admin.cluster.statsのクラス
-
A request to get cluster level stats.
- ClusterStatsRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.stats.ClusterStatsRequest
-
- ClusterStatsRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.stats.ClusterStatsRequest
-
Get stats from nodes based on the nodes ids specified.
- clusterStatsRequest() - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a cluster stats request.
- ClusterStatsRequestBuilder - org.elasticsearch.action.admin.cluster.statsのクラス
-
- ClusterStatsRequestBuilder(ElasticsearchClient, ClusterStatsAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.stats.ClusterStatsRequestBuilder
-
- ClusterStatsResponse - org.elasticsearch.action.admin.cluster.statsのクラス
-
- ClusterStatsResponse(long, ClusterName, String, ClusterStatsNodeResponse[]) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- clusterStatus() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
-
Cluster Health Status, only populated on master nodes.
- ClusterUpdateSettingsAction - org.elasticsearch.action.admin.cluster.settingsのクラス
-
- ClusterUpdateSettingsRequest - org.elasticsearch.action.admin.cluster.settingsのクラス
-
Request for an update cluster settings action
- ClusterUpdateSettingsRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
- clusterUpdateSettingsRequest() - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
- ClusterUpdateSettingsRequestBuilder - org.elasticsearch.action.admin.cluster.settingsのクラス
-
Builder for a cluster update settings request
- ClusterUpdateSettingsRequestBuilder(ElasticsearchClient, ClusterUpdateSettingsAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
- ClusterUpdateSettingsResponse - org.elasticsearch.action.admin.cluster.settingsのクラス
-
A response for a cluster update settings action.
- clusterUUID(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- clusterUUID() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- cmd(String, Class<? extends CliTool.Command>) - クラス のstaticメソッドorg.elasticsearch.common.cli.CliToolConfig.Builder
-
- cmd(String) - クラス のメソッドorg.elasticsearch.common.cli.CliToolConfig
-
- cmds(CliToolConfig.Cmd.Builder...) - クラス のメソッドorg.elasticsearch.common.cli.CliToolConfig.Builder
-
- cmds(CliToolConfig.Cmd...) - クラス のメソッドorg.elasticsearch.common.cli.CliToolConfig.Builder
-
- cmds() - クラス のメソッドorg.elasticsearch.common.cli.CliToolConfig
-
- cmdType() - クラス のメソッドorg.elasticsearch.common.cli.CliToolConfig.Cmd
-
- coalesceToEmpty(String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- codec(String) - クラス のメソッドorg.elasticsearch.index.codec.CodecService
-
- CODEC_NAME - クラス のstatic変数org.elasticsearch.search.suggest.completion.AnalyzingCompletionLookupProvider
-
- CODEC_NAME - クラス のstatic変数org.elasticsearch.search.suggest.completion.Completion090PostingsFormat
-
- CODEC_VERSION_CHECKSUMS - クラス のstatic変数org.elasticsearch.search.suggest.completion.AnalyzingCompletionLookupProvider
-
- CODEC_VERSION_LATEST - クラス のstatic変数org.elasticsearch.search.suggest.completion.AnalyzingCompletionLookupProvider
-
- CODEC_VERSION_SERIALIZED_LABELS - クラス のstatic変数org.elasticsearch.search.suggest.completion.AnalyzingCompletionLookupProvider
-
- CODEC_VERSION_START - クラス のstatic変数org.elasticsearch.search.suggest.completion.AnalyzingCompletionLookupProvider
-
- CodecService - 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(Index) - クラス のコンストラクタorg.elasticsearch.index.codec.CodecService
-
- CodecService(Index, Settings) - クラス のコンストラクタorg.elasticsearch.index.codec.CodecService
-
- CodecService(Index, IndexSettingsService, MapperService) - クラス のコンストラクタorg.elasticsearch.index.codec.CodecService
-
- coerce(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.Builder
-
- coerce(Mapper.BuilderContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.Builder
-
- coerce - クラス の変数org.elasticsearch.index.mapper.core.NumberFieldMapper
-
- COERCE - クラス のstatic変数org.elasticsearch.index.mapper.core.NumberFieldMapper.Defaults
-
- coerce(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoPointFieldMapperLegacy.Builder
-
- coerce(Mapper.BuilderContext) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoPointFieldMapperLegacy.Builder
-
- coerce - クラス の変数org.elasticsearch.index.mapper.geo.GeoPointFieldMapperLegacy
-
- COERCE - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoPointFieldMapperLegacy.Defaults
-
- COERCE - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoPointFieldMapperLegacy.Names
-
- coerce(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Builder
-
- coerce(Mapper.BuilderContext) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Builder
-
- coerce - クラス の変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper
-
- coerce() - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper
-
- COERCE - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Defaults
-
- COERCE - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Names
-
- coerce(boolean) - クラス のメソッドorg.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- coerce(boolean) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceQueryBuilder
-
- coerce(boolean) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
-
- coerce(boolean) - クラス のメソッドorg.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- coerce(boolean) - クラス のメソッドorg.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- collateMatch() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- collateParams(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets additional params for collate script
- collatePrune(boolean) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets whether to prune suggestions after collation
- collateQuery(String) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets a query used for filtering out suggested phrases (collation).
- collateQuery(Template) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets a query used for filtering out suggested phrases (collation).
- collect(int) - クラス のメソッドorg.elasticsearch.common.lucene.Lucene.EarlyTerminatingCollector
-
- collect(int) - クラス のメソッドorg.elasticsearch.common.lucene.MinimumScoreCollector
-
- collect(Mapper, Collection<ObjectMapper>, Collection<FieldMapper>) - 列挙型 のstaticメソッドorg.elasticsearch.index.mapper.MapperUtils
-
Split mapper and its descendants into object and field mappers.
- collect(int) - クラス のメソッドorg.elasticsearch.index.search.child.ChildrenQuery.ParentCollector
-
非推奨です。
- collect(int, long) - クラス のメソッドorg.elasticsearch.search.aggregations.LeafBucketCollector
-
Collect the given doc in the given bucket.
- collect(int) - クラス のメソッドorg.elasticsearch.search.aggregations.LeafBucketCollector
-
- collect(int, long) - クラス のメソッドorg.elasticsearch.search.aggregations.LeafBucketCollectorBase
-
- collect(long, long) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- collect(int) - クラス のメソッドorg.elasticsearch.search.scan.ScanContext.ScanCollector
-
- collectableSubAggregators - クラス の変数org.elasticsearch.search.aggregations.AggregatorBase
-
- collectBucket(LeafBucketCollector, int, long) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
-
- collectBucketValue(String, Double) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
-
- collectBucketValue(String, Double) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
-
- collectBucketValue(String, Double) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- collectBucketValue(String, Double) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
-
- collectBucketValue(String, Double) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
-
- collectBucketValue(String, Double) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
-
- collectExistingBucket(LeafBucketCollector, int, long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BucketsAggregator
-
- collectionStatistics(String) - クラス のメソッドorg.elasticsearch.search.internal.ContextIndexSearcher
-
- collectionToCommaDelimitedString(Iterable<?>) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Convenience method to return a Collection as a CSV String.
- collectionToDelimitedString(Iterable<?>, String, String, String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Convenience method to return a Collection as a delimited (e.g.
- collectionToDelimitedString(Iterable<?>, String, String, String, StringBuilder) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- collectionToDelimitedString(Iterable<?>, String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Convenience method to return a Collection as a delimited (e.g.
- CollectionUtils - org.elasticsearch.common.utilの列挙型
-
Collections-related utility methods.
- collectMode - クラス の変数org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
-
- collectMode(Aggregator.SubAggCollectionMode) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsBuilder
-
Expert: set the collection mode.
- collector - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery.ParentWeight
-
非推奨です。
- collector(SearchContext) - クラス のメソッドorg.elasticsearch.search.scan.ScanContext
-
- CollectorResult - org.elasticsearch.search.profileのクラス
-
Public interface and serialization container for profiled timings of the
Collectors used in the search.
- CollectorResult(String, String, Long, List<CollectorResult>) - クラス のコンストラクタorg.elasticsearch.search.profile.CollectorResult
-
- CollectorResult(StreamInput) - クラス のコンストラクタorg.elasticsearch.search.profile.CollectorResult
-
- collectPayloads(boolean) - クラス のメソッドorg.elasticsearch.index.query.SpanNearQueryBuilder
-
- columnNumber - クラス の変数org.elasticsearch.common.xcontent.XContentLocation
-
- combine(Module...) - クラス のstaticメソッドorg.elasticsearch.common.inject.util.Modules
-
Returns a new module that installs all of modules.
- combine(Iterable<? extends Module>) - クラス のstaticメソッドorg.elasticsearch.common.inject.util.Modules
-
Returns a new module that installs all of modules.
- combine(double, double, double) - 列挙型 のメソッドorg.elasticsearch.common.lucene.search.function.CombineFunction
-
- COMBINE_SCRIPT - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricParser
-
- COMBINE_SCRIPT_FIELD - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricParser
-
- CombineFunction - org.elasticsearch.common.lucene.search.functionの列挙型
-
- combineFunction - クラス の変数org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
-
- combineGrouped(List<? extends Query>) - クラス のメソッドorg.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
-
- combineNamedQueries(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- combineScript(Script) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricBuilder
-
Set the combine script.
- commaDelimitedListToSet(String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Convenience method to convert a CSV string list to a set.
- commaDelimitedListToStringArray(String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Convert a CSV list into an array of Strings.
- command() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RerouteExplanation
-
- Command(Terminal) - クラス のコンストラクタorg.elasticsearch.common.cli.CliTool.Command
-
- commands() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
Get the commands wrapped by this instance
- commit() - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
- CommitId(byte[]) - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.CommitId
-
- CommitId(StreamInput) - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.CommitId
-
- CommitPoint - org.elasticsearch.index.shardのクラス
-
- CommitPoint(long, String, CommitPoint.Type, List<CommitPoint.FileInfo>, List<CommitPoint.FileInfo>) - クラス のコンストラクタorg.elasticsearch.index.shard.CommitPoint
-
- CommitPoint.FileInfo - org.elasticsearch.index.shardのクラス
-
- CommitPoint.Type - org.elasticsearch.index.shardの列挙型
-
- CommitPoints - org.elasticsearch.index.shardのクラス
-
- CommitPoints(List<CommitPoint>) - クラス のコンストラクタorg.elasticsearch.index.shard.CommitPoints
-
- commits() - クラス のメソッドorg.elasticsearch.index.shard.CommitPoints
-
- CommitStats - org.elasticsearch.index.engineのクラス
-
a class the returns dynamic information with respect to the last commit point of this shard
- CommitStats(SegmentInfos) - クラス のコンストラクタorg.elasticsearch.index.engine.CommitStats
-
- commitStats() - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
get commits stats for the last commit
- commitStats() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- committed - クラス の変数org.elasticsearch.index.engine.Segment
-
- CommonFields() - クラス のコンストラクタorg.elasticsearch.search.aggregations.InternalAggregation.CommonFields
-
- CommonGramsTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- CommonGramsTokenFilterFactory(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.CommonGramsTokenFilterFactory
-
- CommonSettings() - クラス のコンストラクタorg.elasticsearch.index.fielddata.IndexFieldData.CommonSettings
-
- CommonStats - org.elasticsearch.action.admin.indices.statsのクラス
-
- CommonStats() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- CommonStats(CommonStatsFlags) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- CommonStats(IndexShard, CommonStatsFlags) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- CommonStatsFlags - org.elasticsearch.action.admin.indices.statsのクラス
-
- CommonStatsFlags(CommonStatsFlags.Flag...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- CommonStatsFlags.Flag - org.elasticsearch.action.admin.indices.statsの列挙型
-
- commonTermsBlendedQuery(Term[], float[], boolean, float) - クラス のstaticメソッドorg.apache.lucene.queries.BlendedTermQuery
-
- commonTermsCutoff - クラス の変数org.elasticsearch.index.search.MatchQuery
-
- commonTermsQuery(String, Object) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
Creates a common query for the provided field name and text.
- CommonTermsQueryBuilder - 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) - クラス のコンストラクタorg.elasticsearch.index.query.CommonTermsQueryBuilder
-
Constructs a new common terms query.
- CommonTermsQueryBuilder.Operator - org.elasticsearch.index.queryの列挙型
-
- CommonTermsQueryParser - org.elasticsearch.index.queryのクラス
-
- CommonTermsQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.CommonTermsQueryParser
-
- comparator(Aggregator) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.Terms.Order
-
- Comparators - org.elasticsearch.common.utilの列挙型
-
- comparatorSource(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - インタフェース のメソッドorg.elasticsearch.index.fielddata.IndexFieldData
-
Comparator used for sorting.
- comparatorSource(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
-
- comparatorSource(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.AbstractGeoPointDVIndexFieldData
-
- comparatorSource(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
-
- comparatorSource(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.BinaryDVIndexFieldData
-
- comparatorSource(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.BinaryDVNumericIndexFieldData
-
- comparatorSource(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.BytesBinaryDVIndexFieldData
-
- comparatorSource(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.DoubleArrayIndexFieldData
-
- comparatorSource(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.FloatArrayIndexFieldData
-
- comparatorSource(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.PackedArrayIndexFieldData
-
- comparatorSource(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildIndexFieldData
-
- comparatorSource(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildIndexFieldData.GlobalFieldData
-
- comparatorSource(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.SortedNumericDVIndexFieldData
-
- comparatorSource(Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.SortedSetDVOrdinalsIndexFieldData
-
- compare(BytesReference, BytesReference) - クラス のメソッドorg.elasticsearch.common.text.UTF8SortedAsUnicodeComparator
-
- compare(ShardRouting, ShardRouting) - クラス のメソッドorg.elasticsearch.gateway.PriorityComparator
-
- compare(B, B) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket.SubAggregationComparator
-
- compare(CompletionSuggestion.Entry.Option, CompletionSuggestion.Entry.Option) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggester.ScoreComparator
-
- compare(Suggest.Suggestion.Entry.Option, Suggest.Suggestion.Entry.Option) - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestion.Frequency
-
- compare(Suggest.Suggestion.Entry.Option, Suggest.Suggestion.Entry.Option) - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestion.Score
-
- compareDiscardNaN(double, double, boolean) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.Comparators
-
Compare d1 against d2, pushing at the bottom.
- compareTo(IndicesShardStoresResponse.StoreStatus) - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
- compareTo(ShardIterator) - クラス のメソッドorg.elasticsearch.cluster.routing.PlainShardIterator
-
- compareTo(Priority) - クラス のメソッドorg.elasticsearch.common.Priority
-
- compareTo(Text) - クラス のメソッドorg.elasticsearch.common.text.Text
-
- compareTo(DistanceUnit.Distance) - クラス のメソッドorg.elasticsearch.common.unit.DistanceUnit.Distance
-
- compareTo(PrioritizedCallable) - クラス のメソッドorg.elasticsearch.common.util.concurrent.PrioritizedCallable
-
- compareTo(PrioritizedRunnable) - クラス のメソッドorg.elasticsearch.common.util.concurrent.PrioritizedRunnable
-
- compareTo(ShardId) - クラス のメソッドorg.elasticsearch.index.shard.ShardId
-
- compareTo(Translog.Location) - クラス のメソッドorg.elasticsearch.index.translog.Translog.Location
-
- compareTo(TranslogReader) - クラス のメソッドorg.elasticsearch.index.translog.TranslogReader
-
- compareTo(Number) - クラス のメソッドorg.elasticsearch.script.ScoreAccessor
-
- compareTo(SearchShardTarget) - クラス のメソッドorg.elasticsearch.search.SearchShardTarget
-
- compareTo(Correction) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.Correction
-
Lower scores sorts first; if scores are equal,
than later terms (zzz) sort first .
- compareTo(DirectCandidateGenerator.Candidate) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
-
Lower scores sort first; if scores are equal, then later (zzz) terms sort first
- compareTo(Snapshot) - クラス のメソッドorg.elasticsearch.snapshots.Snapshot
-
Compares two snapshots by their start time
- compareTo(ThreadPoolStats.Stats) - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- compatibleWith(IndexFieldData) - 列挙型 のメソッドorg.elasticsearch.search.aggregations.support.ValueType
-
- compile(String, String) - クラス のstaticメソッドorg.elasticsearch.common.regex.Regex
-
- compile(String...) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.support.filtering.FilterPath
-
- compile(String, Map<String, String>) - クラス のメソッドorg.elasticsearch.script.mustache.MustacheScriptEngineService
-
Compile a template string to (in this case) a Mustache object than can
later be re-used for execution to fill in missing parameter values.
- compile(String, Map<String, String>) - クラス のメソッドorg.elasticsearch.script.NativeScriptEngineService
-
- compile(String, Map<String, String>) - インタフェース のメソッドorg.elasticsearch.script.ScriptEngineService
-
- compile(Script, ScriptContext, HasContextAndHeaders, Map<String, String>) - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.script.CompiledScript
-
Method to get the compiled script object.
- CompiledScript - org.elasticsearch.scriptのクラス
-
CompiledScript holds all the parameters necessary to execute a previously compiled script.
- CompiledScript(ScriptService.ScriptType, String, String, Object) - クラス のコンストラクタorg.elasticsearch.script.CompiledScript
-
Constructor for CompiledScript.
- compileInternal(Script, HasContextAndHeaders, Map<String, String>) - クラス のメソッドorg.elasticsearch.script.ScriptService
-
Compiles a script straight-away, or returns the previously compiled and cached script,
without checking if it can be executed based on settings.
- completed() - 列挙型 のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStage
-
Returns true if snapshot completed (successfully or not)
- completed() - 列挙型 のメソッドorg.elasticsearch.cluster.RestoreInProgress.State
-
Returns true if restore process completed (either successfully or with failure)
- completed(Collection<SnapshotsInProgress.ShardSnapshotStatus>) - クラス のstaticメソッドorg.elasticsearch.cluster.SnapshotsInProgress
-
Checks if all shards in the list have completed
- completed() - 列挙型 のメソッドorg.elasticsearch.cluster.SnapshotsInProgress.State
-
- completed() - 列挙型 のメソッドorg.elasticsearch.snapshots.SnapshotState
-
Returns true if snapshot completed (successfully or not)
- completedOperations() - 例外 のメソッドorg.elasticsearch.index.shard.TranslogRecoveryPerformer.BatchOperationException
-
the number of succesful operations performed before the exception was thrown
- completion - クラス の変数org.elasticsearch.action.admin.indices.stats.CommonStats
-
- completion(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- completion() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- Completion090PostingsFormat - org.elasticsearch.search.suggest.completionのクラス
-
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) - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.Completion090PostingsFormat
-
- Completion090PostingsFormat() - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.Completion090PostingsFormat
-
- Completion090PostingsFormat.CompletionLookupProvider - org.elasticsearch.search.suggest.completionのクラス
-
- Completion090PostingsFormat.CompletionTerms - org.elasticsearch.search.suggest.completionのクラス
-
- Completion090PostingsFormat.LookupFactory - org.elasticsearch.search.suggest.completionのクラス
-
- completionDataFields(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- completionDataFields() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- completionField(String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.MapperBuilders
-
- CompletionFieldMapper - org.elasticsearch.index.mapper.coreのクラス
-
- CompletionFieldMapper(String, MappedFieldType, int, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.CompletionFieldMapper
-
- CompletionFieldMapper.Builder - org.elasticsearch.index.mapper.coreのクラス
-
- CompletionFieldMapper.CompletionFieldType - org.elasticsearch.index.mapper.coreのクラス
-
- CompletionFieldMapper.Defaults - org.elasticsearch.index.mapper.coreのクラス
-
- CompletionFieldMapper.Fields - org.elasticsearch.index.mapper.coreのクラス
-
- CompletionFieldMapper.TypeParser - org.elasticsearch.index.mapper.coreのクラス
-
- completionFields(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- completionFields() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- CompletionFieldType() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.CompletionFieldMapper.CompletionFieldType
-
- CompletionFieldType(CompletionFieldMapper.CompletionFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.CompletionFieldMapper.CompletionFieldType
-
- CompletionLookupProvider() - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.Completion090PostingsFormat.CompletionLookupProvider
-
- completionStats(String...) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- completionStats(IndexReader, String...) - クラス のメソッドorg.elasticsearch.search.suggest.completion.Completion090PostingsFormat
-
Returns total in-heap bytes used by all suggesters.
- CompletionStats - org.elasticsearch.search.suggest.completionのクラス
-
- CompletionStats() - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.CompletionStats
-
- CompletionStats(long, ObjectLongHashMap<String>) - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.CompletionStats
-
- CompletionSuggester - org.elasticsearch.search.suggest.completionのクラス
-
- CompletionSuggester() - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.CompletionSuggester
-
- CompletionSuggester.ScoreComparator - org.elasticsearch.search.suggest.completionのクラス
-
- CompletionSuggestion - org.elasticsearch.search.suggest.completionのクラス
-
- CompletionSuggestion() - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.CompletionSuggestion
-
- CompletionSuggestion(String, int) - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.CompletionSuggestion
-
- completionSuggestion(String) - クラス のstaticメソッドorg.elasticsearch.search.suggest.SuggestBuilders
-
Creates a completion suggestion lookup query with the provided name
- CompletionSuggestion.Entry - org.elasticsearch.search.suggest.completionのクラス
-
- CompletionSuggestion.Entry.Option - org.elasticsearch.search.suggest.completionのクラス
-
- CompletionSuggestionBuilder - 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) - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- CompletionSuggestionContext - org.elasticsearch.search.suggest.completionのクラス
-
- CompletionSuggestionContext(Suggester) - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- CompletionSuggestionFuzzyBuilder - org.elasticsearch.search.suggest.completionのクラス
-
- CompletionSuggestionFuzzyBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.CompletionSuggestionFuzzyBuilder
-
- CompletionSuggestParser - org.elasticsearch.search.suggest.completionのクラス
-
- CompletionSuggestParser(CompletionSuggester) - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.CompletionSuggestParser
-
- CompletionTerms(Terms, Completion090PostingsFormat.LookupFactory) - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.Completion090PostingsFormat.CompletionTerms
-
- CompletionTokenStream - org.elasticsearch.search.suggest.completionのクラス
-
- CompletionTokenStream(TokenStream, BytesRef, CompletionTokenStream.ToFiniteStrings) - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.CompletionTokenStream
-
- CompletionTokenStream.ByteTermAttribute - org.elasticsearch.search.suggest.completionのインタフェース
-
- CompletionTokenStream.ByteTermAttributeImpl - org.elasticsearch.search.suggest.completionのクラス
-
- CompletionTokenStream.ToFiniteStrings - org.elasticsearch.search.suggest.completionのインタフェース
-
- CompositeIndicesRequest - org.elasticsearch.actionのインタフェース
-
Needs to be implemented by all
ActionRequest subclasses that are composed of
multiple subrequests which relate to one or more indices.
- compound - クラス の変数org.elasticsearch.index.engine.Segment
-
- compound(List<Terms.Order>) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.terms.Terms.Order
-
Creates a bucket ordering strategy which sorts buckets based multiple criteria
- compound(Terms.Order...) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.terms.Terms.Order
-
Creates a bucket ordering strategy which sorts buckets based multiple criteria
- compress(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.internal.SourceFieldMapper.Builder
-
- compress() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySettings
-
- compress - クラス の変数org.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
-
- compress - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- compress() - クラス のメソッドorg.elasticsearch.transport.TransportRequestOptions
-
- compress() - クラス のメソッドorg.elasticsearch.transport.TransportResponseOptions
-
- COMPRESS_THRESHOLD - クラス のstatic変数org.elasticsearch.index.mapper.internal.SourceFieldMapper.Defaults
-
- compressed() - クラス のメソッドorg.elasticsearch.common.compress.CompressedXContent
-
Return the compressed bytes.
- CompressedIndexInput - org.elasticsearch.common.compressのクラス
-
- CompressedIndexInput(IndexInput) - クラス のコンストラクタorg.elasticsearch.common.compress.CompressedIndexInput
-
非推奨です。
- compressedReference() - クラス のメソッドorg.elasticsearch.common.compress.CompressedXContent
-
- CompressedStreamInput - org.elasticsearch.common.compressのクラス
-
- CompressedStreamInput(StreamInput) - クラス のコンストラクタorg.elasticsearch.common.compress.CompressedStreamInput
-
- CompressedXContent - 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) - クラス のコンストラクタorg.elasticsearch.common.compress.CompressedXContent
-
- CompressedXContent(BytesReference) - クラス のコンストラクタorg.elasticsearch.common.compress.CompressedXContent
-
- CompressedXContent(byte[]) - クラス のコンストラクタorg.elasticsearch.common.compress.CompressedXContent
-
- CompressedXContent(String) - クラス のコンストラクタorg.elasticsearch.common.compress.CompressedXContent
-
- compression - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- compression - クラス の変数org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
-
- compression() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestState
-
- COMPRESSION_FIELD - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.percentiles.AbstractPercentilesParser
-
- compressionLevel - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- Compressor - org.elasticsearch.common.compressのインタフェース
-
- compressor(BytesReference) - クラス のstaticメソッドorg.elasticsearch.common.compress.CompressorFactory
-
- compressor(ChannelBuffer) - クラス のstaticメソッドorg.elasticsearch.common.compress.CompressorFactory
-
- compressor(IndexInput) - クラス のstaticメソッドorg.elasticsearch.common.compress.CompressorFactory
-
- CompressorFactory - org.elasticsearch.common.compressのクラス
-
- CompressorFactory() - クラス のコンストラクタorg.elasticsearch.common.compress.CompressorFactory
-
- compressThreshold(long) - クラス のメソッドorg.elasticsearch.index.mapper.internal.SourceFieldMapper.Builder
-
- ComputationException - org.elasticsearch.common.inject.internalの例外
-
Wraps an exception that occurred during a computation.
- ComputationException(Throwable) - 例外 のコンストラクタorg.elasticsearch.common.inject.internal.ComputationException
-
- computeNxys(long, long, long, long, String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
-
- concat(Iterator<? extends T>...) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
Combines multiple iterators into a single iterator.
- concat(FieldMapper) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMappers
-
- concreteAliases(MetaData, String) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- concreteAllClosedIndices() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- concreteAllIndices() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
Returns all the concrete indices.
- concreteAllOpenIndices() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- concreteIndex() - クラス のメソッドorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- concreteIndex() - クラス のメソッドorg.elasticsearch.action.support.single.shard.TransportSingleShardAction.InternalRequest
-
- concreteIndices(ClusterState, IndicesRequest) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
- concreteIndices(ClusterState, IndicesOptions, String...) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
Translates the provided index expression into actual concrete indices, properly deduplicated.
- concreteIndices(ClusterState, IndicesOptions, long, String...) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
Translates the provided index expression into actual concrete indices, properly deduplicated.
- concreteSingleIndex(ClusterState, IndicesRequest) - クラス のメソッド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メソッド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メソッドorg.elasticsearch.common.recycler.Recyclers
-
- ConcurrentCollections - org.elasticsearch.common.util.concurrentのクラス
-
- concurrentDeque(Recycler.C<T>, int) - 列挙型 のstaticメソッドorg.elasticsearch.common.recycler.Recyclers
-
Return a concurrent recycler based on a deque.
- ConcurrentDequeRecycler<T> - org.elasticsearch.common.recyclerのクラス
-
- ConcurrentDequeRecycler(Recycler.C<T>, int) - クラス のコンストラクタorg.elasticsearch.common.recycler.ConcurrentDequeRecycler
-
- ConcurrentHashMapLong<T> - org.elasticsearch.common.util.concurrentのクラス
-
- ConcurrentHashMapLong(ConcurrentMap<Long, T>) - クラス のコンストラクタorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- ConcurrentMapLong<T> - org.elasticsearch.common.util.concurrentのインタフェース
-
- ConcurrentRebalanceAllocationDecider - org.elasticsearch.cluster.routing.allocation.deciderのクラス
-
- ConcurrentRebalanceAllocationDecider(Settings, NodeSettingsService) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.ConcurrentRebalanceAllocationDecider
-
- concurrentSmallFileStreamPool() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySettings
-
- ConcurrentSnapshotExecutionException - org.elasticsearch.snapshotsの例外
-
Thrown when a user tries to start multiple snapshots at the same time
- ConcurrentSnapshotExecutionException(SnapshotId, String) - 例外 のコンストラクタorg.elasticsearch.snapshots.ConcurrentSnapshotExecutionException
-
- ConcurrentSnapshotExecutionException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.snapshots.ConcurrentSnapshotExecutionException
-
- concurrentStreamPool() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySettings
-
- concurrentStreams() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySettings
-
- conf() - クラス のメソッドorg.elasticsearch.index.mapper.object.DynamicTemplate
-
- confidence(Float) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets the confidence level for this suggester.
- config(String, Class<? extends CliTool>) - クラス のstaticメソッドorg.elasticsearch.common.cli.CliToolConfig
-
- config() - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
- config - クラス の変数org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
-
- config() - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceParser
-
- configFile() - クラス のメソッドorg.elasticsearch.env.Environment
-
The config location.
- ConfigurationException - org.elasticsearch.common.injectの例外
-
Thrown when a programming error such as a misplaced annotation, illegal binding, or unsupported
scope is found.
- ConfigurationException(Iterable<Message>) - 例外 のコンストラクタorg.elasticsearch.common.inject.ConfigurationException
-
Creates a ConfigurationException containing messages.
- configure() - クラス のメソッドorg.elasticsearch.action.ActionModule
-
- configure() - クラス のメソッドorg.elasticsearch.client.node.NodeClientModule
-
- configure() - クラス のメソッドorg.elasticsearch.client.transport.ClientTransportModule
-
- configure() - クラス のメソッドorg.elasticsearch.cluster.ClusterModule
-
- configure() - クラス のメソッドorg.elasticsearch.cluster.ClusterNameModule
-
- configure(Binder) - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
- configure() - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
Configures a
Binder via the exposed methods.
- configure(Binder) - クラス のメソッドorg.elasticsearch.common.inject.internal.ProviderMethod
-
- configure(Binder) - クラス のメソッドorg.elasticsearch.common.inject.internal.ProviderMethodsModule
-
- configure(Binder) - インタフェース のメソッドorg.elasticsearch.common.inject.Module
-
Contributes bindings and other configurations for this module to binder.
- configure(Binder) - クラス のメソッドorg.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder
-
- configure(Binder) - クラス のメソッドorg.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
-
- configure(Binder) - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
- configure() - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
Creates bindings and other configurations private to this module.
- configure(Settings, boolean) - クラス のstaticメソッドorg.elasticsearch.common.logging.log4j.LogConfigurator
-
Consolidates settings and converts them into actual log4j settings, then initializes loggers and appenders.
- configure() - クラス のメソッドorg.elasticsearch.common.network.NetworkModule
-
- configure() - クラス のメソッドorg.elasticsearch.common.settings.SettingsModule
-
- configure() - クラス のメソッドorg.elasticsearch.discovery.DiscoveryModule
-
- configure() - クラス のメソッドorg.elasticsearch.env.EnvironmentModule
-
- configure() - クラス のメソッドorg.elasticsearch.env.NodeEnvironmentModule
-
- configure() - クラス のメソッドorg.elasticsearch.gateway.GatewayModule
-
- configure() - クラス のメソッドorg.elasticsearch.http.HttpServerModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.aliases.IndexAliasesServiceModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.cache.IndexCacheModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.deletionpolicy.DeletionPolicyModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.fielddata.IndexFieldDataModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.IndexModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.IndexNameModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.LocalNodeIdModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.mapper.MapperServiceModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.search.shape.ShapeModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.settings.IndexSettingsModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.shard.IndexShardModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.similarity.SimilarityModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.store.IndexStoreModule
-
- configure() - クラス のメソッドorg.elasticsearch.index.store.StoreModule
-
- configure() - クラス のメソッドorg.elasticsearch.indices.breaker.CircuitBreakerModule
-
- configure() - クラス のメソッドorg.elasticsearch.indices.IndicesModule
-
- configure() - クラス のメソッドorg.elasticsearch.monitor.MonitorModule
-
- configure() - クラス のメソッドorg.elasticsearch.node.NodeModule
-
- configure() - クラス のメソッドorg.elasticsearch.percolator.PercolatorModule
-
- configure() - クラス のメソッドorg.elasticsearch.plugins.PluginsModule
-
- configure() - クラス のメソッドorg.elasticsearch.repositories.RepositoriesModule
-
- configure() - クラス のメソッドorg.elasticsearch.repositories.RepositoryModule
-
Configures a
Binder via the exposed methods.
- configure() - クラス のメソッドorg.elasticsearch.repositories.RepositoryNameModule
-
- configure() - クラス のメソッドorg.elasticsearch.rest.action.RestActionModule
-
- configure() - クラス のメソッドorg.elasticsearch.rest.RestModule
-
- configure() - クラス のメソッドorg.elasticsearch.script.ScriptModule
-
- configure() - クラス のメソッドorg.elasticsearch.search.SearchModule
-
- configure() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolModule
-
- configure() - クラス のメソッドorg.elasticsearch.transport.TransportModule
-
- configure() - クラス のメソッドorg.elasticsearch.tribe.TribeModule
-
- configure() - クラス のメソッドorg.elasticsearch.Version.Module
-
- configure() - クラス のメソッドorg.elasticsearch.watcher.ResourceWatcherModule
-
- configureAggs() - クラス のメソッドorg.elasticsearch.search.SearchModule
-
- configureClientChannelPipelineFactory() - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- configureFetchSubPhase() - クラス のメソッドorg.elasticsearch.search.SearchModule
-
- configureFunctionScore() - クラス のメソッドorg.elasticsearch.search.SearchModule
-
- configureHighlighters() - クラス のメソッドorg.elasticsearch.search.SearchModule
-
- configureSearch() - クラス のメソッドorg.elasticsearch.search.SearchModule
-
- configureServerChannelPipelineFactory() - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpServerTransport
-
- configureServerChannelPipelineFactory(String, Settings) - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- configureSuggesters() - クラス のメソッドorg.elasticsearch.search.SearchModule
-
- connectedNodes() - クラス のメソッドorg.elasticsearch.client.transport.TransportClient
-
Returns the current connected transport nodes that this client will use.
- connectedNodes() - クラス のメソッドorg.elasticsearch.client.transport.TransportClientNodesService
-
- connectedNodes - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- connectionListener - クラス の変数org.elasticsearch.discovery.zen.fd.FaultDetection
-
- connectionLock - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- CONNECTIONS_PER_NODE_BULK - クラス のstatic変数org.elasticsearch.transport.netty.NettyTransport
-
- CONNECTIONS_PER_NODE_PING - クラス のstatic変数org.elasticsearch.transport.netty.NettyTransport
-
- CONNECTIONS_PER_NODE_RECOVERY - クラス のstatic変数org.elasticsearch.transport.netty.NettyTransport
-
- CONNECTIONS_PER_NODE_REG - クラス のstatic変数org.elasticsearch.transport.netty.NettyTransport
-
- CONNECTIONS_PER_NODE_STATE - クラス のstatic変数org.elasticsearch.transport.netty.NettyTransport
-
- connectionsPerNodeBulk - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- connectionsPerNodePing - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- connectionsPerNodeRecovery - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- connectionsPerNodeReg - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- connectionsPerNodeState - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- connectOnNetworkDisconnect - クラス の変数org.elasticsearch.discovery.zen.fd.FaultDetection
-
- connectTimeout - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- connectToChannels(NettyTransport.NodeChannels, DiscoveryNode) - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- connectToChannelsLight(DiscoveryNode) - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- connectToNode(DiscoveryNode) - クラス のメソッドorg.elasticsearch.transport.local.LocalTransport
-
- connectToNode(DiscoveryNode) - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- connectToNode(DiscoveryNode, boolean) - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- connectToNode(DiscoveryNode) - インタフェース のメソッドorg.elasticsearch.transport.Transport
-
Connects to the given node, if already connected, does nothing.
- connectToNode(DiscoveryNode) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- connectToNodeLight(DiscoveryNode) - クラス のメソッドorg.elasticsearch.transport.local.LocalTransport
-
- connectToNodeLight(DiscoveryNode) - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- connectToNodeLight(DiscoveryNode) - インタフェース のメソッドorg.elasticsearch.transport.Transport
-
Connects to a node in a light manner.
- connectToNodeLight(DiscoveryNode) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- ConnectTransportException - org.elasticsearch.transportの例外
-
- ConnectTransportException(DiscoveryNode, String) - 例外 のコンストラクタorg.elasticsearch.transport.ConnectTransportException
-
- ConnectTransportException(DiscoveryNode, String, String) - 例外 のコンストラクタorg.elasticsearch.transport.ConnectTransportException
-
- ConnectTransportException(DiscoveryNode, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.transport.ConnectTransportException
-
- ConnectTransportException(DiscoveryNode, String, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.transport.ConnectTransportException
-
- ConnectTransportException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.transport.ConnectTransportException
-
- consistencyLevel(WriteConsistencyLevel) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
Sets the consistency level of write.
- consistencyLevel() - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
- consistencyLevel() - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
- consistencyLevel(WriteConsistencyLevel) - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
Sets the consistency level of write.
- consistencyLevel() - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- consistencyLevel(WriteConsistencyLevel) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
Sets the consistency level of write.
- ConsoleAppender - org.elasticsearch.common.logging.log4jのクラス
-
ConsoleAppender appends log events to System.out or
System.err using a layout specified by the user.
- ConsoleAppender() - クラス のコンストラクタorg.elasticsearch.common.logging.log4j.ConsoleAppender
-
Constructs an unconfigured appender.
- ConsoleAppender(Layout) - クラス のコンストラクタorg.elasticsearch.common.logging.log4j.ConsoleAppender
-
Creates a configured appender.
- ConsoleAppender(Layout, String) - クラス のコンストラクタorg.elasticsearch.common.logging.log4j.ConsoleAppender
-
Creates a configured appender.
- ConsoleCtrlHandler - org.elasticsearch.bootstrapのインタフェース
-
- consoleLoggingEnabled() - クラス のstaticメソッドorg.elasticsearch.common.logging.Loggers
-
- CONSTANT_VALUE_ALREADY_SET - クラス のstatic変数org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- constantBackoff(TimeValue, int) - クラス のstaticメソッドorg.elasticsearch.action.bulk.BackoffPolicy
-
Creates an new constant backoff policy with the provided configuration.
- ConstantBindingBuilder - org.elasticsearch.common.inject.binderのインタフェース
-
Binds to a constant value.
- ConstantBindingBuilderImpl<T> - org.elasticsearch.common.inject.internalのクラス
-
Bind a constant.
- ConstantBindingBuilderImpl(Binder, List<Element>, Object) - クラス のコンストラクタorg.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- constantScoreQuery(QueryBuilder) - クラス のstaticメソッド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 - 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) - クラス のコンストラクタorg.elasticsearch.index.query.ConstantScoreQueryBuilder
-
A query that wraps a query and simply returns a constant score equal to the
query boost for every document in the query.
- ConstantScoreQueryParser - org.elasticsearch.index.queryのクラス
-
- ConstantScoreQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.ConstantScoreQueryParser
-
- ConstantScorer - org.elasticsearch.index.search.childのクラス
-
A scorer that wraps a DocIdSetIterator and emits a constant score.
- ConstructionContext<T> - org.elasticsearch.common.inject.internalのクラス
-
Context of a dependency construction.
- ConstructionContext() - クラス のコンストラクタorg.elasticsearch.common.inject.internal.ConstructionContext
-
- ConstructorBinding<T> - org.elasticsearch.common.inject.spiのインタフェース
-
A binding to the constructor of a concrete clss.
- Consumer<T> - org.elasticsearch.common.utilのインタフェース
-
Used to simplify backporting Elasticsearch 5.0 code to 2.0
- consumer(IndexOutput) - クラス のメソッドorg.elasticsearch.search.suggest.completion.AnalyzingCompletionLookupProvider
-
- consumer(IndexOutput) - クラス のメソッドorg.elasticsearch.search.suggest.completion.Completion090PostingsFormat.CompletionLookupProvider
-
- containPhysicalIndexFile(String) - クラス のメソッドorg.elasticsearch.index.shard.CommitPoint
-
- containPhysicalIndexFile(String) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.SnapshotFiles
-
Returns true if this snapshot contains a file with a given original name
- contains(ClusterBlockLevel) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlock
-
- contains(Object) - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- contains(Class) - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
Check whether this exception contains an exception of the given type:
either it is of the given class itself or it contains a nested cause
of the given type.
- contains(String) - クラス のメソッドorg.elasticsearch.index.store.Store.MetadataSnapshot
-
Returns true iff this metadata contains the given file.
- containsAll(Collection<?>) - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- containsKey(Object) - クラス のメソッドorg.elasticsearch.common.collect.CopyOnWriteHashMap
-
- containsKey(int) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- containsKey(int) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap
-
Returns true if this container has an association to a value for
the given key.
- containsKey(KType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- containsKey(KType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap
-
Returns true if this container has an association to a value for
the given key.
- containsKey(K) - クラス のメソッドorg.elasticsearch.common.collect.MapBuilder
-
- containsKey(Object) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- containsKey(Object) - クラス のメソッドorg.elasticsearch.common.util.MinimalMap
-
- containsKey(Object) - クラス のメソッドorg.elasticsearch.search.lookup.LeafDocLookup
-
- containsKey(Object) - クラス のメソッドorg.elasticsearch.search.lookup.LeafFieldsLookup
-
- containsKey(Object) - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- containsValue(Object) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- containsValue(Object) - クラス のメソッドorg.elasticsearch.common.util.MinimalMap
-
- containsValue(Object) - クラス のメソッドorg.elasticsearch.search.lookup.LeafDocLookup
-
- containsValue(Object) - クラス のメソッドorg.elasticsearch.search.lookup.LeafFieldsLookup
-
- containsValue(Object) - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- containsWhitespace(CharSequence) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Check whether the given CharSequence contains any whitespace characters.
- content() - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpRequest
-
- content() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- content() - クラス のメソッドorg.elasticsearch.rest.BytesRestResponse
-
- content() - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
- content() - クラス のメソッドorg.elasticsearch.rest.RestResponse
-
The response content.
- CONTENT_FIELD_NAME_INPUT - クラス のstatic変数org.elasticsearch.index.mapper.core.CompletionFieldMapper.Fields
-
- CONTENT_FIELD_NAME_OUTPUT - クラス のstatic変数org.elasticsearch.index.mapper.core.CompletionFieldMapper.Fields
-
- CONTENT_FIELD_NAME_PAYLOAD - クラス のstatic変数org.elasticsearch.index.mapper.core.CompletionFieldMapper.Fields
-
- CONTENT_FIELD_NAME_WEIGHT - クラス のstatic変数org.elasticsearch.index.mapper.core.CompletionFieldMapper.Fields
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.client.Requests
-
The content type used to generate request builders (query / search).
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.BinaryFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.BooleanFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.ByteFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.CompletionFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.DateFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.DoubleFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.FloatFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.IntegerFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.LongFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.ShortFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.StringFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.TokenCountFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoPointFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoPointFieldMapperLegacy
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.AllFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.FieldNamesFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.IdFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.IndexFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.ParentFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.RoutingFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.SourceFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.TimestampFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.TTLFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.TypeFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.UidFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.VersionFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.ip.IpFieldMapper
-
- CONTENT_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.object.ObjectMapper
-
- contentBuilder() - クラス のstaticメソッドorg.elasticsearch.common.xcontent.cbor.CborXContent
-
- contentBuilder() - クラス のstaticメソッドorg.elasticsearch.common.xcontent.json.JsonXContent
-
- contentBuilder() - クラス のstaticメソッドorg.elasticsearch.common.xcontent.smile.SmileXContent
-
- contentBuilder(XContentType, OutputStream) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentFactory
-
Constructs a xcontent builder that will output the result into the provided output stream.
- contentBuilder(XContentType) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentFactory
-
Returns a binary content builder for the provided content type.
- contentBuilder() - クラス のstaticメソッドorg.elasticsearch.common.xcontent.yaml.YamlXContent
-
- ContentPath - org.elasticsearch.index.mapperのクラス
-
- ContentPath() - クラス のコンストラクタorg.elasticsearch.index.mapper.ContentPath
-
- ContentPath(int) - クラス のコンストラクタorg.elasticsearch.index.mapper.ContentPath
-
Constructs a json path with an offset.
- ContentPath.Type - org.elasticsearch.index.mapperの列挙型
-
- contentType(XContentType) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Sets the content type that will be used when generating a document from user provided objects (like Map).
- contentType(XContentType) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
Sets the content type that will be used when generating a document from user provided objects (like Map).
- contentType() - クラス のメソッドorg.elasticsearch.common.settings.loader.JsonSettingsLoader
-
- contentType() - クラス のメソッドorg.elasticsearch.common.settings.loader.XContentSettingsLoader
-
- contentType() - クラス のメソッドorg.elasticsearch.common.settings.loader.YamlSettingsLoader
-
- contentType() - クラス のメソッドorg.elasticsearch.common.xcontent.cbor.CborXContentGenerator
-
- contentType() - クラス のメソッドorg.elasticsearch.common.xcontent.cbor.CborXContentParser
-
- contentType() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
- contentType() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentParser
-
- contentType() - クラス のメソッドorg.elasticsearch.common.xcontent.smile.SmileXContentGenerator
-
- contentType() - クラス のメソッドorg.elasticsearch.common.xcontent.smile.SmileXContentParser
-
- contentType() - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- contentType() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentGenerator
-
- contentType() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- contentType() - クラス のメソッドorg.elasticsearch.common.xcontent.yaml.YamlXContentGenerator
-
- contentType() - クラス のメソッドorg.elasticsearch.common.xcontent.yaml.YamlXContentParser
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.core.BinaryFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.core.BooleanFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.core.ByteFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.core.DoubleFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.core.FloatFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.core.IntegerFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.core.LongFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.core.ShortFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.core.TokenCountFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.AllFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.IdFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.IndexFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.ParentFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.RoutingFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.SourceFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.TTLFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.TypeFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.UidFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.VersionFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.index.mapper.ip.IpFieldMapper
-
- contentType() - クラス のメソッドorg.elasticsearch.rest.BytesRestResponse
-
- contentType() - クラス のメソッドorg.elasticsearch.rest.RestResponse
-
The response content type.
- context() - インタフェース のメソッドorg.elasticsearch.cluster.metadata.MetaData.Custom
-
- context() - クラス のメソッドorg.elasticsearch.cluster.metadata.RepositoriesMetaData
-
- context - クラス の変数org.elasticsearch.common.lucene.uid.Versions.DocIdAndVersion
-
- CONTEXT - クラス のstatic変数org.elasticsearch.index.mapper.core.CompletionFieldMapper.Fields
-
- context() - クラス のメソッドorg.elasticsearch.search.aggregations.Aggregator
-
- context - クラス の変数org.elasticsearch.search.aggregations.AggregatorBase
-
- context() - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorBase
-
- context() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
-
- context - クラス の変数org.elasticsearch.search.highlight.HighlighterContext
-
- Context(SortedMap<String, ContextMapping.ContextConfig>, ParseContext.Document) - クラス のコンストラクタorg.elasticsearch.search.suggest.context.ContextMapping.Context
-
- CONTEXT_FACTORY - クラス のstatic変数org.elasticsearch.search.fetch.fielddata.FieldDataFieldsFetchSubPhase
-
- CONTEXT_MODE_GATEWAY - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaData
-
- CONTEXT_MODE_PARAM - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaData
-
- CONTEXT_MODE_SNAPSHOT - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaData
-
- ContextAndHeaderHolder - org.elasticsearch.commonのクラス
-
- ContextAndHeaderHolder() - クラス のコンストラクタorg.elasticsearch.common.ContextAndHeaderHolder
-
- ContextBuilder<E extends ContextMapping> - org.elasticsearch.search.suggest.contextのクラス
-
- ContextBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.suggest.context.ContextBuilder
-
- ContextConfig() - クラス のコンストラクタorg.elasticsearch.search.suggest.context.ContextMapping.ContextConfig
-
- ContextIndexSearcher - org.elasticsearch.search.internalのクラス
-
Context-aware extension of IndexSearcher.
- ContextIndexSearcher(Engine.Searcher, QueryCache, QueryCachingPolicy) - クラス のコンストラクタorg.elasticsearch.search.internal.ContextIndexSearcher
-
- contextMapping(SortedMap<String, ContextMapping>) - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper.Builder
-
- ContextMapping - org.elasticsearch.search.suggest.contextのクラス
-
A
ContextMapping is used t define a context that may used
in conjunction with a suggester.
- ContextMapping(String, String) - クラス のコンストラクタorg.elasticsearch.search.suggest.context.ContextMapping
-
Define a new context mapping of a specific type
- ContextMapping.Context - org.elasticsearch.search.suggest.contextのクラス
-
- ContextMapping.ContextConfig - org.elasticsearch.search.suggest.contextのクラス
-
- ContextMapping.ContextQuery - org.elasticsearch.search.suggest.contextのクラス
-
- ContextQuery(String) - クラス のコンストラクタorg.elasticsearch.search.suggest.context.ContextMapping.ContextQuery
-
- contextSize() - クラス のメソッドorg.elasticsearch.common.ContextAndHeaderHolder
-
- contextSize() - クラス のメソッドorg.elasticsearch.common.DelegatingHasContextAndHeaders
-
- contextSize() - インタフェース のメソッドorg.elasticsearch.common.HasContext
-
- contextSize() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- continueProcessing(RestRequest, RestChannel) - インタフェース のメソッドorg.elasticsearch.rest.RestFilterChain
-
Continue processing the request.
- conversionError(String, Object, TypeLiteral<?>, MatcherAndConverter, RuntimeException) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- conversionTypeError(String, Object, TypeLiteral<?>, MatcherAndConverter, Object) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- convert(L) - クラス のメソッドorg.elasticsearch.action.support.AdapterActionFuture
-
- convert(T) - クラス のメソッドorg.elasticsearch.action.support.PlainActionFuture
-
- convert(T) - クラス のメソッドorg.elasticsearch.action.support.PlainListenableActionFuture
-
- convert(Object) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Errors
-
- convert(String, TypeLiteral<?>) - インタフェース のメソッドorg.elasticsearch.common.inject.spi.TypeConverter
-
Converts a string value.
- convert(double, DistanceUnit) - 列挙型 のメソッドorg.elasticsearch.common.unit.DistanceUnit
-
Convert a given value into another unit
- convert(double, DistanceUnit, DistanceUnit) - 列挙型 のstaticメソッドorg.elasticsearch.common.unit.DistanceUnit
-
Converts the given distance from the given DistanceUnit, to the given DistanceUnit
- convert(DistanceUnit) - クラス のメソッドorg.elasticsearch.common.unit.DistanceUnit.Distance
-
- convertAutomaton(Automaton) - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- convertAutomaton(Automaton) - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XFuzzySuggester
-
- ConvertedConstantBinding<T> - org.elasticsearch.common.inject.spiのインタフェース
-
A binding created from converting a bound instance to a new type.
- converterReturnedNull(String, Object, TypeLiteral<?>, MatcherAndConverter) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- convertFromStringArray(String[]) - クラス のstaticメソッドorg.elasticsearch.common.text.Text
-
- convertToDoubleFilter() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
-
- convertToElastic(Throwable) - クラス のstaticメソッドorg.elasticsearch.ExceptionsHelper
-
- convertToFeatures(String...) - 列挙型 のstaticメソッドorg.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
-
- convertToJson(BytesReference, boolean) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentHelper
-
- convertToJson(BytesReference, boolean, boolean) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentHelper
-
- convertToJson(byte[], int, int, boolean) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentHelper
-
- convertToJson(byte[], int, int, boolean, boolean) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentHelper
-
- convertToLongFilter() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
-
- convertToMap(BytesReference, boolean) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentHelper
-
- convertToOrdinalsFilter() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
-
- convertToRuntime(Throwable) - クラス のstaticメソッドorg.elasticsearch.ExceptionsHelper
-
- convertToStringFilter() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
-
- convertToTypes(Matcher<? super TypeLiteral<?>>, TypeConverter) - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
- convertToTypes(Matcher<? super TypeLiteral<?>>, TypeConverter) - インタフェース のメソッドorg.elasticsearch.common.inject.Binder
-
Binds a type converter.
- convertToTypes(Matcher<? super TypeLiteral<?>>, TypeConverter) - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
- coordinate(Coordinate) - クラス のメソッドorg.elasticsearch.common.geo.builders.PointBuilder
-
- coordinate(double, double) - クラス のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder
-
- coordinate - クラス の変数org.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
-
- CoordinateNode(Coordinate) - クラス のコンストラクタorg.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
-
Creates a new leaf CoordinateNode
- CoordinateNode(List<ShapeBuilder.CoordinateNode>) - クラス のコンストラクタorg.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
-
Creates a new parent CoordinateNode
- coordinates() - クラス のメソッドorg.elasticsearch.common.geo.builders.BasePolygonBuilder
-
The coordinates setup by the builder will be assembled to a polygon.
- coordinates() - クラス のメソッドorg.elasticsearch.common.geo.builders.MultiLineStringBuilder
-
- coordinates() - クラス のメソッドorg.elasticsearch.common.geo.builders.MultiLineStringBuilder.InternalLineStringBuilder
-
- coordinates(boolean) - クラス のメソッドorg.elasticsearch.common.geo.builders.PointCollection
-
Copy all points to a new Array
- coordinatesArray(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.geo.builders.BasePolygonBuilder
-
- coordinatesToXcontent(XContentBuilder, boolean) - クラス のメソッドorg.elasticsearch.common.geo.builders.PointCollection
-
- copy(InputStream, OutputStream) - クラス のstaticメソッドorg.elasticsearch.common.io.Streams
-
- copy(InputStream, OutputStream, byte[]) - クラス のstaticメソッドorg.elasticsearch.common.io.Streams
-
Copy the contents of the given InputStream to the given OutputStream.
- copy(byte[], OutputStream) - クラス のstaticメソッドorg.elasticsearch.common.io.Streams
-
Copy the contents of the given byte array to the given OutputStream.
- copy(Reader, Writer) - クラス のstaticメソッドorg.elasticsearch.common.io.Streams
-
Copy the contents of the given Reader to the given Writer.
- copy(String, Writer) - クラス のstaticメソッドorg.elasticsearch.common.io.Streams
-
Copy the contents of the given String to the given output Writer.
- copy(BytesRef, BytesRef) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- copyAndAdd(T) - クラス のメソッドorg.elasticsearch.common.collect.CopyOnWriteHashSet
-
Copy the current set and return a copy that contains or replaces entry.
- copyAndAddAll(Collection<? extends T>) - クラス のメソッドorg.elasticsearch.common.collect.CopyOnWriteHashSet
-
Copy the current set and return a copy that is the union of the current
set and entries, potentially replacing existing entries in
case of equality.
- copyAndPut(K, V) - クラス のメソッドorg.elasticsearch.common.collect.CopyOnWriteHashMap
-
Associate key with value and return a new copy
of the hash table.
- copyAndPutAll(Map<? extends K, ? extends V>) - クラス のメソッドorg.elasticsearch.common.collect.CopyOnWriteHashMap
-
- copyAndPutMapper(Mapper) - クラス のメソッドorg.elasticsearch.index.mapper.object.RootObjectMapper
-
Return a copy of this mapper that has the given mapper as a
sub mapper.
- copyAndRemove(Object) - クラス のメソッドorg.elasticsearch.common.collect.CopyOnWriteHashMap
-
Remove the given key from this map.
- copyAndRemove(Object) - クラス のメソッドorg.elasticsearch.common.collect.CopyOnWriteHashSet
-
Copy the current set and return a copy that removes entry
if it exists.
- copyAndRemoveAll(Collection<?>) - クラス のメソッドorg.elasticsearch.common.collect.CopyOnWriteHashMap
-
- copyAndRemoveAll(Collection<?>) - クラス のメソッドorg.elasticsearch.common.collect.CopyOnWriteHashSet
-
Copy the current set and return a copy that is the difference of the current
set and entries.
- copyBytesArray() - クラス のメソッドorg.elasticsearch.common.bytes.BytesArray
-
- copyBytesArray() - インタフェース のメソッドorg.elasticsearch.common.bytes.BytesReference
-
Returns the bytes copied over as a byte array.
- copyBytesArray() - クラス のメソッドorg.elasticsearch.common.bytes.ChannelBufferBytesReference
-
- copyBytesArray() - クラス のメソッドorg.elasticsearch.common.bytes.PagedBytesReference
-
- copyBytesRef() - クラス のメソッドorg.elasticsearch.common.bytes.BytesArray
-
- copyBytesRef() - インタフェース のメソッドorg.elasticsearch.common.bytes.BytesReference
-
Converts to a copied Lucene BytesRef.
- copyBytesRef() - クラス のメソッドorg.elasticsearch.common.bytes.ChannelBufferBytesReference
-
- copyBytesRef() - クラス のメソッドorg.elasticsearch.common.bytes.PagedBytesReference
-
- copyContextAndHeadersFrom(HasContextAndHeaders) - クラス のメソッドorg.elasticsearch.common.ContextAndHeaderHolder
-
- copyContextAndHeadersFrom(HasContextAndHeaders) - クラス のメソッドorg.elasticsearch.common.DelegatingHasContextAndHeaders
-
- copyContextAndHeadersFrom(HasContextAndHeaders) - インタフェース のメソッドorg.elasticsearch.common.HasContextAndHeaders
-
copies over the context and the headers
- copyContextAndHeadersFrom(HasContextAndHeaders) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- copyContextFrom(HasContext) - クラス のメソッドorg.elasticsearch.common.ContextAndHeaderHolder
-
- copyContextFrom(HasContext) - クラス のメソッドorg.elasticsearch.common.DelegatingHasContextAndHeaders
-
- copyContextFrom(HasContext) - インタフェース のメソッドorg.elasticsearch.common.HasContext
-
Copies the context from the given context holder to this context holder.
- copyContextFrom(HasContext) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- copyCurrentEvent(XContentGenerator, XContentParser) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentHelper
-
- copyCurrentStructure(XContentParser) - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
- copyCurrentStructure(XContentParser) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- copyCurrentStructure(XContentParser) - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentGenerator
-
- copyCurrentStructure(XContentGenerator, XContentParser) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentHelper
-
- copyDirectoryRecursively(Path, Path) - クラス のstaticメソッドorg.elasticsearch.common.io.FileSystemUtils
-
Copy recursively a dir to a new location
- copyHeaders(ElasticsearchException) - クラス のメソッドorg.elasticsearch.rest.RestResponse
-
- copyHeadersFrom(HasHeaders) - クラス のメソッドorg.elasticsearch.common.ContextAndHeaderHolder
-
- copyHeadersFrom(HasHeaders) - クラス のメソッドorg.elasticsearch.common.DelegatingHasContextAndHeaders
-
- copyHeadersFrom(HasHeaders) - インタフェース のメソッドorg.elasticsearch.common.HasHeaders
-
- copyHeadersFrom(HasHeaders) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- copyNamedQueries() - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- copyOf(Map<? extends K, ? extends V>) - クラス のstaticメソッドorg.elasticsearch.common.collect.CopyOnWriteHashMap
-
Return a copy of the provided map.
- copyOf(Collection<? extends T>) - クラス のstaticメソッドorg.elasticsearch.common.collect.CopyOnWriteHashSet
-
Return a copy of the provided set.
- copyOf(ObjectObjectMap<KType, VType>) - クラス のstaticメソッドorg.elasticsearch.common.collect.ImmutableOpenMap
-
- CopyOnWriteHashMap<K,V> - org.elasticsearch.common.collectのクラス
-
An immutable map whose writes result in a new copy of the map to be created.
- CopyOnWriteHashMap() - クラス のコンストラクタorg.elasticsearch.common.collect.CopyOnWriteHashMap
-
Create a new empty map.
- CopyOnWriteHashSet<T> - org.elasticsearch.common.collectのクラス
-
- CopyOnWriteHashSet() - クラス のコンストラクタorg.elasticsearch.common.collect.CopyOnWriteHashSet
-
Create a new empty set.
- copyRawValue(BytesReference, XContent) - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
- copyShards() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNode
-
- copySign(Double, Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- copySign(Float, Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- copyTo - クラス の変数org.elasticsearch.index.mapper.FieldMapper.Builder
-
- copyTo(FieldMapper.CopyTo) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- copyTo - クラス の変数org.elasticsearch.index.mapper.FieldMapper
-
- copyTo() - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper
-
List of fields where this field should be copied to
- copyTo(AttributeImpl) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionTokenStream.ByteTermAttributeImpl
-
- copyToFields() - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.CopyTo
-
- copyToString(Reader) - クラス のstaticメソッドorg.elasticsearch.common.io.Streams
-
Copy the contents of the given Reader into a String.
- Correction - org.elasticsearch.search.suggest.phraseのクラス
-
- Correction(double, DirectCandidateGenerator.Candidate[]) - クラス のコンストラクタorg.elasticsearch.search.suggest.phrase.Correction
-
- corrections - クラス の変数org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker.Result
-
- correctSubStringLen(String, int) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper
-
- CorruptStateException - org.elasticsearch.gatewayの例外
-
This exception is thrown when Elasticsearch detects
an inconsistency in one of it's persistent states.
- CorruptStateException(String) - 例外 のコンストラクタorg.elasticsearch.gateway.CorruptStateException
-
- CorruptStateException(Throwable) - 例外 のコンストラクタorg.elasticsearch.gateway.CorruptStateException
-
- CorsConfig - org.elasticsearch.http.netty.corsのクラス
-
Configuration for Cross-Origin Resource Sharing (CORS).
- CorsConfigBuilder - org.elasticsearch.http.netty.corsのクラス
-
Builder used to configure and build a
CorsConfig instance.
- CorsHandler - org.elasticsearch.http.netty.corsのクラス
-
- CorsHandler(CorsConfig) - クラス のコンストラクタorg.elasticsearch.http.netty.cors.CorsHandler
-
Creates a new instance with the specified
CorsConfig.
- corsSettingAsArray(String) - クラス のstaticメソッドorg.elasticsearch.rest.support.RestUtils
-
Return the CORS setting as an array of origins.
- cos(Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- cos(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- cos(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- cos(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- cos(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- cosh(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- cost() - クラス のメソッドorg.apache.lucene.search.XFilteredDocIdSetIterator
-
- count() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateShardResponse
-
- count(CountRequest) - インタフェース のメソッドorg.elasticsearch.client.Client
-
- count(CountRequest, ActionListener<CountResponse>) - インタフェース のメソッドorg.elasticsearch.client.Client
-
- count(CountRequest) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- count(CountRequest, ActionListener<CountResponse>) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- count - クラス の変数org.elasticsearch.common.io.FastCharArrayReader
-
The index of the end of this buffer.
- count - クラス の変数org.elasticsearch.common.io.FastCharArrayWriter
-
The number of chars in the buffer.
- count - クラス の変数org.elasticsearch.common.io.stream.BytesStreamOutput
-
- count() - クラス のメソッドorg.elasticsearch.common.lucene.Lucene.EarlyTerminatingCollector
-
- count() - クラス のメソッドorg.elasticsearch.common.metrics.CounterMetric
-
- count() - クラス のメソッドorg.elasticsearch.common.metrics.MeanMetric
-
- count() - クラス のメソッドorg.elasticsearch.common.metrics.MeterMetric
-
- count - クラス の変数org.elasticsearch.index.cache.query.QueryCache.EntriesStats
-
- count() - クラス のメソッドorg.elasticsearch.index.fielddata.MultiGeoPointValues
-
Return the number of geo points the current document has.
- count() - クラス のメソッドorg.elasticsearch.index.fielddata.SortedBinaryDocValues
-
Return the number of values of the current document.
- count() - クラス のメソッドorg.elasticsearch.index.fielddata.SortedNumericDoubleValues
-
Retrieves the count of values for the current document.
- count - クラス の変数org.elasticsearch.index.fielddata.SortingBinaryDocValues
-
- count() - クラス のメソッドorg.elasticsearch.index.fielddata.SortingBinaryDocValues
-
- count() - クラス のメソッドorg.elasticsearch.index.fielddata.SortingNumericDocValues
-
- count() - クラス のメソッドorg.elasticsearch.index.fielddata.SortingNumericDoubleValues
-
- count() - クラス のメソッドorg.elasticsearch.percolator.PercolatorService.ReduceResult
-
- count(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
ValueCount aggregation with the given name.
- count() - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorFactories
-
- count(boolean) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.terms.Terms.Order
-
- count() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroid
-
- count - クラス の変数org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- count() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- count - クラス の変数org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- count() - インタフェース のメソッドorg.elasticsearch.search.MultiValueMode.UnsortedNumericDoubleValues
-
- COUNT_ASC - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.histogram.Histogram.Order
-
- COUNT_DESC - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.histogram.Histogram.Order
-
- CountAction - org.elasticsearch.action.countのクラス
-
- CountDown - org.elasticsearch.common.util.concurrentのクラス
-
A simple thread safe count-down class that in contrast to a
CountDownLatch
never blocks.
- CountDown(int) - クラス のコンストラクタorg.elasticsearch.common.util.concurrent.CountDown
-
- countDown() - クラス のメソッドorg.elasticsearch.common.util.concurrent.CountDown
-
Decrements the count-down and returns true iff this call
reached zero otherwise false
- COUNTER_CLOCKWISE - 列挙型 のstatic変数org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
-
- counterGetAndIncrement() - クラス のメソッドorg.elasticsearch.search.fetch.FetchSearchResult
-
- CounterMetric - org.elasticsearch.common.metricsのクラス
-
- CounterMetric() - クラス のコンストラクタorg.elasticsearch.common.metrics.CounterMetric
-
- countOccurrencesOf(String, String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Count the occurrences of the substring in string s.
- CountRequest - org.elasticsearch.action.countのクラス
-
- CountRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.count.CountRequest
-
非推奨です。
Constructs a new count request against the provided indices.
- countRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
- CountRequestBuilder - org.elasticsearch.action.countのクラス
-
- CountRequestBuilder(ElasticsearchClient, CountAction) - クラス のコンストラクタorg.elasticsearch.action.count.CountRequestBuilder
-
非推奨です。
- CountResponse - org.elasticsearch.action.countのクラス
-
- CountResponse(SearchResponse) - クラス のコンストラクタorg.elasticsearch.action.count.CountResponse
-
非推奨です。
- Counts() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
-
- create(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Set to true to force only creation, not an update of an index template.
- create() - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- create(boolean) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- create(boolean) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
- create(CreateIndexRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Creates an index using an explicit request allowing to specify the settings of the index.
- create(CreateIndexRequest, ActionListener<CreateIndexResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Creates an index using an explicit request allowing to specify the settings of the index.
- create(Priority) - クラス のstaticメソッドorg.elasticsearch.cluster.BasicClusterStateTaskConfig
-
Build a cluster state update task configuration with the
specified
Priority and no timeout.
- create(Priority, TimeValue) - クラス のstaticメソッドorg.elasticsearch.cluster.BasicClusterStateTaskConfig
-
Build a cluster state update task configuration with the
specified
Priority and timeout.
- create(boolean) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- create(K, Errors) - クラス のメソッドorg.elasticsearch.common.inject.internal.FailableCache
-
- create() - クラス のstaticメソッド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メソッドorg.elasticsearch.common.PidFile
-
Creates a new PidFile and writes the current process ID into the provided path
- create(int, double) - クラス のstaticメソッドorg.elasticsearch.common.util.BloomFilter
-
Creates a bloom filter based on the with the expected number
of insertions and expected false positive probability.
- create(int, double, int) - クラス のstaticメソッドorg.elasticsearch.common.util.BloomFilter
-
Creates a bloom filter based on the expected number of insertions, expected false positive probability,
and number of hash functions.
- create(String, Settings) - インタフェース のメソッドorg.elasticsearch.index.analysis.AnalyzerProviderFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.ApostropheFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.ArabicNormalizationFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.ArabicStemTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.ASCIIFoldingTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.BrazilianStemTokenFilterFactory
-
- create(Reader) - インタフェース のメソッドorg.elasticsearch.index.analysis.CharFilterFactory
-
- create(String, Settings) - インタフェース のメソッドorg.elasticsearch.index.analysis.CharFilterFactoryFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.CJKBigramFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.CJKWidthFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.ClassicFilterFactory
-
- create() - クラス のメソッドorg.elasticsearch.index.analysis.ClassicTokenizerFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.CommonGramsTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.compound.DictionaryCompoundWordTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.compound.HyphenationCompoundWordTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.CzechStemTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.DecimalDigitFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.DelimitedPayloadTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.DutchStemTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.EdgeNGramTokenFilterFactory
-
- create() - クラス のメソッドorg.elasticsearch.index.analysis.EdgeNGramTokenizerFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.ElisionTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.FrenchStemTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.GermanNormalizationFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.GermanStemTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.HindiNormalizationFilterFactory
-
- create(Reader) - クラス のメソッドorg.elasticsearch.index.analysis.HtmlStripCharFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.HunspellTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.IndicNormalizationFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.KeepTypesFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.KeepWordFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.KeywordMarkerTokenFilterFactory
-
- create() - クラス のメソッドorg.elasticsearch.index.analysis.KeywordTokenizerFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.KStemTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.LengthTokenFilterFactory
-
- create() - クラス のメソッドorg.elasticsearch.index.analysis.LetterTokenizerFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.LimitTokenCountFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.LowerCaseTokenFilterFactory
-
- create() - クラス のメソッドorg.elasticsearch.index.analysis.LowerCaseTokenizerFactory
-
- create(Reader) - クラス のメソッドorg.elasticsearch.index.analysis.MappingCharFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.NGramTokenFilterFactory
-
- create() - クラス のメソッドorg.elasticsearch.index.analysis.NGramTokenizerFactory
-
- create() - クラス のメソッドorg.elasticsearch.index.analysis.PathHierarchyTokenizerFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.PatternCaptureGroupTokenFilterFactory
-
- create(Reader) - クラス のメソッドorg.elasticsearch.index.analysis.PatternReplaceCharFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.PatternReplaceTokenFilterFactory
-
- create() - クラス のメソッドorg.elasticsearch.index.analysis.PatternTokenizerFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.PersianNormalizationFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.PorterStemTokenFilterFactory
-
- create(String, Settings) - クラス のメソッドorg.elasticsearch.index.analysis.PreBuiltAnalyzerProviderFactory
-
- create(String, Settings) - クラス のメソッドorg.elasticsearch.index.analysis.PreBuiltCharFilterFactoryFactory
-
- create(String, Settings) - クラス のメソッドorg.elasticsearch.index.analysis.PreBuiltTokenFilterFactoryFactory
-
- create(String, Settings) - クラス のメソッドorg.elasticsearch.index.analysis.PreBuiltTokenizerFactoryFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.ReverseTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.RussianStemTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.ScandinavianFoldingFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.ScandinavianNormalizationFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.SerbianNormalizationFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.ShingleTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.SnowballTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.SoraniNormalizationFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.StandardTokenFilterFactory
-
- create() - クラス のメソッドorg.elasticsearch.index.analysis.StandardTokenizerFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.StemmerOverrideTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.StemmerTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.StopTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.SynonymTokenFilterFactory
-
- create() - クラス のメソッドorg.elasticsearch.index.analysis.ThaiTokenizerFactory
-
- create(TokenStream) - インタフェース のメソッドorg.elasticsearch.index.analysis.TokenFilterFactory
-
- create(String, Settings) - インタフェース のメソッドorg.elasticsearch.index.analysis.TokenFilterFactoryFactory
-
- create() - インタフェース のメソッドorg.elasticsearch.index.analysis.TokenizerFactory
-
- create(String, Settings) - インタフェース のメソッドorg.elasticsearch.index.analysis.TokenizerFactoryFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.TrimTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.TruncateTokenFilterFactory
-
- create() - クラス のメソッドorg.elasticsearch.index.analysis.UAX29URLEmailTokenizerFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.UniqueTokenFilterFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.UpperCaseTokenFilterFactory
-
- create() - クラス のメソッドorg.elasticsearch.index.analysis.WhitespaceTokenizerFactory
-
- create(TokenStream) - クラス のメソッドorg.elasticsearch.index.analysis.WordDelimiterTokenFilterFactory
-
- create(Engine.Create) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
- Create(Term, ParsedDocument, long, VersionType, Engine.Operation.Origin, long, boolean, boolean) - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.Create
-
- Create(Term, ParsedDocument, long, VersionType, Engine.Operation.Origin, long) - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.Create
-
- Create(Term, ParsedDocument) - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.Create
-
- create(Engine.Create) - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- create(Engine.Create) - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- create(QueryParseContext, BaseGeoPointFieldMapper.GeoPointFieldType, String, List<CharSequence>) - クラス のstaticメソッドorg.elasticsearch.index.query.GeohashCellQuery
-
Create a new geohash filter for a given set of geohashes.
- create(DocIdSetIterator, Weight, float) - クラス のstaticメソッドorg.elasticsearch.index.search.child.ConstantScorer
-
- create(GeoPoint, GeoPoint, BaseGeoPointFieldMapper.GeoPointFieldType) - クラス のstaticメソッドorg.elasticsearch.index.search.geo.IndexedGeoBoundingBoxQuery
-
- create(Engine.Create) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- create(String, Settings) - クラス のメソッドorg.elasticsearch.index.similarity.PreBuiltSimilarityProvider.Factory
-
- create(String, Settings) - インタフェース のメソッドorg.elasticsearch.index.similarity.SimilarityProvider.Factory
-
- Create() - クラス のコンストラクタorg.elasticsearch.index.translog.Translog.Create
-
- Create(Engine.Create) - クラス のコンストラクタorg.elasticsearch.index.translog.Translog.Create
-
- Create(String, String, byte[]) - クラス のコンストラクタorg.elasticsearch.index.translog.Translog.Create
-
- create(TranslogWriter.Type, ShardId, String, long, Path, Callback<ChannelReference>, int, TranslogWriter.ChannelFactory) - クラス のstaticメソッドorg.elasticsearch.index.translog.TranslogWriter
-
- create(ShardId, long, ChannelReference, int) - 列挙型 のメソッドorg.elasticsearch.index.translog.TranslogWriter.Type
-
- create(Version) - 列挙型 のメソッドorg.elasticsearch.indices.analysis.PreBuiltAnalyzers
-
- create(Reader, Version) - 列挙型 のメソッドorg.elasticsearch.indices.analysis.PreBuiltCharFilters
-
- create(TokenStream, Version) - 列挙型 のメソッドorg.elasticsearch.indices.analysis.PreBuiltTokenFilters
-
- create(Version) - 列挙型 のメソッドorg.elasticsearch.indices.analysis.PreBuiltTokenizers
-
- create(AggregationContext, Aggregator, boolean) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorFactory
-
Creates the aggregator
- create(List<InternalFilters.Bucket>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.InternalFilters
-
- create(List<InternalGeoHashGrid.Bucket>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- create(List<B>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- create(String, List<B>, InternalOrder, long, InternalHistogram.EmptyBucketInfo, ValueFormatter, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Factory
-
- create(List<B>, InternalHistogram<B>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Factory
-
- create(InternalAggregations) - クラス のメソッド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>, ValueFormatter, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Factory
-
- create(List<InternalDateRange.Bucket>, InternalDateRange) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Factory
-
- create(String, List<InternalGeoDistance.Bucket>, ValueFormatter, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Factory
-
- create(List<InternalGeoDistance.Bucket>, InternalGeoDistance) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Factory
-
- create(List<B>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- create(String, List<B>, ValueFormatter, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
-
- create(List<B>, R) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
-
- create(String, List<InternalIPv4Range.Bucket>, ValueFormatter, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range.Factory
-
- create(List<InternalIPv4Range.Bucket>, InternalIPv4Range) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range.Factory
-
- create(long, long, List<InternalSignificantTerms.Bucket>, InternalSignificantTerms) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- create(List<SignificantLongTerms.Bucket>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
- create(long, long, List<InternalSignificantTerms.Bucket>, InternalSignificantTerms) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
- create(List<SignificantStringTerms.Bucket>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- create(long, long, List<InternalSignificantTerms.Bucket>, InternalSignificantTerms) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- create(List<InternalSignificantTerms.Bucket>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- create(long, long, List<InternalSignificantTerms.Bucket>, InternalSignificantTerms) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- create(List<DoubleTerms.Bucket>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- create(String, List<InternalTerms.Bucket>, long, long, InternalTerms) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- create(String, List<InternalTerms.Bucket>, long, long, InternalTerms) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- create(List<LongTerms.Bucket>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.LongTerms
-
- create(String, List<InternalTerms.Bucket>, long, long, InternalTerms) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.LongTerms
-
- create(List<StringTerms.Bucket>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
- create(String, List<InternalTerms.Bucket>, long, long, InternalTerms) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
- create(List<InternalTerms.Bucket>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- create(String, List<InternalTerms.Bucket>, long, long, InternalTerms) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- create(List<B>) - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorFactory
-
Creates the pipeline aggregator
- create(String) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormat.DateTime
-
- create(String) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormat.Number
-
- create(String) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormat.Patternable
-
- create(ChannelBuffer) - クラス のstaticメソッドorg.elasticsearch.transport.netty.ChannelBufferStreamInputFactory
-
- create(ChannelBuffer, int) - クラス のstaticメソッドorg.elasticsearch.transport.netty.ChannelBufferStreamInputFactory
-
- createAdapter() - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- createBucket(InternalAggregations, InternalFilters.Bucket) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.InternalFilters
-
- createBucket(InternalAggregations, InternalGeoHashGrid.Bucket) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- createBucket(InternalAggregations, B) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- createBucket(InternalAggregations, B) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Factory
-
- createBucket(Object, long, InternalAggregations, boolean, ValueFormatter) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Factory
-
- createBucket(String, double, double, long, InternalAggregations, boolean, ValueFormatter) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Factory
-
- createBucket(InternalAggregations, InternalDateRange.Bucket) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Factory
-
- createBucket(String, double, double, long, InternalAggregations, boolean, ValueFormatter) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Factory
-
- createBucket(InternalAggregations, InternalGeoDistance.Bucket) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Factory
-
- createBucket(InternalAggregations, B) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- createBucket(String, double, double, long, InternalAggregations, boolean, ValueFormatter) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
-
- createBucket(InternalAggregations, B) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
-
- createBucket(String, double, double, long, InternalAggregations, boolean, ValueFormatter) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range.Factory
-
- createBucket(InternalAggregations, InternalIPv4Range.Bucket) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range.Factory
-
- createBucket(InternalAggregations, SignificantLongTerms.Bucket) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
- createBucket(InternalAggregations, SignificantStringTerms.Bucket) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- createBucket(InternalAggregations, InternalSignificantTerms.Bucket) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- createBucket(InternalAggregations, DoubleTerms.Bucket) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- createBucket(InternalAggregations, LongTerms.Bucket) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.LongTerms
-
- createBucket(InternalAggregations, StringTerms.Bucket) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
- createBucket(InternalAggregations, InternalTerms.Bucket) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- createBucket(InternalAggregations, B) - クラス のメソッドorg.elasticsearch.search.aggregations.InternalMultiBucketAggregation
-
- createBuilder(String) - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper.TypeParser
-
- createBuilder(String) - クラス のメソッドorg.elasticsearch.index.mapper.object.RootObjectMapper.TypeParser
-
- createCandidate(BytesRef, boolean) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.CandidateGenerator
-
- createCandidate(BytesRef, long, double) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.CandidateGenerator
-
- createCandidate(BytesRef, long, double, boolean) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.CandidateGenerator
-
- createCandidate(BytesRef, long, double, boolean) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- createCandidate(BytesRef, long, double, boolean) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.MultiCandidateGeneratorWrapper
-
- createChildInjector(Iterable<? extends Module>) - インタフェース のメソッドorg.elasticsearch.common.inject.Injector
-
Returns a new injector that inherits all state from this injector.
- createChildInjector(Module...) - インタフェース のメソッドorg.elasticsearch.common.inject.Injector
-
Returns a new injector that inherits all state from this injector.
- createChildInjector(Injector) - クラス のメソッドorg.elasticsearch.common.inject.ModulesBuilder
-
- createComponents(String) - クラス のメソッドorg.apache.lucene.analysis.PrefixAnalyzer
-
- createComponents(String) - クラス のメソッドorg.elasticsearch.index.analysis.CustomAnalyzer
-
- createComponents(String) - クラス のメソッドorg.elasticsearch.index.analysis.NumericAnalyzer
-
- createComponents(String) - クラス のメソッドorg.elasticsearch.index.analysis.PatternAnalyzer
-
- createComponents(String) - クラス のメソッドorg.elasticsearch.index.analysis.SnowballAnalyzer
-
非推奨です。
Constructs a StandardTokenizer filtered by a StandardFilter, a LowerCaseFilter, a StopFilter,
and a SnowballFilter
- createComponents(String) - クラス のメソッドorg.elasticsearch.index.analysis.StandardHtmlStripAnalyzer
-
- createCopyToContext() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
Return a new context that will be within a copy-to operation.
- createEmptyBucket(boolean, ValueFormatter) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Factory
-
- createExternalValueContext(Object) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
Return a new context that will have the external value set.
- createFactory(String, ValuesSourceConfig<ValuesSource.Numeric>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.avg.AvgParser
-
- createFactory(String, ValuesSourceConfig<ValuesSource.Numeric>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.max.MaxParser
-
- createFactory(String, ValuesSourceConfig<ValuesSource.Numeric>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.min.MinParser
-
- createFactory(String, ValuesSourceConfig<ValuesSource.Numeric>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.NumericValuesSourceMetricsAggregatorParser
-
- createFactory(String, ValuesSourceConfig<ValuesSource.Numeric>, double) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsParser
-
- createFactory(String, ValuesSourceConfig<ValuesSource.Numeric>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.StatsParser
-
- createFactory(String, ValuesSourceConfig<ValuesSource.Numeric>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.sum.SumParser
-
- CreateFailedEngineException - org.elasticsearch.index.engineの例外
-
- CreateFailedEngineException(ShardId, String, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.engine.CreateFailedEngineException
-
- CreateFailedEngineException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.engine.CreateFailedEngineException
-
- createFilter(int) - クラス のメソッドorg.elasticsearch.common.util.BloomFilter.Factory
-
- createGenerator(OutputStream) - クラス のメソッドorg.elasticsearch.common.xcontent.cbor.CborXContent
-
- createGenerator(OutputStream, String[]) - クラス のメソッドorg.elasticsearch.common.xcontent.cbor.CborXContent
-
- createGenerator(OutputStream) - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContent
-
- createGenerator(OutputStream, String[]) - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContent
-
- createGenerator(OutputStream) - クラス のメソッドorg.elasticsearch.common.xcontent.smile.SmileXContent
-
- createGenerator(OutputStream, String[]) - クラス のメソッドorg.elasticsearch.common.xcontent.smile.SmileXContent
-
- createGenerator(OutputStream) - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContent
-
Creates a new generator using the provided output stream.
- createGenerator(OutputStream, String[]) - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContent
-
Creates a new generator using the provided output stream and some filters.
- createGenerator(OutputStream) - クラス のメソッドorg.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createGenerator(OutputStream, String[]) - クラス のメソッドorg.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createIndex(CreateIndexClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataCreateIndexService
-
- createIndex(String, Settings, String) - クラス のメソッドorg.elasticsearch.indices.IndicesService
-
- CreateIndexAction - org.elasticsearch.action.admin.indices.createのクラス
-
- CreateIndexClusterStateUpdateRequest - org.elasticsearch.action.admin.indices.createのクラス
-
Cluster state update request that allows to create an index
- CreateIndexRequest - org.elasticsearch.action.admin.indices.createのクラス
-
A request to create an index.
- CreateIndexRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- CreateIndexRequest(ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Constructs a new request to create an index that was triggered by a different request,
provided as an argument so that its headers and context can be copied to the new request.
- CreateIndexRequest(String) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Constructs a new request to create an index with the specified name.
- CreateIndexRequest(String, Settings) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Constructs a new request to create an index with the specified name and settings.
- createIndexRequest(String) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a create index request.
- CreateIndexRequestBuilder - org.elasticsearch.action.admin.indices.createのクラス
-
Builder for a create index request
- CreateIndexRequestBuilder(ElasticsearchClient, CreateIndexAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
- CreateIndexRequestBuilder(ElasticsearchClient, CreateIndexAction, String) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
- CreateIndexResponse - org.elasticsearch.action.admin.indices.createのクラス
-
A response for a create index action.
- createInjector(Module...) - クラス のstaticメソッドorg.elasticsearch.common.inject.Guice
-
Creates an injector for the given set of modules.
- createInjector(Iterable<? extends Module>) - クラス のstaticメソッドorg.elasticsearch.common.inject.Guice
-
Creates an injector for the given set of modules.
- createInjector(Stage, Module...) - クラス のstaticメソッド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メソッドorg.elasticsearch.common.inject.Guice
-
Creates an injector for the given set of modules, in a given development
stage.
- createInjector() - クラス のメソッドorg.elasticsearch.common.inject.ModulesBuilder
-
- createInternal(AggregationContext, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorFactory
-
- createInternal(AggregationContext, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filter.FilterAggregator.Factory
-
- createInternal(AggregationContext, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator.Factory
-
- createInternal(AggregationContext, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.global.GlobalAggregator.Factory
-
- createInternal(AggregationContext, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.nested.NestedAggregator.Factory
-
- createInternal(AggregationContext, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregator.Factory
-
- createInternal(AggregationContext, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator.Factory
-
- createInternal(AggregationContext, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregator.Factory
-
- createInternal(AggregationContext, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregator.Factory
-
- createInternal(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator.Factory
-
- createInternal(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator.Factory
-
- createInternal(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator.Factory
-
- createInternal(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator.Factory
-
- createInternal(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator.Factory
-
- createInternal(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator.Factory
-
- createInternal(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator.Factory
-
- createInternal(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator.Factory
-
- createInternal(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator.Factory
-
- createInternal(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator.Factory
-
- createInternal(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.having.BucketSelectorPipelineAggregator.Factory
-
- createInternal(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator.Factory
-
- createInternal(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorFactory
-
- createInternal(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator.Factory
-
- createInternal(AggregationContext, Aggregator, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
-
- createMapper(String, String, boolean, ObjectMapper.Nested, ObjectMapper.Dynamic, ContentPath.Type, Map<String, Mapper>, Settings) - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper.Builder
-
- createMapper(String, String, boolean, ObjectMapper.Nested, ObjectMapper.Dynamic, ContentPath.Type, Map<String, Mapper>, Settings) - クラス のメソッドorg.elasticsearch.index.mapper.object.RootObjectMapper.Builder
-
- createMultiFieldContext(Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- createMultiFieldContext() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
Return a new context that will be within multi-fields.
- createNestedContext(String) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
Return a new context that will be used within a nested document.
- createNormalizedWeight(Query, boolean) - クラス のメソッドorg.elasticsearch.search.internal.ContextIndexSearcher
-
- createNumericTokenizer(char[]) - クラス のメソッドorg.elasticsearch.index.analysis.NumericAnalyzer
-
- createNumericTokenizer(char[]) - クラス のメソッドorg.elasticsearch.index.analysis.NumericDateAnalyzer
-
- createNumericTokenizer(char[]) - クラス のメソッドorg.elasticsearch.index.analysis.NumericDoubleAnalyzer
-
- createNumericTokenizer(char[]) - クラス のメソッドorg.elasticsearch.index.analysis.NumericFloatAnalyzer
-
- createNumericTokenizer(char[]) - クラス のメソッドorg.elasticsearch.index.analysis.NumericIntegerAnalyzer
-
- createNumericTokenizer(char[]) - クラス のメソッドorg.elasticsearch.index.analysis.NumericLongAnalyzer
-
- createNumericTokenizer(char[]) - クラス のメソッドorg.elasticsearch.index.mapper.ip.IpFieldMapper.NumericIpAnalyzer
-
- createOutput(String, IOContext) - クラス のメソッドorg.apache.lucene.store.RateLimitedFSDirectory
-
- createOutput(String) - クラス のメソッドorg.elasticsearch.common.blobstore.support.AbstractLegacyBlobContainer
-
非推奨です。
- createParseContext(String, String, String) - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData
-
- createParser(String) - クラス のメソッドorg.elasticsearch.common.xcontent.cbor.CborXContent
-
- createParser(InputStream) - クラス のメソッドorg.elasticsearch.common.xcontent.cbor.CborXContent
-
- createParser(byte[]) - クラス のメソッドorg.elasticsearch.common.xcontent.cbor.CborXContent
-
- createParser(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.xcontent.cbor.CborXContent
-
- createParser(BytesReference) - クラス のメソッドorg.elasticsearch.common.xcontent.cbor.CborXContent
-
- createParser(Reader) - クラス のメソッドorg.elasticsearch.common.xcontent.cbor.CborXContent
-
- createParser(String) - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContent
-
- createParser(InputStream) - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContent
-
- createParser(byte[]) - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContent
-
- createParser(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContent
-
- createParser(BytesReference) - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContent
-
- createParser(Reader) - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContent
-
- createParser(String) - クラス のメソッドorg.elasticsearch.common.xcontent.smile.SmileXContent
-
- createParser(InputStream) - クラス のメソッドorg.elasticsearch.common.xcontent.smile.SmileXContent
-
- createParser(byte[]) - クラス のメソッドorg.elasticsearch.common.xcontent.smile.SmileXContent
-
- createParser(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.xcontent.smile.SmileXContent
-
- createParser(BytesReference) - クラス のメソッドorg.elasticsearch.common.xcontent.smile.SmileXContent
-
- createParser(Reader) - クラス のメソッドorg.elasticsearch.common.xcontent.smile.SmileXContent
-
- createParser(String) - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContent
-
Creates a parser over the provided string content.
- createParser(InputStream) - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContent
-
Creates a parser over the provided input stream.
- createParser(byte[]) - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContent
-
Creates a parser over the provided bytes.
- createParser(byte[], int, int) - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContent
-
Creates a parser over the provided bytes.
- createParser(BytesReference) - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContent
-
Creates a parser over the provided bytes.
- createParser(Reader) - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContent
-
Creates a parser over the provided reader.
- createParser(BytesReference) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentHelper
-
- createParser(String) - クラス のメソッドorg.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createParser(InputStream) - クラス のメソッドorg.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createParser(byte[]) - クラス のメソッドorg.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createParser(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createParser(BytesReference) - クラス のメソッドorg.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createParser(Reader) - クラス のメソッドorg.elasticsearch.common.xcontent.yaml.YamlXContent
-
- createPipelineAggregators() - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorFactories
-
- createProxy(Errors, Class<?>) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstructionContext
-
- createReduced(String, double[], DoubleHistogram, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- createReduced(String, double[], DoubleHistogram, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- createReduced(String, double[], TDigestState, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- createReduced(String, double[], TDigestState, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- createScript(String, ScriptService.ScriptType, String, Map<String, Object>) - クラス のメソッドorg.elasticsearch.script.AbstractScriptParser
-
- createShard(ShardRouting) - クラス のメソッドorg.elasticsearch.index.IndexService
-
- createSimpleScript(XContentParser) - クラス のメソッドorg.elasticsearch.script.AbstractScriptParser
-
- createSnapshot(CreateSnapshotRequest) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Creates a new snapshot.
- createSnapshot(CreateSnapshotRequest, ActionListener<CreateSnapshotResponse>) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Creates a new snapshot.
- createSnapshot(SnapshotsService.SnapshotRequest, SnapshotsService.CreateSnapshotListener) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService
-
Initializes the snapshotting process.
- CreateSnapshotAction - org.elasticsearch.action.admin.cluster.snapshots.createのクラス
-
Create snapshot action
- CreateSnapshotRequest - org.elasticsearch.action.admin.cluster.snapshots.createのクラス
-
Create snapshot request
The only mandatory parameter is repository name.
- CreateSnapshotRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
- CreateSnapshotRequest(String, String) - クラス のコンストラクタ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メソッドorg.elasticsearch.client.Requests
-
Creates new snapshot
- CreateSnapshotRequestBuilder - org.elasticsearch.action.admin.cluster.snapshots.createのクラス
-
Create snapshot request builder
- CreateSnapshotRequestBuilder(ElasticsearchClient, CreateSnapshotAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Constructs a new create snapshot request builder
- CreateSnapshotRequestBuilder(ElasticsearchClient, CreateSnapshotAction, String, String) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Constructs a new create snapshot request builder with specified repository and snapshot names
- CreateSnapshotResponse - org.elasticsearch.action.admin.cluster.snapshots.createのクラス
-
Create snapshot response
- createSubAggregators(Aggregator) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorFactories
-
Create all aggregators so that they can be consumed with multiple
buckets.
- createTask(long, String, String) - クラス のメソッドorg.elasticsearch.action.support.ChildTaskActionRequest
-
- createTask(long, String, String, TaskId) - クラス のメソッドorg.elasticsearch.action.support.ChildTaskActionRequest
-
- createTask(long, String, String) - クラス のメソッドorg.elasticsearch.action.support.ChildTaskRequest
-
- createTask(long, String, String, TaskId) - クラス のメソッドorg.elasticsearch.action.support.ChildTaskRequest
-
- createTask(long, String, String, TaskId) - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
- createTask(long, String, String) - クラス のメソッドorg.elasticsearch.transport.TransportRequest
-
Returns the task object that should be used to keep track of the processing of the request.
- createTaskManager() - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- createTerm(Object) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
Creates a term associated with the field of this mapper for the given
value.
- createTopDocsCollector(int) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
-
- createTopLevelAggregators(AggregationContext) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorFactories
-
- createUid(String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.Uid
-
- createUid(String, String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.Uid
-
- createUid(StringBuilder, String, String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.Uid
-
- createUidAsBytes(String, String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.Uid
-
- createUidAsBytes(String, BytesRef) - クラス のstaticメソッドorg.elasticsearch.index.mapper.Uid
-
- createUidAsBytes(BytesRef, BytesRef) - クラス のstaticメソッドorg.elasticsearch.index.mapper.Uid
-
- createUidAsBytes(BytesRef, BytesRef, BytesRefBuilder) - クラス のstaticメソッドorg.elasticsearch.index.mapper.Uid
-
- createUids(List<? extends DocumentRequest>) - クラス のstaticメソッドorg.elasticsearch.index.mapper.Uid
-
- createUidsForTypesAndId(Collection<String>, Object) - クラス のstaticメソッドorg.elasticsearch.index.mapper.Uid
-
- createUidsForTypesAndIds(Collection<String>, Collection<?>) - クラス のstaticメソッドorg.elasticsearch.index.mapper.Uid
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.children.ParentToChildrenAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.missing.MissingAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator.DiversifiedFactory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.avg.AvgAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.max.MaxAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.min.MinAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentileRanksAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentilesAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.StatsAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.sum.SumAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregator.Factory
-
- createUnmapped(AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
-
- createVerifyingOutput(String, StoreFileMetaData, IOContext) - クラス のメソッドorg.elasticsearch.index.store.Store
-
The returned IndexOutput might validate the files checksum if the file has been written with a newer lucene version
and the metadata holds the necessary information to detect that it was been written by Lucene 4.8 or newer.
- createWeight(IndexSearcher, boolean) - クラス のメソッドorg.apache.lucene.queries.MinDocQuery
-
- createWeight(IndexSearcher, boolean) - クラス のメソッドorg.elasticsearch.common.lucene.all.AllTermQuery
-
- createWeight(IndexSearcher, boolean) - クラス のメソッドorg.elasticsearch.common.lucene.IndexCacheableQuery
-
- createWeight(IndexSearcher, boolean) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
-
- createWeight(IndexSearcher, boolean) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- createWeight(IndexSearcher, boolean) - クラス のメソッドorg.elasticsearch.index.search.geo.GeoDistanceRangeQuery
-
- createWeight(IndexSearcher, boolean) - クラス のメソッドorg.elasticsearch.index.search.geo.GeoPolygonQuery
-
- createWeight(IndexSearcher, boolean) - クラス のメソッドorg.elasticsearch.index.search.geo.InMemoryGeoBoundingBoxQuery
-
- createWeight(IndexSearcher, boolean) - クラス のメソッドorg.elasticsearch.index.search.nested.IncludeNestedDocsQuery
-
- createWeight(Query, boolean) - クラス のメソッドorg.elasticsearch.search.internal.ContextIndexSearcher
-
- creationDate(long) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- creationDate() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- CreationException - org.elasticsearch.common.injectの例外
-
Thrown when errors occur while creating a
Injector.
- CreationException(Collection<Message>) - 例外 のコンストラクタorg.elasticsearch.common.inject.CreationException
-
Creates a CreationException containing messages.
- CrossFieldsQueryBuilder(float) - クラス のコンストラクタorg.elasticsearch.index.search.MultiMatchQuery.CrossFieldsQueryBuilder
-
- CTRL_CLOSE_EVENT - インタフェース のstatic変数org.elasticsearch.bootstrap.ConsoleCtrlHandler
-
- cumulativeSum(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- CumulativeSumBuilder - org.elasticsearch.search.aggregations.pipeline.cumulativesumのクラス
-
- CumulativeSumBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumBuilder
-
- CumulativeSumParser - org.elasticsearch.search.aggregations.pipeline.cumulativesumのクラス
-
- CumulativeSumParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumParser
-
- CumulativeSumPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.cumulativesumのクラス
-
- CumulativeSumPipelineAggregator() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
-
- CumulativeSumPipelineAggregator(String, String[], ValueFormatter, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
-
- CumulativeSumPipelineAggregator.Factory - org.elasticsearch.search.aggregations.pipeline.cumulativesumのクラス
-
- CURRENT - クラス のstatic変数org.elasticsearch.Build
-
- current() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.RoutingNodeIterator
-
- current - クラス の変数org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- current() - クラス のメソッドorg.elasticsearch.index.get.GetStats
-
- current() - クラス のメソッドorg.elasticsearch.index.warmer.WarmerStats
-
- current() - クラス のstaticメソッドorg.elasticsearch.search.internal.SearchContext
-
- CURRENT - クラス のstatic変数org.elasticsearch.Version
-
- CURRENT_SNAPSHOT - クラス のstatic変数org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
- currentAsSource() - クラス のメソッドorg.elasticsearch.index.recovery.RecoveryStats
-
Number of ongoing recoveries for which a shard serves as a source
- currentAsTarget() - クラス のメソッドorg.elasticsearch.index.recovery.RecoveryStats
-
Number of ongoing recoveries for which a shard serves as a target
- currentDocFreq - クラス の変数org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- currentEngineReference - クラス の変数org.elasticsearch.index.shard.IndexShard
-
- currentFileGeneration() - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
Returns the generation of the current transaction log.
- currentName() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentParser
-
- currentName() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- currentNanoTime() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.AllocationService
-
ovrride this to control time based decisions during allocation
- currentNodeId() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
The current node id the shard is allocated on.
- currentOrdinal() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
- currentSnapshots(String) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService
-
Returns a list of currently running snapshots from repository sorted by snapshot creation date
- currentSnapshots(String, String[]) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService
-
Returns status of the currently running snapshots
This method is executed on master node
- currentSnapshotShards(SnapshotId) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardsService
-
Returns status of shards that are snapshotted on the node and belong to the given snapshot
This method is executed on data node
- currentStage() - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
- currentStage() - インタフェース のメソッドorg.elasticsearch.common.inject.Binder
-
Gets the current stage.
- currentStage() - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
- currentState() - 例外 のメソッドorg.elasticsearch.index.shard.IllegalIndexShardStateException
-
- currentTimeInNanos() - クラス のメソッドorg.elasticsearch.indices.memory.IndexingMemoryController
-
- currentToken() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentParser
-
- currentToken() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- currentTotalTermFreq - クラス の変数org.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- Cursor() - クラス のコンストラクタorg.elasticsearch.common.util.LongObjectPagedHashMap.Cursor
-
- custom(IndexMetaData.Custom) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Adds custom metadata to the index to be created.
- custom(IndexMetaData.Custom) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- custom(String) - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- custom(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- custom(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- custom(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- custom(String) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- CustomAnalyzer - org.elasticsearch.index.analysisのクラス
-
- CustomAnalyzer(TokenizerFactory, CharFilterFactory[], TokenFilterFactory[]) - クラス のコンストラクタorg.elasticsearch.index.analysis.CustomAnalyzer
-
- CustomAnalyzer(TokenizerFactory, CharFilterFactory[], TokenFilterFactory[], int, int) - クラス のコンストラクタorg.elasticsearch.index.analysis.CustomAnalyzer
-
- CustomAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
A custom analyzer that is built out of a single Tokenizer and a list
of TokenFilters.
- CustomAnalyzerProvider(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.CustomAnalyzerProvider
-
- CustomBinaryDocValuesField(String, byte[]) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.BinaryFieldMapper.CustomBinaryDocValuesField
-
- customBoost() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllEntries
-
- customBoost() - クラス のメソッドorg.elasticsearch.index.mapper.core.ByteFieldMapper
-
- customBoost() - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper
-
- customBoost() - クラス のメソッドorg.elasticsearch.index.mapper.core.DoubleFieldMapper
-
- customBoost() - クラス のメソッドorg.elasticsearch.index.mapper.core.FloatFieldMapper
-
- customBoost() - クラス のメソッドorg.elasticsearch.index.mapper.core.IntegerFieldMapper
-
- customBoost() - クラス のメソッドorg.elasticsearch.index.mapper.core.LongFieldMapper
-
- customBoost() - クラス のメソッドorg.elasticsearch.index.mapper.core.ShortFieldMapper
-
- customBoost() - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper
-
- customBoost() - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper
-
Derived classes can override it to specify that boost value is set by derived classes.
- CustomByteNumericField(byte, MappedFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.ByteFieldMapper.CustomByteNumericField
-
- CustomDoubleNumericDocValuesField(String, double) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.DoubleFieldMapper.CustomDoubleNumericDocValuesField
-
- CustomDoubleNumericField(double, NumberFieldMapper.NumberFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.DoubleFieldMapper.CustomDoubleNumericField
-
- CustomFieldQuery - org.apache.lucene.search.vectorhighlightのクラス
-
- CustomFieldQuery(Query, IndexReader, FastVectorHighlighter) - クラス のコンストラクタorg.apache.lucene.search.vectorhighlight.CustomFieldQuery
-
- CustomFieldQuery(Query, IndexReader, boolean, boolean) - クラス のコンストラクタorg.apache.lucene.search.vectorhighlight.CustomFieldQuery
-
- CustomFieldsVisitor - 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) - クラス のコンストラクタorg.elasticsearch.index.fieldvisitor.CustomFieldsVisitor
-
- CustomFieldsVisitor(Set<String>, boolean) - クラス のコンストラクタorg.elasticsearch.index.fieldvisitor.CustomFieldsVisitor
-
- CustomFloatNumericDocValuesField(String, float) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.FloatFieldMapper.CustomFloatNumericDocValuesField
-
- CustomFloatNumericField(float, NumberFieldMapper.NumberFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.FloatFieldMapper.CustomFloatNumericField
-
- CustomGeoPointDocValuesField(String, double, double) - クラス のコンストラクタorg.elasticsearch.index.mapper.geo.GeoPointFieldMapperLegacy.CustomGeoPointDocValuesField
-
- customHeaders - クラス の変数org.elasticsearch.rest.RestResponse
-
- CustomIntegerNumericField(int, MappedFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.IntegerFieldMapper.CustomIntegerNumericField
-
- CustomLongNumericDocValuesField(String, long) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.NumberFieldMapper.CustomLongNumericDocValuesField
-
- CustomLongNumericField(long, MappedFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.LongFieldMapper.CustomLongNumericField
-
- CustomNumericDocValuesField(String) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.NumberFieldMapper.CustomNumericDocValuesField
-
- CustomNumericField(Number, MappedFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.NumberFieldMapper.CustomNumericField
-
- CustomPassageFormatter - 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) - クラス のコンストラクタorg.apache.lucene.search.postingshighlight.CustomPassageFormatter
-
- CustomPostingsHighlighter - org.apache.lucene.search.postingshighlightのクラス
-
Subclass of the PostingsHighlighter that works for a single field in a single document.
- CustomPostingsHighlighter(Analyzer, CustomPassageFormatter, String, boolean) - クラス のコンストラクタorg.apache.lucene.search.postingshighlight.CustomPostingsHighlighter
-
- CustomPostingsHighlighter(Analyzer, CustomPassageFormatter, BreakIterator, String, boolean) - クラス のコンストラクタorg.apache.lucene.search.postingshighlight.CustomPostingsHighlighter
-
- customPrototypes - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- customPrototypes - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaData
-
- CustomQueryScorer - org.elasticsearch.search.highlightのクラス
-
- CustomQueryScorer(Query, IndexReader, String, String) - クラス のコンストラクタorg.elasticsearch.search.highlight.CustomQueryScorer
-
- CustomQueryScorer(Query, IndexReader, String) - クラス のコンストラクタorg.elasticsearch.search.highlight.CustomQueryScorer
-
- CustomQueryScorer(Query, String, String) - クラス のコンストラクタorg.elasticsearch.search.highlight.CustomQueryScorer
-
- CustomQueryScorer(Query, String) - クラス のコンストラクタorg.elasticsearch.search.highlight.CustomQueryScorer
-
- CustomQueryScorer(Query) - クラス のコンストラクタorg.elasticsearch.search.highlight.CustomQueryScorer
-
- CustomQueryScorer(WeightedSpanTerm[]) - クラス のコンストラクタorg.elasticsearch.search.highlight.CustomQueryScorer
-
- customs(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- customs() - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- customs(Map<String, IndexMetaData.Custom>) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- customs() - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- customs() - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- customs() - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- customs(ImmutableOpenMap<String, ClusterState.Custom>) - クラス のメソッドorg.elasticsearch.cluster.ClusterState.Builder
-
- customs() - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- customs() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- customs(ImmutableOpenMap<String, MetaData.Custom>) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- customs() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- customs(Map<String, IndexMetaData.Custom>) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- customs() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- CustomShortNumericField(short, NumberFieldMapper.NumberFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.ShortFieldMapper.CustomShortNumericField
-
- cutoffFrequency(float) - クラス のメソッドorg.elasticsearch.index.query.CommonTermsQueryBuilder
-
Sets the cutoff document frequency for high / low frequent terms.
- cutoffFrequency(float) - クラス のメソッド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(float) - クラス のメソッド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.
- cutoffScore - クラス の変数org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker.Result
-
- cutoffScore - クラス の変数org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
-
- CW - 列挙型 のstatic変数org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
-
- CzechAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- CzechAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.CzechAnalyzerProvider
-
- CzechStemTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- CzechStemTokenFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.CzechStemTokenFilterFactory
-
- factor(float) - クラス のメソッドorg.elasticsearch.common.rounding.TimeZoneRounding.Builder
-
- factor(float) - クラス のメソッドorg.elasticsearch.index.query.functionscore.fieldvaluefactor.FieldValueFactorFunctionBuilder
-
- FactorBuilder - org.elasticsearch.index.query.functionscore.factorのクラス
-
非推奨です。
- FactorBuilder() - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.factor.FactorBuilder
-
非推奨です。
- factorDistance(double, double) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- factorDistance02(double, double) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- factorDistance13(double, double) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- factorDistanceWithDefault(double, double, double) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- FactorFixedSourceDistance(double, double, DistanceUnit) - クラス のコンストラクタorg.elasticsearch.common.geo.GeoDistance.FactorFixedSourceDistance
-
- factories - クラス の変数org.elasticsearch.search.aggregations.AggregatorFactory
-
- factories() - クラス のメソッドorg.elasticsearch.search.aggregations.SearchContextAggregations
-
- FactorParser - org.elasticsearch.index.query.functionscore.factorのクラス
-
非推奨です。
- FactorParser() - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.factor.FactorParser
-
非推奨です。
- Factory() - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand.Factory
-
- Factory() - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand.Factory
-
- Factory() - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand.Factory
-
- FACTORY - クラス のstatic変数org.elasticsearch.common.geo.builders.ShapeBuilder
-
- Factory(BloomFilter.Factory.Entry[]) - クラス のコンストラクタorg.elasticsearch.common.util.BloomFilter.Factory
-
- Factory(String) - クラス のコンストラクタorg.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
-
- Factory(String, Similarity) - クラス のコンストラクタorg.elasticsearch.index.similarity.PreBuiltSimilarityProvider.Factory
-
- Factory(String, ValuesSourceConfig<ValuesSource.Bytes.ParentChild>, String, Query, Query) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.children.ParentToChildrenAggregator.Factory
-
- Factory(String, Query) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.filter.FilterAggregator.Factory
-
- Factory(String, List<FiltersAggregator.KeyedFilter>, boolean, String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator.Factory
-
- Factory(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.global.GlobalAggregator.Factory
-
- Factory(String, ValuesSourceConfig<ValuesSource.Numeric>, Rounding, InternalOrder, boolean, long, ExtendedBounds, InternalHistogram.Factory<?>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregator.Factory
-
- factory - クラス の変数org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- Factory() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Factory
-
- Factory(String, ValuesSourceConfig) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.missing.MissingAggregator.Factory
-
- Factory(String, String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.nested.NestedAggregator.Factory
-
- Factory(String, String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregator.Factory
-
- FACTORY - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange
-
- Factory() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Factory
-
- FACTORY - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance
-
- Factory() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Factory
-
- Factory() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
-
- FACTORY - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range
-
- Factory() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range.Factory
-
- Factory(String, ValuesSourceConfig<ValuesSource.Numeric>, InternalRange.Factory, List<RangeAggregator.Range>, boolean) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Factory
-
- Factory(String, int) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator.Factory
-
- Factory(String, String, ValuesSourceConfig<ValuesSource.Numeric>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.avg.AvgAggregator.Factory
-
- Factory(String, ValuesSourceConfig<ValuesSource.GeoPoint>, boolean) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregator.Factory
-
- Factory(String, ValuesSourceConfig<ValuesSource.GeoPoint>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregator.Factory
-
- Factory(String, ValuesSourceConfig<ValuesSource.Numeric>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.max.MaxAggregator.Factory
-
- Factory(String, ValuesSourceConfig<ValuesSource.Numeric>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.min.MinAggregator.Factory
-
- Factory(String, ValuesSourceConfig<ValuesSource.Numeric>, double[], int, boolean) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentileRanksAggregator.Factory
-
- Factory(String, ValuesSourceConfig<ValuesSource.Numeric>, double[], int, boolean) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.HDRPercentilesAggregator.Factory
-
- Factory(String, ValuesSourceConfig<ValuesSource.Numeric>, double[], double, boolean) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregator.Factory
-
- Factory(String, ValuesSourceConfig<ValuesSource.Numeric>, double[], double, boolean) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregator.Factory
-
- Factory(String, Script, Script, Script, Script, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregator.Factory
-
- Factory(String, ValuesSourceConfig<ValuesSource.Numeric>, double) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator.Factory
-
- Factory(String, ValuesSourceConfig<ValuesSource.Numeric>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.stats.StatsAggregator.Factory
-
- Factory(String, ValuesSourceConfig<ValuesSource.Numeric>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.sum.SumAggregator.Factory
-
- Factory(String, FetchPhase, SubSearchContext) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregator.Factory
-
- Factory(String, ValuesSourceConfig<VS>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregator.Factory
-
- Factory(String, String[], BucketHelpers.GapPolicy, ValueFormatter) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator.Factory
-
- Factory(String, String[], BucketHelpers.GapPolicy, ValueFormatter) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator.Factory
-
- Factory(String, String[], BucketHelpers.GapPolicy, ValueFormatter) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator.Factory
-
- Factory(String, String[], BucketHelpers.GapPolicy, ValueFormatter, double[]) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator.Factory
-
- Factory(String, String[], double, BucketHelpers.GapPolicy, ValueFormatter) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator.Factory
-
- Factory(String, String[], BucketHelpers.GapPolicy, ValueFormatter) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator.Factory
-
- Factory(String, String[], BucketHelpers.GapPolicy, ValueFormatter) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator.Factory
-
- Factory(String, Map<String, String>, Script, ValueFormatter, BucketHelpers.GapPolicy) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator.Factory
-
- Factory(String, String[], ValueFormatter) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator.Factory
-
- Factory(String, String[], ValueFormatter, BucketHelpers.GapPolicy, Long) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator.Factory
-
- Factory(String, Map<String, String>, Script, BucketHelpers.GapPolicy) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.having.BucketSelectorPipelineAggregator.Factory
-
- Factory(String, String[], ValueFormatter, BucketHelpers.GapPolicy, int, int, MovAvgModel, boolean) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator.Factory
-
- Factory(String, String[], ValueFormatter, BucketHelpers.GapPolicy, int) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator.Factory
-
- FACTORY - クラス のstatic変数org.elasticsearch.search.suggest.phrase.LaplaceScorer
-
- FACTORY - クラス のstatic変数org.elasticsearch.search.suggest.phrase.StupidBackoffScorer
-
- FactoryProvider<F> - org.elasticsearch.common.inject.assistedinjectのクラス
-
Provides a factory that combines the caller's arguments with injector-supplied values to
construct objects.
- FactoryProvider2<F> - org.elasticsearch.common.inject.assistedinjectのクラス
-
The newer implementation of factory provider.
- fail(RecoveryFailedException, boolean) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
fail the recovery and call listener
- FAIL_ON_UNSUPPORTED_FIELD - インタフェース のstatic変数org.elasticsearch.index.query.MoreLikeThisQueryParser.Field
-
- FailableCache<K,V> - org.elasticsearch.common.inject.internalのクラス
-
Lazily creates (and caches) values for keys.
- FailableCache() - クラス のコンストラクタorg.elasticsearch.common.inject.internal.FailableCache
-
- failDestructive(String[]) - クラス のメソッドorg.elasticsearch.action.support.DestructiveOperations
-
Fail if there is wildcard usage in indices and the named is required for destructive operations.
- failed() - クラス のメソッドorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Response.Item
-
- failed() - 列挙型 のメソッドorg.elasticsearch.cluster.SnapshotsInProgress.State
-
- failed(Throwable) - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus
-
- failed() - クラス のメソッドorg.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- failed() - クラス のメソッドorg.elasticsearch.repositories.RepositoriesService.VerifyResponse
-
- failedEngine - クラス の変数org.elasticsearch.index.engine.Engine
-
- failedEngineListener - クラス の変数org.elasticsearch.index.engine.Engine
-
- FailedNodeException - org.elasticsearch.actionの例外
-
- FailedNodeException(String, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.action.FailedNodeException
-
- FailedNodeException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.action.FailedNodeException
-
- FailedRerouteAllocation - org.elasticsearch.cluster.routing.allocationのクラス
-
- FailedRerouteAllocation(AllocationDeciders, RoutingNodes, DiscoveryNodes, List<FailedRerouteAllocation.FailedShard>, ClusterInfo) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.FailedRerouteAllocation
-
- FailedRerouteAllocation.FailedShard - org.elasticsearch.cluster.routing.allocationのクラス
-
A failed shard with the shard routing itself and an optional
details on why it failed.
- FailedShard(ShardRouting, String, Throwable) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.FailedRerouteAllocation.FailedShard
-
- failedShards() - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
total number of shards for which the operation failed
- failedShards() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.FailedRerouteAllocation
-
- failedShards() - クラス のメソッドorg.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- failedShards() - クラス のメソッドorg.elasticsearch.snapshots.RestoreInfo
-
Number of failed shards
- failedShards() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotInfo
-
Number of failed shards
- failEngine(String, Throwable) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
fail engine due to some error. the engine will also be closed.
- failEngineLock - クラス の変数org.elasticsearch.index.engine.Engine
-
- failIfCorrupted() - クラス のメソッドorg.elasticsearch.index.store.Store
-
- failOnUnsupportedField(boolean) - クラス のメソッド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.
- failRecovery(long, RecoveryFailedException, boolean) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveriesCollection
-
fail the recovery with the given id (if found) and remove it from the recovery collection
- failRestore(SnapshotId, ShardId) - クラス のメソッドorg.elasticsearch.snapshots.RestoreService
-
Fails the given snapshot restore operation for the given shard
- failShard(String, Throwable) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
Fails the shard and marks the shard store as corrupted if
e is caused by index corruption
- Failure(String, int, String, Throwable, RestStatus, boolean) - クラス のコンストラクタorg.elasticsearch.action.ActionWriteResponse.ShardInfo.Failure
-
- Failure(String, String, int, Throwable) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
-
- Failure(String, String, String, Throwable) - クラス のコンストラクタorg.elasticsearch.action.bulk.BulkItemResponse.Failure
-
- Failure(String, String, String, Throwable) - クラス のコンストラクタorg.elasticsearch.action.get.MultiGetResponse.Failure
-
- Failure(String, String, String, Throwable) - クラス のコンストラクタorg.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
-
- failure(T, Throwable) - クラス のメソッドorg.elasticsearch.cluster.ClusterStateTaskExecutor.BatchResult.Builder
-
- failure(Throwable) - クラス のstaticメソッドorg.elasticsearch.cluster.ClusterStateTaskExecutor.TaskResult
-
- failure - クラス の変数org.elasticsearch.cluster.routing.allocation.FailedRerouteAllocation.FailedShard
-
- failure(String) - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
- failure() - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
- failureDescription() - クラス のメソッドorg.elasticsearch.repositories.RepositoriesService.VerifyResponse
-
- failureReason() - クラス のメソッドorg.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- failureReason() - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- failures() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodesSnapshotStatus
-
- failures() - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodesResponse
-
The failed nodes, if set to be captured.
- failures(Iterable<T>, Throwable) - クラス のメソッドorg.elasticsearch.cluster.ClusterStateTaskExecutor.BatchResult.Builder
-
- failures() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTableValidation
-
- failures() - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodesGatewayMetaState
-
- failures() - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodesGatewayStartedShards
-
- failures() - 例外 のメソッドorg.elasticsearch.index.mapper.MergeMappingException
-
- failures() - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData
-
- failures() - クラス のメソッドorg.elasticsearch.repositories.RepositoriesService.VerifyResponse
-
- FALSE - クラス のstatic変数org.elasticsearch.index.mapper.core.BooleanFieldMapper.Values
-
- FastCharArrayReader - org.elasticsearch.common.ioのクラス
-
- FastCharArrayReader(char[]) - クラス のコンストラクタorg.elasticsearch.common.io.FastCharArrayReader
-
Creates a CharArrayReader from the specified array of chars.
- FastCharArrayReader(char[], int, int) - クラス のコンストラクタorg.elasticsearch.common.io.FastCharArrayReader
-
Creates a CharArrayReader from the specified array of chars.
- FastCharArrayWriter - org.elasticsearch.common.ioのクラス
-
A similar class to
CharArrayWriter allowing to get the underlying
char[] buffer.
- FastCharArrayWriter() - クラス のコンストラクタorg.elasticsearch.common.io.FastCharArrayWriter
-
Creates a new CharArrayWriter.
- FastCharArrayWriter(int) - クラス のコンストラクタorg.elasticsearch.common.io.FastCharArrayWriter
-
Creates a new CharArrayWriter with the specified initial size.
- fastForward() - クラス のメソッド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 - org.elasticsearch.common.ioのクラス
-
A character stream whose source is a string that is not thread safe
(shay.banon
)
- FastStringReader(String) - クラス のコンストラクタorg.elasticsearch.common.io.FastStringReader
-
Creates a new string reader.
- FastVectorHighlighter - org.elasticsearch.search.highlightのクラス
-
- FastVectorHighlighter(Settings) - クラス のコンストラクタorg.elasticsearch.search.highlight.FastVectorHighlighter
-
- FaultDetection - org.elasticsearch.discovery.zen.fdのクラス
-
- FaultDetection(Settings, ThreadPool, TransportService, ClusterName) - クラス のコンストラクタorg.elasticsearch.discovery.zen.fd.FaultDetection
-
- features(GetIndexRequest.Feature...) - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexRequest
-
- features() - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexRequest
-
- featuresAsEnums() - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexRequest
-
- fetch(List<MoreLikeThisQueryBuilder.Item>) - クラス のメソッドorg.elasticsearch.index.search.morelikethis.MoreLikeThisFetchService
-
- fetch(GetRequest, String) - クラス のメソッドorg.elasticsearch.index.search.shape.ShapeFetchService
-
Fetches the Shape with the given ID in the given type and index.
- FETCH_ID_ACTION_NAME - クラス のstatic変数org.elasticsearch.search.action.SearchServiceTransportAction
-
- FETCH_ID_SCROLL_ACTION_NAME - クラス のstatic変数org.elasticsearch.search.action.SearchServiceTransportAction
-
- FETCH_SHARD_STARTED - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool.Names
-
- FETCH_SHARD_STORE - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool.Names
-
- FETCH_SOURCE - クラス のstatic変数org.elasticsearch.search.fetch.source.FetchSourceContext
-
- fetchData(DiscoveryNodes, MetaData, Set<String>) - クラス のメソッドorg.elasticsearch.gateway.AsyncShardFetch
-
Fetches the data for the relevant shard.
- fetchData(ShardRouting, RoutingAllocation) - クラス のメソッドorg.elasticsearch.gateway.PrimaryShardAllocator
-
- fetchData(ShardRouting, RoutingAllocation) - クラス のメソッドorg.elasticsearch.gateway.ReplicaShardAllocator
-
- FetchPhase - org.elasticsearch.search.fetchのクラス
-
- FetchPhase(Set<FetchSubPhase>, InnerHitsFetchSubPhase) - クラス のコンストラクタorg.elasticsearch.search.fetch.FetchPhase
-
- FetchPhaseExecutionException - org.elasticsearch.search.fetchの例外
-
- FetchPhaseExecutionException(SearchContext, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.search.fetch.FetchPhaseExecutionException
-
- FetchPhaseExecutionException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.search.fetch.FetchPhaseExecutionException
-
- fetchResponse(List<MoreLikeThisQueryBuilder.Item>, SearchContext) - クラス のメソッドorg.elasticsearch.index.search.morelikethis.MoreLikeThisFetchService
-
- FetchResult(ShardId, Map<DiscoveryNode, T>, Set<String>, Set<String>) - クラス のコンストラクタorg.elasticsearch.gateway.AsyncShardFetch.FetchResult
-
- fetchResult() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- fetchResult() - クラス のメソッドorg.elasticsearch.search.fetch.FetchSearchResult
-
- fetchResult() - インタフェース のメソッドorg.elasticsearch.search.fetch.FetchSearchResultProvider
-
- fetchResult() - クラス のメソッドorg.elasticsearch.search.fetch.QueryFetchSearchResult
-
- fetchResult() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- fetchResult() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- fetchResult() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- fetchResult() - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- FetchSearchResult - org.elasticsearch.search.fetchのクラス
-
- FetchSearchResult() - クラス のコンストラクタorg.elasticsearch.search.fetch.FetchSearchResult
-
- FetchSearchResult(long, SearchShardTarget) - クラス のコンストラクタorg.elasticsearch.search.fetch.FetchSearchResult
-
- FetchSearchResultProvider - org.elasticsearch.search.fetchのインタフェース
-
- fetchSource(boolean) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Indicates whether the response should contain the stored _source for
every hit
- fetchSource(String, String) - クラス のメソッド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[]) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Indicate how the _source should be fetched.
- fetchSource() - クラス のメソッドorg.elasticsearch.search.fetch.source.FetchSourceContext
-
- fetchSource(boolean) - クラス のメソッドorg.elasticsearch.search.fetch.source.FetchSourceContext
-
- fetchSourceContext(FetchSourceContext) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
Allows setting the
FetchSourceContext for this request, controlling if and how _source should be returned.
- fetchSourceContext() - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- fetchSourceContext(FetchSourceContext) - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
Allows setting the
FetchSourceContext for this request, controlling if and how _source should be returned.
- fetchSourceContext() - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
- fetchSourceContext() - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
- fetchSourceContext(FetchSourceContext) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
Allows setting the
FetchSourceContext for this request, controlling if and how _source should be returned.
- fetchSourceContext() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- fetchSourceContext(FetchSourceContext) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- FetchSourceContext - org.elasticsearch.search.fetch.sourceのクラス
-
- FetchSourceContext(boolean) - クラス のコンストラクタorg.elasticsearch.search.fetch.source.FetchSourceContext
-
- FetchSourceContext(String) - クラス のコンストラクタorg.elasticsearch.search.fetch.source.FetchSourceContext
-
- FetchSourceContext(String, String) - クラス のコンストラクタorg.elasticsearch.search.fetch.source.FetchSourceContext
-
- FetchSourceContext(String[]) - クラス のコンストラクタorg.elasticsearch.search.fetch.source.FetchSourceContext
-
- FetchSourceContext(String[], String[]) - クラス のコンストラクタorg.elasticsearch.search.fetch.source.FetchSourceContext
-
- FetchSourceContext(boolean, String[], String[], boolean) - クラス のコンストラクタorg.elasticsearch.search.fetch.source.FetchSourceContext
-
- fetchSourceContext() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- fetchSourceContext(FetchSourceContext) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- fetchSourceContext() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- fetchSourceContext(FetchSourceContext) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- fetchSourceContext() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- fetchSourceContext(FetchSourceContext) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- fetchSourceContext() - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- fetchSourceContext(FetchSourceContext) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- FetchSourceParseElement - org.elasticsearch.search.fetch.sourceのクラス
-
"source" : true/false
"source" : "field"
"source" : [ "include", "include" ]
"source" : {
"include" : ["obj"]
"exclude" : ["obj"]
}
- FetchSourceParseElement() - クラス のコンストラクタorg.elasticsearch.search.fetch.source.FetchSourceParseElement
-
- FetchSourceSubPhase - org.elasticsearch.search.fetch.sourceのクラス
-
- FetchSourceSubPhase() - クラス のコンストラクタorg.elasticsearch.search.fetch.source.FetchSourceSubPhase
-
- FetchSubPhase - org.elasticsearch.search.fetchのインタフェース
-
- FetchSubPhase.ContextFactory<SubPhaseContext extends FetchSubPhaseContext> - org.elasticsearch.search.fetchのインタフェース
-
This interface is in the fetch phase plugin mechanism.
- FetchSubPhase.HitContext - org.elasticsearch.search.fetchのクラス
-
- FetchSubPhaseContext - org.elasticsearch.search.fetchのクラス
-
All configuration and context needed by the FetchSubPhase to execute on hits.
- FetchSubPhaseContext() - クラス のコンストラクタorg.elasticsearch.search.fetch.FetchSubPhaseContext
-
- FetchSubPhaseParseElement<SubPhaseContext extends FetchSubPhaseContext> - org.elasticsearch.search.fetchのクラス
-
A parse element for a
FetchSubPhase that is used when parsing a search request.
- FetchSubPhaseParseElement() - クラス のコンストラクタorg.elasticsearch.search.fetch.FetchSubPhaseParseElement
-
- field(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- field() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- field - クラス の変数org.elasticsearch.action.termvectors.TermVectorsFilter.ScoreTerm
-
- field() - 列挙型 のメソッドorg.elasticsearch.common.rounding.DateTimeUnit
-
- FIELD - クラス のstatic変数org.elasticsearch.common.unit.Fuzziness
-
- field(String, ToXContent) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, ToXContent, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, XContentBuilder.FieldCaseConversion) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, XContentBuilder.FieldCaseConversion) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, char[], int, int) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, char[], int, int) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, String) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, String, XContentBuilder.FieldCaseConversion) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, String) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, String, XContentBuilder.FieldCaseConversion) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Integer) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, Integer) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, int) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, int) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Long) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, Long) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, long) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, long) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Float) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, Float) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, float) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, float) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Double) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, Double) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, double) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, double) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, BigDecimal) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, BigDecimal) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, BigDecimal, int, RoundingMode, boolean) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, BigDecimal, int, RoundingMode, boolean) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, BytesRef) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, BytesRef) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, BytesReference) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, BytesReference) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Text) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, Text) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, byte[], int, int) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Map<String, Object>) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, Map<String, Object>) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Iterable<?>) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, Iterable<?>) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, boolean...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, boolean...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, String...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, String...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Object...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, Object...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, int...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, int, int, int...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, int...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, long...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, long...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, float...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, float...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, double...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, double...) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Object) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, Object) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, boolean) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, boolean) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, byte[]) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, byte[]) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, ReadableInstant) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, ReadableInstant) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, ReadableInstant, DateTimeFormatter) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, ReadableInstant, DateTimeFormatter) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Date) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, Date) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String, Date, DateTimeFormatter) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(XContentBuilderString, Date, DateTimeFormatter) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- field(String) - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
- FIELD - クラス のstatic変数org.elasticsearch.index.query.GeoBoundingBoxQueryParser
-
- field(String) - クラス のメソッドorg.elasticsearch.index.query.GeohashCellQuery.Builder
-
- field(String) - クラス のメソッドorg.elasticsearch.index.query.MultiMatchQueryBuilder
-
Adds a field to run the multi match against.
- field(String, float) - クラス のメソッドorg.elasticsearch.index.query.MultiMatchQueryBuilder
-
Adds a field to run the multi match against with a specific boost.
- field(String) - クラス のメソッドorg.elasticsearch.index.query.QueryStringQueryBuilder
-
Adds a field to run the query string against.
- field(String, float) - クラス のメソッドorg.elasticsearch.index.query.QueryStringQueryBuilder
-
Adds a field to run the query string against with a specific boost.
- field(String) - クラス のメソッドorg.elasticsearch.index.query.SimpleQueryStringBuilder
-
Add a field to run the query against
- field(String, float) - クラス のメソッドorg.elasticsearch.index.query.SimpleQueryStringBuilder
-
Add a field to run the query against with a specific boost
- field(String) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Add a stored field to be loaded and returned with the inner hit.
- FIELD - クラス のstatic変数org.elasticsearch.rest.action.admin.indices.analyze.RestAnalyzeAction.Fields
-
- field(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridBuilder
-
Set the field to use to get geo points.
- field(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.missing.MissingBuilder
-
Set the field to count missing values on.
- field(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceBuilder
-
Set the field to use to compute distances.
- field(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsBuilder
-
Set the field to fetch significant terms from.
- field(String) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.ValuesSourceMetricsAggregationBuilder
-
- field() - クラス のメソッドorg.elasticsearch.search.aggregations.support.FieldContext
-
- field(String) - クラス のメソッドorg.elasticsearch.search.aggregations.ValuesSourceAggregationBuilder
-
Sets the field from which the values will be extracted.
- field(String) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Adds a field to load and return (note, it must be stored) as part of the
search request.
- field(String) - クラス のメソッドorg.elasticsearch.search.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) - クラス のメソッドorg.elasticsearch.search.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) - クラス のメソッドorg.elasticsearch.search.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) - クラス のメソッドorg.elasticsearch.search.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) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder
-
- Field(String) - クラス のコンストラクタorg.elasticsearch.search.highlight.HighlightBuilder.Field
-
- field - クラス の変数org.elasticsearch.search.highlight.HighlighterContext
-
- field() - クラス のメソッドorg.elasticsearch.search.highlight.SearchContextHighlight.Field
-
- field(String) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- field(String) - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The hit field matching the given field name.
- field(String) - クラス のメソッドorg.elasticsearch.search.suggest.context.GeolocationContextMapping.Builder
-
Set the name of the field containing a geolocation to use
- field - クラス の変数org.elasticsearch.search.suggest.phrase.WordScorer
-
- field(String) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
Sets from what field to fetch the candidate suggestions from.
- FIELD_COORDINATES - クラス のstatic変数org.elasticsearch.common.geo.builders.ShapeBuilder
-
- FIELD_DATA - クラス のstatic変数org.elasticsearch.rest.action.admin.indices.cache.clear.RestClearIndicesCacheAction.Fields
-
- FIELD_FIELDNAME - クラス のstatic変数org.elasticsearch.search.suggest.context.GeolocationContextMapping
-
- FIELD_GEOMETRIES - クラス のstatic変数org.elasticsearch.common.geo.builders.ShapeBuilder
-
- FIELD_MISSING - クラス のstatic変数org.elasticsearch.search.suggest.context.ContextMapping
-
- FIELD_NEIGHBORS - クラス のstatic変数org.elasticsearch.search.suggest.context.GeolocationContextMapping
-
- FIELD_ORIENTATION - クラス のstatic変数org.elasticsearch.common.geo.builders.ShapeBuilder
-
- FIELD_PRECISION - クラス のstatic変数org.elasticsearch.search.suggest.context.GeolocationContextMapping
-
- FIELD_RADIUS - クラス のstatic変数org.elasticsearch.common.geo.builders.CircleBuilder
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.common.geo.builders.ShapeBuilder
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.BinaryFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.BooleanFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.ByteFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.CompletionFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.DateFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.DoubleFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.FloatFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.IntegerFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.LongFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.ShortFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.StringFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoPointFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoPointFieldMapperLegacy.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.AllFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.FieldNamesFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.IdFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.IndexFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.ParentFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.RoutingFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.SourceFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.TimestampFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.TypeFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.UidFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.VersionFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.ip.IpFieldMapper.Defaults
-
- FIELD_TYPE - クラス のstatic変数org.elasticsearch.search.suggest.context.ContextMapping
-
- FIELD_VALUE - クラス のstatic変数org.elasticsearch.search.suggest.context.ContextMapping
-
- fieldCaseConversion(XContentBuilder.FieldCaseConversion) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- FieldContext - org.elasticsearch.search.aggregations.supportのクラス
-
Used by all field data based aggregators.
- FieldContext(String, IndexFieldData<?>, MappedFieldType) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.FieldContext
-
Constructs a field data context for the given field and its index field data
- fieldContext() - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- fieldContext(FieldContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- fieldData - クラス の変数org.elasticsearch.action.admin.indices.stats.CommonStats
-
- fieldData(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- fieldData() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- FIELDDATA - インタフェース のstatic変数org.elasticsearch.common.breaker.CircuitBreaker
-
- FieldData - org.elasticsearch.index.fielddataの列挙型
-
Utility methods, similar to Lucene's DocValues.
- fieldData() - クラス のメソッドorg.elasticsearch.index.IndexService
-
- fieldData() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- fieldData() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- FieldData(IndexFieldData<?>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.ValuesSource.Bytes.FieldData
-
- FieldData(IndexOrdinalsFieldData) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals.FieldData
-
- Fielddata(IndexGeoPointFieldData) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint.Fielddata
-
- FieldData(IndexNumericFieldData) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.ValuesSource.Numeric.FieldData
-
- fieldData() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- fieldData() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- fieldData() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- FIELDDATA_CACHE_CONCURRENCY_LEVEL - クラス のstatic変数org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
-
- FIELDDATA_CACHE_KEY - クラス のstatic変数org.elasticsearch.index.fielddata.IndexFieldDataService
-
- FIELDDATA_CACHE_VALUE_NODE - クラス のstatic変数org.elasticsearch.index.fielddata.IndexFieldDataService
-
- FIELDDATA_CIRCUIT_BREAKER_LIMIT_SETTING - クラス のstatic変数org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- FIELDDATA_CIRCUIT_BREAKER_OVERHEAD_SETTING - クラス のstatic変数org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- FIELDDATA_CIRCUIT_BREAKER_TYPE_SETTING - クラス のstatic変数org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- FIELDDATA_CLEAN_INTERVAL_SETTING - クラス のstatic変数org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
-
- fieldDataCache() - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- fieldDataCache(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- FieldDataCacheCleaner(Cache, ESLogger, ThreadPool, TimeValue) - クラス のコンストラクタorg.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.FieldDataCacheCleaner
-
- fieldDataField(String) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Adds a field to load from the field data cache and return as part of the
search request.
- FieldDataField(String) - クラス のコンストラクタorg.elasticsearch.search.fetch.fielddata.FieldDataFieldsContext.FieldDataField
-
- fieldDataFields(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
Sets specific search group stats to retrieve the stats for.
- fieldDataFields() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- fieldDataFields(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- fieldDataFields() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- FieldDataFieldsContext - org.elasticsearch.search.fetch.fielddataのクラス
-
All the required context to pull a field from the field data cache.
- FieldDataFieldsContext() - クラス のコンストラクタorg.elasticsearch.search.fetch.fielddata.FieldDataFieldsContext
-
- FieldDataFieldsContext.FieldDataField - org.elasticsearch.search.fetch.fielddataのクラス
-
- FieldDataFieldsFetchSubPhase - org.elasticsearch.search.fetch.fielddataのクラス
-
Query sub phase which pulls data from field data (using the cache if
available, building it if not).
- FieldDataFieldsFetchSubPhase() - クラス のコンストラクタorg.elasticsearch.search.fetch.fielddata.FieldDataFieldsFetchSubPhase
-
- FieldDataFieldsParseElement - org.elasticsearch.search.fetch.fielddataのクラス
-
Parses field name values from the fielddata_fields parameter in a
search request.
- FieldDataFieldsParseElement() - クラス のコンストラクタorg.elasticsearch.search.fetch.fielddata.FieldDataFieldsParseElement
-
- fieldDataService() - クラス のメソッドorg.elasticsearch.search.lookup.DocLookup
-
- fieldDataService() - クラス のメソッドorg.elasticsearch.search.lookup.LeafDocLookup
-
- fieldDataSettings - クラス の変数org.elasticsearch.index.mapper.FieldMapper.Builder
-
- fieldDataSettings(Settings) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- fieldDataSettings(Settings) - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Builder
-
- fieldDataSettings(Settings) - クラス のメソッドorg.elasticsearch.index.mapper.internal.ParentFieldMapper.Builder
-
- FieldDataStats - org.elasticsearch.index.fielddataのクラス
-
- FieldDataStats() - クラス のコンストラクタorg.elasticsearch.index.fielddata.FieldDataStats
-
- FieldDataStats(long, long, ObjectLongHashMap<String>) - クラス のコンストラクタorg.elasticsearch.index.fielddata.FieldDataStats
-
- fieldDataStats(String...) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- FieldDataType - org.elasticsearch.index.fielddataのクラス
-
- FieldDataType(String) - クラス のコンストラクタorg.elasticsearch.index.fielddata.FieldDataType
-
- FieldDataType(String, Settings.Builder) - クラス のコンストラクタorg.elasticsearch.index.fielddata.FieldDataType
-
- FieldDataType(String, Settings) - クラス のコンストラクタorg.elasticsearch.index.fielddata.FieldDataType
-
- fieldDataType - クラス の変数org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
-
- fieldDataType - クラス の変数org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- fieldDataType() - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- FieldDataWeigher() - クラス のコンストラクタorg.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.FieldDataWeigher
-
- FieldLookup - org.elasticsearch.search.lookupのクラス
-
- FieldMapper - org.elasticsearch.index.mapperのクラス
-
- FieldMapper(String, MappedFieldType, MappedFieldType, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - クラス のコンストラクタorg.elasticsearch.index.mapper.FieldMapper
-
- fieldMapper(String) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- FieldMapper.Builder<T extends FieldMapper.Builder,Y extends FieldMapper> - org.elasticsearch.index.mapperのクラス
-
- FieldMapper.CopyTo - org.elasticsearch.index.mapperのクラス
-
Represents a list of fields with optional boost factor where the current field should be copied to
- FieldMapper.CopyTo.Builder - org.elasticsearch.index.mapperのクラス
-
- FieldMapper.MultiFields - org.elasticsearch.index.mapperのクラス
-
- FieldMapper.MultiFields.Builder - org.elasticsearch.index.mapperのクラス
-
- FieldMappers - org.elasticsearch.index.mapperのクラス
-
- FieldMappers() - クラス のコンストラクタorg.elasticsearch.index.mapper.FieldMappers
-
- FieldMappers(FieldMapper) - クラス のコンストラクタorg.elasticsearch.index.mapper.FieldMappers
-
- FieldMappingMetaData(String, BytesReference) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
-
- fieldMappings(String, String, String) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse
-
Returns the mappings of a specific field.
- fieldMaskingSpanQuery(SpanQueryBuilder, String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- FieldMaskingSpanQueryBuilder - org.elasticsearch.index.queryのクラス
-
- FieldMaskingSpanQueryBuilder(SpanQueryBuilder, String) - クラス のコンストラクタorg.elasticsearch.index.query.FieldMaskingSpanQueryBuilder
-
- FieldMaskingSpanQueryParser - org.elasticsearch.index.queryのクラス
-
- FieldMaskingSpanQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.FieldMaskingSpanQueryParser
-
- fieldName() - クラス のメソッドorg.elasticsearch.index.search.geo.GeoDistanceRangeQuery
-
- fieldName() - クラス のメソッドorg.elasticsearch.index.search.geo.GeoPolygonQuery
-
- fieldName() - クラス のメソッドorg.elasticsearch.index.search.geo.InMemoryGeoBoundingBoxQuery
-
- fieldName - クラス の変数org.elasticsearch.search.highlight.HighlighterContext
-
- fieldName(String) - クラス のメソッドorg.elasticsearch.search.suggest.context.CategoryContextMapping.Builder
-
Set the name of the field to use
- FieldNameAnalyzer - org.elasticsearch.index.analysisのクラス
-
- FieldNameAnalyzer(Map<String, Analyzer>) - クラス のコンストラクタorg.elasticsearch.index.analysis.FieldNameAnalyzer
-
- fieldNames - クラス の変数org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- fieldNames() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- fieldNames() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- fieldNames() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- fieldNames() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- fieldNames() - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- FieldNamesFieldMapper - org.elasticsearch.index.mapper.internalのクラス
-
A mapper that indexes the field names of a document under _field_names.
- FieldNamesFieldMapper.Builder - org.elasticsearch.index.mapper.internalのクラス
-
- FieldNamesFieldMapper.Defaults - org.elasticsearch.index.mapper.internalのクラス
-
- FieldNamesFieldMapper.FieldNamesFieldType - org.elasticsearch.index.mapper.internalのクラス
-
- FieldNamesFieldMapper.TypeParser - org.elasticsearch.index.mapper.internalのクラス
-
- FieldNamesFieldType() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper.FieldNamesFieldType
-
- FieldNamesFieldType(FieldNamesFieldMapper.FieldNamesFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper.FieldNamesFieldType
-
- fieldOptions() - クラス のメソッドorg.elasticsearch.search.highlight.SearchContextHighlight.Field
-
- FieldOptions() - クラス のコンストラクタorg.elasticsearch.search.highlight.SearchContextHighlight.FieldOptions
-
- FieldQueryExtension - org.apache.lucene.queryparser.classicのインタフェース
-
- fieldQueryExtensions - クラス のstatic変数org.apache.lucene.queryparser.classic.MapperQueryParser
-
- fields() - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- fields(List<String>) - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- fields(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- fields() - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- fields() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- fields(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- fields() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- fields() - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- fields(String[]) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- fields(String...) - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
Explicitly specify the fields that will be returned.
- fields() - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
Explicitly specify the fields that will be returned.
- fields(String...) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
- fields() - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
- fields(String...) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
Explicitly specify the fields that will be returned.
- fields() - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
Get the fields to be returned.
- fields() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllEntries
-
- fields() - クラス のメソッドorg.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- Fields() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.CompletionFieldMapper.Fields
-
- FIELDS - インタフェース のstatic変数org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
-
- fields() - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- fields(String...) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- FIELDS - インタフェース のstatic変数org.elasticsearch.index.query.MoreLikeThisQueryParser.Field
-
- Fields() - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.analyze.RestAnalyzeAction.Fields
-
- Fields() - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.cache.clear.RestClearIndicesCacheAction.Fields
-
- FIELDS - クラス のstatic変数org.elasticsearch.rest.action.admin.indices.cache.clear.RestClearIndicesCacheAction.Fields
-
- fields() - クラス のメソッドorg.elasticsearch.script.AbstractSearchScript
-
Allows to access the *stored* fields.
- fields(List<String>) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Sets the fields to load and return as part of the search request.
- fields(String...) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Adds the fields to load and return as part of the search request.
- fields() - クラス のメソッドorg.elasticsearch.search.fetch.fielddata.FieldDataFieldsContext
-
- fields() - クラス のメソッドorg.elasticsearch.search.fetch.script.ScriptFieldsContext
-
- fields() - クラス のメソッドorg.elasticsearch.search.highlight.SearchContextHighlight
-
- fields() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- fields(Map<String, SearchHitField>) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- Fields() - クラス のコンストラクタorg.elasticsearch.search.internal.InternalSearchHit.Fields
-
- Fields() - クラス のコンストラクタorg.elasticsearch.search.internal.InternalSearchHit.InternalNestedIdentity.Fields
-
- fields() - クラス のメソッドorg.elasticsearch.search.lookup.FieldLookup
-
- fields(Map<String, List<Object>>) - クラス のメソッドorg.elasticsearch.search.lookup.FieldLookup
-
Sets the post processed values.
- fields() - クラス のメソッドorg.elasticsearch.search.lookup.LeafSearchLookup
-
- fields() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
A map of hit fields (from field name to hit fields) if additional fields
were required to be loaded.
- Fields() - クラス のコンストラクタorg.elasticsearch.search.suggest.Suggest.Fields
-
- Fields() - クラス のコンストラクタorg.elasticsearch.search.suggest.SuggestUtils.Fields
-
- fieldsConsumer(SegmentWriteState) - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat
-
非推奨です。
- fieldsConsumer(SegmentWriteState) - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.Elasticsearch090PostingsFormat
-
非推奨です。
- fieldsConsumer(SegmentWriteState) - クラス のメソッドorg.elasticsearch.search.suggest.completion.Completion090PostingsFormat
-
- FieldsLookup - org.elasticsearch.search.lookupのクラス
-
- fieldsOrNull() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- fieldSort(String) - クラス のstaticメソッドorg.elasticsearch.search.sort.SortBuilders
-
Constructs a new field based sort.
- FieldSortBuilder - org.elasticsearch.search.sortのクラス
-
A sort builder to sort based on a document field.
- FieldSortBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.sort.FieldSortBuilder
-
Constructs a new sort based on a document field.
- FieldsParseElement - org.elasticsearch.search.fetchのクラス
-
- FieldsParseElement() - クラス のコンストラクタorg.elasticsearch.search.fetch.FieldsParseElement
-
- fieldsProducer(SegmentReadState) - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat
-
非推奨です。
- fieldsProducer(SegmentReadState) - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.Elasticsearch090PostingsFormat
-
非推奨です。
- fieldsProducer(SegmentReadState) - クラス のメソッドorg.elasticsearch.search.suggest.completion.Completion090PostingsFormat
-
- fieldStatistics() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
- fieldStatistics(boolean) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Return the field statistics for each term in the shard or skip.
- fieldStatistics() - クラス のメソッドorg.elasticsearch.search.dfs.AggregatedDfs
-
- fieldStatistics(ObjectObjectHashMap<String, CollectionStatistics>) - クラス のメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- fieldStatistics() - クラス のメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- FieldStats<T extends Comparable<T>> - org.elasticsearch.action.fieldstatsのクラス
-
- FieldStats() - クラス のコンストラクタorg.elasticsearch.action.fieldstats.FieldStats
-
- FieldStats(int, long, long, long, long) - クラス のコンストラクタorg.elasticsearch.action.fieldstats.FieldStats
-
- fieldStats(FieldStatsRequest) - インタフェース のメソッドorg.elasticsearch.client.Client
-
- fieldStats(FieldStatsRequest, ActionListener<FieldStatsResponse>) - インタフェース のメソッドorg.elasticsearch.client.Client
-
- fieldStats(FieldStatsRequest, ActionListener<FieldStatsResponse>) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- fieldStats(FieldStatsRequest) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- FieldStats.Date - org.elasticsearch.action.fieldstatsのクラス
-
- FieldStats.Double - org.elasticsearch.action.fieldstatsのクラス
-
- FieldStats.Float - org.elasticsearch.action.fieldstatsのクラス
-
- FieldStats.Long - org.elasticsearch.action.fieldstatsのクラス
-
- FieldStats.Text - org.elasticsearch.action.fieldstatsのクラス
-
- FieldStatsAction - org.elasticsearch.action.fieldstatsのクラス
-
- FieldStatsRequest - org.elasticsearch.action.fieldstatsのクラス
-
- FieldStatsRequest() - クラス のコンストラクタorg.elasticsearch.action.fieldstats.FieldStatsRequest
-
- FieldStatsRequestBuilder - org.elasticsearch.action.fieldstatsのクラス
-
- FieldStatsRequestBuilder(ElasticsearchClient, FieldStatsAction) - クラス のコンストラクタorg.elasticsearch.action.fieldstats.FieldStatsRequestBuilder
-
- FieldStatsResponse - org.elasticsearch.action.fieldstatsのクラス
-
- FieldStatsResponse() - クラス のコンストラクタorg.elasticsearch.action.fieldstats.FieldStatsResponse
-
- FieldStatsResponse(int, int, int, List<ShardOperationFailedException>, Map<String, Map<String, FieldStats>>) - クラス のコンストラクタorg.elasticsearch.action.fieldstats.FieldStatsResponse
-
- FieldStatsShardRequest - org.elasticsearch.action.fieldstatsのクラス
-
- FieldStatsShardRequest() - クラス のコンストラクタorg.elasticsearch.action.fieldstats.FieldStatsShardRequest
-
- FieldStatsShardRequest(ShardId, FieldStatsRequest) - クラス のコンストラクタorg.elasticsearch.action.fieldstats.FieldStatsShardRequest
-
- FieldStatsShardResponse - org.elasticsearch.action.fieldstatsのクラス
-
- FieldStatsShardResponse() - クラス のコンストラクタorg.elasticsearch.action.fieldstats.FieldStatsShardResponse
-
- FieldStatsShardResponse(ShardId, Map<String, FieldStats>) - クラス のコンストラクタorg.elasticsearch.action.fieldstats.FieldStatsShardResponse
-
- fieldsValues - クラス の変数org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- FieldsVisitor - org.elasticsearch.index.fieldvisitorのクラス
-
Base StoredFieldVisitor that retrieves all non-redundant metadata.
- FieldsVisitor(boolean) - クラス のコンストラクタorg.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.core.BooleanFieldMapper
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.core.ByteFieldMapper
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.Builder
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.core.DoubleFieldMapper
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.core.FloatFieldMapper
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.core.IntegerFieldMapper
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.core.LongFieldMapper
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.CustomNumericDocValuesField
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.core.ShortFieldMapper
-
- fieldType - クラス の変数org.elasticsearch.index.mapper.FieldMapper.Builder
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- fieldType - クラス の変数org.elasticsearch.index.mapper.FieldMapper
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Builder
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Builder
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper.Builder
-
- fieldType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper
-
- fieldType() - クラス のメソッドorg.elasticsearch.search.aggregations.support.FieldContext
-
- fieldType() - クラス のメソッドorg.elasticsearch.search.lookup.FieldLookup
-
- fieldType() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- fieldType(CompletionFieldMapper.CompletionFieldType) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- FieldValueFactorFunction - 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) - クラス のコンストラクタorg.elasticsearch.common.lucene.search.function.FieldValueFactorFunction
-
- fieldValueFactorFunction(String) - クラス のstaticメソッドorg.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- FieldValueFactorFunction.Modifier - org.elasticsearch.common.lucene.search.functionの列挙型
-
The Type class encapsulates the modification types that can be applied
to the score/value product.
- FieldValueFactorFunctionBuilder - org.elasticsearch.index.query.functionscore.fieldvaluefactorのクラス
-
Builder to construct field_value_factor functions for a function
score query.
- FieldValueFactorFunctionBuilder(String) - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.fieldvaluefactor.FieldValueFactorFunctionBuilder
-
- FieldValueFactorFunctionParser - org.elasticsearch.index.query.functionscore.fieldvaluefactorのクラス
-
Parses out a function_score function that looks like:
{
"field_value_factor": {
"field": "myfield",
"factor": 1.5,
"modifier": "square",
"missing": 1
}
}
- FieldValueFactorFunctionParser() - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.fieldvaluefactor.FieldValueFactorFunctionParser
-
- fifteenMinuteEWMA() - クラス のstaticメソッド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() - クラス のメソッドorg.elasticsearch.common.metrics.MeterMetric
-
- File() - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryState.File
-
- File(String, long, boolean) - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryState.File
-
- file(String) - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- FILE_CHUNK - クラス のstatic変数org.elasticsearch.indices.recovery.RecoveryTarget.Actions
-
- FILE_SUFFIX - クラス のstatic変数org.elasticsearch.script.ScriptParameterParser
-
- FileChangesListener - org.elasticsearch.watcherのクラス
-
Callback interface that file changes File Watcher is using to notify listeners about changes.
- FileChangesListener() - クラス のコンストラクタorg.elasticsearch.watcher.FileChangesListener
-
- fileChunkSize() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySettings
-
- fileDetails() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- fileExists(String) - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- FileInfo(String, String, long, String) - クラス のコンストラクタorg.elasticsearch.index.shard.CommitPoint.FileInfo
-
- FileInfo(String, StoreFileMetaData, ByteSizeValue) - クラス のコンストラクタorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Constructs a new instance of file info
- files(Path, DirectoryStream.Filter<Path>) - クラス のstaticメソッドorg.elasticsearch.common.io.FileSystemUtils
-
Returns an array of all files in the given directory matching.
- files(Path) - クラス のstaticメソッドorg.elasticsearch.common.io.FileSystemUtils
-
Returns an array of all files in the given directory.
- files(Path, String) - クラス のstaticメソッドorg.elasticsearch.common.io.FileSystemUtils
-
Returns an array of all files in the given directory matching the glob.
- files(SegmentInfos) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
Returns an iterable that allows to iterate over all files in this segments info
- files(int, long) - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus.Index
-
- files(int, long) - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Sets files stats
- FILES_INFO - クラス のstatic変数org.elasticsearch.indices.recovery.RecoveryTarget.Actions
-
- fileStore - クラス の変数org.elasticsearch.env.NodeEnvironment.NodePath
-
Cached FileStore from path
- FileSystemUtils - org.elasticsearch.common.ioのクラス
-
Elasticsearch utils to work with
Path
- FileWatcher - 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) - クラス のコンストラクタorg.elasticsearch.watcher.FileWatcher
-
Creates new file watcher on the given directory
- fill(long, long, byte) - インタフェース のメソッドorg.elasticsearch.common.util.ByteArray
-
Fill slots between fromIndex inclusive to toIndex exclusive with value.
- fill(long, long, double) - インタフェース のメソッドorg.elasticsearch.common.util.DoubleArray
-
Fill slots between fromIndex inclusive to toIndex exclusive with value.
- fill(long, long, float) - インタフェース のメソッドorg.elasticsearch.common.util.FloatArray
-
Fill slots between fromIndex inclusive to toIndex exclusive with value.
- fill(long, long, int) - インタフェース のメソッドorg.elasticsearch.common.util.IntArray
-
Fill slots between fromIndex inclusive to toIndex exclusive with value.
- fill(long, long, long) - インタフェース のメソッドorg.elasticsearch.common.util.LongArray
-
Fill slots between fromIndex inclusive to toIndex exclusive with value.
- fillBytesRef(BytesRefBuilder) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestUtils.TokenConsumer
-
- fillDocIdsToLoad(AtomicArray<IntArrayList>, ScoreDoc[]) - クラス のメソッドorg.elasticsearch.search.controller.SearchPhaseController
-
Builds an array, with potential null elements, with docs to load.
- fillInStackTrace() - 例外 のメソッドorg.elasticsearch.cluster.NotMasterException
-
- fillInStackTrace() - 例外 のメソッドorg.elasticsearch.transport.NodeDisconnectedException
-
- fillInStackTrace() - 例外 のメソッドorg.elasticsearch.transport.NotSerializableTransportException
-
- fillInStackTrace() - 例外 のメソッドorg.elasticsearch.transport.RemoteTransportException
-
- fillInStackTrace() - 例外 のメソッドorg.elasticsearch.transport.ResponseHandlerFailureTransportException
-
- filter() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.Alias
-
Returns the filter associated with the alias
- filter(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.Alias
-
Associates a filter to the alias
- filter(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.Alias
-
Associates a filter to the alias
- filter(QueryBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.Alias
-
Associates a filter to the alias
- filter(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- filter(QueryBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- filter(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- filter() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- filter(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- filter(Map<String, Object>) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- filter(QueryBuilder) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- filter(CompressedXContent) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- filter(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- filter(Map<String, Object>) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- filter(XContentBuilder) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- filter() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData
-
- filter - クラス の変数org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery.FilterFunction
-
- filter(Map<String, Object>, String[], String[]) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.support.XContentMapValues
-
- filter(Terms, LeafReader) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
-
- filter(QueryBuilder) - クラス のメソッドorg.elasticsearch.index.query.BoolQueryBuilder
-
Adds a query that must appear in the matching documents but will
not contribute to scoring.
- filter() - クラス のメソッドorg.elasticsearch.index.query.support.NestedInnerQueryParseSupport
-
- filter(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Filter aggregation with the given name.
- Filter - org.elasticsearch.search.aggregations.bucket.filterのインタフェース
-
A filter aggregation.
- filter(QueryBuilder) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
-
Set the filter to use, only documents that match this filter will fall
into the bucket defined by this
Filter aggregation.
- filter(String, QueryBuilder) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
-
Add a new filter with the given key.
- filter(QueryBuilder) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
-
Add a new filter with no key.
- filter(String[], String[]) - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- FilterableTermsEnum - org.elasticsearch.common.lucene.indexのクラス
-
A frequency TermsEnum that returns frequencies derived from a collection of
cached leaf termEnums.
- FilterableTermsEnum(IndexReader, String, int, Query) - クラス のコンストラクタorg.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- FilterAggregationBuilder - org.elasticsearch.search.aggregations.bucket.filterのクラス
-
Builder for the
Filter aggregation.
- FilterAggregationBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
-
Sole constructor.
- FilterAggregator - org.elasticsearch.search.aggregations.bucket.filterのクラス
-
Aggregate all docs that match a filter.
- FilterAggregator(String, Weight, AggregatorFactories, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.filter.FilterAggregator
-
- FilterAggregator.Factory - org.elasticsearch.search.aggregations.bucket.filterのクラス
-
- FilterAllocationDecider - 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, NodeSettingsService) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- FilterBinaryParseElement - org.elasticsearch.search.queryのクラス
-
- FilterBinaryParseElement() - クラス のコンストラクタorg.elasticsearch.search.query.FilterBinaryParseElement
-
- filterChain(RestFilter) - クラス のメソッドorg.elasticsearch.rest.RestController
-
Returns a filter chain with the final filter being the provided filter.
- filterChainOrNull(RestFilter) - クラス のメソッドorg.elasticsearch.rest.RestController
-
Returns a filter chain (if needed) to execute.
- FilterClient - 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) - クラス のコンストラクタorg.elasticsearch.client.FilterClient
-
Creates a new FilterClient
- filtered(Query, Query) - クラス のstaticメソッドorg.elasticsearch.common.lucene.search.Queries
-
- FilteredCollector - org.elasticsearch.common.lucene.searchのクラス
-
- FilteredCollector(Collector, Weight) - クラス のコンストラクタorg.elasticsearch.common.lucene.search.FilteredCollector
-
- filteredNodes() - クラス のメソッドorg.elasticsearch.client.transport.TransportClient
-
The list of filtered nodes that were not connected to, for example, due to
mismatch in cluster name.
- filteredNodes() - クラス のメソッドorg.elasticsearch.client.transport.TransportClientNodesService
-
- filteredQuery(QueryBuilder, QueryBuilder) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- filteredQuery() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- FilteredQueryBuilder - org.elasticsearch.index.queryのクラス
-
- FilteredQueryBuilder(QueryBuilder, QueryBuilder) - クラス のコンストラクタorg.elasticsearch.index.query.FilteredQueryBuilder
-
非推奨です。
A query that applies a filter to the results of another query.
- FilteredQueryParser - org.elasticsearch.index.queryのクラス
-
非推奨です。
- FilteredQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.FilteredQueryParser
-
非推奨です。
- FilteredSearchContext - org.elasticsearch.search.internalのクラス
-
- FilteredSearchContext(SearchContext) - クラス のコンストラクタorg.elasticsearch.search.internal.FilteredSearchContext
-
- filterFound - クラス の変数org.elasticsearch.index.query.support.NestedInnerQueryParseSupport
-
- filterFound() - クラス のメソッドorg.elasticsearch.index.query.support.NestedInnerQueryParseSupport
-
- FilterFunction(Query, ScoreFunction) - クラス のコンストラクタorg.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery.FilterFunction
-
- FilterIndexOutput - org.elasticsearch.common.lucene.storeのクラス
-
IndexOutput that delegates all calls to another IndexOutput
- FilterIndexOutput(String, IndexOutput) - クラス のコンストラクタorg.elasticsearch.common.lucene.store.FilterIndexOutput
-
- filterIndices(List<String>, String[], IndicesOptions) - クラス のstaticメソッドorg.elasticsearch.snapshots.SnapshotUtils
-
Filters out list of available indices based on the list of selected indices.
- filteringAlias() - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- filteringAlias(String[]) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- filteringAliases() - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
-
- filteringAliases() - クラス のメソッドorg.elasticsearch.action.exists.ShardExistsRequest
-
- filteringAliases(ClusterState, String, String...) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
Iterates through the list of indices and selects the effective list of filtering aliases for the
given index.
- filteringAliases() - クラス のメソッドorg.elasticsearch.index.engine.Engine.DeleteByQuery
-
- filteringAliases() - クラス のメソッドorg.elasticsearch.index.translog.Translog.DeleteByQuery
-
非推奨です。
- filteringAliases() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- filteringAliases() - インタフェース のメソッドorg.elasticsearch.search.internal.ShardSearchRequest
-
- filteringAliases() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- filteringRequired() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData
-
- filterNodeIds(DiscoveryNodes, String[]) - クラス のメソッドorg.elasticsearch.action.support.nodes.TransportNodesAction
-
- filterNodeIds(DiscoveryNodes, String[]) - クラス のメソッドorg.elasticsearch.action.support.tasks.TransportTasksAction
-
- FilterParser - org.elasticsearch.search.aggregations.bucket.filterのクラス
-
- FilterParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.filter.FilterParser
-
- FilterPath - org.elasticsearch.common.xcontent.support.filteringのクラス
-
- FilterPath(String, String, FilterPath) - クラス のコンストラクタorg.elasticsearch.common.xcontent.support.filtering.FilterPath
-
- FilterPathBasedFilter - org.elasticsearch.common.xcontent.support.filteringのクラス
-
- FilterPathBasedFilter(FilterPath[]) - クラス のコンストラクタorg.elasticsearch.common.xcontent.support.filtering.FilterPathBasedFilter
-
- FilterPathBasedFilter(String[]) - クラス のコンストラクタorg.elasticsearch.common.xcontent.support.filtering.FilterPathBasedFilter
-
- filters() - クラス のメソッドorg.elasticsearch.action.support.ActionFilters
-
Returns the action filters that have been injected
- filters(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Filters aggregation with the given name.
- Filters - 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.Bucket - org.elasticsearch.search.aggregations.bucket.filtersのインタフェース
-
A bucket associated with a specific filter (identified by its key)
- FILTERS_FIELD - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.filters.FiltersParser
-
- FiltersAggregationBuilder - org.elasticsearch.search.aggregations.bucket.filtersのクラス
-
Builder for the
Filters aggregation.
- FiltersAggregationBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
-
Sole constructor.
- FiltersAggregator - org.elasticsearch.search.aggregations.bucket.filtersのクラス
-
- FiltersAggregator(String, AggregatorFactories, String[], Weight[], boolean, String, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator
-
- FiltersAggregator.Factory - org.elasticsearch.search.aggregations.bucket.filtersのクラス
-
- filterSettings() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Return the settings for filtering out terms.
- filterSettings(TermVectorsRequest.FilterSettings) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Sets the settings for filtering out terms.
- FilterSettings() - クラス のコンストラクタorg.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
-
- FilterSettings(Integer, Integer, Integer, Integer, Integer, Integer, Integer) - クラス のコンストラクタorg.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
-
- filterSettings(ToXContent.Params, Settings) - クラス のstaticメソッドorg.elasticsearch.common.settings.SettingsFilter
-
- filterSettings(String, Settings) - クラス のstaticメソッドorg.elasticsearch.common.settings.SettingsFilter
-
- FiltersFunctionScoreQuery - org.elasticsearch.common.lucene.search.functionのクラス
-
A query that allows for a pluggable boost function / filter.
- FiltersFunctionScoreQuery(Query, FiltersFunctionScoreQuery.ScoreMode, FiltersFunctionScoreQuery.FilterFunction[], float, Float) - クラス のコンストラクタorg.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
-
- FiltersFunctionScoreQuery.FilterFunction - org.elasticsearch.common.lucene.search.functionのクラス
-
- FiltersFunctionScoreQuery.ScoreMode - org.elasticsearch.common.lucene.search.functionの列挙型
-
- FiltersParser - org.elasticsearch.search.aggregations.bucket.filtersのクラス
-
- FiltersParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.filters.FiltersParser
-
- FilterStreamInput - org.elasticsearch.common.io.streamのクラス
-
- FilterStreamInput(StreamInput) - クラス のコンストラクタorg.elasticsearch.common.io.stream.FilterStreamInput
-
- FINALIZE - クラス のstatic変数org.elasticsearch.indices.recovery.RecoveryTarget.Actions
-
- finalizeRecovery() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
perform the last stages of recovery once all translog operations are done.
- finalizeRecovery() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySourceHandler
-
finalizes the recovery process
- finalizeSnapshot(SnapshotId, List<String>, long, String, int, List<SnapshotShardFailure>) - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreRepository
-
Finalizes snapshotting process
This method is called on master after all shards are snapshotted.
- finalizeSnapshot(SnapshotId, List<String>, long, String, int, List<SnapshotShardFailure>) - インタフェース のメソッドorg.elasticsearch.repositories.Repository
-
Finalizes snapshotting process
This method is called on master after all shards are snapshotted.
- find(BytesRef, int) - クラス のメソッドorg.elasticsearch.common.util.BytesRefHash
-
Get the id associated with key
- find(BytesRef) - クラス のメソッドorg.elasticsearch.common.util.BytesRefHash
-
- find(long) - クラス のメソッド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[]) - クラス のメソッド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.
- findAllIndices() - クラス のメソッドorg.elasticsearch.env.NodeEnvironment
-
- findAllShardIds(Index) - クラス のメソッドorg.elasticsearch.env.NodeEnvironment
-
Tries to find all allocated shards for the given index
on the current node.
- findBindingAnnotation(Errors, Member, Annotation[]) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Annotations
-
Returns the binding annotation on member, or null if there isn't one.
- findBindingsByType(TypeLiteral<T>) - インタフェース のメソッドorg.elasticsearch.common.inject.Injector
-
Returns all explicit bindings for type.
- findByAddress(TransportAddress) - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
Get a node by its address
- findDeadlocks() - クラス のメソッドorg.elasticsearch.monitor.jvm.DeadlockAnalyzer
-
- findForcedDeletesMerges(SegmentInfos, IndexWriter) - クラス のメソッドorg.elasticsearch.index.shard.ElasticsearchMergePolicy
-
- findForcedMerges(SegmentInfos, int, Map<SegmentCommitInfo, Boolean>, IndexWriter) - クラス のメソッドorg.elasticsearch.index.shard.ElasticsearchMergePolicy
-
- findHeaderByName(String) - クラス のメソッドorg.elasticsearch.common.Table
-
- findMappings(String[], String[]) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- findMerges(MergeTrigger, SegmentInfos, IndexWriter) - クラス のメソッドorg.elasticsearch.index.shard.ElasticsearchMergePolicy
-
- findNameFile(String) - クラス のメソッドorg.elasticsearch.index.shard.CommitPoint
-
- findNameFile(String) - クラス のメソッドorg.elasticsearch.index.shard.CommitPoints
-
- findNameFile(String) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
-
Finds reference to a snapshotted file by its snapshot name
- findNameIndexFile(String) - クラス のメソッドorg.elasticsearch.index.shard.CommitPoint
-
- findNameTranslogFile(String) - クラス のメソッドorg.elasticsearch.index.shard.CommitPoint
-
- findNestedObjectMapper(int, SearchContext, LeafReaderContext) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
Returns the best nested
ObjectMapper instances that is in the scope of the specified nested docId.
- findNextDelayedAllocationIn(ClusterState) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
Finds the next (closest) delay expiration of an unassigned shard in nanoseconds.
- findParentObjectMapper(ObjectMapper) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
Returns the parent
ObjectMapper instance of the specified object mapper or
null if there
isn't any.
- findPhysicalIndexFile(String) - クラス のメソッドorg.elasticsearch.index.shard.CommitPoint
-
- findPhysicalIndexFile(String) - クラス のメソッドorg.elasticsearch.index.shard.CommitPoints
-
- findPhysicalIndexFile(String) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.SnapshotFiles
-
Returns information about a physical file with the given name
- findPhysicalIndexFiles(String) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
-
Finds reference to a snapshotted file by its original name
- findScopeAnnotation(Errors, Class<?>) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Annotations
-
Returns the scope annotation on type, or null if none is specified.
- findScopeAnnotation(Errors, Annotation[]) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Annotations
-
Returns the scoping annotation, or null if there isn't one.
- findSmallestDelayedAllocationSettingNanos(Settings, ClusterState) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
Finds the smallest delay expiration setting in nanos of all unassigned shards that are still delayed.
- findTemplate(ContentPath, String, String) - クラス のメソッドorg.elasticsearch.index.mapper.object.RootObjectMapper
-
- findTemplateBuilder(ParseContext, String, String) - クラス のメソッドorg.elasticsearch.index.mapper.object.RootObjectMapper
-
- findTemplateBuilder(ParseContext, String, String, String) - クラス のメソッドorg.elasticsearch.index.mapper.object.RootObjectMapper
-
- findWarmers(String[], String[], String[]) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- finishConstruction() - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstructionContext
-
- finishHim() - クラス のメソッドorg.elasticsearch.action.support.broadcast.TransportBroadcastAction.AsyncBroadcastAction
-
- finishRelocation(AllocationId) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.AllocationId
-
Creates a new allocation id finalizing a relocation.
- finishTerm(long) - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester.XBuilder
-
- finishVerification(ActionListener<RepositoriesService.VerifyResponse>, List<DiscoveryNode>, CopyOnWriteArrayList<VerificationFailure>) - クラス のメソッドorg.elasticsearch.repositories.VerifyNodeRepositoryAction
-
- FinnishAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- FinnishAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.FinnishAnalyzerProvider
-
- firstOperationOffset - クラス の変数org.elasticsearch.index.translog.TranslogReader
-
- fiveMinuteEWMA() - クラス のstaticメソッド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() - クラス のメソッドorg.elasticsearch.common.metrics.MeterMetric
-
- fixedSourceDistance(double, double, DistanceUnit) - 列挙型 のメソッドorg.elasticsearch.common.geo.GeoDistance
-
- FixedSourceDistanceBase(double, double, DistanceUnit) - クラス のコンストラクタorg.elasticsearch.common.geo.GeoDistance.FixedSourceDistanceBase
-
- fixNegativeQueryIfNeeded(Query) - クラス のstaticメソッドorg.elasticsearch.common.lucene.search.Queries
-
- fixWeightedFragInfo(FieldMapper, Field[], FieldFragList.WeightedFragInfo) - クラス のstaticメソッドorg.elasticsearch.search.highlight.vectorhighlight.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変数org.elasticsearch.search.lookup.IndexLookup
-
- FLAG_FREQUENCIES - クラス のstatic変数org.elasticsearch.search.lookup.IndexLookup
-
- FLAG_OFFSETS - クラス のstatic変数org.elasticsearch.search.lookup.IndexLookup
-
- FLAG_PAYLOADS - クラス のstatic変数org.elasticsearch.search.lookup.IndexLookup
-
- FLAG_POSITIONS - クラス のstatic変数org.elasticsearch.search.lookup.IndexLookup
-
- flags(RegexpFlag...) - クラス のメソッドorg.elasticsearch.index.query.RegexpQueryBuilder
-
- flags(SimpleQueryStringFlag...) - クラス のメソッドorg.elasticsearch.index.query.SimpleQueryStringBuilder
-
Specify the enabled features of the SimpleQueryString.
- flagsFromString(String) - クラス のstaticメソッドorg.elasticsearch.common.regex.Regex
-
- flagsToString(int) - クラス のstaticメソッドorg.elasticsearch.common.regex.Regex
-
- Float() - クラス のコンストラクタorg.elasticsearch.action.fieldstats.FieldStats.Float
-
- Float(long, long, long, long, float, float) - クラス のコンストラクタorg.elasticsearch.action.fieldstats.FieldStats.Float
-
- FLOAT - インタフェース のstatic変数org.elasticsearch.cluster.settings.Validator
-
- FloatArray - org.elasticsearch.common.utilのインタフェース
-
Abstraction of an array of double values.
- FloatArrayIndexFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
- FloatArrayIndexFieldData(Index, Settings, MappedFieldType.Names, FieldDataType, IndexFieldDataCache, CircuitBreakerService) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.FloatArrayIndexFieldData
-
- FloatArrayIndexFieldData.Builder - org.elasticsearch.index.fielddata.plainのクラス
-
- floatField(FieldInfo, float) - クラス のメソッドorg.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- floatField(String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.MapperBuilders
-
- FloatFieldMapper - org.elasticsearch.index.mapper.coreのクラス
-
- FloatFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.FloatFieldMapper
-
- FloatFieldMapper.Builder - org.elasticsearch.index.mapper.coreのクラス
-
- FloatFieldMapper.CustomFloatNumericDocValuesField - org.elasticsearch.index.mapper.coreのクラス
-
- FloatFieldMapper.CustomFloatNumericField - org.elasticsearch.index.mapper.coreのクラス
-
- FloatFieldMapper.Defaults - org.elasticsearch.index.mapper.coreのクラス
-
- FloatFieldMapper.TypeParser - org.elasticsearch.index.mapper.coreのクラス
-
- floatToBytes(float) - クラス のstaticメソッドorg.elasticsearch.common.Numbers
-
Converts a float to a byte array.
- floatValue() - クラス のメソッドorg.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- floatValue(boolean) - クラス のメソッドorg.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- floatValue(boolean) - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- floatValue() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- floatValue() - クラス のメソッドorg.elasticsearch.script.ScoreAccessor
-
- floatValue() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
-
- FloatValuesComparatorSource - org.elasticsearch.index.fielddata.fieldcomparatorのクラス
-
Comparator source for float values.
- FloatValuesComparatorSource(IndexNumericFieldData, Object, MultiValueMode, IndexFieldData.XFieldComparatorSource.Nested) - クラス のコンストラクタorg.elasticsearch.index.fielddata.fieldcomparator.FloatValuesComparatorSource
-
- floor(Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- floor(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- floor(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- floor(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- floor(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- FLUSH - クラス のstatic変数org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest.Defaults
-
- flush() - クラス のメソッドorg.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
Should flush be performed after the merge.
- flush(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
Should flush be performed after the merge.
- flush - クラス の変数org.elasticsearch.action.admin.indices.stats.CommonStats
-
- flush(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- flush() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- flush() - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor
-
Flush pending delete or index requests.
- flush(FlushRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Explicitly flush one or more indices (releasing memory from the node).
- flush(FlushRequest, ActionListener<FlushResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Explicitly flush one or more indices (releasing memory from the node).
- flush() - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayWriter
-
Flush the stream.
- flush() - クラス のメソッドorg.elasticsearch.common.io.stream.BytesStreamOutput
-
- flush() - クラス のメソッドorg.elasticsearch.common.io.stream.DataOutputStreamOutput
-
- flush() - クラス のメソッドorg.elasticsearch.common.io.stream.OutputStreamStreamOutput
-
- flush() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamOutput
-
Forces any buffered output to be written.
- flush() - クラス のメソッドorg.elasticsearch.common.io.UTF8StreamWriter
-
Flushes the stream.
- flush() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
- flush() - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- flush() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentGenerator
-
- flush(boolean, boolean) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
Flushes the state of the engine including the transaction log, clearing memory.
- flush() - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- flush(boolean, boolean) - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- flush() - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- flush(boolean, boolean) - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- flush() - クラス のメソッドorg.elasticsearch.index.fielddata.RamAccountingTermsEnum
-
Flush the flushBuffer to the breaker, incrementing the total
bytes and resetting the buffer.
- flush(FlushRequest) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- flush() - クラス のメソッドorg.elasticsearch.index.translog.BufferedChecksumStreamOutput
-
- flush() - クラス のメソッドorg.elasticsearch.index.translog.BufferingTranslogWriter
-
- flush() - クラス のメソッドorg.elasticsearch.index.translog.TranslogWriter
-
Flushes the buffer if the translog is buffered.
- FLUSH - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool.Names
-
- FlushAction - org.elasticsearch.action.admin.indices.flushのクラス
-
- flushAndClose() - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
Flush the engine (committing segments to disk and truncating the
translog) and close it.
- flushBase64() - クラス のメソッドorg.elasticsearch.common.Base64.OutputStream
-
Method added by PHIL.
- FlushFailedEngineException - org.elasticsearch.index.engineの例外
-
- FlushFailedEngineException(ShardId, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.engine.FlushFailedEngineException
-
- FlushFailedEngineException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.engine.FlushFailedEngineException
-
- FlushNotAllowedEngineException - org.elasticsearch.index.engineの例外
-
- FlushNotAllowedEngineException(ShardId, String) - 例外 のコンストラクタorg.elasticsearch.index.engine.FlushNotAllowedEngineException
-
- FlushNotAllowedEngineException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.engine.FlushNotAllowedEngineException
-
- FlushRequest - org.elasticsearch.action.admin.indices.flushのクラス
-
A flush request to flush one or more indices.
- FlushRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.flush.FlushRequest
-
- FlushRequest(ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.flush.FlushRequest
-
Copy constructor that creates a new flush request that is a copy of the one provided as an argument.
- FlushRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.flush.FlushRequest
-
Constructs a new flush request against one or more indices.
- flushRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a flush indices request.
- FlushRequestBuilder - org.elasticsearch.action.admin.indices.flushのクラス
-
- FlushRequestBuilder(ElasticsearchClient, FlushAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.flush.FlushRequestBuilder
-
- FlushResponse - org.elasticsearch.action.admin.indices.flushのクラス
-
A response to flush action.
- FlushStats - org.elasticsearch.index.flushのクラス
-
- FlushStats() - クラス のコンストラクタorg.elasticsearch.index.flush.FlushStats
-
- FlushStats(long, long) - クラス のコンストラクタorg.elasticsearch.index.flush.FlushStats
-
- flushStats() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- flyweight() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- flyweight() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- flyweight(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- flyweight() - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- fmix(long) - 列挙型 のstaticメソッドorg.elasticsearch.common.hash.MurmurHash3
-
- fmix(long) - クラス のstaticメソッドorg.elasticsearch.common.util.BloomFilter
-
- forAnnotation(Class<? extends Annotation>) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Scoping
-
- forAnyOrigin() - クラス のstaticメソッドorg.elasticsearch.http.netty.cors.CorsConfigBuilder
-
Creates a Builder instance with it's origin set to '*'.
- forbidClosedIndices() - クラス のメソッドorg.elasticsearch.action.support.IndicesOptions
-
- force() - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.FlushRequest
-
Force flushing, even if one is possibly not needed.
- force(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.FlushRequest
-
Force flushing, even if one is possibly not needed.
- FORCE_LOCAL_SETTING - クラス のstatic変数org.elasticsearch.action.support.master.TransportMasterNodeReadAction
-
- FORCE_MERGE - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool.Names
-
- FORCE_MULTI_ORDINALS - クラス のstatic変数org.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Whether to for the use of
MultiOrdinals to store the ordinals for testing purposes.
- forceCheck() - クラス のメソッドorg.elasticsearch.indices.memory.IndexingMemoryController
-
check if any shards active status changed, now.
- forcedAnalyzer() - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- forcedAnalyzer(Analyzer) - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- forcedQuoteAnalyzer() - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- forcedQuoteAnalyzer(Analyzer) - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- forceMerge(ForceMergeRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Explicitly force merge one or more indices into a the number of segments.
- forceMerge(ForceMergeRequest, ActionListener<ForceMergeResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Explicitly force merge one or more indices into a the number of segments.
- forceMerge(boolean) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
Optimizes to 1 segment
- forceMerge(boolean, int, boolean, boolean, boolean) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
Triggers a forced merge on this engine
- forceMerge(boolean, int, boolean, boolean, boolean) - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- forceMerge(boolean, int, boolean, boolean, boolean) - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- forceMerge(ForceMergeRequest) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- ForceMergeAction - org.elasticsearch.action.admin.indices.forcemergeのクラス
-
- ForceMergeRequest - org.elasticsearch.action.admin.indices.forcemergeのクラス
-
A request to force merging the segments of one or more indices.
- ForceMergeRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
Constructs a merge request over one or more indices.
- ForceMergeRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
- forceMergeRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a force merge request.
- ForceMergeRequest.Defaults - org.elasticsearch.action.admin.indices.forcemergeのクラス
-
- ForceMergeRequestBuilder - org.elasticsearch.action.admin.indices.forcemergeのクラス
-
A request to force merge one or more indices.
- ForceMergeRequestBuilder(ElasticsearchClient, ForceMergeAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequestBuilder
-
- ForceMergeResponse - org.elasticsearch.action.admin.indices.forcemergeのクラス
-
A response for force merge action.
- forceNewTranslog() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
if true the engine will start even if the translog id in the commit point can not be found
- forcePut(E) - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
Forces adding an element to the queue, without doing size checks.
- forceSource(boolean) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder.Field
-
Forces the highlighting to highlight this field based on the source even if this field is stored separately.
- forceSource(boolean) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder
-
Forces the highlighting to highlight fields based on the source even if fields are stored separately.
- forceSource(SearchContextHighlight.Field) - クラス のメソッドorg.elasticsearch.search.highlight.SearchContextHighlight
-
- forceUnigrams(boolean) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
If set to true the phrase suggester will fail if the analyzer only
produces ngrams. the default it true.
- forConstructorOf(TypeLiteral<?>) - クラス のstaticメソッドorg.elasticsearch.common.inject.spi.InjectionPoint
-
Returns a new injection point for the injectable constructor of type.
- forConstructorOf(Class<?>) - クラス のstaticメソッドorg.elasticsearch.common.inject.spi.InjectionPoint
-
Returns a new injection point for the injectable constructor of type.
- forEach(T) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- forEach(T) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- forEach(T) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- forEach(T) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- forFields(Collection<DateTimeFieldType>, boolean, boolean) - クラス のstaticメソッドorg.joda.time.format.StrictISODateTimeFormat
-
Returns a formatter that outputs only those fields specified.
- forInjectionPoints(Set<InjectionPoint>) - クラス のstaticメソッドorg.elasticsearch.common.inject.spi.Dependency
-
Returns the dependencies from the given injection points.
- forInstance(Scope) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Scoping
-
- forInstanceMethodsAndFields(TypeLiteral<?>) - クラス のstaticメソッドorg.elasticsearch.common.inject.spi.InjectionPoint
-
Returns all instance method and field injection points on type.
- forInstanceMethodsAndFields(Class<?>) - クラス のstaticメソッドorg.elasticsearch.common.inject.spi.InjectionPoint
-
Returns all instance method and field injection points on type.
- format(Passage[], String) - クラス のメソッドorg.apache.lucene.search.postingshighlight.CustomPassageFormatter
-
- format() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
-
- format(String, Object...) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Errors
-
- format(String, Collection<Message>) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Errors
-
Returns the formatted message for an exception with the specified messages.
- format() - クラス のメソッドorg.elasticsearch.common.joda.FormatDateTimeFormatter
-
- format(String, Object...) - クラス のstaticメソッドorg.elasticsearch.common.logging.support.LoggerMessageFormat
-
- format(String, String, Object...) - クラス のstaticメソッドorg.elasticsearch.common.logging.support.LoggerMessageFormat
-
- format(InetAddress) - クラス のstaticメソッドorg.elasticsearch.common.network.NetworkAddress
-
Formats a network address (with optional host) for display purposes.
- format(InetSocketAddress) - クラス のstaticメソッドorg.elasticsearch.common.network.NetworkAddress
-
Formats a network address and port for display purposes.
- format() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- format(PeriodType) - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- format() - クラス のメソッドorg.elasticsearch.gateway.MetaDataStateFormat
-
Returns the
XContentType used to serialize xcontent on write.
- format(String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.SourceFieldMapper.Builder
-
- FORMAT - クラス のstatic変数org.elasticsearch.index.mapper.internal.SourceFieldMapper.Defaults
-
- format(String) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
In case of date field, we can set the format to be used instead of the mapper format
- FORMAT - クラス のstatic変数org.elasticsearch.index.shard.ShardStateMetaData
-
- format(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.DateHistogramBuilder
-
Set the format to use for dates.
- format(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.DateRangeBuilder
-
Set the format to use to display values.
- format(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.RangeBuilder
-
Set the format to use to display values.
- format(String) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.ValuesSourceMetricsAggregationBuilder
-
- format(String) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsBuilder
-
- FORMAT - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsParser
-
- format(String) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptBuilder
-
- FORMAT - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptParser
-
- format(String) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumBuilder
-
- FORMAT - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumParser
-
- format(String) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.derivative.DerivativeBuilder
-
- FORMAT - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.derivative.DerivativeParser
-
- FORMAT - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.having.BucketSelectorParser
-
- format(String) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.MovAvgBuilder
-
- FORMAT - インタフェース のstatic変数org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser
-
- format(String) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffBuilder
-
- FORMAT - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffParser
-
- format(String, DateTimeZone) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormat.DateTime
-
- format(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormat.Number
-
- format(long) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.BooleanFormatter
-
- format(double) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.BooleanFormatter
-
- format(long) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.DateTime
-
- format(double) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.DateTime
-
- format(long) - インタフェース のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter
-
Formats the given millis time value (since the epoch) to string.
- format(double) - インタフェース のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter
-
- format(long) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.GeoHash
-
- format(double) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.GeoHash
-
- format(long) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.IPv4Formatter
-
- format(double) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.IPv4Formatter
-
- format(long) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.Number
-
- format(double) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.Number
-
- format(long) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.Raw
-
- format(double) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.Raw
-
- format() - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- format1Decimals(double, String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Format the double value with a single decimal points, trimming trailing '.0'.
- FORMAT_KEY - クラス のstatic変数org.elasticsearch.index.fielddata.FieldDataType
-
- formatAddress(InetAddress) - クラス のstaticメソッドorg.elasticsearch.common.network.NetworkAddress
-
Formats a network address for display purposes.
- formatAddress(InetSocketAddress) - クラス のstaticメソッドorg.elasticsearch.common.network.NetworkAddress
-
Formats a network address and port for display purposes.
- FormatDateTimeFormatter - org.elasticsearch.common.jodaのクラス
-
A simple wrapper around DateTimeFormatter that retains the
format that was used to create it.
- FormatDateTimeFormatter(String, DateTimeFormatter, Locale) - クラス のコンストラクタorg.elasticsearch.common.joda.FormatDateTimeFormatter
-
- FormatDateTimeFormatter(String, DateTimeFormatter, DateTimeFormatter, Locale) - クラス のコンストラクタorg.elasticsearch.common.joda.FormatDateTimeFormatter
-
- formatInjectionPoint(Formatter, Dependency<?>, InjectionPoint) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Errors
-
- formatNoCFSRatio(double) - クラス のstaticメソッドorg.elasticsearch.index.shard.MergePolicyConfig
-
- formatSource(Formatter, Object) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Errors
-
- formattable(boolean) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceParser.Builder
-
- formatter(ValueFormatter) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BucketStreamContext
-
- formatter() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BucketStreamContext
-
- formatter - クラス の変数org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- formatter - クラス の変数org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- formatter - クラス の変数org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- formatter - クラス の変数org.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
-
- formatter - クラス の変数org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
-
- formatter - クラス の変数org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
-
- formatter - クラス の変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
-
- formatter() - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormat
-
- formatter() - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- forMember(Member) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.StackTraceElements
-
- forModule(Module) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.ProviderMethodsModule
-
Returns a module which creates bindings for provider methods from the given module.
- forName(String) - 列挙型 のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- forObject(Object) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.ProviderMethodsModule
-
Returns a module which creates bindings for provider methods from the given object.
- forOrigin(String) - クラス のstaticメソッドorg.elasticsearch.http.netty.cors.CorsConfigBuilder
-
- forOrigins(String...) - クラス のstaticメソッドorg.elasticsearch.http.netty.cors.CorsConfigBuilder
-
- forPattern(String) - クラス のstaticメソッドorg.elasticsearch.common.joda.Joda
-
- forPattern(String, Locale) - クラス のstaticメソッドorg.elasticsearch.common.joda.Joda
-
Parses a joda based pattern, including some named ones (similar to the built in Joda ISO ones).
- forPattern(Pattern) - クラス のstaticメソッドorg.elasticsearch.http.netty.cors.CorsConfigBuilder
-
- forStaticMethodsAndFields(TypeLiteral) - クラス のstaticメソッドorg.elasticsearch.common.inject.spi.InjectionPoint
-
Returns all static method and field injection points on type.
- forStaticMethodsAndFields(Class<?>) - クラス のstaticメソッドorg.elasticsearch.common.inject.spi.InjectionPoint
-
Returns all static method and field injection points on type.
- forType(Class<?>) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.StackTraceElements
-
- found() - クラス のメソッドorg.elasticsearch.index.engine.Engine.Delete
-
- foundParents() - クラス のメソッドorg.elasticsearch.index.search.child.ChildrenQuery.ParentCollector
-
非推奨です。
- fpp - クラス の変数org.elasticsearch.common.util.BloomFilter.Factory.Entry
-
- fPut(int, VType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
A put operation that can be used in the fluent pattern.
- fPut(KType, VType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
A put operation that can be used in the fluent pattern.
- FQueryFilterParser - org.elasticsearch.index.queryのクラス
-
非推奨です。
- FQueryFilterParser() - クラス のコンストラクタorg.elasticsearch.index.query.FQueryFilterParser
-
非推奨です。
- FragmentBuilderHelper - org.elasticsearch.search.highlight.vectorhighlightのクラス
-
Simple helper class for FastVectorHighlighter FragmentsBuilder implemenations.
- fragmentCharSize() - クラス のメソッドorg.elasticsearch.search.highlight.SearchContextHighlight.FieldOptions
-
- fragmenter(String) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder.Field
-
Sets what fragmenter to use to break up text that is eligible for highlighting.
- fragmenter(String) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder
-
Sets what fragmenter to use to break up text that is eligible for highlighting.
- fragmenter() - クラス のメソッドorg.elasticsearch.search.highlight.SearchContextHighlight.FieldOptions
-
- fragmentOffset(int) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder.Field
-
- fragmentOffset() - クラス のメソッドorg.elasticsearch.search.highlight.SearchContextHighlight.FieldOptions
-
- fragments() - クラス のメソッドorg.elasticsearch.search.highlight.HighlightField
-
The highlighted fragments.
- fragmentSize(int) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder.Field
-
- fragmentSize(Integer) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder
-
Sets the size of a fragment in characters (defaults to 100)
- FREE_CONTEXT_ACTION_NAME - クラス のstatic変数org.elasticsearch.search.action.SearchServiceTransportAction
-
- FREE_CONTEXT_SCROLL_ACTION_NAME - クラス のstatic変数org.elasticsearch.search.action.SearchServiceTransportAction
-
- freeAllScrollContexts() - クラス のメソッドorg.elasticsearch.search.SearchService
-
- freeContext(long) - クラス のメソッドorg.elasticsearch.search.SearchService
-
- freeDiskPercentageAfterShardAssigned(DiskUsage, Long) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
Given the DiskUsage for a node and the size of the shard, return the
percentage of free disk if the shard were to be allocated to the node.
- freeze() - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- freeze() - クラス のメソッドorg.elasticsearch.index.query.support.XContentStructure
-
"Freeze" the parsing content, which means copying the current parser's
structure into an internal
BytesReference to be parsed later.
- fRemove(int) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
Remove that can be used in the fluent pattern.
- fRemove(KType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
Remove that can be used in the fluent pattern.
- FrenchAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- FrenchAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.FrenchAnalyzerProvider
-
- FrenchStemTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- FrenchStemTokenFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.FrenchStemTokenFilterFactory
-
- freq() - クラス のメソッドorg.elasticsearch.index.search.child.ConstantScorer
-
- freq - クラス の変数org.elasticsearch.search.lookup.PositionIterator
-
- FreqTermsEnum - 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) - クラス のコンストラクタorg.elasticsearch.common.lucene.index.FreqTermsEnum
-
- Frequencies() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.Frequencies
-
- frequency - クラス の変数org.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
-
- frequency(BytesRef) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.CandidateGenerator
-
- frequency - クラス の変数org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
-
- frequency(BytesRef) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- frequency(BytesRef) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.MultiCandidateGeneratorWrapper
-
- frequency(BytesRef) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.WordScorer
-
- FREQUENCY - クラス のstatic変数org.elasticsearch.search.suggest.term.TermSuggestion
-
- Frequency() - クラス のコンストラクタorg.elasticsearch.search.suggest.term.TermSuggestion.Frequency
-
- frequency() - クラス のメソッドorg.elasticsearch.watcher.WatcherHandle
-
- from(Object) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
-
- from(Object) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- from(String) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- from(int) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- from(long) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- from(float) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- from(double) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- from() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- from(int) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- from - クラス の変数org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- from - クラス の変数org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- FROM - クラス のstatic変数org.elasticsearch.search.aggregations.InternalAggregation.CommonFields
-
- from(int) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
From index to start the search from.
- from() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- from(int) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- from() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- from(int) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- from() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- from(int) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- from() - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- from(int) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- from() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- from(int) - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- FROM_AS_STRING - クラス のstatic変数org.elasticsearch.search.aggregations.InternalAggregation.CommonFields
-
- fromByte(byte) - クラス のstaticメソッドorg.elasticsearch.common.Priority
-
- fromBytes(byte[], DiscoveryNode) - クラス のstaticメソッドorg.elasticsearch.cluster.ClusterState.Builder
-
- fromDiff(boolean) - クラス のメソッドorg.elasticsearch.cluster.ClusterState.Builder
-
- fromEdits(int) - クラス のstaticメソッドorg.elasticsearch.common.unit.Fuzziness
-
Creates a
Fuzziness instance from an edit distance.
- fromGeohash(String) - クラス のstaticメソッドorg.elasticsearch.common.geo.GeoPoint
-
- fromGeohash(long) - クラス のstaticメソッドorg.elasticsearch.common.geo.GeoPoint
-
- fromId(byte) - 列挙型 のstaticメソッドorg.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
-
- fromId(byte) - 列挙型 のstaticメソッドorg.elasticsearch.action.index.IndexRequest.OpType
-
Constructs the operation type from its internal representation.
- fromId(byte) - 列挙型 のstaticメソッドorg.elasticsearch.action.search.SearchType
-
Constructs search type based on the internal id.
- fromId(byte) - 列挙型 のstaticメソッドorg.elasticsearch.action.ThreadingModel
-
- fromId(byte) - 列挙型 のstaticメソッドorg.elasticsearch.action.WriteConsistencyLevel
-
- fromId(byte) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.State
-
- fromId(byte) - 列挙型 のstaticメソッドorg.elasticsearch.index.shard.IndexShardState
-
- fromId(byte) - 列挙型 のstaticメソッドorg.elasticsearch.index.translog.Translog.Operation.Type
-
- fromId(byte) - 列挙型 のstaticメソッドorg.elasticsearch.indices.recovery.RecoveryState.Stage
-
- fromId(byte) - 列挙型 のstaticメソッドorg.elasticsearch.indices.recovery.RecoveryState.Type
-
- fromId(byte) - 列挙型 のstaticメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Sort
-
- fromId(int) - クラス のstaticメソッドorg.elasticsearch.Version
-
- fromIndexLong(long) - クラス のstaticメソッドorg.elasticsearch.common.geo.GeoPoint
-
- fromMap(Map<String, Object>, IndicesOptions) - クラス のstaticメソッドorg.elasticsearch.action.support.IndicesOptions
-
- fromMap(Map<String, Object>) - インタフェース のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Custom
-
- fromMap(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.warmer.IndexWarmersMetaData
-
- fromMeters(double) - 列挙型 のメソッドorg.elasticsearch.common.unit.DistanceUnit
-
Convert a value given in meters to a value of this unit
- fromName(String) - 列挙型 のstaticメソッドorg.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
-
- fromNode() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
-
- fromOptions(boolean, boolean, boolean, boolean) - クラス のstaticメソッドorg.elasticsearch.action.support.IndicesOptions
-
- fromOptions(boolean, boolean, boolean, boolean, IndicesOptions) - クラス のstaticメソッドorg.elasticsearch.action.support.IndicesOptions
-
- fromParameters(Object, Object, Object, IndicesOptions) - クラス のstaticメソッドorg.elasticsearch.action.support.IndicesOptions
-
- FromParseElement - org.elasticsearch.search.queryのクラス
-
- FromParseElement() - クラス のコンストラクタorg.elasticsearch.search.query.FromParseElement
-
- fromRequest(RestRequest, IndicesOptions) - クラス のstaticメソッドorg.elasticsearch.action.support.IndicesOptions
-
- fromRequest(RestRequest, ClearIndicesCacheRequest, ParseFieldMatcher) - クラス のstaticメソッドorg.elasticsearch.rest.action.admin.indices.cache.clear.RestClearIndicesCacheAction
-
- fromRestContentType(String) - 列挙型 のstaticメソッドorg.elasticsearch.common.xcontent.XContentType
-
- fromStatus(int) - 列挙型 のstaticメソッドorg.elasticsearch.common.cli.CliTool.ExitStatus
-
- fromString(String) - 列挙型 のstaticメソッドorg.apache.lucene.store.StoreRateLimiting.Type
-
- fromString(String) - 列挙型 のstaticメソッドorg.elasticsearch.action.index.IndexRequest.OpType
-
- fromString(String, ParseFieldMatcher) - 列挙型 のstaticメソッドorg.elasticsearch.action.search.SearchType
-
- fromString(String) - 列挙型 のstaticメソッドorg.elasticsearch.action.WriteConsistencyLevel
-
- fromString(String) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.health.ClusterHealthStatus
-
- fromString(String) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.State
-
- fromString(String) - 列挙型 のstaticメソッドorg.elasticsearch.common.geo.GeoDistance
-
- fromString(String) - 列挙型 のstaticメソッドorg.elasticsearch.common.unit.DistanceUnit
-
- fromString(String) - 列挙型 のstaticメソッドorg.elasticsearch.index.fielddata.IndexFieldData.CommonSettings.MemoryStorageFormat
-
- fromString(String) - 列挙型 のstaticメソッドorg.elasticsearch.index.mapper.object.DynamicTemplate.MatchType
-
- fromString(String) - 列挙型 のstaticメソッドorg.elasticsearch.index.search.child.ScoreType
-
- fromString(String) - 列挙型 のstaticメソッドorg.elasticsearch.index.translog.TranslogWriter.Type
-
- fromString(String) - 列挙型 のstaticメソッドorg.elasticsearch.index.VersionType
-
- fromString(String, VersionType) - 列挙型 のstaticメソッドorg.elasticsearch.index.VersionType
-
- fromString(String, ParseFieldMatcher) - 列挙型 のstaticメソッドorg.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator.ExecutionMode
-
- fromString(String, ParseFieldMatcher) - 列挙型 のstaticメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory.ExecutionMode
-
- fromString(String, ParseFieldMatcher) - 列挙型 のstaticメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.ExecutionMode
-
- fromString(String) - 列挙型 のstaticメソッドorg.elasticsearch.search.MultiValueMode
-
- fromString(String) - クラス のstaticメソッドorg.elasticsearch.Version
-
Returns the version given its string representation, current version if the argument is null or empty
- fromType(String) - 列挙型 のstaticメソッドorg.elasticsearch.threadpool.ThreadPool.ThreadPoolType
-
- fromValue(byte) - 列挙型 のstaticメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStage
-
Generate snapshot state from code
- fromValue(byte) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.health.ClusterHealthStatus
-
- fromValue(byte) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.metadata.AliasAction.Type
-
- fromValue(byte) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.RestoreInProgress.State
-
Returns state corresponding to state code
- fromValue(byte) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.routing.ShardRoutingState
-
- fromValue(byte) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.SnapshotsInProgress.State
-
- fromValue(byte) - 列挙型 のstaticメソッドorg.elasticsearch.index.VersionType
-
- fromValue(byte) - 列挙型 のstaticメソッドorg.elasticsearch.snapshots.SnapshotState
-
Generate snapshot state from code
- fromXContent(XContentParser) - クラス のstaticメソッドorg.elasticsearch.action.admin.indices.alias.Alias
-
Parses an alias and returns its parsed representation
- fromXContent(XContentParser) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- fromXContent(XContentParser) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- fromXContent(XContentParser) - インタフェース のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Custom
-
- fromXContent(XContentParser, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- fromXContent(XContentParser, String) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- fromXContent(XContentParser) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- fromXContent(XContentParser) - インタフェース のメソッドorg.elasticsearch.cluster.metadata.MetaData.Custom
-
- fromXContent(XContentParser, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- fromXContent(XContentParser) - クラス のメソッドorg.elasticsearch.cluster.metadata.RepositoriesMetaData
- fromXContent(XContentParser) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand.Factory
-
- fromXContent(XContentParser) - インタフェース のメソッドorg.elasticsearch.cluster.routing.allocation.command.AllocationCommand.Factory
-
- fromXContent(XContentParser) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
- fromXContent(XContentParser) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand.Factory
-
- fromXContent(XContentParser) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand.Factory
-
- fromXContent(XContentParser, ParseFieldMatcher) - インタフェース のメソッドorg.elasticsearch.common.xcontent.FromXContentBuilder
-
Parses an object with the type T from parser
- fromXContent(XContentParser) - クラス のメソッド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(byte[]) - クラス のstaticメソッドorg.elasticsearch.index.shard.CommitPoints
-
- fromXContent(XContentParser) - クラス のstaticメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Parses JSON that represents file info
- fromXContent(XContentParser, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Parses shard snapshot metadata
- fromXContent(XContentParser, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
-
- fromXContent(XContentParser) - クラス のメソッドorg.elasticsearch.search.warmer.IndexWarmersMetaData
-
- fromXContent(XContentParser, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.snapshots.Snapshot
-
- fromXContent(XContentParser) - クラス のstaticメソッドorg.elasticsearch.snapshots.Snapshot
-
- fromXContent(XContentParser) - クラス のstaticメソッドorg.elasticsearch.snapshots.SnapshotShardFailure
-
Deserializes snapshot failure information from JSON
- FromXContentBuilder<T> - org.elasticsearch.common.xcontentのインタフェース
-
Indicates that the class supports XContent deserialization.
- fs() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node file system stats be returned.
- fs(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node file system stats be returned.
- FsBlobContainer - org.elasticsearch.common.blobstore.fsのクラス
-
- FsBlobContainer(FsBlobStore, BlobPath, Path) - クラス のコンストラクタorg.elasticsearch.common.blobstore.fs.FsBlobContainer
-
- FsBlobStore - org.elasticsearch.common.blobstore.fsのクラス
-
- FsBlobStore(Settings, Path) - クラス のコンストラクタorg.elasticsearch.common.blobstore.fs.FsBlobStore
-
- FsDirectoryService - org.elasticsearch.index.storeのクラス
-
- FsDirectoryService(IndexSettingsService, IndexStore, ShardPath) - クラス のコンストラクタorg.elasticsearch.index.store.FsDirectoryService
-
- FsDirectoryService(Settings, IndexStore, ShardPath) - クラス のコンストラクタorg.elasticsearch.index.store.FsDirectoryService
-
- FsInfo - org.elasticsearch.monitor.fsのクラス
-
- FsInfo(long, FsInfo.Path[]) - クラス のコンストラクタorg.elasticsearch.monitor.fs.FsInfo
-
- FsInfo.Path - org.elasticsearch.monitor.fsのクラス
-
- FsProbe - org.elasticsearch.monitor.fsのクラス
-
- FsProbe(Settings, NodeEnvironment) - クラス のコンストラクタorg.elasticsearch.monitor.fs.FsProbe
-
- FsRepository - org.elasticsearch.repositories.fsのクラス
-
Shared file system implementation of the BlobStoreRepository
Shared file system repository supports the following settings
locationPath to the root of repository.
- FsRepository(RepositoryName, RepositorySettings, IndexShardRepository, Environment) - クラス のコンストラクタorg.elasticsearch.repositories.fs.FsRepository
-
Constructs new shared file system repository
- FsService - org.elasticsearch.monitor.fsのクラス
-
- FsService(Settings, FsProbe) - クラス のコンストラクタorg.elasticsearch.monitor.fs.FsService
-
- fsService() - クラス のメソッドorg.elasticsearch.monitor.MonitorService
-
- fullName() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
-
- fullName() - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType.Names
-
The full name, including dot path.
- fullName(String) - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- fullPath() - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper
-
- fullPathAsText(String) - クラス のメソッドorg.elasticsearch.index.mapper.ContentPath
-
- function - クラス の変数org.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery.FilterFunction
-
- functionParsers - クラス の変数org.elasticsearch.index.query.functionscore.ScoreFunctionParserMapper
-
- FunctionScoreQuery - org.elasticsearch.common.lucene.search.functionのクラス
-
A query that allows for a pluggable boost function to be applied to it.
- FunctionScoreQuery(Query, ScoreFunction, Float) - クラス のコンストラクタorg.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- FunctionScoreQuery(Query, ScoreFunction) - クラス のコンストラクタorg.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- functionScoreQuery(QueryBuilder) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A query that allows to define a custom scoring function.
- functionScoreQuery() - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A query that allows to define a custom scoring function.
- functionScoreQuery(ScoreFunctionBuilder) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A query that allows to define a custom scoring function.
- functionScoreQuery(QueryBuilder, ScoreFunctionBuilder) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A query that allows to define a custom scoring function.
- FunctionScoreQueryBuilder - org.elasticsearch.index.query.functionscoreのクラス
-
A query that uses a filters with a script associated with them to compute the
score.
- FunctionScoreQueryBuilder(QueryBuilder) - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Creates a function_score query that executes on documents that match query a query.
- FunctionScoreQueryBuilder() - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- FunctionScoreQueryBuilder(ScoreFunctionBuilder) - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Creates a function_score query that will execute the function scoreFunctionBuilder on all documents.
- FunctionScoreQueryParser - org.elasticsearch.index.query.functionscoreのクラス
-
- FunctionScoreQueryParser(ScoreFunctionParserMapper) - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.FunctionScoreQueryParser
-
- FutureTransportResponseHandler<T extends TransportResponse> - org.elasticsearch.transportのクラス
-
A response handler to be used when all interaction will be done through the
TransportFuture.
- FutureTransportResponseHandler() - クラス のコンストラクタorg.elasticsearch.transport.FutureTransportResponseHandler
-
- FutureUtils - org.elasticsearch.common.util.concurrentのクラス
-
- FutureUtils() - クラス のコンストラクタorg.elasticsearch.common.util.concurrent.FutureUtils
-
- Fuzziness - org.elasticsearch.common.unitのクラス
-
A unit class that encapsulates all in-exact search
parsing and conversion from similarities to edit distances
etc.
- fuzziness(Fuzziness) - クラス のメソッドorg.elasticsearch.index.query.FuzzyQueryBuilder
-
- fuzziness(Object) - クラス のメソッドorg.elasticsearch.index.query.MatchQueryBuilder
-
Sets the fuzziness used when evaluated to a fuzzy query type.
- fuzziness(Object) - クラス のメソッドorg.elasticsearch.index.query.MultiMatchQueryBuilder
-
Sets the fuzziness used when evaluated to a fuzzy query type.
- fuzziness(Fuzziness) - クラス のメソッドorg.elasticsearch.index.query.QueryStringQueryBuilder
-
Set the edit distance for fuzzy queries.
- fuzziness - クラス の変数org.elasticsearch.index.search.MatchQuery
-
- fuzzyCompletionSuggestion(String) - クラス のstaticメソッドorg.elasticsearch.search.suggest.SuggestBuilders
-
Creates a fuzzy completion suggestion lookup query with the provided name
- fuzzyMaxExpansions() - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- fuzzyMaxExpansions(int) - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- fuzzyMaxExpansions(int) - クラス のメソッドorg.elasticsearch.index.query.QueryStringQueryBuilder
-
- fuzzyPrefixLength() - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- fuzzyPrefixLength(int) - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- fuzzyPrefixLength(int) - クラス のメソッドorg.elasticsearch.index.query.QueryStringQueryBuilder
-
Set the minimum prefix length for fuzzy queries.
- fuzzyPrefixLength - クラス の変数org.elasticsearch.index.search.MatchQuery
-
- fuzzyQuery(Object, Fuzziness, int, int, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.DateFieldType
-
- fuzzyQuery(Object, Fuzziness, int, int, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.DoubleFieldMapper.DoubleFieldType
-
- fuzzyQuery(Object, Fuzziness, int, int, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.IntegerFieldMapper.IntegerFieldType
-
- fuzzyQuery(Object, Fuzziness, int, int, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.LongFieldMapper.LongFieldType
-
- fuzzyQuery(Object, Fuzziness, int, int, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.NumberFieldType
-
- fuzzyQuery(Object, Fuzziness, int, int, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.ip.IpFieldMapper.IpFieldType
-
- fuzzyQuery(Object, Fuzziness, int, int, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- fuzzyQuery(String, String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents using fuzzy query.
- fuzzyQuery(String, Object) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents using fuzzy query.
- FuzzyQueryBuilder - org.elasticsearch.index.queryのクラス
-
A Query that does fuzzy matching for a specific value.
- FuzzyQueryBuilder(String, Object) - クラス のコンストラクタorg.elasticsearch.index.query.FuzzyQueryBuilder
-
Constructs a new fuzzy query.
- FuzzyQueryBuilder(String, String) - クラス のコンストラクタorg.elasticsearch.index.query.FuzzyQueryBuilder
-
Constructs a new fuzzy query.
- FuzzyQueryBuilder(String, int) - クラス のコンストラクタorg.elasticsearch.index.query.FuzzyQueryBuilder
-
Constructs a new fuzzy query.
- FuzzyQueryBuilder(String, long) - クラス のコンストラクタorg.elasticsearch.index.query.FuzzyQueryBuilder
-
Constructs a new fuzzy query.
- FuzzyQueryBuilder(String, float) - クラス のコンストラクタorg.elasticsearch.index.query.FuzzyQueryBuilder
-
Constructs a new fuzzy query.
- FuzzyQueryBuilder(String, double) - クラス のコンストラクタorg.elasticsearch.index.query.FuzzyQueryBuilder
-
Constructs a new fuzzy query.
- FuzzyQueryBuilder(String, boolean) - クラス のコンストラクタorg.elasticsearch.index.query.FuzzyQueryBuilder
-
Constructs a new fuzzy query.
- FuzzyQueryParser - org.elasticsearch.index.queryのクラス
-
- FuzzyQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.FuzzyQueryParser
-
- fuzzyRewrite(String) - クラス のメソッドorg.elasticsearch.index.query.MatchQueryBuilder
-
- fuzzyRewrite(String) - クラス のメソッドorg.elasticsearch.index.query.MultiMatchQueryBuilder
-
- fuzzyRewrite(String) - クラス のメソッドorg.elasticsearch.index.query.QueryStringQueryBuilder
-
- fuzzyRewriteMethod() - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- fuzzyRewriteMethod(MultiTermQuery.RewriteMethod) - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- fuzzyRewriteMethod - クラス の変数org.elasticsearch.index.search.MatchQuery
-
- fuzzyTranspositions(boolean) - クラス のメソッドorg.elasticsearch.index.query.MatchQueryBuilder
-
- GalicianAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- GalicianAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.GalicianAnalyzerProvider
-
- gamma(double) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
-
- GAP_POLICY - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptParser
-
- GAP_POLICY - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumParser
-
- GAP_POLICY - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.derivative.DerivativeParser
-
- GAP_POLICY - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.having.BucketSelectorParser
-
- GAP_POLICY - インタフェース のstatic変数org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser
-
- GAP_POLICY - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffParser
-
- gapPolicy(BucketHelpers.GapPolicy) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsBuilder
-
- gapPolicy - クラス の変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
-
- gapPolicy(BucketHelpers.GapPolicy) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptBuilder
-
- gapPolicy(BucketHelpers.GapPolicy) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.derivative.DerivativeBuilder
-
- gapPolicy(BucketHelpers.GapPolicy) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.having.BucketSelectorBuilder
-
- gapPolicy(BucketHelpers.GapPolicy) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.MovAvgBuilder
-
Defines what should be done when a gap in the series is discovered
- gapPolicy(BucketHelpers.GapPolicy) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffBuilder
-
- Gateway - org.elasticsearch.gatewayのクラス
-
- Gateway(Settings, ClusterService, NodeEnvironment, GatewayMetaState, TransportNodesListGatewayMetaState, ClusterName) - クラス のコンストラクタorg.elasticsearch.gateway.Gateway
-
- Gateway.GatewayStateRecoveredListener - org.elasticsearch.gatewayのインタフェース
-
- GATEWAY_TYPE_KEY - クラス のstatic変数org.elasticsearch.gateway.GatewayModule
-
- GatewayAllocator - org.elasticsearch.gatewayのクラス
-
- GatewayAllocator(Settings, TransportNodesListGatewayStartedShards, TransportNodesListShardStoreMetaData) - クラス のコンストラクタorg.elasticsearch.gateway.GatewayAllocator
-
- GatewayException - org.elasticsearch.gatewayの例外
-
- GatewayException(String) - 例外 のコンストラクタorg.elasticsearch.gateway.GatewayException
-
- GatewayException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.gateway.GatewayException
-
- GatewayException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.gateway.GatewayException
-
- GatewayMetaState - org.elasticsearch.gatewayのクラス
-
- GatewayMetaState(Settings, NodeEnvironment, MetaStateService, DanglingIndicesState, TransportNodesListGatewayMetaState, MetaDataIndexUpgradeService) - クラス のコンストラクタorg.elasticsearch.gateway.GatewayMetaState
-
- GatewayMetaState.IndexMetaWriteInfo - org.elasticsearch.gatewayのクラス
-
- GatewayModule - org.elasticsearch.gatewayのクラス
-
- GatewayModule(Settings) - クラス のコンストラクタorg.elasticsearch.gateway.GatewayModule
-
- GatewayService - org.elasticsearch.gatewayのクラス
-
- GatewayService(Settings, Gateway, AllocationService, ClusterService, DiscoveryService, ThreadPool) - クラス のコンストラクタorg.elasticsearch.gateway.GatewayService
-
- gaussDecayFunction(String, Object, Object) - クラス のstaticメソッドorg.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- gaussDecayFunction(String, Object) - クラス のstaticメソッドorg.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- GaussDecayFunctionBuilder - org.elasticsearch.index.query.functionscore.gaussのクラス
-
- GaussDecayFunctionBuilder(String, Object, Object) - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.gauss.GaussDecayFunctionBuilder
-
- GaussDecayFunctionParser - org.elasticsearch.index.query.functionscore.gaussのクラス
-
- GaussDecayFunctionParser() - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.gauss.GaussDecayFunctionParser
-
- gb() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- gbFrac() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- GcNames - org.elasticsearch.monitor.jvmのクラス
-
- GcNames() - クラス のコンストラクタorg.elasticsearch.monitor.jvm.GcNames
-
- generateClusterUuidIfNeeded() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- generateKey(double, double, ValueFormatter) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- generateNodeId(Settings) - クラス のstaticメソッドorg.elasticsearch.discovery.DiscoveryService
-
- generatesCharacterTokenStream(Analyzer, String) - クラス のstaticメソッドorg.elasticsearch.index.analysis.Analysis
-
Check whether TokenStreams generated with analyzer
provide with character terms.
- generation - クラス の変数org.elasticsearch.index.translog.Translog.Location
-
- generation - クラス の変数org.elasticsearch.index.translog.TranslogReader
-
- generator - クラス の変数org.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
Generator used to write content
- generator() - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- generic() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool
-
- GENERIC - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool.Names
-
- GenericAction<Request extends ActionRequest,Response extends ActionResponse> - org.elasticsearch.actionのクラス
-
A generic action.
- GenericAction(String) - クラス のコンストラクタorg.elasticsearch.action.GenericAction
-
- GenericArrayTypeImpl(Type) - クラス のコンストラクタorg.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
-
- GEO_HASH_PRECISION - クラス のstatic変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Defaults
-
- geoBoundingBoxQuery(String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filter to filter based on a bounding box defined by top left and bottom right locations / points
- GeoBoundingBoxQueryBuilder - org.elasticsearch.index.queryのクラス
-
- GeoBoundingBoxQueryBuilder(String) - クラス のコンストラクタorg.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- GeoBoundingBoxQueryParser - org.elasticsearch.index.queryのクラス
-
- GeoBoundingBoxQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.GeoBoundingBoxQueryParser
-
- geoBounds(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
GeoBounds aggregation with the given name.
- GeoBounds - org.elasticsearch.search.aggregations.metrics.geoboundsのインタフェース
-
An aggregation that computes a bounding box in which all documents of the current bucket are.
- GeoBoundsAggregator - org.elasticsearch.search.aggregations.metrics.geoboundsのクラス
-
- GeoBoundsAggregator(String, AggregationContext, Aggregator, ValuesSource.GeoPoint, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregator
-
- GeoBoundsAggregator.Factory - org.elasticsearch.search.aggregations.metrics.geoboundsのクラス
-
- GeoBoundsBuilder - org.elasticsearch.search.aggregations.metrics.geoboundsのクラス
-
- GeoBoundsBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsBuilder
-
Sole constructor.
- GeoBoundsParser - org.elasticsearch.search.aggregations.metrics.geoboundsのクラス
-
- GeoBoundsParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsParser
-
- geoCentroid(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
GeoCentroid aggregation with the given name.
- GeoCentroid - org.elasticsearch.search.aggregations.metrics.geocentroidのインタフェース
-
- GeoCentroidAggregator - org.elasticsearch.search.aggregations.metrics.geocentroidのクラス
-
A geo metric aggregator that computes a geo-centroid from a geo_point type field
- GeoCentroidAggregator(String, AggregationContext, Aggregator, ValuesSource.GeoPoint, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregator
-
- GeoCentroidAggregator.Factory - org.elasticsearch.search.aggregations.metrics.geocentroidのクラス
-
- GeoCentroidBuilder - org.elasticsearch.search.aggregations.metrics.geocentroidのクラス
-
- GeoCentroidBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidBuilder
-
- GeoCentroidParser - org.elasticsearch.search.aggregations.metrics.geocentroidのクラス
-
- GeoCentroidParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidParser
-
- geoDisjointQuery(String, ShapeBuilder) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filter to filter indexed shapes that are not intersection with the query shape
- geoDisjointQuery(String, String, String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- GeoDistance - org.elasticsearch.common.geoの列挙型
-
Geo distance calculation.
- geoDistance(GeoDistance) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceQueryBuilder
-
- geoDistance(GeoDistance) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
-
- geoDistance() - クラス のメソッドorg.elasticsearch.index.search.geo.GeoDistanceRangeQuery
-
- geoDistance(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
GeoDistance aggregation with the given name.
- geoDistance(GeoDistance) - クラス のメソッドorg.elasticsearch.search.sort.GeoDistanceSortBuilder
-
The geo distance type used to compute the distance.
- GeoDistance.ArcFixedSourceDistance - org.elasticsearch.common.geoのクラス
-
- GeoDistance.DistanceBoundingCheck - org.elasticsearch.common.geoのインタフェース
-
- GeoDistance.FactorFixedSourceDistance - org.elasticsearch.common.geoのクラス
-
- GeoDistance.FixedSourceDistance - org.elasticsearch.common.geoのインタフェース
-
- GeoDistance.FixedSourceDistanceBase - org.elasticsearch.common.geoのクラス
-
- GeoDistance.Meridian180DistanceBoundingCheck - org.elasticsearch.common.geoのクラス
-
- GeoDistance.PlaneFixedSourceDistance - org.elasticsearch.common.geoのクラス
-
- GeoDistance.SimpleDistanceBoundingCheck - org.elasticsearch.common.geoのクラス
-
- GeoDistance.SloppyArcFixedSourceDistance - org.elasticsearch.common.geoのクラス
-
- GeoDistanceBuilder - org.elasticsearch.search.aggregations.bucket.range.geodistanceのクラス
-
- GeoDistanceBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceBuilder
-
Sole constructor.
- GeoDistanceBuilder.Range - org.elasticsearch.search.aggregations.bucket.range.geodistanceのクラス
-
A range of values.
- GeoDistanceParser - org.elasticsearch.search.aggregations.bucket.range.geodistanceのクラス
-
- GeoDistanceParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceParser
-
- geoDistanceQuery(String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filter to filter based on a specific distance from a specific geo location / point.
- GeoDistanceQueryBuilder - org.elasticsearch.index.queryのクラス
-
- GeoDistanceQueryBuilder(String) - クラス のコンストラクタorg.elasticsearch.index.query.GeoDistanceQueryBuilder
-
- GeoDistanceQueryParser - org.elasticsearch.index.queryのクラス
-
{
"name.lat" : 1.1,
"name.lon" : 1.2,
}
- GeoDistanceQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.GeoDistanceQueryParser
-
- geoDistanceRangeQuery(String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filter to filter based on a specific range from a specific geo location / point.
- GeoDistanceRangeQuery - org.elasticsearch.index.search.geoのクラス
-
- GeoDistanceRangeQuery(GeoPoint, Double, Double, boolean, boolean, GeoDistance, BaseGeoPointFieldMapper.GeoPointFieldType, IndexGeoPointFieldData, String) - クラス のコンストラクタorg.elasticsearch.index.search.geo.GeoDistanceRangeQuery
-
- GeoDistanceRangeQueryBuilder - org.elasticsearch.index.queryのクラス
-
- GeoDistanceRangeQueryBuilder(String) - クラス のコンストラクタorg.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
-
- GeoDistanceRangeQueryParser - org.elasticsearch.index.queryのクラス
-
{
"name.lat" : 1.1,
"name.lon" : 1.2,
}
- GeoDistanceRangeQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.GeoDistanceRangeQueryParser
-
- geoDistanceSort(String) - クラス のstaticメソッドorg.elasticsearch.search.sort.SortBuilders
-
A geo distance based sort.
- GeoDistanceSortBuilder - org.elasticsearch.search.sortのクラス
-
A geo distance based sorting on a geo point like field.
- GeoDistanceSortBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.sort.GeoDistanceSortBuilder
-
Constructs a new distance based sort on a geo point like field.
- GeoDistanceSortParser - org.elasticsearch.search.sortのクラス
-
- GeoDistanceSortParser() - クラス のコンストラクタorg.elasticsearch.search.sort.GeoDistanceSortParser
-
- geohash() - クラス のメソッドorg.elasticsearch.common.geo.GeoPoint
-
- GEOHASH - クラス のstatic変数org.elasticsearch.common.geo.GeoUtils
-
- GEOHASH - クラス のstatic変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Names
-
- geohash(String) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceQueryBuilder
-
- geohash(String) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
-
- geohash(String) - クラス のメソッドorg.elasticsearch.index.query.GeohashCellQuery.Builder
-
- geohash(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceBuilder
-
Set the point to calculate distances from using its geohash.
- GEOHASH - インタフェース のstatic変数org.elasticsearch.search.aggregations.support.format.ValueFormatter
-
- GeoHash() - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.format.ValueFormatter.GeoHash
-
- GEOHASH_LEVELS - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Defaults
-
- geoHashCellHeight(int) - クラス のstaticメソッドorg.elasticsearch.common.geo.GeoUtils
-
Calculate the height (in meters) of geohash cells at a specific level
- GeohashCellQuery - org.elasticsearch.index.queryのクラス
-
A geohash cell filter that filters
GeoPoints by their geohashes.
- GeohashCellQuery() - クラス のコンストラクタorg.elasticsearch.index.query.GeohashCellQuery
-
- geoHashCellQuery(String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filter based on a bounding box defined by geohash.
- geoHashCellQuery(String, String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filter based on a bounding box defined by geohash.
- geoHashCellQuery(String, GeoPoint) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filter based on a bounding box defined by geohash.
- geoHashCellQuery(String, String, boolean) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filter based on a bounding box defined by geohash.
- GeohashCellQuery.Builder - org.elasticsearch.index.queryのクラス
-
Builder for a geohashfilter.
- GeohashCellQuery.Parser - org.elasticsearch.index.queryのクラス
-
- geoHashCellSize(int) - クラス のstaticメソッドorg.elasticsearch.common.geo.GeoUtils
-
Calculate the size (in meters) of geohash cells at a specific level
- geoHashCellWidth(int) - クラス のstaticメソッドorg.elasticsearch.common.geo.GeoUtils
-
Calculate the width (in meters) of geohash cells at a specific level
- geohashDistance(String) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- geohashDistanceInKm(String) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- geohashDistanceInMiles(String) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- geohashes(String...) - クラス のメソッドorg.elasticsearch.search.sort.GeoDistanceSortBuilder
-
The geohash of the geo point to create the range distance facets from.
- geoHashFieldType - クラス の変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.GeoPointFieldType
-
- geoHashFieldType() - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.GeoPointFieldType
-
- geohashGrid(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
GeoHashGrid aggregation with the given name.
- GeoHashGrid - org.elasticsearch.search.aggregations.bucket.geogridのインタフェース
-
A geohash_grid aggregation.
- GeoHashGrid.Bucket - org.elasticsearch.search.aggregations.bucket.geogridのインタフェース
-
A bucket that is associated with a geohash_grid cell.
- GeoHashGridAggregator - 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, GeoHashGridParser.GeoGridFactory.CellIdSource, int, int, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregator
-
- GeoHashGridBuilder - org.elasticsearch.search.aggregations.bucket.geogridのクラス
-
Creates an aggregation based on bucketing points into GeoHashes
- GeoHashGridBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridBuilder
-
Sole constructor.
- GeoHashGridParser - org.elasticsearch.search.aggregations.bucket.geogridのクラス
-
Aggregates Geo information into cells determined by geohashes of a given precision.
- GeoHashGridParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridParser
-
- geoHashLevelsForPrecision(double) - クラス のstaticメソッドorg.elasticsearch.common.geo.GeoUtils
-
Calculate the number of levels needed for a specific precision.
- geoHashLevelsForPrecision(String) - クラス のstaticメソッドorg.elasticsearch.common.geo.GeoUtils
-
Calculate the number of levels needed for a specific precision.
- geoHashMapper - クラス の変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper
-
- geoHashPrecision - クラス の変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Builder
-
- geoHashPrecision(int) - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Builder
-
- geoHashPrecision - クラス の変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.GeoPointFieldType
-
- geoHashPrecision() - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.GeoPointFieldType
-
- geoHashPrefix(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Builder
-
- geoHashPrefixEnabled - クラス の変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.GeoPointFieldType
-
- geoIntersectionQuery(String, ShapeBuilder) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filter to filter indexed shapes intersecting with shapes
- geoIntersectionQuery(String, String, String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- GeolocationContextMapping - org.elasticsearch.search.suggest.contextのクラス
-
- GeolocationContextMapping(String, int[], boolean, Collection<String>, String) - クラス のコンストラクタorg.elasticsearch.search.suggest.context.GeolocationContextMapping
-
- GeolocationContextMapping.Builder - org.elasticsearch.search.suggest.contextのクラス
-
- GeometryCollectionBuilder - org.elasticsearch.common.geo.buildersのクラス
-
- GeometryCollectionBuilder() - クラス のコンストラクタorg.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- GeometryCollectionBuilder(ShapeBuilder.Orientation) - クラス のコンストラクタorg.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- GeoPoint - org.elasticsearch.common.geoのクラス
-
- GeoPoint() - クラス のコンストラクタorg.elasticsearch.common.geo.GeoPoint
-
- GeoPoint(String) - クラス のコンストラクタorg.elasticsearch.common.geo.GeoPoint
-
Create a new Geopointform a string.
- GeoPoint(double, double) - クラス のコンストラクタorg.elasticsearch.common.geo.GeoPoint
-
- geoPoint() - クラス のメソッドorg.elasticsearch.search.aggregations.support.GeoPointParser
-
- GeoPoint() - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
-
- geoPoint(String, InternalAggregation.Type, SearchContext) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceParser
-
- GeoPointArrayAtomicFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
- GeoPointArrayAtomicFieldData() - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.GeoPointArrayAtomicFieldData
-
- GeoPointArrayAtomicFieldData.Single - org.elasticsearch.index.fielddata.plainのクラス
-
- GeoPointArrayIndexFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
Loads FieldData for an array of GeoPoints supporting both long encoded points and backward compatible double arrays
- GeoPointArrayIndexFieldData(Index, Settings, MappedFieldType.Names, FieldDataType, IndexFieldDataCache, CircuitBreakerService) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.GeoPointArrayIndexFieldData
-
- GeoPointArrayIndexFieldData.Builder - org.elasticsearch.index.fielddata.plainのクラス
-
- GeoPointArrayLegacyAtomicFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
- GeoPointArrayLegacyAtomicFieldData() - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.GeoPointArrayLegacyAtomicFieldData
-
- GeoPointArrayLegacyAtomicFieldData.Single - 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, MappedFieldType.Names, FieldDataType, boolean) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.AbstractGeoPointDVIndexFieldData.GeoPointDVIndexFieldData
-
- GeoPointFieldMapper - org.elasticsearch.index.mapper.geoのクラス
-
Parsing: We handle:
- "field" : "geo_hash"
- "field" : "lat,lon"
- "field" : {
"lat" : 1.1,
"lon" : 2.1
}
- GeoPointFieldMapper(String, MappedFieldType, MappedFieldType, Settings, ContentPath.Type, DoubleFieldMapper, DoubleFieldMapper, StringFieldMapper, FieldMapper.MultiFields, Explicit<Boolean>, FieldMapper.CopyTo) - クラス のコンストラクタorg.elasticsearch.index.mapper.geo.GeoPointFieldMapper
-
- GeoPointFieldMapper.Builder - org.elasticsearch.index.mapper.geoのクラス
-
Concrete builder for indexed GeoPointField type
- GeoPointFieldMapper.Defaults - org.elasticsearch.index.mapper.geoのクラス
-
- GeoPointFieldMapper.TypeParser - org.elasticsearch.index.mapper.geoのクラス
-
- GeoPointFieldMapperLegacy - org.elasticsearch.index.mapper.geoのクラス
-
Parsing: We handle:
- "field" : "geo_hash"
- "field" : "lat,lon"
- "field" : {
"lat" : 1.1,
"lon" : 2.1
}
- GeoPointFieldMapperLegacy(String, MappedFieldType, MappedFieldType, Settings, ContentPath.Type, DoubleFieldMapper, DoubleFieldMapper, StringFieldMapper, FieldMapper.MultiFields, Explicit<Boolean>, Explicit<Boolean>, FieldMapper.CopyTo) - クラス のコンストラクタorg.elasticsearch.index.mapper.geo.GeoPointFieldMapperLegacy
-
- GeoPointFieldMapperLegacy.Builder - org.elasticsearch.index.mapper.geoのクラス
-
Concrete builder for legacy GeoPointField
- GeoPointFieldMapperLegacy.CustomGeoPointDocValuesField - org.elasticsearch.index.mapper.geoのクラス
-
- GeoPointFieldMapperLegacy.Defaults - org.elasticsearch.index.mapper.geoのクラス
-
- GeoPointFieldMapperLegacy.Encoding - org.elasticsearch.index.mapper.geoのクラス
-
A byte-aligned fixed-length encoding for latitudes and longitudes.
- GeoPointFieldMapperLegacy.Names - org.elasticsearch.index.mapper.geoのクラス
-
- GeoPointParser - org.elasticsearch.search.aggregations.supportのクラス
-
- GeoPointParser(String, InternalAggregation.Type, SearchContext, ParseField) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.GeoPointParser
-
- GeoPoints(MultiGeoPointValues) - クラス のコンストラクタorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- GeoPointValues - org.elasticsearch.index.fielddataのクラス
-
Per-document geo-point values.
- GeoPointValues() - クラス のコンストラクタorg.elasticsearch.index.fielddata.GeoPointValues
-
- geoPointValues(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint.Fielddata
-
- geoPointValues(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
-
- geoPolygonQuery(String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filter to filter based on a polygon defined by a set of locations / points.
- GeoPolygonQuery - org.elasticsearch.index.search.geoのクラス
-
- GeoPolygonQuery(IndexGeoPointFieldData, GeoPoint...) - クラス のコンストラクタorg.elasticsearch.index.search.geo.GeoPolygonQuery
-
- GeoPolygonQueryBuilder - org.elasticsearch.index.queryのクラス
-
- GeoPolygonQueryBuilder(String) - クラス のコンストラクタorg.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- GeoPolygonQueryParser - org.elasticsearch.index.queryのクラス
-
{
"pin.location" : {
"points" : [
{ "lat" : 12, "lon" : 40},
{}
]
}
}
- GeoPolygonQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.GeoPolygonQueryParser
-
- geoShapeField(String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.MapperBuilders
-
- GeoShapeFieldMapper - org.elasticsearch.index.mapper.geoのクラス
-
FieldMapper for indexing Shapes.
- GeoShapeFieldMapper(String, MappedFieldType, Explicit<Boolean>, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - クラス のコンストラクタorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper
-
- GeoShapeFieldMapper.Builder - org.elasticsearch.index.mapper.geoのクラス
-
- GeoShapeFieldMapper.Defaults - org.elasticsearch.index.mapper.geoのクラス
-
- GeoShapeFieldMapper.GeoShapeFieldType - org.elasticsearch.index.mapper.geoのクラス
-
- GeoShapeFieldMapper.Names - org.elasticsearch.index.mapper.geoのクラス
-
- GeoShapeFieldMapper.TypeParser - org.elasticsearch.index.mapper.geoのクラス
-
- GeoShapeFieldType() - クラス のコンストラクタorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- GeoShapeFieldType(GeoShapeFieldMapper.GeoShapeFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- geoShapeQuery(String, ShapeBuilder) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
Query that matches Documents based on the relationship between the given shape and
indexed shapes
- geoShapeQuery(String, ShapeBuilder, ShapeRelation) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filter based on the relationship of a shape and indexed shapes
- geoShapeQuery(String, String, String, ShapeRelation) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- geoShapeQuery(String, String, String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- GeoShapeQueryBuilder - org.elasticsearch.index.queryのクラス
-
- GeoShapeQueryBuilder(String, ShapeBuilder) - クラス のコンストラクタorg.elasticsearch.index.query.GeoShapeQueryBuilder
-
Creates a new GeoShapeQueryBuilder whose Filter will be against the
given field name using the given Shape
- GeoShapeQueryBuilder(String, ShapeBuilder, ShapeRelation) - クラス のコンストラクタorg.elasticsearch.index.query.GeoShapeQueryBuilder
-
Creates a new GeoShapeQueryBuilder whose Filter will be against the
given field name using the given Shape
- GeoShapeQueryBuilder(String, String, String, ShapeRelation) - クラス のコンストラクタorg.elasticsearch.index.query.GeoShapeQueryBuilder
-
Creates a new GeoShapeQueryBuilder whose Filter will be against the given field name
and will use the Shape found with the given ID in the given type
- GeoShapeQueryParser - org.elasticsearch.index.queryのクラス
-
- GeoShapeQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.GeoShapeQueryParser
-
- GeoShapeQueryParser.DEFAULTS - org.elasticsearch.index.queryのクラス
-
- GeoUtils - org.elasticsearch.common.geoのクラス
-
- geoWithinQuery(String, ShapeBuilder) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filter to filter indexed shapes that are contained by a shape
- geoWithinQuery(String, String, String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- GermanAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- GermanAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.GermanAnalyzerProvider
-
- GermanNormalizationFilterFactory - org.elasticsearch.index.analysisのクラス
-
Factory for GermanNormalizationFilter
- GermanNormalizationFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.GermanNormalizationFilterFactory
-
- GermanStemTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- GermanStemTokenFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.GermanStemTokenFilterFactory
-
- get(CharSequence) - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
Returns the weight associated with an input string, or null if it does not exist.
- get() - クラス のメソッドorg.elasticsearch.action.ActionRequestBuilder
-
Short version of execute().actionGet().
- get(TimeValue) - クラス のメソッドorg.elasticsearch.action.ActionRequestBuilder
-
Short version of execute().actionGet().
- get(String) - クラス のメソッドorg.elasticsearch.action.ActionRequestBuilder
-
Short version of execute().actionGet().
- get - クラス の変数org.elasticsearch.action.admin.indices.stats.CommonStats
-
- get(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- get() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- get(GetRequest) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Gets the document that was indexed from an index with a type and id.
- get(GetRequest, ActionListener<GetResponse>) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Gets the document that was indexed from an index with a type and id.
- get(GetRequest) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- get(GetRequest, ActionListener<GetResponse>) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- get() - クラス のメソッドorg.elasticsearch.cluster.AbstractDiffable
-
- get(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- get(String) - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
Get a node by its id
- get(int) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNode
-
- get(int) - クラス のメソッドorg.elasticsearch.common.bytes.BytesArray
-
- get(int) - インタフェース のメソッドorg.elasticsearch.common.bytes.BytesReference
-
Returns the byte at the specified index.
- get(int) - クラス のメソッドorg.elasticsearch.common.bytes.ChannelBufferBytesReference
-
- get(int) - クラス のメソッドorg.elasticsearch.common.bytes.PagedBytesReference
-
- get(Object) - クラス のメソッドorg.elasticsearch.common.collect.CopyOnWriteHashMap
-
- get(int) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- get(int) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap
-
- get(KType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- get(KType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap
-
- get(K) - クラス のメソッドorg.elasticsearch.common.collect.MapBuilder
-
- get() - クラス のメソッドorg.elasticsearch.common.inject.assistedinject.FactoryProvider
-
- get() - クラス のメソッドorg.elasticsearch.common.inject.assistedinject.FactoryProvider2
-
- get(K, Errors) - クラス のメソッドorg.elasticsearch.common.inject.internal.FailableCache
-
- get(Errors, InternalContext, Dependency<?>) - インタフェース のメソッドorg.elasticsearch.common.inject.internal.InternalFactory
-
Creates an object to be injected.
- get(Errors, InternalContext, Dependency<?>) - クラス のメソッドorg.elasticsearch.common.inject.internal.InternalFactory.Instance
-
- get() - クラス のメソッドorg.elasticsearch.common.inject.internal.ProviderMethod
-
- get() - クラス のメソッドorg.elasticsearch.common.inject.internal.SourceProvider
-
Returns the calling line of code.
- get(Class<T>) - クラス のstaticメソッドorg.elasticsearch.common.inject.Key
-
Gets a key for an injection type.
- get(Class<T>, Class<? extends Annotation>) - クラス のstaticメソッドorg.elasticsearch.common.inject.Key
-
Gets a key for an injection type and an annotation type.
- get(Class<T>, Annotation) - クラス のstaticメソッドorg.elasticsearch.common.inject.Key
-
Gets a key for an injection type and an annotation.
- get(Type) - クラス のstaticメソッドorg.elasticsearch.common.inject.Key
-
Gets a key for an injection type.
- get(Type, Class<? extends Annotation>) - クラス のstaticメソッドorg.elasticsearch.common.inject.Key
-
Gets a key for an injection type and an annotation type.
- get(Type, Annotation) - クラス のstaticメソッドorg.elasticsearch.common.inject.Key
-
Gets a key for an injection type and an annotation.
- get(TypeLiteral<T>) - クラス のstaticメソッドorg.elasticsearch.common.inject.Key
-
Gets a key for an injection type.
- get(TypeLiteral<T>, Class<? extends Annotation>) - クラス のstaticメソッドorg.elasticsearch.common.inject.Key
-
Gets a key for an injection type and an annotation type.
- get(TypeLiteral<T>, Annotation) - クラス のstaticメソッドorg.elasticsearch.common.inject.Key
-
Gets a key for an injection type and an annotation.
- get() - クラス のメソッドorg.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder.MapBinderProviderWithDependencies
-
- get() - クラス のメソッドorg.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
-
- get() - インタフェース のメソッドorg.elasticsearch.common.inject.Provider
-
Provides an instance of T.
- get(Key<T>) - クラス のstaticメソッドorg.elasticsearch.common.inject.spi.Dependency
-
Returns a new dependency that is not attached to an injection point.
- get() - クラス のメソッドorg.elasticsearch.common.inject.spi.ProviderLookup.ProviderImpl
-
- get(Type) - クラス のstaticメソッドorg.elasticsearch.common.inject.TypeLiteral
-
Gets type literal for the given Type instance.
- get(Class<T>) - クラス のstaticメソッドorg.elasticsearch.common.inject.TypeLiteral
-
Gets type literal for the given Class instance.
- get(String, String...) - クラス のstaticメソッドorg.elasticsearch.common.io.PathUtils
-
Returns a Path from name components.
- get(URI) - クラス のstaticメソッドorg.elasticsearch.common.io.PathUtils
-
Returns a Path from a URI
This works just like Paths.get().
- get(Path[], String) - クラス のstaticメソッドorg.elasticsearch.common.io.PathUtils
-
Tries to resolve the given path against the list of available roots.
- get(Path[], URI) - クラス のstaticメソッドorg.elasticsearch.common.io.PathUtils
-
Tries to resolve the given file uri against the list of available roots.
- get(String) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Returns a setting value based on the setting key.
- get(String) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value associated with the setting key.
- get(String[]) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value associated with the first setting key.
- get(String, String) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value associated with the setting key.
- get(String[], String) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value associated with the first setting key, if none exists,
returns the default value provided.
- get(long) - インタフェース のメソッドorg.elasticsearch.common.util.ByteArray
-
Get an element given its index.
- get(long, int, BytesRef) - インタフェース のメソッドorg.elasticsearch.common.util.ByteArray
-
Get a reference to a slice.
- get(long, BytesRef) - クラス のメソッドorg.elasticsearch.common.util.BytesRefHash
-
Return the key at 0 <= index <= capacity().
- get(int) - クラス のメソッドorg.elasticsearch.common.util.concurrent.AtomicArray
-
Gets the current value at position i.
- get(long, TimeUnit) - クラス のメソッドorg.elasticsearch.common.util.concurrent.BaseFuture
-
The default
BaseFuture implementation throws
InterruptedException if the current thread is interrupted before or during
the call, even if the value is already available.
- get() - クラス のメソッドorg.elasticsearch.common.util.concurrent.BaseFuture
-
The default
BaseFuture implementation throws
InterruptedException if the current thread is interrupted before or during
the call, even if the value is already available.
- get(long) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- get(Object) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- get(long) - インタフェース のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentMapLong
-
- get(long) - インタフェース のメソッドorg.elasticsearch.common.util.DoubleArray
-
Get an element given its index.
- get(long) - インタフェース のメソッドorg.elasticsearch.common.util.FloatArray
-
Get an element given its index.
- get(long) - インタフェース のメソッドorg.elasticsearch.common.util.IntArray
-
Get an element given its index.
- get(long) - インタフェース のメソッドorg.elasticsearch.common.util.LongArray
-
Get an element given its index.
- get(long) - クラス のメソッドorg.elasticsearch.common.util.LongHash
-
Return the key at 0 <= index <= capacity().
- get(long) - クラス のメソッド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) - インタフェース のメソッドorg.elasticsearch.common.util.ObjectArray
-
Get an element given its index.
- get() - インタフェース のメソッドorg.elasticsearch.index.analysis.AnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.ArabicAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.ArmenianAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.BasqueAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.BrazilianAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.BulgarianAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.CatalanAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.ChineseAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.CjkAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.CustomAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.CzechAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.DanishAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.DutchAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.EnglishAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.FinnishAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.FrenchAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.GalicianAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.GermanAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.GreekAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.HindiAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.HungarianAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.IndonesianAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.IrishAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.ItalianAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.KeywordAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.LatvianAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.LithuanianAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.NorwegianAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.PatternAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.PersianAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.PortugueseAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.PreBuiltAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.RomanianAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.RussianAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.SimpleAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.SnowballAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.SoraniAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.SpanishAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.StandardAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.StandardHtmlStripAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.StopAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.SwedishAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.ThaiAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.TurkishAnalyzerProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.analysis.WhitespaceAnalyzerProvider
-
- get(Engine.Get) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
- Get(boolean, Term) - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.Get
-
- get(Engine.Get) - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- get() - クラス のメソッドorg.elasticsearch.index.engine.RecoveryCounter
-
- get(Engine.Get) - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- get(int) - クラス のメソッドorg.elasticsearch.index.fielddata.GeoPointValues
-
- get(int) - クラス のメソッドorg.elasticsearch.index.fielddata.NumericDoubleValues
-
Returns the numeric value for the specified document ID.
- get(int) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Doubles
-
- get(int) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- get(int) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
- get(int) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Strings
-
- get(String, String, String[], boolean, long, VersionType, FetchSourceContext, boolean) - クラス のメソッドorg.elasticsearch.index.get.ShardGetService
-
- get(Engine.GetResult, String, String, String[], FetchSourceContext, boolean) - クラス のメソッドorg.elasticsearch.index.get.ShardGetService
-
- get(String) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.Document
-
- get(QueryParseContext, String) - クラス のメソッドorg.elasticsearch.index.query.functionscore.ScoreFunctionParserMapper
-
- get(Engine.Get) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- get() - クラス のメソッドorg.elasticsearch.index.similarity.BM25SimilarityProvider
-
Returns the Similarity the Provider is for
- get() - クラス のメソッドorg.elasticsearch.index.similarity.DefaultSimilarityProvider
-
Returns the Similarity the Provider is for
- get() - クラス のメソッドorg.elasticsearch.index.similarity.DFISimilarityProvider
-
- get() - クラス のメソッドorg.elasticsearch.index.similarity.DFRSimilarityProvider
-
Returns the Similarity the Provider is for
- get() - クラス のメソッドorg.elasticsearch.index.similarity.IBSimilarityProvider
-
Returns the Similarity the Provider is for
- get() - クラス のメソッドorg.elasticsearch.index.similarity.LMDirichletSimilarityProvider
-
Returns the Similarity the Provider is for
- get() - クラス のメソッドorg.elasticsearch.index.similarity.LMJelinekMercerSimilarityProvider
-
Returns the Similarity the Provider is for
- get() - クラス のメソッドorg.elasticsearch.index.similarity.PreBuiltSimilarityProvider.Factory
-
- get() - クラス のメソッドorg.elasticsearch.index.similarity.PreBuiltSimilarityProvider
-
Returns the Similarity the Provider is for
- get() - インタフェース のメソッドorg.elasticsearch.index.similarity.SimilarityProvider
-
Returns the Similarity the Provider is for
- get(String) - クラス のメソッドorg.elasticsearch.index.store.Store.MetadataSnapshot
-
- get(Version) - インタフェース のメソッドorg.elasticsearch.indices.analysis.PreBuiltCacheFactory.PreBuiltCache
-
- get(String) - インタフェース のメソッドorg.elasticsearch.search.aggregations.Aggregations
-
Returns the aggregation that is associated with the specified name.
- get(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristicParserMapper
-
- get(String) - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregations
-
- get(String) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModelParserMapper
-
- get(String) - クラス のメソッドorg.elasticsearch.search.highlight.Highlighters
-
- get(Object, int) - クラス のメソッドorg.elasticsearch.search.lookup.IndexField
-
- get(Object) - クラス のメソッドorg.elasticsearch.search.lookup.IndexField
-
- get(Object) - クラス のメソッドorg.elasticsearch.search.lookup.LeafDocLookup
-
- get(Object) - クラス のメソッドorg.elasticsearch.search.lookup.LeafFieldsLookup
-
- get(Object) - クラス のメソッドorg.elasticsearch.search.lookup.LeafIndexLookup
-
- get(Object) - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- get(String) - クラス のメソッドorg.elasticsearch.search.suggest.Suggesters
-
- GET - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool.Names
-
- getAction() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TaskInfo
-
- GetAction - org.elasticsearch.action.getのクラス
-
- getAction() - クラス のメソッドorg.elasticsearch.tasks.Task
-
Returns task action
- getAction() - クラス のメソッドorg.elasticsearch.transport.RequestHandlerRegistry
-
- getActions() - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksRequest
-
Return the list of action masks for the actions that should be returned
- getActive() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- getActive() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- getActiveContexts() - クラス のメソッドorg.elasticsearch.search.SearchService
-
Returns the number of active contexts in this
SearchService
- getActivePrimaryShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getActivePrimaryShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- getActivePrimaryShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
- getActiveShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getActiveShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- getActiveShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterShardHealth
-
- getActiveShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
- getActiveShards() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns a
List of active shards
- getActiveShardsPercent() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
The percentage of active shards, should be 100% in a green system
- getActiveShardsPercent() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
- getActualTypeArguments() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- getAdditionalScriptParameters() - クラス のメソッドorg.elasticsearch.script.AbstractScriptParser
-
非推奨です。
- getAddress() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
The address that the node can be communicated with.
- getAddress() - クラス のメソッドorg.elasticsearch.common.transport.DummyTransportAddress
-
- getAddress() - クラス のメソッドorg.elasticsearch.common.transport.InetSocketTransportAddress
-
- getAddress() - クラス のメソッドorg.elasticsearch.common.transport.LocalTransportAddress
-
- getAddress() - インタフェース のメソッドorg.elasticsearch.common.transport.TransportAddress
-
Returns the address string for this transport address
- getAddress() - クラス のメソッドorg.elasticsearch.http.HttpInfo
-
- getAddress() - クラス のメソッドorg.elasticsearch.transport.TransportInfo
-
- getAgeInMillis() - クラス のメソッドorg.elasticsearch.common.util.concurrent.PrioritizedRunnable
-
- getAggregations() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateResponse
-
- getAggregations() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
- getAggregations() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.InternalFilters.Bucket
-
- getAggregations() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- getAggregations() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
- getAggregations() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
-
- getAggregations() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getAggregations() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- getAggregations() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.SingleBucketAggregation
-
- getAggregations() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- getAggregations() - インタフェース のメソッドorg.elasticsearch.search.aggregations.HasAggregations
-
- getAlias() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData
-
- getAliasActions() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
- getAliasAndIndexLookup() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- getAliases() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.GetAliasesResponse
-
- getAliases() - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- getAliases(GetAliasesRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Get specific index aliases that exists in particular indices and / or by name.
- getAliases(GetAliasesRequest, ActionListener<GetAliasesResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Get specific index aliases that exists in particular indices and / or by name.
- getAliases() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- getAliases() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- GetAliasesAction - org.elasticsearch.action.admin.indices.alias.getのクラス
-
- GetAliasesRequest - org.elasticsearch.action.admin.indices.alias.getのクラス
-
- GetAliasesRequest(String[]) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- GetAliasesRequest(String) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- GetAliasesRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- GetAliasesRequestBuilder - org.elasticsearch.action.admin.indices.alias.getのクラス
-
- GetAliasesRequestBuilder(ElasticsearchClient, GetAliasesAction, String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.get.GetAliasesRequestBuilder
-
- GetAliasesResponse - org.elasticsearch.action.admin.indices.alias.getのクラス
-
- GetAliasesResponse(ImmutableOpenMap<String, List<AliasMetaData>>) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.get.GetAliasesResponse
-
- getAllEntries() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllField
-
Returns the
AllEntries containing the original text fields for the document.
- getAllFieldStats() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsResponse
-
- getAllMetaFields() - クラス のstaticメソッドorg.elasticsearch.index.mapper.MapperService
-
- getAllNames() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModelParserMapper
-
- getAllNamesIncludedDeprecated() - クラス のメソッドorg.elasticsearch.common.ParseField
-
- getAllocatedProcessors() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
-
- getAllocatedProcessors() - クラス のメソッドorg.elasticsearch.monitor.os.OsInfo
-
- getAllocation() - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
The allocation status of the store.
- getAllocationComparator(RoutingAllocation) - クラス のstaticメソッドorg.elasticsearch.gateway.PriorityComparator
-
Returns a PriorityComparator that uses the RoutingAllocation index metadata to access the index setting per index.
- getAllocationDelayTimeoutSettingNanos(Settings, Settings) - クラス のメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
The allocation delay value in nano seconds associated with the index (defaulting to node settings if not set).
- getAllocationService() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingService
-
- getAllStats() - クラス のメソッドorg.elasticsearch.indices.breaker.AllCircuitBreakerStats
-
- getAnalyzer() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getAnalyzer() - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns an analyzer that will be used to parse source doc with.
- getAnalyzer() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns the analyzer as the default analyzer in the engines IndexWriter
- getAnalyzer(MappedFieldType) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- getAnalyzer(Version) - 列挙型 のメソッドorg.elasticsearch.indices.analysis.PreBuiltAnalyzers
-
- getAnalyzer() - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getAnnotation() - クラス のメソッドorg.elasticsearch.common.inject.Key
-
Gets the annotation.
- getAnnotationType() - クラス のメソッドorg.elasticsearch.common.inject.Key
-
Gets the annotation type.
- getAnnotationType() - クラス のメソッドorg.elasticsearch.common.inject.spi.ScopeBinding
-
- getArch() - クラス のメソッドorg.elasticsearch.monitor.os.OsInfo
-
- getArgs(ShapeBuilder, ShapeRelation) - クラス のstaticメソッドorg.elasticsearch.index.query.GeoShapeQueryParser
-
- getAsArray(String) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
The values associated with a setting prefix as an array.
- getAsArray(String, String[]) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
The values associated with a setting prefix as an array.
- getAsArray(String, String[], Boolean) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
The values associated with a setting prefix as an array.
- getAsBoolean(String, Boolean) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as boolean) associated with the setting key.
- getAsBoolean(String[], Boolean) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as boolean) associated with the setting key.
- getAsBytesSize(String, ByteSizeValue) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as size) associated with the setting key.
- getAsBytesSize(String[], ByteSizeValue) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as size) associated with the setting key.
- getAsDouble(String, Double) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as double) associated with the setting key.
- getAsDouble(String[], Double) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as double) associated with teh first setting key, if none
exists, returns the default value provided.
- getAsFloat(String, Float) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as float) associated with the setting key.
- getAsFloat(String[], Float) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as float) associated with teh first setting key, if none
exists, returns the default value provided.
- getAsInt(String, Integer) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as int) associated with the setting key.
- getAsInt(String[], Integer) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as int) associated with the first setting key.
- getAsLong(String, Long) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as long) associated with the setting key.
- getAsLong(String[], Long) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as long) associated with the setting key.
- getAsMap() - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
The settings as a flat
Map.
- getAsMap() - クラス のメソッドorg.elasticsearch.common.Table
-
- getAsMap() - インタフェース のメソッドorg.elasticsearch.search.aggregations.Aggregations
-
- getAsMap() - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregations
-
- getAsMemory(String, String) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as size) associated with the setting key.
- getAsMemory(String[], String) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as size) associated with the setting key.
- getAsPercent() - クラス のメソッドorg.elasticsearch.common.unit.RatioValue
-
- getAsRatio(String, String) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as a RatioValue) associated with the setting key.
- getAsRatio(String[], String) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as a RatioValue) associated with the setting key.
- getAsRatio() - クラス のメソッドorg.elasticsearch.common.unit.RatioValue
-
- getAsSettings(String) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the settings mapped to the given setting name.
- getAssignedShards() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns a
List of assigned shards
- getAsSize(String, SizeValue) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as size) associated with the setting key.
- getAsSize(String[], SizeValue) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as size) associated with the setting key.
- getAsStructuredMap() - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
The settings as a structured
Map.
- getAsTime(String, TimeValue) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as time) associated with the setting key.
- getAsTime(String[], TimeValue) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the setting value (as time) associated with the setting key.
- getAsVersion(String, Version) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns a parsed version.
- getAt(int) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- getAt(int) - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.IndexShardSegments
-
- getAt(int) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- getAt(int) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- getAt(int) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- getAt(int) - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodesResponse
-
- getAt(int) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits
-
- getAt(int) - インタフェース のメソッドorg.elasticsearch.search.SearchHits
-
Return the hit as the provided position.
- getAtomicFieldData(String) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildAtomicFieldData
-
- getAttributes() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- getAttributes() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
The node attributes.
- getAvailable() - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo.Path
-
- getAvailableMemory() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
-
- getAvailableProcessors() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
-
- getAvailableProcessors() - クラス のメソッドorg.elasticsearch.monitor.os.OsInfo
-
- getAvg() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getAvg() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getAvgAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getAvgAsString() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getAvgIndexPrimaryShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
the average number primary shards across the indices
- getAvgIndexReplication() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
average replication factor across the indices.
- getAvgIndexShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
average number of shards (primary+replicas) across the indices
- getAvgOpenFileDescriptors() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
-
- getBackgroundFrequency(BytesRef) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
- getBackgroundFrequency(long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
- getBanCount() - クラス のメソッドorg.elasticsearch.tasks.TaskManager
-
Returns the number of currently banned tasks.
- getBigArrays() - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
Returns a BigArrays instance for this engine
- getBinaryValue(String) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.Document
-
- getBinding(Key<T>) - インタフェース のメソッドorg.elasticsearch.common.inject.Injector
-
Returns the binding for the given injection key.
- getBinding(Class<T>) - インタフェース のメソッドorg.elasticsearch.common.inject.Injector
-
Returns the binding for the given type.
- getBinding(Injector, Key<?>) - クラス のstaticメソッドorg.elasticsearch.common.inject.Injectors
-
Returns the binding for the given key or null if there is no such binding
- getBinding() - クラス のメソッドorg.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- getBindingFromNewInjector(Method, Object[]) - クラス のメソッドorg.elasticsearch.common.inject.assistedinject.FactoryProvider2
-
Creates a child injector that binds the args, and returns the binding for the method's result.
- getBindings() - インタフェース のメソッドorg.elasticsearch.common.inject.Injector
-
Returns all explicit bindings.
- getBindingsOf(Injector, Matcher<Class>) - クラス のstaticメソッドorg.elasticsearch.common.inject.Injectors
-
Returns a collection of all of the bindings matching the given matcher
- getBindingsOf(Injector, Class<?>) - クラス のstaticメソッドorg.elasticsearch.common.inject.Injectors
-
Returns a collection of all bindings of the given base type
- getBitsetMemory() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- getBitsetMemoryInBytes() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
Estimation of how much the cached bit sets are taking.
- getBitSetProducer(Query) - クラス のメソッドorg.elasticsearch.index.cache.bitset.BitsetFilterCache
-
- getblock(byte[], int, int) - 列挙型 のstaticメソッドorg.elasticsearch.common.hash.MurmurHash3
-
- getblock(byte[], int, int) - クラス のstaticメソッドorg.elasticsearch.common.util.BloomFilter
-
- getBlocks() - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- getBlocks() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- getBooleanQuery(List<BooleanClause>, boolean) - クラス のメソッドorg.apache.lucene.queryparser.classic.MapperQueryParser
-
- getBoost() - クラス のメソッドorg.elasticsearch.common.lucene.search.function.BoostScoreFunction
-
非推奨です。
- getBoostFactor() - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the boost factor used when boosting terms
- getBoostTermsFactor() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getBootClassPath() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
- getBreaker() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getBreaker(String) - クラス のメソッドorg.elasticsearch.indices.breaker.CircuitBreakerService
-
- getBreaker(String) - クラス のメソッドorg.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- getBreaker(String) - クラス のメソッドorg.elasticsearch.indices.breaker.NoneCircuitBreakerService
-
- getBreakIterator(String) - クラス のメソッドorg.apache.lucene.search.postingshighlight.CustomPostingsHighlighter
-
- getBucketByKey(String) - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.filters.Filters
-
- getBucketByKey(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.InternalFilters
-
- getBucketByKey(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- getBucketByKey(String) - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTerms
-
Get the bucket for the given term, or null if there is no such bucket.
- getBucketByKey(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- getBucketByKey(String) - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.terms.Terms
-
Get the bucket for the given term, or null if there is no such bucket.
- getBucketCountThresholds() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
- getBucketCountThresholds() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.AbstractTermsParametersParser
-
- getBucketOrd(long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator.WithHash
-
- getBucketOrd(long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- getBucketOrd(long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator.WithHash
-
- getBuckets() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.filters.Filters
-
The buckets created by this aggregation.
- getBuckets() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.InternalFilters
-
- getBuckets() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGrid
-
- getBuckets() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- getBuckets() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.Histogram
-
- getBuckets() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- getBuckets() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation
-
- getBuckets() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- getBuckets() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.range.Range
-
Return the buckets of this range aggregation.
- getBuckets() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- getBuckets() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTerms
-
- getBuckets() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- getBuckets() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.terms.Terms
-
Return the sorted list of the buckets in this terms aggregation.
- getBucketsPaths() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorFactory
-
- getBucketStreamContext(B) - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.BucketStreams.Stream
-
- getBufferPools() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats
-
- getBufferSize() - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
Retruns the current translog buffer size.
- getBuild() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
The build version of the node.
- getByGcName(String, String) - クラス のstaticメソッドorg.elasticsearch.monitor.jvm.GcNames
-
- getByKey(Object) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.Document
-
- getByMemoryPoolName(String, String) - クラス のstaticメソッドorg.elasticsearch.monitor.jvm.GcNames
-
- getByPrefix(String) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
A settings that are filtered (and key is removed) with the specified prefix.
- getByteLimit() - 例外 のメソッドorg.elasticsearch.common.breaker.CircuitBreakingException
-
- getBytes() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- getBytesRef() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionTokenStream.ByteTermAttributeImpl
-
- getBytesValue() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Strings
-
- getBytesValues() - インタフェース のメソッドorg.elasticsearch.index.fielddata.AtomicFieldData
-
Return a String representation of the values.
- getBytesValues() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.AbstractAtomicGeoPointFieldData
-
- getBytesValues() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
-
- getBytesValues() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
-
- getBytesWanted() - 例外 のメソッドorg.elasticsearch.common.breaker.CircuitBreakingException
-
- getCache() - クラス のメソッドorg.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
-
- getCacheCount() - クラス のメソッドorg.elasticsearch.index.cache.query.QueryCacheStats
-
The number of DocIdSets that have been cached.
- getCachedStream() - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.CustomNumericField
-
- getCacheEvictions() - クラス のメソッドorg.elasticsearch.script.ScriptStats
-
- getCacheSize() - クラス のメソッドorg.elasticsearch.index.cache.query.QueryCacheStats
-
The number of DocIdSets that are in the cache.
- getCancellableTask(long) - クラス のメソッドorg.elasticsearch.tasks.TaskManager
-
Returns a cancellable task with given id, or null if the task is not found.
- getCancellableTasks() - クラス のメソッドorg.elasticsearch.tasks.TaskManager
-
Returns the list of currently running tasks on the node that can be cancelled
- getCause() - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo.Failure
-
- getCause() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse.Failure
-
The actual cause of the failure.
- getCause() - 例外 のメソッドorg.elasticsearch.action.search.SearchPhaseExecutionException
-
- getCause() - クラス のメソッドorg.elasticsearch.action.search.ShardSearchFailure
-
- getCause() - インタフェース のメソッドorg.elasticsearch.action.ShardOperationFailedException
-
The cause of this failure.
- getCause() - クラス のメソッドorg.elasticsearch.action.support.DefaultShardOperationFailedException
-
- getCause() - クラス のメソッドorg.elasticsearch.action.TaskOperationFailure
-
- getCause() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
-
The failure cause.
- getCause() - クラス のメソッド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() - インタフェース のメソッドorg.elasticsearch.ElasticsearchWrapperException
-
- getCause() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardFailure
-
- getChannel() - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpRequest
-
- getChannel() - クラス のメソッドorg.elasticsearch.http.netty.pipelining.OrderedDownstreamChannelEvent
-
- getChannel() - クラス のメソッドorg.elasticsearch.transport.DelegatingTransportChannel
-
- getChannel() - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransportChannel
-
Returns the underlying netty channel.
- getChannelEvent() - クラス のメソッドorg.elasticsearch.http.netty.pipelining.OrderedDownstreamChannelEvent
-
- getChannelType() - クラス のメソッドorg.elasticsearch.transport.DelegatingTransportChannel
-
- getChannelType() - クラス のメソッドorg.elasticsearch.transport.local.LocalTransportChannel
-
- getChannelType() - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransportChannel
-
- getChannelType() - インタフェース のメソッドorg.elasticsearch.transport.TransportChannel
-
- getCharFilterFactory(Version) - 列挙型 のメソッドorg.elasticsearch.indices.analysis.PreBuiltCharFilters
-
- getChecksum() - クラス のメソッドorg.elasticsearch.common.lucene.store.FilterIndexOutput
-
- getChecksum() - クラス のメソッドorg.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- getChecksum() - クラス のメソッドorg.elasticsearch.index.translog.BufferedChecksumStreamOutput
-
- getChild(String) - クラス のメソッドorg.elasticsearch.common.path.PathTrie.TrieNode
-
- getChild() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit.InternalNestedIdentity
-
- getChild() - インタフェース のメソッドorg.elasticsearch.search.SearchHit.NestedIdentity
-
Returns the next child nested level if there is any, otherwise null is returned.
- getChildJoinFieldType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.ParentFieldMapper
-
- getChildResources() - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat.BloomFilteredFieldsProducer
-
非推奨です。
- getChildResources() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
-
- getChildResources() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.MultiOrdinals
-
- getChildResources() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.SinglePackedOrdinals
-
- getChildResources() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
-
- getChildResources() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.GeoPointArrayAtomicFieldData.Single
-
- getChildResources() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.GeoPointArrayLegacyAtomicFieldData.Single
-
- getChildResources() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
-
- getChildResources() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildAtomicFieldData
-
- getChildResources() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildIndexFieldData.GlobalFieldData
-
- getChildResources() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.SortedSetDVBytesAtomicFieldData
-
- getChildResources() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Location
-
- getChildResources() - クラス のメソッドorg.elasticsearch.indices.cache.request.IndicesRequestCache.Key
-
- getChildResources() - クラス のメソッドorg.elasticsearch.indices.cache.request.IndicesRequestCache.Value
-
- getClasses() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats
-
- getClassname() - クラス のメソッドorg.elasticsearch.plugins.PluginInfo
-
- getClassPath() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
- getClient() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
-
- getClusterInfo() - インタフェース のメソッドorg.elasticsearch.cluster.ClusterInfoService
-
The latest cluster information
- getClusterInfo() - クラス のメソッドorg.elasticsearch.cluster.EmptyClusterInfoService
-
- getClusterInfo() - クラス のメソッドorg.elasticsearch.cluster.InternalClusterInfoService
-
- getClusterName() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getClusterName() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse
-
- getClusterName() - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
-
- getClusterName() - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateResponse
-
- getClusterName() - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodesResponse
-
- getClusterName() - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- getClusterNameAsString() - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodesResponse
-
- getCodec() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns the Codec used in the engines IndexWriter
Note: this settings is only read on startup.
- getCollectionCount() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
-
- getCollectionMode() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.AbstractTermsParametersParser
-
- getCollectionTime() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
-
- getCollector() - クラス のメソッドorg.elasticsearch.search.profile.Profiler
-
Return the current root Collector for this search
- getCollectorResult() - クラス のメソッドorg.elasticsearch.search.profile.ProfileShardResult
-
- getCollectors() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
-
- getCollectorTree() - クラス のメソッドorg.elasticsearch.search.profile.InternalProfileCollector
-
- getColumnNumber() - 例外 のメソッドorg.elasticsearch.index.query.QueryParsingException
-
Column number of the location of the error
- getColumnNumber() - 例外 のメソッドorg.elasticsearch.search.SearchParseException
-
Column number of the location of the error
- getCommitStats() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.ShardStats
-
- getCommitUserData() - クラス のメソッドorg.elasticsearch.index.store.Store.MetadataSnapshot
-
- getComparison() - クラス のメソッドorg.elasticsearch.action.fieldstats.IndexConstraint
-
- getCompilations() - クラス のメソッドorg.elasticsearch.script.ScriptStats
-
- getCompleted() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- getCompletion() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getCompletion() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getCompletion() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getCompletionField(ContextMapping.Context, String, BytesRef) - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper
-
- getConcreteAllClosedIndices() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- getConcreteAllIndices() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- getConcreteAllOpenIndices() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- getConcreteIndexAndAliasMetaDatas() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasOrIndex.Alias
-
Returns the unique alias metadata per concrete index.
- getConfig() - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
- getConstructionContext(Object) - クラス のメソッドorg.elasticsearch.common.inject.internal.InternalContext
-
- getConstructor() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.ConstructorBinding
-
Gets the constructor this binding injects.
- getContentType() - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
The content type that will be used when generating a document from user provided objects like Maps.
- getContentType() - クラス のメソッドorg.elasticsearch.script.Template
-
- getContext() - クラス のメソッドorg.elasticsearch.common.ContextAndHeaderHolder
-
- getContext() - クラス のメソッドorg.elasticsearch.common.DelegatingHasContextAndHeaders
-
- getContext() - インタフェース のメソッドorg.elasticsearch.common.HasContext
-
- getContext() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- getContextFactory() - クラス のメソッドorg.elasticsearch.search.fetch.FetchSubPhaseParseElement
-
Return the ContextFactory for this FetchSubPhase.
- getContextFactory() - クラス のメソッドorg.elasticsearch.search.fetch.fielddata.FieldDataFieldsParseElement
-
- getContextMapping() - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper.CompletionFieldType
-
Get the context mapping associated with this completion field
- getContextParser() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggester
-
- getContextParser() - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggester
-
- getContextParser() - クラス のメソッドorg.elasticsearch.search.suggest.Suggester
-
- getContextParser() - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggester
-
- getContextQueries() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- getCoreCacheKey() - クラス のメソッドorg.elasticsearch.common.lucene.index.ElasticsearchLeafReader
-
- getCoreKeysForIndex(String) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
-
- getCorrections(Analyzer, BytesRef, CandidateGenerator, float, int, IndexReader, String, WordScorer, float, int) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
-
- getCorsConfig() - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpServerTransport
-
- getCount() - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- getCount() - クラス のメソッドorg.elasticsearch.action.count.CountResponse
-
非推奨です。
The count of documents matching the query provided.
- getCount() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateResponse
-
- getCount() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
The number of segments.
- getCount() - クラス のメソッドorg.elasticsearch.index.get.GetStats
-
- getCount() - クラス のメソッドorg.elasticsearch.index.percolator.stats.PercolateStats
-
- getCount() - クラス のメソッドorg.elasticsearch.index.shard.DocsStats
-
- getCount() - クラス のメソッドorg.elasticsearch.index.suggest.stats.SuggestStats
-
- getCount() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.BufferPool
-
- getCount() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Threads
-
- getCount() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getCount() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getCountAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getCountAsString() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getCounts() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- getCpu() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessStats
-
- getCpuPercent() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
-
Cpu usage in percentages - 100 is 1 core.
- getCpuPercent() - クラス のメソッドorg.elasticsearch.monitor.os.OsStats
-
- getCreationDate() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- getCreationDateInNanos() - クラス のメソッドorg.elasticsearch.common.util.concurrent.PrioritizedRunnable
-
- getCreationVersion() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
Return the
Version on which this index has been created.
- getCurrent() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
The current number of merges executing.
- getCurrent() - クラス のメソッドorg.elasticsearch.index.percolator.stats.PercolateStats
-
- getCurrent() - クラス のメソッドorg.elasticsearch.index.suggest.stats.SuggestStats
-
- getCurrent() - クラス のメソッドorg.elasticsearch.search.profile.Profilers
-
Get the current profiler.
- getCurrentNanoTime() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
returns the nano time captured at the beginning of the allocation. used to make sure all time based decisions are aligned
- getCurrentNumDocs() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
- getCurrentReference() - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstructionContext
-
- getCurrentSize() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
- getCurrentSizeInBytes() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
- getCustom(String) - クラス のメソッドorg.elasticsearch.cluster.ClusterState.Builder
-
- getCustom(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- getCustom(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- getCustom(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- getCustoms() - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- getCustoms() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- getCustoms() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- getCustoms() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- getCutoffScore() - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
-
- getData() - クラス のメソッドorg.elasticsearch.gateway.AsyncShardFetch.FetchResult
-
- getDataNodes() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
Get a
Map of the discovered data nodes arranged by their ids
- getDataOnly() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
-
- getDataPath() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.ShardStats
-
- getDataPath(ShardRouting) - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.index.shard.ShardPath
-
- getDate() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
- getDays() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- getDaysFrac() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- getDecayFunction() - クラス のメソッドorg.elasticsearch.index.query.functionscore.DecayFunctionParser
-
Override this function if you want to produce your own scorer.
- getDecayFunction() - クラス のメソッドorg.elasticsearch.index.query.functionscore.exp.ExponentialDecayFunctionParser
-
- getDecayFunction() - クラス のメソッドorg.elasticsearch.index.query.functionscore.gauss.GaussDecayFunctionParser
-
- getDecayFunction() - クラス のメソッドorg.elasticsearch.index.query.functionscore.lin.LinearDecayFunctionParser
-
- getDeclaringClass() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
-
- getDefault(Settings, MappedFieldType, String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.AllFieldMapper.TypeParser
-
- getDefault(Settings, MappedFieldType, String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper.TypeParser
-
- getDefault(Settings, MappedFieldType, String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.IdFieldMapper.TypeParser
-
- getDefault(Settings, MappedFieldType, String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.IndexFieldMapper.TypeParser
-
- getDefault(Settings, MappedFieldType, String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.ParentFieldMapper.TypeParser
-
- getDefault(Settings, MappedFieldType, String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.RoutingFieldMapper.TypeParser
-
- getDefault(Settings, MappedFieldType, String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.SourceFieldMapper.TypeParser
-
- getDefault(Settings, MappedFieldType, String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper.TypeParser
-
- getDefault(Settings, MappedFieldType, String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TTLFieldMapper.TypeParser
-
- getDefault(Settings, MappedFieldType, String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TypeFieldMapper.TypeParser
-
- getDefault(Settings, MappedFieldType, String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.UidFieldMapper.TypeParser
-
- getDefault(Settings, MappedFieldType, String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.VersionFieldMapper.TypeParser
-
- getDefault(Settings, MappedFieldType, String) - インタフェース のメソッドorg.elasticsearch.index.mapper.MetadataFieldMapper.TypeParser
-
- getDefaultBucketCountThresholds() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsParametersParser
-
- getDefaultBucketCountThresholds() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.AbstractTermsParametersParser
-
- getDefaultBucketCountThresholds() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsParametersParser
-
- getDefaultFileSystem() - クラス のstaticメソッドorg.elasticsearch.common.io.PathUtils
-
Returns the default FileSystem.
- getDefaultIndexOption() - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- getDefaultIndexOption() - クラス のメソッドorg.elasticsearch.index.mapper.internal.IdFieldMapper.Builder
-
- getDefaultScoreCombiner() - クラス のメソッドorg.elasticsearch.common.lucene.search.function.ScoreFunction
-
- getDefaultScriptLang() - クラス のメソッドorg.elasticsearch.script.AbstractScriptParser
-
- getDefaultScriptParameterValue() - クラス のメソッドorg.elasticsearch.script.ScriptParameterParser
-
- getDefaultValues() - クラス のメソッドorg.elasticsearch.search.suggest.context.CategoryContextMapping
-
- getDefaultWrapped() - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.Elasticsearch090PostingsFormat
-
非推奨です。
- getDeferringCollector() - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorBase
-
- getDeferringCollector() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.DiversifiedBytesHashSamplerAggregator
-
- getDeferringCollector() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.DiversifiedMapSamplerAggregator
-
- getDeferringCollector() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.DiversifiedNumericSamplerAggregator
-
- getDeferringCollector() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.DiversifiedOrdinalsSamplerAggregator
-
- getDeferringCollector() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
-
- getDelayedUnassignedShards() - クラス のメソッド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() - クラス のメソッドorg.apache.lucene.search.XFilteredDocIdSetIterator
-
Return the wrapped DocIdSetIterator.
- getDelegate() - クラス のメソッドorg.elasticsearch.common.inject.spi.MembersInjectorLookup
-
Returns the delegate members injector, or null if it has not yet been initialized.
- getDelegate() - クラス のメソッドorg.elasticsearch.common.inject.spi.ProviderLookup
-
Returns the delegate provider, or null if it has not yet been initialized.
- getDelegate() - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat.BloomFilteredFieldsConsumer
-
非推奨です。
- getDelegate() - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat
-
非推奨です。
- getDelegatedFromInstigator(Instigator) - クラス のメソッドorg.elasticsearch.action.support.DelegatingActionListener
-
- getDeleteCount() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- getDeleteCurrent() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- getDeleted() - クラス のメソッドorg.elasticsearch.index.shard.DocsStats
-
- getDeletedDocs() - クラス のメソッドorg.elasticsearch.index.engine.Segment
-
- getDeleteTime() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- getDeleteTimeInMillis() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- getDeletionPolicy() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
- getDensity() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats
-
- getDependencies() - クラス のメソッドorg.elasticsearch.common.inject.assistedinject.FactoryProvider
-
- getDependencies() - クラス のメソッドorg.elasticsearch.common.inject.internal.ExposedBindingImpl
-
- getDependencies() - クラス のメソッドorg.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- getDependencies() - クラス のメソッドorg.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- getDependencies() - クラス のメソッドorg.elasticsearch.common.inject.internal.ProviderMethod
-
- getDependencies() - クラス のメソッドorg.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder.MapBinderProviderWithDependencies
-
- getDependencies() - クラス のメソッドorg.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
-
- getDependencies() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.ConvertedConstantBinding
-
Returns a singleton set containing only the converted key.
- getDependencies() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.HasDependencies
-
Returns the known dependencies for this type.
- getDependencies() - クラス のメソッドorg.elasticsearch.common.inject.spi.InjectionPoint
-
Returns the dependencies for this injection point.
- getDependency() - クラス のメソッドorg.elasticsearch.common.inject.internal.InternalContext
-
- getDeprecationLogger(String) - クラス のstaticメソッドorg.elasticsearch.common.logging.ESLoggerFactory
-
- getDeprecationLogger(String, String) - クラス のstaticメソッドorg.elasticsearch.common.logging.ESLoggerFactory
-
- getDescription() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TaskInfo
-
- getDescription() - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
- getDescription() - クラス のメソッドorg.elasticsearch.plugins.PluginInfo
-
- getDescription() - クラス のメソッドorg.elasticsearch.tasks.Task
-
Generates task description
- getDescription() - クラス のメソッドorg.elasticsearch.transport.TransportRequest
-
Returns optional description of the request to be displayed by the task manager
- getDetailed() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
-
Should the detailed task information be returned.
- getDetailedMessage() - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
Return the detail message, including the message from the nested exception
if there is one.
- getDetails() - クラス のメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
Builds a string representation of the message and the failure if exists.
- getDfs() - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.DfsOnlyResponse
-
- getDictionary(String) - クラス のメソッドorg.elasticsearch.indices.analysis.HunspellService
-
Returns the hunspell dictionary for the given locale.
- getDirectMemoryMax() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo.Mem
-
- getDirectory() - クラス のメソッドorg.elasticsearch.common.lucene.IndexCommitDelegate
-
- getDirectoryReader() - クラス のメソッドorg.elasticsearch.index.engine.Engine.Searcher
-
- getDirectoryReader() - クラス のメソッドorg.elasticsearch.indices.IndicesWarmer.WarmerContext
-
- getDirectoryReader() - クラス のメソッドorg.elasticsearch.search.internal.ContextIndexSearcher
-
- getDirectSpellChecker(DirectSpellcheckerSettings) - クラス のstaticメソッドorg.elasticsearch.search.suggest.SuggestUtils
-
- getDiscoveryNode() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse
-
- getDistancePerDegree() - 列挙型 のメソッドorg.elasticsearch.common.unit.DistanceUnit
-
Measures a longitude in this unit
- getDistanceString(LeafReaderContext, int) - クラス のメソッドorg.elasticsearch.index.query.functionscore.DecayFunctionParser.AbstractDistanceScoreFunction
-
- getDocCount() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats
-
- getDocCount(long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
-
- getDocCount() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.InternalFilters.Bucket
-
- getDocCount() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- getDocCount() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
- getDocCount() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
-
- getDocCount() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getDocCount() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- getDocCount() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.SingleBucketAggregation
-
- getDocCount() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- getDocCountError() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- getDocCountError() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- getDocCountError() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.Terms.Bucket
-
- getDocCountError() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.terms.Terms
-
Get an upper bound of the error on document counts in this aggregation.
- getDocCounts() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BucketsAggregator
-
- getDocId() - クラス のメソッドorg.elasticsearch.search.lookup.LeafIndexLookup
-
- getDocs() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getDocs() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getDocs() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getDocumentMapper() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapperForType
-
- getDocValuesMemory() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- getDocValuesMemoryInBytes() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
Estimation of the doc values memory usage by a segment.
- getDoneShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
Number of shards with completed snapshot
- getDoubleValues() - インタフェース のメソッドorg.elasticsearch.index.fielddata.AtomicNumericFieldData
-
Return a floating-point view of the values in this segment.
- getDurabilty() - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
Returns the current durability mode of this translog.
- getEarthCircumference() - 列挙型 のメソッドorg.elasticsearch.common.unit.DistanceUnit
-
Measures the circumference of earth in this unit
- getEarthRadius() - 列挙型 のメソッドorg.elasticsearch.common.unit.DistanceUnit
-
Measures the radius of earth in this unit
- getElasticsearchDirectoryReader(DirectoryReader) - クラス のstaticメソッドorg.elasticsearch.common.lucene.index.ElasticsearchDirectoryReader
-
- getElasticsearchLeafReader(LeafReader) - クラス のstaticメソッドorg.elasticsearch.common.lucene.index.ElasticsearchLeafReader
-
- getElements() - クラス のメソッドorg.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- getElements(Module...) - クラス のstaticメソッドorg.elasticsearch.common.inject.spi.Elements
-
Records the elements executed by modules.
- getElements(Stage, Module...) - クラス のstaticメソッドorg.elasticsearch.common.inject.spi.Elements
-
Records the elements executed by modules.
- getElements(Iterable<? extends Module>) - クラス のstaticメソッドorg.elasticsearch.common.inject.spi.Elements
-
Records the elements executed by modules.
- getElements(Stage, Iterable<? extends Module>) - クラス のstaticメソッドorg.elasticsearch.common.inject.spi.Elements
-
Records the elements executed by modules.
- getElements() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.PrivateElements
-
Returns the configuration information in this private environment.
- getElementsMutable() - クラス のメソッドorg.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- getEmptyHighlight(String, BreakIterator, int) - クラス のメソッドorg.apache.lucene.search.postingshighlight.CustomPostingsHighlighter
-
- getEndOffset() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- getEntries() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion
-
- getError() - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.QueryExplanation
-
- getErrorMessage() - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateResponse.Item
-
- getErrorMessages() - 例外 のメソッドorg.elasticsearch.common.inject.ConfigurationException
-
Returns messages for the errors that caused this exception.
- getErrorMessages() - 例外 のメソッドorg.elasticsearch.common.inject.CreationException
-
Returns messages for the errors that caused this exception.
- getErrorMessages() - 例外 のメソッドorg.elasticsearch.common.inject.ProvisionException
-
Returns messages for the errors that caused this exception.
- getErrors() - 例外 のメソッドorg.elasticsearch.common.inject.internal.ErrorsException
-
- getEstimated() - クラス のメソッドorg.elasticsearch.indices.breaker.CircuitBreakerStats
-
- getEvictions() - クラス のメソッドorg.elasticsearch.index.cache.query.QueryCacheStats
-
The number of DocIdSets that have been evicted from the cache.
- getEvictions() - クラス のメソッドorg.elasticsearch.index.cache.request.RequestCacheStats
-
- getEvictions() - クラス のメソッドorg.elasticsearch.index.fielddata.FieldDataStats
-
- getExceptionName() - 例外 のメソッドorg.elasticsearch.common.io.stream.NotSerializableExceptionWrapper
-
- getExceptionName() - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
- getExceptionName(Throwable) - 例外 のstaticメソッドorg.elasticsearch.ElasticsearchException
-
Returns a underscore case name for the given exception.
- getExceptionTypes(Member) - クラス のメソッドorg.elasticsearch.common.inject.TypeLiteral
-
Returns the resolved generic exception types thrown by constructor.
- getExecutionHint() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.AbstractTermsParametersParser
-
- getExecutor() - クラス のメソッドorg.elasticsearch.transport.RequestHandlerRegistry
-
- getExistsCount() - クラス のメソッドorg.elasticsearch.index.get.GetStats
-
- getExistsTime() - クラス のメソッドorg.elasticsearch.index.get.GetStats
-
- getExistsTimeInMillis() - クラス のメソッドorg.elasticsearch.index.get.GetStats
-
- getExpectedShardSize() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
- getExplanation() - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.QueryExplanation
-
- getExplanation() - クラス のメソッドorg.elasticsearch.action.explain.ExplainResponse
-
- getExplanation() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
Returns the explanation string, fully formatted.
- getExplanation() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getExplanation() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
If enabled, the explanation of the search hit.
- getExplanations() - クラス のメソッドorg.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
-
- getExponent(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- getExponent(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- getExposedKeys() - クラス のメソッドorg.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- getExposedKeys() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.PrivateElements
-
Returns the unique exposed keys for these private elements.
- getExposedSource(Key<?>) - クラス のメソッドorg.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- getExposedSource(Key<?>) - インタフェース のメソッドorg.elasticsearch.common.inject.spi.PrivateElements
-
Returns an arbitrary object containing information about the "place" where this key was
exposed.
- getExtension(String) - クラス のメソッドorg.elasticsearch.common.util.ExtensionPoint.ClassMap
-
Returns the extension for the given key or null
- getFactory() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- getFactory() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- getFactory() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Bucket
-
- getFactory() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange
-
- getFactory() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance
-
- getFactory() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getFactory() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- getFactory() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range.Bucket
-
- getFactory() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range
-
- getFailed() - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo
-
- getFailedEngineListener() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns a listener that should be called on engine failure
- getFailedShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
Number of shards with failed snapshot
- getFailedShards() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
The failed number of shards the search was executed on.
- getFailedShards() - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastResponse
-
The failed shards this request was executed on.
- getFailure() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
Returns reason for snapshot failure
- getFailure() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse
-
The actual failure object if there was a failure.
- getFailure() - クラス のメソッドorg.elasticsearch.action.get.MultiGetItemResponse
-
The failure if relevant.
- getFailure() - クラス のメソッドorg.elasticsearch.action.get.MultiGetResponse.Failure
-
- getFailure() - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateResponse.Item
-
- getFailure() - クラス のメソッドorg.elasticsearch.action.search.MultiSearchResponse.Item
-
- getFailure() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
The failure if relevant.
- getFailure() - クラス のメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
Returns additional failure exception details if exists.
- getFailureMessage() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse
-
The failure message, null if it did not fail.
- getFailureMessage() - クラス のメソッドorg.elasticsearch.action.search.MultiSearchResponse.Item
-
The actual failure message, null if its not a failure.
- getFailures() - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo
-
- getFailures() - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
-
- getFetchCount() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- getFetchCurrent() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- getFetchSubPhaseContext(FetchSubPhase.ContextFactory<SubPhaseContext>) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- getFetchSubPhaseContext(FetchSubPhase.ContextFactory<SubPhaseContext>) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- getFetchSubPhaseContext(FetchSubPhase.ContextFactory<SubPhaseContext>) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- getFetchSubPhaseContext(FetchSubPhase.ContextFactory<SubPhaseContext>) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- getFetchTime() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- getFetchTimeInMillis() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- getField() - クラス のメソッドorg.elasticsearch.action.fieldstats.IndexConstraint
-
- getField(String) - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
- getField() - クラス のメソッドorg.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
- GetField - org.elasticsearch.index.getのクラス
-
- GetField(String, List<Object>) - クラス のコンストラクタorg.elasticsearch.index.get.GetField
-
- getField(String) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.Document
-
- getField() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit.InternalNestedIdentity
-
- getField() - インタフェース のメソッドorg.elasticsearch.search.SearchHit.NestedIdentity
-
Returns the nested field in the source this hit originates from
- getField() - クラス のメソッドorg.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- getField() - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getFieldData() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getFieldData() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getFieldData() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getFieldDataType() - インタフェース のメソッドorg.elasticsearch.index.fielddata.IndexFieldData
-
The field data type.
- getFieldDataType() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
-
- getFieldDataType() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
-
- getFieldDataType() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- getFieldDataType() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildIndexFieldData.GlobalFieldData
-
- getFieldMappings(GetFieldMappingsRequest, ActionListener<GetFieldMappingsResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Get the mappings of specific fields
- getFieldMappings(GetFieldMappingsRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Get the mappings of specific fields
- GetFieldMappingsAction - org.elasticsearch.action.admin.indices.mapping.getのクラス
-
- GetFieldMappingsIndexRequest - org.elasticsearch.action.admin.indices.mapping.getのクラス
-
- GetFieldMappingsIndexRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- GetFieldMappingsRequest - org.elasticsearch.action.admin.indices.mapping.getのクラス
-
Request the mappings of specific fields
- GetFieldMappingsRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- GetFieldMappingsRequestBuilder - org.elasticsearch.action.admin.indices.mapping.getのクラス
-
- GetFieldMappingsRequestBuilder(ElasticsearchClient, GetFieldMappingsAction, String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
- GetFieldMappingsResponse - org.elasticsearch.action.admin.indices.mapping.getのクラス
-
- GetFieldMappingsResponse.FieldMappingMetaData - org.elasticsearch.action.admin.indices.mapping.getのクラス
-
- getFieldName() - クラス のメソッドorg.elasticsearch.index.query.functionscore.DecayFunctionParser.AbstractDistanceScoreFunction
-
- getFieldName() - クラス のメソッドorg.elasticsearch.search.suggest.context.CategoryContextMapping
-
- getFieldNames() - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the field names that will be used when generating the 'More Like This' query.
- getFieldNames() - インタフェース のメソッドorg.elasticsearch.index.fielddata.IndexFieldData
-
The field name.
- getFieldNames() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
-
- getFieldNames() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.AbstractIndexFieldData
-
- getFieldNames() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- getFieldNames() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildIndexFieldData.GlobalFieldData
-
- getFieldQuery(String, String, boolean) - クラス のメソッドorg.apache.lucene.queryparser.classic.MapperQueryParser
-
- getFieldQuery(String, String, int) - クラス のメソッドorg.apache.lucene.queryparser.classic.MapperQueryParser
-
- getFields() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsRequest
-
- getFields() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsShardRequest
-
- getFields() - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
- getFields() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- getFields() - クラス のメソッドorg.elasticsearch.index.fielddata.FieldDataStats
-
- getFields() - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
- getFields() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.Document
-
- getFields(String) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.Document
-
- getFields(IndexReader, int, String) - クラス のメソッドorg.elasticsearch.search.highlight.vectorhighlight.SourceScoreOrderFragmentsBuilder
-
- getFields(IndexReader, int, String) - クラス のメソッドorg.elasticsearch.search.highlight.vectorhighlight.SourceSimpleFragmentsBuilder
-
- getFields() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getFields() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
A map of hit fields (from field name to hit fields) if additional fields
were required to be loaded.
- getFields() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionStats
-
- getFieldsFor(MultiTermVectorsResponse) - クラス のstaticメソッドorg.elasticsearch.index.search.morelikethis.MoreLikeThisFetchService
-
- getFieldStats() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsShardResponse
-
- getFieldType(Field) - クラス のメソッドorg.elasticsearch.common.inject.TypeLiteral
-
Returns the resolved generic type of field.
- getFilename(long) - クラス のstaticメソッドorg.elasticsearch.index.translog.Translog
-
package private for testing
- getFileNames() - クラス のメソッドorg.elasticsearch.common.lucene.IndexCommitDelegate
-
- getFilePointer() - クラス のメソッドorg.elasticsearch.common.compress.CompressedIndexInput
-
非推奨です。
- getFilePointer() - クラス のメソッドorg.elasticsearch.common.lucene.store.ByteArrayIndexInput
-
- getFilePointer() - クラス のメソッドorg.elasticsearch.common.lucene.store.FilterIndexOutput
-
- getFiles() - クラス のメソッドorg.elasticsearch.index.deletionpolicy.SnapshotIndexCommit
-
- getFileStore(Path) - クラス のstaticメソッドorg.elasticsearch.env.Environment
-
Looks up the filestore associated with a Path.
- getFilter() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData
-
- getFilter() - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat.BloomFilteredTerms
-
非推奨です。
- getFilter() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsParametersParser
-
- getFilterFunctions() - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
-
- getFinalizingShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
Number of shards with the snapshot in the finalizing stage
- getFirstAliasMetaData() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasOrIndex.Alias
-
- getFirstErrorFailure(CreationException) - クラス のstaticメソッドorg.elasticsearch.common.inject.Injectors
-
- getFirstOperationOffset() - クラス のメソッドorg.elasticsearch.index.translog.TranslogReader
-
- getFirstOrdinals() - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.index.analysis.WordDelimiterTokenFilterFactory
-
- getFlags() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- getFlags() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
- getFlush() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getFlush() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getFollow() - クラス のメソッドorg.elasticsearch.common.logging.log4j.ConsoleAppender
-
Gets whether the appender honors reassignments of System.out
or System.err made after configuration.
- getForField(MappedFieldType) - クラス のメソッドorg.elasticsearch.index.fielddata.IndexFieldDataService
-
- getForField(MappedFieldType) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- getFormat(Settings) - クラス のメソッドorg.elasticsearch.index.fielddata.FieldDataType
-
- getFormatter(String) - クラス のメソッドorg.apache.lucene.search.postingshighlight.CustomPostingsHighlighter
-
- getFormatter() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- getFormatter() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getFragments() - クラス のメソッドorg.elasticsearch.search.highlight.HighlightField
-
The highlighted fragments.
- getFree() - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo.Path
-
- getFree() - クラス のメソッドorg.elasticsearch.monitor.os.OsStats.Mem
-
- getFree() - クラス のメソッドorg.elasticsearch.monitor.os.OsStats.Swap
-
- getFreeBytes() - クラス のメソッドorg.elasticsearch.cluster.DiskUsage
-
- getFreeBytesThresholdHigh() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- getFreeBytesThresholdLow() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- getFreeDiskAsPercentage() - クラス のメソッドorg.elasticsearch.cluster.DiskUsage
-
- getFreeDiskThresholdHigh() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- getFreeDiskThresholdLow() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- getFreePercent() - クラス のメソッドorg.elasticsearch.monitor.os.OsStats.Mem
-
- getFreePhysicalMemorySize() - クラス のメソッドorg.elasticsearch.monitor.os.OsProbe
-
Returns the amount of free physical memory in bytes.
- getFreeSwapSpaceSize() - クラス のメソッドorg.elasticsearch.monitor.os.OsProbe
-
Returns the amount of free swap space in bytes.
- getFreq() - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
-
- getFrom() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Bucket
-
- getFrom() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getFrom() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.range.Range.Bucket
-
- getFromAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getFromAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range.Bucket
-
- getFromAsString() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.range.Range.Bucket
-
- getFromContext(Object) - クラス のメソッドorg.elasticsearch.common.ContextAndHeaderHolder
-
- getFromContext(Object, V) - クラス のメソッドorg.elasticsearch.common.ContextAndHeaderHolder
-
- getFromContext(Object) - クラス のメソッドorg.elasticsearch.common.DelegatingHasContextAndHeaders
-
- getFromContext(Object, V) - クラス のメソッドorg.elasticsearch.common.DelegatingHasContextAndHeaders
-
- getFromContext(Object) - インタフェース のメソッドorg.elasticsearch.common.HasContext
-
- getFromContext(Object, V) - インタフェース のメソッドorg.elasticsearch.common.HasContext
-
- getFromContext(Object) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- getFromContext(Object, V) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- getFromSearcher(Engine.Get) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
- getFs() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
File system level stats.
- getFs() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- getFSInfo(NodeEnvironment.NodePath) - クラス のstaticメソッドorg.elasticsearch.monitor.fs.FsProbe
-
- getFullPrefixPaths(List<FSTUtil.Path<PairOutputs.Pair<Long, BytesRef>>>, Automaton, FST<PairOutputs.Pair<Long, BytesRef>>) - クラス のメソッド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>>) - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XFuzzySuggester
-
- getFunction() - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- getFuture() - クラス のメソッドorg.elasticsearch.http.netty.pipelining.OrderedDownstreamChannelEvent
-
- getFuzziness() - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- getFuzziness() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionFuzzyBuilder
-
- getFuzzyEditDistance() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- getFuzzyMinLength() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- getFuzzyMinLength() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionFuzzyBuilder
-
- getFuzzyPrefixLength() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- getFuzzyPrefixLength() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionFuzzyBuilder
-
- getFuzzyQuery(String, String, String) - クラス のメソッドorg.apache.lucene.queryparser.classic.MapperQueryParser
-
- getGb() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- getGbFrac() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- getGc() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats
-
- getGcDeletesInMillis() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns the GC deletes cycle in milliseconds.
- getGeneration() - クラス のメソッドorg.elasticsearch.common.lucene.IndexCommitDelegate
-
- getGeneration() - クラス のメソッドorg.elasticsearch.index.engine.CommitStats
-
- getGeneration() - クラス のメソッドorg.elasticsearch.index.engine.Segment
-
- getGeneration() - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
Returns the current generation of this translog.
- getGeneration() - クラス のメソッドorg.elasticsearch.index.translog.TranslogReader
-
- getGenericComponentType() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
-
- getGenericSupertype(Type, Class<?>, Class<?>) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.MoreTypes
-
Returns the generic supertype for supertype.
- getGeohash() - クラス のメソッドorg.elasticsearch.common.geo.GeoPoint
-
- getGeoPointValues() - インタフェース のメソッドorg.elasticsearch.index.fielddata.AtomicGeoPointFieldData
-
Return geo-point values.
- getGeoPointValues() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.GeoPointArrayAtomicFieldData.Single
-
- getGeoPointValues() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.GeoPointArrayLegacyAtomicFieldData.Single
-
- getGet() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getGet() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getGetResult() - クラス のメソッドorg.elasticsearch.action.explain.ExplainResponse
-
- getGetResult() - クラス のメソッドorg.elasticsearch.action.update.UpdateResponse
-
- getGiga() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- getGigaFrac() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- getGlobalOrd(long) - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
-
- getGlobalSettings() - クラス のstaticメソッドorg.elasticsearch.node.settings.NodeSettingsService
-
Returns the global (static) settings last updated by a node.
- getGroups() - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
-
- getGroups(String) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns group settings for the given setting prefix.
- getGroups(String, boolean) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns group settings for the given setting prefix.
- getGroupStats() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats
-
- getHeader(String) - クラス のメソッドorg.elasticsearch.common.ContextAndHeaderHolder
-
- getHeader(String) - クラス のメソッドorg.elasticsearch.common.DelegatingHasContextAndHeaders
-
- getHeader(String) - インタフェース のメソッドorg.elasticsearch.common.HasHeaders
-
- getHeader(String) - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
Returns the list of header values for the given key or null if not header for the
given key exists.
- getHeader(String) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- getHeaderKeys() - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
Returns a set of all header keys on this exception
- getHeaderMap() - クラス のメソッドorg.elasticsearch.common.Table
-
- getHeaders() - クラス のメソッドorg.elasticsearch.common.ContextAndHeaderHolder
-
- getHeaders() - クラス のメソッドorg.elasticsearch.common.DelegatingHasContextAndHeaders
-
- getHeaders() - インタフェース のメソッドorg.elasticsearch.common.HasHeaders
-
- getHeaders() - クラス のメソッドorg.elasticsearch.common.Table
-
- getHeaders() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- getHeaders() - クラス のメソッドorg.elasticsearch.rest.RestResponse
-
Returns custom headers that have been added, or null if none have been set.
- getHeapCommitted() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Mem
-
- getHeapInit() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo.Mem
-
- getHeapMax() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
Maximum total heap available to the cluster
- getHeapMax() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo.Mem
-
- getHeapMax() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Mem
-
returns the maximum heap size. 0 bytes signals unknown.
- getHeapUsed() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
Total heap used in the cluster
- getHeapUsed() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Mem
-
- getHeapUsedPercent() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Mem
-
returns the heap usage in percent. -1 signals unknown.
- getHighFreqMinimumNumberShouldMatchSpec() - クラス のメソッドorg.apache.lucene.queries.ExtendedCommonTermsQuery
-
- getHighlighted() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- getHighlightFields() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateResponse.Match
-
- getHighlightFields() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getHighlightFields() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
A map of highlighted fields.
- getHitCount() - クラス のメソッドorg.elasticsearch.index.cache.query.QueryCacheStats
-
The number of successful lookups in the cache.
- getHitCount() - クラス のメソッドorg.elasticsearch.index.cache.request.RequestCacheStats
-
- getHits() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
The search hits.
- getHits() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- getHits() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHits
-
- getHits() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits
-
- getHits() - インタフェース のメソッドorg.elasticsearch.search.SearchHits
-
The hits of the search request (based on the search type, and from / size provided).
- getHost() - クラス のメソッドorg.elasticsearch.common.transport.DummyTransportAddress
-
- getHost() - クラス のメソッドorg.elasticsearch.common.transport.InetSocketTransportAddress
-
- getHost() - クラス のメソッドorg.elasticsearch.common.transport.LocalTransportAddress
-
- getHost() - インタフェース のメソッドorg.elasticsearch.common.transport.TransportAddress
-
Returns the host string for this transport address
- getHostAddress() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
- getHostname() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
System's hostname.
- getHostname() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getHostName() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
- getHotThreads() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
-
- getHours() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- getHoursFrac() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- getHttp() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
- getHttp() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getId() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TaskInfo
-
- getId() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse.Failure
-
The id of the action.
- getId() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse
-
The id of the action.
- getId() - クラス のメソッドorg.elasticsearch.action.delete.DeleteResponse
-
The id of the document deleted.
- getId() - クラス のメソッドorg.elasticsearch.action.explain.ExplainResponse
-
- getId() - 列挙型 のメソッドorg.elasticsearch.action.fieldstats.IndexConstraint.Comparison
-
- getId() - 列挙型 のメソッドorg.elasticsearch.action.fieldstats.IndexConstraint.Property
-
- getId() - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
The id of the document.
- getId() - クラス のメソッドorg.elasticsearch.action.get.MultiGetItemResponse
-
The id of the document.
- getId() - クラス のメソッドorg.elasticsearch.action.get.MultiGetResponse.Failure
-
The id of the action.
- getId() - クラス のメソッドorg.elasticsearch.action.index.IndexResponse
-
The id of the document indexed.
- getId() - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptResponse
-
The id of the document deleted.
- getId() - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptResponse
-
The id of the document.
- getId() - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptResponse
-
The id of the document indexed.
- getId() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateResponse.Match
-
- getId() - 例外 のメソッドorg.elasticsearch.action.RoutingMissingException
-
- getId() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
The id of the document.
- getId() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
-
The id of the action.
- getId() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- getId() - クラス のメソッドorg.elasticsearch.action.update.UpdateResponse
-
The id of the document indexed.
- getId() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterShardHealth
-
- getId() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
The unique id of the node.
- getId() - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
The shard id.
- getId(Class<? extends ElasticsearchException>) - 例外 のstaticメソッドorg.elasticsearch.ElasticsearchException
-
Returns the serialization id the given exception.
- getId() - クラス のメソッドorg.elasticsearch.index.engine.CommitStats
-
base64 version of the commit id (see SegmentInfos.getId()
- getId() - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
The id of the document.
- getId() - クラス のメソッドorg.elasticsearch.index.merge.OnGoingMerge
-
A unique id for the merge.
- getId() - クラス のメソッドorg.elasticsearch.index.shard.ShardId
-
- getId() - クラス のメソッドorg.elasticsearch.indices.cache.query.terms.TermsLookup
-
- getId() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessInfo
-
The process id.
- getId() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getId() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The id of the document.
- getId() - クラス のメソッドorg.elasticsearch.tasks.Task
-
Returns task id
- getId() - クラス のメソッドorg.elasticsearch.tasks.TaskId
-
- getIgnoreAbove() - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper
-
- getIgnoreNodes(ShardId) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- getIncludeExclude() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.AbstractTermsParametersParser
-
- getIndex() - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
-
- getIndex() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
-
Returns the index name
- getIndex() - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.IndexSegments
-
- getIndex() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndexStats
-
- getIndex(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- getIndex() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
-
- getIndex() - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.QueryExplanation
-
- getIndex() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse.Failure
-
The index name of the action.
- getIndex() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse
-
The index name of the action.
- getIndex() - クラス のメソッドorg.elasticsearch.action.delete.DeleteResponse
-
The index the document was deleted from.
- getIndex() - クラス のメソッドorg.elasticsearch.action.explain.ExplainResponse
-
- getIndex() - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
The index the document was fetched from.
- getIndex() - クラス のメソッドorg.elasticsearch.action.get.MultiGetItemResponse
-
The index name of the document.
- getIndex() - クラス のメソッドorg.elasticsearch.action.get.MultiGetResponse.Failure
-
The index name of the action.
- getIndex() - クラス のメソッドorg.elasticsearch.action.index.IndexResponse
-
The index the document was indexed into.
- getIndex() - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptResponse
-
The index the document was deleted from.
- getIndex() - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptResponse
-
The index the document was indexed into.
- getIndex() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateResponse.Match
-
- getIndex() - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastShardResponse
-
- getIndex() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
The index name of the document.
- getIndex() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
-
The index name of the action.
- getIndex() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- getIndex() - クラス のメソッドorg.elasticsearch.action.update.UpdateResponse
-
The index the document was indexed into.
- getIndex(GetIndexRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Get index metadata for particular indices.
- getIndex(GetIndexRequest, ActionListener<GetIndexResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Get index metadata for particular indices.
- getIndex() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- getIndex() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasOrIndex.Index
-
- getIndex() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- getIndex() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
Return the index id
- getIndex() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
The index name.
- getIndex() - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
- getIndex() - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
The index the document was fetched from.
- getIndex() - クラス のメソッドorg.elasticsearch.index.shard.ShardId
-
- getIndex() - クラス のメソッドorg.elasticsearch.indices.cache.query.terms.TermsLookup
-
- getIndex() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- getIndex() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getIndex() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The index of the hit.
- getIndex() - クラス のメソッドorg.elasticsearch.search.SearchShardTarget
-
- getIndex() - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- GetIndexAction - org.elasticsearch.action.admin.indices.getのクラス
-
- getIndexAnalyzer(String) - クラス のメソッドorg.apache.lucene.search.postingshighlight.CustomPostingsHighlighter
-
- getIndexBalance() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
Returns the index related weight factor.
- getIndexConstraints() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsRequest
-
- getIndexCount() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getIndexCount() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- getIndexCreatedVersion() - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
- getIndexCurrent() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- getIndexedScript(GetIndexedScriptRequest, ActionListener<GetIndexedScriptResponse>) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Get an indexed script
- getIndexedScript(GetIndexedScriptRequest) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Gets the document that was indexed from an index with a type and id.
- getIndexedScript(GetIndexedScriptRequest) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- getIndexedScript(GetIndexedScriptRequest, ActionListener<GetIndexedScriptResponse>) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- GetIndexedScriptAction - org.elasticsearch.action.indexedscripts.getのクラス
-
- GetIndexedScriptRequest - org.elasticsearch.action.indexedscripts.getのクラス
-
A request to get an indexed script (its source) based on its language (optional) and id.
- GetIndexedScriptRequest() - クラス のコンストラクタorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequest
-
Constructs a new get request against the script index.
- GetIndexedScriptRequest(String, String) - クラス のコンストラクタorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequest
-
Constructs a new get request against the script index with the type and id.
- GetIndexedScriptRequestBuilder - org.elasticsearch.action.indexedscripts.getのクラス
-
A get document action request builder.
- GetIndexedScriptRequestBuilder(ElasticsearchClient, GetIndexedScriptAction) - クラス のコンストラクタorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequestBuilder
-
- GetIndexedScriptResponse - org.elasticsearch.action.indexedscripts.getのクラス
-
The response of a get script action.
- getIndexFailedCount() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- getIndexing() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getIndexing() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getIndexingBufferSize() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns the initial index buffer size.
- getIndexingBufferSize() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- getIndexingService() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns a
ShardIndexingService used inside the engine to inform about
pre and post index and create operations.
- GetIndexRequest - org.elasticsearch.action.admin.indices.getのクラス
-
A request to delete an index.
- GetIndexRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.get.GetIndexRequest
-
- GetIndexRequest.Feature - org.elasticsearch.action.admin.indices.getの列挙型
-
- GetIndexRequestBuilder - org.elasticsearch.action.admin.indices.getのクラス
-
- GetIndexRequestBuilder(ElasticsearchClient, GetIndexAction, String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.get.GetIndexRequestBuilder
-
- GetIndexResponse - org.elasticsearch.action.admin.indices.getのクラス
-
A response for a delete index action.
- getIndexRouting() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData
-
- getIndexSearcher() - クラス のメソッドorg.elasticsearch.search.lookup.LeafIndexLookup
-
- getIndexSettings(String) - クラス のメソッドorg.elasticsearch.gateway.PriorityComparator
-
- getIndexSettings() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns the latest index settings directly from the index settings service.
- getIndexSettings() - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
Returns the current index settings
- getIndexShardOperationsCounter(ShardId) - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction
-
- getIndexShards() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndexStats
-
- getIndexTemplates() - クラス のメソッドorg.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesResponse
-
- GetIndexTemplatesAction - org.elasticsearch.action.admin.indices.template.getのクラス
-
- GetIndexTemplatesAction() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
-
- GetIndexTemplatesRequest - org.elasticsearch.action.admin.indices.template.getのクラス
-
Request that allows to retrieve index templates
- GetIndexTemplatesRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
-
- GetIndexTemplatesRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
-
- GetIndexTemplatesRequestBuilder - org.elasticsearch.action.admin.indices.template.getのクラス
-
- GetIndexTemplatesRequestBuilder(ElasticsearchClient, GetIndexTemplatesAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequestBuilder
-
- GetIndexTemplatesRequestBuilder(ElasticsearchClient, GetIndexTemplatesAction, String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequestBuilder
-
- GetIndexTemplatesResponse - org.elasticsearch.action.admin.indices.template.getのクラス
-
- getIndexTime() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- getIndexTimeInMillis() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- getIndexToSettings() - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse
-
- getIndexUUID() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- getIndexUUID() - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeRequest
-
- getIndexUUID() - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards.Request
-
- getIndexUUID() - クラス のメソッドorg.elasticsearch.index.shard.ShardPath
-
- getIndexWriterMaxMemory() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- getIndexWriterMaxMemoryInBytes() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
Maximum memory index writer may use before it must write buffered documents to a new segment.
- getIndexWriterMemory() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- getIndexWriterMemoryInBytes() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
Estimation of the memory usage by index writer
- getIndices() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getIndices() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
Indices level stats.
- getIndices() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
Returns list of snapshot indices
- getIndices() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
number of indices in the cluster
- getIndices() - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- getIndices() - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
-
- getIndices() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- getIndices() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
-
- getIndices() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
- getIndices() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasOrIndex.Alias
-
- getIndices() - インタフェース のメソッドorg.elasticsearch.cluster.metadata.AliasOrIndex
-
- getIndices() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasOrIndex.Index
-
- getIndices() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- getIndicesMergedFieldStats() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsResponse
-
- getIndicesRouting() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
- getIndicesStats() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- getInflightOpsCount(ShardId, ClusterState, IndexShardRoutingTable, ActionListener<SyncedFlushService.InFlightOpsResponse>) - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService
-
returns the number of in flight operations on primary. -1 upon error.
- getInfo() - クラス のメソッドorg.elasticsearch.index.translog.ImmutableTranslogReader
-
- getInitializingShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getInitializingShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
Number of shards with the snapshot in the initializing stage
- getInitializingShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- getInitializingShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterShardHealth
-
- getInitializingShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
- getInjectableMembers() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.ConstructorBinding
-
Returns all instance method and field injection points on type.
- getInjectionPoint() - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- getInjectionPoints() - クラス のメソッドorg.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- getInjectionPoints() - クラス のメソッドorg.elasticsearch.common.inject.spi.InjectionRequest
-
Returns the instance methods and fields of instance that will be injected to fulfill
this request.
- getInjectionPoints() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.InstanceBinding
-
Returns the field and method injection points of the instance, injected at injector-creation
time only.
- getInjectionPoints() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.ProviderInstanceBinding
-
Returns the field and method injection points of the provider, injected at injector-creation
time only.
- getInjectionPoints() - クラス のメソッドorg.elasticsearch.common.inject.spi.StaticInjectionRequest
-
Returns the static methods and fields of type that will be injected to fulfill this
request.
- getInjector() - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingImpl
-
- getInjector() - クラス のメソッドorg.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- getInjector() - インタフェース のメソッド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() - クラス のメソッドorg.elasticsearch.index.analysis.ShingleTokenFilterFactory
-
- getInnerFilter() - クラス のメソッドorg.elasticsearch.index.query.support.NestedInnerQueryParseSupport
-
- getInnerHits() - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsContext
-
- getInnerHits() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getInnerHits() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
- getInnerQuery() - クラス のメソッドorg.elasticsearch.index.query.support.NestedInnerQueryParseSupport
-
- getInputArguments() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
- getInsertOrder() - クラス のメソッドorg.elasticsearch.cluster.service.PendingClusterTask
-
- getInstance(Key<T>) - インタフェース のメソッドorg.elasticsearch.common.inject.Injector
-
Returns the appropriate instance for the given injection key; equivalent to getProvider(key).get().
- getInstance(Class<T>) - インタフェース のメソッドorg.elasticsearch.common.inject.Injector
-
Returns the appropriate instance for the given injection type; equivalent to getProvider(type).get().
- getInstance(Injector, Class<T>, String) - クラス のstaticメソッドorg.elasticsearch.common.inject.Injectors
-
Returns an instance of the given type with the
Named
annotation value.
- getInstance() - クラス のメソッドorg.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- getInstance() - クラス のメソッドorg.elasticsearch.common.inject.internal.ProviderMethod
-
- getInstance() - クラス のメソッドorg.elasticsearch.common.inject.spi.InjectionRequest
-
- getInstance() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.InstanceBinding
-
Returns the user-supplied instance.
- getInstance() - クラス のstaticメソッドorg.elasticsearch.monitor.os.OsProbe
-
- getInstance() - クラス のstaticメソッドorg.elasticsearch.monitor.process.ProcessProbe
-
- getInstancesOf(Injector, Class<T>) - クラス のstaticメソッドorg.elasticsearch.common.inject.Injectors
-
Returns a collection of all instances of the given base type
- getInstancesOf(Injector, Matcher<Class>) - クラス のstaticメソッドorg.elasticsearch.common.inject.Injectors
-
Returns a collection of all instances matching the given matcher
- getInternalFactory() - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingImpl
-
- getInternalValues() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Doubles
-
- getInternalValues() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
- getInternalValues() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Strings
-
- getItemId() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse
-
The numeric order of the item matching the same request order in the bulk request.
- getItems() - クラス のメソッドorg.elasticsearch.action.bulk.BulkResponse
-
The items representing each action performed in the bulk operation (in the same order!).
- getItems() - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- getItems() - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateResponse
-
- getJvm() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
JVM level information.
- getJvm() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
JVM level statistics.
- getJvm() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- getKb() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- getKbFrac() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- getKeepAlive() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool.Info
-
- getKey() - インタフェース のメソッドorg.elasticsearch.common.inject.Binding
-
Returns the key for this binding.
- getKey(TypeLiteral<?>, Member, Annotation[], Errors) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Annotations
-
Gets a key for the given type, member and annotations.
- getKey() - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingImpl
-
- getKey() - クラス のメソッドorg.elasticsearch.common.inject.internal.ExposureBuilder
-
- getKey() - クラス のメソッドorg.elasticsearch.common.inject.internal.ProviderMethod
-
- getKey() - クラス のメソッドorg.elasticsearch.common.inject.spi.Dependency
-
Returns the key to the binding that satisfies this dependency.
- getKey() - クラス のメソッドorg.elasticsearch.common.inject.spi.ProviderLookup
-
- getKey() - クラス のメソッドorg.elasticsearch.common.inject.spi.ProviderLookup.ProviderImpl
-
- getKey() - インタフェース のメソッドorg.elasticsearch.script.ScriptContext
-
- getKey() - クラス のメソッドorg.elasticsearch.script.ScriptContext.Plugin
-
- getKey() - 列挙型 のメソッドorg.elasticsearch.script.ScriptContext.Standard
-
- getKey() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.InternalFilters.Bucket
-
- getKey() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- getKey() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
-
- getKey() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getKey() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
-
- getKey() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
-
- getKeyAsNumber() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
-
- getKeyAsNumber() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
-
- getKeyAsNumber() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.Terms.Bucket
-
- getKeyAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.InternalFilters.Bucket
-
- getKeyAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- getKeyAsString() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
-
- getKeyAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getKeyAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
-
- getKeyAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
-
- getKeyed() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- getKeyed() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getKeyType(Key<?>) - クラス のstaticメソッドorg.elasticsearch.common.inject.Injectors
-
Returns the key type of the given key
- getKilo() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- getKiloFrac() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- getLang() - クラス のメソッドorg.elasticsearch.script.Script
-
Method for getting language.
- getLargest() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- getLastCommittedSegmentInfos() - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
- getLastCommittedSegmentInfos() - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- getLastCommittedSegmentInfos() - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- getLastComputedLeftDelayNanos() - クラス のメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
The delay in nanoseconds until this unassigned shard can be reassigned.
- getLastEmittedDocPerShard(SearchRequest, ScoreDoc[], int) - クラス のメソッドorg.elasticsearch.search.controller.SearchPhaseController
-
- getLastEmittedDocPerShard(ScoreDoc[], int) - クラス のメソッドorg.elasticsearch.search.controller.SearchPhaseController
-
- getLat() - クラス のメソッドorg.elasticsearch.common.geo.GeoPoint
-
- getLat() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- getLats() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- getLeaf(Directory, Class<T>) - クラス のstaticメソッド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メソッド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) - クラス のメソッドorg.elasticsearch.common.lucene.search.FilteredCollector
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorBase
-
- getLeafCollector(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorBase
-
- getLeafCollector(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
-
- getLeafCollector(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.children.ParentToChildrenAggregator
-
- getLeafCollector(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filter.FilterAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.FiltersAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.global.GlobalAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.missing.MissingAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.nested.NestedAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.RangeAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator.WithHash
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantLongTermsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantStringTermsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator.LowCardinality
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.StringTermsAggregator
-
- getLeafCollector(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.aggregations.BucketCollector
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.avg.AvgAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.CardinalityAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.max.MaxAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.min.MinAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.StatsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.sum.SumAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.valuecount.ValueCountAggregator
-
- getLeafCollector(LeafReaderContext, LeafBucketCollector) - クラス のメソッドorg.elasticsearch.search.aggregations.NonCollectingAggregator
-
- getLeafCollector(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.profile.InternalProfileCollector
-
- getLeafDocLookup(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.lookup.DocLookup
-
- getLeafFieldsLookup(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.lookup.FieldsLookup
-
- getLeafIndexLookup(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.lookup.IndexLookup
-
- getLeafScoreFunction(LeafReaderContext) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.BoostScoreFunction
-
非推奨です。
- getLeafScoreFunction(LeafReaderContext) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FieldValueFactorFunction
-
- getLeafScoreFunction(LeafReaderContext) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.RandomScoreFunction
-
- getLeafScoreFunction(LeafReaderContext) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.ScoreFunction
-
- getLeafScoreFunction(LeafReaderContext) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.ScriptScoreFunction
-
- getLeafScoreFunction(LeafReaderContext) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.WeightFactorFunction
-
- getLeafScoreFunction(LeafReaderContext) - クラス のメソッドorg.elasticsearch.index.query.functionscore.DecayFunctionParser.AbstractDistanceScoreFunction
-
- getLeafSearchLookup(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.lookup.SearchLookup
-
- getLeafSearchScript(LeafReaderContext) - インタフェース のメソッドorg.elasticsearch.script.SearchScript
-
- getLength() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- getLevel() - インタフェース のメソッドorg.elasticsearch.common.logging.ESLogger
-
Returns the current logger level
If the level is null, it means that the logger inherits its level
from its nearest ancestor with a specific (non-null) level value.
- getLevel() - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- getLevel() - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- getLevel() - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- getLikeFields() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getLikeText() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getLikeTexts() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getLimit() - クラス のメソッドorg.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
- getLimit() - インタフェース のメソッドorg.elasticsearch.common.breaker.CircuitBreaker
-
- getLimit() - クラス のメソッドorg.elasticsearch.common.breaker.MemoryCircuitBreaker
-
- getLimit() - クラス のメソッドorg.elasticsearch.common.breaker.NoopCircuitBreaker
-
- getLimit() - クラス のメソッドorg.elasticsearch.indices.breaker.BreakerSettings
-
- getLimit() - クラス のメソッドorg.elasticsearch.indices.breaker.CircuitBreakerStats
-
- getLineNumber() - 例外 のメソッドorg.elasticsearch.index.query.QueryParsingException
-
Line number of the location of the error
- getLineNumber() - 例外 のメソッドorg.elasticsearch.search.SearchParseException
-
Line number of the location of the error
- getLinkedKey() - クラス のメソッドorg.elasticsearch.common.inject.internal.LinkedBindingImpl
-
- getLinkedKey() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.LinkedKeyBinding
-
Returns the linked key used to resolve injections.
- getListener() - クラス のメソッドorg.elasticsearch.common.inject.spi.TypeListenerBinding
-
Returns the registered listener.
- getListInstalledPlugins() - クラス のメソッドorg.elasticsearch.plugins.PluginManager
-
- getLoadAndScaleToPercent(Method, OperatingSystemMXBean) - クラス のstaticメソッドorg.elasticsearch.monitor.Probes
-
- getLoadAverage() - クラス のメソッドorg.elasticsearch.monitor.os.OsStats
-
- getLoadedClassCount() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Classes
-
- getLoading() - クラス のメソッドorg.elasticsearch.index.fielddata.FieldDataType
-
- getLocalAddress() - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpRequest
-
Returns the local address where this request channel is bound to.
- getLocalAddress() - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
- getLocalAddresses() - クラス のメソッドorg.elasticsearch.transport.local.LocalTransport
-
- getLocalAddresses() - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- getLocalAddresses() - インタフェース のメソッドorg.elasticsearch.transport.Transport
-
- getLocalAddresses() - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- getLocalNode() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
Get the local node
- getLocalNodeId() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
Get the id of the local node
- getLogger(String, String) - クラス のstaticメソッドorg.elasticsearch.common.logging.ESLoggerFactory
-
- getLogger(String) - クラス のstaticメソッドorg.elasticsearch.common.logging.ESLoggerFactory
-
- getLogger(Class, Settings, ShardId, String...) - クラス のstaticメソッドorg.elasticsearch.common.logging.Loggers
-
- getLogger(String, Settings, ShardId, String...) - クラス のstaticメソッドorg.elasticsearch.common.logging.Loggers
-
- getLogger(Class, Settings, Index, String...) - クラス のstaticメソッドorg.elasticsearch.common.logging.Loggers
-
- getLogger(Class, Settings, String...) - クラス のstaticメソッドorg.elasticsearch.common.logging.Loggers
-
- getLogger(String, Settings, String...) - クラス のstaticメソッドorg.elasticsearch.common.logging.Loggers
-
- getLogger(ESLogger, String) - クラス のstaticメソッドorg.elasticsearch.common.logging.Loggers
-
- getLogger(String) - クラス のstaticメソッドorg.elasticsearch.common.logging.Loggers
-
- getLogger(Class) - クラス のstaticメソッドorg.elasticsearch.common.logging.Loggers
-
- getLogger(Class, String...) - クラス のstaticメソッドorg.elasticsearch.common.logging.Loggers
-
- getLogger(String, String...) - クラス のstaticメソッドorg.elasticsearch.common.logging.Loggers
-
- getLon() - クラス のメソッドorg.elasticsearch.common.geo.GeoPoint
-
- getLon() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- getLongValues() - インタフェース のメソッドorg.elasticsearch.index.fielddata.AtomicNumericFieldData
-
Get an integer view of the values of this segment.
- getLons() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- getLookup(CompletionFieldMapper.CompletionFieldType, CompletionSuggestionContext) - クラス のメソッドorg.elasticsearch.search.suggest.completion.Completion090PostingsFormat.CompletionTerms
-
- getLookup(CompletionFieldMapper.CompletionFieldType, CompletionSuggestionContext) - クラス のメソッドorg.elasticsearch.search.suggest.completion.Completion090PostingsFormat.LookupFactory
-
- getLowerBounds() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
-
- getLowFreqMinimumNumberShouldMatchSpec() - クラス のメソッドorg.apache.lucene.queries.ExtendedCommonTermsQuery
-
- getMapper(String) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentFieldMappers
-
Returns the mapper for the given field
- getMapper(String) - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper
-
- getMapperParsers() - クラス のメソッドorg.elasticsearch.indices.mapper.MapperRegistry
-
Return a map of the mappers that have been registered.
- getMapperRegistry() - クラス のメソッドorg.elasticsearch.indices.IndicesModule
-
- getMapping() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapperForType
-
- getMappings() - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- getMappings() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse
-
- getMappings(GetMappingsRequest, ActionListener<GetMappingsResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Get the complete mappings of one or more types
- getMappings(GetMappingsRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Get the complete mappings of one or more types
- getMappings() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- getMappings() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- GetMappingsAction - org.elasticsearch.action.admin.indices.mapping.getのクラス
-
- GetMappingsRequest - org.elasticsearch.action.admin.indices.mapping.getのクラス
-
- GetMappingsRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.mapping.get.GetMappingsRequest
-
- GetMappingsRequestBuilder - org.elasticsearch.action.admin.indices.mapping.getのクラス
-
- GetMappingsRequestBuilder(ElasticsearchClient, GetMappingsAction, String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.mapping.get.GetMappingsRequestBuilder
-
- GetMappingsResponse - org.elasticsearch.action.admin.indices.mapping.getのクラス
-
- getMasterData() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
-
- getMasterNode() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
Get the master node
- getMasterNodeId() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
Get the id of the master node
- getMasterNodes() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
Get a
Map of the discovered master nodes arranged by their ids
- getMasterOnly() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
-
- getMatchedQueries() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getMatchedQueries() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The set of query and filter names the query matched with.
- getMatches() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateResponse
-
- getMax() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.MemoryPool
-
- getMax() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getMax() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getMax() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool.Info
-
- getMaxAnalyzedPathsForOneInput() - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- getMaxAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getMaxAsString() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getMaxBoost() - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- getMaxContentLength() - クラス のメソッドorg.elasticsearch.http.HttpInfo
-
- getMaxDoc() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats
-
- getMaxDocFreq() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- getMaxDocFreq() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getMaxDocFreq() - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the maximum frequency in which words may still appear.
- getMaxEventsHeld() - クラス のメソッドorg.elasticsearch.http.netty.pipelining.HttpPipeliningHandler
-
- getMaxFileDescriptorCount() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessProbe
-
Returns the maximum number of file descriptors allowed on the system, or -1 if not supported.
- getMaxFileDescriptors() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessStats
-
- getMaxIndexPrimaryShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
the maximum number of primary shards an index has
- getMaxIndexReplication() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
maximum replication factor across the indices.
- getMaxIndexShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
the maximum number of shards (primary+replicas) an index has
- getMaxMergeCount() - クラス のメソッドorg.elasticsearch.index.shard.MergeSchedulerConfig
-
Returns maxMergeCount.
- getMaxNumTerms() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- getMaxNumTokensParsed() - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
- getMaxOpenFileDescriptors() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
-
- getMaxQueryTerms() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getMaxQueryTerms() - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the maximum number of query terms that will be included in any generated query.
- getMaxScore() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits
-
- getMaxScore() - インタフェース のメソッドorg.elasticsearch.search.SearchHits
-
The maximum score of this query.
- getMaxShingleSize() - クラス のメソッドorg.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
-
- getMaxTaskWaitTime() - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
Returns the maximum wait time for tasks in the queue
- getMaxTaskWaitTime() - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- getMaxTaskWaitTime() - クラス のメソッドorg.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
-
Returns the waiting time of the first task in the queue
- getMaxTermFreq() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- getMaxThreadCount() - クラス のメソッドorg.elasticsearch.index.shard.MergeSchedulerConfig
-
Returns maxThreadCount.
- getMaxUpTime() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
The maximum uptime of a node in the cluster
- getMaxValue() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats
-
- getMaxValueAsString() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Date
-
- getMaxValueAsString() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Double
-
- getMaxValueAsString() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Float
-
- getMaxValueAsString() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats
-
- getMaxValueAsString() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Long
-
- getMaxValueAsString() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Text
-
- getMaxWordLen() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getMaxWordLen() - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the maximum word length above which words will be ignored.
- getMaxWordLength() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- getMb() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- getMbFrac() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- getMega() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- getMegaFrac() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- getMem() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
- getMem() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats
-
- getMem() - クラス のメソッドorg.elasticsearch.monitor.os.OsStats
-
- getMem() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessStats
-
- getMember() - クラス のメソッドorg.elasticsearch.common.inject.spi.InjectionPoint
-
Returns the injected constructor, field, or method.
- getMembersInjector(Class<T>) - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
- getMembersInjector(TypeLiteral<T>) - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
- getMembersInjector(TypeLiteral<T>) - インタフェース のメソッド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>) - インタフェース のメソッド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>) - インタフェース のメソッド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>) - インタフェース のメソッド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>) - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
- getMembersInjector(TypeLiteral<T>) - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
- getMembersInjector() - クラス のメソッドorg.elasticsearch.common.inject.spi.MembersInjectorLookup
-
Returns the looked up members injector.
- getMembersInjector(TypeLiteral<T>) - インタフェース のメソッド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>) - インタフェース のメソッド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() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- getMemoryInBytes() - クラス のメソッドorg.elasticsearch.index.engine.Segment
-
Estimation of the memory usage used by a segment.
- getMemoryInBytes() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
Estimation of the memory usage used by a segment.
- getMemorySize() - クラス のメソッドorg.elasticsearch.index.cache.query.QueryCacheStats
-
- getMemorySize() - クラス のメソッドorg.elasticsearch.index.cache.request.RequestCacheStats
-
- getMemorySize() - クラス のメソッドorg.elasticsearch.index.fielddata.FieldDataStats
-
- getMemorySize() - クラス のメソッドorg.elasticsearch.index.percolator.stats.PercolateStats
-
- getMemorySizeInBytes() - クラス のメソッドorg.elasticsearch.index.cache.bitset.ShardBitsetFilterCache
-
- getMemorySizeInBytes() - クラス のメソッドorg.elasticsearch.index.cache.query.QueryCacheStats
-
- getMemorySizeInBytes() - クラス のメソッドorg.elasticsearch.index.cache.request.RequestCacheStats
-
- getMemorySizeInBytes() - クラス のメソッドorg.elasticsearch.index.fielddata.FieldDataStats
-
- getMemorySizeInBytes() - クラス のメソッドorg.elasticsearch.index.percolator.stats.PercolateStats
-
- getMemoryStorageHint(FieldDataType) - クラス のstaticメソッドorg.elasticsearch.index.fielddata.IndexFieldData.CommonSettings
-
Gets a memory storage hint that should be honored if possible but is not mandatory
- getMerge() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getMerge() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getMergedSegments() - クラス のメソッドorg.elasticsearch.index.merge.OnGoingMerge
-
The list of segments that are being merged.
- getMergeId() - クラス のメソッド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.
- getMergeInstance() - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat.BloomFilteredFieldsProducer
-
非推奨です。
- getMergePolicy() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns the MergePolicy for the engines IndexWriter
- getMergePolicy() - クラス のメソッドorg.elasticsearch.index.shard.MergePolicyConfig
-
- getMergeSchedulerConfig() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
- getMergeStats() - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
- getMergeStats() - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- getMessage() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse.Failure
-
The failure message.
- getMessage() - クラス のメソッドorg.elasticsearch.action.get.MultiGetResponse.Failure
-
The failure message.
- getMessage() - クラス のメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
Returns optional details explaining the reasons.
- getMessage() - 例外 のメソッドorg.elasticsearch.common.inject.ConfigurationException
-
- getMessage() - 例外 のメソッドorg.elasticsearch.common.inject.CreationException
-
- getMessage() - 例外 のメソッドorg.elasticsearch.common.inject.ProvisionException
-
- getMessage() - クラス のメソッドorg.elasticsearch.common.inject.spi.Message
-
Gets the error message text.
- getMessage() - 例外 のメソッドorg.elasticsearch.common.ValidationException
-
- getMessages() - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- getMessagesFromThrowable(Throwable) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Errors
-
- getMetaData() - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- getMetaData() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- getMetadata() - クラス のメソッドorg.elasticsearch.index.store.Store
-
Returns a new MetadataSnapshot for the latest commit in this store.
- getMetadata(IndexCommit) - クラス のメソッドorg.elasticsearch.index.store.Store
-
Returns a new MetadataSnapshot for the given commit.
- getMetaData() - インタフェース のメソッドorg.elasticsearch.search.aggregations.Aggregation
-
Get the optional byte array metadata that was set on the aggregation
- getMetaData() - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregation
-
- getMetadataMapperParsers() - クラス のメソッドorg.elasticsearch.indices.mapper.MapperRegistry
-
Return a map of the meta mappers that have been registered.
- getMetadataOrEmpty() - クラス のメソッドorg.elasticsearch.index.store.Store
-
Returns a new MetadataSnapshot for the latest commit in this store or
an empty snapshot if no index exists or can not be opened.
- getMethod() - クラス のメソッドorg.elasticsearch.common.inject.internal.ProviderMethod
-
- getMicros() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- getMicrosFrac() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- getMillis() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- getMillisFrac() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- getMin() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getMin() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getMin() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool.Info
-
- getMinAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getMinAsString() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getMinDocCount() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- getMinDocFreq() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- getMinDocFreq() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getMinDocFreq() - クラス のメソッド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.
- getMinimumCompatibleVersion() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
Return the Version of the oldest lucene segment in the index
- getMinimumShouldMatch() - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
the minimum number of primary shards an index has
- getMinIndexReplication() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
minimum replication factor across the indices.
- getMinIndexShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
the minimum number of shards (primary+replicas) an index has
- getMinOpenFileDescriptors() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
-
- getMinShingleSize() - クラス のメソッドorg.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
-
- getMinTermFreq() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- getMinTermFreq() - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the frequency below which terms will be ignored in the source doc.
- getMinTermFrequency() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getMinutes() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- getMinutesFrac() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- getMinValue() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats
-
- getMinValueAsString() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Date
-
- getMinValueAsString() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Double
-
- getMinValueAsString() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Float
-
- getMinValueAsString() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats
-
- getMinValueAsString() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Long
-
- getMinValueAsString() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Text
-
- getMinWordLen() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getMinWordLen() - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns the minimum word length below which words will be ignored.
- getMinWordLength() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- getMissCount() - クラス のメソッドorg.elasticsearch.index.cache.query.QueryCacheStats
-
The number of lookups in the cache that failed to retrieve a DocIdSet.
- getMissCount() - クラス のメソッドorg.elasticsearch.index.cache.request.RequestCacheStats
-
- getMissingCount() - クラス のメソッドorg.elasticsearch.index.get.GetStats
-
- getMissingTime() - クラス のメソッドorg.elasticsearch.index.get.GetStats
-
- getMissingTimeInMillis() - クラス のメソッドorg.elasticsearch.index.get.GetStats
-
- getModifiers() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
-
- getModule(Iterable<? extends Element>) - クラス のstaticメソッドorg.elasticsearch.common.inject.spi.Elements
-
Returns the module composed of elements.
- getModuleInfos() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
-
Returns an ordered list based on modules name
- getMoreLikeFields() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getMount() - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo.Path
-
- getName() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
-
- getName() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
-
- getName() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- getName() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
The name of the node.
- getName() - クラス のメソッドorg.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
- getName() - インタフェース のメソッドorg.elasticsearch.common.breaker.CircuitBreaker
-
- getName() - クラス のメソッドorg.elasticsearch.common.breaker.MemoryCircuitBreaker
-
- getName() - クラス のメソッドorg.elasticsearch.common.breaker.NoopCircuitBreaker
-
- getName() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
-
- getName() - インタフェース のメソッドorg.elasticsearch.common.logging.ESLogger
-
- getName() - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- getName() - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- getName() - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- getName() - 列挙型 のメソッドorg.elasticsearch.common.lucene.search.function.CombineFunction
-
- getName() - クラス のメソッドorg.elasticsearch.common.util.concurrent.AbstractRefCounted
-
gets the name of this instance
- getName() - クラス のメソッドorg.elasticsearch.index.engine.Segment
-
- getName() - クラス のメソッドorg.elasticsearch.index.get.GetField
-
- getName() - クラス のメソッドorg.elasticsearch.index.Index
-
- getName() - クラス のメソッドorg.elasticsearch.index.query.functionscore.exp.ExponentialDecayFunctionBuilder
-
- getName() - クラス のメソッドorg.elasticsearch.index.query.functionscore.factor.FactorBuilder
-
非推奨です。
- getName() - クラス のメソッドorg.elasticsearch.index.query.functionscore.fieldvaluefactor.FieldValueFactorFunctionBuilder
-
- getName() - クラス のメソッドorg.elasticsearch.index.query.functionscore.gauss.GaussDecayFunctionBuilder
-
- getName() - クラス のメソッドorg.elasticsearch.index.query.functionscore.lin.LinearDecayFunctionBuilder
-
- getName() - クラス のメソッドorg.elasticsearch.index.query.functionscore.random.RandomScoreFunctionBuilder
-
- getName() - クラス のメソッドorg.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
- getName() - クラス のメソッドorg.elasticsearch.index.query.functionscore.script.ScriptScoreFunctionBuilder
-
- getName() - クラス のメソッドorg.elasticsearch.index.query.functionscore.weight.WeightBuilder
-
- getName() - クラス のメソッドorg.elasticsearch.indices.breaker.BreakerSettings
-
- getName() - クラス のメソッドorg.elasticsearch.indices.breaker.CircuitBreakerStats
-
- getName() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.BufferPool
-
- getName() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
-
- getName() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.MemoryPool
-
- getName() - クラス のメソッドorg.elasticsearch.monitor.os.OsInfo
-
- getName() - クラス のメソッドorg.elasticsearch.plugins.PluginInfo
-
- getName() - クラス のメソッドorg.elasticsearch.repositories.RepositoryName
-
- getName() - クラス のメソッドorg.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
Return the name of the aggregation that is being built.
- getName() - インタフェース のメソッドorg.elasticsearch.search.aggregations.Aggregation
-
- getName() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristicStreams.Stream
-
- getName() - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregation
-
- getName() - 列挙型 のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.PercentilesMethod
-
- getName() - 列挙型 のメソッドorg.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
-
Return the english-formatted name of the GapPolicy
- getName() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel.SingleExpModelParser
-
- getName() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel.DoubleExpModelParser
-
- getName() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelParser
-
- getName() - 列挙型 のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.SeasonalityType
-
Return the english-formatted name of the SeasonalityType
- getName() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel.LinearModelParser
-
- getName() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
-
Returns the name of the model
- getName() - インタフェース のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModelStreams.Stream
-
- getName() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel.SimpleModelParser
-
- getName() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorFactory
-
- getName() - インタフェース のメソッドorg.elasticsearch.search.fetch.FetchSubPhase.ContextFactory
-
The name of the context.
- getName() - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsSubSearchContext
-
- getName() - クラス のメソッドorg.elasticsearch.search.highlight.HighlightField
-
The name of the field highlighted.
- getName() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHitField
-
- getName() - クラス のメソッドorg.elasticsearch.search.profile.CollectorResult
-
- getName() - クラス のメソッドorg.elasticsearch.search.profile.InternalProfileCollector
-
- getName() - インタフェース のメソッドorg.elasticsearch.search.SearchHitField
-
The name of the field.
- getName() - クラス のメソッドorg.elasticsearch.search.suggest.completion.AnalyzingCompletionLookupProvider
-
- getName() - クラス のメソッドorg.elasticsearch.search.suggest.completion.Completion090PostingsFormat.CompletionLookupProvider
-
- getName() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion
-
- getName() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool.Info
-
- getName() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- getNames() - クラス のメソッドorg.elasticsearch.index.query.functionscore.exp.ExponentialDecayFunctionParser
-
- getNames() - クラス のメソッドorg.elasticsearch.index.query.functionscore.factor.FactorParser
-
非推奨です。
- getNames() - クラス のメソッドorg.elasticsearch.index.query.functionscore.fieldvaluefactor.FieldValueFactorFunctionParser
-
- getNames() - クラス のメソッドorg.elasticsearch.index.query.functionscore.gauss.GaussDecayFunctionParser
-
- getNames() - クラス のメソッドorg.elasticsearch.index.query.functionscore.lin.LinearDecayFunctionParser
-
- getNames() - クラス のメソッドorg.elasticsearch.index.query.functionscore.random.RandomScoreFunctionParser
-
- getNames() - インタフェース のメソッドorg.elasticsearch.index.query.functionscore.ScoreFunctionParser
-
Returns the name of the function, for example "linear", "gauss" etc.
- getNames() - クラス のメソッドorg.elasticsearch.index.query.functionscore.script.ScriptScoreFunctionParser
-
- getNames() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare.ChiSquareParser
-
- getNames() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.GND.GNDParser
-
- getNames() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore.JLHScoreParser
-
- getNames() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation.MutualInformationParser
-
- getNames() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore.PercentageScoreParser
-
- getNames() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.ScriptHeuristicParser
-
- getNames() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristicParser
-
- getNanos() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- getNestedIdentity() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getNestedIdentity() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
If this is a nested hit then nested reference information is returned otherwise null is returned.
- getNestedObjectMapper() - クラス のメソッドorg.elasticsearch.index.query.support.NestedInnerQueryParseSupport
-
- getNewMetaData() - クラス のメソッドorg.elasticsearch.gateway.GatewayMetaState.IndexMetaWriteInfo
-
- getNode() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TaskInfo
-
- getNode() - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
Node the store belongs to
- getNode() - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodeResponse
-
The node this information relates to.
- getNodeFailures() - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksResponse
-
The list of node failures exception.
- getNodeId() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
Returns node id of the node where snapshot is currently running
- getNodeId() - クラス のメソッドorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
-
- getNodeId() - クラス のメソッドorg.elasticsearch.action.TaskOperationFailure
-
- getNodeId() - クラス のメソッドorg.elasticsearch.cluster.DiskUsage
-
- getNodeId() - クラス のメソッドorg.elasticsearch.search.SearchShardTarget
-
- getNodeId() - クラス のメソッドorg.elasticsearch.tasks.TaskId
-
- getNodeLeastAvailableDiskUsages() - クラス のメソッドorg.elasticsearch.cluster.ClusterInfo
-
Returns a node id to disk usage mapping for the path that has the least available space on the node.
- getNodeMostAvailableDiskUsages() - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.cluster.DiskUsage
-
- getNodes() - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
-
- getNodes() - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
-
- getNodes() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- getNodes() - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodesResponse
-
- getNodes() - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- getNodes() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
Get a
Map of the discovered nodes arranged by their ids
- getNodesIds() - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksRequest
-
- getNodesMap() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- getNodesMap() - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodesResponse
-
- getNodesStats() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- getNoMasterBlock() - クラス のメソッドorg.elasticsearch.discovery.DiscoveryService
-
- getNoMasterBlock() - クラス のメソッドorg.elasticsearch.discovery.DiscoverySettings
-
- getNonHeapCommitted() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Mem
-
- getNonHeapInit() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo.Mem
-
- getNonHeapMax() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo.Mem
-
- getNonHeapUsed() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Mem
-
- getNoopUpdateCount() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- getNormsMemory() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- getNormsMemoryInBytes() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
Estimation of the norms memory usage by a segment.
- getNumberOfCommitted() - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.ShardSegments
-
- getNumberOfDataNodes() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getNumberOfDataNodes() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
- getNumberOfDelayedUnassigned(ClusterState) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
Returns the number of shards that are unassigned and currently being delayed.
- getNumberOfFiles() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
Returns number of files in the snapshot
- getNumberOfInFlightFetch() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getNumberOfInFlightFetch() - クラス のメソッドorg.elasticsearch.gateway.GatewayAllocator
-
- getNumberOfInFlightFetches() - クラス のメソッドorg.elasticsearch.gateway.AsyncShardFetch
-
Returns the number of async fetches that are currently ongoing.
- getNumberOfNodes() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getNumberOfNodes() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
- getNumberOfPendingTasks() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getNumberOfPendingTasks() - クラス のメソッドorg.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
-
- getNumberOfReplicas() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- getNumberOfReplicas() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- getNumberOfSearch() - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.ShardSegments
-
- getNumberOfShards() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateShardRequest
-
- getNumberOfShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- getNumberOfShards() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- getNumberOfShards() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- getNumDocs() - クラス のメソッドorg.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- getNumDocs(SegmentInfos) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
Returns the number of documents in the index referenced by this SegmentInfos
- getNumDocs() - クラス のメソッドorg.elasticsearch.index.engine.CommitStats
-
Returns the number of documents in the in this commit
- getNumDocs() - クラス のメソッドorg.elasticsearch.index.engine.Segment
-
- getNumDocs() - クラス のメソッドorg.elasticsearch.index.store.Store.MetadataSnapshot
-
Returns the number of documents in this store snapshot
- getNumDocsWithValue() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Returns the number distinct of document IDs with one or more values.
- getNumericType() - インタフェース のメソッドorg.elasticsearch.index.fielddata.IndexNumericFieldData
-
- getNumericType() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.BinaryDVNumericIndexFieldData
-
- getNumericType() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.DoubleArrayIndexFieldData
-
- getNumericType() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.FloatArrayIndexFieldData
-
- getNumericType() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.PackedArrayIndexFieldData
-
- getNumericType() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.SortedNumericDVIndexFieldData
-
- getNumFreed() - クラス のメソッドorg.elasticsearch.action.search.ClearScrollResponse
-
- getNumHashFunctions() - クラス のメソッドorg.elasticsearch.common.util.BloomFilter
-
- getNumIgnoredPrimaries() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Returns the number of temporarily marked as ignored unassigned primaries
- getNumMultiValuesDocs() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Returns the number distinct of document IDs associated with two or more values.
- getNumPrimaries() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Returns the number of non-ignored unassigned primaries
- getNumQueries() - クラス のメソッドorg.elasticsearch.index.percolator.stats.PercolateStats
-
- getNumSingleValuedDocs() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Returns the number distinct of document IDs associated with exactly one value.
- getObjectMapper(String, String[]) - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- getObjectMapper(String) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- getObjectMapper() - クラス のメソッドorg.elasticsearch.index.query.support.NestedScope
-
- getObjectMapper(String) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- getObjectMapper(String) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- getObjectMapper(String) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- getObjectMapper(String) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- getOffset() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit.InternalNestedIdentity
-
- getOffset() - インタフェース のメソッドorg.elasticsearch.search.SearchHit.NestedIdentity
-
Returns the offset in the nested array of objects in the source this hit
- getOffset() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- getOffsetGap(String) - クラス のメソッドorg.elasticsearch.index.analysis.CustomAnalyzer
-
- getOnlyCause(Collection<Message>) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Errors
-
Returns the cause throwable if there is exactly one cause in messages.
- getOpenContexts() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats
-
- getOpenFileDescriptorCount() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessProbe
-
Returns the number of opened file descriptors associated with the current process, or -1 if not supported.
- getOpenFileDescriptors() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessStats
-
- getOpenIndexOutput(String) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
- getOperation() - クラス のメソッドorg.elasticsearch.script.ScriptContext.Plugin
-
- getOperationsCount() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- getOptionalFormat() - クラス のメソッドorg.elasticsearch.action.fieldstats.IndexConstraint
-
- getOptions() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- getOpType() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse
-
The operation type ("index", "create" or "delete").
- getOrDefault(int, VType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- getOrDefault(KType, VType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- getOrDefault(KType, VType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap
-
- getOrDefault(String, PreBuiltAnalyzers) - 列挙型 のstaticメソッドorg.elasticsearch.indices.analysis.PreBuiltAnalyzers
-
Get a pre built Analyzer by its name or fallback to the default one
- getOrDefault(String, PreBuiltCharFilters) - 列挙型 のstaticメソッドorg.elasticsearch.indices.analysis.PreBuiltCharFilters
-
Get a pre built CharFilter by its name or fallback to the default one
- getOrDefault(String, PreBuiltTokenFilters) - 列挙型 のstaticメソッドorg.elasticsearch.indices.analysis.PreBuiltTokenFilters
-
Get a pre built TokenFilter by its name or fallback to the default one
- getOrDefault(String, PreBuiltTokenizers) - 列挙型 のstaticメソッドorg.elasticsearch.indices.analysis.PreBuiltTokenizers
-
Get a pre built Tokenizer by its name or fallback to the default one
- getOrder() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- getOrderedUpstreamMessageEvent() - クラス のメソッドorg.elasticsearch.http.netty.pipelining.OrderedDownstreamChannelEvent
-
- getOrderElements() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsParametersParser
-
- getOrdinalMap(IndexParentChildFieldData, String) - クラス のstaticメソッドorg.elasticsearch.index.fielddata.plain.ParentChildIndexFieldData
-
Returns the global ordinal map for the specified type
- getOrdinalsValues() - インタフェース のメソッドorg.elasticsearch.index.fielddata.AtomicOrdinalsFieldData
-
Return the ordinals values for the current atomic reader.
- getOrdinalsValues(String) - インタフェース のメソッドorg.elasticsearch.index.fielddata.AtomicParentChildFieldData
-
Return the mapping for the given type.
- getOrdinalsValues() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
-
- getOrdinalsValues(String) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildAtomicFieldData
-
- getOrdinalsValues() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.SortedSetDVBytesAtomicFieldData
-
- getOriginNanoTime() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- getOriginNanoTime() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- getOriginNanoTime() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- getOriginNanoTime() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- getOrRefresh() - クラス のメソッドorg.elasticsearch.common.util.SingleObjectCache
-
Returns the currently cached object and potentially refreshes the cache before returning.
- getOs() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
Operating System level information.
- getOs() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
Operating System level statistics.
- getOs() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- getOutputUnigrams() - クラス のメソッドorg.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
-
- getOutputUnigramsIfNoShingles() - クラス のメソッドorg.elasticsearch.index.analysis.ShingleTokenFilterFactory.Factory
-
- getOverhead() - クラス のメソッドorg.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
- getOverhead() - インタフェース のメソッドorg.elasticsearch.common.breaker.CircuitBreaker
-
- getOverhead() - クラス のメソッドorg.elasticsearch.common.breaker.MemoryCircuitBreaker
-
- getOverhead() - クラス のメソッドorg.elasticsearch.common.breaker.NoopCircuitBreaker
-
- getOverhead() - クラス のメソッドorg.elasticsearch.indices.breaker.BreakerSettings
-
- getOverhead() - クラス のメソッドorg.elasticsearch.indices.breaker.CircuitBreakerStats
-
- getOwnerType() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- getPackageName(Class<?>) - クラス のstaticメソッドorg.elasticsearch.common.Classes
-
Determine the name of the package of the given class:
e.g.
- getParameterIndex() - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.common.inject.TypeLiteral
-
Returns the resolved generic parameter types of methodOrConstructor.
- getParams() - クラス のメソッドorg.elasticsearch.script.Script
-
Method for getting the parameters.
- getParent() - インタフェース のメソッドorg.elasticsearch.common.inject.Injector
-
Returns this injector's parent, or null if this is a top-level injector.
- getParent() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.Document
-
Return the parent document, or null if this is the root document.
- getParentJoinFieldType() - クラス のメソッドorg.elasticsearch.index.mapper.internal.ParentFieldMapper
-
- getParentObjectMapper() - クラス のメソッドorg.elasticsearch.index.query.support.NestedInnerQueryParseSupport
-
- getParentReader() - クラス のメソッドorg.elasticsearch.search.lookup.LeafIndexLookup
-
- getParentTaskId() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TaskInfo
-
Returns the parent task id
- getParentTaskId() - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksRequest
-
Returns the parent task id that tasks should be filtered by
- getParentTaskId() - クラス のメソッドorg.elasticsearch.tasks.Task
-
Returns id of the parent task or NO_PARENT_ID if the task doesn't have any parent tasks
- getParentTypes() - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- getParseContext() - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
- getParseField() - 列挙型 のメソッドorg.elasticsearch.script.ScriptService.ScriptType
-
- getPartialValue() - 例外 のメソッドorg.elasticsearch.common.inject.ConfigurationException
-
Returns a value that was only partially computed due to this exception.
- getPath() - クラス のメソッドorg.elasticsearch.cluster.DiskUsage
-
- getPath() - クラス のメソッドorg.elasticsearch.common.PidFile
-
Returns the process id file path
- getPath() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.Document
-
Return the path associated with this document.
- getPath() - クラス のメソッドorg.elasticsearch.index.query.support.NestedInnerQueryParseSupport
-
- getPath() - クラス のメソッドorg.elasticsearch.indices.cache.query.terms.TermsLookup
-
- getPath() - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo.Path
-
- getPathElements() - クラス のメソッドorg.elasticsearch.search.aggregations.support.AggregationPath
-
- getPathElementsAsStringList() - クラス のメソッドorg.elasticsearch.search.aggregations.support.AggregationPath
-
- getPattern() - クラス のメソッドorg.elasticsearch.index.analysis.PatternReplaceCharFilterFactory
-
- getPatterns() - クラス のメソッドorg.elasticsearch.common.settings.SettingsFilter
-
- getPayload() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- getPayloadAsDouble() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- getPayloadAsLong() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- getPayloadAsMap() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- getPayloadAsString() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- getPb() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- getPbFrac() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- getPeakCount() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Threads
-
- getPeakMax() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.MemoryPool
-
- getPeakUsed() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.MemoryPool
-
- getPending() - クラス のメソッドorg.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor
-
- getPendingTasks() - クラス のメソッドorg.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
-
The pending cluster tasks
- getPercent() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessStats.Cpu
-
Get the Process cpu usage.
- getPercent() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.InternalPercentile
-
- getPercent() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.Percentile
-
- getPercolate() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getPercolate() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getPercolate() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getPerNodeTasks() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
-
Returns the list of tasks by node
- getPersistentSettings() - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse
-
- getPeta() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- getPetaFrac() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- getPhase() - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationTask
-
Get the current phase of the task.
- getPhaseName() - 例外 のメソッドorg.elasticsearch.action.search.SearchPhaseExecutionException
-
- getPid() - クラス のメソッドorg.elasticsearch.common.PidFile
-
Returns the current process id
- getPid() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
The process id.
- getPipeline() - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpServerTransport.HttpChannelPipelineFactory
-
- getPipeline() - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport.ClientChannelPipelineFactory
-
- getPipeline() - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport.ServerChannelPipelineFactory
-
- getPluginInfos() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
-
Returns an ordered list based on plugins name
- getPluginName() - クラス のメソッドorg.elasticsearch.script.ScriptContext.Plugin
-
- getPlugins() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
- getPlugins() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- getPort() - クラス のメソッドorg.elasticsearch.common.transport.DummyTransportAddress
-
- getPort() - クラス のメソッドorg.elasticsearch.common.transport.InetSocketTransportAddress
-
- getPort() - クラス のメソッドorg.elasticsearch.common.transport.LocalTransportAddress
-
- getPort() - インタフェース のメソッドorg.elasticsearch.common.transport.TransportAddress
-
Returns the port of this transport address if applicable
- getPosition() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- getPositionIncrementGap(String) - クラス のメソッドorg.elasticsearch.index.analysis.CustomAnalyzer
-
- getPositionIncrementGap(String) - クラス のメソッドorg.elasticsearch.index.analysis.NamedAnalyzer
-
- getPositionIncrementGap() - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper
-
- getPositions() - クラス のメソッドorg.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
Returns the relative positions of terms in this phrase.
- getPostingsFormatForField(String) - クラス のメソッドorg.elasticsearch.index.codec.PerFieldMappingPostingFormatCodec
-
- getPreferredName() - クラス のメソッドorg.elasticsearch.common.ParseField
-
- getPrefix() - インタフェース のメソッドorg.elasticsearch.common.logging.ESLogger
-
- getPrefix() - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- getPrefix() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.Document
-
Return a prefix that all fields in this document should have.
- getPrefixQuery(String, String) - クラス のメソッドorg.apache.lucene.queryparser.classic.MapperQueryParser
-
- getPreservePositionsIncrements() - クラス のメソッドorg.elasticsearch.search.suggest.completion.AnalyzingCompletionLookupProvider
-
- getPreserveSep() - クラス のメソッドorg.elasticsearch.search.suggest.completion.AnalyzingCompletionLookupProvider
-
- getPrimaries() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
total number of primary shards in the cluster
- getPrimaries() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndexStats
-
- getPrimaries() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- getPrimary() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- getPrimary() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- getPriority() - クラス のメソッドorg.elasticsearch.cluster.service.PendingClusterTask
-
- getPrivateElements() - クラス のメソッドorg.elasticsearch.common.inject.internal.ExposedBindingImpl
-
- getPrivateElements() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.ExposedBinding
-
Returns the enclosed environment that holds the original binding.
- getProcess() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
Process level information.
- getProcess() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
Process level statistics.
- getProcess() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- getProcessCpuPercent() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessProbe
-
Returns the process CPU usage in percent
- getProcessCpuTotalTime() - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
Returns number of files in the snapshot that were processed so far
- getProcessedSize() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
Returns total size of files in the snapshot that were processed so far
- getProfileAddresses() - クラス のメソッドorg.elasticsearch.transport.TransportInfo
-
- getProfiledChildren() - クラス のメソッドorg.elasticsearch.search.profile.CollectorResult
-
- getProfileName() - クラス のメソッドorg.elasticsearch.transport.DelegatingTransportChannel
-
- getProfileName() - クラス のメソッドorg.elasticsearch.transport.local.LocalTransportChannel
-
- getProfileName() - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransportChannel
-
- getProfileName() - インタフェース のメソッドorg.elasticsearch.transport.TransportChannel
-
- getProfileResults() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
If profiling was enabled, this returns an object containing the profile results from
each shard.
- getProfilers() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- getProfilers() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- getProfilers() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- getProfilers() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
Return a handle over the profilers for the current search request, or null if profiling is not enabled.
- getProfilers() - クラス のメソッドorg.elasticsearch.search.profile.Profilers
-
Return the list of all created
Profilers so far.
- getProperty() - クラス のメソッドorg.elasticsearch.action.fieldstats.IndexConstraint
-
- getProperty(String) - インタフェース のメソッドorg.elasticsearch.search.aggregations.Aggregation
-
Get the value of specified path in the aggregation.
- getProperty(String) - インタフェース のメソッドorg.elasticsearch.search.aggregations.Aggregations
-
Get the value of specified path in the aggregation.
- getProperty(List<String>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
- getProperty(String, List<String>) - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
-
- getProperty(String) - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregation
-
- getProperty(List<String>) - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregation
-
- getProperty(String) - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregations
-
- getProperty(List<String>) - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregations
-
- getProperty(List<String>) - クラス のメソッドorg.elasticsearch.search.aggregations.InternalMultiBucketAggregation
-
- getProperty(String, List<String>) - クラス のメソッドorg.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
-
- getProperty(List<String>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
- getProperty(List<String>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- getProperty(List<String>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.MultiValue
-
- getProperty(List<String>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.SingleValue
-
- getProperty(List<String>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- getProperty(List<String>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- getProperty(List<String>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- getProperty(List<String>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
-
- getPrototype(Class<T>, String) - クラス のメソッドorg.elasticsearch.common.io.stream.NamedWriteableRegistry
-
Returns a prototype of the
NamedWriteable object identified by the name provided as argument and its category
- getProvidedKey() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.ProviderBinding
-
- getProvider(Key<T>) - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
- getProvider(Class<T>) - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
- getProvider(Key<T>) - インタフェース のメソッドorg.elasticsearch.common.inject.Binder
-
Returns the provider used to obtain instances for the given injection key.
- getProvider(Class<T>) - インタフェース のメソッドorg.elasticsearch.common.inject.Binder
-
Returns the provider used to obtain instances for the given injection type.
- getProvider() - インタフェース のメソッドorg.elasticsearch.common.inject.Binding
-
Returns the scoped provider guice uses to fulfill requests for this
binding.
- getProvider(Key<T>) - インタフェース のメソッドorg.elasticsearch.common.inject.Injector
-
Returns the provider used to obtain instances for the given injection key.
- getProvider(Class<T>) - インタフェース のメソッドorg.elasticsearch.common.inject.Injector
-
Returns the provider used to obtain instances for the given type.
- getProvider() - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingImpl
-
- getProvider() - クラス のメソッドorg.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- getProvider(Key<T>) - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
- getProvider(Class<T>) - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
- getProvider() - クラス のメソッドorg.elasticsearch.common.inject.spi.ProviderLookup
-
Returns the looked up provider.
- getProvider(Key<T>) - インタフェース のメソッドorg.elasticsearch.common.inject.spi.TypeEncounter
-
Returns the provider used to obtain instances for the given injection key.
- getProvider(Class<T>) - インタフェース のメソッドorg.elasticsearch.common.inject.spi.TypeEncounter
-
Returns the provider used to obtain instances for the given injection type.
- getProviderInstance() - クラス のメソッドorg.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- getProviderInstance() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.ProviderInstanceBinding
-
Returns the user-supplied, unscoped provider.
- getProviderKey() - クラス のメソッドorg.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
-
- getProviderKey() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.ProviderKeyBinding
-
Returns the key used to resolve the provider's binding.
- getProviderMethods(Binder) - クラス のメソッドorg.elasticsearch.common.inject.internal.ProviderMethodsModule
-
- getProvidersOf(Injector, Matcher<Class>) - クラス のstaticメソッドorg.elasticsearch.common.inject.Injectors
-
Returns a collection of all of the providers matching the given matcher
- getProvidersOf(Injector, Class<T>) - クラス のstaticメソッドorg.elasticsearch.common.inject.Injectors
-
Returns a collection of all providers of the given base type
- getPublishDiff() - クラス のメソッドorg.elasticsearch.discovery.DiscoverySettings
-
- getPublishTimeout() - クラス のメソッドorg.elasticsearch.discovery.DiscoverySettings
-
Returns the current publish timeout
- getQueryBreakdown(Query) - クラス のメソッドorg.elasticsearch.search.profile.Profiler
-
Get the
ProfileBreakdown for the given query, potentially creating it if it did not exist.
- getQueryCache() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getQueryCache() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getQueryCache() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Return the cache to use for queries.
- getQueryCache() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getQueryCachingPolicy() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Return the policy to use when caching queries.
- getQueryCachingPolicy() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- getQueryCount() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- getQueryCurrent() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- getQueryExplanation() - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
-
The list of query explanations.
- getQueryParseContext() - クラス のメソッドorg.elasticsearch.indices.cache.query.terms.TermsLookup
-
- getQueryResults() - クラス のメソッドorg.elasticsearch.search.profile.ProfileShardResult
-
- getQueryTime() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- getQueryTimeInMillis() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- getQueryTree() - クラス のメソッドorg.elasticsearch.search.profile.Profiler
-
- getQueue() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- getQueueSize() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool.Info
-
- getRangeQuery(String, String, String, boolean, boolean) - クラス のメソッドorg.apache.lucene.queryparser.classic.MapperQueryParser
-
- getRateLimiter() - クラス のメソッドorg.apache.lucene.store.StoreRateLimiting
-
- getRawDoubleValues() - クラス のメソッドorg.elasticsearch.index.fielddata.NumericDoubleValues
-
Returns numeric docvalues view of raw double bits
- getRawFloatValues() - クラス のメソッドorg.elasticsearch.index.fielddata.NumericDoubleValues
-
Returns numeric docvalues view of raw float bits
- getRawType(Type) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.MoreTypes
-
- getRawType() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- getRawType() - クラス のメソッドorg.elasticsearch.common.inject.TypeLiteral
-
Returns the raw (non-generic) type for this type.
- getReaderContext() - クラス のメソッドorg.elasticsearch.search.lookup.LeafIndexLookup
-
- getReaderFromFile(Environment, Settings, String) - クラス のstaticメソッドorg.elasticsearch.index.analysis.Analysis
-
- getReason() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
-
The reason for canceling the task.
- getReason() - クラス のメソッドorg.elasticsearch.action.TaskOperationFailure
-
- getReason() - クラス のメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
The reason why the shard is unassigned.
- getReason() - クラス のメソッドorg.elasticsearch.gateway.GatewayMetaState.IndexMetaWriteInfo
-
- getReason() - クラス のメソッドorg.elasticsearch.search.profile.CollectorResult
-
- getReason() - クラス のメソッドorg.elasticsearch.search.profile.InternalProfileCollector
-
- getReasonCancelled() - クラス のメソッドorg.elasticsearch.tasks.CancellableTask
-
The reason the task was cancelled or null if it hasn't been cancelled.
- getRecoveredTypes() - クラス のメソッドorg.elasticsearch.index.shard.TranslogRecoveryPerformer
-
Returns the recovered types modifying the mapping during the recovery
- getRecoveryStats() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getRecoveryStats() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getRefresh() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getRefresh() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getRefreshInterval() - クラス のメソッドorg.elasticsearch.monitor.os.OsInfo
-
- getRefreshInterval() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessInfo
-
- getRegexpQuery(String, String) - クラス のメソッドorg.apache.lucene.queryparser.classic.MapperQueryParser
-
- getRejected() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- getRelationByName(String) - 列挙型 のstaticメソッドorg.elasticsearch.common.geo.ShapeRelation
-
- getRelationName() - 列挙型 のメソッドorg.elasticsearch.common.geo.ShapeRelation
-
- getRelevantIndices(ClusterState, ClusterState, ImmutableSet<String>) - クラス のstaticメソッドorg.elasticsearch.gateway.GatewayMetaState
-
- getRelevantIndicesForMasterEligibleNode(ClusterState) - クラス のstaticメソッドorg.elasticsearch.gateway.GatewayMetaState
-
- getRelevantIndicesOnDataOnlyNode(ClusterState, ClusterState, ImmutableSet<String>) - クラス のstaticメソッドorg.elasticsearch.gateway.GatewayMetaState
-
- getRelocatingShardCount() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- getRelocatingShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getRelocatingShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- getRelocatingShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterShardHealth
-
- getRelocatingShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
- getRelocationId() - クラス のメソッドorg.elasticsearch.cluster.routing.AllocationId
-
The transient relocation id holding the unique id that is used for relocation.
- getRemoteAddress() - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpRequest
-
Returns the remote address where this rest request channel is "connected to".
- getRemoteAddress() - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
- getReplacement() - クラス のメソッドorg.elasticsearch.index.analysis.PatternReplaceCharFilterFactory
-
- getReplication() - クラス のメソッド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) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Gets repositories.
- getRepositories(GetRepositoriesRequest, ActionListener<GetRepositoriesResponse>) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Gets repositories.
- GetRepositoriesAction - org.elasticsearch.action.admin.cluster.repositories.getのクラス
-
Get repositories action
- GetRepositoriesRequest - org.elasticsearch.action.admin.cluster.repositories.getのクラス
-
Get repository request
- GetRepositoriesRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
-
- GetRepositoriesRequest(String[]) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
-
Constructs a new get repositories request with a list of repositories.
- GetRepositoriesRequestBuilder - org.elasticsearch.action.admin.cluster.repositories.getのクラス
-
Get repository request builder
- GetRepositoriesRequestBuilder(ElasticsearchClient, GetRepositoriesAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequestBuilder
-
Creates new get repository request builder
- GetRepositoriesRequestBuilder(ElasticsearchClient, GetRepositoriesAction, String...) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequestBuilder
-
Creates new get repository request builder
- GetRepositoriesResponse - org.elasticsearch.action.admin.cluster.repositories.getのクラス
-
Get repositories response
- getRepositoriesService() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService
-
- getRepository() - クラス のメソッドorg.elasticsearch.cluster.metadata.SnapshotId
-
Returns repository name
- getRepositoryRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Gets snapshot repository
- GetRequest - org.elasticsearch.action.getのクラス
-
A request to get a document (its source) from an index based on its type (optional) and id.
- GetRequest() - クラス のコンストラクタorg.elasticsearch.action.get.GetRequest
-
- GetRequest(GetRequest, ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.get.GetRequest
-
Copy constructor that creates a new get request that is a copy of the one provided as an argument.
- GetRequest(String) - クラス のコンストラクタorg.elasticsearch.action.get.GetRequest
-
Constructs a new get request against the specified index.
- GetRequest(ActionRequest, String) - クラス のコンストラクタorg.elasticsearch.action.get.GetRequest
-
Constructs a new get request starting from the provided request, meaning that it will
inherit its headers and context, and against the specified index.
- GetRequest(String, String, String) - クラス のコンストラクタorg.elasticsearch.action.get.GetRequest
-
Constructs a new get request against the specified index with the type and id.
- getRequest() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
- getRequest(GetRequest) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
This defines where to fetch the document to be percolated from, which is an alternative of defining the document
to percolate in the request body.
- getRequest(String) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a get request to get the JSON source from an index based on a type and id.
- GetRequestBuilder - org.elasticsearch.action.getのクラス
-
A get document action request builder.
- GetRequestBuilder(ElasticsearchClient, GetAction) - クラス のコンストラクタorg.elasticsearch.action.get.GetRequestBuilder
-
- GetRequestBuilder(ElasticsearchClient, GetAction, String) - クラス のコンストラクタorg.elasticsearch.action.get.GetRequestBuilder
-
- getRequestCache() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getRequestCache() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getRequestHandler(String) - クラス のメソッドorg.elasticsearch.transport.TransportService.Adapter
-
- getRequestHandler(String) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- getRequestHandler(String) - インタフェース のメソッドorg.elasticsearch.transport.TransportServiceAdapter
-
- getRequestId() - クラス のメソッドorg.elasticsearch.transport.DelegatingTransportChannel
-
- getRequestId() - クラス のメソッドorg.elasticsearch.transport.local.LocalTransportChannel
-
- getRequestId() - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransportChannel
-
- getRequestId() - インタフェース のメソッドorg.elasticsearch.transport.TransportChannel
-
- getRequests() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- getRequiredSize() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- getRerouteInterval() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- getResourceId() - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
- getResourceType() - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
- getResponse() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse
-
- GetResponse - org.elasticsearch.action.getのクラス
-
The response of a get action.
- GetResponse(GetResult) - クラス のコンストラクタorg.elasticsearch.action.get.GetResponse
-
- getResponse() - クラス のメソッドorg.elasticsearch.action.get.MultiGetItemResponse
-
The actual get response, null if its a failure.
- getResponse() - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateResponse.Item
-
- getResponse() - クラス のメソッドorg.elasticsearch.action.search.MultiSearchResponse.Item
-
The actual search response, null if its a failure.
- getResponse() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
The actual get response, null if its a failure.
- getResponses() - クラス のメソッドorg.elasticsearch.action.bulk.BulkShardResponse
-
- getResponses() - クラス のメソッドorg.elasticsearch.action.get.MultiGetResponse
-
- getResponses() - クラス のメソッドorg.elasticsearch.action.search.MultiSearchResponse
-
The list of responses, the order is the same as the one provided in the request.
- getResponses() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsResponse
-
- getRestContent(RestRequest) - クラス のstaticメソッドorg.elasticsearch.rest.action.support.RestActions
-
Get Rest content from either payload or source parameter
- getRestName() - 列挙型 のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags.Flag
-
- getRestoreInfo() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse
-
Returns restore information if snapshot was completed before this method returned, null otherwise
- getRestoreInfo() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.RestoreCompletionResponse
-
- getRestoreSource() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- GetResult(boolean, long, Translog.Source) - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.GetResult
-
- GetResult(Engine.Searcher, Versions.DocIdAndVersion) - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.GetResult
-
- GetResult - org.elasticsearch.index.getのクラス
-
- GetResult(String, String, String, long, boolean, BytesReference, Map<String, GetField>) - クラス のコンストラクタorg.elasticsearch.index.get.GetResult
-
- getReturnType(Method) - クラス のメソッドorg.elasticsearch.common.inject.TypeLiteral
-
Returns the resolved generic return type of method.
- getRewriteTime() - クラス のメソッドorg.elasticsearch.search.profile.Profiler
-
- getRewriteTime() - クラス のメソッドorg.elasticsearch.search.profile.ProfileShardResult
-
- getRootCause() - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
Retrieve the innermost cause of this exception, if none, returns the current exception.
- getRootDataPath() - クラス のメソッドorg.elasticsearch.index.shard.ShardPath
-
Returns the data-path root for this shard.
- getRootLogger() - クラス のstaticメソッドorg.elasticsearch.common.logging.ESLoggerFactory
-
- getRootStatePath() - クラス のメソッドorg.elasticsearch.index.shard.ShardPath
-
Returns the state-path root for this shard.
- getRounding() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- getRouting() - クラス のメソッドorg.elasticsearch.indices.cache.query.terms.TermsLookup
-
- getRoutingHashFunction() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- getRoutingNodes() - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
Returns a built (on demand) routing nodes view of the routing table.
- getRoutingTable() - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- getRoutingTable() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- getRoutingUseType() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
Return whether routing should use the _type in addition to the _id in
order to decide which shard a document should go to.
- getRows() - クラス のメソッドorg.elasticsearch.common.Table
-
- getRunningTimeNanos() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TaskInfo
-
Returns the task running time
- getRxCount() - クラス のメソッドorg.elasticsearch.transport.TransportStats
-
- getRxSize() - クラス のメソッドorg.elasticsearch.transport.TransportStats
-
- getScope() - クラス のメソッドorg.elasticsearch.common.inject.spi.ScopeBinding
-
- getScopeAnnotation() - クラス のメソッドorg.elasticsearch.common.inject.internal.Scoping
-
Returns the scope annotation, or null if that isn't known for this instance.
- getScopeInstance() - クラス のメソッドorg.elasticsearch.common.inject.internal.Scoping
-
Returns the scope instance, or null if that isn't known for this instance.
- getScoping() - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingImpl
-
- getScore() - クラス のメソッドorg.apache.lucene.search.postingshighlight.Snippet
-
- getScore() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateResponse.Match
-
- getScore(long, long, long, long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
-
Calculates Chi^2
see "Information Retrieval", Manning et al., Eq. 13.19
- getScore(long, long, long, long) - クラス のメソッド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) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
-
Calculates mutual information
see "Information Retrieval", Manning et al., Eq. 13.17
- getScore(long, long, long, long) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
-
Calculates score with a script
- getScore(long, long, long, long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristic
-
- getScore() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getScore() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The score.
- getScore() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- getScoreTerm(Term) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- getScript() - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptResponse
-
The source of the document (as a string).
- getScript() - クラス のメソッドorg.elasticsearch.script.Script
-
Method for getting the script.
- getScriptFieldName() - クラス のメソッドorg.elasticsearch.rest.action.script.RestGetIndexedScriptAction
-
- getScriptFieldName() - クラス のメソッドorg.elasticsearch.rest.action.template.RestGetSearchTemplateAction
-
- getScriptFromResponse(GetResponse) - クラス のstaticメソッドorg.elasticsearch.script.ScriptService
-
- getScriptLang() - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptResponse
-
The type of the document.
- getScriptLang() - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptResponse
-
The type of the document indexed.
- getScriptLang(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.script.RestDeleteIndexedScriptAction
-
- getScriptLang(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.script.RestGetIndexedScriptAction
-
- getScriptLang(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.script.RestPutIndexedScriptAction
-
- getScriptLang(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.template.RestDeleteSearchTemplateAction
-
- getScriptLang(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.template.RestGetSearchTemplateAction
-
- getScriptLang(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.template.RestPutSearchTemplateAction
-
- getScriptMode(String, ScriptService.ScriptType, ScriptContext) - クラス のメソッド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.
- getScriptParameterValue(String) - クラス のメソッドorg.elasticsearch.script.ScriptParameterParser
-
- getScriptStats() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getScriptValues() - インタフェース のメソッドorg.elasticsearch.index.fielddata.AtomicFieldData
-
Returns a "scripting" based values.
- getScriptValues() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.AbstractAtomicGeoPointFieldData
-
- getScriptValues() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
-
- getScriptValues() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
-
- getScrollCount() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- getScrollCurrent() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- getScrollId() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
- getScrollIds() - クラス のメソッドorg.elasticsearch.action.search.ClearScrollRequest
-
- getScrollTime() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- getScrollTimeInMillis() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- getSearch() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getSearch() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getSearchAnalyzer(MappedFieldType) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
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() - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
- getSearcherManager() - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- getSearcherManager() - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- getSearchQuoteAnalyzer(MappedFieldType) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
Gets the search quote nalyzer 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() - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.DfsOnlyRequest
-
- getSearchRouting() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData
-
- getSeconds() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- getSecondsFrac() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- getSecureMungedAddress() - クラス のstaticメソッドorg.elasticsearch.common.MacAddressProvider
-
- getSegmentCount() - クラス のメソッドorg.elasticsearch.common.lucene.IndexCommitDelegate
-
- getSegmentInfo(SegmentInfos, boolean) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
- getSegmentName(MergePolicy.OneMerge) - クラス のstaticメソッドorg.apache.lucene.index.OneMergeHelper
-
- getSegments() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getSegments() - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.ShardSegments
-
- getSegments() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getSegments() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getSegmentsFile() - クラス のメソッドorg.elasticsearch.index.store.Store.MetadataSnapshot
-
Returns the segments file that this metadata snapshot represents or null if the snapshot is empty.
- getSegmentsFileName() - クラス のメソッドorg.elasticsearch.common.lucene.IndexCommitDelegate
-
- getSequence() - クラス のメソッドorg.elasticsearch.http.netty.pipelining.OrderedUpstreamMessageEvent
-
- getServerOpen() - クラス のメソッドorg.elasticsearch.http.HttpStats
-
- getServerOpen() - クラス のメソッドorg.elasticsearch.transport.TransportStats
-
- getService() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- getServiceAttributes() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
The service attributes of the node.
- getSetting(String, String) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse
-
- getSettings() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
The settings of the node.
- getSettings() - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- getSettings(GetSettingsRequest, ActionListener<GetSettingsResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Executed a per index settings get request and returns the settings for the indices specified.
- getSettings(GetSettingsRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Executed a per index settings get request.
- getSettings() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- getSettings() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- getSettings() - クラス のメソッドorg.elasticsearch.index.fielddata.FieldDataType
-
- getSettings() - クラス のメソッドorg.elasticsearch.index.settings.IndexSettingsService
-
- getSettings() - クラス のメソッドorg.elasticsearch.node.NodeBuilder
-
Set addition settings simply by working directly against the settings builder.
- GetSettingsAction - org.elasticsearch.action.admin.indices.settings.getのクラス
-
- GetSettingsAction() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.settings.get.GetSettingsAction
-
- getSettingsKey() - 列挙型 のメソッドorg.elasticsearch.index.store.IndexStoreModule.Type
-
- GetSettingsRequest - org.elasticsearch.action.admin.indices.settings.getのクラス
-
- GetSettingsRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
-
- GetSettingsRequestBuilder - org.elasticsearch.action.admin.indices.settings.getのクラス
-
- GetSettingsRequestBuilder(ElasticsearchClient, GetSettingsAction, String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
-
- getSettingsRequireUnits() - クラス のstaticメソッドorg.elasticsearch.common.settings.Settings
-
- GetSettingsResponse - org.elasticsearch.action.admin.indices.settings.getのクラス
-
- GetSettingsResponse(ImmutableOpenMap<String, Settings>) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse
-
- getShapeAt(int) - クラス のメソッドorg.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- getShard() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getShard() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The shard of the search hit.
- getShard() - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getShardBalance() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
Returns the shard related weight factor.
- getShardFailures() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
The failures that occurred during the search.
- getShardFailures() - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastResponse
-
The list of shard failures exception.
- getShardId() - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
-
- getShardId() - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.IndexShardSegments
-
- getShardId() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- getShardId() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- getShardId() - クラス のメソッドorg.elasticsearch.action.bulk.BulkShardResponse
-
- getShardId() - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastShardResponse
-
- getShardId() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns the shards id
- getShardId(Object) - クラス のメソッドorg.elasticsearch.common.lucene.ShardCoreKeyMap
-
Return the
ShardId that holds the given segment, or
null
if this segment is not tracked.
- getShardId() - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
- getShardId() - クラス のメソッドorg.elasticsearch.env.ShardLock
-
Returns the locks shards Id.
- getShardId() - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeRequest
-
- getShardId() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns the engines shard ID
- getShardId() - クラス のメソッドorg.elasticsearch.index.shard.ShardPath
-
- getShardId() - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
Returns the shard ID this config is created for
- getShardId() - クラス のメソッドorg.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- getShardId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- getShardId() - 例外 のメソッドorg.elasticsearch.percolator.PercolateException
-
- getShardId() - クラス のメソッドorg.elasticsearch.search.SearchShardTarget
-
- getShardInfo() - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse
-
- getShardMinDocCount() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- getShardResults() - クラス のメソッドorg.elasticsearch.search.profile.InternalProfileShardResults
-
- getShardRouting() - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.ShardSegments
-
- getShardRouting() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.ShardStats
-
The shard routing information (cluster wide shard state).
- getShardRouting() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
-
- getShardRouting() - クラス のメソッドorg.elasticsearch.cluster.action.shard.ShardStateAction.ShardRoutingEntry
-
- getShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
-
- getShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
-
A shard id to index snapshot shard status map
- getShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
Returns list of snapshot shards
- getShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getShards() - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.IndexShardSegments
-
- getShards() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- getShards() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndexStats
-
- getShards() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- getShards() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- getShards() - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
-
- getShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- getShards() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
- getShards() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- getShards(ClusterState, String, String, String, String, String) - クラス のメソッドorg.elasticsearch.cluster.routing.OperationRouting
-
- getShards(ClusterState, String, int, String) - クラス のメソッドorg.elasticsearch.cluster.routing.OperationRouting
-
- getShardSearchRequest() - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.ShardDfsOnlyRequest
-
- getShardSize(ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.ClusterInfo
-
Returns the shard size for the given shard routing or null it that metric is not available.
- getShardSize(ShardRouting, long) - クラス のメソッドorg.elasticsearch.cluster.ClusterInfo
-
Returns the shard size for the given shard routing or defaultValue it that metric is not available.
- getShardSize() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- getShardSize() - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getShardsResultPerIndex() - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
- getShardsStats() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
-
Shards stats
- getShardsStats() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
- getShardStatePath() - クラス のメソッドorg.elasticsearch.index.shard.ShardPath
-
- getShingleFilterFactory(Analyzer) - クラス のstaticメソッドorg.elasticsearch.search.suggest.SuggestUtils
-
- getSignificanceHeuristic() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
- getSignificanceHeuristic() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsParametersParser
-
- getSignificanceScore() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- getSignificanceScore() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
-
- getSimilarity() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getSimilarity() - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
- getSimilarity() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns the Similarity used for indexing and searching.
- getSingles() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- getSize() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
Get the number of known nodes
- getSize() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns the number of this shards instances.
- getSize() - クラス のメソッドorg.elasticsearch.index.engine.Segment
-
- getSize() - クラス のメソッドorg.elasticsearch.index.store.StoreStats
-
- getSize() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionStats
-
- getSize() - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getSizeInBytes() - クラス のメソッドorg.elasticsearch.common.util.BloomFilter
-
- getSizeInBytes() - クラス のメソッドorg.elasticsearch.index.engine.Segment
-
- getSizeInBytes() - クラス のメソッドorg.elasticsearch.index.store.StoreStats
-
- getSizeInBytes() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionStats
-
- getSlop() - クラス のメソッドorg.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
Sets the phrase slop for this query.
- getSnapshot() - クラス のメソッドorg.elasticsearch.cluster.metadata.SnapshotId
-
Returns snapshot name
- getSnapshotId() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
Returns snapshot id
- getSnapshotId() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.RestoreCompletionResponse
-
- getSnapshotInfo() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse
-
Returns snapshot information if snapshot was completed by the time this method returned or null otherwise.
- getSnapshots() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse
-
Returns the list of snapshots
- getSnapshots() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusResponse
-
Returns the list of snapshots
- getSnapshots(GetSnapshotsRequest) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Get snapshot.
- getSnapshots(GetSnapshotsRequest, ActionListener<GetSnapshotsResponse>) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Get snapshot.
- GetSnapshotsAction - org.elasticsearch.action.admin.cluster.snapshots.getのクラス
-
Get snapshots action
- GetSnapshotsRequest - org.elasticsearch.action.admin.cluster.snapshots.getのクラス
-
Get snapshot request
- GetSnapshotsRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
- GetSnapshotsRequest(String, String[]) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Constructs a new get snapshots request with given repository name and list of snapshots
- GetSnapshotsRequest(String) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Constructs a new get snapshots request with given repository name
- getSnapshotsRequest(String) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Gets snapshots from repository
- GetSnapshotsRequestBuilder - org.elasticsearch.action.admin.cluster.snapshots.getのクラス
-
Get snapshots request builder
- GetSnapshotsRequestBuilder(ElasticsearchClient, GetSnapshotsAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Constructs the new get snapshot request
- GetSnapshotsRequestBuilder(ElasticsearchClient, GetSnapshotsAction, String) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Constructs the new get snapshot request with specified repository
- GetSnapshotsResponse - org.elasticsearch.action.admin.cluster.snapshots.getのクラス
-
Get snapshots response
- getSortValues() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getSortValues() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
An array of the sort values used.
- getSource() - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
- getSource() - クラス のメソッドorg.elasticsearch.cluster.service.PendingClusterTask
-
- getSource() - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingImpl
-
- getSource() - クラス のメソッドorg.elasticsearch.common.inject.internal.ExposureBuilder
-
- getSource() - クラス のメソッドorg.elasticsearch.common.inject.internal.MatcherAndConverter
-
- getSource() - クラス のメソッドorg.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- getSource() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.Element
-
Returns an arbitrary object containing information about the "place" where this element was
configured.
- getSource() - クラス のメソッドorg.elasticsearch.common.inject.spi.InjectionRequest
-
- getSource() - クラス のメソッドorg.elasticsearch.common.inject.spi.MembersInjectorLookup
-
- getSource() - クラス のメソッドorg.elasticsearch.common.inject.spi.Message
-
- getSource() - クラス のメソッドorg.elasticsearch.common.inject.spi.ProviderLookup
-
- getSource() - クラス のメソッドorg.elasticsearch.common.inject.spi.ScopeBinding
-
- getSource() - クラス のメソッドorg.elasticsearch.common.inject.spi.StaticInjectionRequest
-
- getSource() - クラス のメソッドorg.elasticsearch.common.inject.spi.TypeConverterBinding
-
- getSource() - クラス のメソッドorg.elasticsearch.common.inject.spi.TypeListenerBinding
-
- getSource() - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
- getSource() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Create
-
- getSource() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Delete
-
- getSource() - クラス のメソッドorg.elasticsearch.index.translog.Translog.DeleteByQuery
-
非推奨です。
- getSource() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Index
-
- getSource() - インタフェース のメソッドorg.elasticsearch.index.translog.Translog.Operation
-
- getSource() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getSource() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The source of the document as a map (can be null).
- getSourceAsBytes() - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
The source of the document if exists.
- getSourceAsBytesRef() - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
Returns bytes reference, also un compress the source if needed.
- getSourceAsMap() - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
The source of the document (As a map).
- getSourceAsMap() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData
-
Converts the serialized compressed form of the mappings into a parsed map.
- getSourceAsString() - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
The source of the document (as a string).
- getSourceAsString() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getSourceAsString() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The source of the document as string (can be null).
- getSourceClassName() - クラス のメソッドorg.elasticsearch.common.logging.jdk.ESLogRecord
-
- getSourceInternal() - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
Returns the internal source bytes, as they are returned without munging (for example,
might still be compressed).
- getSourceKey() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.ConvertedConstantBinding
-
Returns the key for the source binding.
- getSourceMethodName() - クラス のメソッドorg.elasticsearch.common.logging.jdk.ESLogRecord
-
- getSourceNode() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- getSourcePath(String) - クラス のメソッドorg.elasticsearch.search.fetch.FetchSubPhase.HitContext
-
- getSourceRef() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getSourceRef() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
Returns bytes reference, also un compress the source if needed.
- getSources() - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- getSources() - クラス のメソッドorg.elasticsearch.common.inject.spi.Message
-
- getSpaceUsedByShard(Path) - クラス のメソッドorg.elasticsearch.common.util.MultiDataPathUpgrader
-
- getSpins() - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo.Path
-
- getStage() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
Returns snapshot stage
- getStage() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- getStartedShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
Number of shards with the snapshot in the started stage
- getStartOffset() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- getStartTime() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TaskInfo
-
Returns the task start time
- getStartTime() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
Returns time when snapshot started
- getStartTime() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateShardRequest
-
- getStartTime() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
- getStartTime() - クラス のメソッドorg.elasticsearch.tasks.Task
-
Returns the task start time
- getState() - クラス のメソッドorg.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
-
Returns the cluster state resulted from the cluster reroute request execution
- getState() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
Returns snapshot state
- getState() - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateResponse
-
- getState() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- getState(long) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
-
- getState(long) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
-
- getStatePath() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.ShardStats
-
- getStats() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
Returns snapshot stats
- getStats() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
-
Returns snapshot stats
- getStats() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
Returns number of files in the snapshot
- getStats() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.ShardStats
-
- GetStats - org.elasticsearch.index.getのクラス
-
- GetStats() - クラス のコンストラクタorg.elasticsearch.index.get.GetStats
-
- GetStats(long, long, long, long, long) - クラス のコンストラクタorg.elasticsearch.index.get.GetStats
-
- getStats() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- getStats(String) - クラス のメソッドorg.elasticsearch.indices.breaker.AllCircuitBreakerStats
-
- getStats(ShardId) - クラス のメソッドorg.elasticsearch.indices.cache.query.IndicesQueryCache
-
Get usage statistics for the given shard.
- getStatus() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getStatus() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TaskInfo
-
The status of the running task.
- getStatus() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- getStatus() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse.Failure
-
The rest status.
- getStatus() - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationTask
-
- getStatus() - クラス のメソッドorg.elasticsearch.action.TaskOperationFailure
-
- getStatus() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- getStatus() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterShardHealth
-
- getStatus() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
- getStatus(long) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveriesCollection
-
- getStatus(Response) - クラス のメソッドorg.elasticsearch.rest.action.support.RestToXContentListener
-
- getStatus() - 列挙型 のメソッドorg.elasticsearch.rest.RestStatus
-
- getStatus() - クラス のメソッドorg.elasticsearch.tasks.Task
-
Build a status for this task or null if this task doesn't have status.
- getStatusSafe(long, ShardId) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveriesCollection
-
- getStdDeviation() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The standard deviation of the collected values.
- getStdDeviation() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getStdDeviationAsString() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The standard deviation of the collected values as a String.
- getStdDeviationAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getStdDeviationBound(ExtendedStats.Bounds) - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The upper or lower bounds of the stdDeviation
- getStdDeviationBound(ExtendedStats.Bounds) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getStdDeviationBoundAsString(ExtendedStats.Bounds) - インタフェース のメソッド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) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getStopWords() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- getStopWords() - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Get the current stop words being used.
- getStore() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- getStore() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getStore() - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getStoredFieldsMemory() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- getStoredFieldsMemoryInBytes() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
Estimation of the stored fields memory usage by a segment.
- getStoreException() - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
Exception while trying to open the
shard index or from when the shard failed
- getStoreStatuses() - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
-
- getStrategyName() - 列挙型 のメソッドorg.elasticsearch.common.geo.SpatialStrategy
-
- getStrictStandardDateFormatter() - クラス のstaticメソッドorg.elasticsearch.common.joda.Joda
-
- getSubQuery() - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
-
- getSubQuery() - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- getSubSearchContext() - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsSubSearchContext
-
- getSubsequence() - クラス のメソッドorg.elasticsearch.http.netty.pipelining.OrderedDownstreamChannelEvent
-
- getSubsetDf() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- getSubsetDf() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
-
- getSubsetSize() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- getSubsetSize() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
-
- getSuccessful() - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo
-
- getSuccessfulShards() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
The successful number of shards the search was executed on.
- getSuccessfulShards() - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastResponse
-
The successful shards this request was executed on.
- getSuggest() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getSuggest() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
- getSuggest() - クラス のメソッドorg.elasticsearch.action.suggest.SuggestResponse
-
The Suggestions of the phrase.
- getSuggest() - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- getSuggester() - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getSuggestion(String) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest
-
- getSuggestion() - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder
-
Returns all suggestions with the defined names.
- getSuggestMetric() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- getSum() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getSum() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getSumAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- getSumAsString() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.Stats
-
- getSumDocFreq() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats
-
- getSumOfOtherDocCounts() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- getSumOfOtherDocCounts() - インタフェース のメソッド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.
- getSumOfSquares() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The sum of the squares of the collected values.
- getSumOfSquares() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getSumOfSquaresAsString() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The sum of the squares of the collected values as a String.
- getSumOfSquaresAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getSumTotalTermFreq() - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats
-
- getSupersetDf() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- getSupersetDf() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
-
- getSupersetSize() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- getSupersetSize() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTerms.Bucket
-
- getSupertype(Class<?>) - クラス のメソッドorg.elasticsearch.common.inject.TypeLiteral
-
Returns the generic form of supertype.
- getSwap() - クラス のメソッドorg.elasticsearch.monitor.os.OsStats
-
- getSyncId() - クラス のメソッドorg.elasticsearch.index.store.Store.MetadataSnapshot
-
Returns the sync id of the commit point that this MetadataSnapshot represents.
- getSyncInterval() - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
Returns the current async fsync interval
- getSystemCpuPercent() - クラス のメソッドorg.elasticsearch.monitor.os.OsProbe
-
- getSystemLoadAverage() - クラス のメソッドorg.elasticsearch.monitor.os.OsProbe
-
Returns the system load average for the last minute.
- getSystemProperties() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.AbstractCatAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestAliasAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestAllocationAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestCountAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestFielddataAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestHealthAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestIndicesAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestMasterAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestNodeAttrsAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestNodesAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestPendingClusterTasksAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestPluginsAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestRecoveryAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestRepositoriesAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestSegmentsAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestShardsAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestSnapshotAction
-
- getTableWithHeader(RestRequest) - クラス のメソッドorg.elasticsearch.rest.action.cat.RestThreadPoolAction
-
- getTarget() - クラス のメソッドorg.elasticsearch.common.logging.log4j.ConsoleAppender
-
Returns the current value of the Target property.
- getTargetNode() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- getTask(long) - クラス のメソッドorg.elasticsearch.tasks.TaskManager
-
Returns a task with given id, or null if the task is not found.
- getTaskFailures() - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksResponse
-
The list of task failures exception.
- getTaskId() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TaskInfo
-
- getTaskId() - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksRequest
-
Returns the id of the task that should be processed.
- getTaskId() - クラス のメソッドorg.elasticsearch.action.TaskOperationFailure
-
- getTaskManager() - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
Returns task manager created in the cluster service
- getTaskManager() - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- getTaskManager() - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- getTaskMaxWaitingTime() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getTaskName() - クラス のメソッドorg.elasticsearch.common.StopWatch.TaskInfo
-
Return the name of this task.
- getTasks() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
-
- getTasks() - クラス のメソッドorg.elasticsearch.tasks.TaskManager
-
Returns the list of currently running tasks on the node
- getTb() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- getTbFrac() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- getTemplate() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- getTemplates(GetIndexTemplatesRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Gets index template.
- getTemplates(GetIndexTemplatesRequest, ActionListener<GetIndexTemplatesResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Gets an index template.
- getTemplates() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- getTempNameForFile(String) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
Get a temporary name for the provided file name.
- getTera() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- getTeraFrac() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- getTerm() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- getTermsMemory() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- getTermsMemoryInBytes() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
Estimation of the terms dictionary memory usage by a segment.
- getTermVectors(TermVectorsRequest, String) - クラス のメソッドorg.elasticsearch.index.termvectors.ShardTermVectorsService
-
- getTermVectorsMemory() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- getTermVectorsMemoryInBytes() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
Estimation of the term vectors memory usage by a segment.
- getText() - クラス のメソッドorg.apache.lucene.search.postingshighlight.Snippet
-
- getText() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- getText() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- getText() - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- getTexts() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
-
- getThreadPool() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
- getThreadPool() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
Thread Pool level statistics.
- getThreadPool() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
- getThreadPool() - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
Returns a
ThreadPool to schedule async durability operations
- getThreadPoolType() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool.Info
-
- getThreads() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
The total number of threads in the cluster
- getThreads() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats
-
- getThreads() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- getThreshold() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
Returns the currently configured delta threshold
- getThrottleTime() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
Gets the amount of time in a TimeValue that the index has been under merge throttling control
- getThrottleTime() - クラス のメソッドorg.elasticsearch.index.store.StoreStats
-
- getThrottleTimeInMillis() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
Gets the amount of time in milliseconds that the index has been under merge throttling control
- getTime() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
Returns snapshot running time
- getTime() - クラス のメソッドorg.elasticsearch.common.StopWatch.TaskInfo
-
Return the time this task took.
- getTime() - クラス のメソッドorg.elasticsearch.index.get.GetStats
-
- getTime() - クラス のメソッドorg.elasticsearch.index.percolator.stats.PercolateStats
-
- getTime() - クラス のメソッドorg.elasticsearch.index.suggest.stats.SuggestStats
-
- getTime() - クラス のメソッドorg.elasticsearch.search.profile.CollectorResult
-
- getTime() - クラス のメソッドorg.elasticsearch.search.profile.InternalProfileCollector
-
- getTimeInMillis() - クラス のメソッドorg.elasticsearch.index.get.GetStats
-
- getTimeInMillis() - クラス のメソッドorg.elasticsearch.index.percolator.stats.PercolateStats
-
- getTimeInMillis() - クラス のメソッドorg.elasticsearch.index.suggest.stats.SuggestStats
-
- getTimeInNanos() - クラス のメソッドorg.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
-
Returns the elapsed time between two successive barrier executions.
- getTimeInQueue() - クラス のメソッドorg.elasticsearch.cluster.service.PendingClusterTask
-
- getTimeInQueueInMillis() - クラス のメソッドorg.elasticsearch.cluster.service.PendingClusterTask
-
- getTimeInSeconds() - クラス のメソッドorg.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
-
Returns the elapsed time between two successive barrier executions.
- getTimeout() - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksRequest
-
- getTimer() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- getTimestamp() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getTimestamp() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- getTimestamp() - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo
-
- getTimestamp() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats
-
- getTimestamp() - クラス のメソッドorg.elasticsearch.monitor.os.OsStats
-
- getTimestamp() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessStats
-
- getTo() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Bucket
-
- getTo() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getTo() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.range.Range.Bucket
-
- getToAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- getToAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range.Bucket
-
- getToAsString() - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.range.Range.Bucket
-
- getTokenFilterFactory(Version) - 列挙型 のメソッドorg.elasticsearch.indices.analysis.PreBuiltTokenFilters
-
- getTokenizerFactory(Version) - 列挙型 のメソッドorg.elasticsearch.indices.analysis.PreBuiltTokenizers
-
- getTokenLocation() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentParser
-
- getTokenLocation() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
Used for error reporting to highlight where syntax errors occur in
content being parsed.
- getTokens() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
-
- getTokens() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
-
- getTokenStreamToAutomaton() - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- getTokenStreamToAutomaton() - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XFuzzySuggester
-
- getTook() - クラス のメソッドorg.elasticsearch.action.bulk.BulkResponse
-
How long the bulk execution took.
- getTook() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateResponse
-
How long the percolate took.
- getTook() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
How long the search took.
- getTook() - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.DfsOnlyResponse
-
- getTook() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- getTookInMillis() - クラス のメソッドorg.elasticsearch.action.bulk.BulkResponse
-
How long the bulk execution took in milliseconds.
- getTookInMillis() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateResponse
-
How long the percolate took in milliseconds.
- getTookInMillis() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
How long the search took in milliseconds.
- getTookInMillis() - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.DfsOnlyResponse
-
- getTookInMillis() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- getTotal() - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo
-
- getTotal() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
total number of shards in the cluster
- getTotal() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
-
- getTotal() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- getTotal() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndexStats
-
- getTotal() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- getTotal() - クラス のメソッドorg.elasticsearch.index.flush.FlushStats
-
The total number of flush executed.
- getTotal() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats
-
- getTotal() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
The total number of merges executed.
- getTotal() - クラス のメソッドorg.elasticsearch.index.refresh.RefreshStats
-
The total number of refresh executed.
- getTotal() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats
-
- getTotal() - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo
-
- getTotal() - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo.Path
-
- getTotal() - クラス のメソッドorg.elasticsearch.monitor.os.OsStats.Mem
-
- getTotal() - クラス のメソッドorg.elasticsearch.monitor.os.OsStats.Swap
-
- getTotal() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessStats.Cpu
-
Get the Process cpu time (sum of User and Sys).
- getTotalBytes() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- getTotalBytes() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
-
- getTotalBytes() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
-
- getTotalBytes() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
-
- getTotalBytes() - クラス のメソッドorg.elasticsearch.cluster.DiskUsage
-
- getTotalBytes() - クラス のメソッドorg.elasticsearch.index.fielddata.RamAccountingTermsEnum
-
- getTotalBytesPerSecAutoThrottle() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
- getTotalCapacity() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.BufferPool
-
- getTotalCount() - クラス のメソッドorg.elasticsearch.index.cache.query.QueryCacheStats
-
The total number of lookups in the cache.
- getTotalHits() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits
-
- getTotalHits() - インタフェース のメソッドorg.elasticsearch.search.SearchHits
-
The total number of hits that matches the search request.
- getTotalLoadedClassCount() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Classes
-
- getTotalMemory() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
Utility method which computes total memory by adding
FieldData, Percolate, Segments (memory, index writer, version map)
- getTotalNumberOfShards() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- getTotalNumberOfShards() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- getTotalNumDocs() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
- getTotalNumOrds() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Returns the number of document ID to ordinal pairs in this builder.
- getTotalOpen() - クラス のメソッドorg.elasticsearch.http.HttpStats
-
- getTotalPhysicalMemorySize() - クラス のメソッドorg.elasticsearch.monitor.os.OsProbe
-
Returns the total amount of physical memory in bytes.
- getTotalShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
Total number of shards
- getTotalShards() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
The total number of shards the search was executed on.
- getTotalShards() - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastResponse
-
The total shards this request ran against.
- getTotalSize() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
Returns total size of files in the snapshot
- getTotalSize() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
- getTotalSizeInBytes() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
- getTotalStoppedTime() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
The total time large merges were stopped so smaller merges could finish.
- getTotalStoppedTimeInMillis() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
The total time large merges were stopped so smaller merges could finish.
- getTotalSwapSpaceSize() - クラス のメソッドorg.elasticsearch.monitor.os.OsProbe
-
Returns the total amount of swap space in bytes.
- getTotalThrottledTime() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
The total time merge IO writes were throttled.
- getTotalThrottledTimeInMillis() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
The total time merge IO writes were throttled.
- getTotalTime() - クラス のメソッドorg.elasticsearch.index.flush.FlushStats
-
The total time merges have been executed.
- getTotalTime() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
The total time merges have been executed.
- getTotalTime() - クラス のメソッドorg.elasticsearch.index.refresh.RefreshStats
-
The total time merges have been executed.
- getTotalTimeInMillis() - クラス のメソッドorg.elasticsearch.index.flush.FlushStats
-
The total time merges have been executed (in milliseconds).
- getTotalTimeInMillis() - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
The total time merges have been executed (in milliseconds).
- getTotalTimeInMillis() - クラス のメソッドorg.elasticsearch.index.refresh.RefreshStats
-
The total time merges have been executed (in milliseconds).
- getTotalVirtual() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessStats.Mem
-
- getTotalVirtualMemorySize() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessProbe
-
Returns the size (in bytes) of virtual memory that is guaranteed to be available to the running process
- getToUpgradeBytes() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- getToUpgradeBytes() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
-
- getToUpgradeBytes() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
-
- getToUpgradeBytes() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
-
- getToUpgradeBytesAncient() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- getToUpgradeBytesAncient() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
-
- getToUpgradeBytesAncient() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
-
- getToUpgradeBytesAncient() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
-
- getTragicException() - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
If this Translog was closed as a side-effect of a tragic exception,
e.g. disk full while flushing a new segment, this returns the root cause exception.
- getTragicException() - クラス のメソッドorg.elasticsearch.index.translog.TranslogWriter
-
If this TranslogWriter was closed as a side-effect of a tragic exception,
e.g. disk full while flushing a new segment, this returns the root cause exception.
- getTransientSettings() - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse
-
- getTranslog() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getTranslog() - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
returns the translog for this engine
- getTranslog() - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- getTranslog() - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- getTranslog() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- getTranslogConfig() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns the translog config for this engine
- getTranslogDurability() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
Returns the current translog durability mode
- getTranslogGeneration() - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
Returns the translog generation to open.
- getTranslogLocation() - クラス のメソッドorg.elasticsearch.index.engine.Engine.Delete
-
- getTranslogLocation() - クラス のメソッドorg.elasticsearch.index.engine.Engine.IndexingOperation
-
- getTranslogPath() - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
Returns the translog path for this engine
- getTranslogRecoveryPerformer() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
- getTranslogSizeInBytes() - クラス のメソッドorg.elasticsearch.index.translog.TranslogStats
-
- getTransport() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
- getTransport() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- getTrippedCount() - クラス のメソッドorg.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
- getTrippedCount() - インタフェース のメソッドorg.elasticsearch.common.breaker.CircuitBreaker
-
- getTrippedCount() - クラス のメソッドorg.elasticsearch.common.breaker.MemoryCircuitBreaker
-
- getTrippedCount() - クラス のメソッドorg.elasticsearch.common.breaker.NoopCircuitBreaker
-
- getTrippedCount() - クラス のメソッドorg.elasticsearch.indices.breaker.CircuitBreakerStats
-
- getTxCount() - クラス のメソッドorg.elasticsearch.transport.TransportStats
-
- getTxSize() - クラス のメソッドorg.elasticsearch.transport.TransportStats
-
- getType() - クラス のメソッドorg.apache.lucene.store.StoreRateLimiting
-
- getType() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TaskInfo
-
- getType() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- getType() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse.Failure
-
The type of the action.
- getType() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse
-
The type of the action.
- getType() - クラス のメソッドorg.elasticsearch.action.delete.DeleteResponse
-
The type of the document deleted.
- getType() - クラス のメソッドorg.elasticsearch.action.explain.ExplainResponse
-
- getType() - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
The type of the document.
- getType() - クラス のメソッドorg.elasticsearch.action.get.MultiGetItemResponse
-
The type of the document.
- getType() - クラス のメソッドorg.elasticsearch.action.get.MultiGetResponse.Failure
-
The type of the action.
- getType() - クラス のメソッドorg.elasticsearch.action.index.IndexResponse
-
The type of the document indexed.
- getType() - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptResponse
-
The type of the document deleted.
- getType() - 例外 のメソッドorg.elasticsearch.action.RoutingMissingException
-
- getType() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
The type of the document.
- getType() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
-
The type of the action.
- getType() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- getType() - クラス のメソッドorg.elasticsearch.action.update.UpdateResponse
-
The type of the document indexed.
- getType() - クラス のメソッドorg.elasticsearch.common.inject.spi.InjectionRequest
-
- getType() - クラス のメソッドorg.elasticsearch.common.inject.spi.MembersInjectorLookup
-
Gets the type containing the members to be injected.
- getType() - クラス のメソッドorg.elasticsearch.common.inject.spi.StaticInjectionRequest
-
- getType() - クラス のメソッドorg.elasticsearch.common.inject.TypeLiteral
-
Gets underlying Type instance.
- getType() - クラス のメソッドorg.elasticsearch.index.fielddata.FieldDataType
-
- getType() - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
The type of the document.
- getType() - クラス のメソッドorg.elasticsearch.index.query.MultiMatchQueryBuilder
-
Returns the type (for testing)
- getType() - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
Returns the translog type
- getType() - クラス のメソッドorg.elasticsearch.indices.breaker.BreakerSettings
-
- getType() - クラス のメソッドorg.elasticsearch.indices.cache.query.terms.TermsLookup
-
- getType() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- getType() - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo.Path
-
- getType() - クラス のメソッドorg.elasticsearch.repositories.RepositoryName
-
- getType() - クラス のメソッドorg.elasticsearch.script.Script
-
Method for getting the type.
- getType() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getType() - クラス のメソッドorg.elasticsearch.search.rescore.RescoreSearchContext
-
- getType() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The type of the document.
- getType() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestion
-
- getType() - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestion
-
- getType() - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.CandidateGenerator
-
- getType() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion
-
- getType() - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestion
-
- getType() - クラス のメソッドorg.elasticsearch.tasks.Task
-
Returns task channel type (netty, transport, direct)
- getType() - 列挙型 のメソッドorg.elasticsearch.threadpool.ThreadPool.ThreadPoolType
-
- getTypeConverter() - クラス のメソッドorg.elasticsearch.common.inject.internal.MatcherAndConverter
-
- getTypeConverter() - クラス のメソッドorg.elasticsearch.common.inject.spi.TypeConverterBinding
-
- getTypeLiteral() - クラス のメソッドorg.elasticsearch.common.inject.Key
-
Gets the key type.
- getTypeMatcher() - クラス のメソッドorg.elasticsearch.common.inject.internal.MatcherAndConverter
-
- getTypeMatcher() - クラス のメソッドorg.elasticsearch.common.inject.spi.TypeConverterBinding
-
- getTypeMatcher() - クラス のメソッドorg.elasticsearch.common.inject.spi.TypeListenerBinding
-
Returns the type matcher which chooses which types the listener should be notified of.
- getTypes() - クラス のstaticメソッドorg.elasticsearch.index.query.QueryParseContext
-
- getTypeStats() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats
-
- getUnassignedShards() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- getUnassignedShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- getUnassignedShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterShardHealth
-
- getUnassignedShards() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
- getUnassignedTimeInMillis() - クラス のメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
The timestamp in milliseconds when the shard became unassigned, based on System.currentTimeMillis().
- getUnassignedTimeInNanos() - クラス のメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
The timestamp in nanoseconds when the shard became unassigned, based on System.nanoTime().
- getUnloadedClassCount() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Classes
-
- getUpgradeVersion() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
Return the
Version on which this index has been upgraded.
- getUpperBounds() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
-
- getUptime() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats
-
- getUrl() - クラス のメソッドorg.elasticsearch.plugins.PluginInfo
-
We compute the URL for sites: "/_plugin/" + name + "/"
- getUsabelSpace(NodeEnvironment.NodePath) - クラス のメソッドorg.elasticsearch.common.util.MultiDataPathUpgrader
-
- getUsed() - クラス のメソッドorg.elasticsearch.common.breaker.ChildMemoryCircuitBreaker
-
- getUsed() - インタフェース のメソッドorg.elasticsearch.common.breaker.CircuitBreaker
-
- getUsed() - クラス のメソッドorg.elasticsearch.common.breaker.MemoryCircuitBreaker
-
- getUsed() - クラス のメソッドorg.elasticsearch.common.breaker.NoopCircuitBreaker
-
- getUsed() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.BufferPool
-
- getUsed() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.MemoryPool
-
- getUsed() - クラス のメソッドorg.elasticsearch.monitor.os.OsStats.Mem
-
- getUsed() - クラス のメソッドorg.elasticsearch.monitor.os.OsStats.Swap
-
- getUsedBytes() - クラス のメソッドorg.elasticsearch.cluster.DiskUsage
-
- getUsedDiskAsPercentage() - クラス のメソッドorg.elasticsearch.cluster.DiskUsage
-
- getUsedDiskThresholdHigh() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- getUsedDiskThresholdLow() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- getUsedPercent() - クラス のメソッドorg.elasticsearch.monitor.os.OsStats.Mem
-
- getUserData() - クラス のメソッドorg.elasticsearch.common.lucene.IndexCommitDelegate
-
- getUserData() - クラス のメソッドorg.elasticsearch.index.engine.CommitStats
-
- getValidationFailures() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
The validation failures on the cluster level (without index validation failures).
- getValidationFailures() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- getValidationFailures() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
- getValue() - クラス のメソッドorg.elasticsearch.action.fieldstats.IndexConstraint
-
- getValue() - インタフェース のメソッドorg.elasticsearch.common.inject.spi.ConvertedConstantBinding
-
Returns the converted value.
- getValue() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Doubles
-
- getValue() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- getValue() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
- getValue() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Strings
-
- getValue() - クラス のメソッドorg.elasticsearch.index.get.GetField
-
- getValue() - 列挙型 のメソッドorg.elasticsearch.index.VersionType
-
- getValue() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.avg.Avg
-
The average value.
- getValue() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- getValue() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.Cardinality
-
The number of unique terms.
- getValue() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
- getValue() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- getValue() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.max.Max
-
The maximum.
- getValue() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- getValue() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.min.Min
-
The minimum.
- getValue() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.InternalPercentile
-
- getValue() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.Percentile
-
- getValue() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
- getValue() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.sum.Sum
-
The sum.
- getValue() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- getValue() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.valuecount.ValueCount
-
- getValue() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- getValue() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHitField
-
- getValue() - クラス のメソッドorg.elasticsearch.search.lookup.FieldLookup
-
- getValue() - インタフェース のメソッドorg.elasticsearch.search.SearchHitField
-
The first value of the hit.
- getValueAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.SingleValue
-
- getValueAsString() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation.SingleValue
-
- getValueCount() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping
-
- getValueCount() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.OrdinalsBuilder
-
Returns the number of distinct ordinals in this builder.
- getValueForNormalization() - クラス のメソッドorg.elasticsearch.index.search.child.ChildrenQuery.ParentWeight
-
非推奨です。
- getValueForNormalization() - クラス のメソッドorg.elasticsearch.search.profile.ProfileWeight
-
- getValues(LeafReaderContext) - クラス のメソッドorg.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource
-
- getValues(LeafReaderContext) - クラス のメソッドorg.elasticsearch.index.fielddata.fieldcomparator.DoubleValuesComparatorSource
-
- getValues() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Doubles
-
- getValues() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- getValues() - インタフェース のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues
-
Return a copy of the list of the values for the current document.
- getValues() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
- getValues() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Strings
-
- getValues() - クラス のメソッドorg.elasticsearch.index.get.GetField
-
- getValues(String) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.Document
-
Returns an array of values of the field specified as the method parameter.
- getValues(ValuesSource.Numeric, LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.DoubleTermsAggregator
-
- getValues(ValuesSource.Numeric, LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.LongTermsAggregator
-
- getValues() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHitField
-
- getValues() - クラス のメソッドorg.elasticsearch.search.lookup.FieldLookup
-
- getValues() - インタフェース のメソッドorg.elasticsearch.search.SearchHitField
-
The field values.
- getValuesSourceType() - 列挙型 のメソッドorg.elasticsearch.search.aggregations.support.ValueType
-
- getVariance() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The variance of the collected values.
- getVariance() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getVarianceAsString() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStats
-
The variance of the collected values as a String.
- getVarianceAsString() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- getVerifyIndex() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- getVersion() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
The current ES version
- getVersion() - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
Version of the store, used to select the store that will be
used as a primary.
- getVersion() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse
-
The version of the action.
- getVersion() - クラス のメソッドorg.elasticsearch.action.delete.DeleteResponse
-
The version of the delete operation.
- getVersion() - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
The version of the doc.
- getVersion() - クラス のメソッドorg.elasticsearch.action.index.IndexResponse
-
Returns the current version of the doc indexed.
- getVersion() - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptResponse
-
The version of the delete operation.
- getVersion() - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptResponse
-
The version of the doc.
- getVersion() - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptResponse
-
Returns the current version of the doc indexed.
- getVersion() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- getVersion() - クラス のメソッドorg.elasticsearch.action.update.UpdateResponse
-
Returns the current version of the doc indexed.
- getVersion() - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- getVersion() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- getVersion() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
- getVersion() - クラス のメソッドorg.elasticsearch.common.io.stream.FilterStreamInput
-
- getVersion() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- getVersion() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamOutput
-
- getVersion() - クラス のメソッドorg.elasticsearch.index.engine.Segment
-
- getVersion() - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
The version of the doc.
- getVersion() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
- getVersion() - クラス のメソッドorg.elasticsearch.monitor.os.OsInfo
-
- getVersion() - クラス のメソッドorg.elasticsearch.plugins.PluginInfo
-
- getVersion() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- getVersion() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The version of the hit.
- getVersionMapMemory() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- getVersionMapMemoryInBytes() - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
Estimation of the memory usage by version map
- getVersionMapSize() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
returns the size of the version map that should trigger a refresh
- getVersionMapSizeSetting() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
current setting for the version map size that should trigger a refresh.
- getVersions() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- getVersions() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
- getVmName() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
- getVmVendor() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
- getVmVersion() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
- getWaitForCompletion() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
-
Should this request wait for all found tasks to complete?
- getWarmer() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- getWarmer() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns an
IndicesWarmer used to warm new searchers before they are used for searching.
- getWarmers() - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- getWarmers() - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.get.GetWarmersResponse
-
- getWarmers(GetWarmersRequest, ActionListener<GetWarmersResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Returns a map of index warmers for the given get request.
- getWarmers(GetWarmersRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Returns a map of index warmers for the given get request.
- GetWarmersAction - org.elasticsearch.action.admin.indices.warmer.getのクラス
-
Action for the admin/warmers/get API.
- GetWarmersRequest - org.elasticsearch.action.admin.indices.warmer.getのクラス
-
- GetWarmersRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.warmer.get.GetWarmersRequest
-
- GetWarmersRequestBuilder - org.elasticsearch.action.admin.indices.warmer.getのクラス
-
- GetWarmersRequestBuilder(ElasticsearchClient, GetWarmersAction, String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.warmer.get.GetWarmersRequestBuilder
-
- GetWarmersResponse - org.elasticsearch.action.admin.indices.warmer.getのクラス
-
- getWeight() - クラス のメソッドorg.elasticsearch.common.lucene.search.function.WeightFactorFunction
-
- getWildcardQuery(String, String) - クラス のメソッドorg.apache.lucene.queryparser.classic.MapperQueryParser
-
- getWordList(Environment, Settings, String) - クラス のstaticメソッドorg.elasticsearch.index.analysis.Analysis
-
Fetches a list of words from the specified settings file.
- getWordSet(Environment, Settings, String) - クラス のstaticメソッドorg.elasticsearch.index.analysis.Analysis
-
- getWrappedAnalyzer(String) - クラス のメソッドorg.elasticsearch.index.analysis.FieldNameAnalyzer
-
- getWrappedAnalyzer(String) - クラス のメソッドorg.elasticsearch.index.analysis.NamedAnalyzer
-
- getWrappingService() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
- getWriteableName() - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationTask.Status
-
- getWriteableName() - インタフェース のメソッドorg.elasticsearch.common.io.stream.NamedWriteable
-
Returns the name of the writeable object
- giga() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- gigaFrac() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- global() - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks
-
- global(ClusterBlockLevel) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks
-
- global(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Global aggregation with the given name.
- Global - org.elasticsearch.search.aggregations.bucket.globalのインタフェース
-
A global aggregation.
- GlobalAggregator - org.elasticsearch.search.aggregations.bucket.globalのクラス
-
- GlobalAggregator(String, AggregatorFactories, AggregationContext, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.global.GlobalAggregator
-
- GlobalAggregator.Factory - org.elasticsearch.search.aggregations.bucket.globalのクラス
-
- globalBlockedException(ClusterBlockLevel) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks
-
- globalBlockedRaiseException(ClusterBlockLevel) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks
-
- globalBlockLevel() - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
-
- globalBlockLevel() - クラス のメソッドorg.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
-
- globalBlockLevel() - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction
-
Cluster level block to check before request execution
- GlobalBuilder - org.elasticsearch.search.aggregations.bucket.globalのクラス
-
Builder for the
Global aggregation.
- GlobalBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.global.GlobalBuilder
-
Sole constructor.
- globalFieldCaseConversion - クラス のstatic変数org.elasticsearch.common.xcontent.XContentBuilder
-
- globalFieldCaseConversion(XContentBuilder.FieldCaseConversion) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- globalForceSource(boolean) - クラス のメソッドorg.elasticsearch.search.highlight.SearchContextHighlight
-
- globalIfd - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery.ParentCollector
-
非推奨です。
- globalMaxOrd(IndexSearcher, String) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSource.Bytes.ParentChild
-
- globalMaxOrd(IndexSearcher) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals
-
- GlobalOrdinalMapping - org.elasticsearch.index.fielddata.ordinalsのクラス
-
A RandomAccessOrds implementation that returns ordinals that are global.
- GlobalOrdinalsBuilder - org.elasticsearch.index.fielddata.ordinalsの列挙型
-
Utility class to build global ordinals.
- GlobalOrdinalsIndexFieldData - org.elasticsearch.index.fielddata.ordinalsのクラス
-
IndexFieldData base class for concrete global ordinals implementations.
- GlobalOrdinalsIndexFieldData(Index, Settings, MappedFieldType.Names, FieldDataType, long) - クラス のコンストラクタorg.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
-
- GlobalOrdinalsSignificantTermsAggregator - org.elasticsearch.search.aggregations.bucket.significantのクラス
-
- GlobalOrdinalsSignificantTermsAggregator(String, AggregatorFactories, ValuesSource.Bytes.WithOrdinals.FieldData, TermsAggregator.BucketCountThresholds, IncludeExclude.OrdinalsFilter, AggregationContext, Aggregator, SignificantTermsAggregatorFactory, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator
-
- GlobalOrdinalsSignificantTermsAggregator.WithHash - org.elasticsearch.search.aggregations.bucket.significantのクラス
-
- GlobalOrdinalsStringTermsAggregator - 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, TermsAggregator.BucketCountThresholds, IncludeExclude.OrdinalsFilter, AggregationContext, Aggregator, Aggregator.SubAggCollectionMode, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- GlobalOrdinalsStringTermsAggregator.LowCardinality - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
Variant of
GlobalOrdinalsStringTermsAggregator that resolves global ordinals post segment collection
instead of on the fly for each match.This is beneficial for low cardinality fields, because it can reduce
the amount of look-ups significantly.
- GlobalOrdinalsStringTermsAggregator.WithHash - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
- globalOrdinalsValues(String, LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSource.Bytes.ParentChild
-
- globalOrdinalsValues(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals.FieldData
-
- globalOrdinalsValues(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals
-
- globalOrds - クラス の変数org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- GlobalParser - org.elasticsearch.search.aggregations.bucket.globalのクラス
-
- GlobalParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.global.GlobalParser
-
- globalSettings() - クラス のメソッドorg.elasticsearch.repositories.RepositorySettings
-
- GND - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- GND(boolean) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
-
- GND.GNDBuilder - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- GND.GNDParser - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- GNDBuilder(boolean) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.GND.GNDBuilder
-
- GNDParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.GND.GNDParser
-
- gramSize(int) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets the gram size for the n-gram model used for this suggester.
- GreekAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- GreekAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.GreekAnalyzerProvider
-
- GroovyScriptCompilationException - org.elasticsearch.script.groovyの例外
-
- GroovyScriptCompilationException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.script.groovy.GroovyScriptCompilationException
-
非推奨です。
- GroovyScriptCompilationException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.script.groovy.GroovyScriptCompilationException
-
非推奨です。
- GroovyScriptExecutionException - org.elasticsearch.script.groovyの例外
-
- GroovyScriptExecutionException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.script.groovy.GroovyScriptExecutionException
-
非推奨です。
- GroovyScriptExecutionException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.script.groovy.GroovyScriptExecutionException
-
非推奨です。
- group(Map<String, List<Suggest.Suggestion>>, Suggest) - クラス のstaticメソッドorg.elasticsearch.search.suggest.Suggest
-
- groupBy(ShardOperationFailedException[]) - クラス のstaticメソッドorg.elasticsearch.ExceptionsHelper
-
Deduplicate the failures by exception message and index.
- groupByAllIt() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
A groups shards iterator where each groups is a single
ShardRouting and a group
is created for each shard routing.
- groupByShardsIt() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
A group shards iterator where each group (
ShardIterator
is an iterator across shard replication group.
- groupDismax - クラス の変数org.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
-
- groups(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
Sets specific search group stats to retrieve the stats for.
- groups() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- groups(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
Sets specific search group stats to retrieve the stats for.
- groups() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- GroupShardsIterator - org.elasticsearch.cluster.routingのクラス
-
- GroupShardsIterator(List<ShardIterator>) - クラス のコンストラクタorg.elasticsearch.cluster.routing.GroupShardsIterator
-
Constructs a enw GroupShardsIterator from the given list.
- groupStats() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- groupStats(List<String>) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- groupStats() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- groupStats(List<String>) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- groupStats() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- groupStats(List<String>) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- groupStats() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- groupStats(List<String>) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- groupStats(List<String>) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- grow(ByteArray, long) - クラス のメソッド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) - クラス のメソッド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) - クラス のメソッド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) - クラス のメソッド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) - クラス のメソッド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) - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.index.fielddata.SortingBinaryDocValues
-
- grow(long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BucketsAggregator
-
Ensure there are at least maxBucketOrd buckets available.
- gt(Object) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
-
- gt(String) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- gt(Object) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- gt(int) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- gt(long) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- gt(float) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- gt(double) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- gte(Object) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
-
- gte(String) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- gte(Object) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- gte(int) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- gte(long) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- gte(float) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- gte(double) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The from part of the range query.
- guardedRamBytesUsed(Accountable) - クラス のstaticメソッドorg.elasticsearch.index.engine.Engine
-
Returns 0 in the case where accountable is null, otherwise returns ramBytesUsed()
- guessBodyContentType(RestRequest) - クラス のstaticメソッドorg.elasticsearch.rest.action.support.RestActions
-
guesses the content type from either payload or source parameter
- guessRootCauses() - 例外 のメソッドorg.elasticsearch.action.search.SearchPhaseExecutionException
-
- guessRootCauses() - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
Returns the root cause of this exception or mupltiple if different shards caused different exceptions
- guessRootCauses(Throwable) - 例外 のstaticメソッドorg.elasticsearch.ElasticsearchException
-
Returns the root cause of this exception or mupltiple if different shards caused different exceptions.
- Guice - org.elasticsearch.common.injectのクラス
-
The entry point to the Guice framework.
- GZIP - クラス のstatic変数org.elasticsearch.common.Base64
-
Specify that data should be gzip-compressed in second bit.
- IBSimilarityProvider - org.elasticsearch.index.similarityのクラス
-
- IBSimilarityProvider(String, Settings) - クラス のコンストラクタorg.elasticsearch.index.similarity.IBSimilarityProvider
-
- id() - 列挙型 のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
-
- id() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemRequest
-
- id() - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequest
-
The id of the document to delete.
- id(String) - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequest
-
Sets the id of the document to delete.
- id() - インタフェース のメソッドorg.elasticsearch.action.DocumentRequest
-
Get the id of the document for this request
- id() - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- id(String) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- id(String) - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
Sets the id of the document to fetch.
- id() - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
- id() - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
- id() - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
The id of the indexed document.
- id(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Sets the id of the indexed document.
- id() - 列挙型 のメソッドorg.elasticsearch.action.index.IndexRequest.OpType
-
The internal representation of the operation type.
- id() - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptRequest
-
The id of the document to delete.
- id(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptRequest
-
Sets the id of the document to delete.
- id - クラス の変数org.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequest
-
- id(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequest
-
Sets the id of the script to fetch.
- id() - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequest
-
- id() - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
The id of the indexed document.
- id(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
Sets the id of the indexed document.
- id() - 列挙型 のメソッドorg.elasticsearch.action.search.SearchType
-
The internal id of the type.
- id() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Returns the id of document the term vector is requested for.
- id(String) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Sets the id of document the term vector is requested for.
- id() - 列挙型 のメソッドorg.elasticsearch.action.ThreadingModel
-
- id() - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
The id of the indexed document.
- id(String) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
Sets the id of the indexed document.
- id() - 列挙型 のメソッドorg.elasticsearch.action.WriteConsistencyLevel
-
- id() - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlock
-
- id() - 列挙型 のメソッドorg.elasticsearch.cluster.block.ClusterBlockLevel
-
- id() - 列挙型 のメソッドorg.elasticsearch.cluster.ClusterState.ClusterStateStatus
-
- id() - 列挙型 のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.State
-
- id() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData
-
- Id(String) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.MappingMetaData.Id
-
- id() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
The id value parsed, null if does not require parsing, or not resolved.
- id() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
The unique id of the node.
- id() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
The shard id.
- id() - 列挙型 のメソッドorg.elasticsearch.common.rounding.DateTimeUnit
-
- id() - クラス のメソッドorg.elasticsearch.common.rounding.Rounding.FactorRounding
-
- id() - クラス のメソッドorg.elasticsearch.common.rounding.Rounding
-
- id() - クラス のメソッドorg.elasticsearch.common.rounding.Rounding.Interval
-
- id() - クラス のメソッドorg.elasticsearch.common.rounding.Rounding.OffsetRounding
-
- id() - クラス のメソッドorg.elasticsearch.common.transport.LocalTransportAddress
-
- id() - クラス のメソッドorg.elasticsearch.discovery.zen.ping.ZenPing.PingResponse
-
an always increasing unique identifier for this ping response.
- id() - 例外 のメソッドorg.elasticsearch.index.AlreadyExpiredException
-
- id() - 例外 のメソッドorg.elasticsearch.index.engine.CreateFailedEngineException
-
- id() - クラス のメソッドorg.elasticsearch.index.engine.Engine.Delete
-
- id() - クラス のメソッドorg.elasticsearch.index.engine.Engine.IndexingOperation
-
- id() - 例外 のメソッドorg.elasticsearch.index.engine.IndexFailedEngineException
-
- id() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- id(String) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
Really, just the id mapper should set this.
- id() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- id(String) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
Really, just the id mapper should set this.
- id() - クラス のメソッドorg.elasticsearch.index.mapper.ParsedDocument
-
- id() - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- id(String) - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- id() - クラス のメソッドorg.elasticsearch.index.mapper.Uid
-
- ID - インタフェース のstatic変数org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
-
- id() - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- id(String) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- id() - 列挙型 のメソッドorg.elasticsearch.index.shard.IndexShardState
-
- id() - クラス のメソッドorg.elasticsearch.index.shard.ShardId
-
- id() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Create
-
- id() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Index
-
- id() - 列挙型 のメソッドorg.elasticsearch.index.translog.Translog.Operation.Type
-
- id() - 列挙型 のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Stage
-
- id() - 列挙型 のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Type
-
- id() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- id() - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction.ScrollFreeContextRequest
-
- id() - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.BooleanFormatter
-
- id() - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.DateTime
-
- id() - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.GeoHash
-
- id() - インタフェース のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter
-
Uniquely identifies this formatter (used for efficient serialization)
- id() - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.IPv4Formatter
-
- id() - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.Number.Pattern
-
- id() - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.Raw
-
- id() - クラス のメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- id() - クラス のメソッドorg.elasticsearch.search.fetch.FetchSearchResult
-
- id() - クラス のメソッドorg.elasticsearch.search.fetch.QueryFetchSearchResult
-
- id() - クラス のメソッドorg.elasticsearch.search.fetch.ShardFetchRequest
-
- id() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- id() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- id() - クラス のメソッドorg.elasticsearch.search.internal.InternalScrollSearchRequest
-
- id() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- id() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- id() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchRequest
-
- id() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- id() - 例外 のメソッドorg.elasticsearch.search.SearchContextMissingException
-
- id() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The id of the document.
- id() - インタフェース のメソッドorg.elasticsearch.search.SearchPhaseResult
-
- id() - 列挙型 のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Sort
-
- id - クラス の変数org.elasticsearch.Version
-
- identical - クラス の変数org.elasticsearch.index.store.Store.RecoveryDiff
-
Files that exist in both snapshots and they can be considered the same ie. they don't need to be recovered
- identicalTo(Object) - クラス のstaticメソッドorg.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches only the given object.
- idFieldMapper() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- IdFieldMapper - org.elasticsearch.index.mapper.internalのクラス
-
- IdFieldMapper.Builder - org.elasticsearch.index.mapper.internalのクラス
-
- IdFieldMapper.Defaults - org.elasticsearch.index.mapper.internalのクラス
-
- IdFieldMapper.TypeParser - org.elasticsearch.index.mapper.internalのクラス
-
- idParsingStillNeeded() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
Is id parsing still needed?
- idResolved() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
Has id been resolved during the parsing phase.
- ids(String[]) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- ids(String...) - クラス のメソッドorg.elasticsearch.index.query.IdsQueryBuilder
-
Adds ids to the filter.
- ids(Collection<String>) - クラス のメソッドorg.elasticsearch.index.query.IdsQueryBuilder
-
Adds ids to the filter.
- ids(String...) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
非推奨です。
- IDS - インタフェース のstatic変数org.elasticsearch.index.query.MoreLikeThisQueryParser.Field
-
- idsEqual(byte[]) - クラス のメソッドorg.elasticsearch.index.engine.Engine.CommitId
-
- idsQuery(String...) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
Constructs a query that will match only specific ids within types.
- IdsQueryBuilder - org.elasticsearch.index.queryのクラス
-
A query that will return only documents matching specific ids (and a type).
- IdsQueryBuilder(String...) - クラス のコンストラクタorg.elasticsearch.index.query.IdsQueryBuilder
-
- IdsQueryParser - org.elasticsearch.index.queryのクラス
-
- IdsQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.IdsQueryParser
-
- IEEEremainder(Short, Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- IEEEremainder(Integer, Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- IEEEremainder(Float, Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- IEEEremainder(Long, Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- IEEEremainder(Double, Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- ifd - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery
-
非推奨です。
- IGNORE_ABOVE - クラス のstatic変数org.elasticsearch.index.mapper.core.StringFieldMapper.Defaults
-
- IGNORE_MALFORMED - クラス のstatic変数org.elasticsearch.index.mapper.core.NumberFieldMapper.Defaults
-
- IGNORE_MALFORMED - クラス のstatic変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Defaults
-
- IGNORE_MALFORMED - クラス のstatic変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Names
-
- IGNORE_SYSTEM_PROPERTIES_SETTING - クラス のstatic変数org.elasticsearch.node.internal.InternalSettingsPreparer
-
- IGNORE_UNMAPPED - クラス のstatic変数org.elasticsearch.search.sort.SortParseElement
-
- ignoreAbove - クラス の変数org.elasticsearch.index.mapper.core.StringFieldMapper.Builder
-
- ignoreAbove(int) - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper.Builder
-
- ignoreCase() - クラス のメソッドorg.elasticsearch.index.analysis.StopTokenFilterFactory
-
- ignored() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
The list of ignored unassigned shards (read only).
- ignoreDisable(boolean) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- ignoreDisable() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- ignoredSize() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Returns the size of the temporarily marked as ignored unassigned shards
- ignoreErrorsOnGeneratedFields(boolean) - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
- ignoreErrorsOnGeneratedFields() - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
- ignoreErrorsOnGeneratedFields - クラス の変数org.elasticsearch.action.get.MultiGetRequest
-
- ignoreErrorsOnGeneratedFields(boolean) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- ignoreErrorsOnGeneratedFields(Boolean) - クラス のメソッドorg.elasticsearch.action.get.MultiGetShardRequest
-
- ignoreErrorsOnGeneratedFields() - クラス のメソッドorg.elasticsearch.action.get.MultiGetShardRequest
-
- ignoreException() - クラス のメソッドorg.elasticsearch.search.fetch.script.ScriptFieldsContext.ScriptField
-
- ignoreIdleThreads() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- ignoreIdleThreads(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- ignoreIdleThreads(boolean) - クラス のメソッドorg.elasticsearch.monitor.jvm.HotThreads
-
- ignoreIndexSettings(String...) - クラス のメソッド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>) - クラス のメソッド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() - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns index settings that that shouldn't be restored
- ignoreLike(MoreLikeThisQueryBuilder.Item...) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- ignoreLike(String...) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
- ignoreMalformed(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.Builder
-
- ignoreMalformed(Mapper.BuilderContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.Builder
-
- ignoreMalformed - クラス の変数org.elasticsearch.index.mapper.core.NumberFieldMapper
-
- ignoreMalformed - クラス の変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Builder
-
- ignoreMalformed(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Builder
-
- ignoreMalformed(Mapper.BuilderContext) - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Builder
-
- ignoreMalformed - クラス の変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper
-
- ignoreMalformed(boolean) - クラス のメソッドorg.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- ignoreMalformed(boolean) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceQueryBuilder
-
- ignoreMalformed(boolean) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
-
- ignoreMalformed(boolean) - クラス のメソッドorg.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- ignoreMalformed(boolean) - クラス のメソッドorg.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- ignoreMissing() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
-
- ignoreMissing(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper.Builder
-
- ignoreMissing() - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper
-
- IgnoreOnRecoveryEngineException - org.elasticsearch.index.engineのインタフェース
-
Exceptions implementing this interface will be ignored during recovery.
- ignoreRecoveryAttempt() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
Returns true if this shard can ignore a recovery attempt made to it (since the already doing/done it)
- ignoreReplicaException(Throwable) - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction
-
Should an exception be ignored when the operation is performed on the replica.
- ignoreShard(ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Marks a shard as temporarily ignored and adds it to the ignore unassigned list.
- ignoreUnassignedIfDelayed(RoutingNodes.UnassignedShards.UnassignedIterator, ShardRouting) - クラス のメソッドorg.elasticsearch.gateway.ReplicaShardAllocator
-
Check if the allocation of the replica is to be delayed.
- ignoreUnavailable(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Set to true to ignore unavailable snapshots
- ignoreUnavailable() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
- ignoreUnavailable() - クラス のメソッドorg.elasticsearch.action.support.IndicesOptions
-
- ignoreUnmapped(boolean) - クラス のメソッドorg.elasticsearch.search.sort.FieldSortBuilder
-
- IllegalIndexShardStateException - org.elasticsearch.index.shardの例外
-
- IllegalIndexShardStateException(ShardId, IndexShardState, String) - 例外 のコンストラクタorg.elasticsearch.index.shard.IllegalIndexShardStateException
-
- IllegalIndexShardStateException(ShardId, IndexShardState, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.shard.IllegalIndexShardStateException
-
- IllegalIndexShardStateException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.shard.IllegalIndexShardStateException
-
- illegalScorer(String) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
Return a Scorer that throws an ElasticsearchIllegalStateException
on all operations with the given message.
- IllegalShardRoutingStateException - org.elasticsearch.cluster.routingの例外
-
This exception defines illegal states of shard routing
- IllegalShardRoutingStateException(ShardRouting, String) - 例外 のコンストラクタorg.elasticsearch.cluster.routing.IllegalShardRoutingStateException
-
- IllegalShardRoutingStateException(ShardRouting, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.cluster.routing.IllegalShardRoutingStateException
-
- IllegalShardRoutingStateException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.cluster.routing.IllegalShardRoutingStateException
-
- IMMEDIATE - クラス のstatic変数org.elasticsearch.common.Priority
-
- immutableMap() - クラス のメソッドorg.elasticsearch.common.collect.MapBuilder
-
- ImmutableOpenIntMap<VType> - org.elasticsearch.common.collectのクラス
-
An immutable map implementation based on open hash map.
- ImmutableOpenIntMap.Builder<VType> - org.elasticsearch.common.collectのクラス
-
- ImmutableOpenMap<KType,VType> - org.elasticsearch.common.collectのクラス
-
An immutable map implementation based on open hash map.
- ImmutableOpenMap.Builder<KType,VType> - org.elasticsearch.common.collectのクラス
-
- immutableReader() - クラス のメソッドorg.elasticsearch.index.translog.TranslogWriter
-
returns a new immutable reader which only exposes the current written operation *
- ImmutableTranslogReader - org.elasticsearch.index.translogのクラス
-
a translog reader which is fixed in length
- ImmutableTranslogReader(long, ChannelReference, long, long, int) - クラス のコンストラクタorg.elasticsearch.index.translog.ImmutableTranslogReader
-
Create a snapshot of translog file channel.
- IMPLEMENTATION_ALREADY_SET - クラス のstatic変数org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- ImplementedBy - org.elasticsearch.common.injectの注釈型
-
A pointer to the default implementation of a type.
- implies(Permission) - クラス のメソッドorg.elasticsearch.script.ClassPermission
-
- in - クラス の変数org.elasticsearch.client.FilterClient
-
- in() - クラス のメソッドorg.elasticsearch.client.FilterClient
-
- in(Class<? extends Annotation>) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.ScopedBindingBuilder
-
See the EDSL examples at
Binder.
- in(Scope) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.ScopedBindingBuilder
-
See the EDSL examples at
Binder.
- in(Class<? extends Annotation>) - クラス のメソッドorg.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- in(Scope) - クラス のメソッドorg.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- INACTIVE_SHARD_INDEXING_BUFFER - クラス のstatic変数org.elasticsearch.indices.memory.IndexingMemoryController
-
Once a shard becomes inactive, we reduce the IndexWriter buffer to this value (500 KB) to let active shards use the heap instead.
- INACTIVE_SHARD_TRANSLOG_BUFFER - クラス のstatic変数org.elasticsearch.indices.memory.IndexingMemoryController
-
Once a shard becomes inactive, we reduce the Translog buffer to this value (1 KB) to let active shards use the heap instead.
- inc() - クラス のメソッドorg.elasticsearch.common.metrics.CounterMetric
-
- inc(long) - クラス のメソッドorg.elasticsearch.common.metrics.CounterMetric
-
- inc(long) - クラス のメソッドorg.elasticsearch.common.metrics.MeanMetric
-
- incCurrentAsSource() - クラス のメソッドorg.elasticsearch.index.recovery.RecoveryStats
-
- incCurrentAsTarget() - クラス のメソッドorg.elasticsearch.index.recovery.RecoveryStats
-
- include(boolean) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Whether to include the input documents.
- INCLUDE - インタフェース のstatic変数org.elasticsearch.index.query.MoreLikeThisQueryParser.Field
-
- include(SpanQueryBuilder) - クラス のメソッドorg.elasticsearch.index.query.SpanNotQueryBuilder
-
- include(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsBuilder
-
Define a regular expression that will determine what terms should be aggregated.
- include(String, int) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsBuilder
-
Define a regular expression that will determine what terms should be aggregated.
- include(String[]) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsBuilder
-
Define a set of terms that should be aggregated.
- include(long[]) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsBuilder
-
Define a set of terms that should be aggregated.
- include(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsBuilder
-
Define a regular expression that will determine what terms should be aggregated.
- include(String[]) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsBuilder
-
Define a set of terms that should be aggregated.
- include(long[]) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsBuilder
-
Define a set of terms that should be aggregated.
- include(double[]) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsBuilder
-
Define a set of terms that should be aggregated.
- INCLUDE_NEGATIVES_FIELD - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
-
- includeAliases(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
If set to true the restore procedure will restore aliases
- includeAliases() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns true if aliases should be restored from this snapshot
- includeAliases() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns true if aliases should be restore during this restore operation
- includeDefaults() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- includeDefaults() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- includeDefaults(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
Indicates whether default mapping settings should be returned
- includeDefaults(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
Indicates whether default mapping settings should be returned
- includeExclude - クラス の変数org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator
-
- IncludeExclude - org.elasticsearch.search.aggregations.bucket.terms.supportのクラス
-
Defines the include/exclude regular expression filtering for string terms aggregation.
- IncludeExclude(RegExp, RegExp) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
-
- IncludeExclude(SortedSet<BytesRef>, SortedSet<BytesRef>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
-
- includeExclude() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.Parser
-
- IncludeExclude.LongFilter - org.elasticsearch.search.aggregations.bucket.terms.supportのクラス
-
- IncludeExclude.OrdinalsFilter - org.elasticsearch.search.aggregations.bucket.terms.supportのクラス
-
- IncludeExclude.Parser - org.elasticsearch.search.aggregations.bucket.terms.supportのクラス
-
- IncludeExclude.StringFilter - org.elasticsearch.search.aggregations.bucket.terms.supportのクラス
-
- includeFetch() - クラス のメソッドorg.elasticsearch.search.fetch.QueryFetchSearchResult
-
- includeFetch() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- includeFetch() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResultProvider
-
If both query and fetch happened on the same call.
- includeFilters() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- includeGlobalState(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Set to true if global state should be stored as part of the snapshot
- includeGlobalState() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Returns true if global state should be stored as part of the snapshot
- includeGlobalState(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
If set to true the restore procedure will restore global cluster state.
- includeGlobalState() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns true if global state should be restored from this snapshot
- includeGlobalState() - クラス のメソッドorg.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- includeGlobalState() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns true if global state should be restore during this restore operation
- includeGlobalState(boolean) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Set to true if global state should be stored as part of the snapshot
- includeGlobalState() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns true if global state should be stored as part of the snapshot
- includeInAll - クラス の変数org.elasticsearch.index.mapper.core.NumberFieldMapper
-
- includeInAll(Boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper
-
- includeInAll(Boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper
-
- includeInAll - クラス の変数org.elasticsearch.index.mapper.FieldMapper.Builder
-
- includeInAll(Boolean) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- includeInAll(Boolean) - インタフェース のメソッドorg.elasticsearch.index.mapper.internal.AllFieldMapper.IncludeInAll
-
If includeInAll is not null then return a copy of this mapper
that will include values in the _all field according to includeInAll.
- includeInAll - クラス の変数org.elasticsearch.index.mapper.object.ObjectMapper.Builder
-
- includeInAll(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper.Builder
-
- includeInAll(Boolean) - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper
-
- includeInAll(Boolean, FieldMapper) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- includeInAllIfNotSet(Boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper
-
- includeInAllIfNotSet(Boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper
-
- includeInAllIfNotSet(Boolean) - インタフェース のメソッドorg.elasticsearch.index.mapper.internal.AllFieldMapper.IncludeInAll
-
If includeInAll is not null and not set on this mapper yet, then
return a copy of this mapper that will include values in the _all field
according to includeInAll.
- includeInAllIfNotSet(Boolean) - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper
-
- includeLower(boolean) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
-
- includeLower(boolean) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
Should the lower bound be included or not.
- includeNegatives - クラス の変数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 - クラス の変数org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.NXYBuilder
-
- IncludeNestedDocsQuery - org.elasticsearch.index.search.nestedのクラス
-
A special query that accepts a top level parent matching query, and returns the nested docs of the matching parent
doc as well.
- IncludeNestedDocsQuery(Query, BitSetProducer) - クラス のコンストラクタorg.elasticsearch.index.search.nested.IncludeNestedDocsQuery
-
- includeProperty(String) - クラス のメソッドorg.elasticsearch.common.xcontent.support.filtering.FilterPathBasedFilter
-
- includes(String[]) - クラス のメソッドorg.elasticsearch.index.mapper.internal.SourceFieldMapper.Builder
-
- includes() - クラス のメソッドorg.elasticsearch.index.mapper.internal.SourceFieldMapper
-
- includes() - クラス のメソッドorg.elasticsearch.search.fetch.source.FetchSourceContext
-
- includes(String[]) - クラス のメソッドorg.elasticsearch.search.fetch.source.FetchSourceContext
-
- includeUpper(boolean) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
-
- includeUpper(boolean) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
Should the upper bound be included or not.
- IncompatibleClusterStateVersionException - org.elasticsearch.clusterの例外
-
- IncompatibleClusterStateVersionException(String) - 例外 のコンストラクタorg.elasticsearch.cluster.IncompatibleClusterStateVersionException
-
- IncompatibleClusterStateVersionException(long, String, long, String) - 例外 のコンストラクタorg.elasticsearch.cluster.IncompatibleClusterStateVersionException
-
- IncompatibleClusterStateVersionException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.cluster.IncompatibleClusterStateVersionException
-
- incRef() - クラス のメソッドorg.elasticsearch.common.util.concurrent.AbstractRefCounted
-
- incRef() - インタフェース のメソッドorg.elasticsearch.common.util.concurrent.RefCounted
-
Increments the refCount of this instance.
- incRef() - クラス のメソッドorg.elasticsearch.index.store.Store
-
Increments the refCount of this Store instance.
- increment(long, double) - インタフェース のメソッドorg.elasticsearch.common.util.DoubleArray
-
Increment value at the given index by inc and return the value.
- increment(long, float) - インタフェース のメソッドorg.elasticsearch.common.util.FloatArray
-
Increment value at the given index by inc and return the value.
- increment(long, int) - インタフェース のメソッドorg.elasticsearch.common.util.IntArray
-
Increment value at the given index by inc and return the value.
- increment(long, long) - インタフェース のメソッドorg.elasticsearch.common.util.LongArray
-
Increment value at the given index by inc and return the value.
- incrementBucketDocCount(long, int) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BucketsAggregator
-
Utility method to increment the doc counts of the given bucket (identified by the bucket ordinal)
- incrementOperationCounter() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- incrementRecoveredOperations() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Translog
-
- incrementToken() - クラス のメソッドorg.apache.lucene.analysis.miscellaneous.UniqueTokenFilter
-
- incrementToken() - クラス のメソッドorg.apache.lucene.analysis.PrefixAnalyzer.PrefixTokenFilter
-
- incrementToken() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllTokenStream
-
- incrementToken() - クラス のメソッドorg.elasticsearch.index.analysis.NumericTokenizer
-
- incrementToken() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionTokenStream
-
- incrementVersion() - クラス のメソッドorg.elasticsearch.cluster.ClusterState.Builder
-
- index() - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo.Failure
-
- index() - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- index() - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The index name to create.
- index(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- index() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemRequest
-
- index() - インタフェース のメソッドorg.elasticsearch.action.DocumentRequest
-
Get the index that this request operates on
- index() - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
- index(String) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
- index() - クラス のメソッドorg.elasticsearch.action.search.ShardSearchFailure
-
The index the search failed on.
- index() - インタフェース のメソッドorg.elasticsearch.action.ShardOperationFailedException
-
The index the operation failed on.
- index() - クラス のメソッドorg.elasticsearch.action.support.DefaultShardOperationFailedException
-
- index - クラス の変数org.elasticsearch.action.support.replication.ReplicationRequest
-
- index() - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
- index(String) - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
- index - クラス の変数org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- index() - クラス のメソッドorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- index(String) - クラス のメソッドorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- index - クラス の変数org.elasticsearch.action.support.single.shard.SingleShardRequest
-
The concrete index name
Whether index property is optional depends on the concrete implementation.
- index() - クラス のメソッドorg.elasticsearch.action.support.single.shard.SingleShardRequest
-
- index(String) - クラス のメソッドorg.elasticsearch.action.support.single.shard.SingleShardRequest
-
Sets the index.
- index(IndexRequest) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Index a JSON source associated with a given index and type.
- index(IndexRequest, ActionListener<IndexResponse>) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Index a document associated with a given index and type.
- index(IndexRequest) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- index(IndexRequest, ActionListener<IndexResponse>) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- index() - クラス のメソッドorg.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
-
- index(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- index() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- Index(IndexMetaData) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.AliasOrIndex.Index
-
- index() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- index(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- index(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- index() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
Return the index id
- index() - クラス のメソッドorg.elasticsearch.cluster.routing.RestoreSource
-
- index(String) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
- index() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
The index name.
- index - クラス の変数org.elasticsearch.common.util.concurrent.AtomicArray.Entry
-
The original index of the value within the array.
- index - クラス の変数org.elasticsearch.common.util.LongObjectPagedHashMap.Cursor
-
- index() - 列挙型 のメソッドorg.elasticsearch.common.xcontent.XContentType
-
- index - クラス の変数org.elasticsearch.index.AbstractIndexComponent
-
- index() - クラス のメソッドorg.elasticsearch.index.AbstractIndexComponent
-
- index() - 例外 のメソッドorg.elasticsearch.index.AlreadyExpiredException
-
- index(Engine.Index) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
- Index(Term, ParsedDocument, long, VersionType, Engine.Operation.Origin, long, boolean) - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.Index
-
- Index(Term, ParsedDocument, long, VersionType, Engine.Operation.Origin, long) - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.Index
-
- Index(Term, ParsedDocument) - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.Index
-
- index(Engine.Index) - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- index(Engine.Index) - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- index - クラス の変数org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- index() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
-
- index() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildIndexFieldData.GlobalFieldData
-
- Index - org.elasticsearch.indexのクラス
-
- Index(String) - クラス のコンストラクタorg.elasticsearch.index.Index
-
- index() - インタフェース のメソッドorg.elasticsearch.index.IndexComponent
-
- index(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- index(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper.Builder
-
非推奨です。
- index() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- index() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- index() - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- index(String) - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- INDEX - インタフェース のstatic変数org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
-
- index() - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- index(String) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- index() - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- index(Engine.Index) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
Index a document and return whether it was created, as opposed to just
updated.
- index() - クラス のメソッドorg.elasticsearch.index.shard.ShardId
-
- index() - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus
-
- Index() - クラス のコンストラクタorg.elasticsearch.index.shard.SnapshotStatus.Index
-
- Index() - クラス のコンストラクタorg.elasticsearch.index.translog.Translog.Index
-
- Index(Engine.Index) - クラス のコンストラクタorg.elasticsearch.index.translog.Translog.Index
-
- Index(String, String, byte[]) - クラス のコンストラクタorg.elasticsearch.index.translog.Translog.Index
-
- Index() - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- index() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- index() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- index() - インタフェース のメソッドorg.elasticsearch.search.internal.ShardSearchRequest
-
- index() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- index() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The index of the hit.
- index() - クラス のメソッドorg.elasticsearch.search.SearchShardTarget
-
- index() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardFailure
-
Returns index where failure occurred
- INDEX - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool.Names
-
- INDEX_BUFFER_SIZE_SETTING - クラス のstatic変数org.elasticsearch.indices.memory.IndexingMemoryController
-
How much heap (% or bytes) we will share across all actively indexing shards on this node (default: 10%).
- INDEX_BYTES_SIZE_SETTINGS - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaDataIndexUpgradeService
-
All known byte-sized settings for an index.
- INDEX_CACHE_REQUEST_ENABLED - クラス のstatic変数org.elasticsearch.indices.cache.request.IndicesRequestCache
-
A setting to enable or disable request caching on an index level.
- INDEX_CLOSED_BLOCK - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaDataIndexStateService
-
- INDEX_CODEC_SETTING - クラス のstatic変数org.elasticsearch.index.engine.EngineConfig
-
Index setting to change the low level lucene codec used for writing new segments.
- INDEX_COMPOUND_FORMAT - クラス のstatic変数org.elasticsearch.index.shard.MergePolicyConfig
-
- INDEX_COMPOUND_ON_FLUSH - クラス のstatic変数org.elasticsearch.index.engine.EngineConfig
-
Index setting for compound file on flush.
- INDEX_CONTENT_TYPE - クラス のstatic変数org.elasticsearch.client.Requests
-
The default content type to use to generate source documents when indexing.
- INDEX_DELAYED_NODE_LEFT_TIMEOUT_SETTING - クラス のstatic変数org.elasticsearch.cluster.routing.UnassignedInfo
-
- INDEX_DELETED_ACTION_NAME - クラス のstatic変数org.elasticsearch.cluster.action.index.NodeIndexDeletedAction
-
- INDEX_FLUSH_ON_CLOSE - クラス のstatic変数org.elasticsearch.index.shard.IndexShard
-
Index setting to control if a flush is executed before engine is closed
This setting is realtime updateable.
- INDEX_FOLDER_NAME - クラス のstatic変数org.elasticsearch.index.shard.ShardPath
-
- INDEX_FORCE_NEW_TRANSLOG - クラス のstatic変数org.elasticsearch.index.engine.EngineConfig
-
if set to true the engine will start even if the translog id in the commit point can not be found
- INDEX_GC_DELETES_SETTING - クラス のstatic変数org.elasticsearch.index.engine.EngineConfig
-
Index setting to enable / disable deletes garbage collection.
- INDEX_INDEXING_SLOWLOG_LEVEL - クラス のstatic変数org.elasticsearch.index.indexing.IndexingSlowLog
-
- INDEX_INDEXING_SLOWLOG_MAX_SOURCE_CHARS_TO_LOG - クラス のstatic変数org.elasticsearch.index.indexing.IndexingSlowLog
-
- INDEX_INDEXING_SLOWLOG_REFORMAT - クラス のstatic変数org.elasticsearch.index.indexing.IndexingSlowLog
-
- INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_DEBUG - クラス のstatic変数org.elasticsearch.index.indexing.IndexingSlowLog
-
- INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_INFO - クラス のstatic変数org.elasticsearch.index.indexing.IndexingSlowLog
-
- INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_TRACE - クラス のstatic変数org.elasticsearch.index.indexing.IndexingSlowLog
-
- INDEX_INDEXING_SLOWLOG_THRESHOLD_INDEX_WARN - クラス のstatic変数org.elasticsearch.index.indexing.IndexingSlowLog
-
- INDEX_MAPPER_DYNAMIC_DEFAULT - クラス のstatic変数org.elasticsearch.index.mapper.MapperService
-
- INDEX_MAPPER_DYNAMIC_SETTING - クラス のstatic変数org.elasticsearch.index.mapper.MapperService
-
- INDEX_MAPPING_NESTED_FIELDS_LIMIT_SETTING - クラス のstatic変数org.elasticsearch.index.mapper.MapperService
-
- INDEX_MERGE_ENABLED - クラス のstatic変数org.elasticsearch.index.shard.MergePolicyConfig
-
- INDEX_MERGE_POLICY_EXPUNGE_DELETES_ALLOWED - クラス のstatic変数org.elasticsearch.index.shard.MergePolicyConfig
-
- INDEX_MERGE_POLICY_FLOOR_SEGMENT - クラス のstatic変数org.elasticsearch.index.shard.MergePolicyConfig
-
- INDEX_MERGE_POLICY_MAX_MERGE_AT_ONCE - クラス のstatic変数org.elasticsearch.index.shard.MergePolicyConfig
-
- INDEX_MERGE_POLICY_MAX_MERGE_AT_ONCE_EXPLICIT - クラス のstatic変数org.elasticsearch.index.shard.MergePolicyConfig
-
- INDEX_MERGE_POLICY_MAX_MERGED_SEGMENT - クラス のstatic変数org.elasticsearch.index.shard.MergePolicyConfig
-
- INDEX_MERGE_POLICY_RECLAIM_DELETES_WEIGHT - クラス のstatic変数org.elasticsearch.index.shard.MergePolicyConfig
-
- INDEX_MERGE_POLICY_SEGMENTS_PER_TIER - クラス のstatic変数org.elasticsearch.index.shard.MergePolicyConfig
-
- INDEX_METADATA_BLOCK - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_NAME - クラス のstatic変数org.elasticsearch.index.mapper.internal.AllFieldMapper.Defaults
-
- INDEX_NAME - クラス のstatic変数org.elasticsearch.index.query.GeoShapeQueryParser.DEFAULTS
-
- INDEX_OPTIMIZE_AUTOGENERATED_ID_SETTING - クラス のstatic変数org.elasticsearch.index.engine.EngineConfig
-
Setting to control auto generated ID optimizations.
- INDEX_OPTIONS_DOCS - クラス のstatic変数org.elasticsearch.index.mapper.core.TypeParsers
-
- INDEX_OPTIONS_FREQS - クラス のstatic変数org.elasticsearch.index.mapper.core.TypeParsers
-
- INDEX_OPTIONS_OFFSETS - クラス のstatic変数org.elasticsearch.index.mapper.core.TypeParsers
-
- INDEX_OPTIONS_POSITIONS - クラス のstatic変数org.elasticsearch.index.mapper.core.TypeParsers
-
- INDEX_QUERY_CACHE - クラス のstatic変数org.elasticsearch.index.cache.IndexCacheModule
-
- INDEX_READ_BLOCK - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_READ_ONLY_BLOCK - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_RECOVERY_INITIAL_SHARDS - クラス のstatic変数org.elasticsearch.gateway.PrimaryShardAllocator
-
- INDEX_REFRESH_INTERVAL - クラス のstatic変数org.elasticsearch.index.shard.IndexShard
-
- INDEX_ROUTING_ALLOCATION_DISABLE_ALLOCATION - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.DisableAllocationDecider
-
非推奨です。
- INDEX_ROUTING_ALLOCATION_DISABLE_NEW_ALLOCATION - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.DisableAllocationDecider
-
非推奨です。
- INDEX_ROUTING_ALLOCATION_DISABLE_REPLICA_ALLOCATION - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.DisableAllocationDecider
-
非推奨です。
- INDEX_ROUTING_ALLOCATION_ENABLE - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
-
- INDEX_ROUTING_EXCLUDE_GROUP - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- INDEX_ROUTING_INCLUDE_GROUP - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- INDEX_ROUTING_REBALANCE_ENABLE - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider
-
- INDEX_ROUTING_REQUIRE_GROUP - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.FilterAllocationDecider
-
- INDEX_SEARCH_SLOWLOG_LEVEL - クラス のstatic変数org.elasticsearch.index.search.stats.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_REFORMAT - クラス のstatic変数org.elasticsearch.index.search.stats.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_FETCH_DEBUG - クラス のstatic変数org.elasticsearch.index.search.stats.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_FETCH_INFO - クラス のstatic変数org.elasticsearch.index.search.stats.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_FETCH_TRACE - クラス のstatic変数org.elasticsearch.index.search.stats.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_FETCH_WARN - クラス のstatic変数org.elasticsearch.index.search.stats.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_QUERY_DEBUG - クラス のstatic変数org.elasticsearch.index.search.stats.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_QUERY_INFO - クラス のstatic変数org.elasticsearch.index.search.stats.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_QUERY_TRACE - クラス のstatic変数org.elasticsearch.index.search.stats.SearchSlowLog
-
- INDEX_SEARCH_SLOWLOG_THRESHOLD_QUERY_WARN - クラス のstatic変数org.elasticsearch.index.search.stats.SearchSlowLog
-
- INDEX_SETTING_PREFIX - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_STORE_DELETED_ACTION_NAME - クラス のstatic変数org.elasticsearch.cluster.action.index.NodeIndexDeletedAction
-
- INDEX_STORE_STATS_REFRESH_INTERVAL - クラス のstatic変数org.elasticsearch.index.store.Store
-
- INDEX_STORE_THROTTLE_MAX_BYTES_PER_SEC - クラス のstatic変数org.elasticsearch.index.store.IndexStore
-
- INDEX_STORE_THROTTLE_TYPE - クラス のstatic変数org.elasticsearch.index.store.IndexStore
-
- INDEX_TIME_SETTINGS - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaDataIndexUpgradeService
-
All known time settings for an index.
- INDEX_TOTAL_SHARDS_PER_NODE - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
-
Controls the maximum number of shards per index on a single Elasticsearch
node.
- INDEX_TRANSLOG_BUFFER_SIZE - クラス のstatic変数org.elasticsearch.index.translog.TranslogConfig
-
- INDEX_TRANSLOG_DISABLE_FLUSH - クラス のstatic変数org.elasticsearch.index.translog.TranslogService
-
- INDEX_TRANSLOG_DURABILITY - クラス のstatic変数org.elasticsearch.index.translog.TranslogConfig
-
- INDEX_TRANSLOG_FLUSH_INTERVAL - クラス のstatic変数org.elasticsearch.index.translog.TranslogService
-
- INDEX_TRANSLOG_FLUSH_THRESHOLD_OPS - クラス のstatic変数org.elasticsearch.index.translog.TranslogService
-
- INDEX_TRANSLOG_FLUSH_THRESHOLD_PERIOD - クラス のstatic変数org.elasticsearch.index.translog.TranslogService
-
- INDEX_TRANSLOG_FLUSH_THRESHOLD_SIZE - クラス のstatic変数org.elasticsearch.index.translog.TranslogService
-
- INDEX_TRANSLOG_FS_TYPE - クラス のstatic変数org.elasticsearch.index.translog.TranslogConfig
-
- INDEX_TRANSLOG_SYNC_INTERVAL - クラス のstatic変数org.elasticsearch.index.translog.TranslogConfig
-
- INDEX_TTL_DISABLE_PURGE - クラス のstatic変数org.elasticsearch.indices.ttl.IndicesTTLService
-
- INDEX_UUID_NA_VALUE - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- INDEX_VERSION_MAP_SIZE - クラス のstatic変数org.elasticsearch.index.engine.EngineConfig
-
The maximum size the version map should grow to before issuing a refresh.
- INDEX_WARMER_ENABLED - クラス のstatic変数org.elasticsearch.indices.IndicesWarmer
-
- INDEX_WRITE_BLOCK - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- IndexAction - org.elasticsearch.action.indexのクラス
-
- indexAliasesRequest() - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates an index aliases request allowing to add and remove aliases.
- IndexAliasesService - org.elasticsearch.index.aliasesのクラス
-
- IndexAliasesService(Index, IndexSettingsService, IndexQueryParserService) - クラス のコンストラクタorg.elasticsearch.index.aliases.IndexAliasesService
-
- IndexAliasesServiceModule - org.elasticsearch.index.aliasesのクラス
-
- IndexAliasesServiceModule() - クラス のコンストラクタorg.elasticsearch.index.aliases.IndexAliasesServiceModule
-
- IndexAlreadyExistsException - org.elasticsearch.indicesの例外
-
- IndexAlreadyExistsException(Index) - 例外 のコンストラクタorg.elasticsearch.indices.IndexAlreadyExistsException
-
- IndexAlreadyExistsException(Index, String) - 例外 のコンストラクタorg.elasticsearch.indices.IndexAlreadyExistsException
-
- IndexAlreadyExistsException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.indices.IndexAlreadyExistsException
-
- indexAnalyzer() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentFieldMappers
-
A smart analyzer used for indexing that takes into account specific analyzers configured
per
FieldMapper.
- indexAnalyzer(NamedAnalyzer) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- indexAnalyzer() - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- indexAnalyzer() - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- indexBlocked(ClusterBlockLevel, String) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks
-
- indexBlockedException(ClusterBlockLevel, String) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks
-
- indexBlockedRaiseException(ClusterBlockLevel, String) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks
-
- indexBlockLevel() - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
-
- indexBlockLevel() - クラス のメソッドorg.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
-
- indexBlockLevel() - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction
-
Index level block to check before request execution
- indexBoost(String, float) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Sets the boost a specific index will receive when the query is executeed
against it.
- IndexCache - org.elasticsearch.index.cacheのクラス
-
- IndexCache(Index, IndexSettingsService, QueryCache, BitsetFilterCache) - クラス のコンストラクタorg.elasticsearch.index.cache.IndexCache
-
- indexCache - クラス の変数org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.Key
-
- IndexCacheableQuery - org.elasticsearch.common.luceneのクラス
-
Base implementation for a query which is cacheable at the index level but
not the segment level as usually expected.
- IndexCacheableQuery() - クラス のコンストラクタorg.elasticsearch.common.lucene.IndexCacheableQuery
-
- IndexCacheModule - org.elasticsearch.index.cacheのクラス
-
- IndexCacheModule(Settings) - クラス のコンストラクタorg.elasticsearch.index.cache.IndexCacheModule
-
- IndexClosedException - org.elasticsearch.indicesの例外
-
Exception indicating that one or more requested indices are closed.
- IndexClosedException(Index) - 例外 のコンストラクタorg.elasticsearch.indices.IndexClosedException
-
- IndexClosedException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.indices.IndexClosedException
-
- IndexCommitDelegate - org.elasticsearch.common.luceneのクラス
-
A simple delegate that delegates all IndexCommit calls to a delegated
IndexCommit.
- IndexCommitDelegate(IndexCommit) - クラス のコンストラクタorg.elasticsearch.common.lucene.IndexCommitDelegate
-
Constructs a new IndexCommit that will delegate all calls
to the provided delegate.
- IndexComponent - org.elasticsearch.indexのインタフェース
-
- IndexConstraint - org.elasticsearch.action.fieldstatsのクラス
-
- IndexConstraint(String, IndexConstraint.Property, IndexConstraint.Comparison, String) - クラス のコンストラクタorg.elasticsearch.action.fieldstats.IndexConstraint
-
- IndexConstraint(String, IndexConstraint.Property, IndexConstraint.Comparison, String, String) - クラス のコンストラクタorg.elasticsearch.action.fieldstats.IndexConstraint
-
- IndexConstraint.Comparison - org.elasticsearch.action.fieldstatsの列挙型
-
- IndexConstraint.Property - org.elasticsearch.action.fieldstatsの列挙型
-
- indexCreated(Settings) - クラス のstaticメソッドorg.elasticsearch.Version
-
Return the
Version of Elasticsearch that has been used to create an index given its settings.
- indexCreatedBefore2x - クラス の変数org.elasticsearch.index.mapper.FieldMapper
-
- indexCreatedVersion() - クラス のメソッドorg.elasticsearch.index.mapper.Mapper.BuilderContext
-
- IndexCreationException - org.elasticsearch.indicesの例外
-
- IndexCreationException(Index, Throwable) - 例外 のコンストラクタorg.elasticsearch.indices.IndexCreationException
-
- IndexCreationException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.indices.IndexCreationException
-
- IndexDynamicSettings - org.elasticsearch.index.settingsの注釈型
-
- INDEXED_SUFFIX - クラス のstatic変数org.elasticsearch.script.ScriptParameterParser
-
- IndexedGeoBoundingBoxQuery - org.elasticsearch.index.search.geoのクラス
-
- IndexedGeoBoundingBoxQuery() - クラス のコンストラクタorg.elasticsearch.index.search.geo.IndexedGeoBoundingBoxQuery
-
- indexedShapeIndex(String) - クラス のメソッドorg.elasticsearch.index.query.GeoShapeQueryBuilder
-
Sets the name of the index where the indexed Shape can be found
- indexedShapePath(String) - クラス のメソッドorg.elasticsearch.index.query.GeoShapeQueryBuilder
-
Sets the path of the field in the indexed Shape document that has the Shape itself
- indexedValueForSearch(Object) - クラス のメソッドorg.elasticsearch.index.mapper.core.BooleanFieldMapper.BooleanFieldType
-
- indexedValueForSearch(Object) - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.DateFieldType
-
- indexedValueForSearch(Object) - クラス のメソッドorg.elasticsearch.index.mapper.core.DoubleFieldMapper.DoubleFieldType
-
- indexedValueForSearch(Object) - クラス のメソッドorg.elasticsearch.index.mapper.core.IntegerFieldMapper.IntegerFieldType
-
- indexedValueForSearch(Object) - クラス のメソッドorg.elasticsearch.index.mapper.core.LongFieldMapper.LongFieldType
-
- indexedValueForSearch(Object) - クラス のメソッドorg.elasticsearch.index.mapper.ip.IpFieldMapper.IpFieldType
-
- indexedValueForSearch(Object) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
Returns the indexed value used to construct search "values".
- indexExists(int) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- indexExists(int) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- indexExists(Directory) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
- IndexFailedEngineException - org.elasticsearch.index.engineの例外
-
- IndexFailedEngineException(ShardId, String, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.engine.IndexFailedEngineException
-
- IndexFailedEngineException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.engine.IndexFailedEngineException
-
- indexFailures(String) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTableValidation
-
- IndexField - org.elasticsearch.search.lookupのクラス
-
Script interface to all information regarding a field.
- IndexField(String, LeafIndexLookup) - クラス のコンストラクタorg.elasticsearch.search.lookup.IndexField
-
- IndexFieldData<FD extends AtomicFieldData> - org.elasticsearch.index.fielddataのインタフェース
-
- indexFieldData() - クラス のメソッドorg.elasticsearch.search.aggregations.support.FieldContext
-
- indexFieldData - クラス の変数org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.FieldData
-
- indexFieldData - クラス の変数org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.ParentChild
-
- indexFieldData - クラス の変数org.elasticsearch.search.aggregations.support.ValuesSource.Bytes.WithOrdinals.FieldData
-
- indexFieldData - クラス の変数org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint.Fielddata
-
- indexFieldData - クラス の変数org.elasticsearch.search.aggregations.support.ValuesSource.Numeric.FieldData
-
- IndexFieldData.Builder - org.elasticsearch.index.fielddataのインタフェース
-
- IndexFieldData.CommonSettings - org.elasticsearch.index.fielddataのクラス
-
- IndexFieldData.CommonSettings.MemoryStorageFormat - org.elasticsearch.index.fielddataの列挙型
-
- IndexFieldData.Global<FD extends AtomicFieldData> - org.elasticsearch.index.fielddataのインタフェース
-
- IndexFieldData.XFieldComparatorSource - org.elasticsearch.index.fielddataのクラス
-
- IndexFieldData.XFieldComparatorSource.Nested - org.elasticsearch.index.fielddataのクラス
-
Simple wrapper class around a filter that matches parent documents
and a filter that matches child documents.
- IndexFieldDataCache - org.elasticsearch.index.fielddataのインタフェース
-
A simple field data cache abstraction on the *index* level.
- IndexFieldDataCache.Listener - org.elasticsearch.index.fielddataのインタフェース
-
- IndexFieldDataCache.None - org.elasticsearch.index.fielddataのクラス
-
- IndexFieldDataModule - org.elasticsearch.index.fielddataのクラス
-
- IndexFieldDataModule(Settings) - クラス のコンストラクタorg.elasticsearch.index.fielddata.IndexFieldDataModule
-
- IndexFieldDataService - org.elasticsearch.index.fielddataのクラス
-
- IndexFieldDataService(Index, IndexSettingsService, IndicesFieldDataCache, CircuitBreakerService, MapperService) - クラス のコンストラクタorg.elasticsearch.index.fielddata.IndexFieldDataService
-
- indexFieldDataService() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- IndexFieldMapper() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- IndexFieldMapper - org.elasticsearch.index.mapper.internalのクラス
-
- IndexFieldMapper.Builder - org.elasticsearch.index.mapper.internalのクラス
-
- IndexFieldMapper.Defaults - org.elasticsearch.index.mapper.internalのクラス
-
- IndexFieldMapper.TypeParser - org.elasticsearch.index.mapper.internalのクラス
-
- IndexFieldTerm - org.elasticsearch.search.lookupのクラス
-
Holds all information on a particular term in a field.
- IndexFieldTerm(String, String, LeafIndexLookup, int) - クラス のコンストラクタorg.elasticsearch.search.lookup.IndexFieldTerm
-
- indexFieldTerm - クラス の変数org.elasticsearch.search.lookup.PositionIterator
-
- indexFiles() - クラス のメソッドorg.elasticsearch.index.shard.CommitPoint
-
- indexFiles() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Returns list of files in the shard
- indexFiles() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.SnapshotFiles
-
Returns a list of file in the snapshot
- IndexGeoPointFieldData - org.elasticsearch.index.fielddataのインタフェース
-
- indexGet(int) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- indexGet(int) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- IndexIndexFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
- IndexIndexFieldData.Builder - org.elasticsearch.index.fielddata.plainのクラス
-
- indexing - クラス の変数org.elasticsearch.action.admin.indices.stats.CommonStats
-
- indexing(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- indexing() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- indexingBufferSize() - クラス のメソッドorg.elasticsearch.indices.memory.IndexingMemoryController
-
returns the current budget for the total amount of indexing buffers of
active shards on this node
- IndexingMemoryController - org.elasticsearch.indices.memoryのクラス
-
- IndexingMemoryController(Settings, ThreadPool, IndicesService) - クラス のコンストラクタorg.elasticsearch.indices.memory.IndexingMemoryController
-
- IndexingMemoryController(Settings, ThreadPool, IndicesService, long) - クラス のコンストラクタorg.elasticsearch.indices.memory.IndexingMemoryController
-
- IndexingOperation(Term, ParsedDocument, long, VersionType, Engine.Operation.Origin, long, boolean) - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.IndexingOperation
-
- IndexingOperation(Term, ParsedDocument) - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.IndexingOperation
-
- IndexingOperationListener - org.elasticsearch.index.indexingのクラス
-
An indexing listener for indexing, delete, events.
- IndexingOperationListener() - クラス のコンストラクタorg.elasticsearch.index.indexing.IndexingOperationListener
-
- indexingService() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- IndexingSlowLog - org.elasticsearch.index.indexingのクラス
-
- IndexingStats - org.elasticsearch.index.indexingのクラス
-
- IndexingStats() - クラス のコンストラクタorg.elasticsearch.index.indexing.IndexingStats
-
- IndexingStats(IndexingStats.Stats, Map<String, IndexingStats.Stats>) - クラス のコンストラクタorg.elasticsearch.index.indexing.IndexingStats
-
- indexingStats(String...) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- IndexingStats.Stats - org.elasticsearch.index.indexingのクラス
-
- indexInput(IndexInput) - インタフェース のメソッドorg.elasticsearch.common.compress.Compressor
-
- indexInput(IndexInput) - クラス のメソッドorg.elasticsearch.common.compress.deflate.DeflateCompressor
-
- indexInput(IndexInput) - クラス のメソッドorg.elasticsearch.common.compress.lzf.LZFCompressor
-
非推奨です。
- indexInsert(int, int, VType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- indexInsert(int, KType, VType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- indexLookup() - クラス のメソッドorg.elasticsearch.script.AbstractSearchScript
-
Allows to access statistics on terms and fields.
- IndexLookup - org.elasticsearch.search.lookupのクラス
-
- IndexLookup(ImmutableMap.Builder<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.lookup.IndexLookup
-
- indexLookup() - クラス のメソッドorg.elasticsearch.search.lookup.LeafSearchLookup
-
- indexMapper() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- IndexMetaData - org.elasticsearch.cluster.metadataのクラス
-
- IndexMetaData.Builder - org.elasticsearch.cluster.metadataのクラス
-
- IndexMetaData.Custom - org.elasticsearch.cluster.metadataのインタフェース
-
- IndexMetaData.State - org.elasticsearch.cluster.metadataの列挙型
-
- indexMetaDataChanged(IndexMetaData) - クラス のメソッド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.
- IndexMetaWriteInfo(IndexMetaData, IndexMetaData, String) - クラス のコンストラクタorg.elasticsearch.gateway.GatewayMetaState.IndexMetaWriteInfo
-
- IndexModule - org.elasticsearch.indexのクラス
-
- IndexModule(Settings) - クラス のコンストラクタorg.elasticsearch.index.IndexModule
-
- indexModules(Settings) - クラス のメソッドorg.elasticsearch.plugins.Plugin
-
Per index modules.
- indexModules(Settings) - クラス のメソッドorg.elasticsearch.plugins.PluginsService
-
- indexName - クラス の変数org.elasticsearch.index.mapper.FieldMapper.Builder
-
- indexName(String) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- indexName - クラス の変数org.elasticsearch.index.mapper.internal.ParentFieldMapper.Builder
-
- indexName() - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType.Names
-
The indexed name of the field.
- indexName(String) - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- indexNameExpressionResolver - クラス の変数org.elasticsearch.action.support.TransportAction
-
- IndexNameExpressionResolver - org.elasticsearch.cluster.metadataのクラス
-
- IndexNameExpressionResolver(Settings) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
- IndexNameModule - org.elasticsearch.indexのクラス
-
- IndexNameModule(Index) - クラス のコンストラクタorg.elasticsearch.index.IndexNameModule
-
- IndexNotFoundException - org.elasticsearch.indexの例外
-
- IndexNotFoundException(String) - 例外 のコンストラクタorg.elasticsearch.index.IndexNotFoundException
-
- IndexNotFoundException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.IndexNotFoundException
-
- IndexNotFoundException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.IndexNotFoundException
-
- IndexNumericFieldData - org.elasticsearch.index.fielddataのインタフェース
-
- IndexNumericFieldData.NumericType - org.elasticsearch.index.fielddataの列挙型
-
- indexOf(int) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- indexOf(KType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- indexOptions(IndexOptions) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- indexOptionsSet - クラス の変数org.elasticsearch.index.mapper.FieldMapper.Builder
-
- indexOptionToString(IndexOptions) - クラス のstaticメソッドorg.elasticsearch.index.mapper.FieldMapper
-
- IndexOrdinalsFieldData - org.elasticsearch.index.fielddataのインタフェース
-
Specialization of
IndexFieldData for data that is indexed with ordinals.
- IndexOutputOutputStream - org.elasticsearch.common.lucene.storeのクラス
-
- IndexOutputOutputStream(IndexOutput) - クラス のコンストラクタorg.elasticsearch.common.lucene.store.IndexOutputOutputStream
-
- IndexParentChildFieldData - org.elasticsearch.index.fielddataのインタフェース
-
- indexPaths(Index) - クラス のメソッドorg.elasticsearch.env.NodeEnvironment
-
Returns all index paths.
- IndexPrimaryShardNotAllocatedException - 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) - 例外 のコンストラクタorg.elasticsearch.indices.IndexPrimaryShardNotAllocatedException
-
- IndexPrimaryShardNotAllocatedException(Index) - 例外 のコンストラクタorg.elasticsearch.indices.IndexPrimaryShardNotAllocatedException
-
- IndexQueryCache - org.elasticsearch.index.cache.query.indexのクラス
-
The index-level query cache.
- IndexQueryCache(Index, IndexSettingsService, IndicesQueryCache) - クラス のコンストラクタorg.elasticsearch.index.cache.query.index.IndexQueryCache
-
- IndexQueryParserService - org.elasticsearch.index.queryのクラス
-
- IndexQueryParserService(Index, IndexSettingsService, IndicesQueriesRegistry, ScriptService, AnalysisService, MapperService, IndexCache, IndexFieldDataService, BitsetFilterCache, SimilarityService) - クラス のコンストラクタorg.elasticsearch.index.query.IndexQueryParserService
-
- indexQueryParserService() - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- indexReplace(int, VType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- indexReplace(int, VType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- IndexRequest - org.elasticsearch.action.indexのクラス
-
Index request to index a typed JSON document into a specific index and make it searchable.
- IndexRequest() - クラス のコンストラクタorg.elasticsearch.action.index.IndexRequest
-
- IndexRequest(ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.index.IndexRequest
-
Creates an index request caused by some other request, which is provided as an
argument so that its headers and context can be copied to the new request
- IndexRequest(IndexRequest, ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.index.IndexRequest
-
Copy constructor that creates a new index request that is a copy of the one provided as an argument.
- IndexRequest(String) - クラス のコンストラクタorg.elasticsearch.action.index.IndexRequest
-
Constructs a new index request against the specific index.
- IndexRequest(String, String) - クラス のコンストラクタorg.elasticsearch.action.index.IndexRequest
-
Constructs a new index request against the specific index and type.
- IndexRequest(String, String, String) - クラス のコンストラクタorg.elasticsearch.action.index.IndexRequest
-
Constructs a new index request against the index, type, id and using the source.
- indexRequest() - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
- indexRequest(String) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Create an index request against a specific index.
- IndexRequest.OpType - org.elasticsearch.action.indexの列挙型
-
Operation type controls if the type of the index operation.
- IndexRequestBuilder - org.elasticsearch.action.indexのクラス
-
An index document action request builder.
- IndexRequestBuilder(ElasticsearchClient, IndexAction) - クラス のコンストラクタorg.elasticsearch.action.index.IndexRequestBuilder
-
- IndexRequestBuilder(ElasticsearchClient, IndexAction, String) - クラス のコンストラクタorg.elasticsearch.action.index.IndexRequestBuilder
-
- IndexResponse - org.elasticsearch.action.indexのクラス
-
A response of an index operation,
- IndexResponse() - クラス のコンストラクタorg.elasticsearch.action.index.IndexResponse
-
- IndexResponse(String, String, String, long, boolean) - クラス のコンストラクタorg.elasticsearch.action.index.IndexResponse
-
- indexRouting() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.Alias
-
Returns the index routing value associated with the alias
- indexRouting(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.Alias
-
Associates an index routing value to the alias
- indexRouting(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- indexRouting() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- indexRouting(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- indexRouting(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- indexRouting() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData
-
- IndexRoutingTable - org.elasticsearch.cluster.routingのクラス
-
- indexRoutingTable(ClusterState, String) - クラス のメソッドorg.elasticsearch.cluster.routing.OperationRouting
-
- IndexRoutingTable.Builder - org.elasticsearch.cluster.routingのクラス
-
- indexRoutingTableChanged(String) - クラス のメソッドorg.elasticsearch.cluster.ClusterChangedEvent
-
Returns true iff the routing table has changed for the given index.
- IndexSearcherWrapper - org.elasticsearch.index.engineのインタフェース
-
Extension point to add custom functionality at request time to the
DirectoryReader
and
IndexSearcher managed by the
Engine.
- IndexSearcherWrappingService - org.elasticsearch.index.engineのクラス
-
- IndexSearcherWrappingService(Set<IndexSearcherWrapper>) - クラス のコンストラクタorg.elasticsearch.index.engine.IndexSearcherWrappingService
-
- IndexSegments - org.elasticsearch.action.admin.indices.segmentsのクラス
-
- IndexService - org.elasticsearch.indexのクラス
-
- IndexService(Injector, Index, NodeEnvironment, AnalysisService, MapperService, IndexQueryParserService, SimilarityService, IndexAliasesService, IndexCache, IndexSettingsService, IndexFieldDataService, BitsetFilterCache, IndicesService) - クラス のコンストラクタorg.elasticsearch.index.IndexService
-
- indexService() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- indexService(String) - クラス のメソッドorg.elasticsearch.indices.IndicesService
-
Returns an IndexService for the specified index if exists otherwise returns null.
- indexService() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- indexServices() - クラス のメソッドorg.elasticsearch.plugins.Plugin
-
Per index services that will be automatically closed.
- indexServices() - クラス のメソッドorg.elasticsearch.plugins.PluginsService
-
- indexServiceSafe(String) - クラス のメソッドorg.elasticsearch.indices.IndicesService
-
- indexSettings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets settings that should be added/changed in all restored indices
- indexSettings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets settings that should be added/changed in all restored indices
- indexSettings(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets settings that should be added/changed in all restored indices
- indexSettings(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets settings that should be added/changed in all restored indices
- indexSettings() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns settings that should be added/changed in all restored indices
- indexSettings - クラス の変数org.elasticsearch.index.AbstractIndexComponent
-
- indexSettings() - クラス のメソッドorg.elasticsearch.index.AbstractIndexComponent
-
- indexSettings() - クラス のメソッドorg.elasticsearch.index.IndexService
-
- indexSettings() - クラス のメソッドorg.elasticsearch.index.mapper.Mapper.BuilderContext
-
- indexSettings() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- indexSettings() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- indexSettings - クラス の変数org.elasticsearch.index.shard.AbstractIndexShardComponent
-
- indexSettings() - クラス のメソッドorg.elasticsearch.index.shard.AbstractIndexShardComponent
-
- indexSettings() - インタフェース のメソッドorg.elasticsearch.index.shard.IndexShardComponent
-
- indexSettings() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns index settings that should be changed on restore
- IndexSettingsModule - org.elasticsearch.index.settingsのクラス
-
- IndexSettingsModule(Index, Settings) - クラス のコンストラクタorg.elasticsearch.index.settings.IndexSettingsModule
-
- IndexSettingsService - org.elasticsearch.index.settingsのクラス
-
A holds to the latest, updated settings for an index.
- IndexSettingsService(Index, Settings) - クラス のコンストラクタorg.elasticsearch.index.settings.IndexSettingsService
-
- IndexSettingsService.Listener - org.elasticsearch.index.settingsのインタフェース
-
- IndexShard - org.elasticsearch.index.shardのクラス
-
- IndexShard(ShardId, IndexSettingsService, IndicesLifecycle, Store, StoreRecoveryService, ThreadPool, MapperService, IndexQueryParserService, IndexCache, IndexAliasesService, IndicesQueryCache, ShardPercolateService, CodecService, ShardTermVectorsService, IndexFieldDataService, IndexService, IndicesWarmer, SnapshotDeletionPolicy, SimilarityService, EngineFactory, ClusterService, ShardPath, BigArrays, IndexSearcherWrappingService, IndexingMemoryController) - クラス のコンストラクタorg.elasticsearch.index.shard.IndexShard
-
- indexShard() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
- indexShard() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- indexShard() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- indexShard() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- indexShard() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- IndexShardAlreadyExistsException - org.elasticsearch.indexの例外
-
- IndexShardAlreadyExistsException(String) - 例外 のコンストラクタorg.elasticsearch.index.IndexShardAlreadyExistsException
-
- IndexShardAlreadyExistsException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.IndexShardAlreadyExistsException
-
- IndexShardClosedException - org.elasticsearch.index.shardの例外
-
- IndexShardClosedException(ShardId) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardClosedException
-
- IndexShardClosedException(ShardId, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardClosedException
-
- IndexShardClosedException(ShardId, String) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardClosedException
-
- IndexShardClosedException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardClosedException
-
- IndexShardComponent - org.elasticsearch.index.shardのインタフェース
-
- IndexShardModule - org.elasticsearch.index.shardのクラス
-
The IndexShardModule module is responsible for binding the correct
shard id, index shard, engine factory, and warming service for a newly
created shard.
- IndexShardModule(ShardId, boolean, Settings) - クラス のコンストラクタorg.elasticsearch.index.shard.IndexShardModule
-
- IndexShardNotRecoveringException - org.elasticsearch.index.shardの例外
-
- IndexShardNotRecoveringException(ShardId, IndexShardState) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardNotRecoveringException
-
- IndexShardNotRecoveringException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardNotRecoveringException
-
- IndexShardNotStartedException - org.elasticsearch.index.shardの例外
-
- IndexShardNotStartedException(ShardId, IndexShardState) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardNotStartedException
-
- IndexShardNotStartedException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardNotStartedException
-
- IndexShardRecoveringException - org.elasticsearch.index.shardの例外
-
- IndexShardRecoveringException(ShardId) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardRecoveringException
-
- IndexShardRecoveringException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardRecoveringException
-
- IndexShardRecoveryException - org.elasticsearch.index.shardの例外
-
- IndexShardRecoveryException(ShardId, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardRecoveryException
-
- IndexShardRecoveryException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardRecoveryException
-
- IndexShardRelocatedException - org.elasticsearch.index.shardの例外
-
- IndexShardRelocatedException(ShardId) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardRelocatedException
-
- IndexShardRelocatedException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardRelocatedException
-
- IndexShardRepository - org.elasticsearch.index.snapshotsのインタフェース
-
Shard-level snapshot repository
IndexShardRepository is used on data node to create snapshots of individual shards.
- indexShardRepository(String) - クラス のメソッドorg.elasticsearch.repositories.RepositoriesService
-
Returns registered index shard repository
This method is called only on data nodes
- indexShardRestoreCompleted(SnapshotId, ShardId) - クラス のメソッドorg.elasticsearch.snapshots.RestoreService
-
This method is used by
StoreRecoveryService to notify
RestoreService about shard restore completion.
- IndexShardRestoreException - org.elasticsearch.index.snapshotsの例外
-
Generic shard restore exception
- IndexShardRestoreException(ShardId, String) - 例外 のコンストラクタorg.elasticsearch.index.snapshots.IndexShardRestoreException
-
- IndexShardRestoreException(ShardId, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.snapshots.IndexShardRestoreException
-
- IndexShardRestoreException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.snapshots.IndexShardRestoreException
-
- IndexShardRestoreFailedException - org.elasticsearch.index.snapshotsの例外
-
Thrown when restore of a shard fails
- IndexShardRestoreFailedException(ShardId, String) - 例外 のコンストラクタorg.elasticsearch.index.snapshots.IndexShardRestoreFailedException
-
- IndexShardRestoreFailedException(ShardId, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.snapshots.IndexShardRestoreFailedException
-
- IndexShardRestoreFailedException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.snapshots.IndexShardRestoreFailedException
-
- IndexShardRoutingTable - org.elasticsearch.cluster.routingのクラス
-
- IndexShardRoutingTable.Builder - org.elasticsearch.cluster.routingのクラス
-
- indexShards(ClusterState, String, String, String, String) - クラス のメソッドorg.elasticsearch.cluster.routing.OperationRouting
-
- IndexShardSegments - org.elasticsearch.action.admin.indices.segmentsのクラス
-
- IndexShardSnapshotException - org.elasticsearch.index.snapshotsの例外
-
Generic shard snapshot exception
- IndexShardSnapshotException(ShardId, String) - 例外 のコンストラクタorg.elasticsearch.index.snapshots.IndexShardSnapshotException
-
- IndexShardSnapshotException(ShardId, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.snapshots.IndexShardSnapshotException
-
- IndexShardSnapshotException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.snapshots.IndexShardSnapshotException
-
- IndexShardSnapshotFailedException - org.elasticsearch.index.snapshotsの例外
-
Thrown when snapshot process is failed on a shard level
- IndexShardSnapshotFailedException(ShardId, String) - 例外 のコンストラクタorg.elasticsearch.index.snapshots.IndexShardSnapshotFailedException
-
- IndexShardSnapshotFailedException(ShardId, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.snapshots.IndexShardSnapshotFailedException
-
- IndexShardSnapshotFailedException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.snapshots.IndexShardSnapshotFailedException
-
- IndexShardSnapshotStatus - org.elasticsearch.index.snapshotsのクラス
-
Represent shard snapshot status
- IndexShardSnapshotStatus() - クラス のコンストラクタorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
- IndexShardSnapshotStatus.Stage - org.elasticsearch.index.snapshotsの列挙型
-
Snapshot stage
- IndexShardStartedException - org.elasticsearch.index.shardの例外
-
- IndexShardStartedException(ShardId) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardStartedException
-
- IndexShardStartedException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.shard.IndexShardStartedException
-
- IndexShardState - org.elasticsearch.index.shardの列挙型
-
- indexShardStateChanged(IndexShard, IndexShardState, IndexShardState, String) - クラス のメソッドorg.elasticsearch.indices.IndicesLifecycle.Listener
-
- indexShardStateChanged(IndexShard, IndexShardState, String) - クラス のメソッドorg.elasticsearch.indices.InternalIndicesLifecycle
-
- IndexShardStats - org.elasticsearch.action.admin.indices.statsのクラス
-
- IndexShardStats(ShardId, ShardStats[]) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- IndexShardUpgradeStatus - org.elasticsearch.action.admin.indices.upgrade.getのクラス
-
- IndexStats - org.elasticsearch.action.admin.indices.statsのクラス
-
- IndexStats(String, ShardStats[]) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.stats.IndexStats
-
- indexStore - クラス の変数org.elasticsearch.index.store.FsDirectoryService
-
- IndexStore - org.elasticsearch.index.storeのクラス
-
- IndexStore(Index, IndexSettingsService, IndicesStore) - クラス のコンストラクタorg.elasticsearch.index.store.IndexStore
-
- IndexStoreModule - org.elasticsearch.index.storeのクラス
-
- IndexStoreModule(Settings) - クラス のコンストラクタorg.elasticsearch.index.store.IndexStoreModule
-
- IndexStoreModule.Type - org.elasticsearch.index.storeの列挙型
-
- IndexTemplateAlreadyExistsException - org.elasticsearch.indicesの例外
-
- IndexTemplateAlreadyExistsException(String) - 例外 のコンストラクタorg.elasticsearch.indices.IndexTemplateAlreadyExistsException
-
- IndexTemplateAlreadyExistsException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.indices.IndexTemplateAlreadyExistsException
-
- IndexTemplateFilter - org.elasticsearch.cluster.metadataのインタフェース
-
Enables filtering the index templates that will be applied for an index, per create index request.
- IndexTemplateFilter.Compound - org.elasticsearch.cluster.metadataのクラス
-
- IndexTemplateMetaData - org.elasticsearch.cluster.metadataのクラス
-
- IndexTemplateMetaData(String, int, String, Settings, ImmutableOpenMap<String, CompressedXContent>, ImmutableOpenMap<String, AliasMetaData>, ImmutableOpenMap<String, IndexMetaData.Custom>) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- IndexTemplateMetaData.Builder - org.elasticsearch.cluster.metadataのクラス
-
- IndexTemplateMissingException - org.elasticsearch.indicesの例外
-
- IndexTemplateMissingException(String) - 例外 のコンストラクタorg.elasticsearch.indices.IndexTemplateMissingException
-
- IndexTemplateMissingException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.indices.IndexTemplateMissingException
-
- indexText() - クラス のメソッドorg.elasticsearch.search.SearchShardTarget
-
- IndexThrottle() - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.IndexThrottle
-
- indexTokenizeOptionToString(boolean, boolean) - クラス のstaticメソッドorg.elasticsearch.index.mapper.FieldMapper
-
- IndexUpgradeStatus - org.elasticsearch.action.admin.indices.upgrade.getのクラス
-
- indexUUID() - クラス のメソッドorg.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
-
- indexUUID() - クラス のメソッドorg.elasticsearch.index.IndexService
-
- indexUUID - クラス の変数org.elasticsearch.index.shard.ShardStateMetaData
-
- indexVersion() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Returns index version
- indexVersion(long) - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Sets index version
- indexVersion() - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Returns index version
- indexVersionCreated() - クラス のメソッドorg.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- indexVersionCreated() - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- IndexWarmerMissingException - org.elasticsearch.search.warmerの例外
-
- IndexWarmerMissingException(String...) - 例外 のコンストラクタorg.elasticsearch.search.warmer.IndexWarmerMissingException
-
- IndexWarmerMissingException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.search.warmer.IndexWarmerMissingException
-
- IndexWarmersMetaData - org.elasticsearch.search.warmerのクラス
-
- IndexWarmersMetaData(IndexWarmersMetaData.Entry...) - クラス のコンストラクタorg.elasticsearch.search.warmer.IndexWarmersMetaData
-
- IndexWarmersMetaData.Entry - org.elasticsearch.search.warmerのクラス
-
- indexWriterRAMBytesUsed() - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
How much heap Lucene's IndexWriter is using
- indexWriterRAMBytesUsed() - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- indexWriterRAMBytesUsed() - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- indices() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- indices(String[]) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
- indices(CommonStatsFlags) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
- indices(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should indices stats be returned.
- indices(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
Sets the indices the search will be executed on.
- indices() - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
The indices
- indices(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets a list of indices that should be included into the snapshot
The list of indices supports multi-index syntax.
- indices(List<String>) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets a list of indices that should be included into the snapshot
The list of indices supports multi-index syntax.
- indices() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Returns a list of indices that should be included into the snapshot
- indices(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets the list of indices that should be restored from snapshot
The list of indices supports multi-index syntax.
- indices(List<String>) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets the list of indices that should be restored from snapshot
The list of indices supports multi-index syntax.
- indices() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns list of indices that should be restored from snapshot
- indices() - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- indices(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- indices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- indices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
The indices to be closed
- indices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
Sets the indices to be closed
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- indices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
The index to delete.
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
- indices(String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- indices(String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- indices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- indices(String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
Sets the indices this put mapping operation will execute on.
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The indices the mappings will be put.
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.open.OpenIndexRequest
-
The indices to be opened
- indices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.open.OpenIndexRequest
-
Sets the indices to be opened
- indices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
- indices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
Sets the indices to apply to settings update to
- indices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
Sets the indices for the shard stores request
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- indices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequest
-
Sets the indices this put mapping operation will execute on.
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequest
-
The indices the mappings will be put.
- indices() - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
-
- indices(String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.bulk.BulkShardRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
- indices() - クラス のメソッドorg.elasticsearch.action.get.MultiGetShardRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
- indices() - インタフェース のメソッドorg.elasticsearch.action.IndicesRequest
-
Returns the array of indices that the action relates to
- indices(String[]) - インタフェース のメソッドorg.elasticsearch.action.IndicesRequest.Replaceable
-
- indices() - クラス のメソッドorg.elasticsearch.action.OriginalIndices
-
- indices() - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateRequest
-
- indices(String...) - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateRequest
-
Sets the default indices for any percolate request that doesn't have indices defined.
- indices() - クラス のメソッドorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Request
-
- indices(String...) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
Sets the indices the search will be executed on.
- indices() - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The indices
- indices - クラス の変数org.elasticsearch.action.support.broadcast.BroadcastRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastRequest
-
- indices(String...) - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastShardRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
-
- indices(String...) - クラス のメソッドorg.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.support.single.shard.SingleShardRequest
-
- indices() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
-
- indices() - インタフェース のメソッドorg.elasticsearch.client.AdminClient
-
A client allowing to perform actions/operations against the indices.
- indices() - クラス のメソッドorg.elasticsearch.cluster.ack.IndicesClusterStateUpdateRequest
-
Returns the indices the operation needs to be executed on
- indices(String[]) - クラス のメソッドorg.elasticsearch.cluster.ack.IndicesClusterStateUpdateRequest
-
Sets the indices the operation needs to be executed on
- indices() - クラス のメソッドorg.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
-
- indices() - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks
-
- indices(ClusterBlockLevel) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks
-
- indices(ImmutableOpenMap<String, IndexMetaData>) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- indices() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- indices() - クラス のメソッドorg.elasticsearch.cluster.RestoreInProgress.Entry
-
Returns list of indices
- indices() - クラス のメソッドorg.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- indices() - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction.SearchFreeContextRequest
-
- indices() - クラス のメソッドorg.elasticsearch.search.fetch.ShardFetchSearchRequest
-
- indices() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- indices() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchRequest
-
- indices() - クラス のメソッドorg.elasticsearch.snapshots.RestoreInfo
-
List of restored indices
- indices() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Return the list of indices to be restored
- indices() - クラス のメソッドorg.elasticsearch.snapshots.Snapshot
-
Returns indices that were included into this snapshot
- indices() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotInfo
-
Returns indices that were included into this snapshot
- indices(String[]) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Sets the list of indices to be snapshotted
- indices() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns the list of indices to be snapshotted
- INDICES_CACHE_QUERY_CONCURRENCY_LEVEL - クラス のstatic変数org.elasticsearch.indices.cache.request.IndicesRequestCache
-
- INDICES_CACHE_QUERY_COUNT - クラス のstatic変数org.elasticsearch.indices.cache.query.IndicesQueryCache
-
- INDICES_CACHE_QUERY_EXPIRE - クラス のstatic変数org.elasticsearch.indices.cache.request.IndicesRequestCache
-
- INDICES_CACHE_QUERY_SIZE - クラス のstatic変数org.elasticsearch.indices.cache.query.IndicesQueryCache
-
- INDICES_CACHE_QUERY_SIZE - クラス のstatic変数org.elasticsearch.indices.cache.request.IndicesRequestCache
-
- INDICES_CACHE_REQUEST_CLEAN_INTERVAL - クラス のstatic変数org.elasticsearch.indices.cache.request.IndicesRequestCache
-
- INDICES_FIELDDATA_CACHE_SIZE_KEY - クラス のstatic変数org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
-
- INDICES_FOLDER - クラス のstatic変数org.elasticsearch.env.NodeEnvironment
-
- INDICES_MAPPING_DYNAMIC_TIMEOUT - クラス のstatic変数org.elasticsearch.cluster.action.index.MappingUpdatedAction
-
- INDICES_OPTIONS - クラス のstatic変数org.elasticsearch.action.support.single.shard.SingleShardRequest
-
- INDICES_RECOVERY_ACTIVITY_TIMEOUT - クラス のstatic変数org.elasticsearch.indices.recovery.RecoverySettings
-
recoveries that don't show any activity for more then this interval will be failed.
- INDICES_RECOVERY_COMPRESS - クラス のstatic変数org.elasticsearch.indices.recovery.RecoverySettings
-
- INDICES_RECOVERY_CONCURRENT_SMALL_FILE_STREAMS - クラス のstatic変数org.elasticsearch.indices.recovery.RecoverySettings
-
- INDICES_RECOVERY_CONCURRENT_STREAMS - クラス のstatic変数org.elasticsearch.indices.recovery.RecoverySettings
-
- INDICES_RECOVERY_FILE_CHUNK_SIZE - クラス のstatic変数org.elasticsearch.indices.recovery.RecoverySettings
-
- INDICES_RECOVERY_INTERNAL_ACTION_TIMEOUT - クラス のstatic変数org.elasticsearch.indices.recovery.RecoverySettings
-
timeout value to use for requests made as part of the recovery process
- INDICES_RECOVERY_INTERNAL_LONG_ACTION_TIMEOUT - クラス のstatic変数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 - クラス のstatic変数org.elasticsearch.indices.recovery.RecoverySettings
-
- INDICES_RECOVERY_MAX_SIZE_PER_SEC - クラス のstatic変数org.elasticsearch.indices.recovery.RecoverySettings
-
非推奨です。
- INDICES_RECOVERY_RETRY_DELAY_NETWORK - クラス のstatic変数org.elasticsearch.indices.recovery.RecoverySettings
-
how long to wait before retrying after network related issues
- INDICES_RECOVERY_RETRY_DELAY_STATE_SYNC - クラス のstatic変数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_RECOVERY_TRANSLOG_OPS - クラス のstatic変数org.elasticsearch.indices.recovery.RecoverySettings
-
- INDICES_RECOVERY_TRANSLOG_SIZE - クラス のstatic変数org.elasticsearch.indices.recovery.RecoverySettings
-
- INDICES_SHARDS_CLOSED_TIMEOUT - クラス のstatic変数org.elasticsearch.indices.IndicesService
-
- INDICES_STORE_DELETE_SHARD_TIMEOUT - クラス のstatic変数org.elasticsearch.indices.store.IndicesStore
-
- INDICES_STORE_THROTTLE_MAX_BYTES_PER_SEC - クラス のstatic変数org.elasticsearch.indices.store.IndicesStore
-
- INDICES_STORE_THROTTLE_TYPE - クラス のstatic変数org.elasticsearch.indices.store.IndicesStore
-
- INDICES_TTL_INTERVAL - クラス のstatic変数org.elasticsearch.indices.ttl.IndicesTTLService
-
- IndicesAdminClient - org.elasticsearch.clientのインタフェース
-
Administrative actions/operations against indices.
- indicesAliases(IndicesAliasesClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataIndexAliasesService
-
- IndicesAliasesAction - org.elasticsearch.action.admin.indices.aliasのクラス
-
- IndicesAliasesClusterStateUpdateRequest - org.elasticsearch.action.admin.indices.aliasのクラス
-
Cluster state update request that allows to add or remove aliases
- IndicesAliasesRequest - org.elasticsearch.action.admin.indices.aliasのクラス
-
A request to add/remove aliases for one or more indices.
- IndicesAliasesRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
- IndicesAliasesRequest.AliasActions - org.elasticsearch.action.admin.indices.aliasのクラス
-
- IndicesAliasesRequestBuilder - org.elasticsearch.action.admin.indices.aliasのクラス
-
- IndicesAliasesRequestBuilder(ElasticsearchClient, IndicesAliasesAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
- IndicesAliasesResponse - org.elasticsearch.action.admin.indices.aliasのクラス
-
A response for a add/remove alias action.
- IndicesAnalysisService - org.elasticsearch.indices.analysisのクラス
-
A node level registry of analyzers, to be reused by different indices which use default analyzers.
- IndicesAnalysisService() - クラス のコンストラクタorg.elasticsearch.indices.analysis.IndicesAnalysisService
-
- IndicesAnalysisService(Settings) - クラス のコンストラクタorg.elasticsearch.indices.analysis.IndicesAnalysisService
-
- indicesBlockedException(ClusterBlockLevel, String[]) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks
-
- IndicesBoostParseElement - org.elasticsearch.search.queryのクラス
-
{
indicesBoost : {
"index1" : 1.4,
"index2" : 1.5
}
}
- IndicesBoostParseElement() - クラス のコンストラクタorg.elasticsearch.search.query.IndicesBoostParseElement
-
- IndicesClusterStateService - org.elasticsearch.indices.clusterのクラス
-
- IndicesClusterStateService(Settings, IndicesService, ClusterService, ThreadPool, RecoveryTarget, ShardStateAction, NodeIndexDeletedAction, NodeMappingRefreshAction) - クラス のコンストラクタorg.elasticsearch.indices.cluster.IndicesClusterStateService
-
- IndicesClusterStateUpdateRequest<T extends IndicesClusterStateUpdateRequest<T>> - org.elasticsearch.cluster.ackのクラス
-
Base cluster state update request that allows to execute update against multiple indices
- IndicesClusterStateUpdateRequest() - クラス のコンストラクタorg.elasticsearch.cluster.ack.IndicesClusterStateUpdateRequest
-
- indicesCreated() - クラス のメソッドorg.elasticsearch.cluster.ClusterChangedEvent
-
Returns the indices created in this event
- indicesDeleted() - クラス のメソッドorg.elasticsearch.cluster.ClusterChangedEvent
-
Returns the indices deleted in this event
- IndicesExistsAction - org.elasticsearch.action.admin.indices.exists.indicesのクラス
-
- IndicesExistsRequest - org.elasticsearch.action.admin.indices.exists.indicesのクラス
-
- IndicesExistsRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
- IndicesExistsRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
- indicesExistsRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates an indices exists request.
- IndicesExistsRequestBuilder - org.elasticsearch.action.admin.indices.exists.indicesのクラス
-
- IndicesExistsRequestBuilder(ElasticsearchClient, IndicesExistsAction, String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequestBuilder
-
- IndicesExistsResponse - org.elasticsearch.action.admin.indices.exists.indicesのクラス
-
- IndicesExistsResponse(boolean) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
-
- indicesFailures() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTableValidation
-
- IndicesFieldDataCache - org.elasticsearch.indices.fielddata.cacheのクラス
-
- IndicesFieldDataCache(Settings, IndicesFieldDataCacheListener, ThreadPool) - クラス のコンストラクタorg.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache
-
- IndicesFieldDataCache.FieldDataCacheCleaner - org.elasticsearch.indices.fielddata.cacheのクラス
-
FieldDataCacheCleaner is a scheduled Runnable used to clean a Guava cache
periodically.
- IndicesFieldDataCache.FieldDataWeigher - org.elasticsearch.indices.fielddata.cacheのクラス
-
- IndicesFieldDataCache.Key - org.elasticsearch.indices.fielddata.cacheのクラス
-
- IndicesFieldDataCacheListener - 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) - クラス のコンストラクタorg.elasticsearch.indices.fielddata.cache.IndicesFieldDataCacheListener
-
- indicesLevelRequest - クラス の変数org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
-
- indicesLifecycle() - クラス のメソッドorg.elasticsearch.index.IndexService
-
- IndicesLifecycle - org.elasticsearch.indicesのインタフェース
-
A global component allowing to register for lifecycle of an index (create/closed) and
an index shard (created/closed).
- indicesLifecycle() - クラス のメソッドorg.elasticsearch.indices.IndicesService
-
- IndicesLifecycle.Listener - org.elasticsearch.indicesのクラス
-
A listener for index and index shard lifecycle events (create/closed).
- IndicesModule - org.elasticsearch.indicesのクラス
-
Configures classes and services that are shared by indices on each node.
- IndicesModule() - クラス のコンストラクタorg.elasticsearch.indices.IndicesModule
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Specifies the indices options.
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Specifies the indices options.
- indicesOptions() - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
Specifies what type of requested indices to ignore and how to deal wild wildcard expressions.
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.open.OpenIndexRequest
-
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.open.OpenIndexRequest
-
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
-
- indicesOptions() - インタフェース のメソッドorg.elasticsearch.action.DocumentRequest
-
Get the options for this request
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
- indicesOptions() - インタフェース のメソッドorg.elasticsearch.action.IndicesRequest
-
Returns the indices options used to resolve indices.
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.OriginalIndices
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateRequest
-
Sets the
IndicesOptions for all percolate request that don't have this set.
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.search.MultiSearchRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.search.MultiSearchRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastRequest
-
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastShardRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
-
- IndicesOptions - 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) - クラス のメソッドorg.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.action.support.single.shard.SingleShardRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction.SearchFreeContextRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.search.fetch.ShardFetchSearchRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchRequest
-
- indicesOptions() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns indices option flags
- indicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Sets the indices options
- indicesOptions() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns indices options
- indicesPath - クラス の変数org.elasticsearch.env.NodeEnvironment.NodePath
-
- IndicesQueriesRegistry - org.elasticsearch.indices.queryのクラス
-
- IndicesQueriesRegistry(Settings, Set<QueryParser>) - クラス のコンストラクタorg.elasticsearch.indices.query.IndicesQueriesRegistry
-
- indicesQuery(QueryBuilder, String...) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A query that will execute the wrapped query only for the specified indices, and "match_all" when
it does not match those indices.
- IndicesQueryBuilder - org.elasticsearch.index.queryのクラス
-
A query that will execute the wrapped query only for the specified indices, and "match_all" when
it does not match those indices (by default).
- IndicesQueryBuilder(QueryBuilder, String...) - クラス のコンストラクタorg.elasticsearch.index.query.IndicesQueryBuilder
-
- IndicesQueryCache - org.elasticsearch.indices.cache.queryのクラス
-
- IndicesQueryCache(Settings) - クラス のコンストラクタorg.elasticsearch.indices.cache.query.IndicesQueryCache
-
- IndicesQueryParser - org.elasticsearch.index.queryのクラス
-
- IndicesQueryParser(ClusterService, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.index.query.IndicesQueryParser
-
- IndicesRequest - org.elasticsearch.actionのインタフェース
-
Needs to be implemented by all
ActionRequest subclasses that relate to
one or more indices.
- IndicesRequest.Replaceable - org.elasticsearch.actionのインタフェース
-
- IndicesRequestCache - org.elasticsearch.indices.cache.requestのクラス
-
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).
- IndicesRequestCache(Settings, ClusterService, ThreadPool) - クラス のコンストラクタorg.elasticsearch.indices.cache.request.IndicesRequestCache
-
- IndicesRequestCache.Key - org.elasticsearch.indices.cache.requestのクラス
-
- IndicesRequestCache.Value - org.elasticsearch.indices.cache.requestのクラス
-
- indicesRouting(ImmutableMap<String, IndexRoutingTable>) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable.Builder
-
- indicesRouting() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
- IndicesSegmentResponse - org.elasticsearch.action.admin.indices.segmentsのクラス
-
- IndicesSegmentsAction - org.elasticsearch.action.admin.indices.segmentsのクラス
-
- IndicesSegmentsRequest - org.elasticsearch.action.admin.indices.segmentsのクラス
-
- IndicesSegmentsRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
-
- IndicesSegmentsRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
-
- indicesSegmentsRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
- IndicesSegmentsRequestBuilder - org.elasticsearch.action.admin.indices.segmentsのクラス
-
- IndicesSegmentsRequestBuilder(ElasticsearchClient, IndicesSegmentsAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequestBuilder
-
- indicesService - クラス の変数org.elasticsearch.action.support.replication.TransportReplicationAction
-
- IndicesService - org.elasticsearch.indicesのクラス
-
- IndicesService(Settings, IndicesLifecycle, IndicesAnalysisService, Injector, NodeEnvironment) - クラス のコンストラクタorg.elasticsearch.indices.IndicesService
-
- IndicesShardStoreRequestBuilder - org.elasticsearch.action.admin.indices.shardsのクラス
-
- IndicesShardStoreRequestBuilder(ElasticsearchClient, Action<IndicesShardStoresRequest, IndicesShardStoresResponse, IndicesShardStoreRequestBuilder>, String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestBuilder
-
- IndicesShardStoresAction - org.elasticsearch.action.admin.indices.shardsのクラス
-
- IndicesShardStoresRequest - org.elasticsearch.action.admin.indices.shardsのクラス
-
- IndicesShardStoresRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
Create a request for shard stores info for indices
- IndicesShardStoresRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
- indicesShardStoresRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates an indices shard stores info request.
- IndicesShardStoresResponse - org.elasticsearch.action.admin.indices.shardsのクラス
-
- IndicesShardStoresResponse(ImmutableOpenMap<String, ImmutableOpenIntMap<List<IndicesShardStoresResponse.StoreStatus>>>, List<IndicesShardStoresResponse.Failure>) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
-
- IndicesShardStoresResponse.Failure - org.elasticsearch.action.admin.indices.shardsのクラス
-
Single node failure while retrieving shard store information
- IndicesShardStoresResponse.StoreStatus - org.elasticsearch.action.admin.indices.shardsのクラス
-
Shard store information from a node
- IndicesShardStoresResponse.StoreStatus.Allocation - org.elasticsearch.action.admin.indices.shardsの列挙型
-
The status of the shard store with respect to the cluster
- IndicesStatsAction - org.elasticsearch.action.admin.indices.statsのクラス
-
- IndicesStatsRequest - org.elasticsearch.action.admin.indices.statsのクラス
-
A request to get indices level stats.
- IndicesStatsRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- IndicesStatsRequestBuilder - org.elasticsearch.action.admin.indices.statsのクラス
-
A request to get indices level stats.
- IndicesStatsRequestBuilder(ElasticsearchClient, IndicesStatsAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- IndicesStatsResponse - org.elasticsearch.action.admin.indices.statsのクラス
-
- indicesStore - クラス の変数org.elasticsearch.index.store.IndexStore
-
- IndicesStore - org.elasticsearch.indices.storeのクラス
-
- IndicesStore(Settings, NodeSettingsService, IndicesService, ClusterService, TransportService) - クラス のコンストラクタorg.elasticsearch.indices.store.IndicesStore
-
- IndicesStore.ShardActiveRequest - org.elasticsearch.indices.storeのクラス
-
- IndicesTTLService - org.elasticsearch.indices.ttlのクラス
-
A node level service that delete expired docs on node primary shards.
- IndicesTTLService(Settings, ClusterService, IndicesService, NodeSettingsService, TransportBulkAction) - クラス のコンストラクタorg.elasticsearch.indices.ttl.IndicesTTLService
-
- IndicesWarmer - org.elasticsearch.indicesのクラス
-
- IndicesWarmer(Settings, ThreadPool, ClusterService, IndicesService) - クラス のコンストラクタorg.elasticsearch.indices.IndicesWarmer
-
- IndicesWarmer.Listener - org.elasticsearch.indicesのクラス
-
- IndicesWarmer.TerminationHandle - org.elasticsearch.indicesのインタフェース
-
A handle on the execution of warm-up action.
- IndicesWarmer.WarmerContext - org.elasticsearch.indicesのクラス
-
- IndicNormalizationFilterFactory - org.elasticsearch.index.analysisのクラス
-
Factory for IndicNormalizationFilter
- IndicNormalizationFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.IndicNormalizationFilterFactory
-
- IndonesianAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- IndonesianAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.IndonesianAnalyzerProvider
-
- InetSocketTransportAddress - org.elasticsearch.common.transportのクラス
-
- InetSocketTransportAddress(StreamInput) - クラス のコンストラクタorg.elasticsearch.common.transport.InetSocketTransportAddress
-
- InetSocketTransportAddress(InetAddress, int) - クラス のコンストラクタorg.elasticsearch.common.transport.InetSocketTransportAddress
-
- InetSocketTransportAddress(InetSocketAddress) - クラス のコンストラクタorg.elasticsearch.common.transport.InetSocketTransportAddress
-
- InFlightOpsRequest() - クラス のコンストラクタorg.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
-
- InFlightOpsRequest(ShardId) - クラス のコンストラクタorg.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
-
- info(String, Object...) - インタフェース のメソッドorg.elasticsearch.common.logging.ESLogger
-
Logs an INFO level message.
- info(String, Throwable, Object...) - インタフェース のメソッドorg.elasticsearch.common.logging.ESLogger
-
Logs an INFO level message.
- info(String, Object...) - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- info(String, Throwable, Object...) - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- info() - クラス のメソッドorg.elasticsearch.http.HttpServer
-
- info() - インタフェース のメソッドorg.elasticsearch.http.HttpServerTransport
-
- info() - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpServerTransport
-
- info() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmService
-
- info() - クラス のメソッドorg.elasticsearch.monitor.os.OsService
-
- info() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessService
-
- info() - クラス のメソッドorg.elasticsearch.node.service.NodeService
-
- info(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - クラス のメソッドorg.elasticsearch.node.service.NodeService
-
- info() - クラス のメソッドorg.elasticsearch.plugins.PluginsService
-
Get information about plugins and modules
- info() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool
-
- info(String) - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool
-
- Info(String, ThreadPool.ThreadPoolType) - クラス のコンストラクタorg.elasticsearch.threadpool.ThreadPool.Info
-
- Info(String, ThreadPool.ThreadPoolType, int) - クラス のコンストラクタorg.elasticsearch.threadpool.ThreadPool.Info
-
- Info(String, ThreadPool.ThreadPoolType, int, int, TimeValue, SizeValue) - クラス のコンストラクタorg.elasticsearch.threadpool.ThreadPool.Info
-
- info(String) - クラス のメソッドorg.elasticsearch.transport.netty.NettyInternalESLogger
-
- info(String, Throwable) - クラス のメソッドorg.elasticsearch.transport.netty.NettyInternalESLogger
-
- info() - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- INGEST_ATTR - クラス のstatic変数org.elasticsearch.cluster.node.DiscoveryNode
-
- init() - クラス のメソッドorg.elasticsearch.watcher.AbstractResourceWatcher
-
- init() - インタフェース のメソッドorg.elasticsearch.watcher.ResourceWatcher
-
- INIT_SCRIPT - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricParser
-
- INIT_SCRIPT_FIELD - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricParser
-
- initCounter() - クラス のメソッドorg.elasticsearch.search.fetch.FetchSearchResult
-
- INITIAL_EVENTS_HELD - クラス のstatic変数org.elasticsearch.http.netty.pipelining.HttpPipeliningHandler
-
- initialize(ShardRouting, String, long) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
Moves a shard from unassigned to initialize state
- initialize(String, long, long) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards.UnassignedIterator
-
Initializes the current unassigned shard and moves it from the unassigned list.
- initialize(Injector) - クラス のメソッドorg.elasticsearch.common.inject.assistedinject.FactoryProvider2
-
At injector-creation time, we initialize the invocation handler.
- initialize() - クラス のメソッドorg.elasticsearch.common.inject.multibindings.MapBinder.RealMapBinder.MapBinderProviderWithDependencies
-
- initialize(Injector) - クラス のメソッドorg.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
-
Invoked by Guice at Injector-creation time to prepare providers for each
element in this set.
- initialize(BlobStore, BlobPath, ByteSizeValue, RateLimiter, RateLimiter, BlobStoreIndexShardRepository.RateLimiterListener, boolean) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardRepository
-
- initialize(Engine.Searcher, ParsedDocument) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- initialize(InternalAggregation.ReduceContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
-
- initialize(InternalAggregation.ReduceContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristic
-
- initializeAsFromCloseToOpen(IndexMetaData) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
Initializes a new empty index, as as a result of opening a closed index.
- initializeAsFromDangling(IndexMetaData) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
Initializes a new index caused by dangling index imported.
- initializeAsNew(IndexMetaData) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
Initializes a new empty index, as if it was created from an API.
- initializeAsNewRestore(IndexMetaData, RestoreSource, IntSet) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
Initializes a new empty index, to be restored from a snapshot
- initializeAsRecovery(IndexMetaData) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
Initializes a new empty index, as if it was created from an API.
- initializeAsRestore(IndexMetaData, RestoreSource) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
Initializes an existing index, to be restored from a snapshot
- initialized() - クラス のメソッドorg.elasticsearch.common.component.Lifecycle
-
Returns true if the state is initialized.
- initializeDelegate(MembersInjector<T>) - クラス のメソッドorg.elasticsearch.common.inject.spi.MembersInjectorLookup
-
Sets the actual members injector.
- initializeDelegate(Provider<T>) - クラス のメソッドorg.elasticsearch.common.inject.spi.ProviderLookup
-
Sets the actual provider.
- initializeSnapshot(SnapshotId, List<String>, MetaData) - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreRepository
-
Starts snapshotting process
- initializeSnapshot(SnapshotId, List<String>, MetaData) - インタフェース のメソッドorg.elasticsearch.repositories.Repository
-
Starts snapshotting process
- initializing() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
The shard is initializing (usually recovering either from peer shard
or from gateway).
- InitialStateDiscoveryListener - org.elasticsearch.discoveryのインタフェース
-
A listener that should be called by the
Discovery component
when the first valid initial cluster state has been submitted and processed by the cluster service.
- initialStateProcessed() - インタフェース のメソッドorg.elasticsearch.discovery.InitialStateDiscoveryListener
-
- initInjector(Injector) - クラス のメソッドorg.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- initReader(String, Reader) - クラス のメソッドorg.elasticsearch.index.analysis.CustomAnalyzer
-
- initScript(Script) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricBuilder
-
Set the init script.
- Inject - org.elasticsearch.common.injectの注釈型
-
Annotates members of your implementation class (constructors, methods
and fields) into which the
Injector should inject values.
- InjectionListener<I> - org.elasticsearch.common.inject.spiのインタフェース
-
Listens for injections into instances of type I.
- InjectionPoint - org.elasticsearch.common.inject.spiのクラス
-
A constructor, field or method that can receive injections.
- InjectionRequest<T> - org.elasticsearch.common.inject.spiのクラス
-
A request to inject the instance fields and methods of an instance.
- InjectionRequest(Object, TypeLiteral<T>, T) - クラス のコンストラクタorg.elasticsearch.common.inject.spi.InjectionRequest
-
- injectMembers(Object) - インタフェース のメソッドorg.elasticsearch.common.inject.Injector
-
Injects dependencies into the fields and methods of instance.
- injectMembers(T) - インタフェース のメソッドorg.elasticsearch.common.inject.MembersInjector
-
Injects dependencies into the fields and methods of instance.
- Injector - org.elasticsearch.common.injectのインタフェース
-
Builds the graphs of objects that make up your application.
- injector() - クラス のメソッドorg.elasticsearch.index.IndexService
-
- injector() - クラス のメソッドorg.elasticsearch.node.Node
-
- Injectors - org.elasticsearch.common.injectのクラス
-
- Injectors() - クラス のコンストラクタorg.elasticsearch.common.inject.Injectors
-
- InMemoryGeoBoundingBoxQuery - org.elasticsearch.index.search.geoのクラス
-
- InMemoryGeoBoundingBoxQuery(GeoPoint, GeoPoint, IndexGeoPointFieldData) - クラス のコンストラクタorg.elasticsearch.index.search.geo.InMemoryGeoBoundingBoxQuery
-
- innerDocs(LeafReaderContext) - クラス のメソッドorg.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested
-
Get a DocIdSet that matches the inner documents.
- innerExecute(String, CompletionSuggestionContext, IndexSearcher, CharsRefBuilder) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggester
-
- innerExecute(String, PhraseSuggestionContext, IndexSearcher, CharsRefBuilder) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggester
-
- innerExecute(String, T, IndexSearcher, CharsRefBuilder) - クラス のメソッドorg.elasticsearch.search.suggest.Suggester
-
- innerExecute(String, TermSuggestionContext, IndexSearcher, CharsRefBuilder) - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggester
-
- innerHit(QueryInnerHitBuilder) - クラス のメソッドorg.elasticsearch.index.query.HasChildQueryBuilder
-
Sets inner hit definition in the scope of this query and reusing the defined type and query.
- innerHit(QueryInnerHitBuilder) - クラス のメソッドorg.elasticsearch.index.query.HasParentQueryBuilder
-
Sets inner hit definition in the scope of this query and reusing the defined type and query.
- innerHit(QueryInnerHitBuilder) - クラス のメソッドorg.elasticsearch.index.query.NestedQueryBuilder
-
Sets inner hit definition in the scope of this nested query and reusing the defined path and query.
- InnerHit() - クラス のコンストラクタorg.elasticsearch.search.fetch.innerhits.InnerHitsBuilder.InnerHit
-
- innerHits() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- innerHits() - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsContext.BaseInnerHits
-
- innerHits() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- innerHits() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- innerHitsBuilder() - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
- InnerHitsBuilder - org.elasticsearch.search.fetch.innerhitsのクラス
-
- InnerHitsBuilder() - クラス のコンストラクタorg.elasticsearch.search.fetch.innerhits.InnerHitsBuilder
-
- InnerHitsBuilder.InnerHit - org.elasticsearch.search.fetch.innerhitsのクラス
-
- InnerHitsContext - org.elasticsearch.search.fetch.innerhitsのクラス
-
- InnerHitsContext() - クラス のコンストラクタorg.elasticsearch.search.fetch.innerhits.InnerHitsContext
-
- InnerHitsContext(Map<String, InnerHitsContext.BaseInnerHits>) - クラス のコンストラクタorg.elasticsearch.search.fetch.innerhits.InnerHitsContext
-
- InnerHitsContext.BaseInnerHits - org.elasticsearch.search.fetch.innerhitsのクラス
-
- InnerHitsContext.NestedInnerHits - org.elasticsearch.search.fetch.innerhitsのクラス
-
- InnerHitsContext.ParentChildInnerHits - org.elasticsearch.search.fetch.innerhitsのクラス
-
- InnerHitsFetchSubPhase - org.elasticsearch.search.fetch.innerhitsのクラス
-
- InnerHitsFetchSubPhase(SortParseElement, FetchSourceParseElement, HighlighterParseElement, FieldDataFieldsParseElement, ScriptFieldsParseElement) - クラス のコンストラクタorg.elasticsearch.search.fetch.innerhits.InnerHitsFetchSubPhase
-
- InnerHitsParseElement - org.elasticsearch.search.fetch.innerhitsのクラス
-
- InnerHitsParseElement(SortParseElement, FetchSourceParseElement, HighlighterParseElement, FieldDataFieldsParseElement, ScriptFieldsParseElement) - クラス のコンストラクタorg.elasticsearch.search.fetch.innerhits.InnerHitsParseElement
-
- InnerHitsQueryParserHelper - org.elasticsearch.index.query.supportのクラス
-
- InnerHitsQueryParserHelper(SortParseElement, FetchSourceParseElement, HighlighterParseElement, ScriptFieldsParseElement, FieldDataFieldsParseElement) - クラス のコンストラクタorg.elasticsearch.index.query.support.InnerHitsQueryParserHelper
-
- InnerHitsSubSearchContext - org.elasticsearch.search.fetch.innerhitsのクラス
-
- InnerHitsSubSearchContext(String, SubSearchContext) - クラス のコンストラクタorg.elasticsearch.search.fetch.innerhits.InnerHitsSubSearchContext
-
- innerParse(XContentParser, SubPhaseContext, SearchContext) - クラス のメソッドorg.elasticsearch.search.fetch.FetchSubPhaseParseElement
-
Implement the actual parsing here.
- innerParse(XContentParser, FieldDataFieldsContext, SearchContext) - クラス のメソッドorg.elasticsearch.search.fetch.fielddata.FieldDataFieldsParseElement
-
- innerParseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.core.ByteFieldMapper
-
- innerParseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper
-
- innerParseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.core.DoubleFieldMapper
-
- innerParseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.core.FloatFieldMapper
-
- innerParseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.core.IntegerFieldMapper
-
- innerParseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.core.LongFieldMapper
-
- innerParseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper
-
- innerParseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.core.ShortFieldMapper
-
- innerParseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.ip.IpFieldMapper
-
- InnerQuery(QueryParseContext, String...) - クラス のコンストラクタorg.elasticsearch.index.query.support.XContentStructure.InnerQuery
-
- innerReadFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
-
- innerReadFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- innerReadFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
-
- innerReadFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- innerReadFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion
-
- innerReadFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestion
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 例外 のメソッドorg.elasticsearch.action.search.SearchPhaseExecutionException
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.support.QuerySourceBuilder
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 例外 のメソッドorg.elasticsearch.common.breaker.CircuitBreakingException
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
Renders additional per exception information into the xcontent
- innerToXContent(XContentBuilder, ToXContent.Params) - 例外 のメソッドorg.elasticsearch.index.query.QueryParsingException
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.rescore.RescoreBuilder.QueryRescorer
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.rescore.RescoreBuilder.Rescorer
-
- innerToXContent(XContentBuilder, ToXContent.Params) - 例外 のメソッドorg.elasticsearch.search.SearchParseException
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionBuilder
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionFuzzyBuilder
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.Laplace
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.LinearInterpolation
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.SmoothingModel
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.StupidBackoff
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
-
- innerToXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
- innerWriteTo(StreamOutput) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
-
- innerWriteTo(StreamOutput) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- innerWriteTo(StreamOutput) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
-
- innerWriteTo(StreamOutput, boolean) - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- innerWriteTo(StreamOutput) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion
-
- innerWriteTo(StreamOutput) - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestion
-
- inOrder(boolean) - クラス のメソッドorg.elasticsearch.index.query.SpanNearQueryBuilder
-
- inPackage(Package) - クラス のstaticメソッドorg.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches classes in the given package.
- input() - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceParser
-
- Input() - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.ValuesSourceParser.Input
-
- InputStream(InputStream) - クラス のコンストラクタorg.elasticsearch.common.Base64.InputStream
-
- InputStream(InputStream, int) - クラス のコンストラクタorg.elasticsearch.common.Base64.InputStream
-
- InputStreamIndexInput - org.elasticsearch.common.lucene.storeのクラス
-
- InputStreamIndexInput(IndexInput, long) - クラス のコンストラクタorg.elasticsearch.common.lucene.store.InputStreamIndexInput
-
- InputStreamStreamInput - org.elasticsearch.common.io.streamのクラス
-
- InputStreamStreamInput(InputStream) - クラス のコンストラクタorg.elasticsearch.common.io.stream.InputStreamStreamInput
-
- inRoot() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
- insert(String, T) - クラス のメソッドorg.elasticsearch.common.path.PathTrie
-
- insert(String[], int, T) - クラス のメソッドorg.elasticsearch.common.path.PathTrie.TrieNode
-
- insertElement(T[], T, int) - クラス のstaticメソッドorg.elasticsearch.common.collect.CopyOnWriteHashMap
-
- insertionOrder - クラス の変数org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor.Pending
-
- inspect() - クラス のメソッドorg.elasticsearch.common.util.concurrent.ThreadBarrier
-
Inspects if the barrier is broken.
- install(Module) - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
- install(Module) - インタフェース のメソッドorg.elasticsearch.common.inject.Binder
-
Uses the given module to configure more bindings.
- install(Module) - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.health.ClusterHealthAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.state.ClusterStateAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.stats.ClusterStatsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.cluster.validate.template.RenderSearchTemplateAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.alias.exists.AliasesExistAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.alias.get.GetAliasesAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.alias.IndicesAliasesAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.analyze.AnalyzeAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.close.CloseIndexAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.create.CreateIndexAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.delete.DeleteIndexAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.exists.types.TypesExistsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.flush.FlushAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.flush.SyncedFlushAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.forcemerge.ForceMergeAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.get.GetIndexAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.mapping.get.GetMappingsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.open.OpenIndexAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.recovery.RecoveryAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.refresh.RefreshAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.settings.get.GetSettingsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.shards.IndicesShardStoresAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.stats.IndicesStatsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.upgrade.post.UpgradeAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.validate.query.ValidateQueryAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.warmer.get.GetWarmersAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.admin.indices.warmer.put.PutWarmerAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.bulk.BulkAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.count.CountAction
-
非推奨です。
- INSTANCE - クラス のstatic変数org.elasticsearch.action.delete.DeleteAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.exists.ExistsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.explain.ExplainAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.fieldstats.FieldStatsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.get.GetAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.get.MultiGetAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.index.IndexAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.indexedscripts.get.GetIndexedScriptAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.indexedscripts.put.PutIndexedScriptAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.percolate.MultiPercolateAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.percolate.PercolateAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.search.ClearScrollAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.search.MultiSearchAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.search.SearchAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.search.SearchScrollAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.suggest.SuggestAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.EmptyResult
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.termvectors.MultiTermVectorsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.termvectors.TermVectorsAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.action.update.UpdateAction
-
- INSTANCE - クラス のstatic変数org.elasticsearch.cluster.EmptyClusterInfoService
-
- Instance(T) - クラス のコンストラクタorg.elasticsearch.common.inject.internal.InternalFactory.Instance
-
- INSTANCE - クラス のstatic変数org.elasticsearch.common.transport.DummyTransportAddress
-
- INSTANCE - クラス のstatic変数org.elasticsearch.monitor.os.DummyOsInfo
-
- INSTANCE - クラス のstatic変数org.elasticsearch.plugins.DummyPluginInfo
-
- INSTANCE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
-
- INSTANCE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
-
- INSTANCE - クラス のstatic変数org.elasticsearch.search.rescore.QueryRescorer
-
- instance() - クラス のstaticメソッドorg.elasticsearch.tasks.LoggingTaskListener
-
Get the instance of LoggingActionListener cast appropriately.
- INSTANCE - クラス のstatic変数org.elasticsearch.transport.TransportRequest.Empty
-
- INSTANCE - クラス のstatic変数org.elasticsearch.transport.TransportResponse.Empty
-
- INSTANCE_SAME - クラス のstatic変数org.elasticsearch.transport.EmptyTransportResponseHandler
-
- InstanceBinding<T> - org.elasticsearch.common.inject.spiのインタフェース
-
A binding to a single instance.
- InstanceBindingImpl<T> - org.elasticsearch.common.inject.internalのクラス
-
- InstanceBindingImpl(Injector, Key<T>, Object, InternalFactory<? extends T>, Set<InjectionPoint>, T) - クラス のコンストラクタorg.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- InstanceBindingImpl(Object, Key<T>, Scoping, Set<InjectionPoint>, T) - クラス のコンストラクタorg.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- InstanceMap(String, Class<K>, Class<V>, Class<?>...) - クラス のコンストラクタorg.elasticsearch.common.util.ExtensionPoint.InstanceMap
-
- InstanceShardOperationRequest<T extends InstanceShardOperationRequest> - org.elasticsearch.action.support.single.instanceのクラス
-
- InstanceShardOperationRequest() - クラス のコンストラクタorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- InstanceShardOperationRequest(String) - クラス のコンストラクタorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- InstanceShardOperationRequestBuilder<Request extends InstanceShardOperationRequest<Request>,Response extends ActionResponse,RequestBuilder extends InstanceShardOperationRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.action.support.single.instanceのクラス
-
- InstanceShardOperationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - クラス のコンストラクタorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
-
- inSubpackage(String) - クラス のstaticメソッドorg.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches classes in the given package and its subpackages.
- INT_PAGE_SIZE - クラス のstatic変数org.elasticsearch.common.util.BigArrays
-
- IntArray - org.elasticsearch.common.utilのインタフェース
-
Abstraction of an array of integer values.
- INTEGER - インタフェース のstatic変数org.elasticsearch.cluster.settings.Validator
-
- Integer() - クラス のコンストラクタorg.elasticsearch.common.collect.HppcMaps.Object.Integer
-
- INTEGER_GTE_2 - インタフェース のstatic変数org.elasticsearch.cluster.settings.Validator
-
- integerField(String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.MapperBuilders
-
- IntegerFieldMapper - org.elasticsearch.index.mapper.coreのクラス
-
- IntegerFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.IntegerFieldMapper
-
- IntegerFieldMapper.Builder - org.elasticsearch.index.mapper.coreのクラス
-
- IntegerFieldMapper.CustomIntegerNumericField - org.elasticsearch.index.mapper.coreのクラス
-
- IntegerFieldMapper.Defaults - org.elasticsearch.index.mapper.coreのクラス
-
- IntegerFieldMapper.IntegerFieldType - org.elasticsearch.index.mapper.coreのクラス
-
- IntegerFieldMapper.TypeParser - org.elasticsearch.index.mapper.coreのクラス
-
- IntegerFieldType() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.IntegerFieldMapper.IntegerFieldType
-
- IntegerFieldType(IntegerFieldMapper.IntegerFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.IntegerFieldMapper.IntegerFieldType
-
- INTERNAL_CLUSTER_INFO_TIMEOUT - クラス のstatic変数org.elasticsearch.cluster.InternalClusterInfoService
-
- INTERNAL_CLUSTER_INFO_UPDATE_INTERVAL - クラス のstatic変数org.elasticsearch.cluster.InternalClusterInfoService
-
- internalActionLongTimeout() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySettings
-
- internalActionTimeout() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySettings
-
- internalAddListener(ActionListener<T>) - クラス のメソッドorg.elasticsearch.action.support.AbstractListenableActionFuture
-
- InternalAggregation - org.elasticsearch.search.aggregationsのクラス
-
- InternalAggregation() - クラス のコンストラクタorg.elasticsearch.search.aggregations.InternalAggregation
-
Constructs an un initialized addAggregation (used for serialization)
- InternalAggregation(String, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.InternalAggregation
-
Constructs an get with a given name.
- InternalAggregation.CommonFields - org.elasticsearch.search.aggregationsのクラス
-
Common xcontent fields that are shared among addAggregation
- InternalAggregation.ReduceContext - org.elasticsearch.search.aggregationsのクラス
-
- InternalAggregation.Type - org.elasticsearch.search.aggregationsのクラス
-
The aggregation type that holds all the string types that are associated with an aggregation:
name - used as the parser type
stream - used as the stream type
- InternalAggregations - org.elasticsearch.search.aggregationsのクラス
-
- InternalAggregations(List<InternalAggregation>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.InternalAggregations
-
Constructs a new addAggregation.
- InternalAvg - org.elasticsearch.search.aggregations.metrics.avgのクラス
-
- InternalAvg(String, double, long, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- InternalBucket() - クラス のコンストラクタorg.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
-
- InternalBucketMetricValue - org.elasticsearch.search.aggregations.pipeline.bucketmetricsのクラス
-
- InternalBucketMetricValue() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- InternalBucketMetricValue(String, String[], double, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- internalBuilder(SearchSourceBuilder) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the source builder to be used with this request.
- internalBuilder() - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Returns the internal search source builder used to construct the request.
- InternalCardinality - org.elasticsearch.search.aggregations.metrics.cardinalityのクラス
-
- InternalChildren - org.elasticsearch.search.aggregations.bucket.childrenのクラス
-
- InternalChildren() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.children.InternalChildren
-
- InternalChildren(String, long, InternalAggregations, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.children.InternalChildren
-
- InternalClusterInfoService - org.elasticsearch.clusterのクラス
-
InternalClusterInfoService provides the ClusterInfoService interface,
routinely updated on a timer.
- InternalClusterInfoService(Settings, NodeSettingsService, TransportNodesStatsAction, TransportIndicesStatsAction, ClusterService, ThreadPool) - クラス のコンストラクタorg.elasticsearch.cluster.InternalClusterInfoService
-
- InternalClusterInfoService.SubmitReschedulingClusterInfoUpdatedJob - org.elasticsearch.clusterのクラス
-
- InternalClusterService - org.elasticsearch.cluster.serviceのクラス
-
- InternalClusterService(Settings, DiscoveryService, OperationRouting, TransportService, NodeSettingsService, ThreadPool, ClusterName, DiscoveryNodeService, Version) - クラス のコンストラクタorg.elasticsearch.cluster.service.InternalClusterService
-
- InternalContext - org.elasticsearch.common.inject.internalのクラス
-
Internal context.
- InternalContext() - クラス のコンストラクタorg.elasticsearch.common.inject.internal.InternalContext
-
- InternalDateHistogram - org.elasticsearch.search.aggregations.bucket.histogramのクラス
-
- InternalDateRange - org.elasticsearch.search.aggregations.bucket.range.dateのクラス
-
- InternalDateRange.Bucket - org.elasticsearch.search.aggregations.bucket.range.dateのクラス
-
- InternalDateRange.Factory - org.elasticsearch.search.aggregations.bucket.range.dateのクラス
-
- internalDebug(String) - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- internalDebug(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- internalDebug(String) - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- internalDebug(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- internalDebug(String) - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- internalDebug(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- internalDebug(String) - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- internalDebug(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- InternalDerivative - org.elasticsearch.search.aggregations.pipeline.derivativeのクラス
-
- InternalDerivative(String, double, double, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
-
- internalDispatchRequest(HttpRequest, HttpChannel) - クラス のメソッドorg.elasticsearch.http.HttpServer
-
- InternalEngine - org.elasticsearch.index.engineのクラス
-
- InternalEngine(EngineConfig, boolean) - クラス のコンストラクタorg.elasticsearch.index.engine.InternalEngine
-
- InternalEngineFactory - org.elasticsearch.index.engineのクラス
-
- InternalEngineFactory() - クラス のコンストラクタorg.elasticsearch.index.engine.InternalEngineFactory
-
- internalError(String) - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- internalError(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- internalError(String) - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- internalError(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- internalError(String) - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- internalError(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- internalError(String) - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- internalError(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- InternalExtendedStats - org.elasticsearch.search.aggregations.metrics.stats.extendedのクラス
-
- InternalExtendedStats() - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- InternalExtendedStats(String, long, double, double, double, double, double, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- InternalExtendedStatsBucket - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extendedのクラス
-
- InternalFactory<T> - org.elasticsearch.common.inject.internalのインタフェース
-
Creates objects which will be injected.
- InternalFactory.Instance<T> - org.elasticsearch.common.inject.internalのクラス
-
ES:
An factory that returns a pre created instance.
- InternalFilter - org.elasticsearch.search.aggregations.bucket.filterのクラス
-
- InternalFilters - org.elasticsearch.search.aggregations.bucket.filtersのクラス
-
- InternalFilters() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.filters.InternalFilters
-
- InternalFilters(String, List<InternalFilters.Bucket>, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.filters.InternalFilters
-
- InternalFilters.Bucket - org.elasticsearch.search.aggregations.bucket.filtersのクラス
-
- internalFrequency(BytesRef) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- InternalGeoBounds - org.elasticsearch.search.aggregations.metrics.geoboundsのクラス
-
- InternalGeoCentroid - org.elasticsearch.search.aggregations.metrics.geocentroidのクラス
-
- InternalGeoCentroid() - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- InternalGeoCentroid(String, GeoPoint, long, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- InternalGeoDistance - org.elasticsearch.search.aggregations.bucket.range.geodistanceのクラス
-
- InternalGeoDistance(String, List<InternalGeoDistance.Bucket>, ValueFormatter, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance
-
- InternalGeoDistance.Factory - org.elasticsearch.search.aggregations.bucket.range.geodistanceのクラス
-
- InternalGeoHashGrid - org.elasticsearch.search.aggregations.bucket.geogridのクラス
-
Represents a grid of cells where each cell's location is determined by a geohash.
- InternalGeoHashGrid(String, int, Collection<InternalGeoHashGrid.Bucket>, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- InternalGlobal - 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. index + type)
regardless the query.
- InternalHDRPercentileRanks - org.elasticsearch.search.aggregations.metrics.percentiles.hdrのクラス
-
- InternalHDRPercentileRanks(String, double[], DoubleHistogram, boolean, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- InternalHDRPercentileRanks.Iter - org.elasticsearch.search.aggregations.metrics.percentiles.hdrのクラス
-
- InternalHDRPercentiles - org.elasticsearch.search.aggregations.metrics.percentiles.hdrのクラス
-
- InternalHDRPercentiles(String, double[], DoubleHistogram, boolean, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- InternalHDRPercentiles.Iter - org.elasticsearch.search.aggregations.metrics.percentiles.hdrのクラス
-
- internalHighlightFields() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- InternalHistogram<B extends InternalHistogram.Bucket> - org.elasticsearch.search.aggregations.bucket.histogramのクラス
-
TODO should be renamed to InternalNumericHistogram (see comment on
Histogram)?
- InternalHistogram.Bucket - org.elasticsearch.search.aggregations.bucket.histogramのクラス
-
- InternalHistogram.Factory<B extends InternalHistogram.Bucket> - org.elasticsearch.search.aggregations.bucket.histogramのクラス
-
- internalHits() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits
-
- InternalIndicesLifecycle - org.elasticsearch.indicesのクラス
-
InternalIndicesLifecycle handles invoking each listener for the Index.
- InternalIndicesLifecycle(Settings) - クラス のコンストラクタorg.elasticsearch.indices.InternalIndicesLifecycle
-
- internalInfo(String) - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- internalInfo(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- internalInfo(String) - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- internalInfo(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- internalInfo(String) - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- internalInfo(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- internalInfo(String) - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- internalInfo(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- InternalIPv4Range - org.elasticsearch.search.aggregations.bucket.range.ipv4のクラス
-
- InternalIPv4Range() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range
-
- InternalIPv4Range(String, List<InternalIPv4Range.Bucket>, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range
-
- InternalIPv4Range.Bucket - org.elasticsearch.search.aggregations.bucket.range.ipv4のクラス
-
- InternalIPv4Range.Factory - org.elasticsearch.search.aggregations.bucket.range.ipv4のクラス
-
- InternalLineStringBuilder(MultiLineStringBuilder) - クラス のコンストラクタorg.elasticsearch.common.geo.builders.MultiLineStringBuilder.InternalLineStringBuilder
-
- internalMap() - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
- InternalMax - org.elasticsearch.search.aggregations.metrics.maxのクラス
-
- InternalMax(String, double, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- InternalMetricsAggregation - org.elasticsearch.search.aggregations.metricsのクラス
-
- InternalMetricsAggregation() - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.InternalMetricsAggregation
-
- InternalMetricsAggregation(String, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.InternalMetricsAggregation
-
- InternalMin - org.elasticsearch.search.aggregations.metrics.minのクラス
-
- InternalMin(String, double, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- InternalMissing - org.elasticsearch.search.aggregations.bucket.missingのクラス
-
- InternalMultiBucketAggregation<A extends InternalMultiBucketAggregation,B extends InternalMultiBucketAggregation.InternalBucket> - org.elasticsearch.search.aggregationsのクラス
-
- InternalMultiBucketAggregation() - クラス のコンストラクタorg.elasticsearch.search.aggregations.InternalMultiBucketAggregation
-
- InternalMultiBucketAggregation(String, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.InternalMultiBucketAggregation
-
- InternalMultiBucketAggregation.InternalBucket - org.elasticsearch.search.aggregationsのクラス
-
- InternalNested - org.elasticsearch.search.aggregations.bucket.nestedのクラス
-
- InternalNested() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.nested.InternalNested
-
- InternalNested(String, long, InternalAggregations, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.nested.InternalNested
-
- InternalNestedIdentity(String, int, InternalSearchHit.InternalNestedIdentity) - クラス のコンストラクタorg.elasticsearch.search.internal.InternalSearchHit.InternalNestedIdentity
-
- InternalNumericMetricsAggregation - org.elasticsearch.search.aggregations.metricsのクラス
-
- InternalNumericMetricsAggregation.MultiValue - org.elasticsearch.search.aggregations.metricsのクラス
-
- InternalNumericMetricsAggregation.SingleValue - org.elasticsearch.search.aggregations.metricsのクラス
-
- InternalParseContext(Settings, DocumentMapperParser, DocumentMapper, ContentPath) - クラス のコンストラクタorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- InternalPercentile - org.elasticsearch.search.aggregations.metrics.percentilesのクラス
-
- InternalPercentile(double, double) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.InternalPercentile
-
- InternalPercentilesBucket - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentileのクラス
-
- InternalPercentilesBucket() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- InternalPercentilesBucket(String, double[], double[], ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- InternalPercentilesBucket.Iter - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentileのクラス
-
- InternalProfileCollector - org.elasticsearch.search.profileのクラス
-
This class wraps a Lucene Collector and times the execution of:
- setScorer()
- collect()
- doSetNextReader()
- needsScores()
InternalProfiler facilitates the linking of the the Collector graph
- InternalProfileCollector(Collector, String, List<InternalProfileCollector>) - クラス のコンストラクタorg.elasticsearch.search.profile.InternalProfileCollector
-
- InternalProfileShardResults - org.elasticsearch.search.profileのクラス
-
A container class to hold all the profile results across all shards.
- InternalProfileShardResults(Map<String, List<ProfileShardResult>>) - クラス のコンストラクタorg.elasticsearch.search.profile.InternalProfileShardResults
-
- InternalProfileShardResults(StreamInput) - クラス のコンストラクタorg.elasticsearch.search.profile.InternalProfileShardResults
-
- InternalRange<B extends InternalRange.Bucket,R extends InternalRange<B,R>> - org.elasticsearch.search.aggregations.bucket.rangeのクラス
-
- InternalRange() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- InternalRange(String, List<B>, ValueFormatter, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- InternalRange.Bucket - org.elasticsearch.search.aggregations.bucket.rangeのクラス
-
- InternalRange.Factory<B extends InternalRange.Bucket,R extends InternalRange<B,R>> - org.elasticsearch.search.aggregations.bucket.rangeのクラス
-
- InternalReverseNested - org.elasticsearch.search.aggregations.bucket.nestedのクラス
-
- InternalReverseNested() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested
-
- InternalReverseNested(String, long, InternalAggregations, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested
-
- InternalSampler - org.elasticsearch.search.aggregations.bucket.samplerのクラス
-
- InternalScriptedMetric - org.elasticsearch.search.aggregations.metrics.scriptedのクラス
-
- InternalScriptedMetric(String, Object, Script, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- InternalScrollSearchRequest - org.elasticsearch.search.internalのクラス
-
- InternalScrollSearchRequest() - クラス のコンストラクタorg.elasticsearch.search.internal.InternalScrollSearchRequest
-
- InternalScrollSearchRequest(SearchScrollRequest, long) - クラス のコンストラクタorg.elasticsearch.search.internal.InternalScrollSearchRequest
-
- InternalSearchHit - org.elasticsearch.search.internalのクラス
-
- InternalSearchHit(int, String, Text, Map<String, SearchHitField>) - クラス のコンストラクタorg.elasticsearch.search.internal.InternalSearchHit
-
- InternalSearchHit(int, String, Text, InternalSearchHit.InternalNestedIdentity, Map<String, SearchHitField>) - クラス のコンストラクタorg.elasticsearch.search.internal.InternalSearchHit
-
- InternalSearchHit.Fields - org.elasticsearch.search.internalのクラス
-
- InternalSearchHit.InternalNestedIdentity - org.elasticsearch.search.internalのクラス
-
- InternalSearchHit.InternalNestedIdentity.Fields - org.elasticsearch.search.internalのクラス
-
- InternalSearchHitField - org.elasticsearch.search.internalのクラス
-
- InternalSearchHitField(String, List<Object>) - クラス のコンストラクタorg.elasticsearch.search.internal.InternalSearchHitField
-
- InternalSearchHits - org.elasticsearch.search.internalのクラス
-
- InternalSearchHits(InternalSearchHit[], long, float) - クラス のコンストラクタorg.elasticsearch.search.internal.InternalSearchHits
-
- InternalSearchHits.StreamContext - org.elasticsearch.search.internalのクラス
-
- InternalSearchHits.StreamContext.ShardTargetType - org.elasticsearch.search.internalの列挙型
-
- InternalSearchResponse - org.elasticsearch.search.internalのクラス
-
- InternalSearchResponse(InternalSearchHits, InternalAggregations, Suggest, InternalProfileShardResults, boolean, Boolean) - クラス のコンストラクタorg.elasticsearch.search.internal.InternalSearchResponse
-
- InternalSettingsPreparer - org.elasticsearch.node.internalのクラス
-
- InternalSettingsPreparer() - クラス のコンストラクタorg.elasticsearch.node.internal.InternalSettingsPreparer
-
- InternalSignificantTerms<A extends InternalSignificantTerms,B extends InternalSignificantTerms.Bucket> - org.elasticsearch.search.aggregations.bucket.significantのクラス
-
- InternalSignificantTerms() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- InternalSignificantTerms(long, long, String, int, long, SignificanceHeuristic, List<? extends InternalSignificantTerms.Bucket>, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- InternalSignificantTerms.Bucket - org.elasticsearch.search.aggregations.bucket.significantのクラス
-
- InternalSimpleValue - org.elasticsearch.search.aggregations.pipelineのクラス
-
- InternalSimpleValue() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- InternalSimpleValue(String, double, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- InternalSingleBucketAggregation - org.elasticsearch.search.aggregations.bucketのクラス
-
A base class for all the single bucket aggregations.
- InternalSingleBucketAggregation() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
- InternalSingleBucketAggregation(String, long, InternalAggregations, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation
-
Creates a single bucket aggregation.
- internalSourceRef() - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
Internal source representation, might be compressed....
- internalSourceRef() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
Internal source representation, might be compressed....
- internalSourceRef() - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
Internal source representation, might be compressed....
- InternalStats - org.elasticsearch.search.aggregations.metrics.statsのクラス
-
- InternalStats() - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- InternalStats(String, long, double, double, double, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- InternalStatsBucket - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.statsのクラス
-
- InternalStatsBucket(String, long, double, double, double, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.InternalStatsBucket
-
- InternalSum - org.elasticsearch.search.aggregations.metrics.sumのクラス
-
- InternalTDigestPercentileRanks - org.elasticsearch.search.aggregations.metrics.percentiles.tdigestのクラス
-
- InternalTDigestPercentileRanks(String, double[], TDigestState, boolean, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- InternalTDigestPercentileRanks.Iter - org.elasticsearch.search.aggregations.metrics.percentiles.tdigestのクラス
-
- InternalTDigestPercentiles - org.elasticsearch.search.aggregations.metrics.percentiles.tdigestのクラス
-
- InternalTDigestPercentiles(String, double[], TDigestState, boolean, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- InternalTDigestPercentiles.Iter - org.elasticsearch.search.aggregations.metrics.percentiles.tdigestのクラス
-
- InternalTerms<A extends InternalTerms,B extends InternalTerms.Bucket> - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
- InternalTerms() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- InternalTerms(String, Terms.Order, int, int, long, List<? extends InternalTerms.Bucket>, boolean, long, long, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- InternalTerms.Bucket - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
- InternalTopHits - org.elasticsearch.search.aggregations.metrics.tophitsのクラス
-
- InternalTopHits(String, int, int, TopDocs, InternalSearchHits, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- internalTrace(String) - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- internalTrace(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- internalTrace(String) - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- internalTrace(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- internalTrace(String) - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- internalTrace(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- internalTrace(String) - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- internalTrace(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- InternalValueCount - org.elasticsearch.search.aggregations.metrics.valuecountのクラス
-
- InternalValueCount(String, long, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- internalWarn(String) - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- internalWarn(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- internalWarn(String) - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- internalWarn(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- internalWarn(String) - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- internalWarn(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- internalWarn(String) - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- internalWarn(String, Throwable) - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.children.ChildrenBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.FiltersAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.global.GlobalBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.missing.MissingBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.nested.NestedBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.nested.ReverseNestedBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.CardinalityBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.MetricsAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.ValuesSourceMetricsAggregationBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.derivative.DerivativeBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.having.BucketSelectorBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.MovAvgBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffBuilder
-
- internalXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.ValuesSourceAggregationBuilder
-
- interruptTask() - クラス のメソッドorg.elasticsearch.common.util.concurrent.BaseFuture
-
Subclasses can override this method to implement interruption of the
future's computation.
- intersection(ObjectLookupContainer<T>, ObjectLookupContainer<T>) - クラス のstaticメソッドorg.elasticsearch.common.collect.HppcMaps
-
- intersection(double) - クラス のメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.Edge
-
Set the intersection of this line segment to the given position
- intersection(Coordinate, Coordinate, double) - クラス のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder
-
Calculate the intersection of a line segment and a vertical dateline.
- INTERSECTION_ORDER - クラス のstatic変数org.elasticsearch.common.geo.builders.ShapeBuilder
-
- intersections(double, ShapeBuilder.Edge[]) - クラス のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder
-
Calculate all intersections of line segments and a vertical line.
- interval(TimeValue) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- interval() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- Interval() - クラス のコンストラクタorg.elasticsearch.common.rounding.Rounding.Interval
-
- Interval(long) - クラス のコンストラクタorg.elasticsearch.common.rounding.Rounding.Interval
-
Creates a new interval rounding.
- interval(TimeValue) - クラス のメソッドorg.elasticsearch.monitor.jvm.HotThreads
-
- interval(long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.DateHistogramBuilder
-
Set the interval in milliseconds.
- interval(DateHistogramInterval) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.DateHistogramBuilder
-
Set the interval.
- interval(long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.HistogramBuilder
-
Sets the interval for the histogram.
- intField(FieldInfo, int) - クラス のメソッドorg.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- intPage(boolean) - クラス のメソッドorg.elasticsearch.cache.recycler.PageCacheRecycler
-
- intToBytes(int) - クラス のstaticメソッドorg.elasticsearch.common.Numbers
-
Converts an int to a byte array.
- intValue() - クラス のメソッドorg.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- intValue(boolean) - クラス のメソッドorg.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- intValue(boolean) - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- intValue() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- intValue() - クラス のメソッドorg.elasticsearch.script.ScoreAccessor
-
- intValue() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
-
- INVALID_FILENAME_CHARS - クラス のstatic変数org.elasticsearch.common.Strings
-
- InvalidAggregationPathException - org.elasticsearch.search.aggregationsの例外
-
- InvalidAggregationPathException(String) - 例外 のコンストラクタorg.elasticsearch.search.aggregations.InvalidAggregationPathException
-
- InvalidAggregationPathException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.search.aggregations.InvalidAggregationPathException
-
- InvalidAggregationPathException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.search.aggregations.InvalidAggregationPathException
-
- InvalidAliasNameException - org.elasticsearch.indicesの例外
-
- InvalidAliasNameException(Index, String, String) - 例外 のコンストラクタorg.elasticsearch.indices.InvalidAliasNameException
-
- InvalidAliasNameException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.indices.InvalidAliasNameException
-
- InvalidIndexNameException - org.elasticsearch.indicesの例外
-
- InvalidIndexNameException(Index, String, String) - 例外 のコンストラクタorg.elasticsearch.indices.InvalidIndexNameException
-
- InvalidIndexNameException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.indices.InvalidIndexNameException
-
- InvalidIndexTemplateException - org.elasticsearch.indicesの例外
-
- InvalidIndexTemplateException(String, String) - 例外 のコンストラクタorg.elasticsearch.indices.InvalidIndexTemplateException
-
- InvalidIndexTemplateException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.indices.InvalidIndexTemplateException
-
- InvalidSnapshotNameException - org.elasticsearch.snapshotsの例外
-
Thrown on the attempt to create a snapshot with invalid name
- InvalidSnapshotNameException(SnapshotId, String) - 例外 のコンストラクタorg.elasticsearch.snapshots.InvalidSnapshotNameException
-
- InvalidSnapshotNameException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.snapshots.InvalidSnapshotNameException
-
- InvalidTypeNameException - org.elasticsearch.indicesの例外
-
- InvalidTypeNameException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.indices.InvalidTypeNameException
-
- InvalidTypeNameException(String) - 例外 のコンストラクタorg.elasticsearch.indices.InvalidTypeNameException
-
- invoke(Object, Method, Object[]) - クラス のメソッドorg.elasticsearch.common.inject.assistedinject.FactoryProvider2
-
When a factory method is invoked, we create a child injector that binds all parameters, then
use that to get an instance of the return type.
- ipField(String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.MapperBuilders
-
- IpFieldMapper - org.elasticsearch.index.mapper.ipのクラス
-
- IpFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - クラス のコンストラクタorg.elasticsearch.index.mapper.ip.IpFieldMapper
-
- IpFieldMapper.Builder - org.elasticsearch.index.mapper.ipのクラス
-
- IpFieldMapper.Defaults - org.elasticsearch.index.mapper.ipのクラス
-
- IpFieldMapper.IpFieldType - org.elasticsearch.index.mapper.ipのクラス
-
- IpFieldMapper.NumericIpAnalyzer - org.elasticsearch.index.mapper.ipのクラス
-
- IpFieldMapper.NumericIpTokenizer - org.elasticsearch.index.mapper.ipのクラス
-
- IpFieldMapper.TypeParser - org.elasticsearch.index.mapper.ipのクラス
-
- IpFieldType() - クラス のコンストラクタorg.elasticsearch.index.mapper.ip.IpFieldMapper.IpFieldType
-
- IpFieldType(IpFieldMapper.IpFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.ip.IpFieldMapper.IpFieldType
-
- ipRange(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
- IpRangeParser - org.elasticsearch.search.aggregations.bucket.range.ipv4のクラス
-
- IpRangeParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.ipv4.IpRangeParser
-
- ipToLong(String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.ip.IpFieldMapper
-
- IPv4 - クラス のstatic変数org.elasticsearch.search.aggregations.support.format.ValueFormat
-
- IPv4 - インタフェース のstatic変数org.elasticsearch.search.aggregations.support.format.ValueFormatter
-
- IPv4 - インタフェース のstatic変数org.elasticsearch.search.aggregations.support.format.ValueParser
-
- IPv4Formatter() - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.format.ValueFormatter.IPv4Formatter
-
- IPv4RangeBuilder - org.elasticsearch.search.aggregations.bucket.range.ipv4のクラス
-
Builder for the IPv4Range aggregation.
- IPv4RangeBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.ipv4.IPv4RangeBuilder
-
Sole constructor.
- IrishAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
Provider for IrishAnalyzer
- IrishAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.IrishAnalyzerProvider
-
- isA(ValueType) - 列挙型 のメソッドorg.elasticsearch.search.aggregations.support.ValueType
-
- isAccessibleDirectory(Path, ESLogger) - クラス のstaticメソッドorg.elasticsearch.common.io.FileSystemUtils
-
Check that a directory exists, is a directory and is readable
by the current user
- isAcknowledged() - クラス のメソッドorg.elasticsearch.action.support.master.AcknowledgedResponse
-
Returns whether the response is acknowledged or not
- isAcknowledged() - クラス のメソッドorg.elasticsearch.cluster.ack.ClusterStateUpdateResponse
-
Whether the cluster state update was acknowledged or not
- isAlias() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasOrIndex.Alias
-
- isAlias() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasOrIndex.Index
-
- isAlias() - インタフェース のメソッドorg.elasticsearch.cluster.metadata.AliasOrIndex
-
- isAllIndices(List<String>) - クラス のstaticメソッド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...) - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
- isAllOrWildcard(String[]) - クラス のstaticメソッド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
- isAllTypes(String[]) - クラス のstaticメソッド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
- isAnyOriginSupported() - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfig
-
Determines whether a wildcard origin, '*', is supported.
- isArray(Object) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.support.XContentMapValues
-
- isArtificial() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- isAutogenerated(String) - クラス のstaticメソッドorg.elasticsearch.index.store.Store
-
Returns true if the file is auto-generated by the store and shouldn't be deleted during cleanup.
- isAutoThrottle() - クラス のメソッドorg.elasticsearch.index.shard.MergeSchedulerConfig
-
Returns true iff auto throttle is enabled.
- isBeta() - クラス のメソッドorg.elasticsearch.Version
-
- isBoolean(char[], int, int) - クラス のstaticメソッドorg.elasticsearch.common.Booleans
-
returns true if the a sequence of chars is one of "true","false","on","off","yes","no","0","1"
- isBooleanValue() - クラス のメソッドorg.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- isBooleanValue() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
returns true if the current value is boolean in nature.
- isBoost() - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Returns whether to boost terms in query based on "score" or not.
- isBoostTerms() - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- isBroken() - クラス のメソッドorg.elasticsearch.common.util.concurrent.ThreadBarrier
-
Queries if this barrier is in a broken state.
- isCancelled() - クラス のメソッドorg.elasticsearch.common.util.CancellableThreads
-
- isCancelled() - クラス のメソッドorg.elasticsearch.common.util.concurrent.BaseFuture
-
- isCancelled() - クラス のメソッドorg.elasticsearch.tasks.CancellableTask
-
- isCharacterTokenStream(TokenStream) - クラス のstaticメソッドorg.elasticsearch.index.analysis.Analysis
-
Check whether the provided token stream is able to provide character
terms.
- isChecksum(String) - クラス のstaticメソッドorg.elasticsearch.index.store.Store
-
- isClientNode() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
- isCloseConnectionException(Throwable) - クラス のstaticメソッドorg.elasticsearch.common.transport.NetworkExceptionHelper
-
- isClosed() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentParser
-
- isClosed() - クラス のメソッドorg.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- isClosed() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- isClosed - クラス の変数org.elasticsearch.index.engine.Engine
-
- isClosed() - クラス のメソッドorg.elasticsearch.index.translog.TranslogReader
-
- isClosed() - クラス のメソッドorg.elasticsearch.node.Node
-
Returns true if the node is closed.
- isCommitted() - クラス のメソッドorg.elasticsearch.index.engine.Segment
-
- isComplete() - クラス のメソッドorg.elasticsearch.index.mapper.internal.SourceFieldMapper
-
- isCompound() - クラス のメソッドorg.elasticsearch.index.engine.Segment
-
- isCompoundOnFlush() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns true iff flushed segments should be written as compound file system.
- isCompress() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardRepository
-
Returns true if metadata files should be compressed
- isCompress() - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreRepository
-
Returns true if metadata and snapshot files should be compressed
- isCompress() - クラス のメソッドorg.elasticsearch.repositories.fs.FsRepository
-
Returns true if metadata and snapshot files should be compressed
- isCompress(byte) - クラス のstaticメソッドorg.elasticsearch.transport.support.TransportStatus
-
- isCompressed(BytesReference) - インタフェース のメソッドorg.elasticsearch.common.compress.Compressor
-
- isCompressed(ChannelBuffer) - インタフェース のメソッドorg.elasticsearch.common.compress.Compressor
-
- isCompressed(IndexInput) - インタフェース のメソッドorg.elasticsearch.common.compress.Compressor
-
- isCompressed(BytesReference) - クラス のstaticメソッドorg.elasticsearch.common.compress.CompressorFactory
-
- isCompressed(IndexInput) - クラス のstaticメソッドorg.elasticsearch.common.compress.CompressorFactory
-
- isCompressed(BytesReference) - クラス のメソッドorg.elasticsearch.common.compress.deflate.DeflateCompressor
-
- isCompressed(ChannelBuffer) - クラス のメソッドorg.elasticsearch.common.compress.deflate.DeflateCompressor
-
- isCompressed(IndexInput) - クラス のメソッドorg.elasticsearch.common.compress.deflate.DeflateCompressor
-
- isCompressed(BytesReference) - クラス のメソッドorg.elasticsearch.common.compress.lzf.LZFCompressor
-
非推奨です。
- isCompressed(ChannelBuffer) - クラス のメソッドorg.elasticsearch.common.compress.lzf.LZFCompressor
-
非推奨です。
- isCompressed(IndexInput) - クラス のメソッドorg.elasticsearch.common.compress.lzf.LZFCompressor
-
非推奨です。
- isConcrete(Class<?>) - クラス のstaticメソッドorg.elasticsearch.common.Classes
-
- isConflictException(Throwable) - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction
-
- isConnectException(Throwable) - クラス のstaticメソッドorg.elasticsearch.common.transport.NetworkExceptionHelper
-
- isConstant() - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingImpl
-
Is this a constant binding?
- isConstantMatchAllQuery(Query) - クラス のstaticメソッドorg.elasticsearch.common.lucene.search.Queries
-
- isConstructing() - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstructionContext
-
- isContextEmpty() - クラス のメソッドorg.elasticsearch.common.ContextAndHeaderHolder
-
- isContextEmpty() - クラス のメソッドorg.elasticsearch.common.DelegatingHasContextAndHeaders
-
- isContextEmpty() - インタフェース のメソッドorg.elasticsearch.common.HasContext
-
Checks if the context is empty.
- isContextEmpty() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- isCorruptionException(Throwable) - クラス のstaticメソッド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.
- isCorsSupportEnabled() - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfig
-
Determines if support for CORS is enabled.
- isCountedDown() - クラス のメソッドorg.elasticsearch.common.util.concurrent.CountDown
-
Returns true iff the count-down has reached zero.
- isCreate() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Iff true the engine should create a new lucene index when opening the engine.
- isCreated() - クラス のメソッドorg.elasticsearch.action.index.IndexResponse
-
Returns true if the document was created, false if updated.
- isCreated() - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptResponse
-
Returns true if the document was created, false if updated.
- isCreated() - クラス のメソッドorg.elasticsearch.action.update.UpdateResponse
-
Returns true if document was created due to an UPSERT operation
- isCredentialsAllowed() - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfig
-
Determines if cookies are supported for CORS requests.
- isCurrent(Translog.TranslogGeneration) - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
Returns true iff the given generation is the current gbeneration of this translog
- isCustomDataPath() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.ShardStats
-
- isCustomDataPath() - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
Should this node hold data (shards) or not.
- isDataOnlyNode(ClusterState) - クラス のstaticメソッドorg.elasticsearch.gateway.GatewayMetaState
-
- isDebugEnabled() - インタフェース のメソッドorg.elasticsearch.common.logging.ESLogger
-
Returns true if a DEBUG level message is logged.
- isDebugEnabled() - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- isDebugEnabled() - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- isDebugEnabled() - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- isDebugEnabled() - クラス のメソッドorg.elasticsearch.transport.netty.NettyInternalESLogger
-
- isDeleted() - クラス のメソッドorg.elasticsearch.common.lucene.IndexCommitDelegate
-
- isDeleteOnExit() - クラス のメソッドorg.elasticsearch.common.PidFile
-
Returns true iff the process id file is deleted on system exit.
- isDeprecatedSetting(String) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
Return whether the setting is deprecated.
- isDone() - クラス のメソッドorg.elasticsearch.common.util.concurrent.BaseFuture
-
- isDynamicOrLoggingSetting(String) - クラス のメソッドorg.elasticsearch.cluster.settings.DynamicSettings
-
- isEagerSingleton(Stage) - クラス のメソッドorg.elasticsearch.common.inject.internal.Scoping
-
Returns true if this scope is a singleton that should be loaded eagerly in stage.
- isEmpty() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateShardResponse
-
- isEmpty() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- isEmpty() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNode
-
- isEmpty() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Returns true iff this collection contains one or more non-ignored unassigned shards.
- isEmpty() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- isEmpty() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap
-
- isEmpty() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- isEmpty() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap
-
- isEmpty() - クラス のメソッドorg.elasticsearch.common.collect.MapBuilder
-
- isEmpty() - クラス のメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
-
- isEmpty(DocIdSet) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
Is it an empty DocIdSet?
- isEmpty(CharSequence) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Check that the given CharSequence is either null or of length 0.
- isEmpty(Object[]) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
Checks if the given array contains any elements.
- isEmpty() - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- isEmpty() - クラス のメソッドorg.elasticsearch.common.util.MinimalMap
-
- isEmpty() - クラス のメソッドorg.elasticsearch.index.mapper.FieldMappers
-
- isEmpty() - クラス のメソッドorg.elasticsearch.search.lookup.FieldLookup
-
- isEmpty() - クラス のメソッドorg.elasticsearch.search.lookup.LeafDocLookup
-
- isEmpty() - クラス のメソッドorg.elasticsearch.search.lookup.LeafFieldsLookup
-
- isEmpty() - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- isEmpty() - クラス のメソッドorg.elasticsearch.search.rescore.RescoreBuilder
-
- isEnabled() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- isEnabled(String) - クラス のメソッドorg.elasticsearch.common.lucene.LoggerInfoStream
-
- isEnabled() - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper.FieldNamesFieldType
-
- isEnabled() - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper
-
- isEnableGcDeletes() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns true iff delete garbage collection in the engine should be enabled.
- isError(byte) - クラス のstaticメソッドorg.elasticsearch.transport.support.TransportStatus
-
- isErrorEnabled() - インタフェース のメソッドorg.elasticsearch.common.logging.ESLogger
-
Returns true if an ERROR level message is logged.
- isErrorEnabled() - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- isErrorEnabled() - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- isErrorEnabled() - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- isErrorEnabled() - クラス のメソッドorg.elasticsearch.transport.netty.NettyInternalESLogger
-
- isExecuting() - クラス のメソッドorg.elasticsearch.cluster.service.PendingClusterTask
-
- isExecutorShutdown() - 例外 のメソッドorg.elasticsearch.common.util.concurrent.EsRejectedExecutionException
-
Checks if the thread pool that rejected the execution was terminated
shortly after the rejection.
- isExists() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.exists.AliasesExistResponse
-
- isExists() - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
-
- isExists() - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
-
- isExists() - クラス のメソッドorg.elasticsearch.action.explain.ExplainResponse
-
- isExists() - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
Does the document exists.
- isExists() - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptResponse
-
Does the document exists.
- isExists() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- isExists() - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
Does the document exists.
- isExplicitAllType(String[]) - クラス のstaticメソッド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メソッドorg.elasticsearch.common.Booleans
-
Returns true iff the value is either of the following:
false, 0, off, no
otherwise false
- isExplicitlyScoped() - クラス のメソッドorg.elasticsearch.common.inject.internal.Scoping
-
Returns true if this scope was explicitly applied.
- isExplicitTrue(String) - クラス のstaticメソッドorg.elasticsearch.common.Booleans
-
Returns true iff the value is either of the following:
true, 1, on, yes
otherwise false
- isFailed() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse
-
Is this a failed execution of an operation.
- isFailed() - クラス のメソッドorg.elasticsearch.action.get.MultiGetItemResponse
-
Is this a failed execution?
- isFailed() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
Is this a failed execution?
- isFailure() - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateResponse.Item
-
- isFailure() - クラス のメソッドorg.elasticsearch.action.search.MultiSearchResponse.Item
-
Is it a failed search?
- isFilter() - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
Return whether we are currently parsing a filter or a query.
- isFiltered() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
- isFloatingPoint() - 列挙型 のメソッドorg.elasticsearch.index.fielddata.IndexNumericFieldData.NumericType
-
- isFloatingPoint() - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSource.Numeric.FieldData
-
- isFloatingPoint() - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSource.Numeric
-
Whether the underlying data is floating-point or not.
- isFloatingPoint() - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSource.Numeric.Script
-
- isFloatingPoint() - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSource.Numeric.WithScript
-
- isFloatingPoint() - 列挙型 のメソッドorg.elasticsearch.search.aggregations.support.ValueType
-
- isFlushOnClose() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- isForceExecution() - クラス のメソッドorg.elasticsearch.common.util.concurrent.AbstractRunnable
-
Should the runnable force its execution in case it gets rejected?
- isForceExecution() - クラス のメソッドorg.elasticsearch.transport.RequestHandlerRegistry
-
- isFound() - クラス のメソッドorg.elasticsearch.action.delete.DeleteResponse
-
Returns true if a doc was found to delete.
- isFound() - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptResponse
-
Returns true if a doc was found to delete.
- isFreed() - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction.SearchFreeContextResponse
-
- isFullySpecified() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
-
- isFullySpecified() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- isFullySpecified() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
-
- isFuzzy() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- isFuzzyTranspositions() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- isFuzzyTranspositions() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionFuzzyBuilder
-
- isFuzzyUnicodeAware() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- isGenerated() - クラス のメソッドorg.elasticsearch.index.mapper.core.TokenCountFieldMapper
-
- isGenerated() - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper
-
Fields might not be available before indexing, for example _all, token_count,...
- isGenerated() - クラス のメソッドorg.elasticsearch.index.mapper.internal.AllFieldMapper
-
- isGenerated() - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper
-
- isGeoHashEnabled() - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.GeoPointFieldType
-
- isGeoHashPrefixEnabled() - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.GeoPointFieldType
-
- isGeoPoint() - 列挙型 のメソッドorg.elasticsearch.search.aggregations.support.ValueType
-
- isGlobalStateEquals(MetaData, MetaData) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- isHeldByCurrentThread() - クラス のメソッドorg.elasticsearch.common.util.concurrent.ReleasableLock
-
- isHidden(Path) - クラス のstaticメソッドorg.elasticsearch.common.io.FileSystemUtils
-
Check whether the file denoted by the given path is hidden.
- isHighlighted() - クラス のメソッドorg.apache.lucene.search.postingshighlight.Snippet
-
- isIgnoredEmpty() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Returns true iff any unassigned shards are marked as temporarily ignored.
- isIncludeInParent() - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper.Nested
-
- isIncludeInRoot() - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper.Nested
-
- isIncludeRelocations() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
- isIndexUsingShadowReplicas(Settings) - クラス のstaticメソッド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メソッドorg.elasticsearch.action.support.IndicesOptions
-
Returns true if the name represents a valid name for one of the indices option
false otherwise
- isInfoEnabled() - インタフェース のメソッドorg.elasticsearch.common.logging.ESLogger
-
Returns true if an INFO level message is logged.
- isInfoEnabled() - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- isInfoEnabled() - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- isInfoEnabled() - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- isInfoEnabled() - クラス のメソッドorg.elasticsearch.transport.netty.NettyInternalESLogger
-
- isIngestNode() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
Returns a boolean that tells whether this an ingest node or not
- isInnerClass(Class<?>) - クラス のstaticメソッドorg.elasticsearch.common.Classes
-
- isIsolated() - クラス のメソッドorg.elasticsearch.plugins.PluginInfo
-
- isJvm() - クラス のメソッドorg.elasticsearch.plugins.PluginInfo
-
- isKnown(DiscoveryNode) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- isKnownWord(BytesRef) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.CandidateGenerator
-
- isKnownWord(BytesRef) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- isKnownWord(BytesRef) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.MultiCandidateGeneratorWrapper
-
- isLast() - クラス のメソッドorg.elasticsearch.http.netty.pipelining.OrderedDownstreamChannelEvent
-
- isLatLonEnabled() - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.GeoPointFieldType
-
- isMarkedCorrupted() - クラス のメソッドorg.elasticsearch.index.store.Store
-
- isMasterNode() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
Can this node become master or not.
- isMatch() - クラス のメソッドorg.elasticsearch.action.explain.ExplainResponse
-
- isMatchAllPattern(String) - クラス のstaticメソッドorg.elasticsearch.common.regex.Regex
-
- isMemoryLocked() - クラス のstaticメソッドorg.elasticsearch.bootstrap.BootstrapInfo
-
Returns true if we were able to lock the process's address space.
- isMergedSegment(LeafReader) - クラス のstaticメソッドorg.elasticsearch.index.engine.Engine
-
Returns whether a leaf reader comes from a merge (versus flush or addIndexes).
- isMetadataField() - クラス のメソッドorg.elasticsearch.index.get.GetField
-
- isMetadataField(String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.MapperService
-
- isMetadataField() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHitField
-
- isMetadataField() - インタフェース のメソッドorg.elasticsearch.search.SearchHitField
-
- isMlockall() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessInfo
-
- isMultiValued(SortedSetDocValues) - 列挙型 のstaticメソッドorg.elasticsearch.index.fielddata.FieldData
-
Returns whether the provided values *might* be multi-valued.
- isMultiValued(SortedNumericDocValues) - 列挙型 のstaticメソッドorg.elasticsearch.index.fielddata.FieldData
-
Returns whether the provided values *might* be multi-valued.
- isMultiValued(SortedNumericDoubleValues) - 列挙型 のstaticメソッドorg.elasticsearch.index.fielddata.FieldData
-
Returns whether the provided values *might* be multi-valued.
- isMultiValued(SortedBinaryDocValues) - 列挙型 のstaticメソッドorg.elasticsearch.index.fielddata.FieldData
-
Returns whether the provided values *might* be multi-valued.
- isMultiValued(MultiGeoPointValues) - 列挙型 のstaticメソッドorg.elasticsearch.index.fielddata.FieldData
-
Returns whether the provided values *might* be multi-valued.
- isMultiValued() - クラス のメソッド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メソッドorg.elasticsearch.bootstrap.BootstrapInfo
-
Returns true if we successfully loaded native libraries.
- isNegativeQuery(Query) - クラス のstaticメソッドorg.elasticsearch.common.lucene.search.Queries
-
- isNested() - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper.Nested
-
- isNoScope() - クラス のメソッドorg.elasticsearch.common.inject.internal.Scoping
-
Returns true if this is the default scope.
- isNoStopwords(Settings) - クラス のstaticメソッドorg.elasticsearch.index.analysis.Analysis
-
- isNotA(ValueType) - 列挙型 のメソッドorg.elasticsearch.search.aggregations.support.ValueType
-
- isNotifyOnMergeFailure() - クラス のメソッドorg.elasticsearch.index.shard.MergeSchedulerConfig
-
Returns true iff we fail the engine on a merge failure.
- isNull() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
-
- isNullable() - クラス のメソッドorg.elasticsearch.common.inject.spi.Dependency
-
Returns true if null is a legal value for this dependency.
- isNullOrEmpty(String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- isNullOriginAllowed() - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfig
-
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded
from the local file system.
- isNumeric() - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.NumberFieldType
-
- isNumeric() - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- isNumeric() - 列挙型 のメソッドorg.elasticsearch.search.aggregations.support.ValueType
-
- isObject(Object) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.support.XContentMapValues
-
- isOnSharedFilesystem(Settings) - クラス のstaticメソッド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.
- isOOM(Throwable) - クラス のstaticメソッドorg.elasticsearch.ExceptionsHelper
-
Returns true iff the given throwable is and OutOfMemoryException, otherwise false
- isOpen() - クラス のメソッドorg.elasticsearch.env.ShardLock
-
Returns true if this lock is still open ie. has not been closed yet.
- isOpen() - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
Returns true if this Translog is still open.
- isOptimizeAutoGenerateId() - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Returns true iff documents with auto-generated IDs are optimized if possible.
- isOptional() - クラス のメソッド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.
- isOriginAllowed(String) - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfig
-
Returns whether the input origin is allowed by this configuration.
- isParent(String) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- isPrimaryActive() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterShardHealth
-
- isProcessed() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
-
- isProfile() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- isProfile() - インタフェース のメソッドorg.elasticsearch.search.internal.ShardSearchRequest
-
Returns true if this shard search is being profiled or not
- isProfile() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- isRC() - クラス のメソッドorg.elasticsearch.Version
-
- isReadOverrideException(Throwable) - クラス のstaticメソッドorg.elasticsearch.action.support.TransportActions
-
If a failure is already present, should this failure override it or not for read operations.
- isRecycled() - クラス のメソッドorg.elasticsearch.common.recycler.NoneRecycler.NV
-
- isRecycled() - インタフェース のメソッドorg.elasticsearch.common.recycler.Recycler.V
-
Whether this instance has been recycled (true) or newly allocated (false).
- isRegexBased() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude
-
- isRegistered(Class<? extends Throwable>) - 例外 のstaticメソッドorg.elasticsearch.ElasticsearchException
-
Retruns true iff the given class is a registered for an exception to be read.
- isRelocationSourceOf(ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
returns true if the routing is the relocation source for the given routing
- isRelocationTarget() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
- isRelocationTargetOf(ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
returns true if the routing is the relocation target of the given routing
- isRemoved() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.RoutingNodeIterator
-
- isRepositoryInUse(ClusterState, String) - クラス のstaticメソッドorg.elasticsearch.snapshots.RestoreService
-
Checks if a repository is currently in use by one of the snapshots
- isRepositoryInUse(ClusterState, String) - クラス のstaticメソッドorg.elasticsearch.snapshots.SnapshotsService
-
Checks if a repository is currently in use by one of the snapshots
- isRequest(byte) - クラス のstaticメソッドorg.elasticsearch.transport.support.TransportStatus
-
- isReservedChar(char) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper
-
- isRetainedAtRuntime(Class<? extends Annotation>) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Annotations
-
Returns true if the given annotation is retained at runtime.
- isRunning() - クラス のメソッドorg.elasticsearch.common.StopWatch
-
Return whether the stop watch is currently running.
- isSame(StoreFileMetaData) - クラス のメソッドorg.elasticsearch.index.shard.CommitPoint.FileInfo
-
- isSame(StoreFileMetaData) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Checks if a file in a store is the same file
- isSame(BlobStoreIndexShardSnapshot.FileInfo) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Checks if a file in a store is the same file
- isSame(StoreFileMetaData) - クラス のメソッドorg.elasticsearch.index.store.StoreFileMetaData
-
Returns true iff the length and the checksums are the same. otherwise false
- isSameAllocation(ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
returns true if this routing has the same allocation ID as another.
- isSameShard(ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
returns true if this routing has the same shardId as another
- isSameUUID(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
Test whether the current index UUID is the same as the given one.
- isScopeAnnotation(Class<? extends Annotation>) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.Annotations
-
- isSearch() - クラス のメソッドorg.elasticsearch.index.engine.Segment
-
- isSeccompInstalled() - クラス のstaticメソッドorg.elasticsearch.bootstrap.BootstrapInfo
-
Returns true if secure computing mode is enabled (supported systems only)
- isSet(CommonStatsFlags.Flag) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- isSet() - クラス のメソッドorg.elasticsearch.tasks.TaskId
-
- isShardNotAvailableException(Throwable) - クラス のstaticメソッドorg.elasticsearch.action.support.TransportActions
-
- isShortCircuit() - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfig
-
Determines whether a CORS request should be rejected if it's invalid before being
further processing.
- isSimpleMatchPattern(String) - クラス のstaticメソッドorg.elasticsearch.common.regex.Regex
-
Is the str a simple match pattern.
- isSingle() - クラス のメソッドorg.elasticsearch.common.cli.CliToolConfig
-
- isSite() - クラス のメソッドorg.elasticsearch.plugins.PluginInfo
-
- isSortable() - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper.CompletionFieldType
-
- isSortable() - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- isSourceEmpty() - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
Is the source empty (not available) or not.
- isSourceEmpty() - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
Is the source empty (not available) or not.
- isSourceEmpty() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- isSourceEmpty() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
Is the source empty (not available) or not.
- isStopAtNonOption() - クラス のメソッドorg.elasticsearch.common.cli.CliToolConfig.Cmd
-
- isStoringPayloads() - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper
-
- isStrict() - クラス のメソッドorg.elasticsearch.common.ParseFieldMatcher
-
Should deprecated settings be rejected?
- isSubAction() - クラス のメソッドorg.elasticsearch.action.get.TransportShardMultiGetAction
-
- isSubAction() - クラス のメソッドorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction
-
- isSubAction() - クラス のメソッドorg.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
Tells whether the action is a main one or a subaction.
- isSubAction() - クラス のメソッドorg.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
-
- isSucceeded() - クラス のメソッドorg.elasticsearch.action.search.ClearScrollResponse
-
- isSuccess() - クラス のメソッドorg.elasticsearch.cluster.ClusterStateTaskExecutor.TaskResult
-
- isSyncOnEachOperation() - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
Returns true iff each low level operation shoudl be fsynced
- isSynthetic() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
-
- isTempBlobName(String) - クラス のメソッドorg.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
-
Returns true if the blob is a leftover temporary blob.
- isTerminatedEarly() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
Has the search operation terminated early due to reaching
terminateAfter
- isThrottled() - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
Returns if the index is under merge throttling control
- isTimedOut() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
true if the waitForXXX has timeout out and did not match.
- isTimedOut() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
Has the search operation timed out.
- isTimedOut() - クラス のメソッドorg.elasticsearch.cluster.ClusterStateObserver
-
indicates whether this observer has timedout
- isTokenChar(int) - クラス のメソッドorg.elasticsearch.index.analysis.CharMatcher.ByUnicodeCategory
-
- isTokenChar(int) - インタフェース のメソッドorg.elasticsearch.index.analysis.CharMatcher
-
Returns true if, and only if, the provided character matches this character class.
- isTraceEnabled() - インタフェース のメソッドorg.elasticsearch.common.logging.ESLogger
-
Returns true if a TRACE level message is logged.
- isTraceEnabled() - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- isTraceEnabled() - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- isTraceEnabled() - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- isTransportThread(Thread) - 列挙型 のstaticメソッドorg.elasticsearch.transport.Transports
-
Utility method to detect whether a thread is a network thread.
- isUnicodeAware() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionFuzzyBuilder
-
- isValid() - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.QueryExplanation
-
- isValid() - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
-
A boolean denoting whether the query is valid.
- isValue() - 列挙型 のメソッドorg.elasticsearch.common.xcontent.XContentParser.Token
-
- isVersionConflictForReads(long, long) - 列挙型 のメソッドorg.elasticsearch.index.VersionType
-
Checks whether the current version conflicts with the expected version, based on the current version type.
- isVersionConflictForWrites(long, long) - 列挙型 のメソッドorg.elasticsearch.index.VersionType
-
Checks whether the current version conflicts with the expected version, based on the current version type.
- isWarnEnabled() - インタフェース のメソッドorg.elasticsearch.common.logging.ESLogger
-
Returns true if a WARN level message is logged.
- isWarnEnabled() - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- isWarnEnabled() - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- isWarnEnabled() - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- isWarnEnabled() - クラス のメソッドorg.elasticsearch.transport.netty.NettyInternalESLogger
-
- isWildcard() - クラス のメソッドorg.elasticsearch.common.path.PathTrie.TrieNode
-
- isWithin(double, double) - インタフェース のメソッドorg.elasticsearch.common.geo.GeoDistance.DistanceBoundingCheck
-
- isWithin(double, double) - クラス のメソッドorg.elasticsearch.common.geo.GeoDistance.Meridian180DistanceBoundingCheck
-
- isWithin(double, double) - クラス のメソッドorg.elasticsearch.common.geo.GeoDistance.SimpleDistanceBoundingCheck
-
- isWithinCopyTo() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- isWithinMultiField() - クラス のメソッドorg.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- isWithinMultiFields() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- isWritable(Path) - クラス のstaticメソッドorg.elasticsearch.env.Environment
-
Returns true if the path is writable.
- ItalianAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- ItalianAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ItalianAnalyzerProvider
-
- Item() - クラス のコンストラクタorg.elasticsearch.action.get.MultiGetRequest.Item
-
- Item(String, String, String) - クラス のコンストラクタorg.elasticsearch.action.get.MultiGetRequest.Item
-
Constructs a single get item.
- Item(Integer, PercolateShardResponse) - クラス のコンストラクタorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Response.Item
-
- Item(Integer, Throwable) - クラス のコンストラクタorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Response.Item
-
- Item(SearchResponse, Throwable) - クラス のコンストラクタorg.elasticsearch.action.search.MultiSearchResponse.Item
-
- Item() - クラス のコンストラクタorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- Item(String, String, String) - クラス のコンストラクタorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
Constructor for a given item / document request
- Item(String, String, XContentBuilder) - クラス のコンストラクタorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
Constructor for an artificial document request, that is not present in the index.
- items() - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateResponse
-
- items() - クラス のメソッドorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Request
-
- items() - クラス のメソッドorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Response
-
- Iter(double[], DoubleHistogram) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks.Iter
-
- Iter(double[], DoubleHistogram) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles.Iter
-
- Iter(double[], TDigestState) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks.Iter
-
- Iter(double[], TDigestState) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles.Iter
-
- Iter(double[], double[]) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket.Iter
-
- iterableAsArrayList(Iterable<? extends E>) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- iterate(PortsRange.PortCallback) - クラス のメソッドorg.elasticsearch.common.transport.PortsRange
-
- iterator() - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesResponse
-
Iterator over the repositories data
- iterator() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
-
- iterator() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- iterator() - クラス のメソッドorg.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
-
- iterator() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
-
- iterator() - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.IndexSegments
-
- iterator() - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.IndexShardSegments
-
- iterator() - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.ShardSegments
-
- iterator() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- iterator() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndexStats
-
- iterator() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- iterator() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
-
- iterator() - クラス のメソッドorg.elasticsearch.action.bulk.BulkResponse
-
- iterator() - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
- iterator() - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- iterator() - クラス のメソッドorg.elasticsearch.action.get.MultiGetResponse
-
- iterator() - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptResponse
-
- iterator() - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateResponse
-
- iterator() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateResponse
-
- iterator() - クラス のメソッドorg.elasticsearch.action.search.MultiSearchResponse
-
- iterator() - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodesResponse
-
- iterator() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- iterator() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsResponse
-
- iterator() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFields
-
- iterator() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- iterator() - クラス のメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
- iterator() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- iterator() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
- iterator() - クラス のメソッドorg.elasticsearch.cluster.routing.GroupShardsIterator
-
- iterator() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
- iterator() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- iterator() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNode
-
- iterator() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- iterator() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.RoutingNodeIterator
-
- iterator() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.RoutingNodesIterator
-
- iterator() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
- iterator() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
- iterator() - クラス のメソッドorg.elasticsearch.common.blobstore.BlobPath
-
- iterator() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- iterator() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap
-
Returns a cursor over the entries (key-value pairs) in this map.
- iterator() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- iterator() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap
-
Returns a cursor over the entries (key-value pairs) in this map.
- iterator() - クラス のメソッドorg.elasticsearch.common.inject.ModulesBuilder
-
- iterator() - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- iterator() - クラス のメソッドorg.elasticsearch.common.util.LongObjectPagedHashMap
-
- iterator() - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat.BloomFilteredFieldsProducer
-
非推奨です。
- iterator() - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat.BloomFilteredTerms
-
非推奨です。
- iterator() - クラス のメソッドorg.elasticsearch.index.deletionpolicy.SnapshotIndexCommits
-
- iterator() - クラス のメソッドorg.elasticsearch.index.get.GetField
-
- iterator() - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
- iterator() - クラス のメソッドorg.elasticsearch.index.IndexService
-
- iterator() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentFieldMappers
-
- iterator() - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper
-
- iterator() - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.MultiFields
-
- iterator() - クラス のメソッドorg.elasticsearch.index.mapper.FieldMappers
-
- iterator() - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper
-
- iterator() - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper
-
- iterator() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.Document
-
- iterator() - クラス のメソッドorg.elasticsearch.index.search.child.ConstantScorer
-
- iterator() - クラス のメソッドorg.elasticsearch.index.shard.CommitPoints
-
- iterator() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
-
- iterator() - クラス のメソッドorg.elasticsearch.index.store.Store.MetadataSnapshot
-
- iterator() - クラス のメソッドorg.elasticsearch.indices.IndicesService
-
- iterator() - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- iterator() - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo
-
- iterator() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
-
- iterator() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Mem
-
- iterator() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- iterator() - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregations
-
- iterator() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- iterator() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- iterator() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- iterator() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- iterator() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- iterator() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- iterator() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHitField
-
- iterator() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits
-
- iterator() - クラス のメソッドorg.elasticsearch.search.lookup.IndexFieldTerm
-
- iterator() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest
-
- iterator() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- iterator() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion
-
- iterator() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolInfo
-
- iterator() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolStats
-
- PackedArrayEstimator(CircuitBreaker, IndexNumericFieldData.NumericType, String) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.PackedArrayIndexFieldData.PackedArrayEstimator
-
- PackedArrayIndexFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
Stores numeric data into bit-packed arrays for better memory efficiency.
- PackedArrayIndexFieldData(Index, Settings, MappedFieldType.Names, FieldDataType, IndexFieldDataCache, IndexNumericFieldData.NumericType, CircuitBreakerService) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.PackedArrayIndexFieldData
-
- PackedArrayIndexFieldData.Builder - org.elasticsearch.index.fielddata.plainのクラス
-
- PackedArrayIndexFieldData.PackedArrayEstimator - org.elasticsearch.index.fielddata.plainのクラス
-
Estimator that wraps numeric field data loading in a
RamAccountingTermsEnum, adjusting the breaker after data has been
loaded
- pad(Table.Cell, int, RestRequest, UTF8StreamWriter) - クラス のstaticメソッドorg.elasticsearch.rest.action.support.RestTable
-
- pad(boolean) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
-
- padStart(String, int, char) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- PAGE_SIZE_IN_BYTES - クラス のstatic変数org.elasticsearch.common.util.BigArrays
-
Page size in bytes: 16KB
- PageCacheRecycler - org.elasticsearch.cache.recyclerのクラス
-
A recycler of fixed-size pages.
- PageCacheRecycler(Settings, ThreadPool) - クラス のコンストラクタorg.elasticsearch.cache.recycler.PageCacheRecycler
-
- pageCacheRecycler() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- pageCacheRecycler() - クラス のメソッドorg.elasticsearch.search.aggregations.support.AggregationContext
-
- pageCacheRecycler() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- pageCacheRecycler() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- pageCacheRecycler() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- PageCacheRecycler.Type - org.elasticsearch.cache.recyclerの列挙型
-
- PagedBytesAtomicFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
- PagedBytesAtomicFieldData(PagedBytes.Reader, PackedLongValues, Ordinals) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
-
- PagedBytesIndexFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
- PagedBytesIndexFieldData(Index, Settings, MappedFieldType.Names, FieldDataType, IndexFieldDataCache, CircuitBreakerService) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.PagedBytesIndexFieldData
-
- PagedBytesIndexFieldData.Builder - org.elasticsearch.index.fielddata.plainのクラス
-
- PagedBytesIndexFieldData.PagedBytesEstimator - 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 - org.elasticsearch.common.bytesのクラス
-
A page based bytes reference, internally holding the bytes in a paged
data structure.
- PagedBytesReference(BigArrays, ByteArray, int) - クラス のコンストラクタorg.elasticsearch.common.bytes.PagedBytesReference
-
- PagedBytesReference(BigArrays, ByteArray, int, int) - クラス のコンストラクタorg.elasticsearch.common.bytes.PagedBytesReference
-
- PARAGRAPH_SEPARATOR - クラス のstatic変数org.elasticsearch.search.highlight.HighlightUtils
-
- param(String) - クラス のメソッドorg.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams
-
- param(String, String) - クラス のメソッドorg.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams
-
- param(String) - クラス のメソッドorg.elasticsearch.common.xcontent.ToXContent.MapParams
-
- param(String, String) - クラス のメソッドorg.elasticsearch.common.xcontent.ToXContent.MapParams
-
- param(String) - インタフェース のメソッドorg.elasticsearch.common.xcontent.ToXContent.Params
-
- param(String, String) - インタフェース のメソッドorg.elasticsearch.common.xcontent.ToXContent.Params
-
- param(String) - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpRequest
-
- param(String, String) - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpRequest
-
- param(String) - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
- param(String, Object) - クラス のメソッドorg.elasticsearch.search.sort.ScriptSortBuilder
-
- paramAsBoolean(String, boolean) - クラス のメソッドorg.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams
-
- paramAsBoolean(String, Boolean) - クラス のメソッドorg.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams
-
- paramAsBoolean(String, boolean) - クラス のメソッドorg.elasticsearch.common.xcontent.ToXContent.MapParams
-
- paramAsBoolean(String, Boolean) - クラス のメソッドorg.elasticsearch.common.xcontent.ToXContent.MapParams
-
- paramAsBoolean(String, boolean) - インタフェース のメソッドorg.elasticsearch.common.xcontent.ToXContent.Params
-
- paramAsBoolean(String, Boolean) - インタフェース のメソッドorg.elasticsearch.common.xcontent.ToXContent.Params
-
- paramAsBoolean(String, boolean) - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
- paramAsBoolean(String, Boolean) - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
- paramAsFloat(String, float) - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
- paramAsInt(String, int) - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
- paramAsLong(String, long) - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
- paramAsSize(String, ByteSizeValue) - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
- paramAsStringArray(String, String[]) - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
- paramAsStringArrayOrEmptyIfAll(String) - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
- paramAsTime(String, TimeValue) - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
- ParameterizedTypeImpl(Type, Type, Type...) - クラス のコンストラクタorg.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- params() - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpRequest
-
- params() - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
- PARAMS - インタフェース のstatic変数org.elasticsearch.script.Script.ScriptField
-
- params(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricBuilder
-
Set parameters that will be available in the init, map
and combine phases.
- PARAMS_FIELD - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricParser
-
- PARAMS_FIELD - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptParser
-
- PARAMS_FIELD - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.having.BucketSelectorParser
-
- parent(String) - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequest
-
Sets the parent id of this document.
- parent(String) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
Simple sets the routing.
- parent(String) - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
Sets the parent id of this document.
- parent(String) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
- parent(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Sets the parent id of this document.
- parent() - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- parent(String) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Sets the parent id of this document.
- parent(String) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
The parent id is used for the upsert request and also implicitely sets the routing if not already set.
- parent() - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- PARENT - インタフェース のstatic変数org.elasticsearch.common.breaker.CircuitBreaker
-
- parent() - クラス のメソッドorg.elasticsearch.index.engine.Engine.IndexingOperation
-
- parent(String) - クラス のメソッドorg.elasticsearch.index.mapper.ParsedDocument
-
- parent() - クラス のメソッドorg.elasticsearch.index.mapper.ParsedDocument
-
- parent() - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- parent(String) - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- parent() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Create
-
- parent() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Index
-
- parent - クラス の変数org.elasticsearch.index.translog.Translog.Source
-
- parent() - クラス のメソッドorg.elasticsearch.search.aggregations.Aggregator
-
Return the parent aggregator.
- parent - クラス の変数org.elasticsearch.search.aggregations.AggregatorBase
-
- parent() - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorBase
-
- parent - クラス の変数org.elasticsearch.search.aggregations.AggregatorFactory
-
- parent() - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorFactory
-
- parent() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
-
- ParentChild(ParentChildIndexFieldData) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.ValuesSource.Bytes.ParentChild
-
- ParentChildAtomicFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
- ParentChildAtomicFieldData(ImmutableOpenMap<String, AtomicOrdinalsFieldData>) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.ParentChildAtomicFieldData
-
- ParentChildEstimator(CircuitBreaker, TermsEnum) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.ParentChildIndexFieldData.ParentChildEstimator
-
- ParentChildIndexFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
ParentChildIndexFieldData is responsible for loading the id cache mapping
needed for has_child and has_parent queries into memory.
- ParentChildIndexFieldData(Index, Settings, MappedFieldType.Names, FieldDataType, IndexFieldDataCache, MapperService, CircuitBreakerService) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.ParentChildIndexFieldData
-
- ParentChildIndexFieldData.Builder - org.elasticsearch.index.fielddata.plainのクラス
-
- ParentChildIndexFieldData.GlobalFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
- ParentChildIndexFieldData.ParentChildEstimator - org.elasticsearch.index.fielddata.plainのクラス
-
Estimator that wraps parent/child id field data by wrapping the data
in a RamAccountingTermsEnum.
- ParentChildInnerHits(SearchContext, ParsedQuery, Map<String, InnerHitsContext.BaseInnerHits>, MapperService, DocumentMapper) - クラス のコンストラクタorg.elasticsearch.search.fetch.innerhits.InnerHitsContext.ParentChildInnerHits
-
- ParentCollector(IndexParentChildFieldData, SearchContext, String) - クラス のコンストラクタorg.elasticsearch.index.search.child.ChildrenQuery.ParentCollector
-
非推奨です。
- ParentConstantScoreQuery - org.elasticsearch.index.search.childのクラス
-
- ParentConstantScoreQuery(ParentChildIndexFieldData, Query, String, Filter) - クラス のコンストラクタorg.elasticsearch.index.search.child.ParentConstantScoreQuery
-
非推奨です。
- parentFieldMapper() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- ParentFieldMapper - org.elasticsearch.index.mapper.internalのクラス
-
- ParentFieldMapper.Builder - org.elasticsearch.index.mapper.internalのクラス
-
- ParentFieldMapper.Defaults - org.elasticsearch.index.mapper.internalのクラス
-
- ParentFieldMapper.TypeParser - org.elasticsearch.index.mapper.internalのクラス
-
- parentFilter() - クラス のメソッドorg.elasticsearch.index.engine.Engine.DeleteByQuery
-
- parentFilter - クラス の変数org.elasticsearch.index.query.support.NestedInnerQueryParseSupport
-
- parentFilter - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery
-
非推奨です。
- parentFilter - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery.ParentWeight
-
非推奨です。
- parentIdxs - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery.ParentCollector
-
非推奨です。
- ParentQuery - org.elasticsearch.index.search.childのクラス
-
- ParentQuery(ParentChildIndexFieldData, Query, String, Filter) - クラス のコンストラクタorg.elasticsearch.index.search.child.ParentQuery
-
非推奨です。
- ParentScoreCollector(IndexParentChildFieldData, SearchContext, String) - クラス のコンストラクタorg.elasticsearch.index.search.child.ChildrenQuery.ParentScoreCollector
-
非推奨です。
- ParentScoreCountCollector(IndexParentChildFieldData, SearchContext, String) - クラス のコンストラクタorg.elasticsearch.index.search.child.ChildrenQuery.ParentScoreCountCollector
-
非推奨です。
- ParentToChildrenAggregator - org.elasticsearch.search.aggregations.bucket.childrenのクラス
-
- ParentToChildrenAggregator(String, AggregatorFactories, AggregationContext, Aggregator, String, Query, Query, ValuesSource.Bytes.ParentChild, long, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.children.ParentToChildrenAggregator
-
- ParentToChildrenAggregator.Factory - org.elasticsearch.search.aggregations.bucket.childrenのクラス
-
- parentType - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery.ParentCollector
-
非推奨です。
- parentType - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery
-
非推奨です。
- ParentWeight(Query, Weight, Filter, long, ChildrenQuery.ParentCollector, int, int) - クラス のコンストラクタorg.elasticsearch.index.search.child.ChildrenQuery.ParentWeight
-
非推奨です。
- parse(String) - クラス のメソッドorg.apache.lucene.queryparser.classic.MapperQueryParser
-
- parse(String) - 列挙型 のstaticメソッドorg.elasticsearch.action.fieldstats.IndexConstraint.Comparison
-
- parse(String) - 列挙型 のstaticメソッドorg.elasticsearch.action.fieldstats.IndexConstraint.Property
-
- parse(String) - 列挙型 のstaticメソッドorg.elasticsearch.cache.recycler.PageCacheRecycler.Type
-
- parse(XContentParser, MappingMetaData.ParseContext) - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData
-
- parse(String) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Allocation
-
- parse(String) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.Rebalance
-
- parse(String) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.routing.Preference
-
Parses the Preference Type given a string
- parse(String, String[]) - クラス のメソッドorg.elasticsearch.common.cli.CliTool
-
- parse(CliToolConfig.Cmd, String[]) - クラス のメソッドorg.elasticsearch.common.cli.CliTool
-
- parse(String, CommandLine) - クラス のメソッドorg.elasticsearch.common.cli.CliTool
-
- parse(XContentParser) - 列挙型 のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parse(XContentParser, GeoShapeFieldMapper) - 列挙型 のstaticメソッド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メソッドorg.elasticsearch.common.geo.builders.ShapeBuilder
-
- parse(XContentParser, GeoShapeFieldMapper) - クラス のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder
-
- parse(String, Callable<Long>) - クラス のメソッドorg.elasticsearch.common.joda.DateMathParser
-
- parse(String, Callable<Long>, boolean, DateTimeZone) - クラス のメソッドorg.elasticsearch.common.joda.DateMathParser
-
- parse(String, DistanceUnit, DistanceUnit) - 列挙型 のstaticメソッドorg.elasticsearch.common.unit.DistanceUnit
-
Parses a given distance and converts it to the specified unit.
- parse(String, DistanceUnit) - 列挙型 のメソッドorg.elasticsearch.common.unit.DistanceUnit
-
Parses a given distance and converts it to this unit.
- parse(XContentParser) - クラス のstaticメソッドorg.elasticsearch.common.unit.Fuzziness
-
- parse(String) - クラス のstaticメソッドorg.elasticsearch.common.util.LocaleUtils
-
Parse the string describing a locale into a
Locale object
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.BinaryFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.BooleanFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.ByteFieldMapper.TypeParser
-
- parse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.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 }
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.DoubleFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.FloatFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.IntegerFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.LongFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.ShortFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.TokenCountFieldMapper.TypeParser
-
- parse(String, String, String, BytesReference) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- parse(SourceToParse) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- parse(String, CompressedXContent) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapperParser
-
- parse(String, CompressedXContent, String) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapperParser
-
- parse(FieldMapper, ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.MultiFields
-
- parse(ParseContext) - クラス のメソッド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, GeoPoint, String) - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper
-
- parse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.TypeParser
-
- parse(ParseContext, GeoPoint, String) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoPointFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoPointFieldMapper.TypeParser
-
- parse(GeoPointFieldMapperLegacy.Builder, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のstaticメソッドorg.elasticsearch.index.mapper.geo.GeoPointFieldMapperLegacy
-
- parse(ParseContext, GeoPoint, String) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoPointFieldMapperLegacy
-
- parse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.TypeParser
-
- parse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.AllFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.AllFieldMapper.TypeParser
-
- parse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.IdFieldMapper.TypeParser
-
- parse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.IndexFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.IndexFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.ParentFieldMapper.TypeParser
-
- parse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.RoutingFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.RoutingFieldMapper.TypeParser
-
- parse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.SourceFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.SourceFieldMapper.TypeParser
-
- parse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper.TypeParser
-
- parse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TTLFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TTLFieldMapper.TypeParser
-
- parse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TypeFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TypeFieldMapper.TypeParser
-
- parse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.UidFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.UidFieldMapper.TypeParser
-
- parse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.VersionFieldMapper
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.VersionFieldMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.ip.IpFieldMapper.TypeParser
-
- parse(String, MappedFieldType.Loading) - 列挙型 のstaticメソッドorg.elasticsearch.index.mapper.MappedFieldType.Loading
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - インタフェース のメソッドorg.elasticsearch.index.mapper.Mapper.TypeParser
-
- parse(String, CompressedXContent, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - インタフェース のメソッドorg.elasticsearch.index.mapper.MetadataFieldMapper.TypeParser
-
- parse(String, Map<String, Object>) - クラス のstaticメソッドorg.elasticsearch.index.mapper.object.DynamicTemplate
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper.TypeParser
-
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のメソッドorg.elasticsearch.index.mapper.object.RootObjectMapper.TypeParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.AndQueryParser
-
非推奨です。
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.BoolQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.BoostingQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.CommonTermsQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.ConstantScoreQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.DisMaxQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.ExistsQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.FieldMaskingSpanQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.FilteredQueryParser
-
非推奨です。
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.FQueryFilterParser
-
非推奨です。
- parse(QueryParseContext, XContentParser) - クラス のメソッドorg.elasticsearch.index.query.functionscore.DecayFunctionParser
-
Parses bodies of the kind
{
"fieldname1" : {
"origin" = "someValue",
"scale" = "someValue"
}
}
- parse(QueryParseContext, XContentParser) - クラス のメソッドorg.elasticsearch.index.query.functionscore.factor.FactorParser
-
非推奨です。
- parse(QueryParseContext, XContentParser) - クラス のメソッドorg.elasticsearch.index.query.functionscore.fieldvaluefactor.FieldValueFactorFunctionParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.functionscore.FunctionScoreQueryParser
-
- parse(QueryParseContext, XContentParser) - クラス のメソッドorg.elasticsearch.index.query.functionscore.random.RandomScoreFunctionParser
-
- parse(QueryParseContext, XContentParser) - インタフェース のメソッドorg.elasticsearch.index.query.functionscore.ScoreFunctionParser
-
- parse(QueryParseContext, XContentParser) - クラス のメソッドorg.elasticsearch.index.query.functionscore.script.ScriptScoreFunctionParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.FuzzyQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.GeoBoundingBoxQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceRangeQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.GeohashCellQuery.Parser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.GeoPolygonQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.GeoShapeQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.HasChildQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.HasParentQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.IdsQueryParser
-
- parse(QueryBuilder) - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
- parse(byte[]) - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
- parse(byte[], int, int) - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
- parse(BytesReference) - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
- parse(QueryParseContext, BytesReference) - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
- parse(String) - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
- parse(XContentParser) - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
- parse(QueryParseContext, XContentParser) - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.IndicesQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.LimitQueryParser
-
非推奨です。
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.MatchAllQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.MatchQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.MissingQueryParser
-
- parse(XContentParser, ParseFieldMatcher, MoreLikeThisQueryBuilder.Item) - クラス のstaticメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
Parses and returns the given item.
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryParser
-
- parse(String, ParseFieldMatcher) - 列挙型 のstaticメソッドorg.elasticsearch.index.query.MultiMatchQueryBuilder.Type
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.MultiMatchQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.NestedQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.NotQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.OrQueryParser
-
非推奨です。
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.PrefixQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.QueryFilterParser
-
非推奨です。
- parse(QueryParseContext) - インタフェース のメソッドorg.elasticsearch.index.query.QueryParser
-
Parses the into a query from the current parser location.
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.QueryStringQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.RegexpQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.ScriptQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.SimpleQueryStringParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.SpanContainingQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.SpanFirstQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.SpanMultiTermQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.SpanNearQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.SpanNotQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.SpanOrQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.SpanTermQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.SpanWithinQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.support.InnerHitsQueryParserHelper
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.TemplateQueryParser
-
Parses the template query replacing template parameters with provided
values.
- parse(XContentParser, ParseFieldMatcher, String...) - クラス のstaticメソッドorg.elasticsearch.index.query.TemplateQueryParser
-
- parse(String, XContentParser, ParseFieldMatcher, String...) - クラス のstaticメソッドorg.elasticsearch.index.query.TemplateQueryParser
-
- parse(XContentParser, ParseFieldMatcher) - クラス のstaticメソッドorg.elasticsearch.index.query.TemplateQueryParser
-
- parse(XContentParser, Map<String, ScriptService.ScriptType>, ParseFieldMatcher) - クラス のstaticメソッドorg.elasticsearch.index.query.TemplateQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.TermQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.TermsQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.TypeQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.WildcardQueryParser
-
- parse(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.WrapperQueryParser
-
- parse(MatchQuery.Type, String, Object) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- parse(MultiMatchQueryBuilder.Type, Map<String, Float>, Object, String) - クラス のメソッドorg.elasticsearch.index.search.MultiMatchQuery
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.index.search.stats.StatsGroupsParseElement
-
- parse(String, CommandLine) - クラス のメソッドorg.elasticsearch.plugins.PluginManagerCliParser
-
- parse(XContentParser, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.script.AbstractScriptParser
-
- parse(Map<String, Object>, boolean, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.script.AbstractScriptParser
-
- parse(Map<String, Object>, boolean, ParseFieldMatcher) - クラス のstaticメソッドorg.elasticsearch.script.Script
-
- parse(XContentParser, ParseFieldMatcher) - クラス のstaticメソッドorg.elasticsearch.script.Script
-
- parse(Map<String, Object>, boolean, ParseFieldMatcher) - クラス のstaticメソッドorg.elasticsearch.script.Template
-
- parse(XContentParser, ParseFieldMatcher) - クラス のstaticメソッドorg.elasticsearch.script.Template
-
- parse(XContentParser, Map<String, ScriptService.ScriptType>, ParseFieldMatcher) - クラス のstaticメソッドorg.elasticsearch.script.Template
-
非推奨です。
- parse(XContentParser, Map<String, ScriptService.ScriptType>, String, ParseFieldMatcher) - クラス のstaticメソッドorg.elasticsearch.script.Template
-
非推奨です。
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregationBinaryParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregationParseElement
-
- parse(String, XContentParser, SearchContext) - インタフェース のメソッド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. when trying to aggregate on unmapped fields).
- parse(String, ParseFieldMatcher) - 列挙型 のstaticメソッドorg.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.children.ChildrenParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filter.FilterParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.FiltersParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.global.GlobalParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.DateHistogramParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.HistogramParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.missing.MissingParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.nested.NestedParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.nested.ReverseNestedParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.DateRangeParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.IpRangeParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.RangeParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.SamplerParser
-
- parse(XContentParser, ParseFieldMatcher, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.GND.GNDParser
-
- parse(XContentParser, ParseFieldMatcher, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore.JLHScoreParser
-
- parse(XContentParser, ParseFieldMatcher, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic.NXYParser
-
- parse(XContentParser, ParseFieldMatcher, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore.PercentageScoreParser
-
- parse(XContentParser, ParseFieldMatcher, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.ScriptHeuristicParser
-
- parse(XContentParser, ParseFieldMatcher, SearchContext) - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristicParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsParser
-
- parse(String, XContentParser, SearchContext, ValuesSourceParser, IncludeExclude.Parser) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.AbstractTermsParametersParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.CardinalityParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.NumericValuesSourceMetricsAggregatorParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.AbstractPercentilesParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.valuecount.ValueCountParser
-
- parse(SearchContext, String, XContentLocation) - 列挙型 のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
-
Parse a string GapPolicy into the byte enum
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.derivative.DerivativeParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.having.BucketSelectorParser
-
- parse(Map<String, Object>, String, int, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel.SingleExpModelParser
-
- parse(Map<String, Object>, String, int, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel.DoubleExpModelParser
-
- parse(Map<String, Object>, String, int, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelParser
-
- parse(String, ParseFieldMatcher) - 列挙型 のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.SeasonalityType
-
Parse a string SeasonalityType into the byte enum
- parse(Map<String, Object>, String, int, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel.LinearModelParser
-
- parse(Map<String, Object>, String, int, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
-
Parse a settings hash that is specific to this model
- parse(Map<String, Object>, String, int, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel.SimpleModelParser
-
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.MovAvgParser
-
- parse(String, XContentParser, SearchContext) - インタフェース のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser
-
Returns the pipeline aggregator factory with which this parser is
associated.
- parse(String, XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffParser
-
- parse(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.support.AggregationPath
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.fetch.explain.ExplainParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.fetch.FetchSubPhaseParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.fetch.FieldsParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.fetch.script.ScriptFieldsParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.fetch.source.FetchSourceParseElement
-
- parse(XContentParser) - クラス のメソッドorg.elasticsearch.search.fetch.source.FetchSourceParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.fetch.version.VersionParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.highlight.HighlighterParseElement
-
- parse(XContentParser, IndexQueryParserService) - クラス のメソッドorg.elasticsearch.search.highlight.HighlighterParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.profile.ProfileParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.query.FilterBinaryParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.query.FromParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.query.IndicesBoostParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.query.MinScoreParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.query.PostFilterParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.query.QueryBinaryParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.query.QueryParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.query.SizeParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.query.TerminateAfterParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.query.TimeoutParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.rescore.QueryRescorer
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.rescore.RescoreParseElement
-
- parse(XContentParser, SearchContext) - インタフェース のメソッドorg.elasticsearch.search.rescore.Rescorer
-
- parse(XContentParser, SearchContext) - インタフェース のメソッドorg.elasticsearch.search.SearchParseElement
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.sort.GeoDistanceSortParser
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.sort.ScriptSortParser
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.sort.SortParseElement
-
- parse(XContentParser, SearchContext) - インタフェース のメソッドorg.elasticsearch.search.sort.SortParser
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.sort.TrackScoresParseElement
-
- parse(XContentParser, MapperService, IndexQueryParserService, HasContextAndHeaders) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestParser
-
- parse(XContentParser, MapperService, IndexQueryParserService, HasContextAndHeaders) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestParser
-
- parse(XContentParser, MapperService, IndexQueryParserService, HasContextAndHeaders) - インタフェース のメソッドorg.elasticsearch.search.suggest.SuggestContextParser
-
- parse(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestParseElement
-
- parse(XContentParser, MapperService, IndexQueryParserService, HasContextAndHeaders) - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestParser
-
- PARSE_STRICT - クラス のstatic変数org.elasticsearch.index.query.IndexQueryParserService
-
- parseAfterEffect(Settings) - クラス のメソッドorg.elasticsearch.index.similarity.DFRSimilarityProvider
-
Parses the given Settings and creates the appropriate AfterEffect
- parseAggregators(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorParsers
-
Parses the aggregation request recursively generating aggregator factories in turn.
- parseAnalysisVersion(Settings, Settings, ESLogger) - クラス のstaticメソッドorg.elasticsearch.index.analysis.Analysis
-
- parseArticles(Environment, Settings) - クラス のstaticメソッドorg.elasticsearch.index.analysis.Analysis
-
- parseBasicModel(Settings) - クラス のメソッドorg.elasticsearch.index.similarity.DFRSimilarityProvider
-
Parses the given Settings and creates the appropriate BasicModel
- parseBoolean(char[], int, int, boolean) - クラス のstaticメソッドorg.elasticsearch.common.Booleans
-
Returns false if text is in false, 0, off, no; else, true
- parseBoolean(String, Boolean) - クラス のstaticメソッドorg.elasticsearch.common.Booleans
-
- parseBoolean(String, boolean) - クラス のstaticメソッドorg.elasticsearch.common.Booleans
-
Returns true iff the value is neither of the following:
false, 0, off, no
otherwise false
- parseBooleanExact(String) - クラス のstaticメソッドorg.elasticsearch.common.Booleans
-
- parseBoolParam(Map<String, Object>, String, boolean) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
-
Extracts a boolean from the settings map, otherwise throws an exception
- parseBytesSizeValue(String, String) - クラス のstaticメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- parseBytesSizeValue(String, ByteSizeValue, String) - クラス のstaticメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- parseBytesSizeValueOrHeapRatio(String, String) - 列挙型 のstaticメソッドorg.elasticsearch.common.unit.MemorySizeValue
-
Parse the provided string as a memory size.
- parseCircle(ShapeBuilder.CoordinateNode, DistanceUnit.Distance) - 列挙型 のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseClassPath() - クラス のstaticメソッドorg.elasticsearch.bootstrap.JarHell
-
Parses the classpath into an array of URLs
- parseCommonInnerHitOptions(XContentParser, XContentParser.Token, String, SubSearchContext, SortParseElement, FetchSourceParseElement, HighlighterParseElement, ScriptFieldsParseElement, FieldDataFieldsParseElement) - クラス のstaticメソッドorg.elasticsearch.index.query.support.InnerHitsQueryParserHelper
-
- parseCommonWords(Environment, Settings, CharArraySet, boolean) - クラス のstaticメソッドorg.elasticsearch.index.analysis.Analysis
-
- parseConfig(Map<String, Object>, boolean, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.script.ScriptParameterParser
-
- ParseContext(boolean, boolean, boolean) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
- ParseContext - org.elasticsearch.index.mapperのクラス
-
- ParseContext() - クラス のコンストラクタorg.elasticsearch.index.mapper.ParseContext
-
- parseContext - クラス の変数org.elasticsearch.index.query.support.NestedInnerQueryParseSupport
-
- parseContext - クラス の変数org.elasticsearch.index.search.MatchQuery
-
- parseContext(ParseContext, XContentParser) - クラス のメソッドorg.elasticsearch.search.suggest.context.CategoryContextMapping
-
- parseContext(ParseContext, XContentParser) - クラス のメソッドorg.elasticsearch.search.suggest.context.ContextMapping
-
- parseContext(ParseContext, XContentParser) - クラス のメソッドorg.elasticsearch.search.suggest.context.GeolocationContextMapping
-
- ParseContext.Document - org.elasticsearch.index.mapperのクラス
-
Fork of Document with additional functionality.
- ParseContext.InternalParseContext - org.elasticsearch.index.mapperのクラス
-
- parseCopyFields(Object, FieldMapper.Builder) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.TypeParsers
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.core.BinaryFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.core.BooleanFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.core.TokenCountFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper
-
Parse the field value and populate fields.
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.internal.AllFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.internal.IdFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.internal.IndexFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.internal.ParentFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.internal.RoutingFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.internal.SourceFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TTLFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TypeFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.internal.UidFieldMapper
-
- parseCreateField(ParseContext, List<Field>) - クラス のメソッドorg.elasticsearch.index.mapper.internal.VersionFieldMapper
-
- parseCreateFieldForString(ParseContext, String, float) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper
-
Parse a field as though it were a string.
- parseDateTimeFormatter(Object) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.TypeParsers
-
- parsedDoc() - クラス のメソッドorg.elasticsearch.index.engine.Engine.IndexingOperation
-
- ParsedDocument - org.elasticsearch.index.mapperのクラス
-
The result of parsing a document.
- ParsedDocument(Field, Field, String, String, String, long, long, List<ParseContext.Document>, BytesReference, Mapping) - クラス のコンストラクタorg.elasticsearch.index.mapper.ParsedDocument
-
- parseDirectSpellcheckerSettings(XContentParser, String, DirectSpellcheckerSettings, ParseFieldMatcher) - クラス のstaticメソッドorg.elasticsearch.search.suggest.SuggestUtils
-
- parseDistance(String) - クラス のstaticメソッドorg.elasticsearch.common.unit.DistanceUnit.Distance
-
- parseDistribution(Settings) - クラス のメソッドorg.elasticsearch.index.similarity.IBSimilarityProvider
-
Parses the given Settings and creates the appropriate Distribution
- parsedMatchAllQuery() - クラス のstaticメソッドorg.elasticsearch.index.query.ParsedQuery
-
- parseDocuments(XContentParser, List<MultiGetRequest.Item>, String, String, String[], FetchSourceContext, String, boolean) - クラス のstaticメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- parseDocuments(XContentParser, List<MultiGetRequest.Item>) - クラス のstaticメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- parseDouble(String, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueParser.Boolean
-
- parseDouble(String, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueParser.DateMath
-
- parseDouble(String, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueParser.DateTime
-
- parseDouble(String, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueParser.IPv4
-
- parseDouble(String, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueParser.Number.Pattern
-
- parseDouble(String, SearchContext) - インタフェース のメソッドorg.elasticsearch.search.aggregations.support.format.ValueParser
-
- parseDouble(String, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueParser.Raw
-
- parseDoubleParam(Map<String, Object>, String, double) - クラス のメソッド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メソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper
-
Converts an object value into a double
- parsedPostFilter(ParsedQuery) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- parsedPostFilter() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- parsedPostFilter(ParsedQuery) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- parsedPostFilter() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- parsedPostFilter(ParsedQuery) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- parsedPostFilter() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- parsedPostFilter(ParsedQuery) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- parsedPostFilter() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- parsedPostFilter(ParsedQuery) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- ParsedQuery - org.elasticsearch.index.queryのクラス
-
The result of parsing a query.
- ParsedQuery(Query, ImmutableMap<String, Query>) - クラス のコンストラクタorg.elasticsearch.index.query.ParsedQuery
-
- ParsedQuery(Query, ParsedQuery) - クラス のコンストラクタorg.elasticsearch.index.query.ParsedQuery
-
- ParsedQuery(Query) - クラス のコンストラクタorg.elasticsearch.index.query.ParsedQuery
-
- parsedQuery(ParsedQuery) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- parsedQuery() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- parsedQuery() - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsContext.BaseInnerHits
-
- parsedQuery(ParsedQuery) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- parsedQuery() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- parsedQuery(ParsedQuery) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- parsedQuery() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- parsedQuery(ParsedQuery) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- parsedQuery() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- parseElement() - クラス のメソッドorg.elasticsearch.search.suggest.SuggestPhase
-
- parseElements() - クラス のメソッドorg.elasticsearch.search.aggregations.AggregationPhase
-
- parseElements() - クラス のメソッドorg.elasticsearch.search.dfs.DfsPhase
-
- parseElements() - クラス のメソッドorg.elasticsearch.search.fetch.explain.ExplainFetchSubPhase
-
- parseElements() - クラス のメソッドorg.elasticsearch.search.fetch.FetchPhase
-
- parseElements() - インタフェース のメソッドorg.elasticsearch.search.fetch.FetchSubPhase
-
- parseElements() - クラス のメソッドorg.elasticsearch.search.fetch.fielddata.FieldDataFieldsFetchSubPhase
-
- parseElements() - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsFetchSubPhase
-
- parseElements() - クラス のメソッドorg.elasticsearch.search.fetch.matchedqueries.MatchedQueriesFetchSubPhase
-
- parseElements() - クラス のメソッドorg.elasticsearch.search.fetch.script.ScriptFieldsFetchSubPhase
-
- parseElements() - クラス のメソッドorg.elasticsearch.search.fetch.source.FetchSourceSubPhase
-
- parseElements() - クラス のメソッドorg.elasticsearch.search.fetch.version.VersionFetchSubPhase
-
- parseElements() - クラス のメソッドorg.elasticsearch.search.highlight.HighlightPhase
-
- parseElements() - クラス のメソッドorg.elasticsearch.search.query.QueryPhase
-
- parseElements() - クラス のメソッドorg.elasticsearch.search.rescore.RescorePhase
-
- parseElements() - インタフェース のメソッドorg.elasticsearch.search.SearchPhase
-
- parseElements() - クラス のメソッドorg.elasticsearch.search.suggest.SuggestPhase
-
- parseEnvelope(ShapeBuilder.CoordinateNode, ShapeBuilder.Orientation) - 列挙型 のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseExternalValue(Class<T>) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
Try to parse an externalValue if any
- ParseField - 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...) - クラス のコンストラクタorg.elasticsearch.common.ParseField
-
- parseField(FieldMapper.Builder, String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.TypeParsers
-
Parse common field attributes such as doc_values or store.
- parseField() - 列挙型 のメソッドorg.elasticsearch.index.query.MultiMatchQueryBuilder.Type
-
- parseField() - 列挙型 のメソッドorg.elasticsearch.search.aggregations.Aggregator.SubAggCollectionMode
-
- parseFieldMatcher - クラス の変数org.elasticsearch.action.support.TransportAction
-
- ParseFieldMatcher - org.elasticsearch.commonのクラス
-
Matcher to use in combination with
ParseField while parsing requests.
- ParseFieldMatcher(Settings) - クラス のコンストラクタorg.elasticsearch.common.ParseFieldMatcher
-
- ParseFieldMatcher(boolean) - クラス のコンストラクタorg.elasticsearch.common.ParseFieldMatcher
-
- parseFieldMatcher() - クラス のメソッドorg.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- parseFieldMatcher() - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
- parseFieldMatcher(ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- parseFieldMatcher() - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- parseFieldMatcher - クラス の変数org.elasticsearch.repositories.blobstore.BlobStoreFormat
-
- parseFieldMatcher - クラス の変数org.elasticsearch.rest.BaseRestHandler
-
- parseFieldMatcher - クラス の変数org.elasticsearch.search.internal.SearchContext
-
- parseFieldMatcher() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- parseFields(XContentParser, IndexQueryParserService) - クラス のメソッドorg.elasticsearch.search.highlight.HighlighterParseElement
-
- parseFromLatLon(String) - クラス のstaticメソッドorg.elasticsearch.common.geo.GeoPoint
-
- parseFromRestRequest(RestRequest) - クラス のstaticメソッドorg.elasticsearch.search.fetch.source.FetchSourceContext
-
- parseGeometries(XContentParser, GeoShapeFieldMapper) - 列挙型 のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
Parse the geometries array of a GeometryCollection
- parseGeoPoint(XContentParser) - クラス のstaticメソッドorg.elasticsearch.common.geo.GeoUtils
-
- parseGeoPoint(XContentParser, GeoPoint) - クラス のstaticメソッドorg.elasticsearch.common.geo.GeoUtils
-
- parseGeoPoint(String, GeoPoint) - クラス のstaticメソッドorg.elasticsearch.common.geo.GeoUtils
-
- parseGroup(MatchQuery.Type, String, Float, Object, String) - クラス のメソッドorg.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
-
- parseIdFromFileName(Path) - クラス のstaticメソッドorg.elasticsearch.index.translog.Translog
-
Extracts the translog generation from a file name.
- parseIds(XContentParser, List<MultiGetRequest.Item>, String, String, String[], FetchSourceContext, String) - クラス のstaticメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- parseIds(XContentParser, List<MultiGetRequest.Item>) - クラス のstaticメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- parseIndex(String, String, FieldMapper.Builder) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.TypeParsers
-
- parseInlineScript(XContentParser) - クラス のメソッドorg.elasticsearch.script.AbstractScriptParser
-
- parseInnerFilter(XContentParser) - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
Parses an inner filter, returning null if the filter should be ignored.
- parseInnerFilter() - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- parseInnerFilter(String) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- parseInnerQuery(XContentParser) - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
- parseInnerQuery(QueryParseContext) - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
- parseInnerQuery() - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- parseIntegerParam(Map<String, Object>, String, int) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel.AbstractModelParser
-
Extracts an integer from the settings map, otherwise throws an exception
- parseInternal(XContentParser, MapperService, IndexQueryParserService, String, int, HasContextAndHeaders) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestParseElement
-
- parseInto(DateTimeParserBucket, String, int) - クラス のメソッドorg.elasticsearch.common.joda.Joda.EpochTimeParser
-
- parseLambda(Settings) - クラス のメソッドorg.elasticsearch.index.similarity.IBSimilarityProvider
-
Parses the given Settings and creates the appropriate Lambda
- parseLinearRing(ShapeBuilder.CoordinateNode, boolean) - 列挙型 のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseLineString(ShapeBuilder.CoordinateNode) - 列挙型 のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseLong(String, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueParser.Boolean
-
- parseLong(String, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueParser.DateMath
-
- parseLong(String, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueParser.DateTime
-
- parseLong(String, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueParser.IPv4
-
- parseLong(String, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueParser.Number.Pattern
-
- parseLong(String, SearchContext) - インタフェース のメソッドorg.elasticsearch.search.aggregations.support.format.ValueParser
-
- parseLong(String, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueParser.Raw
-
- parseLongValue(Object) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper
-
Converts an object value into a long
- parseMultiField(FieldMapper.Builder, String, Mapper.TypeParser.ParserContext, String, Object) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.TypeParsers
-
- parseMultiLine(ShapeBuilder.CoordinateNode) - 列挙型 のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseMultiPoint(ShapeBuilder.CoordinateNode) - 列挙型 のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseMultiPolygon(ShapeBuilder.CoordinateNode, ShapeBuilder.Orientation, boolean) - 列挙型 のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseNested(String, Map<String, Object>, ObjectMapper.Builder) - クラス のstaticメソッドorg.elasticsearch.index.mapper.object.ObjectMapper.TypeParser
-
- parseNoCFSRatio(String) - クラス のstaticメソッドorg.elasticsearch.index.shard.MergePolicyConfig
-
- parseNormalization(Settings) - クラス のメソッドorg.elasticsearch.index.similarity.AbstractSimilarityProvider
-
Parses the given Settings and creates the appropriate Normalization
- parseNumberField(NumberFieldMapper.Builder, String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.TypeParsers
-
- parseObjectOrDocumentTypeProperties(String, Object, Mapper.TypeParser.ParserContext, ObjectMapper.Builder) - クラス のstaticメソッドorg.elasticsearch.index.mapper.object.ObjectMapper.TypeParser
-
- parseObjectProperties(String, String, Object, Mapper.TypeParser.ParserContext, ObjectMapper.Builder) - クラス のstaticメソッドorg.elasticsearch.index.mapper.object.ObjectMapper.TypeParser
-
- parseParams(ToXContent.Params) - クラス のメソッドorg.elasticsearch.script.ScriptParameterParser
-
- parsePathType(String, String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.TypeParsers
-
- parsePayload(BytesRef, PayloadProcessor.SuggestPayload) - クラス のメソッドorg.elasticsearch.search.suggest.completion.Completion090PostingsFormat.CompletionLookupProvider
-
- parsePoint(ShapeBuilder.CoordinateNode) - 列挙型 のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parsePolygon(ShapeBuilder.CoordinateNode, ShapeBuilder.Orientation, boolean) - 列挙型 のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- parseProperties(ObjectMapper.Builder, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のstaticメソッドorg.elasticsearch.index.mapper.object.ObjectMapper.TypeParser
-
- parseQueries(Map<String, ContextMapping>, XContentParser) - クラス のstaticメソッドorg.elasticsearch.search.suggest.context.ContextMapping.ContextQuery
-
- parseQuery(BytesReference) - クラス のメソッドorg.elasticsearch.index.query.IndexQueryParserService
-
Selectively parses a query from a top level query or query_binary json field from the specified source.
- parseQuery(String, XContentParser) - クラス のメソッドorg.elasticsearch.search.suggest.context.CategoryContextMapping
-
- parseQuery(String, XContentParser) - クラス のメソッドorg.elasticsearch.search.suggest.context.ContextMapping
-
Parse a query according to the context.
- parseQuery(String, XContentParser) - クラス のメソッドorg.elasticsearch.search.suggest.context.GeolocationContextMapping
-
- parseQuerySource(RestRequest) - クラス のstaticメソッドorg.elasticsearch.rest.action.support.RestActions
-
- parser() - クラス のメソッドorg.elasticsearch.common.joda.FormatDateTimeFormatter
-
- parser() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- parser() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- parser() - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- Parser() - クラス のコンストラクタorg.elasticsearch.index.query.GeohashCellQuery.Parser
-
- parser(XContentParser) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- parser() - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- parser(String) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorParsers
-
Returns the parser that is registered under the given aggregation type.
- Parser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.Parser
-
- parser() - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormat
-
- parser() - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- parseRatioValue(String) - クラス のstaticメソッドorg.elasticsearch.common.unit.RatioValue
-
Parses the provided string as a
RatioValue, the string can
either be in percentage format (eg. 73.5%), or a floating-point ratio
format (eg. 0.735)
- parserContext(String) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapperParser
-
- ParserContext(String, AnalysisService, SimilarityLookupService, MapperService, Map<String, Mapper.TypeParser>, Version, ParseFieldMatcher) - クラス のコンストラクタorg.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- parseRequest(TermVectorsRequest, XContentParser) - クラス のstaticメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
populates a request object (pre-populated with defaults) based on a parser.
- parseRewriteMethod(ParseFieldMatcher, String) - クラス のstaticメソッドorg.elasticsearch.index.query.support.QueryParsers
-
- parseRewriteMethod(ParseFieldMatcher, String, MultiTermQuery.RewriteMethod) - クラス のstaticメソッドorg.elasticsearch.index.query.support.QueryParsers
-
- parseSearchRequest(SearchRequest, RestRequest, ParseFieldMatcher, BytesReference) - クラス のstaticメソッドorg.elasticsearch.rest.action.search.RestSearchAction
-
- parseSearchSource(RestRequest) - クラス のstaticメソッドorg.elasticsearch.rest.action.search.RestSearchAction
-
- parseSinglePointOrList(XContentParser) - クラス のstaticメソッドorg.elasticsearch.search.suggest.context.GeolocationContextMapping
-
- parseSingleRescoreContext(XContentParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.rescore.RescoreParseElement
-
- parseSizeValue(String) - クラス のstaticメソッドorg.elasticsearch.common.unit.SizeValue
-
- parseSizeValue(String, SizeValue) - クラス のstaticメソッドorg.elasticsearch.common.unit.SizeValue
-
- parseSmoothingModel(XContentParser, PhraseSuggestionContext, String) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestParser
-
- parseSpecial(String, XContentParser, SearchContext, XContentParser.Token, String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsParametersParser
-
- parseSpecial(String, XContentParser, SearchContext, XContentParser.Token, String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.AbstractTermsParametersParser
-
- parseSpecial(String, XContentParser, SearchContext, XContentParser.Token, String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsParametersParser
-
- parseStemExclusion(Settings, CharArraySet) - クラス のstaticメソッドorg.elasticsearch.index.analysis.Analysis
-
- parseStopWords(Environment, Settings, CharArraySet) - クラス のstaticメソッドorg.elasticsearch.index.analysis.Analysis
-
- parseStopWords(Environment, Settings, CharArraySet, boolean) - クラス のstaticメソッドorg.elasticsearch.index.analysis.Analysis
-
- parseStore(String, String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.TypeParsers
-
- parseString(String, boolean) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.ClusterState.Metric
-
- parseString(String) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.routing.allocation.decider.ClusterRebalanceAllocationDecider.ClusterRebalanceType
-
- parseStringTimestamp(String, FormatDateTimeFormatter, Version) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
-
- parseStringValue(String, PropertyPlaceholder.PlaceholderResolver, Set<String>) - クラス のメソッドorg.elasticsearch.common.property.PropertyPlaceholder
-
- parseStringValue(String) - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.DateFieldType
-
- parseSuggestContext(XContentParser, MapperService, String, SuggestionSearchContext.SuggestionContext, ParseFieldMatcher) - クラス のstaticメソッドorg.elasticsearch.search.suggest.SuggestUtils
-
- parseTermVector(String, String, FieldMapper.Builder) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.TypeParsers
-
- parseTextField(FieldMapper.Builder, String, Map<String, Object>, Mapper.TypeParser.ParserContext) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.TypeParsers
-
Parse text field attributes.
- parseTimeValue(String, TimeValue, String) - クラス のstaticメソッドorg.elasticsearch.common.unit.TimeValue
-
- parseToMilliseconds(Object, boolean, DateTimeZone, DateMathParser) - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.DateFieldType
-
- parseUnit(String, DistanceUnit) - 列挙型 のstaticメソッドorg.elasticsearch.common.unit.DistanceUnit
-
Parses the suffix of a given distance string and return the corresponding
DistanceUnit
- parseValue(String) - 列挙型 のstaticメソッドorg.elasticsearch.common.breaker.CircuitBreaker.Type
-
- parseVersion(String, Version, ESLogger) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
- parseVersion(RestRequest) - クラス のstaticメソッドorg.elasticsearch.rest.action.support.RestActions
-
- parseVersion(RestRequest, long) - クラス のstaticメソッドorg.elasticsearch.rest.action.support.RestActions
-
- parseVersionLenient(String, Version) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
Parses the version string lenient and returns the the default value if the given string is null or emtpy
- parseWords(Environment, Settings, String, CharArraySet, Map<String, Set<?>>, boolean) - クラス のstaticメソッドorg.elasticsearch.index.analysis.Analysis
-
- parsingStillNeeded() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
Is parsing still needed?
- partBytes(int) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Returns the size (in bytes) of a given part
- partial() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Returns true if indices with unavailable shards should be be partially snapshotted.
- partial(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Set to true to allow indices with unavailable shards to be partially snapshotted.
- partial() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns true if indices with failed to snapshot shards should be partially restored.
- partial(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Set to true to allow indices with failed to snapshot shards should be partially restored.
- partial() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns true if incomplete indices will be restored
- partial(boolean) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Set to true if partial snapshot should be allowed
- partName(long) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Returns part name if file is stored as multiple parts
- partSize() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Returns part size
- path() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.Id
-
- path() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.Routing
-
- path() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
-
- path() - インタフェース のメソッドorg.elasticsearch.common.blobstore.BlobContainer
-
- path - クラス の変数org.elasticsearch.common.blobstore.fs.FsBlobContainer
-
- path() - クラス のメソッドorg.elasticsearch.common.blobstore.fs.FsBlobStore
-
- path() - クラス のメソッドorg.elasticsearch.common.blobstore.support.AbstractBlobContainer
-
- path - クラス の変数org.elasticsearch.common.blobstore.url.URLBlobContainer
-
- path() - クラス のメソッドorg.elasticsearch.common.blobstore.url.URLBlobStore
-
Returns base URL
- path - クラス の変数org.elasticsearch.env.NodeEnvironment.NodePath
-
- path(String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.IdFieldMapper.Builder
-
- PATH - クラス のstatic変数org.elasticsearch.index.mapper.internal.IdFieldMapper.Defaults
-
- path() - クラス のメソッドorg.elasticsearch.index.mapper.internal.IdFieldMapper
-
- path(String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.RoutingFieldMapper.Builder
-
- PATH - クラス のstatic変数org.elasticsearch.index.mapper.internal.RoutingFieldMapper.Defaults
-
- path() - クラス のメソッドorg.elasticsearch.index.mapper.internal.RoutingFieldMapper
-
- path(String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper.Builder
-
- PATH - クラス のstatic変数org.elasticsearch.index.mapper.internal.TimestampFieldMapper.Defaults
-
- path() - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper
-
- path() - クラス のメソッドorg.elasticsearch.index.mapper.Mapper.BuilderContext
-
- path() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- path() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- path - クラス の変数org.elasticsearch.index.query.support.NestedInnerQueryParseSupport
-
- path() - クラス のメソッドorg.elasticsearch.index.translog.TranslogReader
-
- Path() - クラス のコンストラクタorg.elasticsearch.monitor.fs.FsInfo.Path
-
- Path(String, String, long, long, long) - クラス のコンストラクタorg.elasticsearch.monitor.fs.FsInfo.Path
-
- path() - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
The path part of the URI (without the query string), decoded.
- path() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket.SubAggregationComparator
-
- path(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.nested.NestedBuilder
-
Set the path to use for this nested aggregation.
- path(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.nested.ReverseNestedBuilder
-
Set the path to use for this nested aggregation.
- PATH_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Defaults
-
- PATH_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.object.ObjectMapper.Defaults
-
- pathAsText(String) - クラス のメソッドorg.elasticsearch.index.mapper.ContentPath
-
- PathElement(String, String, String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.AggregationPath.PathElement
-
- pathElements() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.Id
-
- pathElements() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.Routing
-
- pathElements() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
-
- PathHierarchyTokenizerFactory - org.elasticsearch.index.analysisのクラス
-
- PathHierarchyTokenizerFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.PathHierarchyTokenizerFactory
-
- pathsForPermissionsCheck(Settings, Environment) - クラス のメソッドorg.elasticsearch.common.cli.CheckFileCommand
-
Returns the array of paths, that should be checked if the permissions, user or groups have changed
before and after execution of the command
- PathTrie<T> - org.elasticsearch.common.pathのクラス
-
- PathTrie(PathTrie.Decoder) - クラス のコンストラクタorg.elasticsearch.common.path.PathTrie
-
- PathTrie(char, String, PathTrie.Decoder) - クラス のコンストラクタorg.elasticsearch.common.path.PathTrie
-
- PathTrie.Decoder - org.elasticsearch.common.pathのインタフェース
-
- PathTrie.TrieNode<T> - org.elasticsearch.common.pathのクラス
-
- pathType() - クラス のメソッドorg.elasticsearch.index.mapper.ContentPath
-
- pathType(ContentPath.Type) - クラス のメソッドorg.elasticsearch.index.mapper.ContentPath
-
- pathType(ContentPath.Type) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.MultiFields.Builder
-
- pathType - クラス の変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Builder
-
- pathType - クラス の変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper
-
- pathType - クラス の変数org.elasticsearch.index.mapper.object.ObjectMapper.Builder
-
- pathType(ContentPath.Type) - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper.Builder
-
- pathType() - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper
-
- PathUtils - org.elasticsearch.common.ioのクラス
-
Utilities for creating a Path from names,
or accessing the default FileSystem.
- pattern() - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormat.Patternable
-
- Pattern(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.format.ValueFormatter.Number.Pattern
-
- Pattern(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.format.ValueParser.Number.Pattern
-
- Patternable(String, ValueFormatter, ValueParser) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.format.ValueFormat.Patternable
-
- PatternAnalyzer - org.elasticsearch.index.analysisのクラス
-
Simple regex-based analyzer based on PatternTokenizer + lowercase + stopwords
- PatternAnalyzer(Pattern, boolean, CharArraySet) - クラス のコンストラクタorg.elasticsearch.index.analysis.PatternAnalyzer
-
- PatternAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- PatternAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.PatternAnalyzerProvider
-
- PatternCaptureGroupTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- PatternCaptureGroupTokenFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.PatternCaptureGroupTokenFilterFactory
-
- PatternCaptureGroupTokenFilterFactory(Index, Settings, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.PatternCaptureGroupTokenFilterFactory
-
- PatternReplaceCharFilterFactory - org.elasticsearch.index.analysisのクラス
-
- PatternReplaceCharFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.PatternReplaceCharFilterFactory
-
- PatternReplaceTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- PatternReplaceTokenFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.PatternReplaceTokenFilterFactory
-
- PatternTokenizerFactory - org.elasticsearch.index.analysisのクラス
-
- PatternTokenizerFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.PatternTokenizerFactory
-
- payload - クラス の変数org.elasticsearch.search.lookup.TermPosition
-
- PAYLOAD_SEP - クラス のstatic変数org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- payloadAsFloat(float) - クラス のメソッドorg.elasticsearch.search.lookup.TermPosition
-
- payloadAsInt(int) - クラス のメソッドorg.elasticsearch.search.lookup.TermPosition
-
- payloadAsString() - クラス のメソッドorg.elasticsearch.search.lookup.TermPosition
-
- payloads() - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
The list of optional payloads associated with requests in the same order as the requests.
- payloads() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
- payloads(boolean) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Return the payloads for each term or skip.
- payloads(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper.Builder
-
- PAYLOADS - クラス のstatic変数org.elasticsearch.index.mapper.core.CompletionFieldMapper.Fields
-
- pb() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- pbFrac() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- peek() - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- Pending(Object, Priority, long, boolean) - クラス のコンストラクタorg.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor.Pending
-
- PendingClusterTask - org.elasticsearch.cluster.serviceのクラス
-
- PendingClusterTask() - クラス のコンストラクタorg.elasticsearch.cluster.service.PendingClusterTask
-
- PendingClusterTask(long, Priority, Text, long, boolean) - クラス のコンストラクタorg.elasticsearch.cluster.service.PendingClusterTask
-
- pendingClusterTasks(PendingClusterTasksRequest, ActionListener<PendingClusterTasksResponse>) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Returns a list of the pending cluster tasks, that are scheduled to be executed.
- pendingClusterTasks(PendingClusterTasksRequest) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Returns a list of the pending cluster tasks, that are scheduled to be executed.
- PendingClusterTasksAction - org.elasticsearch.action.admin.cluster.tasksのクラス
-
- PendingClusterTasksRequest - org.elasticsearch.action.admin.cluster.tasksのクラス
-
- PendingClusterTasksRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksRequest
-
- PendingClusterTasksRequestBuilder - org.elasticsearch.action.admin.cluster.tasksのクラス
-
- PendingClusterTasksRequestBuilder(ElasticsearchClient, PendingClusterTasksAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksRequestBuilder
-
- PendingClusterTasksResponse - org.elasticsearch.action.admin.cluster.tasksのクラス
-
- pendingJoinRequests - クラス の変数org.elasticsearch.discovery.zen.NodeJoinController
-
- pendingNodes() - クラス のメソッドorg.elasticsearch.discovery.BlockingClusterStatePublishResponseHandler
-
returns a list of nodes which didn't respond yet
- pendingTasks() - クラス のメソッドorg.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
-
- pendingTasks() - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
Returns the tasks that are pending.
- pendingTasks() - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- PER_FIELD_ANALYZER - インタフェース のstatic変数org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
-
- percent(double) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- percent(double) - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanks
-
Return the percentile for the given value.
- percent(double) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- PERCENTAGE - インタフェース のstatic変数org.elasticsearch.cluster.settings.Validator
-
- percentageField(XContentBuilderString, XContentBuilderString, double) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- PercentageScore - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- PercentageScore.PercentageScoreBuilder - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- PercentageScore.PercentageScoreParser - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- PercentageScoreBuilder() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore.PercentageScoreBuilder
-
- PercentageScoreParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore.PercentageScoreParser
-
- percentAsString(double) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- percentAsString(double) - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanks
-
Return the percentile for the given value as a String.
- percentAsString(double) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- percentile(double) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- Percentile - org.elasticsearch.search.aggregations.metrics.percentilesのインタフェース
-
- percentile(double) - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.Percentiles
-
Return the value associated with the provided percentile.
- percentile(double) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- percentile(double) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- percentileAsString(double) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- percentileAsString(double) - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.Percentiles
-
Return the value associated with the provided percentile as a String.
- percentileAsString(double) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- percentileAsString(double) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- percentileRanks(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
- PercentileRanks - org.elasticsearch.search.aggregations.metrics.percentilesのインタフェース
-
An aggregation that computes approximate percentiles given values.
- PercentileRanksBuilder - org.elasticsearch.search.aggregations.metrics.percentilesのクラス
-
- PercentileRanksBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksBuilder
-
Sole constructor.
- PercentileRanksParser - org.elasticsearch.search.aggregations.metrics.percentilesのクラス
-
- PercentileRanksParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksParser
-
- percentiles(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Percentiles aggregation with the given name.
- percentiles(double...) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksBuilder
-
Set the values to compute percentiles from.
- Percentiles - org.elasticsearch.search.aggregations.metrics.percentilesのインタフェース
-
An aggregation that computes approximate percentiles.
- percentiles(double...) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.PercentilesBuilder
-
Set the percentiles to compute.
- PercentilesBucket - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentileのインタフェース
-
- percentilesBucket(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- PercentilesBucketBuilder - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentileのクラス
-
- PercentilesBucketBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketBuilder
-
- PercentilesBucketParser - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentileのクラス
-
- PercentilesBucketParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketParser
-
- PercentilesBucketPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentileのクラス
-
- PercentilesBucketPipelineAggregator(String, double[], String[], BucketHelpers.GapPolicy, ValueFormatter, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- PercentilesBucketPipelineAggregator.Factory - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentileのクラス
-
- PercentilesBuilder - org.elasticsearch.search.aggregations.metrics.percentilesのクラス
-
- PercentilesBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.PercentilesBuilder
-
Sole constructor.
- PercentilesMethod - org.elasticsearch.search.aggregations.metrics.percentilesの列挙型
-
An enum representing the methods for calculating percentiles
- PercentilesParser - org.elasticsearch.search.aggregations.metrics.percentilesのクラス
-
- PercentilesParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.PercentilesParser
-
- percents(Double[]) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketBuilder
-
- PERCENTS - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketParser
-
- PERCENTS_FIELD - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.percentiles.PercentilesParser
-
- percolate - クラス の変数org.elasticsearch.action.admin.indices.stats.CommonStats
-
- percolate(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- percolate() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- percolate(PercolateRequest) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Percolates a request returning the matches documents.
- percolate(PercolateRequest, ActionListener<PercolateResponse>) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Percolates a request returning the matches documents.
- percolate(PercolateRequest) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- percolate(PercolateRequest, ActionListener<PercolateResponse>) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- percolate(PercolateShardRequest) - クラス のメソッドorg.elasticsearch.percolator.PercolatorService
-
- PERCOLATE - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool.Names
-
- PercolateAction - org.elasticsearch.action.percolateのクラス
-
- PercolateContext - org.elasticsearch.percolatorのクラス
-
- PercolateContext(PercolateShardRequest, SearchShardTarget, IndexShard, IndexService, PageCacheRecycler, BigArrays, ScriptService, Query, ParseFieldMatcher) - クラス のコンストラクタorg.elasticsearch.percolator.PercolateContext
-
- PercolateException - org.elasticsearch.percolatorの例外
-
Exception during percolating document(s) at runtime.
- PercolateException(ShardId, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.percolator.PercolateException
-
- PercolateException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.percolator.PercolateException
-
- percolateQueries() - クラス のメソッドorg.elasticsearch.index.percolator.PercolatorQueriesRegistry
-
- percolateQueries() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- percolateQuery() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- percolateQuery(Query) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- percolateRegistry() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- PercolateRequest - org.elasticsearch.action.percolateのクラス
-
A request to execute a percolate operation.
- PercolateRequest() - クラス のコンストラクタorg.elasticsearch.action.percolate.PercolateRequest
-
Constructor only for internal usage.
- PercolateRequestBuilder - org.elasticsearch.action.percolateのクラス
-
A builder the easy to use of defining a percolate request.
- PercolateRequestBuilder(ElasticsearchClient, PercolateAction) - クラス のコンストラクタorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- PercolateResponse - org.elasticsearch.action.percolateのクラス
-
Encapsulates the response of a percolator request.
- PercolateResponse.Match - org.elasticsearch.action.percolateのクラス
-
Represents a query that has matched with the document that was percolated.
- PercolateShardRequest - org.elasticsearch.action.percolateのクラス
-
- PercolateShardRequest() - クラス のコンストラクタorg.elasticsearch.action.percolate.PercolateShardRequest
-
- PercolateShardResponse - org.elasticsearch.action.percolateのクラス
-
- PercolateShardResponse(BytesRef[], List<Map<String, HighlightField>>, long, float[], PercolateContext, ShardId) - クラス のコンストラクタorg.elasticsearch.action.percolate.PercolateShardResponse
-
- PercolateShardResponse(BytesRef[], long, float[], PercolateContext, ShardId) - クラス のコンストラクタorg.elasticsearch.action.percolate.PercolateShardResponse
-
- PercolateShardResponse(BytesRef[], List<Map<String, HighlightField>>, long, PercolateContext, ShardId) - クラス のコンストラクタorg.elasticsearch.action.percolate.PercolateShardResponse
-
- PercolateShardResponse(long, PercolateContext, ShardId) - クラス のコンストラクタorg.elasticsearch.action.percolate.PercolateShardResponse
-
- PercolateShardResponse(PercolateContext, ShardId) - クラス のコンストラクタorg.elasticsearch.action.percolate.PercolateShardResponse
-
- PercolateSourceBuilder - org.elasticsearch.action.percolateのクラス
-
Builder to create the percolate request body.
- PercolateSourceBuilder() - クラス のコンストラクタorg.elasticsearch.action.percolate.PercolateSourceBuilder
-
- PercolateSourceBuilder.DocBuilder - org.elasticsearch.action.percolateのクラス
-
A builder for defining the document to be percolated in various ways.
- PercolateStats - org.elasticsearch.index.percolator.statsのクラス
-
Exposes percolator related statistics.
- PercolateStats() - クラス のコンストラクタorg.elasticsearch.index.percolator.stats.PercolateStats
-
Noop constructor for serialazation purposes.
- PercolatorException - org.elasticsearch.index.percolatorの例外
-
Exception during indexing a percolator query.
- PercolatorException(Index, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.percolator.PercolatorException
-
- PercolatorException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.percolator.PercolatorException
-
- PercolatorModule - org.elasticsearch.percolatorのクラス
-
- PercolatorModule() - クラス のコンストラクタorg.elasticsearch.percolator.PercolatorModule
-
- PercolatorQueriesRegistry - org.elasticsearch.index.percolatorのクラス
-
- PercolatorQueriesRegistry(ShardId, Settings, IndexQueryParserService, ShardIndexingService, IndicesLifecycle, MapperService, IndexFieldDataService, ShardPercolateService) - クラス のコンストラクタorg.elasticsearch.index.percolator.PercolatorQueriesRegistry
-
- PercolatorService - org.elasticsearch.percolatorのクラス
-
- PercolatorService(Settings, IndexNameExpressionResolver, IndicesService, PageCacheRecycler, BigArrays, HighlightPhase, ClusterService, AggregationPhase, ScriptService, MappingUpdatedAction) - クラス のコンストラクタorg.elasticsearch.percolator.PercolatorService
-
- PercolatorService.ReduceResult - org.elasticsearch.percolatorのクラス
-
- percolatorTypeId() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateShardResponse
-
- percolatorTypeId - クラス の変数org.elasticsearch.percolator.PercolateContext
-
- perFieldAnalyzer() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Return the overridden analyzers at each field.
- perFieldAnalyzer(Map<String, String>) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Override the analyzer used at each field when generating term vectors.
- perFieldAnalyzer() - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- perFieldAnalyzer(Map<String, String>) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
Sets the analyzer(s) to use at any given field.
- PerFieldMappingPostingFormatCodec - org.elasticsearch.index.codecのクラス
-
- PerFieldMappingPostingFormatCodec(Lucene50StoredFieldsFormat.Mode, MapperService, ESLogger) - クラス のコンストラクタorg.elasticsearch.index.codec.PerFieldMappingPostingFormatCodec
-
- performBatchRecovery(Iterable<Translog.Operation>) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
Applies all operations in the iterable to the current engine and returns the number of operations applied.
- performOperation(ShardIterator, ShardRouting, int) - クラス のメソッドorg.elasticsearch.action.support.broadcast.TransportBroadcastAction.AsyncBroadcastAction
-
- performRecoveryOperation(Engine, Translog.Operation, boolean) - クラス のメソッドorg.elasticsearch.index.shard.TranslogRecoveryPerformer
-
Performs a single recovery operation.
- performRecoveryRestart() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
called if recovery has to be restarted after network error / delay **
- performReroute(String) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingService
-
- performStateRecovery(Gateway.GatewayStateRecoveredListener) - クラス のメソッドorg.elasticsearch.gateway.Gateway
-
- performTranslogRecovery(boolean) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
After the store has been recovered, we need to start the engine in order to apply operations
- period(int) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
-
- PersianAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- PersianAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.PersianAnalyzerProvider
-
- PersianNormalizationFilterFactory - org.elasticsearch.index.analysisのクラス
-
- PersianNormalizationFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.PersianNormalizationFilterFactory
-
- persistentSettings() - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
- persistentSettings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the persistent settings to be updated.
- persistentSettings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the persistent settings to be updated.
- persistentSettings(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the source containing the persistent settings to be updated.
- persistentSettings(Map) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the persistent settings to be updated.
- persistentSettings() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- persistentSettings(Settings) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- persistentSettings() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- peta() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- petaFrac() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- phase() - 例外 のメソッドorg.elasticsearch.index.engine.RecoveryEngineException
-
- phase1(SnapshotIndexCommit, Translog.View) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySourceHandler
-
Perform phase1 of the recovery operations.
- phase2(Translog.Snapshot) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySourceHandler
-
Perform phase2 of the recovery process
Phase2 takes a snapshot of the current translog *without* acquiring the
write lock (however, the translog snapshot is a point-in-time view of
the translog).
- phraseLimit(Integer) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder.Field
-
Sets the maximum number of phrases the fvh will consider.
- phraseLimit(Integer) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder
-
Sets the maximum number of phrases the fvh will consider if the field doesn't also define phraseLimit.
- phraseLimit() - クラス のメソッドorg.elasticsearch.search.highlight.SearchContextHighlight.FieldOptions
-
- phraseSlop() - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- phraseSlop(int) - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- phraseSlop(int) - クラス のメソッドorg.elasticsearch.index.query.QueryStringQueryBuilder
-
Sets the default slop for phrases.
- phraseSlop - クラス の変数org.elasticsearch.index.search.MatchQuery
-
- PhraseSuggester - org.elasticsearch.search.suggest.phraseのクラス
-
- PhraseSuggester(ScriptService) - クラス のコンストラクタorg.elasticsearch.search.suggest.phrase.PhraseSuggester
-
- PhraseSuggestion - org.elasticsearch.search.suggest.phraseのクラス
-
- PhraseSuggestion() - クラス のコンストラクタorg.elasticsearch.search.suggest.phrase.PhraseSuggestion
-
- PhraseSuggestion(String, int) - クラス のコンストラクタorg.elasticsearch.search.suggest.phrase.PhraseSuggestion
-
- phraseSuggestion(String) - クラス のstaticメソッドorg.elasticsearch.search.suggest.SuggestBuilders
-
Creates a phrase suggestion lookup query with the provided name
- PhraseSuggestion.Entry - org.elasticsearch.search.suggest.phraseのクラス
-
- PhraseSuggestionBuilder - org.elasticsearch.search.suggest.phraseのクラス
-
Defines the actual suggest command for phrase suggestions ( phrase).
- PhraseSuggestionBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- PhraseSuggestionBuilder.CandidateGenerator - org.elasticsearch.search.suggest.phraseのクラス
-
- PhraseSuggestionBuilder.DirectCandidateGenerator - org.elasticsearch.search.suggest.phraseのクラス
-
- PhraseSuggestionBuilder.Laplace - org.elasticsearch.search.suggest.phraseのクラス
-
- PhraseSuggestionBuilder.LinearInterpolation - org.elasticsearch.search.suggest.phraseのクラス
-
Linear interpolation smoothing model.
- PhraseSuggestionBuilder.SmoothingModel - org.elasticsearch.search.suggest.phraseのクラス
-
- PhraseSuggestionBuilder.StupidBackoff - org.elasticsearch.search.suggest.phraseのクラス
-
- PhraseSuggestParser - org.elasticsearch.search.suggest.phraseのクラス
-
- PhraseSuggestParser(PhraseSuggester) - クラス のコンストラクタorg.elasticsearch.search.suggest.phrase.PhraseSuggestParser
-
- physicalName() - クラス のメソッドorg.elasticsearch.index.shard.CommitPoint.FileInfo
-
- physicalName() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Returns original file name
- pick(SortedNumericDocValues, long, int) - 列挙型 のメソッドorg.elasticsearch.search.MultiValueMode
-
- pick(SortedNumericDocValues, long, DocIdSetIterator, int, int) - 列挙型 のメソッドorg.elasticsearch.search.MultiValueMode
-
- pick(SortedNumericDoubleValues, double, int) - 列挙型 のメソッドorg.elasticsearch.search.MultiValueMode
-
- pick(SortedNumericDoubleValues, double, DocIdSetIterator, int, int) - 列挙型 のメソッドorg.elasticsearch.search.MultiValueMode
-
- pick(SortedBinaryDocValues, BytesRef, int) - 列挙型 のメソッドorg.elasticsearch.search.MultiValueMode
-
- pick(BinaryDocValues, BytesRefBuilder, DocIdSetIterator, int, int) - 列挙型 のメソッドorg.elasticsearch.search.MultiValueMode
-
- pick(RandomAccessOrds, int) - 列挙型 のメソッドorg.elasticsearch.search.MultiValueMode
-
- pick(SortedDocValues, DocIdSetIterator, int, int) - 列挙型 のメソッドorg.elasticsearch.search.MultiValueMode
-
- pick(MultiValueMode.UnsortedNumericDoubleValues, double, int) - 列挙型 のメソッドorg.elasticsearch.search.MultiValueMode
-
- pickShardPath(ShardId) - クラス のメソッドorg.elasticsearch.common.util.MultiDataPathUpgrader
-
Picks a target ShardPath to allocate and upgrade the given shard to.
- pid() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
The process id.
- PidFile - org.elasticsearch.commonのクラス
-
Process ID file abstraction that writes the current pid into a file and optionally
removes it on system exit.
- pidFile() - クラス のメソッドorg.elasticsearch.env.Environment
-
The PID file location (can be null if no PID file is configured)
- ping(ZenPing.PingListener, TimeValue) - クラス のメソッドorg.elasticsearch.discovery.zen.ping.unicast.UnicastZenPing
-
- ping(ZenPing.PingListener, TimeValue) - インタフェース のメソッドorg.elasticsearch.discovery.zen.ping.ZenPing
-
- ping(ZenPing.PingListener, TimeValue) - クラス のメソッドorg.elasticsearch.discovery.zen.ping.ZenPingService
-
- PING_ACTION_NAME - クラス のstatic変数org.elasticsearch.discovery.zen.fd.NodesFaultDetection
-
- PING_DATA_SIZE - クラス のstatic変数org.elasticsearch.transport.netty.NettyHeader
-
The magic number (must be lower than 0) for a ping message.
- PING_SCHEDULE - クラス のstatic変数org.elasticsearch.transport.netty.NettyTransport
-
- pingAndWait(TimeValue) - クラス のメソッドorg.elasticsearch.discovery.zen.ping.unicast.UnicastZenPing
-
- pingAndWait(TimeValue) - クラス のメソッドorg.elasticsearch.discovery.zen.ping.ZenPingService
-
- PingCollection() - クラス のコンストラクタorg.elasticsearch.discovery.zen.ping.ZenPing.PingCollection
-
- PingContextProvider - org.elasticsearch.discovery.zen.pingのインタフェース
-
- pingHeader() - クラス のstaticメソッドorg.elasticsearch.transport.netty.NettyHeader
-
A ping header is same as regular header, just with -1 for the size of the message.
- pingInterval - クラス の変数org.elasticsearch.discovery.zen.fd.FaultDetection
-
- PingRequest() - クラス のコンストラクタorg.elasticsearch.discovery.zen.fd.NodesFaultDetection.PingRequest
-
- PingResponse(DiscoveryNode, DiscoveryNode, ClusterName, boolean) - クラス のコンストラクタorg.elasticsearch.discovery.zen.ping.ZenPing.PingResponse
-
- pingRetryCount - クラス の変数org.elasticsearch.discovery.zen.fd.FaultDetection
-
- pingRetryTimeout - クラス の変数org.elasticsearch.discovery.zen.fd.FaultDetection
-
- pipelineAggregator(String) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorParsers
-
Returns the parser that is registered under the given pipeline aggregator
type.
- PipelineAggregator - org.elasticsearch.search.aggregations.pipelineのクラス
-
- PipelineAggregator() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.PipelineAggregator
-
- PipelineAggregator(String, String[], Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.PipelineAggregator
-
- PipelineAggregator.Parser - org.elasticsearch.search.aggregations.pipelineのインタフェース
-
Parses the pipeline aggregation request and creates the appropriate
pipeline aggregator factory for it.
- PipelineAggregatorBuilder<B extends PipelineAggregatorBuilder<B>> - org.elasticsearch.search.aggregations.pipelineのクラス
-
A base class for all pipeline aggregator builders.
- PipelineAggregatorBuilder(String, String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilder
-
Sole constructor, typically used by sub-classes.
- PipelineAggregatorBuilders - org.elasticsearch.search.aggregations.pipelineのクラス
-
- PipelineAggregatorFactory - org.elasticsearch.search.aggregations.pipelineのクラス
-
- PipelineAggregatorFactory(String, String, String[]) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorFactory
-
Constructs a new pipeline aggregator factory.
- pipelineAggregators() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateShardResponse
-
- pipelineAggregators() - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorBase
-
- pipelineAggregators() - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregation
-
- pipelineAggregators() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- pipelineAggregators(List<SiblingPipelineAggregator>) - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- PipelineAggregatorStreams - org.elasticsearch.search.aggregations.pipelineのクラス
-
A registry for all the dedicated streams in the aggregation module.
- PipelineAggregatorStreams() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorStreams
-
- PipelineAggregatorStreams.Stream - org.elasticsearch.search.aggregations.pipelineのインタフェース
-
A stream that knows how to read an aggregation from the input.
- pipelining - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- pipeliningMaxEvents - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- PlainActionFuture<T> - org.elasticsearch.action.supportのクラス
-
- PlainActionFuture() - クラス のコンストラクタorg.elasticsearch.action.support.PlainActionFuture
-
- PlainBlobMetaData - org.elasticsearch.common.blobstore.supportのクラス
-
- PlainBlobMetaData(String, long) - クラス のコンストラクタorg.elasticsearch.common.blobstore.support.PlainBlobMetaData
-
- PlainHighlighter - org.elasticsearch.search.highlightのクラス
-
- PlainHighlighter() - クラス のコンストラクタorg.elasticsearch.search.highlight.PlainHighlighter
-
- PlainListenableActionFuture<T> - org.elasticsearch.action.supportのクラス
-
- PlainListenableActionFuture(ThreadPool) - クラス のコンストラクタorg.elasticsearch.action.support.PlainListenableActionFuture
-
- PlainShardIterator - org.elasticsearch.cluster.routingのクラス
-
- PlainShardIterator(ShardId, List<ShardRouting>) - クラス のコンストラクタorg.elasticsearch.cluster.routing.PlainShardIterator
-
Creates a
PlainShardIterator instance that iterates over a subset of the given shards
this the a given
shardId.
- PlainShardsIterator - org.elasticsearch.cluster.routingのクラス
-
- PlainShardsIterator(List<ShardRouting>) - クラス のコンストラクタorg.elasticsearch.cluster.routing.PlainShardsIterator
-
- PlainTransportFuture<V extends TransportResponse> - org.elasticsearch.transportのクラス
-
- PlainTransportFuture(TransportResponseHandler<V>) - クラス のコンストラクタorg.elasticsearch.transport.PlainTransportFuture
-
- PlaneFixedSourceDistance(double, double, DistanceUnit) - クラス のコンストラクタorg.elasticsearch.common.geo.GeoDistance.PlaneFixedSourceDistance
-
- Plugin - org.elasticsearch.pluginsのクラス
-
An extension point allowing to plug in custom functionality.
- Plugin() - クラス のコンストラクタorg.elasticsearch.plugins.Plugin
-
- Plugin(String, String) - クラス のコンストラクタorg.elasticsearch.script.ScriptContext.Plugin
-
Creates a new custom scripts based operation exposed via plugin.
- PluginInfo - org.elasticsearch.pluginsのクラス
-
- PluginInfo() - クラス のコンストラクタorg.elasticsearch.plugins.PluginInfo
-
- PluginManager - org.elasticsearch.pluginsのクラス
-
- PluginManager(Environment, URL, PluginManager.OutputMode, TimeValue) - クラス のコンストラクタorg.elasticsearch.plugins.PluginManager
-
- PluginManager.OutputMode - org.elasticsearch.pluginsの列挙型
-
- PluginManagerCliParser - org.elasticsearch.pluginsのクラス
-
- PluginManagerCliParser() - クラス のコンストラクタorg.elasticsearch.plugins.PluginManagerCliParser
-
- PluginManagerCliParser(Terminal) - クラス のコンストラクタorg.elasticsearch.plugins.PluginManagerCliParser
-
- plugins(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should information about plugins be returned
- plugins() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
- PluginsAndModules - org.elasticsearch.action.admin.cluster.node.infoのクラス
-
Information about plugins and modules
- PluginsAndModules() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
-
- pluginsFile() - クラス のメソッドorg.elasticsearch.env.Environment
-
- PluginsModule - org.elasticsearch.pluginsのクラス
-
- PluginsModule(PluginsService) - クラス のコンストラクタorg.elasticsearch.plugins.PluginsModule
-
- PluginsService - org.elasticsearch.pluginsのクラス
-
- PluginsService(Settings, Path, Path, Collection<Class<? extends Plugin>>) - クラス のコンストラクタorg.elasticsearch.plugins.PluginsService
-
Constructs a new PluginService
- plusSkippedClasses(Class...) - クラス のメソッドorg.elasticsearch.common.inject.internal.SourceProvider
-
Returns a new instance that also skips moreClassesToSkip.
- point(double, double) - クラス のメソッドorg.elasticsearch.common.geo.builders.BasePolygonBuilder
-
- point(Coordinate) - クラス のメソッドorg.elasticsearch.common.geo.builders.BasePolygonBuilder
-
Add a point to the shell of the polygon
- point(PointBuilder) - クラス のメソッドorg.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- point(double, double) - クラス のメソッドorg.elasticsearch.common.geo.builders.PointCollection
-
Add a new point to the collection
- point(Coordinate) - クラス のメソッドorg.elasticsearch.common.geo.builders.PointCollection
-
Add a new point to the collection
- point(double, double) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceQueryBuilder
-
- point(double, double) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
-
- point(GeoPoint) - クラス のメソッドorg.elasticsearch.index.query.GeohashCellQuery.Builder
-
- point(double, double) - クラス のメソッドorg.elasticsearch.index.query.GeohashCellQuery.Builder
-
- point(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceBuilder
-
Set the point to calculate distances from using a
lat,lon notation or geohash.
- point(GeoPoint) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceBuilder
-
Set the point to calculate distances from.
- point(double, double) - クラス のメソッドorg.elasticsearch.search.sort.GeoDistanceSortBuilder
-
The point to create the range distance facets from.
- PointBuilder - org.elasticsearch.common.geo.buildersのクラス
-
- PointBuilder() - クラス のコンストラクタorg.elasticsearch.common.geo.builders.PointBuilder
-
- PointCollection<E extends PointCollection<E>> - org.elasticsearch.common.geo.buildersのクラス
-
- PointCollection() - クラス のコンストラクタorg.elasticsearch.common.geo.builders.PointCollection
-
- PointCollection(ArrayList<Coordinate>) - クラス のコンストラクタorg.elasticsearch.common.geo.builders.PointCollection
-
- points(Coordinate...) - クラス のメソッドorg.elasticsearch.common.geo.builders.BasePolygonBuilder
-
Add a array of points to the shell of the polygon
- points - クラス の変数org.elasticsearch.common.geo.builders.PointCollection
-
- points(Coordinate...) - クラス のメソッドorg.elasticsearch.common.geo.builders.PointCollection
-
Add a array of points to the collection
- points(Collection<? extends Coordinate>) - クラス のメソッドorg.elasticsearch.common.geo.builders.PointCollection
-
Add a collection of points to the collection
- POINTS - クラス のstatic変数org.elasticsearch.index.query.GeoPolygonQueryBuilder
-
- POINTS - クラス のstatic変数org.elasticsearch.index.query.GeoPolygonQueryParser
-
- points() - クラス のメソッドorg.elasticsearch.index.search.geo.GeoPolygonQuery
-
- points(GeoPoint...) - クラス のメソッドorg.elasticsearch.search.sort.GeoDistanceSortBuilder
-
The point to create the range distance facets from.
- POINTS_ONLY - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Defaults
-
- pointsOnly() - クラス のメソッドorg.elasticsearch.common.geo.XShapeCollection
-
- pointsOnly() - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- policy(BackoffPolicy) - クラス のメソッドorg.elasticsearch.action.bulk.Retry
-
- poll() - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- poll(long, TimeUnit) - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- pollLastQuery() - クラス のメソッドorg.elasticsearch.search.profile.Profiler
-
Removes the last (e.g. most recent) query on the stack.
- polygon(GeometryFactory, Coordinate[][]) - クラス のstaticメソッドorg.elasticsearch.common.geo.builders.BasePolygonBuilder
-
- polygon(BasePolygonBuilder<?>) - クラス のメソッドorg.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- polygon(BasePolygonBuilder<?>) - クラス のメソッドorg.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
- polygon() - クラス のメソッドorg.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
- polygon(ShapeBuilder.Orientation) - クラス のメソッドorg.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
- PolygonBuilder - org.elasticsearch.common.geo.buildersのクラス
-
- PolygonBuilder() - クラス のコンストラクタorg.elasticsearch.common.geo.builders.PolygonBuilder
-
- PolygonBuilder(ShapeBuilder.Orientation) - クラス のコンストラクタorg.elasticsearch.common.geo.builders.PolygonBuilder
-
- PolygonBuilder(ArrayList<Coordinate>, ShapeBuilder.Orientation) - クラス のコンストラクタorg.elasticsearch.common.geo.builders.PolygonBuilder
-
- polygons - クラス の変数org.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
- port - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- PorterStemTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- PorterStemTokenFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.PorterStemTokenFilterFactory
-
- ports() - クラス のメソッドorg.elasticsearch.common.transport.PortsRange
-
- PortsRange - org.elasticsearch.common.transportのクラス
-
- PortsRange(String) - クラス のコンストラクタorg.elasticsearch.common.transport.PortsRange
-
- PortsRange.PortCallback - org.elasticsearch.common.transportのインタフェース
-
- PortugueseAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- PortugueseAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.PortugueseAnalyzerProvider
-
- pos - クラス の変数org.elasticsearch.common.io.FastCharArrayReader
-
The current buffer position.
- posIncAttr - クラス の変数org.elasticsearch.search.suggest.SuggestUtils.TokenConsumer
-
- position(Coordinate, Coordinate, double) - クラス のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.Edge
-
- position - クラス の変数org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- position() - クラス のメソッドorg.elasticsearch.common.io.stream.BytesStreamOutput
-
- position() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamOutput
-
- position() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- position - クラス の変数org.elasticsearch.search.lookup.TermPosition
-
- POSITION_INCREMENT_GAP - クラス のstatic変数org.elasticsearch.index.mapper.core.StringFieldMapper.Defaults
-
Post 2.0 default for position_increment_gap.
- POSITION_INCREMENT_GAP_PRE_2_0 - クラス のstatic変数org.elasticsearch.index.mapper.core.StringFieldMapper.Defaults
-
- positionIncrementGap - クラス の変数org.elasticsearch.index.mapper.core.StringFieldMapper.Builder
-
The distance between tokens from different values in the same field.
- positionIncrementGap(int) - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper.Builder
-
- positionIncrementGap(Version) - クラス のstaticメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper.Defaults
-
The default position_increment_gap for a particular version of Elasticsearch.
- PositionIterator - org.elasticsearch.search.lookupのクラス
-
- PositionIterator(IndexFieldTerm) - クラス のコンストラクタorg.elasticsearch.search.lookup.PositionIterator
-
- positions(boolean) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Return the positions for each term if stored or skip.
- positions() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
- positive(QueryBuilder) - クラス のメソッドorg.elasticsearch.index.query.BoostingQueryBuilder
-
- POSITIVE_BYTES_SIZE - インタフェース のstatic変数org.elasticsearch.cluster.settings.Validator
-
- POSITIVE_INTEGER - インタフェース のstatic変数org.elasticsearch.cluster.settings.Validator
-
- post(int) - クラス のメソッドorg.elasticsearch.index.query.SpanNotQueryBuilder
-
- postAdded() - インタフェース のメソッドorg.elasticsearch.cluster.TimeoutClusterStateListener
-
- postCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorBase
-
Called after collection of all document is done.
- postCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
-
- postCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
-
- postCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
-
- postCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.BucketCollector
-
Post-collection callback.
- postCreate(Engine.Create) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingOperationListener
-
Called after create index operation occurred.
- postCreate(Engine.Create, Throwable) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingOperationListener
-
Called after create index operation occurred with exception.
- postCreate(Engine.Create) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- postCreate(Engine.Create, Throwable) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- postCreateUnderLock(Engine.Create) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingOperationListener
-
Called after the indexing occurs, under a locking scheme to maintain
concurrent updates to the same doc.
- postCreateUnderLock(Engine.Create) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- postDelete(Engine.Delete) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingOperationListener
-
Called after the delete operation occurred.
- postDelete(Engine.Delete, Throwable) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingOperationListener
-
Called after the delete operation occurred with exception.
- postDelete(Engine.Delete) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- postDelete(Engine.Delete, Throwable) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- postDeleteUnderLock(Engine.Delete) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingOperationListener
-
Called after the delete occurs, under a locking scheme to maintain
concurrent updates to the same doc.
- postDeleteUnderLock(Engine.Delete) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- postFilter(QueryBuilder) - クラス のメソッド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(String) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Sets a filter on the query executed that only applies to the search query
(and not aggs for example).
- postFilter(byte[]) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Sets a filter on the query executed that only applies to the search query
(and not aggs for example).
- postFilter(byte[], int, int) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Sets a filter on the query executed that only applies to the search query
(and not aggs for example).
- postFilter(BytesReference) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Sets a filter on the query executed that only applies to the search query
(and not aggs for example).
- postFilter(XContentBuilder) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Constructs a new search source builder with a query from a builder.
- postFilter(Map) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Constructs a new search source builder with a query from a map.
- postFilter(DirectCandidateGenerator.Candidate, CharsRefBuilder, BytesRefBuilder, List<DirectCandidateGenerator.Candidate>) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- postFilter(String) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.DirectCandidateGenerator
-
Sets a filter (analyzer) that is applied to each of the generated tokens
before they are passed to the actual phrase scorer.
- PostFilterParseElement - org.elasticsearch.search.queryのクラス
-
- PostFilterParseElement() - クラス のコンストラクタorg.elasticsearch.search.query.PostFilterParseElement
-
- postIndex(Engine.Index) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingOperationListener
-
Called after the indexing operation occurred.
- postIndex(Engine.Index, Throwable) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingOperationListener
-
Called after the indexing operation occurred with exception.
- postIndex(Engine.Index) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- postIndex(Engine.Index, Throwable) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- postIndexUnderLock(Engine.Index) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingOperationListener
-
Called after the indexing occurs, under a locking scheme to maintain
concurrent updates to the same doc.
- postIndexUnderLock(Engine.Index) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- postings(PostingsEnum, int) - クラス のメソッドorg.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- postingsFormat(PostingsFormat) - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper.CompletionFieldType
-
- PostingsHighlighter - org.elasticsearch.search.highlightのクラス
-
- PostingsHighlighter() - クラス のコンストラクタorg.elasticsearch.search.highlight.PostingsHighlighter
-
- postParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.AllFieldMapper
-
- postParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper
-
- postParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.IdFieldMapper
-
- postParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.IndexFieldMapper
-
- postParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.ParentFieldMapper
-
- postParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.RoutingFieldMapper
-
- postParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.SourceFieldMapper
-
- postParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper
-
- postParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TTLFieldMapper
-
- postParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TypeFieldMapper
-
- postParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.UidFieldMapper
-
- postParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.VersionFieldMapper
-
- postParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.MetadataFieldMapper
-
- postPercolate(long) - クラス のメソッドorg.elasticsearch.index.percolator.stats.ShardPercolateService
-
- postProcess(MapperService) - クラス のメソッドorg.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- postProcess(DocumentMapper) - クラス のメソッドorg.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- postProcess(MappedFieldType) - クラス のメソッドorg.elasticsearch.index.fieldvisitor.SingleFieldsVisitor
-
- postRecovery(String) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- postSuggest(long) - クラス のメソッドorg.elasticsearch.index.suggest.stats.ShardSuggestMetric
-
Called after suggest
- postTags(String...) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder.Field
-
Explicitly set the post tags for this field that will be used for highlighting.
- postTags(String...) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder
-
Explicitly set the post tags that will be used for highlighting.
- postTags() - クラス のメソッドorg.elasticsearch.search.highlight.SearchContextHighlight.FieldOptions
-
- pow(Short, Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- pow(Integer, Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- pow(Float, Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- pow(Long, Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- pow(Double, Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- pre(int) - クラス のメソッドorg.elasticsearch.index.query.SpanNotQueryBuilder
-
- PRE_20_FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.TimestampFieldMapper.Defaults
-
- PreBuiltAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- PreBuiltAnalyzerProvider(String, AnalyzerScope, Analyzer) - クラス のコンストラクタorg.elasticsearch.index.analysis.PreBuiltAnalyzerProvider
-
- PreBuiltAnalyzerProviderFactory - org.elasticsearch.index.analysisのクラス
-
- PreBuiltAnalyzerProviderFactory(String, AnalyzerScope, Analyzer) - クラス のコンストラクタorg.elasticsearch.index.analysis.PreBuiltAnalyzerProviderFactory
-
- PreBuiltAnalyzers - org.elasticsearch.indices.analysisの列挙型
-
- PreBuiltCacheFactory - org.elasticsearch.indices.analysisのクラス
-
- PreBuiltCacheFactory.PreBuiltCache<T> - org.elasticsearch.indices.analysisのインタフェース
-
- PreBuiltCharFilterFactoryFactory - org.elasticsearch.index.analysisのクラス
-
- PreBuiltCharFilterFactoryFactory(CharFilterFactory) - クラス のコンストラクタorg.elasticsearch.index.analysis.PreBuiltCharFilterFactoryFactory
-
- PreBuiltCharFilters - org.elasticsearch.indices.analysisの列挙型
-
- PreBuiltSimilarityProvider - org.elasticsearch.index.similarityのクラス
-
- PreBuiltSimilarityProvider(String, Similarity) - クラス のコンストラクタorg.elasticsearch.index.similarity.PreBuiltSimilarityProvider
-
- PreBuiltSimilarityProvider.Factory - org.elasticsearch.index.similarityのクラス
-
- PreBuiltTokenFilterFactoryFactory - org.elasticsearch.index.analysisのクラス
-
- PreBuiltTokenFilterFactoryFactory(TokenFilterFactory) - クラス のコンストラクタorg.elasticsearch.index.analysis.PreBuiltTokenFilterFactoryFactory
-
- PreBuiltTokenFilters - org.elasticsearch.indices.analysisの列挙型
-
- PreBuiltTokenizerFactoryFactory - org.elasticsearch.index.analysisのクラス
-
- PreBuiltTokenizerFactoryFactory(TokenizerFactory) - クラス のコンストラクタorg.elasticsearch.index.analysis.PreBuiltTokenizerFactoryFactory
-
- PreBuiltTokenizers - org.elasticsearch.indices.analysisの列挙型
-
- precision() - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoPointFieldMapperLegacy.Encoding
-
- precision(int) - クラス のメソッドorg.elasticsearch.index.query.GeohashCellQuery.Builder
-
- precision(String) - クラス のメソッドorg.elasticsearch.index.query.GeohashCellQuery.Builder
-
- PRECISION - クラス のstatic変数org.elasticsearch.index.query.GeohashCellQuery
-
- precision(int) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridBuilder
-
Set the geohash precision to use for this aggregation.
- precision() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- precision(String) - クラス のメソッドorg.elasticsearch.search.suggest.context.GeolocationContextMapping.Builder
-
Set the precision use o make suggestions
- precision(double, DistanceUnit) - クラス のメソッドorg.elasticsearch.search.suggest.context.GeolocationContextMapping.Builder
-
Set the precision use o make suggestions
- precision(double) - クラス のメソッドorg.elasticsearch.search.suggest.context.GeolocationContextMapping.Builder
-
Set the precision use o make suggestions
- precision(int) - クラス のメソッドorg.elasticsearch.search.suggest.context.GeolocationContextMapping.Builder
-
Set the precision use o make suggestions
- PRECISION_STEP_16_BIT - クラス のstatic変数org.elasticsearch.index.mapper.core.NumberFieldMapper.Defaults
-
- PRECISION_STEP_32_BIT - クラス のstatic変数org.elasticsearch.index.mapper.core.NumberFieldMapper.Defaults
-
- PRECISION_STEP_64_BIT - クラス のstatic変数org.elasticsearch.index.mapper.core.NumberFieldMapper.Defaults
-
- PRECISION_STEP_8_BIT - クラス のstatic変数org.elasticsearch.index.mapper.core.NumberFieldMapper.Defaults
-
- precisionFromThreshold(long) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
Compute the required precision so that count distinct entries
would be counted with linear counting.
- precisionInMeters() - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- precisionStep(int) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.Builder
-
- precisionStep - クラス の変数org.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Builder
-
- precisionStep(int) - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.Builder
-
- precisionThreshold(long) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.CardinalityBuilder
-
Set a precision threshold.
- preCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorBase
-
- preCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
-
- preCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
-
- preCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
-
- preCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.BucketCollector
-
Pre collection callback.
- preCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
-
- preCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.BucketMetricsPipelineAggregator
-
Called before initial collection and between successive collection runs.
- preCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
-
- preCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
-
- preCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- preCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
-
- preCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
-
- preCollection() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
-
- preCreate(Engine.Create) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingOperationListener
-
Called before the indexing occurs.
- preCreate(Engine.Create) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- preDelete(Engine.Delete) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingOperationListener
-
Called before the delete occurs.
- preDelete(Engine.Delete) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- predict(Collection<T>, int) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModel
-
Predicts the next `n` values in the series.
- predict(int) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.MovAvgBuilder
-
Sets the number of predictions that should be returned.
- PREDICT - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgParser
-
- preferAttributesActiveInitializingShardsIt(String[], DiscoveryNodes) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- preferAttributesActiveInitializingShardsIt(String[], DiscoveryNodes, int) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- preference(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
Sets the preference to execute the search.
- preference() - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
- preference(String) - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
- preference() - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
- preference(String) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
Routing preference for executing the search on shards
- preference() - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
- preference() - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- preference(String) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- preference(String) - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
Sets the preference to execute the search.
- preference() - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
- preference(String) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
Sets the preference to execute the search.
- preference() - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- preference(String) - クラス のメソッドorg.elasticsearch.action.get.MultiGetShardRequest
-
Sets the preference to execute the search.
- preference() - クラス のメソッドorg.elasticsearch.action.get.MultiGetShardRequest
-
- preference() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
- preference(String) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
Sets the preference to execute the search.
- preference(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
Sets the preference to execute the search.
- preference() - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
- preference(String) - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequest
-
- preference() - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequest
-
- preference() - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.DfsOnlyRequest
-
- preference(String) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
-
Sets the preference to execute the search.
- preference() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
-
- preference - クラス の変数org.elasticsearch.action.termvectors.TermVectorsRequest
-
- preference() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
- preference(String) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Sets the preference to execute the search.
- Preference - org.elasticsearch.cluster.routingの列挙型
-
Routing Preference Type
- preferNodeActiveInitializingShardsIt(String) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- PREFERRED_ENCODING - クラス のstatic変数org.elasticsearch.common.Base64
-
Preferred encoding.
- preferredName() - 列挙型 のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexRequest.Feature
-
- preFilter(BytesRef, CharsRefBuilder, BytesRefBuilder) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- preFilter(String) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.DirectCandidateGenerator
-
Sets a filter (analyzer) that is applied to each of the tokens passed to this candidate generator.
- PREFIX - クラス のstatic変数org.elasticsearch.client.support.Headers
-
- PREFIX_LENGTH - クラス のstatic変数org.elasticsearch.search.suggest.SuggestUtils.Fields
-
- PrefixAnalyzer - org.apache.lucene.analysisのクラス
-
This Analyzer wraps another analyzer and adds a set of prefixes to the
underlying TokenStream.
- PrefixAnalyzer(Analyzer, char, CharSequence) - クラス のコンストラクタorg.apache.lucene.analysis.PrefixAnalyzer
-
- PrefixAnalyzer(Analyzer, char, Iterable<? extends CharSequence>) - クラス のコンストラクタorg.apache.lucene.analysis.PrefixAnalyzer
-
- PrefixAnalyzer.PrefixTokenFilter - org.apache.lucene.analysisのクラス
-
- prefixLength(int) - クラス のメソッドorg.elasticsearch.index.query.FuzzyQueryBuilder
-
- prefixLength(int) - クラス のメソッドorg.elasticsearch.index.query.MatchQueryBuilder
-
- prefixLength(int) - クラス のメソッドorg.elasticsearch.index.query.MultiMatchQueryBuilder
-
- prefixLength() - クラス のメソッドorg.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- prefixLength(int) - クラス のメソッドorg.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- prefixLength(int) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.DirectCandidateGenerator
-
Sets the number of minimal prefix characters that must match in order
be a candidate suggestion.
- prefixLength(int) - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Sets the number of minimal prefix characters that must match in order be
a candidate suggestion.
- prefixQuery(String, MultiTermQuery.RewriteMethod, QueryParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- prefixQuery(String, String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing terms with a specified prefix.
- PrefixQueryBuilder - org.elasticsearch.index.queryのクラス
-
A Query that matches documents containing terms with a specified prefix.
- PrefixQueryBuilder(String, String) - クラス のコンストラクタorg.elasticsearch.index.query.PrefixQueryBuilder
-
A Query that matches documents containing terms with a specified prefix.
- PrefixQueryParser - org.elasticsearch.index.queryのクラス
-
- PrefixQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.PrefixQueryParser
-
- PrefixTokenFilter(TokenStream, char, Iterable<? extends CharSequence>) - クラス のコンストラクタorg.apache.lucene.analysis.PrefixAnalyzer.PrefixTokenFilter
-
- preflightResponseHeader(CharSequence, Object...) - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfigBuilder
-
Returns HTTP response headers that should be added to a CORS preflight response.
- preflightResponseHeader(CharSequence, Iterable<T>) - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfigBuilder
-
Returns HTTP response headers that should be added to a CORS preflight response.
- preflightResponseHeader(CharSequence, Callable<T>) - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfigBuilder
-
Returns HTTP response headers that should be added to a CORS preflight response.
- preflightResponseHeaders() - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfig
-
Returns HTTP response headers that should be added to a CORS preflight response.
- preIndex(Engine.Index) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingOperationListener
-
Called before the indexing occurs.
- preIndex(Engine.Index) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- prepare(UpdateRequest, IndexShard) - クラス のメソッド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(UpdateRequest, GetResult) - クラス のメソッド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変数org.elasticsearch.indices.recovery.RecoveryTarget.Actions
-
- prepareAliases() - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Allows to add/remove aliases from indices.
- prepareAliasesExist(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Allows to check to existence of aliases from indices.
- prepareAnalyze(String, String) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Analyze text under the provided index.
- prepareAnalyze(String) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Analyze text.
- prepareAnalyze() - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Analyze text/texts.
- prepareBackground(AggregationContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
Creates the TermsEnum (if not already created) and must be called before any calls to getBackgroundFrequency
- prepareBulk() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Executes a bulk of index / delete operations.
- prepareBulk() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareCancelTasks(String...) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Cancel active tasks
- prepareClearCache(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Clear indices cache.
- prepareClearScroll() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Clears the search contexts associated with specified scroll ids.
- prepareClearScroll() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareClose(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Closes one or more indices based on their index name.
- prepareClusterStats() - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
- prepareCommit() - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
- prepareCount(String...) - インタフェース のメソッドorg.elasticsearch.client.Client
-
- prepareCount(String...) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareCreate(String) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Creates an index using an explicit request allowing to specify the settings of the index.
- prepareCreateOnPrimary(SourceToParse, long, VersionType, boolean, boolean) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- prepareCreateOnReplica(SourceToParse, long, VersionType, boolean, boolean) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- prepareCreateSnapshot(String, String) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Creates a new snapshot.
- prepareDelete() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Deletes a document from the index based on the index, type and id.
- prepareDelete(String, String, String) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Deletes a document from the index based on the index, type and id.
- prepareDelete(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Deletes an index based on the index name.
- prepareDelete() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareDelete(String, String, String) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareDeleteIndexedScript() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Delete an indexed script
- prepareDeleteIndexedScript(String, String) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Delete an indexed script
- prepareDeleteIndexedScript() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
Delete an indexed script
- prepareDeleteIndexedScript(String, String) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
Delete an indexed script
- prepareDeleteOnPrimary(String, String, long, VersionType) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- prepareDeleteOnReplica(String, String, long, VersionType) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- prepareDeleteRepository(String) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Unregisters a repository.
- prepareDeleteSnapshot(String, String) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Delete snapshot.
- prepareDeleteTemplate(String) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Deletes an index template.
- prepareDeleteWarmer() - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Deletes an index warmer.
- prepareEnvironment(Settings, Terminal) - クラス のstaticメソッドorg.elasticsearch.node.internal.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>) - インタフェース のメソッドorg.elasticsearch.client.ElasticsearchClient
-
Prepares a request builder to execute, specified by
Action.
- prepareExecute(Action<Request, Response, RequestBuilder>) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareExists(String...) - インタフェース のメソッドorg.elasticsearch.client.Client
-
- prepareExists(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Indices exists.
- prepareExists(String...) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareExplain(String, String, String) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Computes a score explanation for the specified request.
- prepareExplain(String, String, String) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareFieldStats() - インタフェース のメソッドorg.elasticsearch.client.Client
-
- prepareFieldStats() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareFlush(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Explicitly flush one or more indices (releasing memory from the node).
- prepareForceMerge(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Explicitly force mergee one or more indices into a the number of segments.
- prepareForIndexRecovery() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
called before starting to copy index files over
- prepareGet() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Gets the document that was indexed from an index with a type and id.
- prepareGet(String, String, String) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Gets the document that was indexed from an index with a type (optional) and id.
- prepareGet() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareGet(String, String, String) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareGetAliases(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Get specific index aliases that exists in particular indices and / or by name.
- prepareGetFieldMappings(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Get the mappings of specific fields
- prepareGetIndex() - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Get index metadata for particular indices.
- prepareGetIndexedScript() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Get an indexed script
- prepareGetIndexedScript(String, String) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Get the indexed script
- prepareGetIndexedScript() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareGetIndexedScript(String, String) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareGetMappings(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Get the complete mappings of one or more types
- prepareGetRepositories(String...) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Gets repositories.
- prepareGetSettings(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Returns a builder for a per index settings get request.
- prepareGetSnapshots(String) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Get snapshot.
- prepareGetTemplates(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Gets an index template (optional).
- prepareGetWarmers(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Returns a new builder to fetch index warmer metadata for the given indices.
- prepareHealth(String...) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
The health of the cluster.
- prepareIndex() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Index a document associated with a given index and type.
- prepareIndex(String, String) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Index a document associated with a given index and type.
- prepareIndex(String, String, String) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Index a document associated with a given index and type.
- prepareIndex() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareIndex(String, String) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareIndex(String, String, String) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareIndexOnPrimary(SourceToParse, long, VersionType, boolean) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- prepareIndexOnReplica(SourceToParse, long, VersionType, boolean) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- prepareIndexOperationOnPrimary(BulkShardRequest, IndexRequest, IndexShard) - クラス のstaticメソッドorg.elasticsearch.action.index.TransportIndexAction
-
Utility method to create either an index or a create operation depending
on the
IndexRequest.OpType of the request.
- prepareListTasks(String...) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
List active tasks
- prepareMultiGet() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Multi get documents.
- prepareMultiGet() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareMultiPercolate() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Performs multiple percolate requests.
- prepareMultiPercolate() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareMultiSearch() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Performs multiple search requests.
- prepareMultiSearch() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareMultiTermVectors() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Multi get term vectors.
- prepareMultiTermVectors() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareNodesHotThreads(String...) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Returns a request builder to fetch top N hot-threads samples per node.
- prepareNodesInfo(String...) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Nodes info of the cluster.
- prepareNodesStats(String...) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Nodes stats of the cluster.
- prepareOpen(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Opens one or more indices based on their index name.
- preparePendingClusterTasks() - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Returns a list of the pending cluster tasks, that are scheduled to be executed.
- preparePercolate() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Percolates a request returning the matches documents.
- preparePercolate() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- preparePutIndexedScript() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Put an indexed script
- preparePutIndexedScript(String, String, String) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Put the indexed script
- preparePutIndexedScript() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
Put an indexed script
- preparePutIndexedScript(String, String, String) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
Put the indexed script
- preparePutMapping(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Add mapping definition for a type into one or more indices.
- preparePutRepository(String) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Registers a snapshot repository.
- preparePutTemplate(String) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Puts an index template.
- preparePutWarmer(String) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Puts an index search warmer to be applies when applicable.
- prepareRecoveries(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Indices recoveries
- prepareRefresh(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
- prepareRenderSearchTemplate() - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Return the rendered search request for a given search template.
- prepareReroute() - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Update settings in the cluster.
- prepareRestoreSnapshot(String, String) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Restores a snapshot.
- prepareSearch(String...) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Search across one or more indices and one or more types with a query.
- prepareSearch(String...) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareSearchScroll(String) - インタフェース のメソッドorg.elasticsearch.client.Client
-
A search scroll request to continue searching a previous scrollable search request.
- prepareSearchScroll(String) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareSearchShards() - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Returns list of shards the given search would be executed on.
- prepareSearchShards(String...) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Returns list of shards the given search would be executed on.
- prepareSegments(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
The segments of one or more indices.
- prepareSelectedBuckets(long...) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
-
Replay the wrapped collector, but only on a selection of buckets.
- prepareSelectedBuckets(long...) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
-
- prepareSelectedBuckets(long...) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.DeferringBucketCollector
-
- prepareSettings(Settings) - クラス のstaticメソッドorg.elasticsearch.node.internal.InternalSettingsPreparer
-
Prepares the settings by gathering all elasticsearch system properties and setting defaults.
- prepareShardStores(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
The shard stores info of one or more indices.
- prepareSnapshotStatus(String) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Get snapshot status.
- prepareSnapshotStatus() - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Get snapshot status.
- prepareState() - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
The state of the cluster.
- prepareStats(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Indices stats.
- prepareSuggest(String...) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Suggestions matching a specific phrase.
- prepareSuggest(String...) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareSyncedFlush(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Explicitly sync flush one or more indices (write sync id to shards for faster recovery).
- prepareTargetForTranslog(Translog.View) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySourceHandler
-
- prepareTermVector() - インタフェース のメソッドorg.elasticsearch.client.Client
-
非推奨です。
- prepareTermVector(String, String, String) - インタフェース のメソッドorg.elasticsearch.client.Client
-
非推奨です。
- prepareTermVector() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
非推奨です。
- prepareTermVector(String, String, String) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
非推奨です。
- prepareTermVectors() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Builder for the term vector request.
- prepareTermVectors(String, String, String) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Builder for the term vector request.
- prepareTermVectors() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareTermVectors(String, String, String) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareTypesExists(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Indices exists.
- prepareUpdate() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Updates a document based on a script.
- prepareUpdate(String, String, String) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Updates a document based on a script.
- prepareUpdate() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareUpdate(String, String, String) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- prepareUpdateSettings() - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Update settings in the cluster.
- prepareUpdateSettings(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Update indices settings.
- prepareUpgrade(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Check upgrade status of one or more indices
- prepareUpgradeStatus(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Explicitly upgrade one or more indices
- prepareValidateQuery(String...) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Validate a query for correctness.
- prepareVerifyRepository(String) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Verifies a repository.
- preParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.AllFieldMapper
-
- preParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper
-
- preParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.IdFieldMapper
-
- preParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.IndexFieldMapper
-
- preParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.ParentFieldMapper
-
- preParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.RoutingFieldMapper
-
- preParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.SourceFieldMapper
-
- preParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper
-
- preParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TTLFieldMapper
-
- preParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TypeFieldMapper
-
- preParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.UidFieldMapper
-
- preParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.internal.VersionFieldMapper
-
- preParse(ParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.MetadataFieldMapper
-
- prePercolate() - クラス のメソッドorg.elasticsearch.index.percolator.stats.ShardPercolateService
-
- preProcess() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- preProcess(SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregationPhase
-
- preProcess(SearchContext) - クラス のメソッドorg.elasticsearch.search.dfs.DfsPhase
-
- preProcess(SearchContext) - クラス のメソッドorg.elasticsearch.search.fetch.FetchPhase
-
- preProcess() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
Should be called before executing the main query and after all other parameters have been set.
- preProcess() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- preProcess() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
Should be called before executing the main query and after all other parameters have been set.
- preProcess() - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- preProcess(SearchContext) - クラス のメソッドorg.elasticsearch.search.query.QueryPhase
-
- preProcess(SearchContext) - クラス のメソッドorg.elasticsearch.search.rescore.RescorePhase
-
- preProcess(SearchContext) - インタフェース のメソッドorg.elasticsearch.search.SearchPhase
-
Performs pre processing of the search context before the execute.
- preProcess(SearchContext) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestPhase
-
- PreProcessModule - org.elasticsearch.common.injectのインタフェース
-
A module can implement this interface to allow to pre process other modules
before an injector is created.
- PRESERVE_POSITION_INCREMENTS - クラス のstatic変数org.elasticsearch.index.mapper.core.CompletionFieldMapper.Fields
-
- PRESERVE_SEP - クラス のstatic変数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変数org.elasticsearch.index.mapper.core.CompletionFieldMapper.Fields
-
- preservePositionIncrements(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper.Builder
-
- preserveSeparators(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper.Builder
-
- PreShardSyncedFlushRequest() - クラス のコンストラクタorg.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
-
- PreShardSyncedFlushRequest(ShardId) - クラス のコンストラクタorg.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
-
- preSuggest() - クラス のメソッドorg.elasticsearch.index.suggest.stats.ShardSuggestMetric
-
Called before suggest
- preTags(String...) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder.Field
-
Explicitly set the pre tags for this field that will be used for highlighting.
- preTags(String...) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder
-
Explicitly set the pre tags that will be used for highlighting.
- preTags() - クラス のメソッドorg.elasticsearch.search.highlight.SearchContextHighlight.FieldOptions
-
- prettyPrint() - クラス のメソッドorg.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
-
- prettyPrint() - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks
-
- prettyPrint() - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- prettyPrint() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
- prettyPrint() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
- prettyPrint() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNode
-
- prettyPrint() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- prettyPrint() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
- prettyPrint() - クラス のメソッドorg.elasticsearch.common.StopWatch
-
Return a string with a table describing all tasks performed.
- prettyPrint() - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- previousLevel() - クラス のメソッドorg.elasticsearch.index.query.support.NestedScope
-
Sets the previous nested level as current nested level and removes and returns the current nested level.
- previousMasterNode() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes.Delta
-
- previousState() - クラス のメソッドorg.elasticsearch.cluster.ClusterChangedEvent
-
The previous cluster state for this change event.
- primary() - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo.Failure
-
- primary() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
Returns true iff this shard is a primary.
- primary - クラス の変数org.elasticsearch.index.shard.ShardStateMetaData
-
- primaryActiveInitializingShardIt() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- primaryFirstActiveInitializingShardsIt() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- PrimaryMissingActionException - org.elasticsearch.actionの例外
-
- PrimaryMissingActionException(String) - 例外 のコンストラクタorg.elasticsearch.action.PrimaryMissingActionException
-
- PrimaryMissingActionException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.action.PrimaryMissingActionException
-
- primaryShard() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- PrimaryShardAllocator - org.elasticsearch.gatewayのクラス
-
The primary shard allocator allocates primary shard that were not created as
a result of an API to a node that held them last to be recovered.
- PrimaryShardAllocator(Settings) - クラス のコンストラクタorg.elasticsearch.gateway.PrimaryShardAllocator
-
- primaryShardIt() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns an iterator only on the primary shard.
- primaryShardsActive() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
Calculates the number of primary shards in active state in routing table
- primaryShardsUnassigned() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
- print(CliToolConfig, Terminal) - クラス のメソッドorg.elasticsearch.common.cli.HelpPrinter
-
- print(String, CliToolConfig.Cmd, Terminal) - クラス のメソッドorg.elasticsearch.common.cli.HelpPrinter
-
- print(String, Object...) - クラス のメソッドorg.elasticsearch.common.cli.Terminal
-
- print(Terminal.Verbosity, String, Object...) - クラス のメソッドorg.elasticsearch.common.cli.Terminal
-
- printer() - クラス のメソッドorg.elasticsearch.common.joda.FormatDateTimeFormatter
-
- printError(String, Object...) - クラス のメソッドorg.elasticsearch.common.cli.Terminal
-
- printError(Throwable) - クラス のメソッドorg.elasticsearch.common.cli.Terminal
-
- println() - クラス のメソッドorg.elasticsearch.common.cli.Terminal
-
- println(String, Object...) - クラス のメソッドorg.elasticsearch.common.cli.Terminal
-
- println(Terminal.Verbosity) - クラス のメソッドorg.elasticsearch.common.cli.Terminal
-
- println(Terminal.Verbosity, String, Object...) - クラス のメソッドorg.elasticsearch.common.cli.Terminal
-
- printStackTrace(Throwable) - クラス のメソッドorg.elasticsearch.common.cli.Terminal
-
- printTo(StringBuffer, long, Chronology, int, DateTimeZone, Locale) - クラス のメソッドorg.elasticsearch.common.joda.Joda.EpochTimePrinter
-
- printTo(Writer, long, Chronology, int, DateTimeZone, Locale) - クラス のメソッドorg.elasticsearch.common.joda.Joda.EpochTimePrinter
-
- printTo(StringBuffer, ReadablePartial, Locale) - クラス のメソッドorg.elasticsearch.common.joda.Joda.EpochTimePrinter
-
- printTo(Writer, ReadablePartial, Locale) - クラス のメソッドorg.elasticsearch.common.joda.Joda.EpochTimePrinter
-
- printUsage(Terminal) - クラス のメソッドorg.elasticsearch.common.cli.CliToolConfig.Cmd
-
- printUsage(Terminal) - クラス のメソッドorg.elasticsearch.common.cli.CliToolConfig
-
- printWarn(String, Object...) - クラス のメソッドorg.elasticsearch.common.cli.Terminal
-
- PrioritizedCallable<T> - org.elasticsearch.common.util.concurrentのクラス
-
- PrioritizedCallable(Priority) - クラス のコンストラクタorg.elasticsearch.common.util.concurrent.PrioritizedCallable
-
- PrioritizedEsThreadPoolExecutor - org.elasticsearch.common.util.concurrentのクラス
-
A prioritizing executor which uses a priority queue as a work queue.
- PrioritizedEsThreadPoolExecutor.Pending - org.elasticsearch.common.util.concurrentのクラス
-
- PrioritizedRunnable - org.elasticsearch.common.util.concurrentのクラス
-
- PrioritizedRunnable(Priority) - クラス のコンストラクタorg.elasticsearch.common.util.concurrent.PrioritizedRunnable
-
- priority() - クラス のメソッドorg.elasticsearch.cluster.BasicClusterStateTaskConfig
-
- priority() - インタフェース のメソッドorg.elasticsearch.cluster.ClusterStateTaskConfig
-
The
Priority for this cluster state update task configuration.
- priority() - クラス のメソッドorg.elasticsearch.cluster.ClusterStateUpdateTask
-
- Priority - org.elasticsearch.commonのクラス
-
- priority() - クラス のメソッドorg.elasticsearch.common.util.concurrent.PrioritizedCallable
-
- priority - クラス の変数org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor.Pending
-
- priority() - クラス のメソッドorg.elasticsearch.common.util.concurrent.PrioritizedRunnable
-
- PriorityComparator - 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() - クラス のコンストラクタorg.elasticsearch.gateway.PriorityComparator
-
- PrivateBinder - org.elasticsearch.common.injectのインタフェース
-
Returns a binder whose configuration information is hidden from its environment by default.
- PrivateElements - org.elasticsearch.common.inject.spiのインタフェース
-
A private collection of elements that are hidden from the enclosing injector or module by
default.
- PrivateElementsImpl - org.elasticsearch.common.inject.internalのクラス
-
- PrivateElementsImpl(Object) - クラス のコンストラクタorg.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- PrivateModule - org.elasticsearch.common.injectのクラス
-
A module whose configuration information is hidden from its environment by default.
- PrivateModule() - クラス のコンストラクタorg.elasticsearch.common.inject.PrivateModule
-
- probablySingleFieldRequest() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- Probes - org.elasticsearch.monitorのクラス
-
- Probes() - クラス のコンストラクタorg.elasticsearch.monitor.Probes
-
- proceed(Task, String, ActionRequest, ActionListener) - インタフェース のメソッドorg.elasticsearch.action.support.ActionFilterChain
-
Continue processing the request.
- proceed(String, ActionResponse, ActionListener) - インタフェース のメソッドorg.elasticsearch.action.support.ActionFilterChain
-
Continue processing the response.
- process() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node Process be returned.
- process(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node Process be returned.
- process() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node Process be returned.
- process(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node Process be returned.
- process(MetaData, MappingMetaData, boolean, String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- process(RestRequest, RestChannel, RestFilterChain) - クラス のメソッドorg.elasticsearch.rest.RestFilter
-
Process the rest request.
- process(ValueParser, SearchContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- processAfterWrite(boolean, IndexShard, Translog.Location) - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction
-
- processAllocation(RoutingAllocation) - クラス のメソッドorg.elasticsearch.gateway.AsyncShardFetch.FetchResult
-
Process any changes needed to the allocation based on this fetch result.
- processAnalyzer(String, Class<? extends AnalyzerProvider>) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisModule.AnalysisBinderProcessor.AnalyzersBindings
-
- processAnalyzers(AnalysisModule.AnalysisBinderProcessor.AnalyzersBindings) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisModule.AnalysisBinderProcessor
-
- processAsyncFetch(ShardId, T[], FailedNodeException[]) - クラス のメソッドorg.elasticsearch.gateway.AsyncShardFetch
-
Called by the response handler of the async action to fetch data.
- processCharFilter(String, Class<? extends CharFilterFactory>) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisModule.AnalysisBinderProcessor.CharFiltersBindings
-
- processCharFilters(AnalysisModule.AnalysisBinderProcessor.CharFiltersBindings) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisModule.AnalysisBinderProcessor
-
- ProcessClusterEventTimeoutException - org.elasticsearch.cluster.metadataの例外
-
- ProcessClusterEventTimeoutException(TimeValue, String) - 例外 のコンストラクタorg.elasticsearch.cluster.metadata.ProcessClusterEventTimeoutException
-
- ProcessClusterEventTimeoutException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.cluster.metadata.ProcessClusterEventTimeoutException
-
- processDanglingIndices(MetaData) - クラス のメソッドorg.elasticsearch.gateway.DanglingIndicesState
-
Process dangling indices based on the provided meta data, handling cleanup, finding
new dangling indices, and allocating outstanding ones.
- processedFiles(int, long) - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Sets processed files stats
- processedFiles() - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Number of processed files
- processedSize() - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Size of processed files
- processExistingRecoveries(RoutingAllocation) - クラス のメソッドorg.elasticsearch.gateway.ReplicaShardAllocator
-
Process existing recoveries of replicas and see if we need to cancel them if we find a better
match.
- processField(ObjectMapper.Builder, String, Object) - クラス のメソッドorg.elasticsearch.index.mapper.object.RootObjectMapper.TypeParser
-
- ProcessInfo - org.elasticsearch.monitor.processのクラス
-
- ProcessInfo(long, boolean) - クラス のコンストラクタorg.elasticsearch.monitor.process.ProcessInfo
-
- processInfo() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessProbe
-
- processMessageReceived(Request, TransportChannel) - クラス のメソッドorg.elasticsearch.transport.RequestHandlerRegistry
-
- processModule(Module) - インタフェース のメソッドorg.elasticsearch.common.inject.PreProcessModule
-
- processModule(Module) - クラス のメソッドorg.elasticsearch.plugins.PluginsService
-
- processModules(Iterable<Module>) - クラス のメソッドorg.elasticsearch.plugins.PluginsService
-
- PROCESSORS - クラス のstatic変数org.elasticsearch.common.util.concurrent.EsExecutors
-
Settings key to manually set the number of available processors.
- processPendingDeletes(Index, Settings, TimeValue) - クラス のメソッドorg.elasticsearch.indices.IndicesService
-
Processes all pending deletes for the given index.
- ProcessProbe - org.elasticsearch.monitor.processのクラス
-
- processResponse(Response) - クラス のメソッドorg.elasticsearch.rest.action.support.RestActionListener
-
- processResponse(Response) - クラス のメソッドorg.elasticsearch.rest.action.support.RestResponseListener
-
- processScale(double, double) - インタフェース のメソッドorg.elasticsearch.index.query.functionscore.DecayFunction
-
The final scale parameter is computed from the scale parameter given by
the user and a value.
- processService() - クラス のメソッドorg.elasticsearch.monitor.MonitorService
-
- ProcessService - org.elasticsearch.monitor.processのクラス
-
- ProcessService(Settings, ProcessProbe) - クラス のコンストラクタorg.elasticsearch.monitor.process.ProcessService
-
- processSettings(Settings) - クラス のstaticメソッドorg.elasticsearch.tribe.TribeService
-
- ProcessStats() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
-
- processStats() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessProbe
-
- ProcessStats - org.elasticsearch.monitor.processのクラス
-
- ProcessStats.Cpu - org.elasticsearch.monitor.processのクラス
-
- ProcessStats.Mem - org.elasticsearch.monitor.processのクラス
-
- processTasks(CancelTasksRequest, Consumer<CancellableTask>) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
-
- processTasks(ListTasksRequest, Consumer<Task>) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
-
- processTasks(TasksRequest, Consumer<OperationTask>) - クラス のメソッドorg.elasticsearch.action.support.tasks.TransportTasksAction
-
- processTokenFilter(String, Class<? extends TokenFilterFactory>) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisModule.AnalysisBinderProcessor.TokenFiltersBindings
-
- processTokenFilters(AnalysisModule.AnalysisBinderProcessor.TokenFiltersBindings) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisModule.AnalysisBinderProcessor
-
- processTokenizer(String, Class<? extends TokenizerFactory>) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisModule.AnalysisBinderProcessor.TokenizersBindings
-
- processTokenizers(AnalysisModule.AnalysisBinderProcessor.TokenizersBindings) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisModule.AnalysisBinderProcessor
-
- profile(boolean) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Should the query be profiled.
- profile() - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Return whether to profile query execution, or null if
unspecified.
- profile() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchResponse
-
Returns the profile results for this search response (including all shards).
- profileAddresses() - クラス のメソッドorg.elasticsearch.transport.TransportInfo
-
- profileBoundAddresses() - クラス のメソッドorg.elasticsearch.transport.local.LocalTransport
-
- profileBoundAddresses - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- profileBoundAddresses() - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- profileBoundAddresses() - インタフェース のメソッドorg.elasticsearch.transport.Transport
-
Further profile bound addresses
- ProfileBreakdown - org.elasticsearch.search.profileのクラス
-
A record of timings for the various operations that may happen during query execution.
- ProfileBreakdown() - クラス のコンストラクタorg.elasticsearch.search.profile.ProfileBreakdown
-
Sole constructor.
- ProfileBreakdown.TimingType - org.elasticsearch.search.profileの列挙型
-
Enumeration of all supported timing types.
- profileName - クラス の変数org.elasticsearch.transport.netty.MessageChannelHandler
-
- ProfileParseElement - org.elasticsearch.search.profileのクラス
-
- ProfileParseElement() - クラス のコンストラクタorg.elasticsearch.search.profile.ProfileParseElement
-
- Profiler - org.elasticsearch.search.profileのクラス
-
This class acts as a thread-local storage for profiling a query.
- Profiler() - クラス のコンストラクタorg.elasticsearch.search.profile.Profiler
-
- profileResults() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
Returns the profiled results for this search, or potentially null if result was empty
- profileResults(List<ProfileShardResult>) - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
Sets the finalized profiling results for this query
- Profilers - org.elasticsearch.search.profileのクラス
-
Wrapper around several
Profilers that makes management easier.
- Profilers(ContextIndexSearcher) - クラス のコンストラクタorg.elasticsearch.search.profile.Profilers
-
Sole constructor.
- ProfileShardResult - org.elasticsearch.search.profileのクラス
-
A container class to hold the profile results for a single shard in the request.
- ProfileShardResult(List<ProfileResult>, long, CollectorResult) - クラス のコンストラクタorg.elasticsearch.search.profile.ProfileShardResult
-
- ProfileShardResult(StreamInput) - クラス のコンストラクタorg.elasticsearch.search.profile.ProfileShardResult
-
- ProfileWeight - org.elasticsearch.search.profileのクラス
-
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, ProfileBreakdown) - クラス のコンストラクタorg.elasticsearch.search.profile.ProfileWeight
-
- PropertiesSettingsLoader - org.elasticsearch.common.settings.loaderのクラス
-
Settings loader that loads (parses) the settings in a properties format.
- PropertiesSettingsLoader() - クラス のコンストラクタorg.elasticsearch.common.settings.loader.PropertiesSettingsLoader
-
- PROPERTY_SUPPORT_STAGING_URLS - クラス のstatic変数org.elasticsearch.plugins.PluginManager
-
- PropertyPlaceholder - org.elasticsearch.common.propertyのクラス
-
Utility class for working with Strings that have placeholder values in them.
- PropertyPlaceholder(String, String) - クラス のコンストラクタorg.elasticsearch.common.property.PropertyPlaceholder
-
Creates a new PropertyPlaceholderHelper that uses the supplied prefix and suffix.
- PropertyPlaceholder(String, String, boolean) - クラス のコンストラクタorg.elasticsearch.common.property.PropertyPlaceholder
-
Creates a new PropertyPlaceholderHelper that uses the supplied prefix and suffix.
- PropertyPlaceholder.PlaceholderResolver - org.elasticsearch.common.propertyのインタフェース
-
Strategy interface used to resolve replacement values for placeholders contained in Strings.
- PROTO - クラス のstatic変数org.elasticsearch.cluster.block.ClusterBlocks
-
- PROTO - クラス のstatic変数org.elasticsearch.cluster.ClusterState
-
- PROTO - クラス のstatic変数org.elasticsearch.cluster.metadata.AliasMetaData
-
- PROTO - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- PROTO - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- PROTO - クラス のstatic変数org.elasticsearch.cluster.metadata.MappingMetaData
-
- PROTO - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaData
-
- PROTO - クラス のstatic変数org.elasticsearch.cluster.metadata.RepositoriesMetaData
-
- PROTO - クラス のstatic変数org.elasticsearch.cluster.node.DiscoveryNodes
-
- PROTO - クラス のstatic変数org.elasticsearch.cluster.RestoreInProgress
-
- PROTO - クラス のstatic変数org.elasticsearch.cluster.routing.IndexRoutingTable
-
- PROTO - クラス のstatic変数org.elasticsearch.cluster.routing.RoutingTable
-
- PROTO - クラス のstatic変数org.elasticsearch.cluster.SnapshotsInProgress
-
- PROTO - クラス のstatic変数org.elasticsearch.common.transport.InetSocketTransportAddress
-
- PROTO - クラス のstatic変数org.elasticsearch.common.transport.LocalTransportAddress
-
- PROTO - クラス のstatic変数org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
- PROTO - クラス のstatic変数org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
-
- PROTO - クラス のstatic変数org.elasticsearch.search.warmer.IndexWarmersMetaData
-
- PROTO - クラス のstatic変数org.elasticsearch.snapshots.Snapshot
-
- PROTOTYPE - クラス のstatic変数org.elasticsearch.action.bulk.BulkItemResponse.Failure
-
- PROTOTYPE - クラス のstatic変数org.elasticsearch.action.support.replication.ReplicationTask.Status
-
- PrototypeReader(T) - クラス のコンストラクタorg.elasticsearch.cluster.DiffableUtils.PrototypeReader
-
- ProvidedBy - org.elasticsearch.common.injectの注釈型
-
A pointer to the default provider type for a type.
- Provider<T> - org.elasticsearch.common.injectのインタフェース
-
An object capable of providing instances of type T.
- ProviderBinding<T extends Provider<?>> - org.elasticsearch.common.inject.spiのインタフェース
-
A binding to a
Provider that delegates to the binding for the provided type.
- ProviderInstanceBinding<T> - org.elasticsearch.common.inject.spiのインタフェース
-
A binding to a provider instance.
- ProviderInstanceBindingImpl<T> - org.elasticsearch.common.inject.internalのクラス
-
- ProviderInstanceBindingImpl(Injector, Key<T>, Object, InternalFactory<? extends T>, Scoping, Provider<? extends T>, Set<InjectionPoint>) - クラス のコンストラクタorg.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- ProviderInstanceBindingImpl(Object, Key<T>, Scoping, Set<InjectionPoint>, Provider<? extends T>) - クラス のコンストラクタorg.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- ProviderKeyBinding<T> - org.elasticsearch.common.inject.spiのインタフェース
-
A binding to a provider key.
- ProviderLookup<T> - org.elasticsearch.common.inject.spiのクラス
-
A lookup of the provider for a type.
- ProviderLookup(Object, Key<T>) - クラス のコンストラクタorg.elasticsearch.common.inject.spi.ProviderLookup
-
- ProviderLookup.ProviderImpl<T> - org.elasticsearch.common.inject.spiのクラス
-
- ProviderMethod<T> - org.elasticsearch.common.inject.internalのクラス
-
A provider that invokes a method and returns its result.
- ProviderMethodsModule - org.elasticsearch.common.inject.internalのクラス
-
Creates bindings to methods annotated with @
Provides.
- providerOf(Type) - クラス のstaticメソッドorg.elasticsearch.common.inject.util.Types
-
Returns a type modelling a
Provider that provides elements of type
elementType.
- Providers - org.elasticsearch.common.inject.utilのクラス
-
Static utility methods for creating and working with instances of
Provider.
- ProviderWithDependencies<T> - org.elasticsearch.common.inject.spiのインタフェース
-
A provider with dependencies on other injected types.
- Provides - org.elasticsearch.common.injectの注釈型
-
Annotates methods of a
Module to create a provider method binding.
- ProvisionException - org.elasticsearch.common.injectの例外
-
Indicates that there was a runtime failure while providing an instance.
- ProvisionException(Iterable<Message>) - 例外 のコンストラクタorg.elasticsearch.common.inject.ProvisionException
-
Creates a ConfigurationException containing messages.
- ProvisionException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.common.inject.ProvisionException
-
- ProvisionException(String) - 例外 のコンストラクタorg.elasticsearch.common.inject.ProvisionException
-
- pruneUnreferencedFiles(String, Directory) - クラス のstaticメソッド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) - インタフェース のメソッド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) - クラス のメソッドorg.elasticsearch.discovery.DiscoveryService
-
Publish all the changes to the cluster from the master (can be called just by the master).
- publish(ClusterChangedEvent, Discovery.AckListener) - クラス のメソッドorg.elasticsearch.discovery.local.LocalDiscovery
-
- publish(ClusterChangedEvent, Discovery.AckListener) - クラス のメソッドorg.elasticsearch.discovery.zen.publish.PublishClusterStateAction
-
- publish(ClusterChangedEvent, Discovery.AckListener) - クラス のメソッドorg.elasticsearch.discovery.zen.ZenDiscovery
-
- PUBLISH_DIFF_ENABLE - クラス のstatic変数org.elasticsearch.discovery.DiscoverySettings
-
- PUBLISH_TIMEOUT - クラス のstatic変数org.elasticsearch.discovery.DiscoverySettings
-
- publishAddress() - クラス のメソッドorg.elasticsearch.common.transport.BoundTransportAddress
-
- PublishClusterStateAction - org.elasticsearch.discovery.zen.publishのクラス
-
- PublishClusterStateAction(Settings, TransportService, DiscoveryNodesProvider, PublishClusterStateAction.NewClusterStateListener, DiscoverySettings) - クラス のコンストラクタorg.elasticsearch.discovery.zen.publish.PublishClusterStateAction
-
- PublishClusterStateAction.NewClusterStateListener - org.elasticsearch.discovery.zen.publishのインタフェース
-
- PublishClusterStateAction.NewClusterStateListener.NewStateProcessed - org.elasticsearch.discovery.zen.publishのインタフェース
-
- publishHosts - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- put(IndexMetaData.Builder) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- put(IndexMetaData, boolean) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- put(IndexTemplateMetaData.Builder) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- put(IndexTemplateMetaData) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- put(DiscoveryNode) - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes.Builder
-
- put(int, VType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- put(KType, VType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- put(K, V) - クラス のメソッドorg.elasticsearch.common.collect.MapBuilder
-
- put(Object...) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Puts tuples of key value pairs of settings.
- put(String, String) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Sets a setting with the provided setting key and value.
- put(String, Class) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Sets a setting with the provided setting key and class as value.
- put(String, boolean) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and the boolean value.
- put(String, int) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and the int value.
- put(String, Version) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
- put(String, long) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and the long value.
- put(String, float) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and the float value.
- put(String, double) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and the double value.
- put(String, long, TimeUnit) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and the time value.
- put(String, long, ByteSizeUnit) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and the size value.
- put(String, String, String[], String[]) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Sets the setting group.
- put(Settings) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Sets all the provided settings.
- put(Map<String, String>) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Sets all the provided settings.
- put(Properties) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Sets all the provided settings.
- put(BytesRef) - クラス のメソッドorg.elasticsearch.common.util.BloomFilter
-
- put(long, T) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- put(Long, T) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- put(long, T) - インタフェース のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentMapLong
-
- put(E) - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- put(long, T) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.common.util.MinimalMap
-
- put(MetadataFieldMapper.Builder<?, ?>) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper.Builder
-
- put(Version, T) - インタフェース のメソッドorg.elasticsearch.indices.analysis.PreBuiltCacheFactory.PreBuiltCache
-
- put(Object, Object) - クラス のメソッドorg.elasticsearch.search.lookup.LeafDocLookup
-
- put(Object, Object) - クラス のメソッドorg.elasticsearch.search.lookup.LeafFieldsLookup
-
- put(Object, Object) - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- putAlias(AliasMetaData) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- putAlias(AliasMetaData.Builder) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- putAlias(AliasMetaData) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- putAlias(AliasMetaData.Builder) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- putAll(Map<Integer, VType>) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
Puts all the entries in the map to the builder.
- putAll(IntObjectAssociativeContainer<? extends VType>) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- putAll(Iterable<? extends IntObjectCursor<? extends VType>>) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- putAll(Map<KType, VType>) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
Puts all the entries in the map to the builder.
- putAll(ObjectObjectAssociativeContainer<? extends KType, ? extends VType>) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- putAll(Iterable<? extends ObjectObjectCursor<? extends KType, ? extends VType>>) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- putAll(Map<K, V>) - クラス のメソッドorg.elasticsearch.common.collect.MapBuilder
-
- putAll(Map<? extends Long, ? extends T>) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- putAll(Map<? extends K, ? extends V>) - クラス のメソッドorg.elasticsearch.common.util.MinimalMap
-
- putAll(Map) - クラス のメソッドorg.elasticsearch.search.lookup.LeafDocLookup
-
- putAll(Map) - クラス のメソッドorg.elasticsearch.search.lookup.LeafFieldsLookup
-
- putAll(Map) - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- putAllInContext(ObjectObjectAssociativeContainer<Object, Object>) - クラス のメソッドorg.elasticsearch.common.ContextAndHeaderHolder
-
- putAllInContext(ObjectObjectAssociativeContainer<Object, Object>) - クラス のメソッドorg.elasticsearch.common.DelegatingHasContextAndHeaders
-
- putAllInContext(ObjectObjectAssociativeContainer<Object, Object>) - インタフェース のメソッドorg.elasticsearch.common.HasContext
-
Attaches the given values to the context
- putAllInContext(ObjectObjectAssociativeContainer<Object, Object>) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- putArray(String, String...) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Sets the setting with the provided setting key and an array of values.
- putAttribute(String, String) - クラス のメソッドorg.elasticsearch.node.service.NodeService
-
- putContext(SearchContext) - クラス のメソッドorg.elasticsearch.search.SearchService
-
- putCustom(String, ClusterState.Custom) - クラス のメソッドorg.elasticsearch.cluster.ClusterState.Builder
-
- putCustom(String, IndexMetaData.Custom) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- putCustom(String, IndexMetaData.Custom) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- putCustom(String, MetaData.Custom) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- putHeader(String, Object) - クラス のメソッドorg.elasticsearch.action.ActionRequestBuilder
-
- putHeader(String, Object) - クラス のメソッドorg.elasticsearch.common.ContextAndHeaderHolder
-
- putHeader(String, V) - クラス のメソッドorg.elasticsearch.common.DelegatingHasContextAndHeaders
-
- putHeader(String, V) - インタフェース のメソッドorg.elasticsearch.common.HasHeaders
-
- putHeader(String, V) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- putIfAbsent(long, T) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- putIfAbsent(Long, T) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- putIfAbsent(long, T) - インタフェース のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentMapLong
-
- putInContext(Object, Object) - クラス のメソッドorg.elasticsearch.common.ContextAndHeaderHolder
-
- putInContext(Object, Object) - クラス のメソッドorg.elasticsearch.common.DelegatingHasContextAndHeaders
-
- putInContext(Object, Object) - インタフェース のメソッドorg.elasticsearch.common.HasContext
-
Attaches the given value to the context.
- putInContext(Object, Object) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- putIndexedScript(PutIndexedScriptRequest, ActionListener<PutIndexedScriptResponse>) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Put an indexed script
- putIndexedScript(PutIndexedScriptRequest) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Put an indexed script
- putIndexedScript(PutIndexedScriptRequest, ActionListener<PutIndexedScriptResponse>) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
Put an indexed script
- putIndexedScript(PutIndexedScriptRequest) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
Put an indexed script
- PutIndexedScriptAction - org.elasticsearch.action.indexedscripts.putのクラス
-
- PutIndexedScriptRequest - org.elasticsearch.action.indexedscripts.putのクラス
-
Index request to index a script to the script index and make it available at search time.
- PutIndexedScriptRequest() - クラス のコンストラクタorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
- PutIndexedScriptRequest(String) - クラス のコンストラクタorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
Constructs a new index request against the specific index and type.
- PutIndexedScriptRequest(String, String) - クラス のコンストラクタorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
Constructs a new index request against the index, type, id and using the source.
- PutIndexedScriptRequestBuilder - org.elasticsearch.action.indexedscripts.putのクラス
-
An index document action request builder.
- PutIndexedScriptRequestBuilder(ElasticsearchClient, PutIndexedScriptAction) - クラス のコンストラクタorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
- PutIndexedScriptResponse - org.elasticsearch.action.indexedscripts.putのクラス
-
A response of an index operation,
- PutIndexedScriptResponse() - クラス のコンストラクタorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptResponse
-
- PutIndexedScriptResponse(String, String, long, boolean) - クラス のコンストラクタorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptResponse
-
- PutIndexTemplateAction - org.elasticsearch.action.admin.indices.template.putのクラス
-
- PutIndexTemplateRequest - org.elasticsearch.action.admin.indices.template.putのクラス
-
A request to create an index template.
- PutIndexTemplateRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- PutIndexTemplateRequest(String) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
Constructs a new put index template request with the provided name.
- PutIndexTemplateRequestBuilder - org.elasticsearch.action.admin.indices.template.putのクラス
-
- PutIndexTemplateRequestBuilder(ElasticsearchClient, PutIndexTemplateAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
- PutIndexTemplateRequestBuilder(ElasticsearchClient, PutIndexTemplateAction, String) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
- PutIndexTemplateResponse - org.elasticsearch.action.admin.indices.template.putのクラス
-
A response for a put index template action.
- putMapper(Mapper) - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper
-
- putMapping(PutMappingRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Add mapping definition for a type into one or more indices.
- putMapping(PutMappingRequest, ActionListener<PutMappingResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Add mapping definition for a type into one or more indices.
- putMapping(String, String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- putMapping(MappingMetaData) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- putMapping(String, CompressedXContent) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- putMapping(String, String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- putMapping(String, String) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- putMapping(PutMappingClusterStateUpdateRequest, ActionListener<ClusterStateUpdateResponse>) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataMappingService
-
- PutMappingAction - org.elasticsearch.action.admin.indices.mapping.putのクラス
-
- PutMappingClusterStateUpdateRequest - org.elasticsearch.action.admin.indices.mapping.putのクラス
-
Cluster state update request that allows to put a mapping
- PutMappingRequest - org.elasticsearch.action.admin.indices.mapping.putのクラス
-
Puts mapping definition registered under a specific type into one or more indices.
- PutMappingRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
- PutMappingRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
Constructs a new put mapping request against one or more indices.
- putMappingRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Create a create mapping request against one or more indices.
- PutMappingRequestBuilder - org.elasticsearch.action.admin.indices.mapping.putのクラス
-
Builder for a put mapping request
- PutMappingRequestBuilder(ElasticsearchClient, PutMappingAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
- PutMappingResponse - org.elasticsearch.action.admin.indices.mapping.putのクラス
-
The response of put mapping operation.
- putProperties(String, Properties) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Puts all the properties with keys starting with the provided prefix.
- putProperties(String, Properties, String[]) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Puts all the properties with keys starting with the provided prefix.
- putRepository(PutRepositoryRequest) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Registers a snapshot repository.
- putRepository(PutRepositoryRequest, ActionListener<PutRepositoryResponse>) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Registers a snapshot repository.
- PutRepositoryAction - org.elasticsearch.action.admin.cluster.repositories.putのクラス
-
Register repository action
- PutRepositoryRequest - org.elasticsearch.action.admin.cluster.repositories.putのクラス
-
Register repository request.
- PutRepositoryRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
- PutRepositoryRequest(String) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Constructs a new put repository request with the provided name.
- putRepositoryRequest(String) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Registers snapshot repository
- PutRepositoryRequestBuilder - org.elasticsearch.action.admin.cluster.repositories.putのクラス
-
Register repository request builder
- PutRepositoryRequestBuilder(ElasticsearchClient, PutRepositoryAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Constructs register repository request
- PutRepositoryRequestBuilder(ElasticsearchClient, PutRepositoryAction, String) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Constructs register repository request for the repository with a given name
- PutRepositoryResponse - org.elasticsearch.action.admin.cluster.repositories.putのクラス
-
Register repository response
- PutRequest(String, String) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- PutResponse(boolean, IndexTemplateMetaData) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutResponse
-
- putScriptToIndex(PutIndexedScriptRequest, ActionListener<IndexResponse>) - クラス のメソッドorg.elasticsearch.script.ScriptService
-
- putTemplate(PutIndexTemplateRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Puts an index template.
- putTemplate(PutIndexTemplateRequest, ActionListener<PutIndexTemplateResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Puts an index template.
- putTemplate(MetaDataIndexTemplateService.PutRequest, MetaDataIndexTemplateService.PutListener) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService
-
- putWarmer(PutWarmerRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Puts an index search warmer to be applies when applicable.
- putWarmer(PutWarmerRequest, ActionListener<PutWarmerResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Puts an index search warmer to be applies when applicable.
- PutWarmerAction - org.elasticsearch.action.admin.indices.warmer.putのクラス
-
Action for the admin/warmers/put API.
- PutWarmerRequest - org.elasticsearch.action.admin.indices.warmer.putのクラス
-
A request that associates a
SearchRequest with a name in the cluster that is
in-turn used to warm up indices before they are available for search.
- PutWarmerRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
-
- PutWarmerRequest(String) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
-
Constructs a new warmer.
- PutWarmerRequestBuilder - org.elasticsearch.action.admin.indices.warmer.putのクラス
-
- PutWarmerRequestBuilder(ElasticsearchClient, PutWarmerAction, String) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequestBuilder
-
- PutWarmerRequestBuilder(ElasticsearchClient, PutWarmerAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequestBuilder
-
- PutWarmerResponse - org.elasticsearch.action.admin.indices.warmer.putのクラス
-
An acknowledged response of put warmer operation.
- radius(String) - クラス のメソッドorg.elasticsearch.common.geo.builders.CircleBuilder
-
Set the radius of the circle.
- radius(DistanceUnit.Distance) - クラス のメソッドorg.elasticsearch.common.geo.builders.CircleBuilder
-
Set the radius of the circle
- radius(double, String) - クラス のメソッドorg.elasticsearch.common.geo.builders.CircleBuilder
-
Set the radius of the circle
- radius(double, DistanceUnit) - クラス のメソッドorg.elasticsearch.common.geo.builders.CircleBuilder
-
Set the radius of the circle
- raiseNodeConnected(DiscoveryNode) - クラス のメソッドorg.elasticsearch.transport.TransportService.Adapter
-
- raiseNodeConnected(DiscoveryNode) - インタフェース のメソッドorg.elasticsearch.transport.TransportServiceAdapter
-
- raiseNodeDisconnected(DiscoveryNode) - クラス のメソッドorg.elasticsearch.transport.TransportService.Adapter
-
- raiseNodeDisconnected(DiscoveryNode) - インタフェース のメソッドorg.elasticsearch.transport.TransportServiceAdapter
-
- RamAccountingTermsEnum - org.elasticsearch.index.fielddataのクラス
-
TermsEnum that takes a MemoryCircuitBreaker, increasing the breaker
every time .next(...) is called.
- RamAccountingTermsEnum(TermsEnum, CircuitBreaker, AbstractIndexFieldData.PerValueEstimator, String) - クラス のコンストラクタorg.elasticsearch.index.fielddata.RamAccountingTermsEnum
-
- ramBytesUsed() - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
Returns byte size of the underlying FST.
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.common.io.stream.BytesStreamOutput
-
Returns the number of bytes used by the underlying
ByteArray
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat.BloomFilteredFieldsProducer
-
非推奨です。
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData
-
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.MultiOrdinals
-
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.Ordinals
-
The memory size this ordinals take.
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.index.fielddata.ordinals.SinglePackedOrdinals
-
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.BinaryDVAtomicFieldData
-
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.GeoPointArrayAtomicFieldData.Single
-
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.GeoPointArrayLegacyAtomicFieldData.Single
-
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.PagedBytesAtomicFieldData
-
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildAtomicFieldData
-
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildIndexFieldData.GlobalFieldData
-
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.SortedSetDVBytesAtomicFieldData
-
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Location
-
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.indices.cache.request.IndicesRequestCache.Key
-
- ramBytesUsed() - クラス のメソッドorg.elasticsearch.indices.cache.request.IndicesRequestCache.Value
-
- ramTree - クラス の変数org.elasticsearch.index.engine.Segment
-
- random() - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- randomAllActiveShardsIt() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
Returns an unordered iterator over all active shards (including replicas).
- randomBase64UUID() - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
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
- randomBase64UUID(Random) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
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
- randomDouble() - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- randomFloat() - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- randomFunction(int) - クラス のstaticメソッドorg.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- randomFunction(long) - クラス のstaticメソッドorg.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- randomFunction(String) - クラス のstaticメソッドorg.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- randomInt() - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- randomInt(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- randomLong() - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- randomLong(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- RandomScoreFunction - org.elasticsearch.common.lucene.search.functionのクラス
-
- RandomScoreFunction() - クラス のコンストラクタorg.elasticsearch.common.lucene.search.function.RandomScoreFunction
-
Default constructor.
- RandomScoreFunction(int, int, IndexFieldData<?>) - クラス のコンストラクタorg.elasticsearch.common.lucene.search.function.RandomScoreFunction
-
Creates a RandomScoreFunction.
- RandomScoreFunctionBuilder - org.elasticsearch.index.query.functionscore.randomのクラス
-
A function that computes a random score for the matched documents
- RandomScoreFunctionBuilder() - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.random.RandomScoreFunctionBuilder
-
- RandomScoreFunctionParser - org.elasticsearch.index.query.functionscore.randomのクラス
-
- RandomScoreFunctionParser() - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.random.RandomScoreFunctionParser
-
- range(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Range aggregation with the given name.
- Range(String, Object, Object) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder.Range
-
- Range(String, Double, Double) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceBuilder.Range
-
Create a new range.
- Range - org.elasticsearch.search.aggregations.bucket.rangeのインタフェース
-
A range aggregation.
- Range(String, double, String, double, String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- Range.Bucket - org.elasticsearch.search.aggregations.bucket.rangeのインタフェース
-
A bucket associated with a specific range
- RangeAggregator - org.elasticsearch.search.aggregations.bucket.rangeのクラス
-
- RangeAggregator(String, AggregatorFactories, ValuesSource.Numeric, ValueFormat, InternalRange.Factory, List<RangeAggregator.Range>, boolean, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.RangeAggregator
-
- RangeAggregator.Factory - org.elasticsearch.search.aggregations.bucket.rangeのクラス
-
- RangeAggregator.Range - org.elasticsearch.search.aggregations.bucket.rangeのクラス
-
- RangeAggregator.Unmapped - org.elasticsearch.search.aggregations.bucket.rangeのクラス
-
- RangeBuilder - org.elasticsearch.search.aggregations.bucket.rangeのクラス
-
- RangeBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.RangeBuilder
-
Sole constructor.
- RangeParser - org.elasticsearch.search.aggregations.bucket.rangeのクラス
-
- RangeParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.range.RangeParser
-
- rangeQuery(Object, Object, boolean, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.DateFieldType
-
- rangeQuery(Object, Object, boolean, boolean, DateTimeZone, DateMathParser) - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.DateFieldType
-
- rangeQuery(Object, Object, boolean, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.DoubleFieldMapper.DoubleFieldType
-
- rangeQuery(Object, Object, boolean, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.IntegerFieldMapper.IntegerFieldType
-
- rangeQuery(Object, Object, boolean, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.LongFieldMapper.LongFieldType
-
- rangeQuery(Object, Object, boolean, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.ip.IpFieldMapper.IpFieldType
-
- rangeQuery(Object, Object, boolean, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- rangeQuery(String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents within an range of terms.
- RangeQueryBuilder - org.elasticsearch.index.queryのクラス
-
A Query that matches documents within an range of terms.
- RangeQueryBuilder(String) - クラス のコンストラクタorg.elasticsearch.index.query.RangeQueryBuilder
-
A Query that matches documents within an range of terms.
- RangeQueryParser - org.elasticsearch.index.queryのクラス
-
- RangeQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.RangeQueryParser
-
- ranges - クラス の変数org.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder
-
- rate(TimeUnit) - クラス のメソッドorg.elasticsearch.common.metrics.EWMA
-
Returns the rate in the given units of time.
- RateLimitedFSDirectory - org.apache.lucene.storeのクラス
-
- RateLimitedFSDirectory(Directory, StoreRateLimiting.Provider, StoreRateLimiting.Listener) - クラス のコンストラクタorg.apache.lucene.store.RateLimitedFSDirectory
-
- rateLimiter() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySettings
-
- rateLimiting() - インタフェース のメソッドorg.apache.lucene.store.StoreRateLimiting.Provider
-
- rateLimiting() - クラス のメソッドorg.elasticsearch.index.store.FsDirectoryService
-
- rateLimiting() - クラス のメソッド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).
- rateLimiting() - クラス のメソッドorg.elasticsearch.indices.store.IndicesStore
-
- RateLimitingInputStream - org.elasticsearch.index.snapshots.blobstoreのクラス
-
Rate limiting wrapper for InputStream
- RateLimitingInputStream(InputStream, RateLimiter, RateLimitingInputStream.Listener) - クラス のコンストラクタorg.elasticsearch.index.snapshots.blobstore.RateLimitingInputStream
-
- RateLimitingInputStream.Listener - org.elasticsearch.index.snapshots.blobstoreのインタフェース
-
- rateUnit() - クラス のメソッドorg.elasticsearch.common.metrics.MeterMetric
-
- RatioValue - org.elasticsearch.common.unitのクラス
-
Utility class to represent ratio and percentage values between 0 and 100
- RatioValue(double) - クラス のコンストラクタorg.elasticsearch.common.unit.RatioValue
-
- RAW - クラス のstatic変数org.elasticsearch.search.aggregations.support.format.ValueFormat
-
- RAW - インタフェース のstatic変数org.elasticsearch.search.aggregations.support.format.ValueFormatter
-
- Raw() - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.format.ValueFormatter.Raw
-
- RAW - インタフェース のstatic変数org.elasticsearch.search.aggregations.support.format.ValueParser
-
- rawField(String, InputStream) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- rawField(String, BytesReference) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- rawPath() - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpRequest
-
- rawPath() - クラス のメソッドorg.elasticsearch.rest.RestRequest
-
The non decoded, raw path provided.
- rawValue(BytesReference) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- read(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.indices.alias.Alias
-
Allows to read an alias from the provided input stream
- read(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.fieldstats.FieldStats
-
- read(byte) - 列挙型 のstaticメソッドorg.elasticsearch.action.fieldstats.IndexConstraint.Comparison
-
- read(byte) - 列挙型 のstaticメソッドorg.elasticsearch.action.fieldstats.IndexConstraint.Property
-
- read() - クラス のメソッドorg.elasticsearch.common.Base64.InputStream
-
Reads enough of the input stream to convert
to/from Base64 and returns the next byte.
- read(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.Base64.InputStream
-
- read(byte[], int, int, boolean) - クラス のメソッドorg.elasticsearch.common.compress.CompressedIndexInput
-
非推奨です。
- read() - クラス のメソッドorg.elasticsearch.common.compress.CompressedStreamInput
-
- read(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.compress.CompressedStreamInput
-
- read(byte[], int, int, boolean) - クラス のメソッドorg.elasticsearch.common.compress.CompressedStreamInput
-
- read() - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayReader
-
Reads a single character.
- read(char[], int, int) - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayReader
-
Reads characters into a portion of an array.
- read() - クラス のメソッドorg.elasticsearch.common.io.FastStringReader
-
Reads a single character.
- read(char[], int, int) - クラス のメソッドorg.elasticsearch.common.io.FastStringReader
-
Reads characters into a portion of an array.
- read() - クラス のメソッドorg.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- read(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- read() - クラス のメソッドorg.elasticsearch.common.io.stream.FilterStreamInput
-
- read() - クラス のメソッドorg.elasticsearch.common.io.stream.InputStreamStreamInput
-
- read(byte[]) - クラス のメソッドorg.elasticsearch.common.io.stream.InputStreamStreamInput
-
- read(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.io.stream.InputStreamStreamInput
-
- read(StreamInput) - インタフェース のメソッドorg.elasticsearch.common.io.stream.StreamInputReader
-
- read(char[], int, int) - クラス のメソッドorg.elasticsearch.common.lucene.all.AllEntries
-
- read(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.lucene.store.InputStreamIndexInput
-
- read() - クラス のメソッドorg.elasticsearch.common.lucene.store.InputStreamIndexInput
-
- read(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.rounding.Rounding.Streams
-
- read(Path) - クラス のメソッドorg.elasticsearch.gateway.MetaDataStateFormat
-
Reads the state from a given file and compares the expected version against the actual version of
the state.
- read() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.RateLimitingInputStream
-
- read(byte[], int, int) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.RateLimitingInputStream
-
- read() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.SlicedInputStream
-
- read(byte[], int, int) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.SlicedInputStream
-
- read() - クラス のメソッドorg.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- read(BufferedChecksumStreamInput) - クラス のメソッドorg.elasticsearch.index.translog.LegacyTranslogReader
-
非推奨です。
- read(Translog.Location) - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
Read the Operation object from the given location.
- read(Translog.Location) - クラス のメソッドorg.elasticsearch.index.translog.TranslogReader
-
- read(BufferedChecksumStreamInput) - クラス のメソッドorg.elasticsearch.index.translog.TranslogReader
-
- read(BlobContainer, String) - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreFormat
-
Reads and parses the blob with given name, applying name translation using the {link #blobName} method
- read(BytesReference) - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreFormat
-
- read(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristicStreams
-
- read(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestState
-
- read(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModelStreams
-
- read(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatterStreams
-
- read() - クラス のメソッドorg.elasticsearch.transport.netty.ChannelBufferStreamInput
-
- read(byte[], int, int) - クラス のメソッドorg.elasticsearch.transport.netty.ChannelBufferStreamInput
-
- READ_WRITE - 列挙型 のstatic変数org.elasticsearch.cluster.block.ClusterBlockLevel
-
- readAcknowledged(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.master.AcknowledgedResponse
-
Reads the timeout value
- readAggregatedDfs(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.dfs.AggregatedDfs
-
- readAggregations(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.InternalAggregations
-
- readAliasAction(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- readAllLines(InputStream) - クラス のstaticメソッドorg.elasticsearch.common.io.Streams
-
- readAllLines(InputStream, Callback<String>) - クラス のstaticメソッドorg.elasticsearch.common.io.Streams
-
- readAllocationExplanation(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.allocation.AllocationExplanation
-
- readAllowed() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- readAnalyzeToken(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- readAnalyzeTokenList(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
-
- readBlob(String) - インタフェース のメソッドorg.elasticsearch.common.blobstore.BlobContainer
-
Creates a new InputStream for the given blob name
- readBlob(String) - クラス のメソッドorg.elasticsearch.common.blobstore.fs.FsBlobContainer
-
- readBlob(String) - クラス のメソッドorg.elasticsearch.common.blobstore.support.AbstractLegacyBlobContainer
-
非推奨です。
- readBlob(String) - クラス のメソッドorg.elasticsearch.common.blobstore.url.URLBlobContainer
-
- readBlob(BlobContainer, String) - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreFormat
-
Reads and parses the blob with given blob name.
- readBlob(BlobContainer, String) - クラス のメソッドorg.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
-
- readBlob(BlobContainer, String) - クラス のメソッドorg.elasticsearch.repositories.blobstore.LegacyBlobStoreFormat
-
Reads and parses the blob with given name.
- readBoolean() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
Reads a boolean.
- readBoundTransportAddress(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.transport.BoundTransportAddress
-
- readBuild(StreamInput) - クラス のstaticメソッドorg.elasticsearch.Build
-
- readBulkItem(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.bulk.BulkItemRequest
-
- readBulkItem(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.bulk.BulkItemResponse
-
- readByte() - クラス のメソッドorg.elasticsearch.common.compress.CompressedIndexInput
-
非推奨です。
- readByte() - クラス のメソッドorg.elasticsearch.common.compress.CompressedStreamInput
-
- readByte() - クラス のメソッドorg.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- readByte() - クラス のメソッドorg.elasticsearch.common.io.stream.FilterStreamInput
-
- readByte() - クラス のメソッドorg.elasticsearch.common.io.stream.InputStreamStreamInput
-
- readByte() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
Reads and returns a single byte.
- readByte() - クラス のメソッドorg.elasticsearch.common.lucene.store.ByteArrayIndexInput
-
- readByte() - クラス のメソッドorg.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- readByte() - クラス のメソッドorg.elasticsearch.transport.netty.ChannelBufferStreamInput
-
- readByteArray() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readBytes(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.compress.CompressedIndexInput
-
非推奨です。
- readBytes(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.compress.CompressedStreamInput
-
- readBytes(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- readBytes(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.io.stream.FilterStreamInput
-
- readBytes(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.io.stream.InputStreamStreamInput
-
- readBytes(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
Reads a specified number of bytes into an array at the specified offset.
- readBytes(byte[], int, int) - クラス のメソッドorg.elasticsearch.common.lucene.store.ByteArrayIndexInput
-
- readBytes(byte[], int, int) - クラス のメソッドorg.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- readBytes(ByteBuffer, long) - クラス のメソッドorg.elasticsearch.index.translog.BufferingTranslogWriter
-
- readBytes(ByteBuffer, long) - クラス のメソッドorg.elasticsearch.index.translog.ImmutableTranslogReader
-
reads an operation at the given position into the given buffer.
- readBytes(ByteBuffer, long) - クラス のメソッドorg.elasticsearch.index.translog.TranslogReader
-
reads bytes at position into the given buffer, filling it.
- readBytes(ByteBuffer, long) - クラス のメソッドorg.elasticsearch.index.translog.TranslogWriter
-
- readBytes(byte[], int, int) - クラス のメソッドorg.elasticsearch.transport.netty.ChannelBufferStreamInput
-
- readBytesRef() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readBytesRef(int) - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readBytesRef(int) - クラス のメソッドorg.elasticsearch.transport.netty.ChannelBufferStreamInput
-
- readBytesReference() - クラス のメソッド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) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.transport.netty.ChannelBufferStreamInput
-
- readBytesSizeValue(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- readCharFilteredText(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
-
- readClusterBlock(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.block.ClusterBlock
-
- readClusterBlocks(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.block.ClusterBlocks.Builder
-
- readClusterHealth(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
- readClusterIndexHealth(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- readClusterName(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.ClusterName
-
- readCommitStatsFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.engine.CommitStats
-
- readCommonStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- readCommonStatsFlags(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- readCompletionStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.suggest.completion.CompletionStats
-
- readCompressedString(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.compress.CompressedXContent
-
- readCounts(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
-
- readCpu(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.process.ProcessStats.Cpu
-
- readDfsSearchResult(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- readDiffFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.AbstractDiffable
-
- readDiffFrom(StreamableReader<T>, StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.AbstractDiffable
-
- readDiffFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- readDiffFrom(StreamInput) - インタフェース のメソッドorg.elasticsearch.cluster.Diffable
-
Reads the
Diff from StreamInput
- readDiffFrom(StreamInput, String) - インタフェース のメソッドorg.elasticsearch.cluster.DiffableUtils.KeyedReader
-
reads an object that respresents differences between two objects with the type T from the stream input
- readDiffFrom(StreamInput, String) - クラス のメソッドorg.elasticsearch.cluster.DiffableUtils.PrototypeReader
-
- readDiffFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- readDiffFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- readDiffFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
- readDistanceUnit(StreamInput) - 列挙型 のstaticメソッドorg.elasticsearch.common.unit.DistanceUnit
-
- readDocStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.shard.DocsStats
-
- readDouble() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readDoubleArray() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readDoubleLE(byte[], int) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.ByteUtils
-
Read a double in little-endian format.
- readEmptyResultFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.EmptyResult
-
- reader() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllEntries.Entry
-
- reader() - クラス のメソッドorg.elasticsearch.index.engine.Engine.Searcher
-
- reader() - クラス のメソッドorg.elasticsearch.indices.IndicesWarmer.WarmerContext
-
- reader - クラス の変数org.elasticsearch.repositories.blobstore.BlobStoreFormat
-
- reader() - クラス のメソッドorg.elasticsearch.search.fetch.FetchSubPhase.HitContext
-
- reader - クラス の変数org.elasticsearch.search.suggest.phrase.WordScorer
-
- readerContext() - クラス のメソッドorg.elasticsearch.search.fetch.FetchSubPhase.HitContext
-
- readerKey - クラス の変数org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.Key
-
- readerValue() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllField
-
- readerValue() - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.CustomNumericDocValuesField
-
- readerValue() - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.CustomNumericField
-
- readerVersion - クラス の変数org.elasticsearch.indices.cache.request.IndicesRequestCache.Key
-
- readException(StreamInput, int) - 例外 のstaticメソッドorg.elasticsearch.ElasticsearchException
-
- readExplanation(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
- readFailure(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
-
- readFailure(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.get.MultiGetResponse.Failure
-
- readFailure(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
-
- readFetchSearchResult(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.fetch.FetchSearchResult
-
- readFieldDataStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.fielddata.FieldDataStats
-
- readFieldDoc(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
- readFieldStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- readFieldStats(StreamInput, ObjectObjectHashMap<String, CollectionStatistics>) - クラス のstaticメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- readFile(StreamInput) - クラス のstaticメソッドorg.elasticsearch.indices.recovery.RecoveryState.File
-
- readFloat() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readFloatArray() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readFloatLE(byte[], int) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.ByteUtils
-
Read a float in little-endian format.
- readFlushStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.flush.FlushStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.ActionRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.ActionResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo.Failure
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.TransportNodesHotThreadsAction.NodeRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction.NodeInfoRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TaskInfo
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodeRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodeSnapshotStatus
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodesSnapshotStatus
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.Request
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmVersion
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction.ClusterStatsNodeRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.validate.template.RenderSearchTemplateRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.validate.template.RenderSearchTemplateResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.Alias
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.exists.AliasesExistResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.GetAliasesResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.close.CloseIndexRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.close.CloseIndexResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.delete.DeleteIndexResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.indices.IndicesExistsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.FlushRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.ShardFlushRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetMappingsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.open.OpenIndexRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.open.OpenIndexResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.recovery.RecoveryRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.recovery.RecoveryResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.ShardSegments
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.get.GetSettingsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.ShardStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.ShardUpgradeRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.UpgradeResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.QueryExplanation
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.get.GetWarmersRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.get.GetWarmersResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse.Failure
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.bulk.BulkResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.bulk.BulkShardRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.bulk.BulkShardResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.count.CountResponse
-
非推奨です。
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.delete.DeleteResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.exists.ExistsResponse
-
非推奨です。
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.exists.ShardExistsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.explain.ExplainResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Date
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Double
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Float
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Long
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Text
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsShardRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsShardResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.get.MultiGetItemResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.get.MultiGetResponse.Failure
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.get.MultiGetResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.get.MultiGetShardRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.get.MultiGetShardResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.index.IndexResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateResponse.Item
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateResponse.Match
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateShardRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateShardResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Request
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Response
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.search.ClearScrollRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.search.ClearScrollResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.search.MultiSearchRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.search.MultiSearchResponse.Item
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.search.MultiSearchResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.search.SearchScrollRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.search.ShardSearchFailure
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.suggest.ShardSuggestRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.suggest.SuggestResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastShardRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastShardResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.EmptyResult
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.NodeRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.ChildTaskActionRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.ChildTaskRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.DefaultShardOperationFailedException
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.master.MasterNodeReadRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.master.MasterNodeRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodeRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodeResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodesRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodesResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationTask.Status
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.single.shard.SingleShardRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.TaskOperationFailure
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.DfsOnlyRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.DfsOnlyResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.ShardDfsOnlyRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsResponse.Failure
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsShardResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest.FilterSettings
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.update.UpdateResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.action.index.NodeIndexDeletedAction.NodeIndexDeletedMessage
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.action.index.NodeIndexDeletedAction.NodeIndexStoreDeletedMessage
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.action.shard.ShardStateAction.ShardRoutingEntry
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlock
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.ClusterName
-
- readFrom(StreamInput, DiscoveryNode) - クラス のstaticメソッドorg.elasticsearch.cluster.ClusterState.Builder
-
- readFrom(StreamInput, DiscoveryNode) - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- readFrom(StreamInput, String) - インタフェース のメソッドorg.elasticsearch.cluster.DiffableUtils.KeyedReader
-
reads an object of the type T from the stream input
- readFrom(StreamInput, String) - クラス のメソッドorg.elasticsearch.cluster.DiffableUtils.PrototypeReader
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.health.ClusterShardHealth
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData
-
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData
-
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.metadata.RepositoriesMetaData
-
Reads a copy of an object with the same type form the stream input
The caller object remains unchanged.
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.RepositoryMetaData
-
Reads repository metadata from stream input
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.metadata.SnapshotId
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
- readFrom(StreamInput, DiscoveryNode) - クラス のstaticメソッドorg.elasticsearch.cluster.node.DiscoveryNodes.Builder
-
- readFrom(StreamInput, DiscoveryNode) - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.RestoreInProgress
-
Reads a copy of an object with the same type form the stream input
The caller object remains unchanged.
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Reads restore status from stream input
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.AllocationExplanation
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand.Factory
-
- readFrom(StreamInput) - インタフェース のメソッドorg.elasticsearch.cluster.routing.allocation.command.AllocationCommand.Factory
-
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand.Factory
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand.Factory
-
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.allocation.decider.Decision
-
- readFrom(StreamInput) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.routing.allocation.decider.Decision.Type
-
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.allocation.RerouteExplanation
-
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.allocation.RoutingExplanations
-
Read in a RoutingExplanations object
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.routing.RestoreSource
-
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.RoutingTable.Builder
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTableValidation
-
- readFrom(StreamInput, String, int) - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.service.PendingClusterTask
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.SnapshotsInProgress
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
- readFrom(StreamInput) - インタフェース のメソッドorg.elasticsearch.common.io.stream.Streamable
-
- readFrom(StreamInput) - インタフェース のメソッドorg.elasticsearch.common.io.stream.StreamableReader
-
Reads a copy of an object with the same type form the stream input
The caller object remains unchanged.
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.Priority
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.common.rounding.Rounding.FactorRounding
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.common.rounding.Rounding.Interval
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.common.rounding.Rounding.OffsetRounding
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.common.transport.BoundTransportAddress
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.common.transport.DummyTransportAddress
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.common.transport.InetSocketTransportAddress
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.common.transport.LocalTransportAddress
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
serialization converts TimeValue internally to NANOSECONDS
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.util.BloomFilter
-
- readFrom(StreamInput) - 列挙型 のstaticメソッドorg.elasticsearch.common.xcontent.XContentType
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.discovery.zen.fd.MasterFaultDetection.MasterPingRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.discovery.zen.fd.NodesFaultDetection.PingRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.discovery.zen.membership.MembershipAction.JoinRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.discovery.zen.membership.MembershipAction.LeaveRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.discovery.zen.membership.MembershipAction.ValidateJoinRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.discovery.zen.ping.unicast.UnicastZenPing.UnicastPingRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.discovery.zen.ping.ZenPing.PingResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.discovery.zen.ZenDiscovery.RejoinClusterRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.gateway.LocalAllocateDangledIndices.AllocateDangledRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.gateway.LocalAllocateDangledIndices.AllocateDangledResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodeGatewayMetaState
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodeRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayMetaState.NodesGatewayMetaState
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayMetaState.Request
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodesGatewayStartedShards
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards.Request
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.http.HttpInfo
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.http.HttpStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.cache.query.QueryCacheStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.cache.request.RequestCacheStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.engine.CommitStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.engine.Engine.CommitId
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.engine.Segment
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.fielddata.FieldDataStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.flush.FlushStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.get.GetField
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.get.GetStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.Index
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.percolator.stats.PercolateStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.recovery.RecoveryStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.refresh.RefreshStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.shard.DocsStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.shard.ShardId
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.store.Store.MetadataSnapshot
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.store.StoreFileMetaData
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.store.StoreStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.suggest.stats.SuggestStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.translog.Translog.Create
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.translog.Translog.Delete
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.translog.Translog.DeleteByQuery
-
非推奨です。
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.translog.Translog.Index
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.translog.TranslogStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.index.warmer.WarmerStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.breaker.AllCircuitBreakerStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.breaker.CircuitBreakerStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFilesInfoRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFinalizeRecoveryRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.File
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Timer
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Translog
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.recovery.StartRecoveryRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.store.IndicesStore.ShardActiveRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.Request
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo.Path
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo.Mem
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.BufferPool
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Classes
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Mem
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.MemoryPool
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats.Threads
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.os.OsInfo
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.os.OsStats.Mem
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.os.OsStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.os.OsStats.Swap
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.process.ProcessInfo
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.process.ProcessStats.Cpu
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.process.ProcessStats.Mem
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.monitor.process.ProcessStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.plugins.PluginInfo
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.repositories.VerificationFailure
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.repositories.VerifyNodeRepositoryAction.VerifyNodeRepositoryRequest
-
- readFrom(StreamInput) - 列挙型 のstaticメソッドorg.elasticsearch.rest.RestStatus
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.script.Script
-
- readFrom(StreamInput) - 列挙型 のstaticメソッドorg.elasticsearch.script.ScriptService.ScriptType
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.script.ScriptStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction.ScrollFreeContextRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction.SearchFreeContextRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction.SearchFreeContextResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BucketStreamContext
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.InternalFilters.Bucket
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
-
- readFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregation
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregations
-
- readFrom(StreamInput, BigArrays) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus
-
- readFrom(StreamInput) - 列挙型 のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
-
Deserialize the GapPolicy from the input stream
- readFrom(StreamInput) - 列挙型 のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.SeasonalityType
-
Deserialize the SeasonalityType from the input stream
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregator
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.BooleanFormatter
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.DateTime
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.GeoHash
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.IPv4Formatter
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.Number.Pattern
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatter.Raw
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.dfs.AggregatedDfs
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.fetch.FetchSearchResult
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.fetch.QueryFetchSearchResult
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.fetch.ShardFetchRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.fetch.ShardFetchSearchRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.fetch.source.FetchSourceContext
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightField
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.internal.InternalScrollSearchRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit.InternalNestedIdentity
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- readFrom(StreamInput, InternalSearchHits.StreamContext) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHitField
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits
-
- readFrom(StreamInput, InternalSearchHits.StreamContext) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchResponse
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.profile.CollectorResult
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.profile.InternalProfileShardResults
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.profile.ProfileShardResult
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.query.QuerySearchRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.query.ScrollQuerySearchResult
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.Scroll
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.SearchShardTarget
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.warmer.IndexWarmersMetaData
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.snapshots.RestoreInfo
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.UpdateIndexShardRestoreStatusRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotInfo
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardFailure
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.tasks.TaskId
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool.Info
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolInfo
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolStats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.transport.BytesTransportRequest
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.transport.TransportInfo
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.transport.TransportMessage
-
- readFrom(StreamInput) - クラス のメソッドorg.elasticsearch.transport.TransportStats
-
- readFromFileChannel(FileChannel, long, int) - クラス のstaticメソッドorg.elasticsearch.common.io.Channels
-
read length bytes from position of a file channel
- readFromFileChannel(FileChannel, long, byte[], int, int) - クラス のstaticメソッドorg.elasticsearch.common.io.Channels
-
read length bytes from position of a file channel.
- readFromFileChannel(FileChannel, long, ByteBuffer) - クラス のstaticメソッド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メソッドorg.elasticsearch.common.io.Channels
-
read length bytes from position of a file channel.
- readFromFileChannelWithEofException(FileChannel, long, ByteBuffer) - クラス のstaticメソッドorg.elasticsearch.common.io.Channels
-
read from a file channel into a byte buffer, starting at a certain position.
- readFromProperties(Path) - クラス のstaticメソッドorg.elasticsearch.plugins.PluginInfo
-
reads (and validates) plugin metadata descriptor file
- readFromStream(StreamInput) - クラス のstaticメソッドorg.elasticsearch.plugins.PluginInfo
-
- readFromThin(StreamInput, String) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
-
- readFromThin(StreamInput) - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
- readFromWithId(long, StreamInput) - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- readFsInfo(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.fs.FsInfo
-
- readFully(byte[]) - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readFully(Reader, char[]) - クラス のstaticメソッドorg.elasticsearch.common.io.Streams
-
- readFully(Reader, char[], int, int) - クラス のstaticメソッドorg.elasticsearch.common.io.Streams
-
- readFully(InputStream, byte[]) - クラス のstaticメソッドorg.elasticsearch.common.io.Streams
-
- readFully(InputStream, byte[], int, int) - クラス のstaticメソッドorg.elasticsearch.common.io.Streams
-
- readGarbageCollector(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.jvm.JvmStats.GarbageCollector
-
- readGarbageCollectors(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.jvm.JvmStats.GarbageCollectors
-
- readGenericValue() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readGeoPoint() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readGetField(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.get.GetField
-
- readGetResponse(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.get.GetResponse
-
- readGetResult(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.get.GetResult
-
- readGetStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.get.GetStats
-
- readHeader(IndexInput) - クラス のメソッドorg.elasticsearch.common.compress.CompressedIndexInput
-
非推奨です。
- readHeader(StreamInput) - クラス のメソッドorg.elasticsearch.common.compress.CompressedStreamInput
-
- readHeader(IndexInput) - クラス のメソッドorg.elasticsearch.common.compress.lzf.LZFCompressedIndexInput
-
非推奨です。
- readHeader(StreamInput) - クラス のメソッドorg.elasticsearch.common.compress.lzf.LZFCompressedStreamInput
-
- readHighlightField(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.highlight.HighlightField
-
- readHttpInfo(StreamInput) - クラス のstaticメソッドorg.elasticsearch.http.HttpInfo
-
- readHttpStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.http.HttpStats
-
- readImmutableMapDiff(StreamInput, DiffableUtils.KeyedReader<T>) - クラス のstaticメソッドorg.elasticsearch.cluster.DiffableUtils
-
Loads an object that represents difference between two ImmutableMaps
- readImmutableMapDiff(StreamInput, T) - クラス のstaticメソッドorg.elasticsearch.cluster.DiffableUtils
-
Loads an object that represents difference between two ImmutableMaps
- readImmutableOpenMapDiff(StreamInput, DiffableUtils.KeyedReader<T>) - クラス のstaticメソッドorg.elasticsearch.cluster.DiffableUtils
-
Loads an object that represents difference between two ImmutableOpenMaps
- readImmutableOpenMapDiff(StreamInput, T) - クラス のstaticメソッドorg.elasticsearch.cluster.DiffableUtils
-
Loads an object that represents difference between two ImmutableOpenMaps
- readIndexingStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.indexing.IndexingStats
-
- readIndexName(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.Index
-
- readIndexShardStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.indices.stats.IndexShardStats
-
- readIndicesOptions(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.support.IndicesOptions
-
- readIndicesStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- readIndicesStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- readInfoFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.fs.FsInfo.Path
-
- readInt() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
Reads four bytes and returns an int.
- readIntArray() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readInternalSearchResponse(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.internal.InternalSearchResponse
-
- readIntLE(byte[], int) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.ByteUtils
-
Read an int in little-endian format.
- readItem(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
- readItem(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.search.MultiSearchResponse.Item
-
- readItemResponse(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.get.MultiGetItemResponse
-
- readItemResponse(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsItemResponse
-
- readJvmInfo(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
- readJvmStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
- readJvmStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.jvm.JvmStats
-
- readJvmVersion(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmVersion
-
- readLastCommittedSegmentInfos(SearcherManager, Store) - クラス のstaticメソッドorg.elasticsearch.index.engine.Engine
-
Read the last segments info from the commit pointed to by the searcher manager
- readLastCommittedSegmentsInfo() - クラス のメソッドorg.elasticsearch.index.store.Store
-
Returns the last committed segments info for this store
- readList(StreamInputReader<T>) - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
Reads a list of objects
- readListShardStoreNodeOperationResponse(StreamInput) - クラス のstaticメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData
-
- readLock - クラス の変数org.elasticsearch.index.engine.Engine
-
- readLock - クラス の変数org.elasticsearch.index.translog.Translog
-
- readLock - クラス の変数org.elasticsearch.index.translog.TranslogWriter
-
- readLong() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
Reads eight bytes and returns a long.
- readLongArray() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readLongLE(byte[], int) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.ByteUtils
-
Write a long in little-endian format.
- readMap() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readMem(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.jvm.JvmStats.Mem
-
- readMem(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.os.OsStats.Mem
-
- readMem(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.process.ProcessStats.Mem
-
- readMemoryPool(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.jvm.JvmStats.MemoryPool
-
- readMergeStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.merge.MergeStats
-
- readMetadataSnapshot(Path, ESLogger) - クラス のstaticメソッドorg.elasticsearch.index.store.Store
-
Reads a MetadataSnapshot from the given index locations or returns an empty snapshot if it can't be read.
- readNode(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
- readNode(StreamInput) - クラス のstaticメソッドorg.elasticsearch.repositories.VerificationFailure
-
- readNodeHotThreads(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodeHotThreads
-
- readNodeInfo(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.node.info.NodeInfo
-
- readNodeResponse(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
-
- readNodeStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- readNodeStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- readOnly() - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- readOnly() - インタフェース のメソッドorg.elasticsearch.repositories.Repository
-
Returns true if the repository supports only read operations
- readOnly() - クラス のメソッドorg.elasticsearch.repositories.uri.URLRepository
-
- readOperations(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.translog.Translog
-
- readOptional(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.support.format.ValueFormatterStreams
-
- readOptionalAggregations(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.InternalAggregations
-
- readOptionalAllCircuitBreakerStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.indices.breaker.AllCircuitBreakerStats
-
- readOptionalBoolean() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readOptionalCircuitBreakerStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.indices.breaker.CircuitBreakerStats
-
- readOptionalCommitStatsFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.engine.CommitStats
-
- readOptionalRestoreInfo(StreamInput) - クラス のstaticメソッドorg.elasticsearch.snapshots.RestoreInfo
-
- readOptionalRestoreSource(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.RestoreSource
-
- readOptionalSnapshotInfo(StreamInput) - クラス のstaticメソッドorg.elasticsearch.snapshots.SnapshotInfo
-
Reads optional snapshot information from stream input
- readOptionalStreamable(T) - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
Serializes a potential null value.
- readOptionalString() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readOptionalText() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readOptionalVInt() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readOriginalIndices(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.OriginalIndices
-
- readOsInfo(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.os.OsInfo
-
- readOsStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
-
- readOsStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.os.OsStats
-
- readOtherStatsFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- readOtherStatsFrom(StreamInput) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- readPercolateStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.percolator.stats.PercolateStats
-
- readPerFieldAnalyzer(Map<String, Object>) - クラス のstaticメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
- readPingResponse(StreamInput) - クラス のstaticメソッドorg.elasticsearch.discovery.zen.ping.ZenPing.PingResponse
-
- readProcessInfo(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.process.ProcessInfo
-
- readProcessStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.process.ProcessStats
-
- readQueryCacheStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.cache.query.QueryCacheStats
-
- readQueryExplanation(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.indices.validate.query.QueryExplanation
-
- readQueryFetchSearchResult(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.fetch.QueryFetchSearchResult
-
- readQuerySearchResult(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- readRecoveryState(StreamInput) - クラス のstaticメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- readRecoveryStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.recovery.RecoveryStats
-
- readRefreshStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.refresh.RefreshStats
-
- readRequestFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
-
- readRequestFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
-
- readRequestFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
-
- readRequestFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
-
- readRequestFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
-
- readRequestFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
-
- readRequestFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
- readRequestFrom(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
Deserialize a request from an input stream
- readResponseFrom(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- readRestoreInfo(StreamInput) - クラス のstaticメソッドorg.elasticsearch.snapshots.RestoreInfo
-
- readRestoreSource(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.RestoreSource
-
- readResult(StreamInput) - インタフェース のメソッドorg.elasticsearch.search.aggregations.AggregationStreams.Stream
-
- readResult(StreamInput, BucketStreamContext) - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.BucketStreams.Stream
-
- readResult(StreamInput) - インタフェース のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristicStreams.Stream
-
- readResult(StreamInput) - インタフェース のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModelStreams.Stream
-
- readResult(StreamInput) - インタフェース のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorStreams.Stream
-
- readScoreDoc(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
- readScript(StreamInput) - クラス のstaticメソッドorg.elasticsearch.script.Script
-
- readScroll(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.Scroll
-
- readSearchHit(StreamInput, InternalSearchHits.StreamContext) - クラス のstaticメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- readSearchHitField(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.internal.InternalSearchHitField
-
- readSearchHits(StreamInput, InternalSearchHits.StreamContext) - クラス のstaticメソッドorg.elasticsearch.search.internal.InternalSearchHits
-
- readSearchHits(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.internal.InternalSearchHits
-
- readSearchShardsGroupResponse(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
-
- readSearchShardTarget(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.SearchShardTarget
-
- readSearchStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.search.stats.SearchStats
-
- readSecret(String, Object...) - クラス のメソッドorg.elasticsearch.common.cli.Terminal
-
- readSegment(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.engine.Segment
-
- readSegmentInfos(Directory) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
Reads the segments infos, failing if it fails to load
- readSegmentInfos(IndexCommit) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
Reads the segments infos from the given commit, failing if it fails to load
- readSegmentsStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- readSettingsFromStream(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.settings.Settings
-
- readShardId(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.shard.ShardId
-
- readShardInfo(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo
-
- readShardOperationFailed(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.support.DefaultShardOperationFailedException
-
- readShardRestoreStatus(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Reads restore status from stream input
- readShardResult(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
-
- readShardResult(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
-
- readShardResult(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
-
- readShardResult(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
-
- readShardResult(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
-
- readShardResult(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
-
- readShardResult(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
- readShardResult(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
Deserialize a shard-level result from an input stream
- readShardRoutingEntry(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
- readShardRoutingEntry(StreamInput, String, int) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
- readShardSearchFailure(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.search.ShardSearchFailure
-
- readShardSegments(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.indices.segments.ShardSegments
-
- readShardSnapshotStatus(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
- readShardSnapshotStatus(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
- readShardsSyncedFlushResult(StreamInput) - クラス のstaticメソッドorg.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- readShardStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
- readShardStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.indices.stats.ShardStats
-
- readShardUpgradeStatus(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.indices.upgrade.get.ShardUpgradeStatus
-
- readShort() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readSize(StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.InternalAggregation
-
Read a size under the assumption that a value of 0 means unlimited.
- readSizeValue(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.unit.SizeValue
-
- readSnapshot(SnapshotId) - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreRepository
-
Reads snapshot description from repository.
- readSnapshot(SnapshotId) - インタフェース のメソッドorg.elasticsearch.repositories.Repository
-
Reads snapshot description from repository.
- readSnapshotId(StreamInput) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.SnapshotId
-
Reads snapshot id from stream input
- readSnapshotInfo(StreamInput) - クラス のstaticメソッドorg.elasticsearch.snapshots.SnapshotInfo
-
Reads snapshot information from stream input
- readSnapshotList() - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreRepository
-
Reads snapshot index file
This file can be used by read-only repositories that are unable to list files in the repository
- readSnapshotMetaData(SnapshotId, Snapshot, List<String>) - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreRepository
-
Returns global metadata associate with the snapshot.
- readSnapshotMetaData(SnapshotId, Snapshot, List<String>) - インタフェース のメソッドorg.elasticsearch.repositories.Repository
-
Returns global metadata associate with the snapshot.
- readSnapshotShardFailure(StreamInput) - クラス のstaticメソッドorg.elasticsearch.snapshots.SnapshotShardFailure
-
Reads shard failure information from stream input
- readSnapshotStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
- readSnapshotStatus(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
Reads snapshot status from stream input
- readSortType(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
- readStackTrace(T, StreamInput) - 例外 のstaticメソッド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メソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
-
- readStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- readStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- readStoreFileMetaData(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.store.StoreFileMetaData
-
- readStoreFilesMetaData(StreamInput) - クラス のstaticメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- readStoreStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.store.StoreStats
-
- readString() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readStringArray() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readSuggest(XContentBuilderString, StreamInput) - クラス のstaticメソッドorg.elasticsearch.search.suggest.Suggest
-
- readSuggestStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.suggest.stats.SuggestStats
-
- readSwap(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.os.OsStats.Swap
-
- readSyncedFlushResponse(StreamInput) - クラス のstaticメソッドorg.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- readTaskResponse(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
-
- readTaskResponse(StreamInput) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
-
- readTaskResponse(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.tasks.TransportTasksAction
-
- readTaskStatus() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
Reads a Task.Status from the current stream.
- readTemplate(StreamInput) - クラス のstaticメソッドorg.elasticsearch.script.Template
-
- readTermStats(StreamInput, Term[]) - クラス のstaticメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- readTermVectorsRequest(StreamInput) - クラス のstaticメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
- readText(String, Object...) - クラス のメソッドorg.elasticsearch.common.cli.Terminal
-
- readText() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readThreadPoolInfo(StreamInput) - クラス のstaticメソッドorg.elasticsearch.threadpool.ThreadPoolInfo
-
- readThreadPoolStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.threadpool.ThreadPoolStats
-
- readThreads(StreamInput) - クラス のstaticメソッドorg.elasticsearch.monitor.jvm.JvmStats.Threads
-
- readThrowable() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readTimeout(StreamInput) - クラス のメソッドorg.elasticsearch.action.support.master.AcknowledgedRequest
-
Reads the timeout value
- readTimeValue(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.unit.TimeValue
-
- readTopDocs(StreamInput) - クラス のstaticメソッドorg.elasticsearch.common.lucene.Lucene
-
- readTransportInfo(StreamInput) - クラス のstaticメソッドorg.elasticsearch.transport.TransportInfo
-
- readTransportStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.transport.TransportStats
-
- readURIParameters(TermVectorsRequest, RestRequest) - クラス のstaticメソッドorg.elasticsearch.rest.action.termvectors.RestTermVectorsAction
-
- readVersion(StreamInput) - クラス のstaticメソッドorg.elasticsearch.Version
-
- readVInt() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
Reads an int stored in variable-length format.
- readVIntArray() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readVLong() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
Reads a long stored in variable-length format.
- readVLong(ByteArrayDataInput) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.ByteUtils
-
Same as DataOutput#readVLong but can read negative values (read on 9 bytes).
- readVLongArray() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- readWarmerStats(StreamInput) - クラス のstaticメソッドorg.elasticsearch.index.warmer.WarmerStats
-
- ready() - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayReader
-
Tells whether this stream is ready to be read.
- ready() - クラス のメソッドorg.elasticsearch.common.io.FastStringReader
-
Tells whether this stream is ready to be read.
- ready() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllEntries
-
- readyBuffer() - クラス のメソッドorg.elasticsearch.common.compress.CompressedIndexInput
-
非推奨です。
- readyBuffer() - クラス のメソッドorg.elasticsearch.common.compress.CompressedStreamInput
-
Fill the uncompressed bytes buffer by reading the underlying inputStream.
- REAL_WORD_LIKELYHOOD - クラス のstatic変数org.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
-
- realtime() - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
- realtime(Boolean) - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
- realtime() - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- realtime(Boolean) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- realtime() - クラス のメソッドorg.elasticsearch.action.get.MultiGetShardRequest
-
- realtime(Boolean) - クラス のメソッドorg.elasticsearch.action.get.MultiGetShardRequest
-
- realtime(Boolean) - インタフェース のメソッドorg.elasticsearch.action.RealtimeRequest
-
- realtime(Boolean) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- realtime() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Return whether term vectors should be generated real-time (default to true).
- realtime(Boolean) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Choose whether term vectors be generated real-time.
- realtime() - クラス のメソッドorg.elasticsearch.index.engine.Engine.Get
-
- RealtimeRequest - org.elasticsearch.actionのインタフェース
-
Indicates that a request can execute in realtime (reads from the translog).
- realWordErrorLikelihood(Float) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets the likelihood of a term being a misspelled even if the term exists
in the dictionary.
- realWordLikelyhood - クラス の変数org.elasticsearch.search.suggest.phrase.WordScorer
-
- reason() - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo.Failure
-
- reason() - クラス のメソッドorg.elasticsearch.action.search.ShardSearchFailure
-
The reason of the failure.
- reason() - インタフェース のメソッドorg.elasticsearch.action.ShardOperationFailedException
-
The reason of the failure.
- reason() - クラス のメソッドorg.elasticsearch.action.support.DefaultShardOperationFailedException
-
- reason() - クラス のメソッドorg.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Returns failure reason
- reason() - クラス のメソッドorg.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
- reason() - クラス のメソッドorg.elasticsearch.snapshots.Snapshot
-
Returns reason for complete snapshot failure
- reason() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotInfo
-
Returns snapshot failure reason
- reason() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardFailure
-
Returns reason for the failure
- REASON_AGGREGATION - クラス のstatic変数org.elasticsearch.search.profile.CollectorResult
-
- REASON_AGGREGATION_GLOBAL - クラス のstatic変数org.elasticsearch.search.profile.CollectorResult
-
- REASON_SEARCH_COUNT - クラス のstatic変数org.elasticsearch.search.profile.CollectorResult
-
- REASON_SEARCH_MIN_SCORE - クラス のstatic変数org.elasticsearch.search.profile.CollectorResult
-
- REASON_SEARCH_MULTI - クラス のstatic変数org.elasticsearch.search.profile.CollectorResult
-
- REASON_SEARCH_POST_FILTER - クラス のstatic変数org.elasticsearch.search.profile.CollectorResult
-
- REASON_SEARCH_TERMINATE_AFTER_COUNT - クラス のstatic変数org.elasticsearch.search.profile.CollectorResult
-
- REASON_SEARCH_TIMEOUT - クラス のstatic変数org.elasticsearch.search.profile.CollectorResult
-
- REASON_SEARCH_TOP_HITS - クラス のstatic変数org.elasticsearch.search.profile.CollectorResult
-
- rebalance(RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
- rebalance(RoutingAllocation) - インタフェース のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocator
-
Rebalancing number of shards on all nodes
- rebalance(RoutingAllocation) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocators
-
- RebalanceOnlyWhenActiveAllocationDecider - org.elasticsearch.cluster.routing.allocation.deciderのクラス
-
Only allow rebalancing when all shards are active within the shard replication group.
- RebalanceOnlyWhenActiveAllocationDecider(Settings) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.RebalanceOnlyWhenActiveAllocationDecider
-
- receiveBufferSizePredictorFactory - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- receiveBufferSizePredictorFactory - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- received(long) - クラス のメソッドorg.elasticsearch.transport.TransportService.Adapter
-
- received(long) - インタフェース のメソッドorg.elasticsearch.transport.TransportServiceAdapter
-
- receivePredictorMax - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- receivePredictorMin - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- ReceiveTimeoutTransportException - org.elasticsearch.transportの例外
-
- ReceiveTimeoutTransportException(DiscoveryNode, String, String) - 例外 のコンストラクタorg.elasticsearch.transport.ReceiveTimeoutTransportException
-
- ReceiveTimeoutTransportException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.transport.ReceiveTimeoutTransportException
-
- recover(IndexShard, boolean, StoreRecoveryService.RecoveryListener) - クラス のメソッドorg.elasticsearch.index.shard.StoreRecoveryService
-
Recovers the state of the shard from the gateway.
- recoverAfterTime() - クラス のメソッドorg.elasticsearch.gateway.GatewayService
-
- recovered() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.File
-
number of bytes recovered for this file (so far). 0 if the file is reused *
- recoveredBytes() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
total number of bytes recovered so far, including both existing and reused
- recoveredBytesPercent() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
percent of bytes recovered out of total files bytes *to be* recovered
- recoveredFileCount() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
number of file that were recovered (excluding on ongoing files)
- recoveredFilesPercent() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
percent of recovered (i.e., not reused) files out of the total files to be recovered
- recoveredOperations() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Translog
-
returns the total number of translog operations recovered so far
- recoveredPercent() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Translog
-
- RecoverFilesRecoveryException - org.elasticsearch.indices.recoveryの例外
-
- RecoverFilesRecoveryException(ShardId, int, ByteSizeValue, Throwable) - 例外 のコンストラクタorg.elasticsearch.indices.recovery.RecoverFilesRecoveryException
-
- RecoverFilesRecoveryException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.indices.recovery.RecoverFilesRecoveryException
-
- recoverFromStore(ShardRouting, StoreRecoveryService.RecoveryListener) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- recoverFromTranslog(EngineConfig, Translog.TranslogGeneration) - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- recoveries(RecoveryRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Indices recoveries
- recoveries(RecoveryRequest, ActionListener<RecoveryResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Indices recoveries
- RecoveriesCollection - 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(ESLogger, ThreadPool) - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveriesCollection
-
- RecoveriesCollection.StatusRef - org.elasticsearch.indices.recoveryのクラス
-
- recovering(String, RecoveryState.Type, DiscoveryNode) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
Marks the shard as recovering based on a remote or local node, fails with exception is recovering is not allowed to be set.
- recovering(String, RecoveryState.Type, RestoreSource) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
Marks the shard as recovering based on a restore, fails with exception is recovering is not allowed to be set.
- recoverToTarget() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySourceHandler
-
performs the recovery from the local engine to the target
- recoverToTarget() - クラス のメソッドorg.elasticsearch.indices.recovery.SharedFSRecoverySourceHandler
-
- recovery(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- recovery() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- RecoveryAction - org.elasticsearch.action.admin.indices.recoveryのクラス
-
Recovery information action
- RecoveryCleanFilesRequest - org.elasticsearch.indices.recoveryのクラス
-
- RecoveryCleanFilesRequest() - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
-
- RecoveryCounter - org.elasticsearch.index.engineのクラス
-
RecoveryCounter keeps tracks of the number of ongoing recoveries for a
particular
Store
- recoveryDiff(Store.MetadataSnapshot) - クラス のメソッドorg.elasticsearch.index.store.Store.MetadataSnapshot
-
Returns a diff between the two snapshots that can be used for recovery.
- RecoveryEngineException - org.elasticsearch.index.engineの例外
-
- RecoveryEngineException(ShardId, int, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.engine.RecoveryEngineException
-
- RecoveryEngineException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.engine.RecoveryEngineException
-
- RecoveryFailedException - org.elasticsearch.indices.recoveryの例外
-
- RecoveryFailedException(StartRecoveryRequest, Throwable) - 例外 のコンストラクタorg.elasticsearch.indices.recovery.RecoveryFailedException
-
- RecoveryFailedException(StartRecoveryRequest, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.indices.recovery.RecoveryFailedException
-
- RecoveryFailedException(RecoveryState, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.indices.recovery.RecoveryFailedException
-
- RecoveryFailedException(ShardId, DiscoveryNode, DiscoveryNode, Throwable) - 例外 のコンストラクタorg.elasticsearch.indices.recovery.RecoveryFailedException
-
- RecoveryFailedException(ShardId, DiscoveryNode, DiscoveryNode, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.indices.recovery.RecoveryFailedException
-
- RecoveryFailedException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.indices.recovery.RecoveryFailedException
-
- RecoveryFileChunkRequest - org.elasticsearch.indices.recoveryのクラス
-
- RecoveryFileChunkRequest() - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- RecoveryFileChunkRequest(long, ShardId, StoreFileMetaData, long, BytesReference, boolean, int, long) - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- RecoveryFilesInfoRequest - org.elasticsearch.indices.recoveryのクラス
-
- RecoveryFilesInfoRequest() - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryFilesInfoRequest
-
- RecoveryFinalizeRecoveryRequest - org.elasticsearch.indices.recoveryのクラス
-
- RecoveryFinalizeRecoveryRequest() - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryFinalizeRecoveryRequest
-
- recoveryFromSnapshot(Engine, Translog.Snapshot) - クラス のメソッドorg.elasticsearch.index.shard.TranslogRecoveryPerformer
-
- recoveryId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
-
- recoveryId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- recoveryId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFilesInfoRequest
-
- recoveryId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFinalizeRecoveryRequest
-
- recoveryId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
-
- recoveryId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
- recoveryId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
-
- recoveryId() - クラス のメソッドorg.elasticsearch.indices.recovery.StartRecoveryRequest
-
- RecoveryPrepareForTranslogOperationsRequest - org.elasticsearch.indices.recoveryのクラス
-
- RecoveryPrepareForTranslogOperationsRequest() - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
-
- RecoveryRequest - org.elasticsearch.action.admin.indices.recoveryのクラス
-
Request for recovery information
- RecoveryRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.recovery.RecoveryRequest
-
Constructs a request for recovery information for all shards
- RecoveryRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.recovery.RecoveryRequest
-
Constructs a request for recovery information for all shards for the given indices
- RecoveryRequestBuilder - org.elasticsearch.action.admin.indices.recoveryのクラス
-
Recovery information request builder.
- RecoveryRequestBuilder(ElasticsearchClient, RecoveryAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.recovery.RecoveryRequestBuilder
-
Constructs a new recovery information request builder.
- RecoveryResponse - org.elasticsearch.action.admin.indices.recoveryのクラス
-
Information regarding the recovery state of indices and their associated shards.
- RecoveryResponse() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.recovery.RecoveryResponse
-
- RecoveryResponse(int, int, int, boolean, Map<String, List<RecoveryState>>, List<ShardOperationFailedException>) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.recovery.RecoveryResponse
-
Constructs recovery information for a collection of indices and associated shards.
- RecoverySettings - org.elasticsearch.indices.recoveryのクラス
-
- RecoverySettings(Settings, NodeSettingsService) - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoverySettings
-
- RecoverySource - 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.
- RecoverySource(Settings, TransportService, IndicesService, RecoverySettings, ClusterService) - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoverySource
-
- RecoverySource.Actions - org.elasticsearch.indices.recoveryのクラス
-
- RecoverySourceHandler - 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, StartRecoveryRequest, RecoverySettings, TransportService, ESLogger) - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoverySourceHandler
-
- recoveryState() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
Returns the current
RecoveryState if this shard is recovering or has been recovering.
- RecoveryState - org.elasticsearch.indices.recoveryのクラス
-
Keeps track of state related to shard recovery.
- RecoveryState(ShardId, boolean, RecoveryState.Type, DiscoveryNode, DiscoveryNode) - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryState
-
- RecoveryState(ShardId, boolean, RecoveryState.Type, RestoreSource, DiscoveryNode) - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryState
-
- RecoveryState.File - org.elasticsearch.indices.recoveryのクラス
-
- RecoveryState.Index - org.elasticsearch.indices.recoveryのクラス
-
- RecoveryState.Stage - org.elasticsearch.indices.recoveryの列挙型
-
- RecoveryState.Timer - org.elasticsearch.indices.recoveryのクラス
-
- RecoveryState.Translog - org.elasticsearch.indices.recoveryのクラス
-
- RecoveryState.Type - org.elasticsearch.indices.recoveryの列挙型
-
- RecoveryState.VerifyIndex - org.elasticsearch.indices.recoveryのクラス
-
- recoveryStats - クラス の変数org.elasticsearch.action.admin.indices.stats.CommonStats
-
- RecoveryStats - org.elasticsearch.index.recoveryのクラス
-
Recovery related statistics, starting at the shard level and allowing aggregation to
indices and node level
- RecoveryStats() - クラス のコンストラクタorg.elasticsearch.index.recovery.RecoveryStats
-
- recoveryStats() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
returns stats about ongoing recoveries, both source and target
- RecoveryStatus - org.elasticsearch.indices.recoveryのクラス
-
- RecoveryStatus(IndexShard, DiscoveryNode, RecoveryTarget.RecoveryListener) - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryStatus
-
- RecoveryTarget - org.elasticsearch.indices.recoveryのクラス
-
The recovery target handles recoveries of peer shards of the shard+node to recover to.
- RecoveryTarget(Settings, ThreadPool, TransportService, IndicesLifecycle, RecoverySettings, ClusterService) - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryTarget
-
- RecoveryTarget.Actions - org.elasticsearch.indices.recoveryのクラス
-
- RecoveryTarget.RecoveryListener - org.elasticsearch.indices.recoveryのインタフェース
-
- RecoveryTranslogOperationsRequest - org.elasticsearch.indices.recoveryのクラス
-
- RecoveryTranslogOperationsRequest() - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
-
- recoveryType() - クラス のメソッドorg.elasticsearch.indices.recovery.StartRecoveryRequest
-
- recursiveBinding() - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- recursiveImplementationType() - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- recursiveProviderType() - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- recycle(T) - クラス のメソッドorg.elasticsearch.common.recycler.AbstractRecyclerC
-
- recycle(T) - インタフェース のメソッドorg.elasticsearch.common.recycler.Recycler.C
-
Recycle the data.
- recycler(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- recycler() - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- Recycler<T> - org.elasticsearch.common.recyclerのインタフェース
-
A recycled object, note, implementations should support calling obtain and then recycle
on different threads.
- RECYCLER - クラス のstatic変数org.elasticsearch.rest.action.admin.indices.cache.clear.RestClearIndicesCacheAction.Fields
-
- Recycler.C<T> - org.elasticsearch.common.recyclerのインタフェース
-
- Recycler.Factory<T> - org.elasticsearch.common.recyclerのインタフェース
-
- Recycler.V<T> - org.elasticsearch.common.recyclerのインタフェース
-
- Recyclers - org.elasticsearch.common.recyclerの列挙型
-
- reduce(PercolateRequest, AtomicReferenceArray, PercolatorService) - クラス のstaticメソッドorg.elasticsearch.action.percolate.TransportPercolateAction
-
- reduce(byte, List<PercolateShardResponse>, HasContextAndHeaders) - クラス のメソッドorg.elasticsearch.percolator.PercolatorService
-
- reduce(List<? extends InternalSignificantTerms.Bucket>, InternalAggregation.ReduceContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms.Bucket
-
- reduce(List<? extends InternalTerms.Bucket>, InternalAggregation.ReduceContext) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- reduce(List<InternalAggregation>, InternalAggregation.ReduceContext) - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregation
-
Reduces the given addAggregation to a single one and returns it.
- reduce(List<InternalAggregations>, InternalAggregation.ReduceContext) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.InternalAggregations
-
Reduces the given lists of addAggregation.
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.having.BucketSelectorPipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
-
- reduce(InternalAggregation, InternalAggregation.ReduceContext) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.SiblingPipelineAggregator
-
- reduce(Map<String, List<Suggest.Suggestion>>) - クラス のstaticメソッドorg.elasticsearch.search.suggest.Suggest
-
- reduce(List<T>) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- reduce(List<Suggest.Suggestion<T>>) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion
-
Merges the result of another suggestion into this suggestion.
- REDUCE_PARAMS_FIELD - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricParser
-
- REDUCE_SCRIPT - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricParser
-
- REDUCE_SCRIPT_FIELD - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricParser
-
- ReduceContext(BigArrays, ScriptService, HasContextAndHeaders) - クラス のコンストラクタorg.elasticsearch.search.aggregations.InternalAggregation.ReduceContext
-
- reducedAggregations() - クラス のメソッドorg.elasticsearch.percolator.PercolatorService.ReduceResult
-
- reducedType() - クラス のメソッドorg.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource
-
- reducedType() - クラス のメソッドorg.elasticsearch.index.fielddata.fieldcomparator.DoubleValuesComparatorSource
-
- reducedType() - クラス のメソッドorg.elasticsearch.index.fielddata.fieldcomparator.FloatValuesComparatorSource
-
- reducedType() - クラス のメソッドorg.elasticsearch.index.fielddata.fieldcomparator.LongValuesComparatorSource
-
- reducedType() - クラス のメソッドorg.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
-
- ReduceResult(long, InternalAggregations) - クラス のコンストラクタorg.elasticsearch.percolator.PercolatorService.ReduceResult
-
- reduceScript(Script) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricBuilder
-
Set the reduce script.
- ReduceSearchPhaseException - 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[]) - 例外 のコンストラクタorg.elasticsearch.action.search.ReduceSearchPhaseException
-
- ReduceSearchPhaseException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.action.search.ReduceSearchPhaseException
-
- refCount() - クラス のメソッドorg.elasticsearch.common.util.concurrent.AbstractRefCounted
-
Returns the current reference count.
- refCount() - クラス のメソッドorg.elasticsearch.index.store.Store
-
Returns the current reference count.
- RefCounted - 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メソッドorg.elasticsearch.search.suggest.context.ContextBuilder
-
- reference(String, String, Iterable<? extends CharSequence>) - クラス のstaticメソッドorg.elasticsearch.search.suggest.context.ContextBuilder
-
- refresh - クラス の変数org.elasticsearch.action.admin.indices.stats.CommonStats
-
- refresh(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- refresh() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- refresh(boolean) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
Should a refresh be executed post this bulk operation causing the operations to
be searchable.
- refresh() - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
- refresh(boolean) - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequest
-
Should a refresh be executed post this index operation causing the operation to
be searchable.
- refresh() - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequest
-
- refresh(boolean) - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
Should a refresh be executed before this get operation causing the operation to
return the latest value.
- refresh() - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
- refresh() - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- refresh(boolean) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- refresh() - クラス のメソッドorg.elasticsearch.action.get.MultiGetShardRequest
-
- refresh(boolean) - クラス のメソッドorg.elasticsearch.action.get.MultiGetShardRequest
-
- refresh(boolean) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Should a refresh be executed post this index operation causing the operation to
be searchable.
- refresh() - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- refresh(boolean) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
Should a refresh be executed post this update operation causing the operation to
be searchable.
- refresh() - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- refresh(RefreshRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
- refresh(RefreshRequest, ActionListener<RefreshResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
- refresh() - クラス のメソッドorg.elasticsearch.cluster.InternalClusterInfoService
-
Refreshes the ClusterInfo in a blocking fashion
- refresh() - クラス のメソッドorg.elasticsearch.common.util.SingleObjectCache
-
Returns a new instance to cache
- refresh(String) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
Refreshes the engine for new search operations to reflect the latest
changes.
- refresh(String) - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- refresh(String) - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- refresh(String) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- REFRESH - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool.Names
-
- RefreshAction - org.elasticsearch.action.admin.indices.refreshのクラス
-
- RefreshFailedEngineException - org.elasticsearch.index.engineの例外
-
- RefreshFailedEngineException(ShardId, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.engine.RefreshFailedEngineException
-
- RefreshFailedEngineException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.engine.RefreshFailedEngineException
-
- refreshInterval() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessInfo
-
- refreshMapping(String, String) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataMappingService
-
Refreshes mappings if they are not the same between original and parsed version
- refreshNeeded() - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
- RefreshRequest - org.elasticsearch.action.admin.indices.refreshのクラス
-
A refresh request making all operations performed since the last refresh available for search.
- RefreshRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.refresh.RefreshRequest
-
- RefreshRequest(ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.refresh.RefreshRequest
-
Copy constructor that creates a new refresh request that is a copy of the one provided as an argument.
- RefreshRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.refresh.RefreshRequest
-
- refreshRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a refresh indices request.
- RefreshRequestBuilder - org.elasticsearch.action.admin.indices.refreshのクラス
-
A refresh request making all operations performed since the last refresh available for search.
- RefreshRequestBuilder(ElasticsearchClient, RefreshAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.refresh.RefreshRequestBuilder
-
- RefreshResponse - org.elasticsearch.action.admin.indices.refreshのクラス
-
The response of a refresh action.
- refreshSettings(Settings) - クラス のメソッドorg.elasticsearch.index.settings.IndexSettingsService
-
- RefreshStats - org.elasticsearch.index.refreshのクラス
-
- RefreshStats() - クラス のコンストラクタorg.elasticsearch.index.refresh.RefreshStats
-
- RefreshStats(long, long) - クラス のコンストラクタorg.elasticsearch.index.refresh.RefreshStats
-
- refreshStats() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- Regex - org.elasticsearch.common.regexのクラス
-
- Regex() - クラス のコンストラクタorg.elasticsearch.common.regex.Regex
-
- regex - クラス の変数org.elasticsearch.index.fielddata.plain.AbstractIndexOrdinalsFieldData
-
- RegexpFlag - org.elasticsearch.index.queryの列挙型
-
Regular expression syntax flags.
- regexpQuery(String, int, int, MultiTermQuery.RewriteMethod, QueryParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- regexpQuery(String, String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing terms with a specified regular expression.
- RegexpQueryBuilder - org.elasticsearch.index.queryのクラス
-
A Query that does fuzzy matching for a specific value.
- RegexpQueryBuilder(String, String) - クラス のコンストラクタorg.elasticsearch.index.query.RegexpQueryBuilder
-
Constructs a new term query.
- RegexpQueryParser - org.elasticsearch.index.queryのクラス
-
- RegexpQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.RegexpQueryParser
-
- register(MembersInjector<? super I>) - インタフェース のメソッドorg.elasticsearch.common.inject.spi.TypeEncounter
-
Registers a members injector for type I.
- register(InjectionListener<? super I>) - インタフェース のメソッドorg.elasticsearch.common.inject.spi.TypeEncounter
-
Registers an injection listener for type I.
- register(String, String, TransportRequest) - クラス のメソッドorg.elasticsearch.tasks.TaskManager
-
Registers a task without parent task
Returns the task manager tracked task or null if the task doesn't support the task manager
- registerAction(GenericAction<Request, Response>, Class<? extends TransportAction<Request, Response>>, Class...) - クラス のメソッドorg.elasticsearch.action.ActionModule
-
Registers an action.
- registerAggregatorParser(Class<? extends Aggregator.Parser>) - クラス のメソッドorg.elasticsearch.search.SearchModule
-
Enabling extending the get module by adding a custom aggregation parser.
- registerAllocationDecider(Class<? extends AllocationDecider>) - クラス のメソッドorg.elasticsearch.cluster.ClusterModule
-
- registerBreaker(BreakerSettings) - クラス のメソッドorg.elasticsearch.indices.breaker.CircuitBreakerService
-
Allows to register of a custom circuit breaker.
- registerBreaker(BreakerSettings) - クラス のメソッドorg.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
Allows to register a custom circuit breaker.
- registerBreaker(BreakerSettings) - クラス のメソッドorg.elasticsearch.indices.breaker.NoneCircuitBreakerService
-
- registerChildTask(Task, String) - クラス のメソッドorg.elasticsearch.tasks.TaskManager
-
- registerClusterDynamicSetting(String, Validator) - クラス のメソッドorg.elasticsearch.cluster.ClusterModule
-
- registerConnectionListener - クラス の変数org.elasticsearch.discovery.zen.fd.FaultDetection
-
- registerExtension(String, Class<? extends T>) - クラス のメソッドorg.elasticsearch.common.util.ExtensionPoint.ClassMap
-
Registers an extension class for a given key.
- registerExtension(Class<? extends T>) - クラス のメソッドorg.elasticsearch.common.util.ExtensionPoint.ClassSet
-
Registers a new extension
- registerExtension(K, V) - クラス のメソッドorg.elasticsearch.common.util.ExtensionPoint.InstanceMap
-
Registers a mapping from key to value
- registerFactory(String, AllocationCommand.Factory) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
Register a custom index meta data factory.
- registerFetchSubPhase(Class<? extends FetchSubPhase>) - クラス のメソッドorg.elasticsearch.search.SearchModule
-
- registerFilter(Class<? extends ActionFilter>) - クラス のメソッドorg.elasticsearch.action.ActionModule
-
- registerFilter(RestFilter) - クラス のメソッドorg.elasticsearch.rest.RestController
-
Registers a pre processor to be executed before the rest request is actually handled.
- registerFunctionScoreParser(Class<? extends ScoreFunctionParser>) - クラス のメソッドorg.elasticsearch.search.SearchModule
-
- registerGatewayType(String, Class<? extends Gateway>) - クラス のメソッドorg.elasticsearch.gateway.GatewayModule
-
Adds a custom Discovery type.
- registerHandler(RestRequest.Method, String, RestHandler) - クラス のメソッドorg.elasticsearch.rest.RestController
-
Registers a rest handler to be execute when the provided method and path match the request.
- registerHeuristicParser(Class<? extends SignificanceHeuristicParser>) - クラス のメソッドorg.elasticsearch.search.SearchModule
-
- registerHighlighter(String, Class<? extends Highlighter>) - クラス のメソッドorg.elasticsearch.search.SearchModule
-
- registerHunspellDictionary(String, Dictionary) - クラス のメソッドorg.elasticsearch.indices.IndicesModule
-
- registerIndexDynamicSetting(String, Validator) - クラス のメソッドorg.elasticsearch.cluster.ClusterModule
-
- registerIndexTemplateFilter(Class<? extends IndexTemplateFilter>) - クラス のメソッドorg.elasticsearch.cluster.ClusterModule
-
- registerMapper(String, Mapper.TypeParser) - クラス のメソッドorg.elasticsearch.indices.IndicesModule
-
Register a mapper for the given type.
- registerMetadataMapper(String, MetadataFieldMapper.TypeParser) - クラス のメソッドorg.elasticsearch.indices.IndicesModule
-
Register a root mapper under the given name.
- registerModelParser(Class<? extends MovAvgModel.AbstractModelParser>) - クラス のメソッドorg.elasticsearch.search.SearchModule
-
- registerPipelineParser(Class<? extends PipelineAggregator.Parser>) - クラス のメソッドorg.elasticsearch.search.SearchModule
-
- registerPrototype(String, ClusterState.Custom) - クラス のstaticメソッドorg.elasticsearch.cluster.ClusterState
-
Register a custom index meta data factory.
- registerPrototype(String, IndexMetaData.Custom) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
Register a custom index meta data factory.
- registerPrototype(String, MetaData.Custom) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.MetaData
-
Register a custom index meta data factory.
- registerPrototype(Class<T>, NamedWriteable<? extends T>) - クラス のメソッドorg.elasticsearch.common.io.stream.NamedWriteableRegistry
-
- registerQueryCache(String, Class<? extends QueryCache>) - クラス のメソッドorg.elasticsearch.index.cache.IndexCacheModule
-
- registerQueryParser(Class<? extends QueryParser>) - クラス のメソッドorg.elasticsearch.indices.IndicesModule
-
- registerRelevantHeaders(String...) - クラス のメソッドorg.elasticsearch.rest.RestController
-
- registerRepository(String, Class<? extends Repository>, Class<? extends IndexShardRepository>) - クラス のメソッドorg.elasticsearch.repositories.RepositoriesModule
-
- registerRepository(RepositoriesService.RegisterRepositoryRequest, ActionListener<ClusterStateUpdateResponse>) - クラス のメソッドorg.elasticsearch.repositories.RepositoriesService
-
Registers new repository in the cluster
This method can be only called on the master node.
- registerRepository(String, Class<? extends Repository>, Class<? extends IndexShardRepository>) - クラス のメソッドorg.elasticsearch.repositories.RepositoryTypesRegistry
-
Adds a new repository type to the registry, bound to the given implementation classes.
- RegisterRepositoryRequest(String, String, String, boolean) - クラス のコンストラクタorg.elasticsearch.repositories.RepositoriesService.RegisterRepositoryRequest
-
Constructs new register repository request
- registerRequestHandler(String, Class<Request>, String, TransportRequestHandler<Request>) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
Registers a new request handler
- registerRequestHandler(String, Callable<Request>, String, TransportRequestHandler<Request>) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
Registers a new request handler
- registerRequestHandler(String, Class<Request>, String, boolean, TransportRequestHandler<Request>) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
Registers a new request handler
- registerRequestHandler(RequestHandlerRegistry<Request>) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- registerScript(String, Class<? extends NativeScriptFactory>) - クラス のメソッドorg.elasticsearch.script.ScriptModule
-
- registerScriptContext(ScriptContext.Plugin) - クラス のメソッドorg.elasticsearch.script.ScriptModule
-
Registers a custom script context that can be used by plugins to categorize the different operations that they use scripts for.
- registerShardsAllocator(String, Class<? extends ShardsAllocator>) - クラス のメソッドorg.elasticsearch.cluster.ClusterModule
-
- registerStream(AggregationStreams.Stream, BytesReference...) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationStreams
-
Registers the given stream and associate it with the given types.
- registerStream(BucketStreams.Stream, BytesReference...) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.BucketStreams
-
Registers the given stream and associate it with the given types.
- registerStream() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.children.InternalChildren
-
- registerStream() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.filters.InternalFilters
-
- registerStream() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- registerStream() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.nested.InternalNested
-
- registerStream() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested
-
- registerStream() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange
-
- registerStream() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance
-
- registerStream() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- registerStream() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range
-
- registerStream(SignificanceHeuristicStreams.Stream) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristicStreams
-
Registers the given stream and associate it with the given types.
- registerStream() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- registerStream() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
- registerStream(MovAvgModelStreams.Stream) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.MovAvgModelStreams
-
Registers the given stream and associate it with the given types.
- registerStream(PipelineAggregatorStreams.Stream, BytesReference...) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorStreams
-
Registers the given stream and associate it with the given types.
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.filter.InternalFilter
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.global.InternalGlobal
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.missing.InternalMissing
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.sampler.UnmappedSampler
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.terms.LongTerms
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.InternalExtendedStatsBucket
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.InternalStatsBucket
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.having.BucketSelectorPipelineAggregator
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
-
- registerStreams() - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
-
- registerSuggester(String, Class<? extends Suggester>) - クラス のメソッドorg.elasticsearch.search.SearchModule
-
- registerTaskStatus(Task.Status) - クラス のメソッドorg.elasticsearch.common.network.NetworkModule
-
- rehash(boolean) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.CardinalityBuilder
-
Expert: set to false in case values of this field can already be treated
as 64-bits hash values.
- reinitShadowPrimary(ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- rejected() - クラス のメソッドorg.elasticsearch.common.util.concurrent.EsAbortPolicy
-
- rejected() - インタフェース のメソッドorg.elasticsearch.common.util.concurrent.XRejectedExecutionHandler
-
The number of rejected executions.
- rejectedExecution(Runnable, ThreadPoolExecutor) - クラス のメソッドorg.elasticsearch.common.util.concurrent.EsAbortPolicy
-
- rejoin(ClusterState, String) - クラス のメソッドorg.elasticsearch.discovery.zen.ZenDiscovery
-
- RejoinClusterRequest() - クラス のコンストラクタorg.elasticsearch.discovery.zen.ZenDiscovery.RejoinClusterRequest
-
- relation(ShapeRelation) - クラス のメソッドorg.elasticsearch.index.query.GeoShapeQueryBuilder
-
Sets the relation of query shape and indexed shape.
- Releasable - org.elasticsearch.common.leaseのインタフェース
-
- ReleasableBytesStream - org.elasticsearch.common.ioのインタフェース
-
A bytes stream that requires its bytes to be released once no longer used.
- ReleasableBytesStreamOutput - org.elasticsearch.common.io.streamのクラス
-
- ReleasableBytesStreamOutput(BigArrays) - クラス のコンストラクタorg.elasticsearch.common.io.stream.ReleasableBytesStreamOutput
-
- ReleasableBytesStreamOutput(int, BigArrays) - クラス のコンストラクタorg.elasticsearch.common.io.stream.ReleasableBytesStreamOutput
-
- ReleasableLock - org.elasticsearch.common.util.concurrentのクラス
-
Releasable lock used inside of Engine implementations
- ReleasableLock(Lock) - クラス のコンストラクタorg.elasticsearch.common.util.concurrent.ReleasableLock
-
- ReleasablePagedBytesReference - org.elasticsearch.common.bytesのクラス
-
- ReleasablePagedBytesReference(BigArrays, ByteArray, int) - クラス のコンストラクタorg.elasticsearch.common.bytes.ReleasablePagedBytesReference
-
- Releasables - org.elasticsearch.common.leaseの列挙型
-
- release() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- release() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- release(T) - クラス のメソッドorg.elasticsearch.common.util.concurrent.KeyedLock
-
- release() - クラス のメソッドorg.elasticsearch.index.engine.Engine.GetResult
-
- ReleaseChannelFutureListener - org.elasticsearch.common.nettyのクラス
-
A channel listener that releases a
Releasable when
the operation is complete.
- ReleaseChannelFutureListener(Releasable) - クラス のコンストラクタorg.elasticsearch.common.netty.ReleaseChannelFutureListener
-
- relevantHeaders() - クラス のメソッドorg.elasticsearch.rest.RestController
-
- relocate(ShardRouting, String, long) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
Relocate a shard to another node, adding the target initializing
shard as well as assigning it.
- relocated(String) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- relocating() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
Returns true iff the this shard is currently relocating to
another node.
- relocatingNodeId() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
The relocating node id the shard is either relocating to or relocating from.
- remaining() - クラス のメソッドorg.elasticsearch.cluster.routing.PlainShardsIterator
-
- remaining() - インタフェース のメソッドorg.elasticsearch.cluster.routing.ShardsIterator
-
- remaining - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery.ParentWeight
-
非推奨です。
- remainingCapacity() - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- remoteAddress(TransportAddress) - クラス のメソッドorg.elasticsearch.transport.TransportMessage
-
- remoteAddress() - クラス のメソッドorg.elasticsearch.transport.TransportMessage
-
- RemoteTransportException - org.elasticsearch.transportの例外
-
A remote exception for an action.
- RemoteTransportException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.transport.RemoteTransportException
-
- RemoteTransportException(String, TransportAddress, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.transport.RemoteTransportException
-
- RemoteTransportException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.transport.RemoteTransportException
-
- remove(NodeIndexDeletedAction.Listener) - クラス のメソッドorg.elasticsearch.cluster.action.index.NodeIndexDeletedAction
-
- remove(ClusterStateListener) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
Removes a listener for updated cluster states.
- remove(LocalNodeMasterListener) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
Remove the given listener for on/off local master events
- remove(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- remove(String) - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes.Builder
-
- remove() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.RoutingNodeIterator
-
- remove() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.RoutingNodesIterator
-
- remove() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards.UnassignedIterator
-
Unsupported operation, just there for the interface.
- remove(String) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable.Builder
-
- remove(ClusterStateListener) - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- remove(LocalNodeMasterListener) - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- remove(int) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- remove(KType) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- remove(K) - クラス のメソッドorg.elasticsearch.common.collect.MapBuilder
-
- remove(String) - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Removes the provided setting from the internal map holding the current list of settings.
- remove(long) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- remove(Object) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- remove(Object, Object) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- remove(long) - インタフェース のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentMapLong
-
- remove(Object) - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- remove(long) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.common.util.MinimalMap
-
- remove() - クラス のメソッドorg.elasticsearch.index.mapper.ContentPath
-
- remove(FieldMapper) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMappers
-
- remove(String) - クラス のメソッドorg.elasticsearch.index.store.Store.LegacyChecksums
-
- remove(Object) - クラス のメソッドorg.elasticsearch.search.lookup.LeafDocLookup
-
- remove(Object) - クラス のメソッドorg.elasticsearch.search.lookup.LeafFieldsLookup
-
- remove() - クラス のメソッドorg.elasticsearch.search.lookup.PositionIterator
-
- remove(Object) - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- remove(Listener) - クラス のメソッドorg.elasticsearch.watcher.AbstractResourceWatcher
-
Unregisters a listener
- removeAlias(String[], String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
Removes an alias to the index.
- removeAlias(String, String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
Removes an alias to the index.
- removeAlias(String, String) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Removes an alias from the index.
- removeAlias(String[], String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Removes aliases from the index.
- removeAlias(String, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequestBuilder
-
Removes aliases from the index.
- removeAlias(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- removeAll(IntContainer) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- removeAll(IntPredicate) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- removeAll(IntObjectPredicate<? super VType>) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- removeAll(ObjectContainer<? super KType>) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- removeAll(ObjectPredicate<? super KType>) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- removeAll(ObjectObjectPredicate<? super KType, ? super VType>) - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- removeAllAliases() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- removeAllIndices() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- removeAndAdd(long) - クラス のメソッドorg.elasticsearch.common.util.BytesRefHash
-
- removeAndAdd(long) - クラス のメソッドorg.elasticsearch.common.util.LongHash
-
- removeAndAdd(long) - クラス のメソッドorg.elasticsearch.common.util.LongObjectPagedHashMap
-
- removeAndIgnore() - クラス のメソッド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).
- removeAttribute(String) - クラス のメソッドorg.elasticsearch.node.service.NodeService
-
- removeBan(TaskId) - クラス のメソッドorg.elasticsearch.tasks.TaskManager
-
Removes the ban for the specified parent task.
- removeConnectionListener(TransportConnectionListener) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- removeContext(long) - クラス のメソッドorg.elasticsearch.search.SearchService
-
- removeCorruptionMarker() - クラス のメソッドorg.elasticsearch.index.store.Store
-
Deletes all corruption markers from this store.
- removeCurrent() - クラス のstaticメソッドorg.elasticsearch.search.internal.SearchContext
-
- removeCurrentReference() - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstructionContext
-
- removeCustom(String) - クラス のメソッドorg.elasticsearch.cluster.ClusterState.Builder
-
- removeCustom(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- removeCustom(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- removeCustom(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- removed() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes.Delta
-
- removeDeadMembers(Set<String>, String) - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
- removedNodes() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes.Delta
-
- removedQuery(BytesRef, Query) - クラス のメソッドorg.elasticsearch.index.percolator.stats.ShardPercolateService
-
- removeFilter(String) - クラス のメソッドorg.elasticsearch.common.settings.SettingsFilter
-
Removes a simple pattern from the list of filters
- removeGlobalBlock(ClusterBlock) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks.Builder
-
- removeHandler(String) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- removeHostsProvider(UnicastHostsProvider) - クラス のメソッドorg.elasticsearch.discovery.zen.ping.unicast.UnicastZenPing
-
- removeIndex(String, String) - クラス のメソッドorg.elasticsearch.indices.IndicesService
-
Removes the given index from this service and releases all associated resources.
- removeIndexBlock(String, ClusterBlock) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks.Builder
-
- removeIndexBlocks(String) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlocks.Builder
-
- removeInitialStateBlock(ClusterBlock) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
Remove an initial block to be set on the first cluster state created.
- removeInitialStateBlock(ClusterBlock) - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- removeLifecycleListener(LifecycleListener) - クラス のメソッドorg.elasticsearch.common.component.AbstractLifecycleComponent
-
- removeLifecycleListener(LifecycleListener) - インタフェース のメソッドorg.elasticsearch.common.component.LifecycleComponent
-
- removeListener() - 列挙型 のメソッドorg.elasticsearch.action.ThreadingModel
-
- removeListener(InitialStateDiscoveryListener) - インタフェース のメソッドorg.elasticsearch.discovery.Discovery
-
- removeListener(InitialStateDiscoveryListener) - クラス のメソッドorg.elasticsearch.discovery.local.LocalDiscovery
-
- removeListener(MasterFaultDetection.Listener) - クラス のメソッドorg.elasticsearch.discovery.zen.fd.MasterFaultDetection
-
- removeListener(NodesFaultDetection.Listener) - クラス のメソッドorg.elasticsearch.discovery.zen.fd.NodesFaultDetection
-
- removeListener(InitialStateDiscoveryListener) - クラス のメソッドorg.elasticsearch.discovery.zen.ZenDiscovery
-
- removeListener(IndexingOperationListener) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- removeListener(IndexSettingsService.Listener) - クラス のメソッドorg.elasticsearch.index.settings.IndexSettingsService
-
- removeListener(IndicesLifecycle.Listener) - インタフェース のメソッドorg.elasticsearch.indices.IndicesLifecycle
-
Remove a listener.
- removeListener(IndicesWarmer.Listener) - クラス のメソッドorg.elasticsearch.indices.IndicesWarmer
-
- removeListener(IndicesLifecycle.Listener) - クラス のメソッドorg.elasticsearch.indices.InternalIndicesLifecycle
-
- removeListener(NodeSettingsService.Listener) - クラス のメソッドorg.elasticsearch.node.settings.NodeSettingsService
-
- removeListener(ActionListener<RestoreService.RestoreCompletionResponse>) - クラス のメソッドorg.elasticsearch.snapshots.RestoreService
-
Removes restore completion listener
This listener is called for each snapshot that finishes restore operation in the cluster.
- removeListener(SnapshotsService.SnapshotCompletionListener) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService
-
Removes snapshot completion listener
- removeMapping(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- removeMapping(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- removeOpenIndexOutputs(String) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
remove and IndexOutput for a given file.
- removeOperation() - 列挙型 のメソッドorg.elasticsearch.action.ThreadingModel
-
- removePercolateQuery(String) - クラス のメソッドorg.elasticsearch.index.percolator.PercolatorQueriesRegistry
-
- removePlugin(String, Terminal) - クラス のメソッドorg.elasticsearch.plugins.PluginManager
-
- removeReplica() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable.Builder
-
- RemoveRequest(String) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.RemoveRequest
-
- RemoveResponse(boolean) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.RemoveResponse
-
- removeShard(ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable.Builder
-
- removeShard(int, String) - クラス のメソッドorg.elasticsearch.index.IndexService
-
- removeTemplate(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- removeTemplates(MetaDataIndexTemplateService.RemoveRequest, MetaDataIndexTemplateService.RemoveListener) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService
-
- removeTransportAddress(TransportAddress) - クラス のメソッドorg.elasticsearch.client.transport.TransportClient
-
Removes a transport address from the list of transport addresses that are used to connect to.
- removeTransportAddress(TransportAddress) - クラス のメソッドorg.elasticsearch.client.transport.TransportClientNodesService
-
- removeTypeListener(DocumentTypeListener) - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- removeTypes() - クラス のstaticメソッドorg.elasticsearch.index.query.QueryParseContext
-
- renameAllTempFiles() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
renames all temporary files to their true name, potentially overriding existing files
- renameFile(String, String) - クラス のメソッドorg.elasticsearch.index.store.Store
-
- renamePattern(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets rename pattern that should be applied to restored indices.
- renamePattern() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns rename pattern
- renamePattern() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns rename pattern
- renameReplacement(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
- renameReplacement() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns rename replacement
- renameReplacement() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns replacement pattern
- renameTempFilesSafe(Map<String, String>) - クラス のメソッドorg.elasticsearch.index.store.Store
-
Renames all the given files form the key of the map to the
value of the map.
- renderHeader(XContentBuilder, ToXContent.Params) - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
- renderSearchTemplate(RenderSearchTemplateRequest) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Return the rendered search request for a given search template.
- renderSearchTemplate(RenderSearchTemplateRequest, ActionListener<RenderSearchTemplateResponse>) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Return the rendered search request for a given search template.
- RenderSearchTemplateAction - org.elasticsearch.action.admin.cluster.validate.templateのクラス
-
- RenderSearchTemplateAction() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.validate.template.RenderSearchTemplateAction
-
- RenderSearchTemplateRequest - org.elasticsearch.action.admin.cluster.validate.templateのクラス
-
- RenderSearchTemplateRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.validate.template.RenderSearchTemplateRequest
-
- RenderSearchTemplateRequestBuilder - org.elasticsearch.action.admin.cluster.validate.templateのクラス
-
- RenderSearchTemplateRequestBuilder(ElasticsearchClient, RenderSearchTemplateAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.validate.template.RenderSearchTemplateRequestBuilder
-
- RenderSearchTemplateResponse - org.elasticsearch.action.admin.cluster.validate.templateのクラス
-
- RenderSearchTemplateResponse() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.validate.template.RenderSearchTemplateResponse
-
- renderThrowable(XContentBuilder, ToXContent.Params, Throwable) - 例外 のstaticメソッドorg.elasticsearch.ElasticsearchException
-
- replace(String, String, String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Replace all occurrences of a substring within a string with
another string.
- replace(Long, T, T) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- replace(Long, T) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- replaceMissing(ValuesSource.Bytes, BytesRef) - 列挙型 のstaticメソッドorg.elasticsearch.search.aggregations.support.MissingValues
-
- replaceMissing(ValuesSource.Numeric, Number) - 列挙型 のstaticメソッドorg.elasticsearch.search.aggregations.support.MissingValues
-
- replaceMissing(ValuesSource.Bytes.WithOrdinals, BytesRef) - 列挙型 のstaticメソッドorg.elasticsearch.search.aggregations.support.MissingValues
-
- replaceMissing(ValuesSource.GeoPoint, GeoPoint) - 列挙型 のstaticメソッドorg.elasticsearch.search.aggregations.support.MissingValues
-
- replacePlaceholders(String, PropertyPlaceholder.PlaceholderResolver) - クラス のメソッドorg.elasticsearch.common.property.PropertyPlaceholder
-
- replacePropertyPlaceholders() - クラス のメソッドorg.elasticsearch.common.settings.Settings.Builder
-
Runs across all the settings set on this builder and replaces ${...}
- replay(long...) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.DeferringBucketCollector
-
- replicaActiveInitializingShardIt() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- ReplicaAfterPrimaryActiveAllocationDecider - 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) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.ReplicaAfterPrimaryActiveAllocationDecider
-
- replicaFirstActiveInitializingShardsIt() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- ReplicaShardAllocator - org.elasticsearch.gatewayのクラス
-
- ReplicaShardAllocator(Settings) - クラス のコンストラクタorg.elasticsearch.gateway.ReplicaShardAllocator
-
- replicaShards() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- replicaShardsWithState(ShardRoutingState...) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- ReplicationRequest<T extends ReplicationRequest<T>> - org.elasticsearch.action.support.replicationのクラス
-
- ReplicationRequest() - クラス のコンストラクタorg.elasticsearch.action.support.replication.ReplicationRequest
-
- ReplicationRequest(ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.support.replication.ReplicationRequest
-
Creates a new request that inherits headers and context from the request provided as argument.
- ReplicationRequest(ActionRequest, ShardId) - クラス のコンストラクタorg.elasticsearch.action.support.replication.ReplicationRequest
-
Creates a new request with resolved shard id
- ReplicationRequest(T) - クラス のコンストラクタorg.elasticsearch.action.support.replication.ReplicationRequest
-
Copy constructor that creates a new request that is a copy of the one provided as an argument.
- ReplicationRequest(T, ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.support.replication.ReplicationRequest
-
Copy constructor that creates a new request that is a copy of the one provided as an argument.
- ReplicationRequestBuilder<Request extends ReplicationRequest<Request>,Response extends ActionResponse,RequestBuilder extends ReplicationRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.action.support.replicationのクラス
-
- ReplicationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - クラス のコンストラクタorg.elasticsearch.action.support.replication.ReplicationRequestBuilder
-
- ReplicationTask - org.elasticsearch.action.support.replicationのクラス
-
Task that tracks replication actions.
- ReplicationTask(long, String, String, String, TaskId) - クラス のコンストラクタorg.elasticsearch.action.support.replication.ReplicationTask
-
- ReplicationTask.Status - org.elasticsearch.action.support.replicationのクラス
-
- repoFiles() - クラス のメソッドorg.elasticsearch.env.Environment
-
The shared filesystem repo locations.
- repositories() - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
-
The names of the repositories.
- repositories(String[]) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequest
-
Sets the list or repositories.
- repositories() - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesResponse
-
List of repositories to return
- repositories() - クラス のメソッドorg.elasticsearch.cluster.metadata.RepositoriesMetaData
-
Returns list of currently registered repositories
- RepositoriesMetaData - org.elasticsearch.cluster.metadataのクラス
-
Contains metadata about registered snapshot repositories
- RepositoriesMetaData(RepositoryMetaData...) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.RepositoriesMetaData
-
Constructs new repository metadata
- RepositoriesModule - org.elasticsearch.repositoriesのクラス
-
Sets up classes for Snapshot/Restore.
- RepositoriesModule() - クラス のコンストラクタorg.elasticsearch.repositories.RepositoriesModule
-
- RepositoriesService - org.elasticsearch.repositoriesのクラス
-
Service responsible for maintaining and providing access to snapshot repositories on nodes.
- RepositoriesService(Settings, ClusterService, TransportService, RepositoryTypesRegistry, Injector) - クラス のコンストラクタorg.elasticsearch.repositories.RepositoriesService
-
- RepositoriesService.RegisterRepositoryRequest - org.elasticsearch.repositoriesのクラス
-
Register repository request
- RepositoriesService.UnregisterRepositoryRequest - org.elasticsearch.repositoriesのクラス
-
Unregister repository request
- RepositoriesService.VerifyResponse - org.elasticsearch.repositoriesのクラス
-
Verify repository request
- repository(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets repository name
- repository() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Returns repository name
- repository(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
-
- repository() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
-
Returns repository name
- repository(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Sets repository name
- repository() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Returns repository name
- repository(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets repository name
- repository() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns repository name
- repository(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Sets repository name
- repository() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Returns repository name
- repository(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.RepositoriesMetaData
-
Returns a repository with a given name or null if such repository doesn't exist
- repository(String) - クラス のメソッドorg.elasticsearch.repositories.RepositoriesService
-
Returns registered repository
This method is called only on the master node
- Repository - org.elasticsearch.repositoriesのインタフェース
-
Snapshot repository interface.
- repository() - 例外 のメソッドorg.elasticsearch.repositories.RepositoryException
-
Returns repository name
- repository() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns repository name
- repository() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns snapshot repository
- RepositoryException - org.elasticsearch.repositoriesの例外
-
Generic repository exception
- RepositoryException(String, String) - 例外 のコンストラクタorg.elasticsearch.repositories.RepositoryException
-
- RepositoryException(String, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.repositories.RepositoryException
-
- RepositoryException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.repositories.RepositoryException
-
- RepositoryMetaData - org.elasticsearch.cluster.metadataのクラス
-
Metadata about registered repository
- RepositoryMetaData(String, String, Settings) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.RepositoryMetaData
-
Constructs new repository metadata
- RepositoryMissingException - org.elasticsearch.repositoriesの例外
-
Repository missing exception
- RepositoryMissingException(String) - 例外 のコンストラクタorg.elasticsearch.repositories.RepositoryMissingException
-
- RepositoryMissingException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.repositories.RepositoryMissingException
-
- RepositoryModule - org.elasticsearch.repositoriesのクラス
-
Binds repository classes for the specific repository type.
- RepositoryModule(RepositoryName, Settings, Settings, RepositoryTypesRegistry) - クラス のコンストラクタorg.elasticsearch.repositories.RepositoryModule
-
Spawns module for repository with specified name, type and settings
- repositoryName - クラス の変数org.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- RepositoryName - org.elasticsearch.repositoriesのクラス
-
Combines together the name and type of the repository
- RepositoryName(String, String) - クラス のコンストラクタorg.elasticsearch.repositories.RepositoryName
-
- RepositoryNameModule - org.elasticsearch.repositoriesのクラス
-
Binds specific instance of RepositoryName for injection to repository module
- RepositoryNameModule(RepositoryName) - クラス のコンストラクタorg.elasticsearch.repositories.RepositoryNameModule
-
- RepositorySettings - org.elasticsearch.repositoriesのクラス
-
Combines repository-specific settings with global settings
- RepositorySettings(Settings, Settings) - クラス のコンストラクタorg.elasticsearch.repositories.RepositorySettings
-
- RepositoryTypesRegistry - org.elasticsearch.repositoriesのクラス
-
- RepositoryTypesRegistry() - クラス のコンストラクタorg.elasticsearch.repositories.RepositoryTypesRegistry
-
- RepositoryVerificationException - org.elasticsearch.repositoriesの例外
-
Repository verification exception
- RepositoryVerificationException(String, String) - 例外 のコンストラクタorg.elasticsearch.repositories.RepositoryVerificationException
-
- RepositoryVerificationException(String, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.repositories.RepositoryVerificationException
-
- RepositoryVerificationException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.repositories.RepositoryVerificationException
-
- request - クラス の変数org.elasticsearch.action.ActionRequestBuilder
-
- request() - クラス のメソッドorg.elasticsearch.action.ActionRequestBuilder
-
- Request() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.Request
-
- Request(ActionRequest, String[]) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.Request
-
- request() - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemRequest
-
- request() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- Request() - クラス のコンストラクタorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Request
-
- request() - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- request() - クラス のメソッドorg.elasticsearch.action.support.single.shard.TransportSingleShardAction.InternalRequest
-
- Request(String[]) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.MetaDataDeleteIndexService.Request
-
- REQUEST - インタフェース のstatic変数org.elasticsearch.common.breaker.CircuitBreaker
-
- Request() - クラス のコンストラクタorg.elasticsearch.gateway.TransportNodesListGatewayMetaState.Request
-
- Request(String...) - クラス のコンストラクタorg.elasticsearch.gateway.TransportNodesListGatewayMetaState.Request
-
- Request() - クラス のコンストラクタorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards.Request
-
- Request(ShardId, String, String[]) - クラス のコンストラクタorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards.Request
-
- request() - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpRequest
-
- Request() - クラス のコンストラクタorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.Request
-
- Request(ShardId, boolean, Set<String>) - クラス のコンストラクタorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.Request
-
- Request(ShardId, boolean, String...) - クラス のコンストラクタorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.Request
-
- request() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- request - クラス の変数org.elasticsearch.rest.RestChannel
-
- request() - クラス のメソッドorg.elasticsearch.rest.RestChannel
-
- request() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- request() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- request() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- REQUEST_CIRCUIT_BREAKER_LIMIT_SETTING - クラス のstatic変数org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- REQUEST_CIRCUIT_BREAKER_OVERHEAD_SETTING - クラス のstatic変数org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- REQUEST_CIRCUIT_BREAKER_TYPE_SETTING - クラス のstatic変数org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- requestCache() - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- requestCache(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequest
-
- requestCache - クラス の変数org.elasticsearch.action.admin.indices.stats.CommonStats
-
- requestCache(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- requestCache() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- requestCache(Boolean) - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
- requestCache() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- requestCache() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- requestCache() - インタフェース のメソッドorg.elasticsearch.search.internal.ShardSearchRequest
-
- requestCache() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- requestCache() - クラス のメソッドorg.elasticsearch.search.warmer.IndexWarmersMetaData.Entry
-
- RequestCacheStats - org.elasticsearch.index.cache.requestのクラス
-
- RequestCacheStats() - クラス のコンストラクタorg.elasticsearch.index.cache.request.RequestCacheStats
-
- RequestCacheStats(long, long, long, long) - クラス のコンストラクタorg.elasticsearch.index.cache.request.RequestCacheStats
-
- requestedSize() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateShardResponse
-
- requestFactory - クラス の変数org.elasticsearch.action.support.tasks.TransportTasksAction
-
- requestHandler - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport.HttpChannelPipelineFactory
-
- RequestHandlerRegistry<Request extends TransportRequest> - org.elasticsearch.transportのクラス
-
- RequestHandlerRegistry(String, Callable<Request>, TaskManager, TransportRequestHandler<Request>, String, boolean) - クラス のコンストラクタorg.elasticsearch.transport.RequestHandlerRegistry
-
- requestInjection(Object) - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
- requestInjection(TypeLiteral<T>, T) - インタフェース のメソッドorg.elasticsearch.common.inject.Binder
-
Upon successful creation, the
Injector will inject instance fields
and methods of the given object.
- requestInjection(Object) - インタフェース のメソッドorg.elasticsearch.common.inject.Binder
-
Upon successful creation, the
Injector will inject instance fields
and methods of the given object.
- requestInjection(Object) - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
- requests() - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
The list of requests in this bulk request.
- requests() - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateRequest
-
- requests() - クラス のメソッドorg.elasticsearch.action.search.MultiSearchRequest
-
- Requests - org.elasticsearch.clientのクラス
-
A handy one stop shop for creating requests (make sure to import static this class).
- Requests() - クラス のコンストラクタorg.elasticsearch.client.Requests
-
- requestStaticInjection(Class<?>...) - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
- requestStaticInjection(Class<?>...) - インタフェース のメソッドorg.elasticsearch.common.inject.Binder
-
Upon successful creation, the
Injector will inject static fields
and methods in the given classes.
- requestStaticInjection(Class<?>...) - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
- requireBinding(Key<?>) - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
Adds a dependency from this module to key.
- requireBinding(Class<?>) - クラス のメソッドorg.elasticsearch.common.inject.AbstractModule
-
Adds a dependency from this module to type.
- requireBinding(Key<?>) - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
Instructs Guice to require a binding to the given key.
- requireBinding(Class<?>) - クラス のメソッドorg.elasticsearch.common.inject.PrivateModule
-
Instructs Guice to require a binding to the given type.
- required() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.Routing
-
- required(boolean) - クラス のメソッドorg.elasticsearch.common.cli.CliToolConfig.OptionBuilder
-
- required(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.internal.RoutingFieldMapper.Builder
-
- REQUIRED - クラス のstatic変数org.elasticsearch.index.mapper.internal.RoutingFieldMapper.Defaults
-
- required() - クラス のメソッドorg.elasticsearch.index.mapper.internal.RoutingFieldMapper
-
- REQUIRED_SIZE_FIELD_NAME - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.terms.AbstractTermsParametersParser
-
- requiredBits() - 列挙型 のメソッドorg.elasticsearch.index.fielddata.IndexNumericFieldData.NumericType
-
- requiredSize - クラス の変数org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- requiredSize - クラス の変数org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- requireFieldMatch(boolean) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder.Field
-
- requireFieldMatch(boolean) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder
-
Set to true to cause a field to be highlighted only if a query matches that field.
- requireFieldMatch() - クラス のメソッドorg.elasticsearch.search.highlight.SearchContextHighlight.FieldOptions
-
- requireFilters() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- REQUIRES_NAME - クラス のstatic変数org.elasticsearch.action.support.DestructiveOperations
-
Setting which controls whether wildcard usage (*, prefix*, _all) is allowed.
- requiresContext() - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper.CompletionFieldType
-
- requiresLayout() - クラス のメソッドorg.elasticsearch.common.logging.log4j.TerminalAppender
-
- reroute(ClusterRerouteRequest) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Reroutes allocation of shards.
- reroute(ClusterRerouteRequest, ActionListener<ClusterRerouteResponse>) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Reroutes allocation of shards.
- reroute(ClusterState, AllocationCommands) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.AllocationService
-
- reroute(ClusterState, AllocationCommands, boolean) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.AllocationService
-
- reroute(ClusterState, String) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.AllocationService
-
Reroutes the routing table based on the live nodes.
- reroute(ClusterState, String, boolean) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.AllocationService
-
Reroutes the routing table based on the live nodes.
- reroute(String) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingService
-
Initiates a reroute.
- reroute(ShardId, String) - クラス のメソッドorg.elasticsearch.gateway.AsyncShardFetch
-
Implement this in order to scheduled another round that causes a call to fetch data.
- RerouteExplanation - org.elasticsearch.cluster.routing.allocationのクラス
-
Class encapsulating the explanation for a single
AllocationCommand
taken from the Deciders
- RerouteExplanation(AllocationCommand, Decision) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.RerouteExplanation
-
- rescore() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- rescore() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- rescore() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- rescore() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- rescore(TopDocs, SearchContext, RescoreSearchContext) - クラス のメソッドorg.elasticsearch.search.rescore.QueryRescorer
-
- rescore(TopDocs, SearchContext, RescoreSearchContext) - インタフェース のメソッドorg.elasticsearch.search.rescore.Rescorer
-
Modifies the result of the previously executed search (
TopDocs)
in place based on the given
RescoreSearchContext.
- RescoreBuilder - org.elasticsearch.search.rescoreのクラス
-
- RescoreBuilder() - クラス のコンストラクタorg.elasticsearch.search.rescore.RescoreBuilder
-
- RescoreBuilder.QueryRescorer - org.elasticsearch.search.rescoreのクラス
-
- RescoreBuilder.Rescorer - org.elasticsearch.search.rescoreのクラス
-
- RescoreParseElement - org.elasticsearch.search.rescoreのクラス
-
- RescoreParseElement() - クラス のコンストラクタorg.elasticsearch.search.rescore.RescoreParseElement
-
- RescorePhase - org.elasticsearch.search.rescoreのクラス
-
- RescorePhase(Settings) - クラス のコンストラクタorg.elasticsearch.search.rescore.RescorePhase
-
- rescoreQueryWeight() - クラス のメソッドorg.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
-
- rescorer(RescoreBuilder.Rescorer) - クラス のメソッドorg.elasticsearch.search.rescore.RescoreBuilder
-
- Rescorer(String) - クラス のコンストラクタorg.elasticsearch.search.rescore.RescoreBuilder.Rescorer
-
- Rescorer - org.elasticsearch.search.rescoreのインタフェース
-
A query rescorer interface used to re-rank the Top-K results of a previously
executed search.
- rescorer() - クラス のメソッドorg.elasticsearch.search.rescore.RescoreSearchContext
-
- RescoreSearchContext - org.elasticsearch.search.rescoreのクラス
-
- RescoreSearchContext(String, int, Rescorer) - クラス のコンストラクタorg.elasticsearch.search.rescore.RescoreSearchContext
-
- resendShardFailed(ShardRouting, String, DiscoveryNode, String, Throwable) - クラス のメソッドorg.elasticsearch.cluster.action.shard.ShardStateAction
-
- reset() - クラス のメソッドorg.apache.lucene.analysis.miscellaneous.UniqueTokenFilter
-
- reset() - クラス のメソッドorg.apache.lucene.analysis.PrefixAnalyzer.PrefixTokenFilter
-
- reset(QueryParserSettings) - クラス のメソッドorg.apache.lucene.queryparser.classic.MapperQueryParser
-
- reset(ClusterState) - クラス のメソッドorg.elasticsearch.cluster.ClusterStateObserver
-
reset this observer to the give cluster state.
- reset() - クラス のメソッドorg.elasticsearch.cluster.routing.PlainShardsIterator
-
- reset() - インタフェース のメソッドorg.elasticsearch.cluster.routing.ShardIterator
-
Resets the iterator.
- reset() - インタフェース のメソッドorg.elasticsearch.cluster.routing.ShardsIterator
-
Resets the iterator to its initial state.
- reset() - クラス のメソッドorg.elasticsearch.common.compress.CompressedStreamInput
-
- reset(double, double) - クラス のメソッドorg.elasticsearch.common.geo.GeoPoint
-
- reset() - クラス のメソッドorg.elasticsearch.common.inject.internal.Stopwatch
-
Resets and returns elapsed time in milliseconds.
- reset() - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayReader
-
Resets the stream to the most recent mark, or to the beginning if it has
never been marked.
- reset() - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayWriter
-
Resets the buffer so that you can use it again without
throwing away the already allocated buffer.
- reset() - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- reset() - クラス のメソッドorg.elasticsearch.common.io.stream.BytesStreamOutput
-
- reset() - クラス のメソッドorg.elasticsearch.common.io.stream.DataOutputStreamOutput
-
- reset() - クラス のメソッドorg.elasticsearch.common.io.stream.FilterStreamInput
-
- reset() - クラス のメソッドorg.elasticsearch.common.io.stream.InputStreamStreamInput
-
- reset() - クラス のメソッドorg.elasticsearch.common.io.stream.OutputStreamStreamOutput
-
- reset() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
Resets the stream.
- reset() - クラス のメソッドorg.elasticsearch.common.io.stream.StreamOutput
-
- reset() - クラス のメソッドorg.elasticsearch.common.io.UTF8StreamWriter
-
- reset() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllEntries
-
- reset() - クラス のメソッドorg.elasticsearch.common.lucene.store.InputStreamIndexInput
-
- reset() - クラス のメソッドorg.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
-
resets (clears) this timer before next execution.
- reset(Throwable) - クラス のメソッドorg.elasticsearch.common.util.concurrent.ThreadBarrier
-
Resets the barrier to its initial state.
- reset() - クラス のメソッドorg.elasticsearch.gateway.Gateway
-
- reset() - クラス のメソッドorg.elasticsearch.index.analysis.NumericTokenizer
-
- reset() - クラス のメソッドorg.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- reset(String) - クラス のメソッドorg.elasticsearch.index.fieldvisitor.SingleFieldsVisitor
-
- reset() - クラス のメソッドorg.elasticsearch.index.mapper.ContentPath
-
- reset(XContentParser, ParseContext.Document, SourceToParse) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- reset(XContentParser) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- reset() - クラス のメソッドorg.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- reset() - クラス のメソッドorg.elasticsearch.index.translog.BufferedChecksumStreamOutput
-
- reset() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- reset() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Timer
-
- reset() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Translog
-
- reset() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
-
- reset(InternalSearchHit, LeafReaderContext, int, IndexSearcher) - クラス のメソッドorg.elasticsearch.search.fetch.FetchSubPhase.HitContext
-
- reset() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits.StreamContext
-
- reset() - クラス のメソッドorg.elasticsearch.search.lookup.CachedPositionIterator
-
- reset() - クラス のメソッドorg.elasticsearch.search.lookup.PositionIterator
-
- reset() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionTokenStream
-
- reset(TokenStream) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestUtils.TokenConsumer
-
- reset() - クラス のメソッドorg.elasticsearch.transport.netty.ChannelBufferStreamInput
-
- resetAndLog(String) - クラス のメソッドorg.elasticsearch.common.inject.internal.Stopwatch
-
Resets and logs elapsed time in milliseconds.
- resetCookies - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- resetDigest() - クラス のメソッドorg.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- resetDigest() - クラス のメソッドorg.elasticsearch.index.translog.BufferedChecksumStreamOutput
-
- resetFromGeoHash(String) - クラス のメソッドorg.elasticsearch.common.geo.GeoPoint
-
- resetFromGeoHash(long) - クラス のメソッドorg.elasticsearch.common.geo.GeoPoint
-
- resetFromIndexHash(long) - クラス のメソッドorg.elasticsearch.common.geo.GeoPoint
-
- resetFromString(String) - クラス のメソッドorg.elasticsearch.common.geo.GeoPoint
-
- resetLat(double) - クラス のメソッドorg.elasticsearch.common.geo.GeoPoint
-
- resetLon(double) - クラス のメソッドorg.elasticsearch.common.geo.GeoPoint
-
- resetRecovery() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
- resize(ByteArray, long) - クラス のメソッドorg.elasticsearch.common.util.BigArrays
-
Resize the array to the exact provided size.
- resize(IntArray, long) - クラス のメソッドorg.elasticsearch.common.util.BigArrays
-
Resize the array to the exact provided size.
- resize(LongArray, long) - クラス のメソッドorg.elasticsearch.common.util.BigArrays
-
Resize the array to the exact provided size.
- resize(DoubleArray, long) - クラス のメソッドorg.elasticsearch.common.util.BigArrays
-
Resize the array to the exact provided size.
- resize(FloatArray, long) - クラス のメソッドorg.elasticsearch.common.util.BigArrays
-
Resize the array to the exact provided size.
- resize(ObjectArray<T>, long) - クラス のメソッドorg.elasticsearch.common.util.BigArrays
-
Resize the array to the exact provided size.
- resize(long) - クラス のメソッドorg.elasticsearch.common.util.LongObjectPagedHashMap
-
- resize(int) - クラス のメソッドorg.elasticsearch.index.fielddata.SortingNumericDocValues
-
- resize(int) - クラス のメソッドorg.elasticsearch.index.fielddata.SortingNumericDoubleValues
-
- resolve(String) - 列挙型 のstaticメソッドorg.elasticsearch.cluster.routing.allocation.decider.Decision.Type
-
- resolve(CommandLine) - 列挙型 のstaticメソッドorg.elasticsearch.common.cli.Terminal.Verbosity
-
- resolve(byte) - 列挙型 のstaticメソッドorg.elasticsearch.common.rounding.DateTimeUnit
-
- resolve(ShardId) - クラス のメソッドorg.elasticsearch.env.NodeEnvironment.NodePath
-
Resolves the given shards directory against this NodePath
- resolve(Index) - クラス のメソッドorg.elasticsearch.env.NodeEnvironment.NodePath
-
Resolves the given indexes directory against this NodePath
- resolveAggregator(Aggregator) - クラス のメソッド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, DeleteRequest) - クラス のstaticメソッドorg.elasticsearch.action.delete.TransportDeleteAction
-
- resolveAndValidateRouting(MetaData, String, UpdateRequest) - クラス のstaticメソッドorg.elasticsearch.action.update.TransportUpdateAction
-
- resolveBindHostAddresses(String[]) - クラス のメソッドorg.elasticsearch.common.network.NetworkService
-
Resolves bindHosts to a list of internet addresses.
- resolveBucketValue(InternalMultiBucketAggregation<?, ? extends MultiBucketsAggregation.Bucket>, MultiBucketsAggregation.Bucket, String, BucketHelpers.GapPolicy) - クラス のstaticメソッド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(InternalMultiBucketAggregation<?, ? extends MultiBucketsAggregation.Bucket>, MultiBucketsAggregation.Bucket, List<String>, BucketHelpers.GapPolicy) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.BucketHelpers
-
- resolveClosestNestedObjectMapper(String) - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- resolveCustomLocation(Settings, ShardId) - クラス のメソッドorg.elasticsearch.env.NodeEnvironment
-
Resolve the custom path for a index's shard.
- resolveDateMathExpression(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
- resolveDefault() - インタフェース のメソッドorg.elasticsearch.common.network.NetworkService.CustomNameResolver
-
Resolves the default value if possible.
- resolveDistance(String) - クラス のstaticメソッドorg.elasticsearch.search.suggest.SuggestUtils
-
- resolveForScript(String) - 列挙型 のstaticメソッドorg.elasticsearch.search.aggregations.support.ValueType
-
- resolveFromName(String) - 列挙型 のstaticメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.PercentilesMethod
-
- resolveIfPossible(String) - インタフェース のメソッドorg.elasticsearch.common.network.NetworkService.CustomNameResolver
-
Resolves a custom value handling, return null if can't handle it.
- resolveIndex(AnalyzeRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
-
- resolveIndex(GetFieldMappingsIndexRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
-
- resolveIndex() - クラス のメソッドorg.elasticsearch.action.bulk.TransportShardBulkAction
-
- resolveIndex(ExplainRequest) - クラス のメソッドorg.elasticsearch.action.explain.TransportExplainAction
-
- resolveIndex(GetRequest) - クラス のメソッドorg.elasticsearch.action.get.TransportGetAction
-
- resolveIndex(MultiGetShardRequest) - クラス のメソッドorg.elasticsearch.action.get.TransportShardMultiGetAction
-
- resolveIndex(TransportShardMultiPercolateAction.Request) - クラス のメソッドorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction
-
- resolveIndex() - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction
-
True if provided index should be resolved when resolving request
- resolveIndex(Request) - クラス のメソッドorg.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- resolveIndex(MultiTermVectorsShardRequest) - クラス のメソッドorg.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
-
- resolveIndex(TermVectorsRequest) - クラス のメソッドorg.elasticsearch.action.termvectors.TransportTermVectorsAction
-
- resolveIndex() - クラス のメソッドorg.elasticsearch.index.shard.ShardPath
-
- resolveIndexRouting(String, String) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
Returns indexing routing for the given index.
- resolveNode(String) - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
Resolve a node with a given id
- resolveNodes(NodesRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.support.nodes.TransportNodesAction
-
- resolveNodes(TasksRequest, ClusterState) - クラス のメソッドorg.elasticsearch.action.support.tasks.TransportTasksAction
-
- resolveNodes(TransportNodesListGatewayStartedShards.Request, ClusterState) - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards
-
- resolveNodes(TransportNodesListShardStoreMetaData.Request, ClusterState) - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData
-
- resolveNodesIds(String...) - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
- resolvePlaceholder(String) - インタフェース のメソッドorg.elasticsearch.common.property.PropertyPlaceholder.PlaceholderResolver
-
Resolves the supplied placeholder name into the replacement value.
- resolvePublishHostAddresses(String[]) - クラス のメソッドorg.elasticsearch.common.network.NetworkService
-
Resolves publishHosts to a single publish address.
- resolveRepoFile(String) - クラス のメソッド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) - クラス のメソッド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(MetaData, String, DeleteRequest) - クラス のメソッドorg.elasticsearch.action.delete.TransportDeleteAction
-
- resolveRequest(ClusterState, TransportSingleShardAction<ExplainRequest, ExplainResponse>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.explain.TransportExplainAction
-
- resolveRequest(ClusterState, TransportSingleShardAction<GetRequest, GetResponse>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.get.TransportGetAction
-
- resolveRequest(ClusterState, TransportSingleShardAction<MultiGetShardRequest, MultiGetShardResponse>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.get.TransportShardMultiGetAction
-
- resolveRequest(MetaData, String, IndexRequest) - クラス のメソッドorg.elasticsearch.action.index.TransportIndexAction
-
- resolveRequest(MetaData, String, Request) - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction
-
Resolves the target shard id of the incoming request.
- resolveRequest(ClusterState, Request) - クラス のメソッドorg.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
Resolves the request.
- resolveRequest(ClusterState, TransportSingleShardAction<Request, Response>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- resolveRequest(ClusterState, TransportSingleShardAction<TermVectorsRequest, TermVectorsResponse>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.termvectors.TransportTermVectorsAction
-
- resolveRequest(ClusterState, UpdateRequest) - クラス のメソッドorg.elasticsearch.action.update.TransportUpdateAction
-
- resolveSearchRouting(ClusterState, String, String...) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexNameExpressionResolver
-
Resolves the search routing if in the expression aliases are used.
- resolveSort(String) - クラス のstaticメソッドorg.elasticsearch.search.suggest.SuggestUtils
-
- resolveStatesToBeWritten(ImmutableSet<String>, Set<String>, MetaData, MetaData) - クラス のstaticメソッド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(String) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- resolveSuggestMode(String) - クラス のstaticメソッドorg.elasticsearch.search.suggest.SuggestUtils
-
- resolveTopmostAggregator(Aggregator) - クラス のメソッドorg.elasticsearch.search.aggregations.support.AggregationPath
-
Resolves the topmost aggregator pointed by this path using the given root as a point of reference.
- resolveTranslog() - クラス のメソッドorg.elasticsearch.index.shard.ShardPath
-
- resolveTypeVariable(Type, Class<?>, TypeVariable) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.MoreTypes
-
- resolveValue(HasAggregations) - クラス のメソッドorg.elasticsearch.search.aggregations.support.AggregationPath
-
Resolves the value pointed by this path given an aggregations root
- ResourceNotFoundException - org.elasticsearchの例外
-
- ResourceNotFoundException(String, Object...) - 例外 のコンストラクタorg.elasticsearch.ResourceNotFoundException
-
- ResourceNotFoundException(String, Throwable, Object...) - 例外 のコンストラクタorg.elasticsearch.ResourceNotFoundException
-
- ResourceNotFoundException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.ResourceNotFoundException
-
- ResourceWatcher - org.elasticsearch.watcherのインタフェース
-
Abstract resource watcher interface.
- ResourceWatcherModule - org.elasticsearch.watcherのクラス
-
- ResourceWatcherModule() - クラス のコンストラクタorg.elasticsearch.watcher.ResourceWatcherModule
-
- ResourceWatcherService - org.elasticsearch.watcherのクラス
-
- ResourceWatcherService(Settings, ThreadPool) - クラス のコンストラクタorg.elasticsearch.watcher.ResourceWatcherService
-
- ResourceWatcherService.Frequency - org.elasticsearch.watcherの列挙型
-
- Response() - クラス のコンストラクタorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Response
-
- response() - クラス のメソッドorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Response.Item
-
- response - クラス の変数org.elasticsearch.action.support.replication.TransportReplicationAction.WriteResult
-
- response() - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction.WriteResult
-
- Response(boolean) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.MetaDataDeleteIndexService.Response
-
- response - クラス の変数org.elasticsearch.indices.recovery.RecoverySourceHandler
-
- ResponseHandlerFailureTransportException - org.elasticsearch.transportの例外
-
A failure to handle the response of a transaction action.
- ResponseHandlerFailureTransportException(Throwable) - 例外 のコンストラクタorg.elasticsearch.transport.ResponseHandlerFailureTransportException
-
- ResponseHandlerFailureTransportException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.transport.ResponseHandlerFailureTransportException
-
- REST_DECODER - クラス のstatic変数org.elasticsearch.rest.support.RestUtils
-
- REST_EXCEPTION_SKIP_CAUSE - 例外 のstatic変数org.elasticsearch.ElasticsearchException
-
- REST_EXCEPTION_SKIP_CAUSE_DEFAULT - 例外 のstatic変数org.elasticsearch.ElasticsearchException
-
- REST_EXCEPTION_SKIP_STACK_TRACE - 例外 のstatic変数org.elasticsearch.ElasticsearchException
-
- REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULT - 例外 のstatic変数org.elasticsearch.ElasticsearchException
-
- RestActionListener<Response> - org.elasticsearch.rest.action.supportのクラス
-
- RestActionListener(RestChannel) - クラス のコンストラクタorg.elasticsearch.rest.action.support.RestActionListener
-
- RestActionModule - org.elasticsearch.rest.actionのクラス
-
- RestActionModule(List<Class<? extends BaseRestHandler>>) - クラス のコンストラクタorg.elasticsearch.rest.action.RestActionModule
-
- RestActions - org.elasticsearch.rest.action.supportのクラス
-
- RestActions() - クラス のコンストラクタorg.elasticsearch.rest.action.support.RestActions
-
- RestAliasAction - org.elasticsearch.rest.action.catのクラス
-
- RestAliasAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestAliasAction
-
- RestAliasesExistAction - org.elasticsearch.rest.action.admin.indices.alias.headのクラス
-
- RestAliasesExistAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.alias.head.RestAliasesExistAction
-
- RestAllocationAction - org.elasticsearch.rest.action.catのクラス
-
- RestAllocationAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestAllocationAction
-
- RestAnalyzeAction - org.elasticsearch.rest.action.admin.indices.analyzeのクラス
-
- RestAnalyzeAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.analyze.RestAnalyzeAction
-
- RestAnalyzeAction.Fields - org.elasticsearch.rest.action.admin.indices.analyzeのクラス
-
- restart(DiscoveryNode, String) - クラス のメソッドorg.elasticsearch.discovery.zen.fd.MasterFaultDetection
-
- RestBuilderListener<Response> - org.elasticsearch.rest.action.supportのクラス
-
- RestBuilderListener(RestChannel) - クラス のコンストラクタorg.elasticsearch.rest.action.support.RestBuilderListener
-
- RestBulkAction - org.elasticsearch.rest.action.bulkのクラス
-
{ "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, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.bulk.RestBulkAction
-
- RestCancelTasksAction - org.elasticsearch.rest.action.admin.cluster.node.tasksのクラス
-
- RestCancelTasksAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.node.tasks.RestCancelTasksAction
-
- RestCatAction - org.elasticsearch.rest.action.catのクラス
-
- RestCatAction(Settings, RestController, Set<AbstractCatAction>, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestCatAction
-
- RestChannel - org.elasticsearch.restのクラス
-
A channel used to construct bytes / builder based outputs, and send responses.
- RestChannel(RestRequest, boolean) - クラス のコンストラクタorg.elasticsearch.rest.RestChannel
-
- RestClearIndicesCacheAction - org.elasticsearch.rest.action.admin.indices.cache.clearのクラス
-
- RestClearIndicesCacheAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.cache.clear.RestClearIndicesCacheAction
-
- RestClearIndicesCacheAction.Fields - org.elasticsearch.rest.action.admin.indices.cache.clearのクラス
-
- RestClearScrollAction - org.elasticsearch.rest.action.searchのクラス
-
- RestClearScrollAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.search.RestClearScrollAction
-
- RestCloseIndexAction - org.elasticsearch.rest.action.admin.indices.closeのクラス
-
- RestCloseIndexAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.close.RestCloseIndexAction
-
- RestClusterGetSettingsAction - org.elasticsearch.rest.action.admin.cluster.settingsのクラス
-
- RestClusterGetSettingsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.settings.RestClusterGetSettingsAction
-
- RestClusterHealthAction - org.elasticsearch.rest.action.admin.cluster.healthのクラス
-
- RestClusterHealthAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.health.RestClusterHealthAction
-
- RestClusterRerouteAction - org.elasticsearch.rest.action.admin.cluster.rerouteのクラス
-
- RestClusterRerouteAction(Settings, RestController, Client, SettingsFilter) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.reroute.RestClusterRerouteAction
-
- RestClusterSearchShardsAction - org.elasticsearch.rest.action.admin.cluster.shardsのクラス
-
- RestClusterSearchShardsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.shards.RestClusterSearchShardsAction
-
- RestClusterStateAction - org.elasticsearch.rest.action.admin.cluster.stateのクラス
-
- RestClusterStateAction(Settings, RestController, Client, SettingsFilter) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.state.RestClusterStateAction
-
- RestClusterStatsAction - org.elasticsearch.rest.action.admin.cluster.statsのクラス
-
- RestClusterStatsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.stats.RestClusterStatsAction
-
- RestClusterUpdateSettingsAction - org.elasticsearch.rest.action.admin.cluster.settingsのクラス
-
- RestClusterUpdateSettingsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.settings.RestClusterUpdateSettingsAction
-
- restContentType() - 列挙型 のメソッドorg.elasticsearch.common.xcontent.XContentType
-
- RestController - org.elasticsearch.restのクラス
-
- RestController(Settings) - クラス のコンストラクタorg.elasticsearch.rest.RestController
-
- RestCountAction - org.elasticsearch.rest.action.catのクラス
-
- RestCountAction(Settings, RestController, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestCountAction
-
- RestCountAction - org.elasticsearch.rest.action.countのクラス
-
- RestCountAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.count.RestCountAction
-
- RestCreateIndexAction - org.elasticsearch.rest.action.admin.indices.createのクラス
-
- RestCreateIndexAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.create.RestCreateIndexAction
-
- RestCreateSnapshotAction - org.elasticsearch.rest.action.admin.cluster.snapshots.createのクラス
-
Creates a new snapshot
- RestCreateSnapshotAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.snapshots.create.RestCreateSnapshotAction
-
- RestDeleteAction - org.elasticsearch.rest.action.deleteのクラス
-
- RestDeleteAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.delete.RestDeleteAction
-
- RestDeleteIndexAction - org.elasticsearch.rest.action.admin.indices.deleteのクラス
-
- RestDeleteIndexAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.delete.RestDeleteIndexAction
-
- RestDeleteIndexedScriptAction - org.elasticsearch.rest.action.scriptのクラス
-
- RestDeleteIndexedScriptAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.script.RestDeleteIndexedScriptAction
-
- RestDeleteIndexedScriptAction(Settings, RestController, boolean, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.script.RestDeleteIndexedScriptAction
-
- RestDeleteIndexTemplateAction - org.elasticsearch.rest.action.admin.indices.template.deleteのクラス
-
- RestDeleteIndexTemplateAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.template.delete.RestDeleteIndexTemplateAction
-
- RestDeleteRepositoryAction - org.elasticsearch.rest.action.admin.cluster.repositories.deleteのクラス
-
Unregisters a repository
- RestDeleteRepositoryAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.repositories.delete.RestDeleteRepositoryAction
-
- RestDeleteSearchTemplateAction - org.elasticsearch.rest.action.templateのクラス
-
- RestDeleteSearchTemplateAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.template.RestDeleteSearchTemplateAction
-
- RestDeleteSnapshotAction - org.elasticsearch.rest.action.admin.cluster.snapshots.deleteのクラス
-
Deletes a snapshot
- RestDeleteSnapshotAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.snapshots.delete.RestDeleteSnapshotAction
-
- RestDeleteWarmerAction - org.elasticsearch.rest.action.admin.indices.warmer.deleteのクラス
-
- RestDeleteWarmerAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.warmer.delete.RestDeleteWarmerAction
-
- RestExistsAction - org.elasticsearch.rest.action.existsのクラス
-
- RestExistsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.exists.RestExistsAction
-
非推奨です。
- RestExplainAction - org.elasticsearch.rest.action.explainのクラス
-
Rest action for computing a score explanation for specific documents.
- RestExplainAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.explain.RestExplainAction
-
- RestFielddataAction - org.elasticsearch.rest.action.catのクラス
-
Cat API class to display information about the size of fielddata fields per node
- RestFielddataAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestFielddataAction
-
- RestFieldStatsAction - org.elasticsearch.rest.action.fieldstatsのクラス
-
- RestFieldStatsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.fieldstats.RestFieldStatsAction
-
- RestFilter - org.elasticsearch.restのクラス
-
A filter allowing to filter rest operations.
- RestFilter() - クラス のコンストラクタorg.elasticsearch.rest.RestFilter
-
- RestFilterChain - org.elasticsearch.restのインタフェース
-
A filter chain allowing to continue and process the rest request.
- RestFlushAction - org.elasticsearch.rest.action.admin.indices.flushのクラス
-
- RestFlushAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.flush.RestFlushAction
-
- RestForceMergeAction - org.elasticsearch.rest.action.admin.indices.forcemergeのクラス
-
- RestForceMergeAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.forcemerge.RestForceMergeAction
-
- RestGetAction - org.elasticsearch.rest.action.getのクラス
-
- RestGetAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.get.RestGetAction
-
- RestGetAliasesAction - org.elasticsearch.rest.action.admin.indices.alias.getのクラス
-
- RestGetAliasesAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.alias.get.RestGetAliasesAction
-
- RestGetFieldMappingAction - org.elasticsearch.rest.action.admin.indices.mapping.getのクラス
-
- RestGetFieldMappingAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.mapping.get.RestGetFieldMappingAction
-
- RestGetIndexedScriptAction - org.elasticsearch.rest.action.scriptのクラス
-
- RestGetIndexedScriptAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.script.RestGetIndexedScriptAction
-
- RestGetIndexedScriptAction(Settings, RestController, boolean, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.script.RestGetIndexedScriptAction
-
- RestGetIndexTemplateAction - org.elasticsearch.rest.action.admin.indices.template.getのクラス
-
- RestGetIndexTemplateAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.template.get.RestGetIndexTemplateAction
-
- RestGetIndicesAction - org.elasticsearch.rest.action.admin.indices.getのクラス
-
- RestGetIndicesAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.get.RestGetIndicesAction
-
- RestGetIndicesAliasesAction - org.elasticsearch.rest.action.admin.indices.alias.getのクラス
-
非推奨です。
- RestGetIndicesAliasesAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.alias.get.RestGetIndicesAliasesAction
-
非推奨です。
- RestGetMappingAction - org.elasticsearch.rest.action.admin.indices.mapping.getのクラス
-
- RestGetMappingAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.mapping.get.RestGetMappingAction
-
- RestGetRepositoriesAction - org.elasticsearch.rest.action.admin.cluster.repositories.getのクラス
-
Returns repository information
- RestGetRepositoriesAction(Settings, RestController, Client, SettingsFilter) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.repositories.get.RestGetRepositoriesAction
-
- RestGetSearchTemplateAction - org.elasticsearch.rest.action.templateのクラス
-
- RestGetSearchTemplateAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.template.RestGetSearchTemplateAction
-
- RestGetSettingsAction - org.elasticsearch.rest.action.admin.indices.settingsのクラス
-
- RestGetSettingsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.settings.RestGetSettingsAction
-
- RestGetSnapshotsAction - org.elasticsearch.rest.action.admin.cluster.snapshots.getのクラス
-
Returns information about snapshot
- RestGetSnapshotsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.snapshots.get.RestGetSnapshotsAction
-
- RestGetSourceAction - org.elasticsearch.rest.action.getのクラス
-
- RestGetSourceAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.get.RestGetSourceAction
-
- RestGetWarmerAction - org.elasticsearch.rest.action.admin.indices.warmer.getのクラス
-
- RestGetWarmerAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.warmer.get.RestGetWarmerAction
-
- RestHandler - org.elasticsearch.restのインタフェース
-
Handler for REST requests
- RestHeadAction - org.elasticsearch.rest.action.getのクラス
-
- RestHeadAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.get.RestHeadAction
-
- RestHeadIndexTemplateAction - org.elasticsearch.rest.action.admin.indices.template.headのクラス
-
- RestHeadIndexTemplateAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.template.head.RestHeadIndexTemplateAction
-
- RestHealthAction - org.elasticsearch.rest.action.catのクラス
-
- RestHealthAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestHealthAction
-
- RestIndexAction - org.elasticsearch.rest.action.indexのクラス
-
- RestIndexAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.index.RestIndexAction
-
- RestIndexDeleteAliasesAction - org.elasticsearch.rest.action.admin.indices.alias.deleteのクラス
-
- RestIndexDeleteAliasesAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.alias.delete.RestIndexDeleteAliasesAction
-
- RestIndexPutAliasAction - org.elasticsearch.rest.action.admin.indices.alias.putのクラス
-
- RestIndexPutAliasAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.alias.put.RestIndexPutAliasAction
-
- RestIndicesAction - org.elasticsearch.rest.action.catのクラス
-
- RestIndicesAction(Settings, RestController, Client, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestIndicesAction
-
- RestIndicesAliasesAction - org.elasticsearch.rest.action.admin.indices.aliasのクラス
-
- RestIndicesAliasesAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.alias.RestIndicesAliasesAction
-
- RestIndicesExistsAction - org.elasticsearch.rest.action.admin.indices.exists.indicesのクラス
-
- RestIndicesExistsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.exists.indices.RestIndicesExistsAction
-
- RestIndicesSegmentsAction - org.elasticsearch.rest.action.admin.indices.segmentsのクラス
-
- RestIndicesSegmentsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.segments.RestIndicesSegmentsAction
-
- RestIndicesShardStoresAction - org.elasticsearch.rest.action.admin.indices.shardsのクラス
-
- RestIndicesShardStoresAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.shards.RestIndicesShardStoresAction
-
- RestIndicesStatsAction - org.elasticsearch.rest.action.admin.indices.statsのクラス
-
- RestIndicesStatsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.stats.RestIndicesStatsAction
-
- RestListTasksAction - org.elasticsearch.rest.action.admin.cluster.node.tasksのクラス
-
- RestListTasksAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.node.tasks.RestListTasksAction
-
- RestMainAction - org.elasticsearch.rest.action.mainのクラス
-
- RestMainAction(Settings, Version, RestController, ClusterName, Client, ClusterService) - クラス のコンストラクタorg.elasticsearch.rest.action.main.RestMainAction
-
- RestMasterAction - org.elasticsearch.rest.action.catのクラス
-
- RestMasterAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestMasterAction
-
- RestModule - org.elasticsearch.restのクラス
-
- RestModule(Settings) - クラス のコンストラクタorg.elasticsearch.rest.RestModule
-
- RestMultiGetAction - org.elasticsearch.rest.action.getのクラス
-
- RestMultiGetAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.get.RestMultiGetAction
-
- RestMultiPercolateAction - org.elasticsearch.rest.action.percolateのクラス
-
- RestMultiPercolateAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.percolate.RestMultiPercolateAction
-
- RestMultiSearchAction - org.elasticsearch.rest.action.searchのクラス
-
- RestMultiSearchAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.search.RestMultiSearchAction
-
- RestMultiTermVectorsAction - org.elasticsearch.rest.action.termvectorsのクラス
-
- RestMultiTermVectorsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.termvectors.RestMultiTermVectorsAction
-
- RestNodeAttrsAction - org.elasticsearch.rest.action.catのクラス
-
- RestNodeAttrsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestNodeAttrsAction
-
- RestNodesAction - org.elasticsearch.rest.action.catのクラス
-
- RestNodesAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestNodesAction
-
- RestNodesHotThreadsAction - org.elasticsearch.rest.action.admin.cluster.node.hotthreadsのクラス
-
- RestNodesHotThreadsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.node.hotthreads.RestNodesHotThreadsAction
-
- RestNodesInfoAction - org.elasticsearch.rest.action.admin.cluster.node.infoのクラス
-
- RestNodesInfoAction(Settings, RestController, Client, SettingsFilter) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.node.info.RestNodesInfoAction
-
- RestNodesStatsAction - org.elasticsearch.rest.action.admin.cluster.node.statsのクラス
-
- RestNodesStatsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.node.stats.RestNodesStatsAction
-
- RestOpenIndexAction - org.elasticsearch.rest.action.admin.indices.openのクラス
-
- RestOpenIndexAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.open.RestOpenIndexAction
-
- restorable() - 列挙型 のメソッドorg.elasticsearch.snapshots.SnapshotState
-
Returns true if snapshot can be restored (at least partially)
- restore(SnapshotId, Version, ShardId, ShardId, RecoveryState) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardRepository
-
Restores snapshot of the shard.
- restore(SnapshotId, Version, ShardId, ShardId, RecoveryState) - インタフェース のメソッドorg.elasticsearch.index.snapshots.IndexShardRepository
-
Restores snapshot of the shard.
- RestoreInfo - org.elasticsearch.snapshotsのクラス
-
Information about successfully completed restore operation.
- RestoreInfo(String, List<String>, int, int) - クラス のコンストラクタorg.elasticsearch.snapshots.RestoreInfo
-
- RestoreInProgress - org.elasticsearch.clusterのクラス
-
Meta data about restore processes that are currently executing
- RestoreInProgress(List<RestoreInProgress.Entry>) - クラス のコンストラクタorg.elasticsearch.cluster.RestoreInProgress
-
Constructs new restore metadata
- RestoreInProgress(RestoreInProgress.Entry...) - クラス のコンストラクタorg.elasticsearch.cluster.RestoreInProgress
-
Constructs new restore metadata
- RestoreInProgress.Entry - org.elasticsearch.clusterのクラス
-
Restore metadata
- RestoreInProgress.ShardRestoreStatus - org.elasticsearch.clusterのクラス
-
Represents status of a restored shard
- RestoreInProgress.State - org.elasticsearch.clusterの列挙型
-
Shard restore process state
- RestoreRequest(String, String, String, String[], IndicesOptions, String, String, Settings, TimeValue, boolean, boolean, boolean, Settings, String[]) - クラス のコンストラクタorg.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Constructs new restore request
- RestoreService - org.elasticsearch.snapshotsのクラス
-
Service responsible for restoring snapshots
Restore operation is performed in several stages.
- RestoreService(Settings, ClusterService, RepositoriesService, TransportService, AllocationService, MetaDataCreateIndexService, DynamicSettings, MetaDataIndexUpgradeService) - クラス のコンストラクタorg.elasticsearch.snapshots.RestoreService
-
- RestoreService.RestoreCompletionResponse - org.elasticsearch.snapshotsのクラス
-
- RestoreService.RestoreRequest - org.elasticsearch.snapshotsのクラス
-
Restore snapshot request
- RestoreService.UpdateIndexShardRestoreStatusRequest - org.elasticsearch.snapshotsのクラス
-
Internal class that is used to send notifications about finished shard restore operations to master node
- restoreSnapshot(RestoreSnapshotRequest) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Restores a snapshot.
- restoreSnapshot(RestoreSnapshotRequest, ActionListener<RestoreSnapshotResponse>) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Restores a snapshot.
- restoreSnapshot(RestoreService.RestoreRequest, ActionListener<RestoreInfo>) - クラス のメソッドorg.elasticsearch.snapshots.RestoreService
-
Restores snapshot specified in the restore request.
- RestoreSnapshotAction - org.elasticsearch.action.admin.cluster.snapshots.restoreのクラス
-
Restore snapshot action
- RestoreSnapshotRequest - org.elasticsearch.action.admin.cluster.snapshots.restoreのクラス
-
Restore snapshot request
- RestoreSnapshotRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
- RestoreSnapshotRequest(String, String) - クラス のコンストラクタ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メソッドorg.elasticsearch.client.Requests
-
Restores new snapshot
- RestoreSnapshotRequestBuilder - org.elasticsearch.action.admin.cluster.snapshots.restoreのクラス
-
Restore snapshot request builder
- RestoreSnapshotRequestBuilder(ElasticsearchClient, RestoreSnapshotAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Constructs new restore snapshot request builder
- RestoreSnapshotRequestBuilder(ElasticsearchClient, RestoreSnapshotAction, String, String) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Constructs new restore snapshot request builder with specified repository and snapshot names
- RestoreSnapshotResponse - org.elasticsearch.action.admin.cluster.snapshots.restoreのクラス
-
Contains information about restores snapshot
- RestoreSource - org.elasticsearch.cluster.routingのクラス
-
Represents snapshot and index from which a recovering index should be restored
- RestoreSource(SnapshotId, Version, String) - クラス のコンストラクタorg.elasticsearch.cluster.routing.RestoreSource
-
- restoreSource() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
Snapshot id and repository where this shard is being restored from
- restoreThrottleTimeInNanos() - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- restoreThrottleTimeInNanos() - インタフェース のメソッドorg.elasticsearch.repositories.Repository
-
Returns restore throttle time in nanoseconds
- RestPendingClusterTasksAction - org.elasticsearch.rest.action.admin.cluster.tasksのクラス
-
- RestPendingClusterTasksAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.tasks.RestPendingClusterTasksAction
-
- RestPendingClusterTasksAction - org.elasticsearch.rest.action.catのクラス
-
- RestPendingClusterTasksAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestPendingClusterTasksAction
-
- RestPercolateAction - org.elasticsearch.rest.action.percolateのクラス
-
- RestPercolateAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.percolate.RestPercolateAction
-
- RestPluginsAction - org.elasticsearch.rest.action.catのクラス
-
- RestPluginsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestPluginsAction
-
- RestPutIndexedScriptAction - org.elasticsearch.rest.action.scriptのクラス
-
- RestPutIndexedScriptAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.script.RestPutIndexedScriptAction
-
- RestPutIndexedScriptAction(Settings, RestController, boolean, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.script.RestPutIndexedScriptAction
-
- RestPutIndexTemplateAction - org.elasticsearch.rest.action.admin.indices.template.putのクラス
-
- RestPutIndexTemplateAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.template.put.RestPutIndexTemplateAction
-
- RestPutMappingAction - org.elasticsearch.rest.action.admin.indices.mapping.putのクラス
-
- RestPutMappingAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.mapping.put.RestPutMappingAction
-
- RestPutRepositoryAction - org.elasticsearch.rest.action.admin.cluster.repositories.putのクラス
-
Registers repositories
- RestPutRepositoryAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.repositories.put.RestPutRepositoryAction
-
- RestPutSearchTemplateAction - org.elasticsearch.rest.action.templateのクラス
-
- RestPutSearchTemplateAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.template.RestPutSearchTemplateAction
-
- RestPutWarmerAction - org.elasticsearch.rest.action.admin.indices.warmer.putのクラス
-
- RestPutWarmerAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.warmer.put.RestPutWarmerAction
-
- RestRecoveryAction - org.elasticsearch.rest.action.admin.indices.recoveryのクラス
-
REST handler to report on index recoveries.
- RestRecoveryAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.recovery.RestRecoveryAction
-
- RestRecoveryAction - 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, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestRecoveryAction
-
- RestRefreshAction - org.elasticsearch.rest.action.admin.indices.refreshのクラス
-
- RestRefreshAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.refresh.RestRefreshAction
-
- RestRenderSearchTemplateAction - org.elasticsearch.rest.action.admin.indices.validate.templateのクラス
-
- RestRenderSearchTemplateAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.validate.template.RestRenderSearchTemplateAction
-
- RestRepositoriesAction - org.elasticsearch.rest.action.catのクラス
-
Cat API class to display information about snapshot repositories
- RestRepositoriesAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestRepositoriesAction
-
- RestRequest - org.elasticsearch.restのクラス
-
- RestRequest() - クラス のコンストラクタorg.elasticsearch.rest.RestRequest
-
- RestRequest.Method - org.elasticsearch.restの列挙型
-
- RestResponse - org.elasticsearch.restのクラス
-
- RestResponse() - クラス のコンストラクタorg.elasticsearch.rest.RestResponse
-
- RestResponseListener<Response> - org.elasticsearch.rest.action.supportのクラス
-
- RestResponseListener(RestChannel) - クラス のコンストラクタorg.elasticsearch.rest.action.support.RestResponseListener
-
- RestRestoreSnapshotAction - org.elasticsearch.rest.action.admin.cluster.snapshots.restoreのクラス
-
Restores a snapshot
- RestRestoreSnapshotAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.snapshots.restore.RestRestoreSnapshotAction
-
- RestSearchAction - org.elasticsearch.rest.action.searchのクラス
-
- RestSearchAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.search.RestSearchAction
-
- RestSearchScrollAction - org.elasticsearch.rest.action.searchのクラス
-
- RestSearchScrollAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.search.RestSearchScrollAction
-
- RestSegmentsAction - org.elasticsearch.rest.action.catのクラス
-
- RestSegmentsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestSegmentsAction
-
- RestShardsAction - org.elasticsearch.rest.action.catのクラス
-
- RestShardsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestShardsAction
-
- RestSnapshotAction - org.elasticsearch.rest.action.catのクラス
-
Cat API class to display information about snapshots
- RestSnapshotAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestSnapshotAction
-
- RestSnapshotsStatusAction - org.elasticsearch.rest.action.admin.cluster.snapshots.statusのクラス
-
Returns status of currently running snapshot
- RestSnapshotsStatusAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.snapshots.status.RestSnapshotsStatusAction
-
- restStatus() - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
- RestStatus - org.elasticsearch.restの列挙型
-
- RestStatusToXContentListener<Response extends StatusToXContent> - org.elasticsearch.rest.action.supportのクラス
-
- RestStatusToXContentListener(RestChannel) - クラス のコンストラクタorg.elasticsearch.rest.action.support.RestStatusToXContentListener
-
- RestSuggestAction - org.elasticsearch.rest.action.suggestのクラス
-
- RestSuggestAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.suggest.RestSuggestAction
-
- RestSyncedFlushAction - org.elasticsearch.rest.action.admin.indices.flushのクラス
-
- RestSyncedFlushAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.flush.RestSyncedFlushAction
-
- RestTable - org.elasticsearch.rest.action.supportのクラス
-
- RestTable() - クラス のコンストラクタorg.elasticsearch.rest.action.support.RestTable
-
- RestTermVectorsAction - org.elasticsearch.rest.action.termvectorsのクラス
-
This class parses the json request and translates it into a
TermVectorsRequest.
- RestTermVectorsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.termvectors.RestTermVectorsAction
-
- RestThreadPoolAction - org.elasticsearch.rest.action.catのクラス
-
- RestThreadPoolAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.cat.RestThreadPoolAction
-
- RestToXContentListener<Response extends ToXContent> - org.elasticsearch.rest.action.supportのクラス
-
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) - クラス のコンストラクタorg.elasticsearch.rest.action.support.RestToXContentListener
-
- RestTypesExistsAction - org.elasticsearch.rest.action.admin.indices.exists.typesのクラス
-
Rest api for checking if a type exists.
- RestTypesExistsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.exists.types.RestTypesExistsAction
-
- RestUpdateAction - org.elasticsearch.rest.action.updateのクラス
-
- RestUpdateAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.update.RestUpdateAction
-
- RestUpdateSettingsAction - org.elasticsearch.rest.action.admin.indices.settingsのクラス
-
- RestUpdateSettingsAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.settings.RestUpdateSettingsAction
-
- RestUpgradeAction - org.elasticsearch.rest.action.admin.indices.upgradeのクラス
-
- RestUpgradeAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.upgrade.RestUpgradeAction
-
- RestUtils - org.elasticsearch.rest.supportのクラス
-
- RestUtils() - クラス のコンストラクタorg.elasticsearch.rest.support.RestUtils
-
- RestValidateQueryAction - org.elasticsearch.rest.action.admin.indices.validate.queryのクラス
-
- RestValidateQueryAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.indices.validate.query.RestValidateQueryAction
-
- RestVerifyRepositoryAction - org.elasticsearch.rest.action.admin.cluster.repositories.verifyのクラス
-
Registers repositories
- RestVerifyRepositoryAction(Settings, RestController, Client) - クラス のコンストラクタorg.elasticsearch.rest.action.admin.cluster.repositories.verify.RestVerifyRepositoryAction
-
- Result(Streamable, UpdateHelper.Operation, Map<String, Object>, XContentType) - クラス のコンストラクタorg.elasticsearch.action.update.UpdateHelper.Result
-
- Result(boolean, RoutingTable) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.RoutingAllocation.Result
-
- Result(boolean, RoutingTable, RoutingExplanations) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.RoutingAllocation.Result
-
- result() - クラス のメソッドorg.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
-
- Result(Correction[], double) - クラス のコンストラクタorg.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker.Result
-
- resultingState - クラス の変数org.elasticsearch.cluster.ClusterStateTaskExecutor.BatchResult
-
- resume() - クラス のメソッドorg.elasticsearch.watcher.WatcherHandle
-
- resumeEncoding() - クラス のメソッドorg.elasticsearch.common.Base64.OutputStream
-
Resumes encoding of the stream.
- rethrowAndSuppress(List<T>) - クラス のstaticメソッドorg.elasticsearch.ExceptionsHelper
-
Rethrows the first exception in the list and adds all remaining to the suppressed list.
- reThrowIfNotNull(Throwable) - クラス のstaticメソッドorg.elasticsearch.ExceptionsHelper
-
Throws the specified exception.
- retrieve(String) - クラス のメソッドorg.elasticsearch.common.path.PathTrie
-
- retrieve(String, Map<String, String>) - クラス のメソッドorg.elasticsearch.common.path.PathTrie
-
- retrieve(String[], int, Map<String, String>) - クラス のメソッドorg.elasticsearch.common.path.PathTrie.TrieNode
-
- retrieveInterestingTerms(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
- retrieveInterestingTerms(Reader, String) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Convenience routine to make it easy to return the most interesting words in a document.
- Retry - org.elasticsearch.action.bulkのクラス
-
Encapsulates synchronous and asynchronous retry logic.
- retryable() - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlock
-
Should operations get into retry state if this block is present.
- retryable() - 例外 のメソッドorg.elasticsearch.cluster.block.ClusterBlockException
-
- retryDelayNetwork() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySettings
-
- retryDelayStateSync() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySettings
-
- RetryListener(TransportClientNodesService.NodeListenerCallback<Response>, ActionListener<Response>, List<DiscoveryNode>, int) - クラス のコンストラクタorg.elasticsearch.client.transport.TransportClientNodesService.RetryListener
-
- retryOnConflict(int) - クラス のメソッド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() - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- retryOnFailure(Throwable) - クラス のメソッドorg.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- retryOnFailure(Throwable) - クラス のメソッドorg.elasticsearch.action.update.TransportUpdateAction
-
- RetryOnPrimaryException(ShardId, String) - 例外 のコンストラクタorg.elasticsearch.action.support.replication.TransportReplicationAction.RetryOnPrimaryException
-
- RetryOnPrimaryException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.action.support.replication.TransportReplicationAction.RetryOnPrimaryException
-
- RetryOnReplicaException(ShardId, String) - 例外 のコンストラクタorg.elasticsearch.action.support.replication.TransportReplicationAction.RetryOnReplicaException
-
- RetryOnReplicaException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.action.support.replication.TransportReplicationAction.RetryOnReplicaException
-
- retryPrimaryException(Throwable) - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction
-
- retryRecovery(RecoveryStatus, String, TimeValue, StartRecoveryRequest) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryTarget
-
- returns(Matcher<? super Class<?>>) - クラス のstaticメソッドorg.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches methods with matching return types.
- reuseAddress - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- reused() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.File
-
returns true if the file is reused from a local copy
- reusedBytes() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- reusedFileCount() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- reverseNested(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
- ReverseNested - org.elasticsearch.search.aggregations.bucket.nestedのインタフェース
-
A reverse nested aggregation.
- ReverseNestedAggregator - org.elasticsearch.search.aggregations.bucket.nestedのクラス
-
- ReverseNestedAggregator(String, AggregatorFactories, ObjectMapper, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregator
-
- ReverseNestedAggregator.Factory - org.elasticsearch.search.aggregations.bucket.nestedのクラス
-
- ReverseNestedBuilder - org.elasticsearch.search.aggregations.bucket.nestedのクラス
-
- ReverseNestedBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.nested.ReverseNestedBuilder
-
Sole constructor.
- ReverseNestedParser - org.elasticsearch.search.aggregations.bucket.nestedのクラス
-
- ReverseNestedParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.nested.ReverseNestedParser
-
- ReverseTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- ReverseTokenFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ReverseTokenFilterFactory
-
- revision - クラス の変数org.elasticsearch.Version
-
- rewrite(IndexReader) - クラス のメソッドorg.apache.lucene.queries.BlendedTermQuery
-
- rewrite() - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
-
- rewrite(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
Indicates whether the query should be rewritten into primitive queries
- rewrite() - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
Indicates whether the query should be rewritten into primitive queries
- rewrite(IndexReader) - クラス のメソッドorg.elasticsearch.common.lucene.all.AllTermQuery
-
- rewrite(IndexReader) - クラス のメソッドorg.elasticsearch.common.lucene.IndexCacheableQuery
-
- rewrite(IndexReader) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
-
- rewrite(IndexReader) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- rewrite(IndexReader) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- rewrite(IndexReader) - クラス のメソッドorg.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
- rewrite(String) - クラス のメソッドorg.elasticsearch.index.query.FuzzyQueryBuilder
-
- rewrite(String) - クラス のメソッドorg.elasticsearch.index.query.PrefixQueryBuilder
-
- rewrite(String) - クラス のメソッドorg.elasticsearch.index.query.QueryStringQueryBuilder
-
- rewrite(String) - クラス のメソッドorg.elasticsearch.index.query.RegexpQueryBuilder
-
- rewrite(String) - クラス のメソッドorg.elasticsearch.index.query.WildcardQueryBuilder
-
- rewrite(IndexReader) - クラス のメソッドorg.elasticsearch.index.search.child.ChildrenConstantScoreQuery
-
非推奨です。
- rewrite(IndexReader) - クラス のメソッドorg.elasticsearch.index.search.child.ChildrenQuery
-
非推奨です。
- rewrite(IndexReader) - クラス のメソッドorg.elasticsearch.index.search.child.ParentConstantScoreQuery
-
非推奨です。
- rewrite(IndexReader) - クラス のメソッドorg.elasticsearch.index.search.child.ParentQuery
-
非推奨です。
- rewrite(IndexReader) - クラス のメソッドorg.elasticsearch.index.search.geo.GeoDistanceRangeQuery
-
- rewrite(IndexReader) - クラス のメソッドorg.elasticsearch.index.search.nested.IncludeNestedDocsQuery
-
- rewrite(Query) - クラス のメソッドorg.elasticsearch.search.internal.ContextIndexSearcher
-
- rewriteMethod() - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- rewriteMethod(MultiTermQuery.RewriteMethod) - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- RIGHT - クラス のstatic変数org.elasticsearch.index.query.GeoBoundingBoxQueryParser
-
- Ring(P) - クラス のコンストラクタorg.elasticsearch.common.geo.builders.BasePolygonBuilder.Ring
-
- Ring(P, ArrayList<Coordinate>) - クラス のコンストラクタorg.elasticsearch.common.geo.builders.BasePolygonBuilder.Ring
-
- ring(int, boolean, boolean, BaseLineStringBuilder<?>, Coordinate[], int, ShapeBuilder.Edge[], int, int) - クラス のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.Edge
-
Create a connected list of a list of coordinates
- rint(Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- rint(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- rint(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- rint(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- rint(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- rollback() - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
- RomanianAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- RomanianAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.RomanianAnalyzerProvider
-
- root() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- root() - クラス のメソッドorg.elasticsearch.index.mapper.Mapping
-
Return the root object mapper.
- root() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- root() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- rootDoc() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- rootDoc() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- rootDoc() - クラス のメソッドorg.elasticsearch.index.mapper.ParsedDocument
-
- rootDocs(LeafReaderContext) - クラス のメソッドorg.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested
-
Get a BitDocIdSet that matches the root documents.
- rootLogger() - クラス のメソッドorg.elasticsearch.common.logging.ESLoggerFactory
-
- rootLogger() - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLoggerFactory
-
- rootLogger() - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLoggerFactory
-
- rootLogger() - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLoggerFactory
-
- rootObject(String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.MapperBuilders
-
- RootObjectMapper - org.elasticsearch.index.mapper.objectのクラス
-
- RootObjectMapper.Builder - org.elasticsearch.index.mapper.objectのクラス
-
- RootObjectMapper.Defaults - org.elasticsearch.index.mapper.objectのクラス
-
- RootObjectMapper.TypeParser - org.elasticsearch.index.mapper.objectのクラス
-
- rotate(List<T>, int) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
Return a rotated view of the given list with the given distance.
- RotationShardShuffler - org.elasticsearch.cluster.routingのクラス
-
- RotationShardShuffler(int) - クラス のコンストラクタorg.elasticsearch.cluster.routing.RotationShardShuffler
-
- rotl64(long, int) - クラス のstaticメソッドorg.elasticsearch.common.util.BloomFilter
-
- round(Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- round(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- round(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- round(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- round(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- round(long) - クラス のメソッドorg.elasticsearch.common.rounding.Rounding
-
Rounds the given value, equivalent to calling roundValue(roundKey(value)).
- Rounding - org.elasticsearch.common.roundingのクラス
-
A strategy for rounding long values.
- Rounding() - クラス のコンストラクタorg.elasticsearch.common.rounding.Rounding
-
- Rounding.FactorRounding - org.elasticsearch.common.roundingのクラス
-
- Rounding.Interval - org.elasticsearch.common.roundingのクラス
-
Rounding strategy which is based on an interval
rounded = value - (value % interval)
- Rounding.OffsetRounding - org.elasticsearch.common.roundingのクラス
-
- Rounding.Streams - org.elasticsearch.common.roundingのクラス
-
- roundKey(long) - クラス のメソッドorg.elasticsearch.common.rounding.Rounding.FactorRounding
-
- roundKey(long, long) - クラス のstaticメソッドorg.elasticsearch.common.rounding.Rounding.Interval
-
- roundKey(long) - クラス のメソッドorg.elasticsearch.common.rounding.Rounding.Interval
-
- roundKey(long) - クラス のメソッドorg.elasticsearch.common.rounding.Rounding.OffsetRounding
-
- roundKey(long) - クラス のメソッドorg.elasticsearch.common.rounding.Rounding
-
Given a value, compute a key that uniquely identifies the rounded value although it is not necessarily equal to the rounding value itself.
- roundValue(long, long) - クラス のstaticメソッドorg.elasticsearch.common.rounding.Rounding.Interval
-
- routing() - クラス のメソッド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) - クラス のメソッド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...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
The routing values to control the shards that the search will be executed on.
- routing(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.Alias
-
Associates a routing value to the alias
- routing(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- routing - クラス の変数org.elasticsearch.action.count.CountRequest
-
非推奨です。
- routing() - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
A comma separated list of routing values to control the shards the search will be executed on.
- routing(String) - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
A comma separated list of routing values to control the shards the search will be executed on.
- routing(String...) - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
The routing values to control the shards that the search will be executed on.
- routing(String) - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequest
-
Controls the shard routing of the request.
- routing() - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequest
-
Controls the shard routing of the delete request.
- routing(String) - インタフェース のメソッドorg.elasticsearch.action.DocumentRequest
-
Set the routing for this request
- routing() - インタフェース のメソッドorg.elasticsearch.action.DocumentRequest
-
Get the routing for this request
- routing - クラス の変数org.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
- routing() - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
A comma separated list of routing values to control the shards the search will be executed on.
- routing(String) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
A comma separated list of routing values to control the shards the search will be executed on.
- routing(String...) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
The routing values to control the shards that the search will be executed on.
- routing() - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- routing(String) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- routing(String) - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
Controls the shard routing of the request.
- routing() - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
- routing(String) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
The routing associated with this document.
- routing() - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
- routing(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Controls the shard routing of the request.
- routing() - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Controls the shard routing of the request.
- routing() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
- routing(String) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
A comma separated list of routing values to control the shards the search will be executed on.
- routing() - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
A comma separated list of routing values to control the shards the search will be executed on.
- routing(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
A comma separated list of routing values to control the shards the search will be executed on.
- routing(String...) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The routing values to control the shards that the search will be executed on.
- routing() - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequest
-
A comma separated list of routing values to control the shards the search will be executed on.
- routing(String) - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequest
-
A comma separated list of routing values to control the shards the search will be executed on.
- routing(String...) - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequest
-
The routing values to control the shards that the search will be executed on.
- routing() - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.DfsOnlyRequest
-
- routing() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
- routing(String) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
- routing(String) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
Controls the shard routing of the request.
- routing() - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
Controls the shard routing of the request.
- routing(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- routing(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- routing() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
The routing value parsed, null if does not require parsing, or not resolved.
- routing() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData
-
- Routing(boolean, String) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.MappingMetaData.Routing
-
- routing() - クラス のメソッドorg.elasticsearch.index.engine.Engine.IndexingOperation
-
- routing() - クラス のメソッドorg.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- routing() - クラス のメソッドorg.elasticsearch.index.mapper.ParsedDocument
-
- routing() - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- routing(String) - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- ROUTING - インタフェース のstatic変数org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
-
- routing() - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- routing(String) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- routing() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Create
-
- routing() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Index
-
- routing - クラス の変数org.elasticsearch.index.translog.Translog.Source
-
- RoutingAllocation - org.elasticsearch.cluster.routing.allocationのクラス
-
- RoutingAllocation(AllocationDeciders, RoutingNodes, DiscoveryNodes, ClusterInfo, long) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- RoutingAllocation.Result - org.elasticsearch.cluster.routing.allocationのクラス
-
- routingEntry() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
Returns the latest cluster routing entry received with this shard.
- RoutingException - org.elasticsearch.cluster.routingの例外
-
A base
Exceptions for all exceptions thrown by routing related operations.
- RoutingException(String) - 例外 のコンストラクタorg.elasticsearch.cluster.routing.RoutingException
-
- RoutingException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.cluster.routing.RoutingException
-
- RoutingException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.cluster.routing.RoutingException
-
- RoutingExplanations - org.elasticsearch.cluster.routing.allocationのクラス
-
- RoutingExplanations() - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.RoutingExplanations
-
- routingFieldMapper() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- RoutingFieldMapper - org.elasticsearch.index.mapper.internalのクラス
-
- RoutingFieldMapper.Builder - org.elasticsearch.index.mapper.internalのクラス
-
- RoutingFieldMapper.Defaults - org.elasticsearch.index.mapper.internalのクラス
-
- RoutingFieldMapper.TypeParser - org.elasticsearch.index.mapper.internalのクラス
-
- RoutingMissingException - org.elasticsearch.actionの例外
-
- RoutingMissingException(String, String, String) - 例外 のコンストラクタorg.elasticsearch.action.RoutingMissingException
-
- RoutingMissingException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.action.RoutingMissingException
-
- RoutingNode - 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) - クラス のコンストラクタorg.elasticsearch.cluster.routing.RoutingNode
-
- RoutingNode(String, DiscoveryNode, List<ShardRouting>) - クラス のコンストラクタorg.elasticsearch.cluster.routing.RoutingNode
-
- routingNodeIter(String) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- RoutingNodeIterator(RoutingNode) - クラス のコンストラクタorg.elasticsearch.cluster.routing.RoutingNodes.RoutingNodeIterator
-
- routingNodes() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
Get current routing nodes
- RoutingNodes - org.elasticsearch.cluster.routingのクラス
-
- RoutingNodes(ClusterState) - クラス のコンストラクタorg.elasticsearch.cluster.routing.RoutingNodes
-
- RoutingNodes(ClusterState, boolean) - クラス のコンストラクタorg.elasticsearch.cluster.routing.RoutingNodes
-
- RoutingNodes.RoutingNodeIterator - org.elasticsearch.cluster.routingのクラス
-
- RoutingNodes.RoutingNodesIterator - org.elasticsearch.cluster.routingのクラス
-
- RoutingNodes.UnassignedShards - org.elasticsearch.cluster.routingのクラス
-
- RoutingNodes.UnassignedShards.UnassignedIterator - org.elasticsearch.cluster.routingのクラス
-
- RoutingNodesIterator(Iterator<RoutingNode>) - クラス のコンストラクタorg.elasticsearch.cluster.routing.RoutingNodes.RoutingNodesIterator
-
- routingParsingStillNeeded() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
Is routing parsing still needed?
- routingRequired(String, String) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- routingResolved() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
Has routing been resolved during the parsing phase.
- routingResult(RoutingAllocation.Result) - クラス のメソッドorg.elasticsearch.cluster.ClusterState.Builder
-
- RoutingService - org.elasticsearch.cluster.routingのクラス
-
- RoutingService(Settings, ThreadPool, ClusterService, AllocationService) - クラス のコンストラクタorg.elasticsearch.cluster.routing.RoutingService
-
- routingTable() - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- routingTable(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequest
-
- routingTable(RoutingTable.Builder) - クラス のメソッドorg.elasticsearch.cluster.ClusterState.Builder
-
- routingTable(RoutingTable) - クラス のメソッドorg.elasticsearch.cluster.ClusterState.Builder
-
- routingTable() - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- routingTable() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RoutingAllocation.Result
-
- routingTable() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
Get routing table of current nodes
- routingTable() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- RoutingTable - org.elasticsearch.cluster.routingのクラス
-
Represents a global cluster-wide routing table for all indices including the
version of the current routing state.
- RoutingTable.Builder - org.elasticsearch.cluster.routingのクラス
-
- routingTableChanged() - クラス のメソッド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.
- RoutingTableValidation - org.elasticsearch.cluster.routingのクラス
-
Encapsulates the result of a routing table validation and provides access to
validation failures.
- RoutingTableValidation() - クラス のコンストラクタorg.elasticsearch.cluster.routing.RoutingTableValidation
-
- RoutingValidationException - org.elasticsearch.cluster.routingの例外
-
- RoutingValidationException(RoutingTableValidation) - 例外 のコンストラクタorg.elasticsearch.cluster.routing.RoutingValidationException
-
- RoutingValidationException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.cluster.routing.RoutingValidationException
-
- run() - クラス のメソッドorg.elasticsearch.cluster.InternalClusterInfoService.SubmitReschedulingClusterInfoUpdatedJob
-
- run() - インタフェース のメソッドorg.elasticsearch.common.util.CancellableThreads.Interruptable
-
- run() - クラス のメソッドorg.elasticsearch.common.util.concurrent.AbstractRunnable
-
- run() - クラス のメソッドorg.elasticsearch.common.util.concurrent.LoggingRunnable
-
- run() - クラス のメソッドorg.elasticsearch.common.util.concurrent.ThreadBarrier.BarrierTimer
-
- run() - クラス のメソッドorg.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.FieldDataCacheCleaner
-
- run() - クラス のメソッドorg.elasticsearch.script.AbstractDoubleSearchScript
-
- run() - クラス のメソッドorg.elasticsearch.script.AbstractFloatSearchScript
-
- run() - クラス のメソッドorg.elasticsearch.script.AbstractLongSearchScript
-
- run() - インタフェース のメソッドorg.elasticsearch.script.ExecutableScript
-
Executes the script.
- runAsDouble() - クラス のメソッドorg.elasticsearch.script.AbstractDoubleSearchScript
-
- runAsDouble() - クラス のメソッドorg.elasticsearch.script.AbstractFloatSearchScript
-
- runAsDouble() - クラス のメソッドorg.elasticsearch.script.AbstractLongSearchScript
-
- runAsDouble() - クラス のメソッドorg.elasticsearch.script.AbstractSearchScript
-
- runAsDouble() - インタフェース のメソッドorg.elasticsearch.script.LeafSearchScript
-
- runAsFloat() - クラス のメソッドorg.elasticsearch.script.AbstractDoubleSearchScript
-
- runAsFloat() - クラス のメソッドorg.elasticsearch.script.AbstractFloatSearchScript
-
- runAsFloat() - クラス のメソッドorg.elasticsearch.script.AbstractLongSearchScript
-
- runAsFloat() - クラス のメソッドorg.elasticsearch.script.AbstractSearchScript
-
- runAsFloat() - インタフェース のメソッドorg.elasticsearch.script.LeafSearchScript
-
- runAsLong() - クラス のメソッドorg.elasticsearch.script.AbstractDoubleSearchScript
-
- runAsLong() - クラス のメソッドorg.elasticsearch.script.AbstractFloatSearchScript
-
- runAsLong() - クラス のメソッドorg.elasticsearch.script.AbstractLongSearchScript
-
- runAsLong() - クラス のメソッドorg.elasticsearch.script.AbstractSearchScript
-
- runAsLong() - インタフェース のメソッドorg.elasticsearch.script.LeafSearchScript
-
- runDeferredCollections(long...) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorBase
-
- runOnlyOnMaster() - クラス のメソッドorg.elasticsearch.cluster.ClusterStateNonMasterUpdateTask
-
- runOnlyOnMaster() - クラス のメソッドorg.elasticsearch.cluster.ClusterStateTaskExecutor
-
indicates whether this task should only run if current node is master
- RussianAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- RussianAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.RussianAnalyzerProvider
-
- RussianStemTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- RussianStemTokenFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.RussianStemTokenFilterFactory
-
- rwl - クラス の変数org.elasticsearch.index.engine.Engine
-
- rxCount() - クラス のメソッドorg.elasticsearch.transport.TransportStats
-
- rxSize() - クラス のメソッドorg.elasticsearch.transport.TransportStats
-
- SAME - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool.Names
-
- SAME_HOST_SETTING - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
-
- sameHost(TransportAddress) - クラス のメソッドorg.elasticsearch.common.transport.DummyTransportAddress
-
- sameHost(TransportAddress) - クラス のメソッドorg.elasticsearch.common.transport.InetSocketTransportAddress
-
- sameHost(TransportAddress) - クラス のメソッドorg.elasticsearch.common.transport.LocalTransportAddress
-
- sameHost(TransportAddress) - インタフェース のメソッドorg.elasticsearch.common.transport.TransportAddress
-
- sameOrAfter(Priority) - クラス のメソッドorg.elasticsearch.common.Priority
-
- SameShardAllocationDecider - 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) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.SameShardAllocationDecider
-
- sampler(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Sampler aggregation with the given name.
- Sampler - org.elasticsearch.search.aggregations.bucket.samplerのインタフェース
-
A filter aggregation that defines a single bucket to hold a sample of
top-matching documents.
- SamplerAggregationBuilder - org.elasticsearch.search.aggregations.bucket.samplerのクラス
-
Builder for the
Sampler aggregation.
- SamplerAggregationBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
-
Sole constructor.
- SamplerAggregator - org.elasticsearch.search.aggregations.bucket.samplerのクラス
-
Aggregate on only the top-scoring docs on a shard.
- SamplerAggregator(String, int, AggregatorFactories, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
-
- SamplerAggregator.DiversifiedFactory - org.elasticsearch.search.aggregations.bucket.samplerのクラス
-
- SamplerAggregator.ExecutionMode - org.elasticsearch.search.aggregations.bucket.samplerの列挙型
-
- SamplerAggregator.Factory - org.elasticsearch.search.aggregations.bucket.samplerのクラス
-
- SamplerParser - org.elasticsearch.search.aggregations.bucket.samplerのクラス
-
- SamplerParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.sampler.SamplerParser
-
- sandboxed() - クラス のメソッドorg.elasticsearch.script.mustache.MustacheScriptEngineService
-
- sandboxed() - クラス のメソッドorg.elasticsearch.script.NativeScriptEngineService
-
- sandboxed() - インタフェース のメソッドorg.elasticsearch.script.ScriptEngineService
-
- scalb(Double, Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- scalb(Float, Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- SCALE - クラス のstatic変数org.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- SCAN_ACTION_NAME - クラス のstatic変数org.elasticsearch.search.action.SearchServiceTransportAction
-
- SCAN_SCROLL_ACTION_NAME - クラス のstatic変数org.elasticsearch.search.action.SearchServiceTransportAction
-
- scanContext() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- scanContext() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- scanContext() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- scanContext() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- ScanContext - org.elasticsearch.search.scanのクラス
-
The scan context allows to optimize readers we already processed during scanning.
- ScanContext() - クラス のコンストラクタorg.elasticsearch.search.scan.ScanContext
-
- ScanContext.ScanCollector - org.elasticsearch.search.scanのクラス
-
- ScandinavianFoldingFilterFactory - org.elasticsearch.index.analysisのクラス
-
Factory for ScandinavianFoldingFilter
- ScandinavianFoldingFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ScandinavianFoldingFilterFactory
-
- ScandinavianNormalizationFilterFactory - org.elasticsearch.index.analysisのクラス
-
Factory for ScandinavianNormalizationFilter
- ScandinavianNormalizationFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ScandinavianNormalizationFilterFactory
-
- schedule(TimeValue, String, Runnable) - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool
-
- scheduler() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool
-
- scheduleWithFixedDelay(Runnable, TimeValue) - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool
-
- Scope - org.elasticsearch.common.injectのインタフェース
-
A scope is a level of visibility that instances provided by Guice may have.
- scope(Key<T>, Provider<T>) - インタフェース のメソッドorg.elasticsearch.common.inject.Scope
-
Scopes a provider.
- scope() - クラス のメソッドorg.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider
-
- scope() - インタフェース のメソッドorg.elasticsearch.index.analysis.AnalyzerProvider
-
- scope() - クラス のメソッドorg.elasticsearch.index.analysis.NamedAnalyzer
-
The scope of the analyzer.
- scope() - クラス のメソッドorg.elasticsearch.index.analysis.PreBuiltAnalyzerProvider
-
- SCOPE_ALREADY_SET - クラス のstatic変数org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- ScopeAnnotation - org.elasticsearch.common.injectの注釈型
-
Annotates annotations which are used for scoping.
- scopeAnnotationOnAbstractType(Class<? extends Annotation>, Class<?>, Object) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- ScopeBinding - org.elasticsearch.common.inject.spiのクラス
-
Registration of a scope annotation with the scope that implements it.
- ScopedBindingBuilder - org.elasticsearch.common.inject.binderのインタフェース
-
See the EDSL examples at
Binder.
- scopeNotFound(Class<? extends Annotation>) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- Scopes - org.elasticsearch.common.injectのクラス
-
Built-in scope implementations.
- Scoping - org.elasticsearch.common.inject.internalのクラス
-
References a scope, either directly (as a scope instance), or indirectly (as a scope annotation).
- score - クラス の変数org.elasticsearch.action.termvectors.TermVectorsFilter.ScoreTerm
-
- score(int, float) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.LeafScoreFunction
-
- score() - クラス のメソッドorg.elasticsearch.index.search.child.ConstantScorer
-
- score() - クラス のメソッドorg.elasticsearch.script.AbstractSearchScript
-
Returns the current score and only applicable when used as a scoring script in a custom score query!.
- score(float) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- score() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- score() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The score.
- score - クラス の変数org.elasticsearch.search.suggest.phrase.Correction
-
- score - クラス の変数org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
-
- score(DirectCandidateGenerator.Candidate[], DirectCandidateGenerator.CandidateSet[], int, int) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.WordScorer
-
- SCORE - クラス のstatic変数org.elasticsearch.search.suggest.term.TermSuggestion
-
- Score() - クラス のコンストラクタorg.elasticsearch.search.suggest.term.TermSuggestion.Score
-
- SCORE_COMPARATOR - クラス のstatic変数org.elasticsearch.search.suggest.SuggestUtils
-
- SCORE_ERROR_MESSAGE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.heuristics.NXYSignificanceHeuristic
-
- SCORE_FIELD_NAME - クラス のstatic変数org.elasticsearch.search.sort.SortParseElement
-
- ScoreAccessor - org.elasticsearch.scriptのクラス
-
A float encapsulation that dynamically accesses the score of a document.
- ScoreAccessor(Scorer) - クラス のコンストラクタorg.elasticsearch.script.ScoreAccessor
-
- scoreBigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.LaplaceScorer
-
- scoreBigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.LinearInterpoatingScorer
-
- scoreBigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.StupidBackoffScorer
-
- scoreBigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.WordScorer
-
- ScoreComparator() - クラス のコンストラクタorg.elasticsearch.search.suggest.completion.CompletionSuggester.ScoreComparator
-
- ScoreFunction - org.elasticsearch.common.lucene.search.functionのクラス
-
- ScoreFunction(CombineFunction) - クラス のコンストラクタorg.elasticsearch.common.lucene.search.function.ScoreFunction
-
- ScoreFunctionBuilder - org.elasticsearch.index.query.functionscoreのクラス
-
- ScoreFunctionBuilder() - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
- ScoreFunctionBuilders - org.elasticsearch.index.query.functionscoreのクラス
-
- ScoreFunctionBuilders() - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- ScoreFunctionParser - org.elasticsearch.index.query.functionscoreのインタフェース
-
- ScoreFunctionParserMapper - org.elasticsearch.index.query.functionscoreのクラス
-
- ScoreFunctionParserMapper(Set<ScoreFunctionParser>) - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.ScoreFunctionParserMapper
-
- scoreMode(String) - クラス のメソッドorg.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
Score mode defines how results of individual score functions will be aggregated.
- scoreMode(String) - クラス のメソッドorg.elasticsearch.index.query.HasChildQueryBuilder
-
Defines how the scores from the matching child documents are mapped into the parent document.
- scoreMode(String) - クラス のメソッドorg.elasticsearch.index.query.HasParentQueryBuilder
-
Defines how the parent score is mapped into the child documents.
- scoreMode(String) - クラス のメソッドorg.elasticsearch.index.query.NestedQueryBuilder
-
The score mode.
- scoreMode() - クラス のメソッドorg.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
-
- scoreOrdered() - クラス のメソッドorg.elasticsearch.search.highlight.SearchContextHighlight.FieldOptions
-
- scorer - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery.ParentCollector
-
非推奨です。
- scorer(LeafReaderContext) - クラス のメソッドorg.elasticsearch.index.search.child.ChildrenQuery.ParentWeight
-
非推奨です。
- scorer(LeafReaderContext) - クラス のメソッドorg.elasticsearch.search.profile.ProfileWeight
-
- ScorerAware - org.elasticsearch.common.luceneのインタフェース
-
- scores() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateShardResponse
-
- scores - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery.ParentScoreCollector
-
非推奨です。
- scoreSort() - クラス のstaticメソッドorg.elasticsearch.search.sort.SortBuilders
-
Constructs a new score sort.
- ScoreSortBuilder - org.elasticsearch.search.sortのクラス
-
A sort builder allowing to sort by score.
- ScoreSortBuilder() - クラス のコンストラクタorg.elasticsearch.search.sort.ScoreSortBuilder
-
- scoreTrigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.LaplaceScorer
-
- scoreTrigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.LinearInterpoatingScorer
-
- scoreTrigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.StupidBackoffScorer
-
- scoreTrigram(DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate, DirectCandidateGenerator.Candidate) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.WordScorer
-
- scoreType(String) - クラス のメソッドorg.elasticsearch.index.query.HasChildQueryBuilder
-
非推奨です。
- scoreType(String) - クラス のメソッドorg.elasticsearch.index.query.HasParentQueryBuilder
-
非推奨です。
- scoreType - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery
-
非推奨です。
- ScoreType - org.elasticsearch.index.search.childの列挙型
-
Defines how scores from child documents are mapped into the parent document.
- scoreUnigram(DirectCandidateGenerator.Candidate) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.WordScorer
-
- script() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
- script(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
- script() - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- script(Script) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
The script to execute.
- script(String, ScriptService.ScriptType) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- script(String) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- script(String, ScriptService.ScriptType, Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- script(String, String, ScriptService.ScriptType, Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- Script - org.elasticsearch.scriptのクラス
-
Script holds all the parameters necessary to compile or find in cache and then execute a script.
- Script(String) - クラス のコンストラクタorg.elasticsearch.script.Script
-
Constructor for simple inline script.
- Script(String, String) - クラス のコンストラクタorg.elasticsearch.script.Script
-
For sub-classes to use to override the default language
- Script(String, ScriptService.ScriptType, String, Map<String, ? extends Object>) - クラス のコンストラクタorg.elasticsearch.script.Script
-
Constructor for Script.
- SCRIPT - インタフェース のstatic変数org.elasticsearch.script.Script.ScriptField
-
- script() - クラス のメソッドorg.elasticsearch.script.ScriptParameterParser.ScriptParameterValue
-
- script(Script) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.ValuesSourceMetricsAggregationBuilder
-
The script to use for this aggregation
- script(Script) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptBuilder
-
- script(Script) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.having.BucketSelectorBuilder
-
- Script(SearchScript) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.ValuesSource.Bytes.Script
-
- Script(SearchScript, ValueType) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.ValuesSource.Numeric.Script
-
- script() - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- script(SearchScript) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
- script(Script) - クラス のメソッドorg.elasticsearch.search.aggregations.ValuesSourceAggregationBuilder
-
Sets the script which generates the values.
- script() - クラス のメソッドorg.elasticsearch.search.fetch.script.ScriptFieldsContext.ScriptField
-
- Script.ScriptField - org.elasticsearch.scriptのインタフェース
-
- Script.ScriptParseException - org.elasticsearch.scriptの例外
-
- SCRIPT_AUTO_RELOAD_ENABLED_SETTING - クラス のstatic変数org.elasticsearch.script.ScriptService
-
- SCRIPT_CACHE_EXPIRE_SETTING - クラス のstatic変数org.elasticsearch.script.ScriptService
-
- SCRIPT_CACHE_SIZE_DEFAULT - クラス のstatic変数org.elasticsearch.script.ScriptService
-
- SCRIPT_CACHE_SIZE_SETTING - クラス のstatic変数org.elasticsearch.script.ScriptService
-
- SCRIPT_FILE - クラス のstatic変数org.elasticsearch.script.ScriptService
-
- SCRIPT_ID - クラス のstatic変数org.elasticsearch.script.ScriptService
-
- SCRIPT_INDEX - クラス のstatic変数org.elasticsearch.script.ScriptService
-
- SCRIPT_INLINE - クラス のstatic変数org.elasticsearch.script.ScriptService
-
- SCRIPT_LANG - クラス のstatic変数org.elasticsearch.script.ScriptService
-
- scriptable(boolean) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceParser.Builder
-
- ScriptBytesValues - org.elasticsearch.search.aggregations.support.valuesのクラス
-
- ScriptBytesValues(LeafSearchScript) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.values.ScriptBytesValues
-
- ScriptContext - org.elasticsearch.scriptのインタフェース
-
Context of an operation that uses scripts as part of its execution.
- ScriptContext.Plugin - org.elasticsearch.scriptのクラス
-
Custom operation exposed via plugin, which makes use of scripts as part of its execution
- ScriptContext.Standard - org.elasticsearch.scriptの列挙型
-
Standard operations that make use of scripts as part of their execution.
- ScriptContextRegistry - org.elasticsearch.scriptのクラス
-
Registry for operations that use scripts as part of their execution.
- ScriptContextRegistry(Iterable<ScriptContext.Plugin>) - クラス のコンストラクタorg.elasticsearch.script.ScriptContextRegistry
-
- ScriptDocValues<T> - 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.Doubles - org.elasticsearch.index.fielddataのクラス
-
- ScriptDocValues.GeoPoints - org.elasticsearch.index.fielddataのクラス
-
- ScriptDocValues.Longs - org.elasticsearch.index.fielddataのクラス
-
- ScriptDocValues.Strings - org.elasticsearch.index.fielddataのクラス
-
- ScriptDoubleValues - org.elasticsearch.search.aggregations.support.valuesのクラス
-
- ScriptDoubleValues(LeafSearchScript) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.values.ScriptDoubleValues
-
- scriptedMetric(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
- ScriptedMetric - org.elasticsearch.search.aggregations.metrics.scriptedのインタフェース
-
A metric aggregation that computes both its final and intermediate states using scripts.
- ScriptedMetricAggregator - org.elasticsearch.search.aggregations.metrics.scriptedのクラス
-
- ScriptedMetricAggregator(String, Script, Script, Script, Script, Map<String, Object>, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricAggregator
-
- ScriptedMetricAggregator.Factory - org.elasticsearch.search.aggregations.metrics.scriptedのクラス
-
- ScriptedMetricBuilder - org.elasticsearch.search.aggregations.metrics.scriptedのクラス
-
- ScriptedMetricBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricBuilder
-
Sole constructor.
- ScriptedMetricParser - org.elasticsearch.search.aggregations.metrics.scriptedのクラス
-
- ScriptedMetricParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricParser
-
- scriptedUpsert() - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- scriptedUpsert(boolean) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- ScriptEngineService - org.elasticsearch.scriptのインタフェース
-
- ScriptException - org.elasticsearch.scriptの例外
-
- ScriptException(String) - 例外 のコンストラクタorg.elasticsearch.script.ScriptException
-
- ScriptException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.script.ScriptException
-
- ScriptException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.script.ScriptException
-
- scriptField(String, Script) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Adds a script field under the given name with the provided script.
- ScriptField(String, SearchScript, boolean) - クラス のコンストラクタorg.elasticsearch.search.fetch.script.ScriptFieldsContext.ScriptField
-
- scriptFields() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- scriptFields() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- scriptFields() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- scriptFields() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- scriptFields() - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- ScriptFieldsContext - org.elasticsearch.search.fetch.scriptのクラス
-
- ScriptFieldsContext() - クラス のコンストラクタorg.elasticsearch.search.fetch.script.ScriptFieldsContext
-
- ScriptFieldsContext.ScriptField - org.elasticsearch.search.fetch.scriptのクラス
-
- ScriptFieldsFetchSubPhase - org.elasticsearch.search.fetch.scriptのクラス
-
- ScriptFieldsFetchSubPhase() - クラス のコンストラクタorg.elasticsearch.search.fetch.script.ScriptFieldsFetchSubPhase
-
- ScriptFieldsParseElement - org.elasticsearch.search.fetch.scriptのクラス
-
"script_fields" : {
"test1" : {
"script" : "doc['field_name'].value"
},
"test2" : {
"script" : "..."
}
}
- ScriptFieldsParseElement() - クラス のコンストラクタorg.elasticsearch.search.fetch.script.ScriptFieldsParseElement
-
- scriptFieldToXContent(String, ScriptService.ScriptType, XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.script.Script
-
- scriptFieldToXContent(String, ScriptService.ScriptType, XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.script.Template
-
- scriptFunction(Script) - クラス のstaticメソッドorg.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- scriptFunction(String) - クラス のstaticメソッドorg.elasticsearch.index.query.functionscore.ScoreFunctionBuilders
-
- ScriptHeuristic - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- ScriptHeuristic(ExecutableScript, Script) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
-
- ScriptHeuristic.LongAccessor - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- ScriptHeuristic.ScriptHeuristicBuilder - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- ScriptHeuristic.ScriptHeuristicParser - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- ScriptHeuristicBuilder() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.ScriptHeuristicBuilder
-
- ScriptHeuristicParser(ScriptService) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.ScriptHeuristicParser
-
- scriptLang() - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptRequest
-
The scriptLang of the document to delete.
- scriptLang(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptRequest
-
Sets the scriptLang of the document to delete.
- scriptLang - クラス の変数org.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequest
-
- scriptLang(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequest
-
Sets the language of the script to fetch.
- scriptLang() - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequest
-
- scriptLang() - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
The type of the indexed document.
- scriptLang(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
Sets the type of the indexed document.
- scriptLang(String) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- scriptLang() - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- ScriptLongValues - org.elasticsearch.search.aggregations.support.valuesのクラス
-
LongValues implementation which is based on a script
- ScriptLongValues(LeafSearchScript) - クラス のコンストラクタorg.elasticsearch.search.aggregations.support.values.ScriptLongValues
-
- ScriptMetrics - org.elasticsearch.scriptのクラス
-
- ScriptMetrics() - クラス のコンストラクタorg.elasticsearch.script.ScriptMetrics
-
- ScriptModes - org.elasticsearch.scriptのクラス
-
Holds the ScriptModes for each of the different scripting languages available,
each script source and each scripted operation.
- ScriptModule - org.elasticsearch.scriptのクラス
-
- ScriptModule(Settings) - クラス のコンストラクタorg.elasticsearch.script.ScriptModule
-
- ScriptParameterParser - org.elasticsearch.scriptのクラス
-
- ScriptParameterParser() - クラス のコンストラクタorg.elasticsearch.script.ScriptParameterParser
-
- ScriptParameterParser(Set<String>) - クラス のコンストラクタorg.elasticsearch.script.ScriptParameterParser
-
- ScriptParameterParser.ScriptParameterValue - org.elasticsearch.scriptのクラス
-
- ScriptParameterValue(String, ScriptService.ScriptType) - クラス のコンストラクタorg.elasticsearch.script.ScriptParameterParser.ScriptParameterValue
-
- scriptParams() - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- scriptParams(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- ScriptParseException(String, Object...) - 例外 のコンストラクタorg.elasticsearch.script.Script.ScriptParseException
-
- ScriptParseException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.script.Script.ScriptParseException
-
- scriptQuery(Script) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A builder for filter based on a script.
- ScriptQueryBuilder - org.elasticsearch.index.queryのクラス
-
- ScriptQueryBuilder(Script) - クラス のコンストラクタorg.elasticsearch.index.query.ScriptQueryBuilder
-
- ScriptQueryParser - org.elasticsearch.index.queryのクラス
-
- ScriptQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.ScriptQueryParser
-
- scriptRemoved(CompiledScript) - クラス のメソッドorg.elasticsearch.script.mustache.MustacheScriptEngineService
-
- scriptRemoved(CompiledScript) - クラス のメソッドorg.elasticsearch.script.NativeScriptEngineService
-
- scriptRemoved(CompiledScript) - インタフェース のメソッドorg.elasticsearch.script.ScriptEngineService
-
Handler method called when a script is removed from the Guava cache.
- ScriptScoreFunction - org.elasticsearch.common.lucene.search.functionのクラス
-
- ScriptScoreFunction(Script, SearchScript) - クラス のコンストラクタorg.elasticsearch.common.lucene.search.function.ScriptScoreFunction
-
- ScriptScoreFunctionBuilder - org.elasticsearch.index.query.functionscore.scriptのクラス
-
A function that uses a script to compute or influence the score of documents
that match with the inner query or filter.
- ScriptScoreFunctionBuilder(Script) - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.script.ScriptScoreFunctionBuilder
-
- ScriptScoreFunctionParser - org.elasticsearch.index.query.functionscore.scriptのクラス
-
- ScriptScoreFunctionParser() - クラス のコンストラクタorg.elasticsearch.index.query.functionscore.script.ScriptScoreFunctionParser
-
- scriptService() - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- scriptService() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- ScriptService - org.elasticsearch.scriptのクラス
-
- ScriptService(Settings, Environment, Set<ScriptEngineService>, ResourceWatcherService, ScriptContextRegistry) - クラス のコンストラクタorg.elasticsearch.script.ScriptService
-
- scriptService() - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregation.ReduceContext
-
- scriptService() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- scriptService() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- scriptService() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- ScriptService.ScriptType - org.elasticsearch.scriptの列挙型
-
The type of a script, more specifically where it gets loaded from:
- provided dynamically at request time
- loaded from an index
- loaded from file
- scriptsFile() - クラス のメソッドorg.elasticsearch.env.Environment
-
Location of on-disk scripts
- scriptSort(Script, String) - クラス のstaticメソッドorg.elasticsearch.search.sort.SortBuilders
-
Constructs a new script based sort.
- scriptSort(String, String) - クラス のstaticメソッドorg.elasticsearch.search.sort.SortBuilders
-
- ScriptSortBuilder - org.elasticsearch.search.sortのクラス
-
Script sort builder allows to sort based on a custom script expression.
- ScriptSortBuilder(Script, String) - クラス のコンストラクタorg.elasticsearch.search.sort.ScriptSortBuilder
-
Constructs a script sort builder with the given script.
- ScriptSortBuilder(String, String) - クラス のコンストラクタorg.elasticsearch.search.sort.ScriptSortBuilder
-
- ScriptSortParser - org.elasticsearch.search.sortのクラス
-
- ScriptSortParser() - クラス のコンストラクタorg.elasticsearch.search.sort.ScriptSortParser
-
- ScriptStats - org.elasticsearch.scriptのクラス
-
- ScriptStats() - クラス のコンストラクタorg.elasticsearch.script.ScriptStats
-
- ScriptStats(long, long) - クラス のコンストラクタorg.elasticsearch.script.ScriptStats
-
- scriptString() - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- scriptType() - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- scriptType() - クラス のメソッドorg.elasticsearch.script.ScriptParameterParser.ScriptParameterValue
-
- scroll() - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
If set, will enable scrolling of the search request.
- scroll(Scroll) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
If set, will enable scrolling of the search request.
- scroll(TimeValue) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
If set, will enable scrolling of the search request for the specified timeout.
- scroll(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
If set, will enable scrolling of the search request for the specified timeout.
- scroll() - クラス のメソッドorg.elasticsearch.action.search.SearchScrollRequest
-
If set, will enable scrolling of the search request.
- scroll(Scroll) - クラス のメソッドorg.elasticsearch.action.search.SearchScrollRequest
-
If set, will enable scrolling of the search request.
- scroll(TimeValue) - クラス のメソッドorg.elasticsearch.action.search.SearchScrollRequest
-
If set, will enable scrolling of the search request for the specified timeout.
- scroll(String) - クラス のメソッドorg.elasticsearch.action.search.SearchScrollRequest
-
If set, will enable scrolling of the search request for the specified timeout.
- scroll() - クラス のメソッドorg.elasticsearch.search.internal.InternalScrollSearchRequest
-
- scroll(Scroll) - クラス のメソッドorg.elasticsearch.search.internal.InternalScrollSearchRequest
-
- scroll - クラス の変数org.elasticsearch.search.internal.ScrollContext
-
- scroll() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- scroll() - インタフェース のメソッドorg.elasticsearch.search.internal.ShardSearchRequest
-
- scroll() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- Scroll - org.elasticsearch.searchのクラス
-
A scroll enables scrolling of search request.
- Scroll(TimeValue) - クラス のコンストラクタorg.elasticsearch.search.Scroll
-
Constructs a new scroll of the provided keep alive.
- scrollContext() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- scrollContext(ScrollContext) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- scrollContext() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- scrollContext(ScrollContext) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- scrollContext() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- scrollContext(ScrollContext) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- ScrollContext - org.elasticsearch.search.internalのクラス
-
Wrapper around information that needs to stay around when scrolling.
- ScrollContext() - クラス のコンストラクタorg.elasticsearch.search.internal.ScrollContext
-
- scrollContext() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- scrollContext(ScrollContext) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- scrollContext(ScrollContext) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- ScrollFreeContextRequest() - クラス のコンストラクタorg.elasticsearch.search.action.SearchServiceTransportAction.ScrollFreeContextRequest
-
- scrollId(String) - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
- scrollId() - クラス のメソッドorg.elasticsearch.action.search.SearchScrollRequest
-
The scroll id used to scroll the search.
- scrollId(String) - クラス のメソッドorg.elasticsearch.action.search.SearchScrollRequest
-
- scrollIds() - クラス のメソッドorg.elasticsearch.action.search.ClearScrollRequest
-
- scrollIds(List<String>) - クラス のメソッドorg.elasticsearch.action.search.ClearScrollRequest
-
- ScrollQueryFetchSearchResult - org.elasticsearch.search.fetchのクラス
-
- ScrollQueryFetchSearchResult() - クラス のコンストラクタorg.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
-
- ScrollQueryFetchSearchResult(QueryFetchSearchResult, SearchShardTarget) - クラス のコンストラクタorg.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
-
- ScrollQuerySearchResult - org.elasticsearch.search.queryのクラス
-
- ScrollQuerySearchResult() - クラス のコンストラクタorg.elasticsearch.search.query.ScrollQuerySearchResult
-
- ScrollQuerySearchResult(QuerySearchResult, SearchShardTarget) - クラス のコンストラクタorg.elasticsearch.search.query.ScrollQuerySearchResult
-
- search - クラス の変数org.elasticsearch.action.admin.indices.stats.CommonStats
-
- search(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- search() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- search(SearchRequest) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Search across one or more indices and one or more types with a query.
- search(SearchRequest, ActionListener<SearchResponse>) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Search across one or more indices and one or more types with a query.
- search(SearchRequest) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- search(SearchRequest, ActionListener<SearchResponse>) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- search - クラス の変数org.elasticsearch.index.engine.Segment
-
- search(CompiledScript, SearchLookup, Map<String, Object>) - クラス のメソッドorg.elasticsearch.script.mustache.MustacheScriptEngineService
-
- search(CompiledScript, SearchLookup, Map<String, Object>) - クラス のメソッドorg.elasticsearch.script.NativeScriptEngineService
-
- search(CompiledScript, SearchLookup, Map<String, Object>) - インタフェース のメソッドorg.elasticsearch.script.ScriptEngineService
-
- search(SearchLookup, Script, ScriptContext, Map<String, String>) - クラス のメソッドorg.elasticsearch.script.ScriptService
-
Compiles (or retrieves from cache) and executes the provided search script
- SEARCH - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool.Names
-
- SEARCH_ANALYZER - クラス のstatic変数org.elasticsearch.index.mapper.core.CompletionFieldMapper.Fields
-
- SEARCH_CONTROLLER_OPTIMIZE_SINGLE_SHARD_KEY - クラス のstatic変数org.elasticsearch.search.controller.SearchPhaseController
-
- SearchAction - org.elasticsearch.action.searchのクラス
-
- searchAnalyzer(NamedAnalyzer) - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper.Builder
-
- searchAnalyzer() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentFieldMappers
-
A smart analyzer used for searching that takes into account specific analyzers configured
per
FieldMapper.
- searchAnalyzer(NamedAnalyzer) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- searchAnalyzer() - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- searchAnalyzer() - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- searchContext - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery.ParentCollector
-
非推奨です。
- searchContext() - クラス のメソッドorg.elasticsearch.search.aggregations.support.AggregationContext
-
- SearchContext - org.elasticsearch.search.internalのクラス
-
- SearchContext(ParseFieldMatcher, HasContextAndHeaders) - クラス のコンストラクタorg.elasticsearch.search.internal.SearchContext
-
- SearchContext.Lifetime - org.elasticsearch.search.internalの列挙型
-
The life time of an object that is used during search execution.
- SearchContextAggregations - org.elasticsearch.search.aggregationsのクラス
-
The aggregation context that is part of the search context.
- SearchContextAggregations(AggregatorFactories) - クラス のコンストラクタorg.elasticsearch.search.aggregations.SearchContextAggregations
-
Creates a new aggregation context with the parsed aggregator factories
- SearchContextException - org.elasticsearch.searchの例外
-
- SearchContextException(SearchContext, String) - 例外 のコンストラクタorg.elasticsearch.search.SearchContextException
-
- SearchContextException(SearchContext, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.search.SearchContextException
-
- SearchContextException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.search.SearchContextException
-
- SearchContextHighlight - org.elasticsearch.search.highlightのクラス
-
- SearchContextHighlight(Collection<SearchContextHighlight.Field>) - クラス のコンストラクタorg.elasticsearch.search.highlight.SearchContextHighlight
-
- SearchContextHighlight.Field - org.elasticsearch.search.highlightのクラス
-
- SearchContextHighlight.FieldOptions - org.elasticsearch.search.highlightのクラス
-
- SearchContextMissingException - org.elasticsearch.searchの例外
-
- SearchContextMissingException(long) - 例外 のコンストラクタorg.elasticsearch.search.SearchContextMissingException
-
- SearchContextMissingException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.search.SearchContextMissingException
-
- searcher() - クラス のメソッドorg.elasticsearch.index.engine.Engine.GetResult
-
- Searcher(String, IndexSearcher) - クラス のコンストラクタorg.elasticsearch.index.engine.Engine.Searcher
-
- searcher() - クラス のメソッドorg.elasticsearch.index.engine.Engine.Searcher
-
- searcher() - クラス のメソッドorg.elasticsearch.indices.IndicesWarmer.WarmerContext
-
Return a searcher instance that only wraps the segments to warm.
- searcher() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- searcher() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- searcher() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- searcher() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- SearchException - org.elasticsearch.searchの例外
-
- SearchException(SearchShardTarget, String) - 例外 のコンストラクタorg.elasticsearch.search.SearchException
-
- SearchException(SearchShardTarget, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.search.SearchException
-
- SearchException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.search.SearchException
-
- searchFilter(String...) - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
A filter for search.
- searchFilter(String[]) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- searchFilter(String[]) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- searchFilter(String[]) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- searchFilter(String[]) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- searchFilter(String[]) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- SearchFreeContextRequest() - クラス のコンストラクタorg.elasticsearch.search.action.SearchServiceTransportAction.SearchFreeContextRequest
-
- SearchHit - org.elasticsearch.searchのインタフェース
-
A single search hit.
- SearchHit.NestedIdentity - org.elasticsearch.searchのインタフェース
-
Encapsulates the nested identity of a hit.
- SearchHitField - org.elasticsearch.searchのインタフェース
-
A single field name and values part of a
SearchHit.
- SearchHits - org.elasticsearch.searchのインタフェース
-
The hits of a search request.
- SearchLookup - org.elasticsearch.search.lookupのクラス
-
- SearchLookup(MapperService, IndexFieldDataService, String[]) - クラス のコンストラクタorg.elasticsearch.search.lookup.SearchLookup
-
- SearchModule - org.elasticsearch.searchのクラス
-
- SearchModule() - クラス のコンストラクタorg.elasticsearch.search.SearchModule
-
- SearchParseElement - org.elasticsearch.searchのインタフェース
-
- SearchParseException - org.elasticsearch.searchの例外
-
- SearchParseException(SearchContext, String, XContentLocation) - 例外 のコンストラクタorg.elasticsearch.search.SearchParseException
-
- SearchParseException(SearchContext, String, XContentLocation, Throwable) - 例外 のコンストラクタorg.elasticsearch.search.SearchParseException
-
- SearchParseException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.search.SearchParseException
-
- SearchPhase - org.elasticsearch.searchのインタフェース
-
- SearchPhaseController - org.elasticsearch.search.controllerのクラス
-
- SearchPhaseController(Settings, BigArrays, ScriptService) - クラス のコンストラクタorg.elasticsearch.search.controller.SearchPhaseController
-
- SearchPhaseExecutionException - org.elasticsearch.action.searchの例外
-
- SearchPhaseExecutionException(String, String, ShardSearchFailure[]) - 例外 のコンストラクタorg.elasticsearch.action.search.SearchPhaseExecutionException
-
- SearchPhaseExecutionException(String, String, Throwable, ShardSearchFailure[]) - 例外 のコンストラクタorg.elasticsearch.action.search.SearchPhaseExecutionException
-
- SearchPhaseExecutionException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.action.search.SearchPhaseExecutionException
-
- SearchPhaseResult - org.elasticsearch.searchのインタフェース
-
- searchQuoteAnalyzer() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentFieldMappers
-
- searchQuoteAnalyzer() - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- searchQuoteAnalyzer() - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- searchQuotedAnalyzer(NamedAnalyzer) - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper.Builder
-
- searchRequest(SearchRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
-
Sets the search request to warm.
- searchRequest(SearchRequestBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
-
Sets the search request to warm.
- searchRequest() - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequest
-
- SearchRequest - org.elasticsearch.action.searchのクラス
-
A request to execute search against one or more indices (or all).
- SearchRequest() - クラス のコンストラクタorg.elasticsearch.action.search.SearchRequest
-
- SearchRequest(SearchRequest, ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.search.SearchRequest
-
Copy constructor that creates a new search request that is a copy of the one provided as an argument.
- SearchRequest(ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.search.SearchRequest
-
Constructs a new search request starting from the provided request, meaning that it will
inherit its headers and context
- SearchRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.search.SearchRequest
-
Constructs a new search request against the indices.
- SearchRequest(String[], byte[]) - クラス のコンストラクタorg.elasticsearch.action.search.SearchRequest
-
Constructs a new search request against the provided indices with the given search source.
- searchRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a search request against one or more indices.
- SearchRequestBuilder - org.elasticsearch.action.searchのクラス
-
A search action request builder.
- SearchRequestBuilder(ElasticsearchClient, SearchAction) - クラス のコンストラクタorg.elasticsearch.action.search.SearchRequestBuilder
-
- SearchResponse - org.elasticsearch.action.searchのクラス
-
A response of a search request.
- SearchResponse() - クラス のコンストラクタorg.elasticsearch.action.search.SearchResponse
-
- SearchResponse(InternalSearchResponse, String, int, int, long, ShardSearchFailure[]) - クラス のコンストラクタorg.elasticsearch.action.search.SearchResponse
-
- searchRouting() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.Alias
-
Returns the search routing value associated with the alias
- searchRouting(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.Alias
-
Associates a search routing value to the alias
- searchRouting(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest.AliasActions
-
- searchRouting() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- searchRouting(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasAction
-
- searchRouting(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- searchRouting() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData
-
- searchRoutingValues() - クラス のメソッドorg.elasticsearch.cluster.metadata.AliasMetaData
-
- SearchScript - org.elasticsearch.scriptのインタフェース
-
A search script.
- searchScroll(SearchScrollRequest) - インタフェース のメソッドorg.elasticsearch.client.Client
-
A search scroll request to continue searching a previous scrollable search request.
- searchScroll(SearchScrollRequest, ActionListener<SearchResponse>) - インタフェース のメソッドorg.elasticsearch.client.Client
-
A search scroll request to continue searching a previous scrollable search request.
- searchScroll(SearchScrollRequest) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- searchScroll(SearchScrollRequest, ActionListener<SearchResponse>) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- SearchScrollAction - org.elasticsearch.action.searchのクラス
-
- SearchScrollRequest - org.elasticsearch.action.searchのクラス
-
- SearchScrollRequest() - クラス のコンストラクタorg.elasticsearch.action.search.SearchScrollRequest
-
- SearchScrollRequest(String) - クラス のコンストラクタorg.elasticsearch.action.search.SearchScrollRequest
-
- SearchScrollRequest(ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.search.SearchScrollRequest
-
Creates a scroll request caused by some other request, which is provided as an
argument so that its headers and context can be copied to the new request
- searchScrollRequest(String) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a search scroll request allowing to continue searching a previous search request.
- SearchScrollRequestBuilder - org.elasticsearch.action.searchのクラス
-
A search scroll action request builder.
- SearchScrollRequestBuilder(ElasticsearchClient, SearchScrollAction) - クラス のコンストラクタorg.elasticsearch.action.search.SearchScrollRequestBuilder
-
- SearchScrollRequestBuilder(ElasticsearchClient, SearchScrollAction, String) - クラス のコンストラクタorg.elasticsearch.action.search.SearchScrollRequestBuilder
-
- searchService() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- SearchService - org.elasticsearch.searchのクラス
-
- SearchService(Settings, NodeSettingsService, ClusterService, IndicesService, IndicesWarmer, ThreadPool, ScriptService, PageCacheRecycler, BigArrays, DfsPhase, QueryPhase, FetchPhase, IndicesRequestCache) - クラス のコンストラクタorg.elasticsearch.search.SearchService
-
- SearchServiceTransportAction - org.elasticsearch.search.actionのクラス
-
An encapsulation of
SearchService operations exposed through
transport.
- SearchServiceTransportAction(Settings, TransportService, SearchService) - クラス のコンストラクタorg.elasticsearch.search.action.SearchServiceTransportAction
-
- SearchServiceTransportAction.ClearScrollContextsRequest - org.elasticsearch.search.actionのクラス
-
- SearchServiceTransportAction.ScrollFreeContextRequest - org.elasticsearch.search.actionのクラス
-
- SearchServiceTransportAction.SearchFreeContextRequest - org.elasticsearch.search.actionのクラス
-
- SearchServiceTransportAction.SearchFreeContextResponse - org.elasticsearch.search.actionのクラス
-
- searchShards(ClusterSearchShardsRequest) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Returns list of shards the given search would be executed on.
- searchShards(ClusterSearchShardsRequest, ActionListener<ClusterSearchShardsResponse>) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Returns list of shards the given search would be executed on.
- searchShards(ClusterState, String[], Map<String, Set<String>>, String) - クラス のメソッドorg.elasticsearch.cluster.routing.OperationRouting
-
- searchShardsCount(ClusterState, String[], Map<String, Set<String>>) - クラス のメソッドorg.elasticsearch.cluster.routing.OperationRouting
-
- SearchShardTarget - org.elasticsearch.searchのクラス
-
The target that the search request was executed on.
- SearchShardTarget(String, String, int) - クラス のコンストラクタorg.elasticsearch.search.SearchShardTarget
-
- searchSimilarity() - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- SearchSlowLog - org.elasticsearch.index.search.statsのクラス
-
- searchSource() - クラス のstaticメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
A static factory method to construct a new search source.
- SearchSourceBuilder - org.elasticsearch.search.builderのクラス
-
A search source builder allowing to easily build search source.
- SearchSourceBuilder() - クラス のコンストラクタorg.elasticsearch.search.builder.SearchSourceBuilder
-
Constructs a new search source builder.
- SearchSourceBuilderException - org.elasticsearch.search.builderの例外
-
- SearchSourceBuilderException(String) - 例外 のコンストラクタorg.elasticsearch.search.builder.SearchSourceBuilderException
-
- SearchSourceBuilderException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.search.builder.SearchSourceBuilderException
-
- SearchSourceBuilderException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.search.builder.SearchSourceBuilderException
-
- SearchStats - org.elasticsearch.index.search.statsのクラス
-
- SearchStats() - クラス のコンストラクタorg.elasticsearch.index.search.stats.SearchStats
-
- SearchStats(SearchStats.Stats, long, Map<String, SearchStats.Stats>) - クラス のコンストラクタorg.elasticsearch.index.search.stats.SearchStats
-
- searchStats(String...) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- SearchStats.Stats - org.elasticsearch.index.search.statsのクラス
-
- searchTimedOut(boolean) - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- searchTimedOut() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- searchType(SearchType) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
- searchType(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
- searchType() - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The tye of search to execute.
- SearchType - org.elasticsearch.action.searchの列挙型
-
Search type represent the manner at which the search operation is executed.
- searchType() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- searchType(SearchType) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- searchType() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- searchType(SearchType) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- searchType() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- searchType(SearchType) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- searchType() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- searchType(SearchType) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- searchType() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- searchType() - インタフェース のメソッドorg.elasticsearch.search.internal.ShardSearchRequest
-
- searchType() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- searchType(SearchType) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- seasonalityType(HoltWintersModel.SeasonalityType) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
-
- SECOND - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
-
- seconds() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- seconds(int) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
-
- secondsFrac() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- SECRET_PROMPT_VALUE - クラス のstatic変数org.elasticsearch.node.internal.InternalSettingsPreparer
-
- seed(int) - クラス のメソッドorg.elasticsearch.index.query.functionscore.random.RandomScoreFunctionBuilder
-
Sets the seed based on which the random number will be generated.
- seed(long) - クラス のメソッドorg.elasticsearch.index.query.functionscore.random.RandomScoreFunctionBuilder
-
seed variant taking a long value.
- seed(String) - クラス のメソッドorg.elasticsearch.index.query.functionscore.random.RandomScoreFunctionBuilder
-
seed variant taking a String value.
- seek(long) - クラス のメソッドorg.elasticsearch.common.compress.CompressedIndexInput
-
非推奨です。
- seek(long) - クラス のメソッドorg.elasticsearch.common.io.stream.BytesStreamOutput
-
- seek(long) - クラス のメソッドorg.elasticsearch.common.io.stream.StreamOutput
-
- seek(long) - クラス のメソッドorg.elasticsearch.common.lucene.store.ByteArrayIndexInput
-
- seekCeil(BytesRef) - クラス のメソッドorg.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- seekExact(BytesRef) - クラス のメソッドorg.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- seekExact(long) - クラス のメソッドorg.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- seekExact(BytesRef) - クラス のメソッドorg.elasticsearch.common.lucene.index.FreqTermsEnum
-
- seenDateFormats - クラス の変数org.elasticsearch.index.mapper.object.RootObjectMapper.Builder
-
- Segment - org.elasticsearch.index.engineのクラス
-
- Segment(String) - クラス のコンストラクタorg.elasticsearch.index.engine.Segment
-
- segmentReader(LeafReader) - クラス のstaticメソッドorg.elasticsearch.index.engine.Engine
-
Tries to extract a segment reader from the given index reader.
- segments - クラス の変数org.elasticsearch.action.admin.indices.stats.CommonStats
-
- segments(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- segments() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- segments(IndicesSegmentsRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
The segments of one or more indices.
- segments(IndicesSegmentsRequest, ActionListener<IndicesSegmentResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
The segments of one or more indices.
- segments(boolean) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
The list of segments in the engine.
- segments(boolean) - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- segments(boolean) - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- segmentsStats() - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
Global stats on segments.
- SegmentsStats - org.elasticsearch.index.engineのクラス
-
- SegmentsStats() - クラス のコンストラクタorg.elasticsearch.index.engine.SegmentsStats
-
- segmentStats() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- select(SortedNumericDocValues, long) - 列挙型 のメソッド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) - 列挙型 のメソッド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) - 列挙型 のメソッド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) - 列挙型 のメソッド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) - 列挙型 のメソッド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) - 列挙型 のメソッド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) - 列挙型 のメソッド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) - 列挙型 のメソッド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) - 列挙型 のメソッドorg.elasticsearch.search.MultiValueMode
-
Return a
NumericDoubleValues instance that can be used to sort documents
with this mode and the provided values.
- selectBestTerms() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- selectedFields() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Return only term vectors for special selected fields.
- selectedFields(String...) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Return only term vectors for special selected fields.
- SelectedType(String, Class<T>) - クラス のコンストラクタorg.elasticsearch.common.util.ExtensionPoint.SelectedType
-
- selectNewPathForShard(NodeEnvironment, ShardId, Settings, long, Map<Path, Integer>) - クラス のstaticメソッドorg.elasticsearch.index.shard.ShardPath
-
- sendClearAllScrollContexts(DiscoveryNode, ClearScrollRequest, ActionListener<TransportResponse>) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction
-
- sendExecuteDfs(DiscoveryNode, ShardSearchTransportRequest, ActionListener<DfsSearchResult>) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction
-
- sendExecuteFetch(DiscoveryNode, ShardSearchTransportRequest, ActionListener<QueryFetchSearchResult>) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction
-
- sendExecuteFetch(DiscoveryNode, QuerySearchRequest, ActionListener<QueryFetchSearchResult>) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction
-
- sendExecuteFetch(DiscoveryNode, InternalScrollSearchRequest, ActionListener<ScrollQueryFetchSearchResult>) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction
-
- sendExecuteFetch(DiscoveryNode, ShardFetchSearchRequest, ActionListener<FetchSearchResult>) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction
-
- sendExecuteFetchScroll(DiscoveryNode, ShardFetchRequest, ActionListener<FetchSearchResult>) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction
-
- sendExecuteQuery(DiscoveryNode, ShardSearchTransportRequest, ActionListener<QuerySearchResultProvider>) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction
-
- sendExecuteQuery(DiscoveryNode, QuerySearchRequest, ActionListener<QuerySearchResult>) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction
-
- sendExecuteQuery(DiscoveryNode, InternalScrollSearchRequest, ActionListener<ScrollQuerySearchResult>) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction
-
- sendExecuteScan(DiscoveryNode, ShardSearchTransportRequest, ActionListener<QuerySearchResult>) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction
-
- sendExecuteScan(DiscoveryNode, InternalScrollSearchRequest, ActionListener<ScrollQueryFetchSearchResult>) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction
-
- sendFreeContext(DiscoveryNode, long, SearchRequest) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction
-
- sendFreeContext(DiscoveryNode, long, ClearScrollRequest, ActionListener<SearchServiceTransportAction.SearchFreeContextResponse>) - クラス のメソッドorg.elasticsearch.search.action.SearchServiceTransportAction
-
- sendJoinRequest(DiscoveryNode, DiscoveryNode) - クラス のメソッドorg.elasticsearch.discovery.zen.membership.MembershipAction
-
- sendJoinRequestBlocking(DiscoveryNode, DiscoveryNode, TimeValue) - クラス のメソッドorg.elasticsearch.discovery.zen.membership.MembershipAction
-
- sendLeaveRequest(DiscoveryNode, DiscoveryNode) - クラス のメソッドorg.elasticsearch.discovery.zen.membership.MembershipAction
-
- sendLeaveRequestBlocking(DiscoveryNode, DiscoveryNode, TimeValue) - クラス のメソッドorg.elasticsearch.discovery.zen.membership.MembershipAction
-
- sendRequest(DiscoveryNode, long, String, TransportRequest, TransportRequestOptions) - クラス のメソッドorg.elasticsearch.transport.local.LocalTransport
-
- sendRequest(DiscoveryNode, long, String, TransportRequest, TransportRequestOptions) - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- sendRequest(DiscoveryNode, long, String, TransportRequest, TransportRequestOptions) - インタフェース のメソッドorg.elasticsearch.transport.Transport
-
Sends the request to the node.
- sendRequest(DiscoveryNode, String, TransportRequest, TransportResponseHandler<T>) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- sendRequest(DiscoveryNode, String, TransportRequest, TransportRequestOptions, TransportResponseHandler<T>) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- SendRequestTransportException - org.elasticsearch.transportの例外
-
- SendRequestTransportException(DiscoveryNode, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.transport.SendRequestTransportException
-
- SendRequestTransportException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.transport.SendRequestTransportException
-
- sendResponse(RestResponse) - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpChannel
-
- sendResponse(RestResponse) - クラス のメソッドorg.elasticsearch.rest.RestChannel
-
- sendResponse(TransportResponse) - クラス のメソッドorg.elasticsearch.transport.DelegatingTransportChannel
-
- sendResponse(TransportResponse, TransportResponseOptions) - クラス のメソッドorg.elasticsearch.transport.DelegatingTransportChannel
-
- sendResponse(Throwable) - クラス のメソッドorg.elasticsearch.transport.DelegatingTransportChannel
-
- sendResponse(TransportResponse) - クラス のメソッドorg.elasticsearch.transport.local.LocalTransportChannel
-
- sendResponse(TransportResponse, TransportResponseOptions) - クラス のメソッドorg.elasticsearch.transport.local.LocalTransportChannel
-
- sendResponse(Throwable) - クラス のメソッドorg.elasticsearch.transport.local.LocalTransportChannel
-
- sendResponse(TransportResponse) - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransportChannel
-
- sendResponse(TransportResponse, TransportResponseOptions) - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransportChannel
-
- sendResponse(Throwable) - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransportChannel
-
- sendResponse(TransportResponse) - インタフェース のメソッドorg.elasticsearch.transport.TransportChannel
-
- sendResponse(TransportResponse, TransportResponseOptions) - インタフェース のメソッドorg.elasticsearch.transport.TransportChannel
-
- sendResponse(Throwable) - インタフェース のメソッドorg.elasticsearch.transport.TransportChannel
-
- sendSnapshot(Translog.Snapshot) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySourceHandler
-
Send the given snapshot's operations to this handler's target node.
- sendSnapshot(Translog.Snapshot) - クラス のメソッドorg.elasticsearch.indices.recovery.SharedFSRecoverySourceHandler
-
- sendValidateJoinRequestBlocking(DiscoveryNode, ClusterState, TimeValue) - クラス のメソッドorg.elasticsearch.discovery.zen.membership.MembershipAction
-
Validates the join request, throwing a failure if it failed.
- sent(long) - クラス のメソッドorg.elasticsearch.transport.TransportService.Adapter
-
- sent(long) - インタフェース のメソッドorg.elasticsearch.transport.TransportServiceAdapter
-
- SEP_LABEL - クラス のstatic変数org.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
Represents the separation between tokens, if
PRESERVE_SEP was specified
- SEPARATOR - クラス のstatic変数org.elasticsearch.search.suggest.context.ContextMapping
-
Character used to separate several contexts
- separator(String) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets the separator that is used to separate terms in the bigram field.
- separator - クラス の変数org.elasticsearch.search.suggest.phrase.WordScorer
-
- SerbianNormalizationFilterFactory - org.elasticsearch.index.analysisのクラス
-
- SerbianNormalizationFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.SerbianNormalizationFilterFactory
-
- SerialDiffBuilder - org.elasticsearch.search.aggregations.pipeline.serialdiffのクラス
-
- SerialDiffBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffBuilder
-
- SerialDiffParser - org.elasticsearch.search.aggregations.pipeline.serialdiffのクラス
-
- SerialDiffParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffParser
-
- SerialDiffPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.serialdiffのクラス
-
- SerialDiffPipelineAggregator() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
-
- SerialDiffPipelineAggregator(String, String[], ValueFormatter, BucketHelpers.GapPolicy, int, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
-
- SerialDiffPipelineAggregator.Factory - org.elasticsearch.search.aggregations.pipeline.serialdiffのクラス
-
- serializableCopy(Member) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.MoreTypes
-
Returns a type that's functionally equal but not necessarily equal
according to
Object.equals.
- SERIALIZATION_FORMAT - クラス のstatic変数org.elasticsearch.index.translog.Translog.Create
-
- SERIALIZATION_FORMAT - クラス のstatic変数org.elasticsearch.index.translog.Translog.Delete
-
- SERIALIZATION_FORMAT - クラス のstatic変数org.elasticsearch.index.translog.Translog.DeleteByQuery
-
非推奨です。
- SERIALIZATION_FORMAT - クラス のstatic変数org.elasticsearch.index.translog.Translog.Index
-
- SERIALIZE_HAS_PAYLOADS - クラス のstatic変数org.elasticsearch.search.suggest.completion.AnalyzingCompletionLookupProvider
-
- SERIALIZE_PRESERVE_POSITION_INCREMENTS - クラス のstatic変数org.elasticsearch.search.suggest.completion.AnalyzingCompletionLookupProvider
-
- SERIALIZE_PRESERVE_SEPARATORS - クラス のstatic変数org.elasticsearch.search.suggest.completion.AnalyzingCompletionLookupProvider
-
- serializeDiffClusterState(Diff, Version) - クラス のstaticメソッドorg.elasticsearch.discovery.zen.publish.PublishClusterStateAction
-
- serializeFullClusterState(ClusterState, Version) - クラス のstaticメソッドorg.elasticsearch.discovery.zen.publish.PublishClusterStateAction
-
- serilaize(BloomFilter, DataOutput) - クラス のstaticメソッドorg.elasticsearch.common.util.BloomFilter
-
- serverBootstrap - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- serverBootstraps - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- ServerChannelPipelineFactory(NettyTransport, String, Settings) - クラス のコンストラクタorg.elasticsearch.transport.netty.NettyTransport.ServerChannelPipelineFactory
-
- serverChannels - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- serverChannels - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- serverOpen() - クラス のメソッドorg.elasticsearch.transport.local.LocalTransport
-
- serverOpen() - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- serverOpen() - インタフェース のメソッドorg.elasticsearch.transport.Transport
-
Returns count of currently open connections
- serverOpen() - クラス のメソッドorg.elasticsearch.transport.TransportStats
-
- set(CommonStatsFlags.Flag, boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
- set(long, byte) - インタフェース のメソッドorg.elasticsearch.common.util.ByteArray
-
Set a value at the given index and return the previous value.
- set(long, byte[], int, int) - インタフェース のメソッドorg.elasticsearch.common.util.ByteArray
-
Bulk set.
- set(int, E) - クラス のメソッドorg.elasticsearch.common.util.concurrent.AtomicArray
-
Sets the element at position i to the given value.
- set(V) - クラス のメソッドorg.elasticsearch.common.util.concurrent.BaseFuture
-
Subclasses should invoke this method to set the result of the computation
to value.
- set(long, double) - インタフェース のメソッドorg.elasticsearch.common.util.DoubleArray
-
Set a value at the given index and return the previous value.
- set(long, float) - インタフェース のメソッドorg.elasticsearch.common.util.FloatArray
-
Set a value at the given index and return the previous value.
- set(long, int) - インタフェース のメソッドorg.elasticsearch.common.util.IntArray
-
Set a value at the given index and return the previous value.
- set(long, long) - インタフェース のメソッドorg.elasticsearch.common.util.LongArray
-
Set a value at the given index and return the previous value.
- set(long, T) - インタフェース のメソッドorg.elasticsearch.common.util.ObjectArray
-
Set a value at the given index and return the previous value.
- setAccuracy(float) - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
s how similar the suggested terms at least need to be compared to the
original suggest text tokens.
- setActions(String...) - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksRequest
-
Sets the list of action masks for the actions that should be returned
- setActions(String...) - クラス のメソッドorg.elasticsearch.action.support.tasks.TasksRequestBuilder
-
- setActiveOnly(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.recovery.RecoveryRequestBuilder
-
- setAggregatedDfs(AggregatedDfs) - クラス のメソッドorg.elasticsearch.search.internal.ContextIndexSearcher
-
- setAggregations(BytesReference) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets a raw (xcontent) binary representation of addAggregation to use.
- setAggregations(byte[]) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets a raw (xcontent) binary representation of addAggregation to use.
- setAggregations(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets a raw (xcontent) binary representation of addAggregation to use.
- setAggregations(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets a raw (xcontent) binary representation of addAggregation to use.
- setAggregations(Map) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets a raw (xcontent) binary representation of addAggregation to use.
- setAliases(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
-
- setAliases(Map) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(Map) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Sets the aliases that will be associated with the index when it gets created
- setAliases(ImmutableOpenMap<String, AliasMetaData>) - クラス のメソッドorg.elasticsearch.index.aliases.IndexAliasesService
-
- setAllowUnmappedFields(boolean) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- setAnalyzer(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Sets the analyzer name to use in order to analyze the text.
- setAnalyzer(Analyzer) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setAnalyzer(Analyzer) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the analyzer to use.
- setAnalyzer(String) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- setAnalyzer(Analyzer) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- setArtificial(boolean) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- setAttributes(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Sets attributes that will include results
- setAutoThrottle(boolean) - クラス のメソッドorg.elasticsearch.index.shard.MergeSchedulerConfig
-
Enables / disables auto throttling on the ConcurrentMergeScheduler
- setBackoffPolicy(BackoffPolicy) - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor.Builder
-
Sets a custom backoff policy.
- setBan(TaskId, String) - クラス のメソッドorg.elasticsearch.tasks.TaskManager
-
Bans all tasks with the specified parent task from execution, cancels all tasks that are currently executing.
- setBinding(BindingImpl<T>) - クラス のメソッドorg.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- setBlocks(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
- setBoost(boolean) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets whether to boost terms in query based on "score" or not.
- setBoost(float) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- setBoostFactor(float) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the boost factor to use when boosting terms
- setBoostTerms(boolean) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setBoostTermsFactor(float) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setBreaker(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
- setBucketsPaths(String...) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilder
-
Sets the paths to the buckets to use for this pipeline aggregator
- setBucketsPathsMap(Map<String, String>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptBuilder
-
Sets the paths to the buckets to use for this pipeline aggregator
- setBucketsPathsMap(Map<String, String>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.having.BucketSelectorBuilder
-
Sets the paths to the buckets to use for this pipeline aggregator.
- setBufferSize(int) - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
- setBulkActions(int) - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor.Builder
-
Sets when to flush a new bulk request based on the number of actions currently added.
- setBulkSize(ByteSizeValue) - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor.Builder
-
Sets when to flush a new bulk request based on the size of actions currently added.
- setCause(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
The cause for this index creation.
- setCharFilters(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Sets char filters that will be used before the tokenizer.
- setClient(Client) - クラス のメソッドorg.elasticsearch.cluster.action.index.MappingUpdatedAction
-
- setClient(Client) - クラス のメソッドorg.elasticsearch.index.query.TermsQueryParser
-
- setClient(Client) - クラス のメソッドorg.elasticsearch.script.ScriptService
-
- setClusterService(ClusterService) - クラス のメソッドorg.elasticsearch.node.settings.NodeSettingsService
-
- setCollector(InternalProfileCollector) - クラス のメソッドorg.elasticsearch.search.profile.Profiler
-
Set the collector that is associated with this profiler.
- setCombineFunction(CombineFunction) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
-
- setCombineFunction(CombineFunction) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- setCommonTermsCutoff(float) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- setCompletion(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setCompletionFields(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setCompoundOnFlush(boolean) - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Sets if flushed segments should be written as compound file system.
- setCompress(byte) - クラス のstaticメソッドorg.elasticsearch.transport.support.TransportStatus
-
- setConcurrentRequests(int) - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor.Builder
-
Sets the number of concurrent requests allowed to be executed.
- setConsistencyLevel(WriteConsistencyLevel) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequestBuilder
-
Sets the consistency level.
- setConsistencyLevel(WriteConsistencyLevel) - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequestBuilder
-
Sets the consistency level of write.
- setConsistencyLevel(WriteConsistencyLevel) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the consistency level of write.
- setContentType(XContentType) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
The content type that will be used to generate a document from user provided objects (like Map).
- setContentType(XContentType) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
The content type that will be used to generate a document from user provided objects (like Map).
- setContextMapping(SortedMap<String, ContextMapping>) - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper.CompletionFieldType
-
- setContextQuery(List<ContextMapping.ContextQuery>) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- setCorsResponseHeaders(HttpRequest, HttpResponse, CorsConfig) - クラス のstaticメソッドorg.elasticsearch.http.netty.cors.CorsHandler
-
- setCreate(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Set to true to force only creation, not an update of an index template.
- setCreate(boolean) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
- setCreate(boolean) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
- setCreate(boolean) - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Iff set to true the engine will create a new lucene index when opening the engine.
- setCurrent(SearchContext) - クラス のstaticメソッドorg.elasticsearch.search.internal.SearchContext
-
- setCurrentReference(T) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstructionContext
-
- setCurrentSnapshot() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Makes the request to return the current snapshot
- setDateTimeFormatter(FormatDateTimeFormatter) - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.DateFieldType
-
- setDecay(double) - クラス のメソッドorg.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- setDefaultCompressor(Compressor) - クラス のstaticメソッドorg.elasticsearch.common.compress.CompressorFactory
-
- setDefaultDistanceErrorPct(double) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- setDefaultFactory(ESLoggerFactory) - クラス のstaticメソッドorg.elasticsearch.common.logging.ESLoggerFactory
-
Changes the default factory.
- setDeferredCollector(Iterable<BucketCollector>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BestBucketsDeferringCollector
-
Set the deferred collectors.
- setDeferredCollector(Iterable<BucketCollector>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.BestDocsDeferringCollector
-
Set the deferred collectors.
- setDeferredCollector(Iterable<BucketCollector>) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.DeferringBucketCollector
-
Set the deferred collectors.
- setDependency(Dependency) - クラス のメソッドorg.elasticsearch.common.inject.internal.InternalContext
-
- setDetailed(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
-
Should the detailed task information be returned.
- setDetailed(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequestBuilder
-
Should detailed task information be returned.
- setDetailed(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.recovery.RecoveryRequestBuilder
-
- setDetectNoop(boolean) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets whether to perform extra effort to detect noop updates via docAsUpsert.
- setDfs(boolean) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets whether to use distributed frequencies instead of shard statistics.
- setDistanceErrorPct(double) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- setDoc(BytesReference) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder.DocBuilder
-
Sets the document to be percolated.
- setDoc(String, Object) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder.DocBuilder
-
Sets the document to be percolated.
- setDoc(String) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder.DocBuilder
-
Sets the document to be percolated.
- setDoc(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder.DocBuilder
-
Sets the document to be percolated.
- setDoc(Map) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder.DocBuilder
-
Sets the document to be percolated.
- setDoc(Map, XContentType) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder.DocBuilder
-
- setDoc(PercolateSourceBuilder.DocBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder
-
Sets the document to run the percolate queries against.
- setDoc(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the artificial document from which to generate term vectors.
- setDoc(IndexRequest) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(Map) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(Map, XContentType) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(String) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(byte[]) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(String, Object) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc to use for updates when a script is not specified.
- setDoc(Object...) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets whether the specified doc parameter should be used as upsert document.
- setDocIdInTerms(int) - クラス のメソッドorg.elasticsearch.search.lookup.IndexField
-
- setDocs(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setDocument(int) - クラス のメソッドorg.elasticsearch.index.fielddata.AbstractRandomAccessOrds
-
- setDocument(int) - クラス のメソッドorg.elasticsearch.index.fielddata.MultiGeoPointValues
-
Sets iteration to the specified docID.
- setDocument(int) - クラス のメソッドorg.elasticsearch.index.fielddata.SortedBinaryDocValues
-
Positions to the specified document
- setDocument(int) - クラス のメソッドorg.elasticsearch.index.fielddata.SortedNumericDoubleValues
-
Positions to the specified document
- setDocument(int) - クラス のメソッドorg.elasticsearch.script.AbstractSearchScript
-
- setDocument(int) - インタフェース のメソッドorg.elasticsearch.script.LeafSearchScript
-
- setDocument(int) - クラス のメソッドorg.elasticsearch.search.aggregations.support.values.ScriptBytesValues
-
- setDocument(int) - クラス のメソッドorg.elasticsearch.search.aggregations.support.values.ScriptDoubleValues
-
- setDocument(int) - クラス のメソッドorg.elasticsearch.search.aggregations.support.values.ScriptLongValues
-
- setDocument(int) - クラス のメソッドorg.elasticsearch.search.lookup.IndexFieldTerm
-
- setDocument(int) - クラス のメソッドorg.elasticsearch.search.lookup.LeafDocLookup
-
- setDocument(int) - クラス のメソッドorg.elasticsearch.search.lookup.LeafFieldsLookup
-
- setDocument(int) - クラス のメソッドorg.elasticsearch.search.lookup.LeafIndexLookup
-
- setDocument(int) - クラス のメソッドorg.elasticsearch.search.lookup.LeafSearchLookup
-
- setDocument(int) - インタフェース のメソッドorg.elasticsearch.search.MultiValueMode.UnsortedNumericDoubleValues
-
- setDocumentType(String) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
Sets the type of the document to percolate.
- setDocVersion(long) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- setDryRun(boolean) - クラス のメソッド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.
- setDurabilty(Translog.Durabilty) - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
Sets the current durability mode for the translog.
- setDynamicSettings(NodeSettingsService) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- setEnabled(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper.FieldNamesFieldType
-
- setEnableGcDeletes(boolean) - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Enables / disables gc deletes
- setEnablePositionIncrements(boolean) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- setError(byte) - クラス のstaticメソッドorg.elasticsearch.transport.support.TransportStatus
-
- setException(Throwable) - クラス のメソッドorg.elasticsearch.common.util.concurrent.BaseFuture
-
Subclasses should invoke this method to set the result of the computation
to an error, throwable.
- setExists(boolean) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- setExplain(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
-
Sets the explain flag (defaults to false).
- setExplain(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Sets explain
- setExplain(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
-
Indicates if detailed information about the query should be returned.
- setExplain(boolean) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Should each
SearchHit be returned with an
explanation of the hit (ranking).
- setExplain(boolean) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Should each
SearchHit be returned with an
explanation of the hit (ranking).
- setExplain(boolean) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Should each
SearchHit be returned with an
explanation of the hit (ranking).
- setExtraSource(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the source of the request as a json string.
- setExtraSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the source of the request as a json string.
- setExtraSource(byte[]) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the source of the request as a json string.
- setExtraSource(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the source of the request as a json string.
- setExtraSource(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the source of the request as a json string.
- setExtraSource(Map) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setFeatures(GetIndexRequest.Feature...) - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexRequestBuilder
-
- setFetchPhase(FetchPhase) - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsFetchSubPhase
-
- setFetchService(ShapeFetchService) - クラス のメソッドorg.elasticsearch.index.query.GeoShapeQueryParser
-
- setFetchService(MoreLikeThisFetchService) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryParser
-
- setFetchSource(boolean) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequestBuilder
-
Indicates whether the response should contain the stored _source
- setFetchSource(String, String) - クラス のメソッド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[]) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.get.GetRequestBuilder
-
Indicates whether the response should contain the stored _source.
- setFetchSource(String, String) - クラス のメソッド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[]) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Indicates whether the response should contain the stored _source for every hit
- setFetchSource(String, String) - クラス のメソッド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[]) - クラス のメソッド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(boolean) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Indicates whether the response should contain the stored _source for every hit
- setFetchSource(String, String) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
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[]) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard
elements.
- setFetchSource(boolean) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Indicates whether the response should contain the stored _source for every hit
- setFetchSource(String, String) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
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[]) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard
elements.
- setField(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Sets the field that its analyzer will be used to analyze the text.
- setField(String) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- setFieldData(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setFieldDataCache(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
-
- setFieldDataFields(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setFieldDataType(FieldDataType) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- setFieldNames(String[]) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the field names that will be used when generating the 'More Like This' query.
- setFields(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
-
- setFields(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
Sets the fields to retrieve.
- setFields(String...) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequestBuilder
-
Explicitly specify the fields that will be returned for the explained document.
- setFields(String[]) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsRequest
-
- setFields(String...) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsRequestBuilder
-
- setFields(String...) - クラス のメソッドorg.elasticsearch.action.get.GetRequestBuilder
-
Explicitly specify the fields that will be returned.
- setFields(Fields, Set<String>, EnumSet<TermVectorsRequest.Flag>, Fields) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- setFields(Fields, Set<String>, EnumSet<TermVectorsRequest.Flag>, Fields, AggregatedDfs, TermVectorsFilter) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- setFields(String...) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Explicitly specify the fields that will be returned.
- setFieldStatistics(boolean) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets whether to return the field statistics for each term in the shard or skip.
- setFilterSettings(TermVectorsRequest.FilterSettings) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the settings for filtering out terms.
- setFlush(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequestBuilder
-
Should flush be performed after the merge.
- setFlush(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setFlushInterval(TimeValue) - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor.Builder
-
Sets a flush interval flushing *any* bulk actions pending if the interval passes.
- setFollow(boolean) - クラス のメソッドorg.elasticsearch.common.logging.log4j.ConsoleAppender
-
Sets whether the appender honors reassignments of System.out
or System.err made after configuration.
- setForce(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.FlushRequestBuilder
-
- setFreq(int) - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestion.Entry.Option
-
- setFrom(int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
From index to start the search from.
- setFrom(int) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
The index to start to return hits from.
- setFrom(int) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
The index to start to return hits from.
- setFs(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node file system stats be returned.
- setFuzziness(Fuzziness) - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- setFuzziness(Fuzziness) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- setFuzziness(Fuzziness) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionFuzzyBuilder
-
Sets the level of fuzziness used to create suggestions using a
Fuzziness instance.
- setFuzzy(boolean) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- setFuzzyEditDistance(int) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- setFuzzyMinLength(int) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- setFuzzyMinLength(int) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionFuzzyBuilder
-
Sets the minimum length of input string before fuzzy suggestions are returned, defaulting
to 3.
- setFuzzyPrefixLength(int) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- setFuzzyPrefixLength(int) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- setFuzzyPrefixLength(int) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionFuzzyBuilder
-
Sets the minimum length of the input, which is not checked for fuzzy alternatives, defaults to 1
- setFuzzyRewriteMethod(MultiTermQuery.RewriteMethod) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- setFuzzyTranspositions(boolean) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- setFuzzyTranspositions(boolean) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionFuzzyBuilder
-
Sets if transpositions (swapping one character for another) counts as one character
change or two.
- setFuzzyUnicodeAware(boolean) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionContext
-
- setGcDeletesInMillis(long) - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Sets the GC deletes cycle in milliseconds.
- setGeoHashEnabled(MappedFieldType, int, boolean) - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.GeoPointFieldType
-
- setGet(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setGetRequest(GetRequest) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
Enables percolating an existing document.
- setGetResult(GetResult) - クラス のメソッドorg.elasticsearch.action.update.UpdateResponse
-
- setGroups(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setHasDocValues(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- setHasPendingAsyncFetch() - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- setHighFreqMinimumNumberShouldMatch(String) - クラス のメソッドorg.apache.lucene.queries.ExtendedCommonTermsQuery
-
- setHighlightBuilder(HighlightBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- setHighlightBuilder(HighlightBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder
-
Enables highlighting for the percolate document.
- setHighlighterBoundaryChars(char[]) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setHighlighterBoundaryChars(char[]) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
- setHighlighterBoundaryChars(char[]) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
- setHighlighterBoundaryMaxScan(Integer) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setHighlighterBoundaryMaxScan(Integer) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
- setHighlighterBoundaryMaxScan(Integer) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
- setHighlighterEncoder(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
The encoder to set for highlighting
- setHighlighterEncoder(String) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
The encoder to set for highlighting
- setHighlighterEncoder(String) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
The encoder to set for highlighting
- setHighlighterExplicitFieldOrder(boolean) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Send the fields to be highlighted using a syntax that is specific about the order in which they should be highlighted.
- setHighlighterFilter(Boolean) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setHighlighterFilter(Boolean) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
- setHighlighterFilter(Boolean) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
- setHighlighterForceSource(Boolean) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Forces to highlight fields based on the source even if fields are stored separately.
- setHighlighterFragmenter(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setHighlighterFragmenter(String) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
- setHighlighterFragmenter(String) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
- setHighlighterFragmentSize(Integer) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setHighlighterFragmentSize(Integer) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
- setHighlighterFragmentSize(Integer) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
- setHighlighterNoMatchSize(Integer) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
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.
- setHighlighterNoMatchSize(Integer) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
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.
- setHighlighterNoMatchSize(Integer) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
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.
- setHighlighterNumOfFragments(Integer) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setHighlighterNumOfFragments(Integer) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
- setHighlighterNumOfFragments(Integer) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
- setHighlighterOptions(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setHighlighterOptions(Map<String, Object>) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
- setHighlighterOptions(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
- setHighlighterOrder(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
The order of fragments per field.
- setHighlighterOrder(String) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
The order of fragments per field.
- setHighlighterOrder(String) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
The order of fragments per field.
- setHighlighterPhraseLimit(Integer) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the maximum number of phrases the fvh will consider if the field doesn't also define phraseLimit.
- setHighlighterPhraseLimit(Integer) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Sets the maximum number of phrases the fvh will consider if the field doesn't also define phraseLimit.
- setHighlighterPhraseLimit(Integer) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Sets the maximum number of phrases the fvh will consider if the field doesn't also define phraseLimit.
- setHighlighterPostTags(String...) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Explicitly set the post tags that will be used for highlighting.
- setHighlighterPostTags(String...) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Explicitly set the post tags that will be used for highlighting.
- setHighlighterPostTags(String...) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Explicitly set the post tags that will be used for highlighting.
- setHighlighterPreTags(String...) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Explicitly set the pre tags that will be used for highlighting.
- setHighlighterPreTags(String...) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Explicitly set the pre tags that will be used for highlighting.
- setHighlighterPreTags(String...) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Explicitly set the pre tags that will be used for highlighting.
- setHighlighterQuery(QueryBuilder) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets a query to be used for highlighting all fields instead of the search query.
- setHighlighterQuery(QueryBuilder) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Sets a query to be used for highlighting all fields instead of the search query.
- setHighlighterQuery(QueryBuilder) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Sets a query to be used for highlighting all fields instead of the search query.
- setHighlighterRequireFieldMatch(boolean) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setHighlighterRequireFieldMatch(boolean) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
- setHighlighterRequireFieldMatch(boolean) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
- setHighlighterTagsSchema(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Set a tag scheme that encapsulates a built in pre and post tags.
- setHighlighterTagsSchema(String) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Set a tag scheme that encapsulates a built in pre and post tags.
- setHighlighterTagsSchema(String) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Set a tag scheme that encapsulates a built in pre and post tags.
- setHighlighterType(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
The highlighter type to use.
- setHighlighterType(String) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
The highlighter type to use.
- setHighlighterType(String) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
The highlighter type to use.
- setHttp(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node HTTP info be returned.
- setHttp(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node HTTP stats be returned.
- setHttpServer(HttpServer) - クラス のメソッドorg.elasticsearch.node.service.NodeService
-
- setHttpServerTransport(Class<? extends HttpServerTransport>, String) - クラス のメソッドorg.elasticsearch.http.HttpServerModule
-
- setId(String) - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequestBuilder
-
Sets the id of the document to delete.
- setId(String) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequestBuilder
-
Sets the id to get a score explanation for.
- setId(String) - クラス のメソッドorg.elasticsearch.action.get.GetRequestBuilder
-
Sets the id of the document to fetch.
- setId(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Sets the id to index the document under.
- setId(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptRequestBuilder
-
Sets the id of the document to delete.
- setId(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequestBuilder
-
Sets the id of the document to fetch.
- setId(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
Sets the id to index the document under.
- setId(String) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the id of the document.
- setId(String) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the id of the indexed document.
- setIgnoreErrorsOnGeneratedFields(Boolean) - クラス のメソッドorg.elasticsearch.action.get.GetRequestBuilder
-
- setIgnoreErrorsOnGeneratedFields(boolean) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequestBuilder
-
- setIgnoreIdleThreads(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
-
- setIgnoreIndexSettings(String...) - クラス のメソッド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>) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Makes the request ignore unavailable snapshots
- setIncludeAliases(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
If set to true the restore procedure will restore aliases
- setIncludeGlobalState(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Set to true if snapshot should include global cluster state
- setIndex(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the name of the index to be created
- setIndex(String) - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequestBuilder
-
- setIndex(String) - クラス のメソッドorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
-
- setIndex(String) - クラス のメソッドorg.elasticsearch.action.support.single.shard.SingleShardOperationRequestBuilder
-
Sets the index.
- setIndex(String) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the index where the document is located.
- setIndex(Index) - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
- setIndex(String) - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
- setIndex(String) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- setIndexAnalyzer(NamedAnalyzer) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- setIndexConstraints(IndexConstraint[]) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsRequest
-
- setIndexContraints(IndexConstraint...) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsRequestBuilder
-
- setIndexing(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setIndexingBufferSize(ByteSizeValue) - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Sets the indexing buffer
- setIndexSettings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets index settings that should be added or replaced during restore
- setIndexSettings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets index settings that should be added or replaced during restore
- setIndexSettings(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets index settings that should be added or replaced during restore
- setIndexSettings(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets index settings that should be added or replaced during restore
- setIndexShard(IndexShard) - クラス のメソッドorg.elasticsearch.index.termvectors.ShardTermVectorsService
-
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setIndices(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node indices stats be returned.
- setIndices(CommonStatsFlags) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node indices stats be returned.
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
-
Sets the indices the search will be executed on.
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Sets a list of indices that should be included into the snapshot
The list of indices supports multi-index syntax.
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets the list of indices that should be restored from snapshot
The list of indices supports multi-index syntax.
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
-
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.close.CloseIndexRequestBuilder
-
Sets the indices to be closed
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequestBuilder
-
- setIndices(String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
-
- setIndices(String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.SyncedFlushRequestBuilder
-
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.open.OpenIndexRequestBuilder
-
Sets the indices to be opened
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
-
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
-
Sets the indices the update settings will execute on
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestBuilder
-
Sets the indices for the shard stores request
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequestBuilder
-
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the indices the search will be executed on.
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder
-
- setIndices(String...) - クラス のメソッドorg.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
-
- setIndicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
-
Specifies what type of requested indices to ignore and how to deal indices wildcard expressions.
- setIndicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Specifies the indices options.
- setIndicesOptions(IndicesOptions) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
- setIndicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.get.BaseAliasesRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.admin.indices.delete.DeleteIndexRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.indices.IndicesExistsRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
-
- setIndicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.SyncedFlushRequestBuilder
-
- setIndicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
- setIndicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateRequestBuilder
-
Specifies how to globally ignore indices that are not available and how to deal with wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.search.MultiSearchRequestBuilder
-
Specifies what type of requested indices to ignore and how to deal with wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setIndicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastOperationRequestBuilder
-
- setIndicesOptions(IndicesOptions) - クラス のメソッドorg.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
-
- setIndicesWarmer(IndicesWarmer) - クラス のメソッドorg.elasticsearch.index.cache.bitset.BitsetFilterCache
-
- setInnerHits(InnerHitsSubSearchContext) - クラス のメソッドorg.elasticsearch.index.query.NestedQueryParser.ToBlockJoinQueryBuilder
-
- setInnerHits(Map<String, InternalSearchHits>) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- setInterval(TimeValue) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
-
- setJvm(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node JVM info be returned.
- setJvm(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node JVM stats be returned.
- setLastAccessTime() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
sets the lasAccessTime flag to now
- setLatLonEnabled(MappedFieldType, MappedFieldType) - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.GeoPointFieldType
-
- setLenient(boolean) - クラス のメソッドorg.elasticsearch.index.query.MatchQueryBuilder
-
Sets whether format based failures will be ignored.
- setLenient(boolean) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- setLevel(String) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsRequestBuilder
-
- setLevel(String) - インタフェース のメソッドorg.elasticsearch.common.logging.ESLogger
-
Allows to set the logger level
If the new level is null, the logger will inherit its level
from its nearest ancestor with a specific (non-null) level value.
- setLevel(String) - クラス のメソッドorg.elasticsearch.common.logging.jdk.JdkESLogger
-
- setLevel(String) - クラス のメソッドorg.elasticsearch.common.logging.log4j.Log4jESLogger
-
- setLevel(String) - クラス のメソッドorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- setLikeText(String) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setLikeText(String...) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setLikeText(Fields...) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setLikeText(List<String>) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setListener(BitsetFilterCache.Listener) - クラス のメソッドorg.elasticsearch.index.cache.bitset.BitsetFilterCache
-
Sets a listener that is invoked for all subsequent cache and removal events.
- setListener(IndexFieldDataCache.Listener) - クラス のメソッドorg.elasticsearch.index.fielddata.IndexFieldDataService
-
- setLocal(boolean) - クラス のメソッドorg.elasticsearch.action.support.master.MasterNodeReadOperationRequestBuilder
-
Specifies if the request should be executed on local node rather than on master
- setLocalNode(DiscoveryNode) - クラス のメソッドorg.elasticsearch.discovery.zen.fd.NodesFaultDetection
-
- setLocalNode(DiscoveryNode) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
makes the transport service aware of the local node. this allows it to optimize requests sent
from the local node to it self and by pass the network stack/ serialization
- setLowFreqMinimumNumberShouldMatch(String) - クラス のメソッドorg.apache.lucene.queries.ExtendedCommonTermsQuery
-
- setMapUnmappedFieldAsString(boolean) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- setMasterNodeTimeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
-
Sets the master node timeout in case the master has not yet been discovered.
- setMasterNodeTimeout(String) - クラス のメソッドorg.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
-
Sets the master node timeout in case the master has not yet been discovered.
- setMaxBoost(float) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- setMaxDocFreq(int) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- setMaxDocFreq(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setMaxDocFreq(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Set the maximum frequency in which words may still appear.
- setMaxDocFreqPct(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Set the maximum percentage in which words may still appear.
- setMaxExpansions(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
- setMaxExpansions(int) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- setMaxMergeCount(int) - クラス のメソッドorg.elasticsearch.index.shard.MergeSchedulerConfig
-
Expert: set the maximum number of simultaneous merges allowed.
- setMaxNumSegments(int) - クラス のメソッドorg.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequestBuilder
-
Will force merge the index down to <= maxNumSegments.
- setMaxNumTerms(int) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- setMaxNumTokensParsed(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
- setMaxQueryTerms(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setMaxQueryTerms(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the maximum number of query terms that will be included in any generated query.
- setMaxRate(ByteSizeValue) - クラス のメソッドorg.apache.lucene.store.StoreRateLimiting
-
- setMaxTermFreq(int) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- setMaxThreadCount(int) - クラス のメソッドorg.elasticsearch.index.shard.MergeSchedulerConfig
-
Expert: directly set the maximum number of merge threads and
simultaneous merges allowed.
- setMaxWordLen(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setMaxWordLen(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the maximum word length above which words will be ignored.
- setMaxWordLength(int) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- setMerge(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setMetaData(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
Should the cluster state result include the
MetaData.
- setMetaData(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregationBuilder
-
Sets the meta data to be included in the aggregation response
- setMetaData(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorFactory
-
- setMetaData(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.MetricsAggregationBuilder
-
Sets the meta data to be included in the metric aggregator's response
- setMetaData(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilder
-
Sets the meta data to be included in the pipeline aggregator's response
- setMetaData(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorFactory
-
- setMinDocCount(long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- setMinDocFreq(int) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- setMinDocFreq(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setMinDocFreq(int) - クラス のメソッド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) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.count.CountRequestBuilder
-
非推奨です。
The minimum score of the documents to include in the count.
- setMinScore(float) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the minimum score below which docs will be filtered out.
- setMinScore(float) - クラス のメソッドorg.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
-
- setMinTermFreq(int) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- setMinTermFreq(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the frequency below which terms will be ignored in the source doc.
- setMinTermFrequency(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setMinWordLen(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setMinWordLen(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets the minimum word length below which words will be ignored.
- setMinWordLength(int) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- setMoreLikeFields(String[]) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setMultiValueMode(MultiValueMode) - クラス のメソッドorg.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- setMultiValueMode(String) - クラス のメソッドorg.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- setName(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryRequestBuilder
-
Sets the repository name
- setName(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Sets the repository name
- setName(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryRequestBuilder
-
Sets the repository name
- setName(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateRequestBuilder
-
Sets the name of the index template to delete.
- setName(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequestBuilder
-
Sets the name of the warmer.
- setName(String) - クラス のメソッドorg.elasticsearch.action.bulk.BulkProcessor.Builder
-
Sets an optional name to identify this bulk processor.
- setName(String) - クラス のメソッドorg.elasticsearch.index.query.support.QueryInnerHitBuilder
-
Set the key name to be used in the response.
- setNames(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.get.GetSettingsRequestBuilder
-
- setNames(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.delete.DeleteWarmerRequestBuilder
-
The name (or wildcard expression) of the index warmer to delete, or null
to delete all warmers.
- setNames(MappedFieldType.Names) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- setNestedFilter(QueryBuilder) - クラス のメソッド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) - クラス のメソッド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) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.search.sort.FieldSortBuilder
-
Sets the nested path if sorting occurs on a field that is inside a nested object.
- setNestedPath(String) - クラス のメソッドorg.elasticsearch.search.sort.GeoDistanceSortBuilder
-
Sets the nested path if sorting occurs on a field that is inside a nested object.
- setNestedPath(String) - クラス のメソッドorg.elasticsearch.search.sort.ScriptSortBuilder
-
Sets the nested path if sorting occurs on a field that is inside a nested object.
- setNext(ShapeBuilder.Edge) - クラス のメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.Edge
-
- setNextDocId(int) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Doubles
-
- setNextDocId(int) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- setNextDocId(int) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
- setNextDocId(int) - インタフェース のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues
-
Set the current doc ID.
- setNextDocId(int) - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Strings
-
- setNextDocIdInFields() - クラス のメソッドorg.elasticsearch.search.lookup.LeafIndexLookup
-
- setNextVar(String, Object) - クラス のメソッドorg.elasticsearch.script.AbstractExecutableScript
-
- setNextVar(String, Object) - インタフェース のメソッドorg.elasticsearch.script.ExecutableScript
-
- setNodes(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
- setNodeService(NodeService) - インタフェース のメソッドorg.elasticsearch.discovery.Discovery
-
Here as a hack to solve dep injection problem...
- setNodeService(NodeService) - クラス のメソッドorg.elasticsearch.discovery.local.LocalDiscovery
-
- setNodeService(NodeService) - クラス のメソッドorg.elasticsearch.discovery.zen.ZenDiscovery
-
- setNodeSettingsService(NodeSettingsService) - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool
-
- setNodesIds(String...) - クラス のメソッドorg.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
-
- setNodesIds(String...) - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksRequest
-
- setNodesIds(String...) - クラス のメソッドorg.elasticsearch.action.support.tasks.TasksRequestBuilder
-
- setNoFields() - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets no fields to be loaded, resulting in only id and type to be returned per field.
- setNoFields() - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Sets no fields to be loaded, resulting in only id and type to be returned per field.
- setNoFields() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Sets no fields to be loaded, resulting in only id and type to be returned per field.
- setNormsLoading(MappedFieldType.Loading) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- setNullValue(Object) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
Sets the null value and initializes the string version
- setNumericType(IndexNumericFieldData.NumericType) - クラス のメソッドorg.elasticsearch.index.fielddata.plain.PackedArrayIndexFieldData.Builder
-
- setOccur(BooleanClause.Occur) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- setOf(Type) - クラス のstaticメソッドorg.elasticsearch.common.inject.util.Types
-
Returns a type modelling a
Set whose elements are of type
elementType.
- setOffset(Object) - クラス のメソッドorg.elasticsearch.index.query.functionscore.DecayFunctionBuilder
-
- setOffsets(boolean) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.common.util.concurrent.AtomicArray
-
- setOnlyCount(boolean) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
Whether only to return total count and don't keep track of the matches (Count percolation).
- setOnlyExpungeDeletes(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequestBuilder
-
Should the merge only expunge deletes from the index, without full merging.
- setOperationThreaded(boolean) - クラス のメソッドorg.elasticsearch.action.support.single.shard.SingleShardOperationRequestBuilder
-
Controls if the operation will be executed on a separate thread when executed locally.
- setOpType(IndexRequest.OpType) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Sets the type of operation to perform.
- setOpType(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
- setOpType(IndexRequest.OpType) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
Sets the type of operation to perform.
- setOpType(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
- setOrder(int) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Sets the order of this template if more than one template matches.
- setOrientation(ShapeBuilder.Orientation) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- setOs(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node OS info be returned.
- setOs(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node OS stats be returned.
- setOutput(OutputStream) - クラス のメソッドorg.elasticsearch.common.io.UTF8StreamWriter
-
Sets the output stream to use for writing until this writer is closed.
- setOutputStream(OutputStream) - クラス のメソッドorg.elasticsearch.common.io.UTF8StreamWriter
-
- setParams(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.sort.ScriptSortBuilder
-
- setParent(String) - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequestBuilder
-
Sets the parent id of this document.
- setParent(String) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequestBuilder
-
Simple sets the routing.
- setParent(String) - クラス のメソッドorg.elasticsearch.action.get.GetRequestBuilder
-
Sets the parent id of this document.
- setParent(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Sets the parent id of this document.
- setParent(String) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the parent id of this document.
- setParent(String) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
- setParentTask(String, long) - クラス のメソッドorg.elasticsearch.action.support.ChildTaskActionRequest
-
- setParentTask(String, long) - クラス のメソッドorg.elasticsearch.action.support.ChildTaskRequest
-
- setParentTaskId(TaskId) - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksRequest
-
- setParsedQuery(ParsedQuery) - クラス のメソッドorg.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
-
- setPartial(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
If set to true the request should snapshot indices with unavailable shards
- setPartial(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
If set to true the restore procedure will restore partially snapshotted indices
- setPath(String) - クラス のメソッドorg.elasticsearch.index.query.support.NestedInnerQueryParseSupport
-
- setPath(String) - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsBuilder.InnerHit
-
For parent/child inner hits the type to collect inner hits for.
- setPayload(BytesReference) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- setPayloads(boolean) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets whether to return the payloads for each term or skip.
- setPercolate(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setPercolateDoc(PercolateSourceBuilder.DocBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- setPercolateQuery(QueryBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- setPerFieldAnalyzer(Map<String, String>) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the analyzer used at each field when generating term vectors.
- setPersistentSettings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the persistent settings to be updated.
- setPersistentSettings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the persistent settings to be updated.
- setPersistentSettings(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the source containing the persistent settings to be updated.
- setPersistentSettings(Map) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the persistent settings to be updated.
- setPhase(String) - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationTask
-
Set the current phase of the task.
- setPhraseSlop(int) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- setPingContextProvider(PingContextProvider) - クラス のメソッドorg.elasticsearch.discovery.zen.ping.unicast.UnicastZenPing
-
- setPingContextProvider(PingContextProvider) - インタフェース のメソッドorg.elasticsearch.discovery.zen.ping.ZenPing
-
- setPingContextProvider(PingContextProvider) - クラス のメソッドorg.elasticsearch.discovery.zen.ping.ZenPingService
-
- setPlugins(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node plugins info be returned.
- setPointsOnly(boolean) - クラス のメソッドorg.elasticsearch.common.geo.XShapeCollection
-
- setPointsOnly(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- setPositions(boolean) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets whether to return the positions for each term if stored or skip.
- setPostFilter(QueryBuilder) - クラス のメソッド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).
- setPostFilter(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets a filter on the query executed that only applies to the search query
(and not aggs for example).
- setPostFilter(BytesReference) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets a filter on the query executed that only applies to the search query
(and not aggs for example).
- setPostFilter(byte[]) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets a filter on the query executed that only applies to the search query
(and not aggs for example).
- setPostFilter(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets a filter on the query executed that only applies to the search query
(and not aggs for example).
- setPostFilter(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets a filter on the query executed that only applies to the search query
(and not aggs for example).
- setPostFilter(Map) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets a filter on the query executed that only applies to the search query
(and not aggs for example).
- setPrecisionInMeters(double) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- setPreference(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
-
Sets the preference to execute the search.
- setPreference(String) - クラス のメソッドorg.elasticsearch.action.count.CountRequestBuilder
-
非推奨です。
Sets the preference to execute the search.
- setPreference(String) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequestBuilder
-
非推奨です。
Sets the preference to execute the search.
- setPreference(String) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequestBuilder
-
Sets the shard preference.
- setPreference(String) - クラス のメソッドorg.elasticsearch.action.get.GetRequestBuilder
-
Sets the preference to execute the search.
- setPreference(String) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequestBuilder
-
Sets the preference to execute the search.
- setPreference(String) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
Sets the preference to execute the search.
- setPreference(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the preference to execute the search.
- setPreference(String) - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequestBuilder
-
Sets the preference to execute the search.
- setPreference(String) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the preference to execute the search.
- setProcess(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node OS process be returned.
- setProcess(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node OS stats be returned.
- setProfile(boolean) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Should the query be profiled.
- setProfile(boolean) - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- setProfile(boolean) - インタフェース のメソッドorg.elasticsearch.search.internal.ShardSearchRequest
-
Sets if this shard search needs to be profiled or not
- setProfile(boolean) - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- setProfiler(Profiler) - クラス のメソッドorg.elasticsearch.search.internal.ContextIndexSearcher
-
- setProfilers(Profilers) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- setProvider(AnalyzingCompletionLookupProvider) - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper.CompletionFieldType
-
- setProxyDelegates(T) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstructionContext
-
- setQuery(QueryBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
-
The query source to validate.
- setQuery(QueryBuilder) - クラス のメソッドorg.elasticsearch.action.count.CountRequestBuilder
-
非推奨です。
The query source to execute.
- setQuery(BytesReference) - クラス のメソッドorg.elasticsearch.action.count.CountRequestBuilder
-
非推奨です。
The query binary to execute
- setQuery(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.count.CountRequestBuilder
-
非推奨です。
Constructs a new builder with a raw search query.
- setQuery(QueryBuilder) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequestBuilder
-
非推奨です。
The query source to execute.
- setQuery(BytesReference) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequestBuilder
-
非推奨です。
The query binary to execute
- setQuery(QueryBuilder) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequestBuilder
-
Sets the query to get a score explanation for.
- setQuery(BytesReference) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequestBuilder
-
Sets the query to get a score explanation for.
- setQuery(QueryBuilder) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Constructs a new search source builder with a search query.
- setQuery(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Constructs a new search source builder with a raw search query.
- setQuery(BytesReference) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Constructs a new search source builder with a raw search query.
- setQuery(byte[]) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Constructs a new search source builder with a raw search query.
- setQuery(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Constructs a new search source builder with a raw search query.
- setQuery(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Constructs a new search source builder with a raw search query.
- setQuery(Map) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Constructs a new search source builder with a raw search query.
- setQuery(QueryBuilder) - クラス のメソッドorg.elasticsearch.action.support.QuerySourceBuilder
-
- setQuery(BytesReference) - クラス のメソッドorg.elasticsearch.action.support.QuerySourceBuilder
-
- setQuery(QueryBuilder) - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsBuilder.InnerHit
-
Sets the query to run for collecting the inner hits.
- setQueryBuilder(QueryBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder
-
Sets a query to reduce the number of percolate queries to be evaluated and score the queries that match based
on this query.
- setQueryCache(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
-
- setQueryCache(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setQueryWeight(float) - クラス のメソッドorg.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
-
- setQueryWeight(float) - クラス のメソッドorg.elasticsearch.search.rescore.RescoreBuilder.QueryRescorer
-
Sets the original query weight for rescoring.
- setReallocation(ClusterService, RoutingService) - クラス のメソッドorg.elasticsearch.gateway.GatewayAllocator
-
- setRealtime(Boolean) - クラス のメソッドorg.elasticsearch.action.get.GetRequestBuilder
-
- setRealtime(Boolean) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequestBuilder
-
- setRealtime(Boolean) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets whether term vectors are generated real-time.
- setReason(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
-
Set the reason for canceling the task.
- setRecovery(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setRefresh(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setRefresh(boolean) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequestBuilder
-
Should a refresh be executed post this bulk operation causing the operations to
be searchable.
- setRefresh(boolean) - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequestBuilder
-
Should a refresh be executed post this index operation causing the operation to
be searchable.
- setRefresh(boolean) - クラス のメソッドorg.elasticsearch.action.get.GetRequestBuilder
-
Should a refresh be executed before this get operation causing the operation to
return the latest value.
- setRefresh(boolean) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequestBuilder
-
Should a refresh be executed before this get operation causing the operation to
return the latest value.
- setRefresh(boolean) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Should a refresh be executed post this index operation causing the operation to
be searchable.
- setRefresh(boolean) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Should a refresh be executed post this update operation causing the operation to
be searchable.
- setRenamePattern(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets rename pattern that should be applied to restored indices.
- setRenameReplacement(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
- setRepositories(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesRequestBuilder
-
Sets list of repositories to get
- setRepository(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Sets the repository name
- setRepository(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequestBuilder
-
Sets the repository name
- setRepository(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Sets the repository name
- setRepository(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets repository name
- setRepository(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
-
Sets the repository name
- setRequest(byte) - クラス のstaticメソッドorg.elasticsearch.transport.support.TransportStatus
-
- setRequestCache(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheRequestBuilder
-
- setRequestCache(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setRequestCache(Boolean) - クラス のメソッド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).
- setRequiredSize(int) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- setRescoreQueryWeight(float) - クラス のメソッドorg.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
-
- setRescoreQueryWeight(float) - クラス のメソッドorg.elasticsearch.search.rescore.RescoreBuilder.QueryRescorer
-
Sets the original query weight for rescoring.
- setRescorer(RescoreBuilder.Rescorer) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Clears all rescorers on the builder and sets the first one.
- setRescorer(RescoreBuilder.Rescorer, int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Clears all rescorers on the builder and sets the first one.
- setRescoreWindow(int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setResources(String, String...) - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
- setResponse(byte) - クラス のstaticメソッドorg.elasticsearch.transport.support.TransportStatus
-
- setRestoreGlobalState(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
If set to true the restore procedure will restore global cluster state.
- setRetryOnConflict(int) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
-
Indicates whether the query should be rewritten into primitive queries
- setRewriteMethod(MultiTermQuery, MultiTermQuery.RewriteMethod) - クラス のstaticメソッドorg.elasticsearch.index.query.support.QueryParsers
-
- setRewriteMethod(MultiTermQuery, ParseFieldMatcher, String) - クラス のstaticメソッドorg.elasticsearch.index.query.support.QueryParsers
-
- setRouting(String) - クラス のメソッド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...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
-
The routing values to control the shards that the search will be executed on.
- setRouting(String) - クラス のメソッドorg.elasticsearch.action.count.CountRequestBuilder
-
非推奨です。
A comma separated list of routing values to control the shards the search will be executed on.
- setRouting(String...) - クラス のメソッドorg.elasticsearch.action.count.CountRequestBuilder
-
非推奨です。
The routing values to control the shards that the search will be executed on.
- setRouting(String) - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequestBuilder
-
Controls the shard routing of the delete request.
- setRouting(String) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequestBuilder
-
非推奨です。
A comma separated list of routing values to control the shards the search will be executed on.
- setRouting(String...) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequestBuilder
-
非推奨です。
The routing values to control the shards that the search will be executed on.
- setRouting(String) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequestBuilder
-
Sets the routing for sharding.
- setRouting(String) - クラス のメソッドorg.elasticsearch.action.get.GetRequestBuilder
-
Controls the shard routing of the request.
- setRouting(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Controls the shard routing of the request.
- setRouting(String) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
A comma separated list of routing values to control the shards the search will be executed on.
- setRouting(String...) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
List of routing values to control the shards the search will be executed on.
- setRouting(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
A comma separated list of routing values to control the shards the search will be executed on.
- setRouting(String...) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
The routing values to control the shards that the search will be executed on.
- setRouting(String) - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequestBuilder
-
A comma separated list of routing values to control the shards the search will be executed on.
- setRouting(String...) - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequestBuilder
-
The routing values to control the shards that the search will be executed on.
- setRouting(String) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the routing.
- setRouting(String) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Controls the shard routing of the request.
- setRoutingService(RoutingService) - インタフェース のメソッドorg.elasticsearch.discovery.Discovery
-
Another hack to solve dep injection problem..., note, this will be called before
any start is called.
- setRoutingService(RoutingService) - クラス のメソッドorg.elasticsearch.discovery.local.LocalDiscovery
-
- setRoutingService(RoutingService) - クラス のメソッドorg.elasticsearch.discovery.zen.ZenDiscovery
-
- setRoutingTable(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.state.ClusterStateRequestBuilder
-
- setScore(boolean) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- setScore(float) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
- setScore(float) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- setScoreMode(ScoreMode) - クラス のメソッドorg.elasticsearch.index.query.NestedQueryParser.ToBlockJoinQueryBuilder
-
- setScoreMode(QueryRescorer.ScoreMode) - クラス のメソッドorg.elasticsearch.search.rescore.QueryRescorer.QueryRescoreContext
-
- setScoreMode(String) - クラス のメソッドorg.elasticsearch.search.rescore.RescoreBuilder.QueryRescorer
-
Sets the original query score mode.
- setScorer(Scorer) - クラス のメソッドorg.elasticsearch.common.lucene.Lucene.EarlyTerminatingCollector
-
- setScorer(Scorer) - クラス のメソッドorg.elasticsearch.common.lucene.MinimumScoreCollector
-
- setScorer(Scorer) - インタフェース のメソッドorg.elasticsearch.common.lucene.ScorerAware
-
- setScorer(Scorer) - クラス のメソッドorg.elasticsearch.index.fielddata.fieldcomparator.BytesRefFieldComparatorSource
-
- setScorer(Scorer) - クラス のメソッドorg.elasticsearch.index.fielddata.fieldcomparator.DoubleValuesComparatorSource
-
- setScorer(Scorer) - クラス のメソッドorg.elasticsearch.index.search.child.ChildrenQuery.ParentCollector
-
非推奨です。
- setScorer(Scorer) - クラス のメソッドorg.elasticsearch.script.AbstractSearchScript
-
- setScorer(Scorer) - クラス のメソッドorg.elasticsearch.search.aggregations.LeafBucketCollector
-
- setScorer(Scorer) - クラス のメソッドorg.elasticsearch.search.aggregations.LeafBucketCollectorBase
-
- setScorer(Scorer) - クラス のメソッドorg.elasticsearch.search.aggregations.support.values.ScriptBytesValues
-
- setScorer(Scorer) - クラス のメソッドorg.elasticsearch.search.aggregations.support.values.ScriptDoubleValues
-
- setScorer(Scorer) - クラス のメソッドorg.elasticsearch.search.aggregations.support.values.ScriptLongValues
-
- setScorer(Scorer) - クラス のメソッドorg.elasticsearch.search.scan.ScanContext.ScanCollector
-
- setScript(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
- setScript(Script) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
The script to execute.
- setScript(Script) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.ScriptHeuristicBuilder
-
- setScriptedUpsert(boolean) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets whether the script should be run in the case of an insert
- setScriptLang(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptRequestBuilder
-
Sets the language of the script to delete.
- setScriptLang(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequestBuilder
-
Sets the type of the document to fetch.
- setScriptLang(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
Sets the type to index the document to.
- setScriptService(ScriptService) - クラス のメソッドorg.elasticsearch.node.service.NodeService
-
- setScroll(Scroll) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
If set, will enable scrolling of the search request.
- setScroll(TimeValue) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
If set, will enable scrolling of the search request for the specified timeout.
- setScroll(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
If set, will enable scrolling of the search request for the specified timeout.
- setScroll(Scroll) - クラス のメソッドorg.elasticsearch.action.search.SearchScrollRequestBuilder
-
If set, will enable scrolling of the search request.
- setScroll(TimeValue) - クラス のメソッドorg.elasticsearch.action.search.SearchScrollRequestBuilder
-
If set, will enable scrolling of the search request for the specified timeout.
- setScroll(String) - クラス のメソッドorg.elasticsearch.action.search.SearchScrollRequestBuilder
-
If set, will enable scrolling of the search request for the specified timeout.
- setScrollId(String) - クラス のメソッドorg.elasticsearch.action.search.SearchScrollRequestBuilder
-
The scroll id to use to continue scrolling.
- setScrollIds(List<String>) - クラス のメソッドorg.elasticsearch.action.search.ClearScrollRequest
-
- setScrollIds(List<String>) - クラス のメソッドorg.elasticsearch.action.search.ClearScrollRequestBuilder
-
- setSearch(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setSearchAnalyzer(NamedAnalyzer) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- setSearchQuoteAnalyzer(NamedAnalyzer) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- setSearchRequest(SearchRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequestBuilder
-
Sets the search request to use to warm the index when applicable.
- setSearchRequest(SearchRequestBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.put.PutWarmerRequestBuilder
-
Sets the search request to use to warm the index when applicable.
- setSearchType(SearchType) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setSearchType(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setSegmentAndDocument(LeafReaderContext, int) - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- setSegments(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setSelectedFields(String...) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets whether to return only term vectors for special selected fields.
- setSettings(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node settings be returned.
- setSettings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Sets the repository settings
- setSettings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Sets the repository settings
- setSettings(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Sets the repository settings in Json, Yaml or properties format
- setSettings(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Sets the repository settings
- setSettings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Sets repository-specific snapshot settings.
- setSettings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Sets repository-specific snapshot settings.
- setSettings(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Sets repository-specific snapshot settings in YAML, JSON or properties format
See repository documentation for more information.
- setSettings(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Sets repository-specific snapshot settings.
- setSettings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets repository-specific restore settings.
- setSettings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets repository-specific restore settings.
- setSettings(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets repository-specific restore settings in JSON, YAML or properties format
See repository documentation for more information.
- setSettings(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets repository-specific restore settings
See repository documentation for more information.
- setSettings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
The settings to create the index with.
- setSettings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
The settings to create the index with.
- setSettings(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Allows to set the settings using a json builder.
- setSettings(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
The settings to create the index with (either json/yaml/properties format)
- setSettings(Object...) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
A simplified version of settings that takes key value pairs settings.
- setSettings(Map<String, ?>) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
The settings to create the index with (either json/yaml/properties format)
- setSettings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
-
Sets the settings to be updated
- setSettings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
-
Sets the settings to be updated
- setSettings(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
-
Sets the settings to be updated (either json/yaml/properties format)
- setSettings(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequestBuilder
-
Sets the settings to be updated (either json/yaml/properties format)
- setSettings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The settings to created the index template with.
- setSettings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The settings to created the index template with.
- setSettings(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The settings to crete the index template with (either json/yaml/properties format)
- setSettings(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The settings to crete the index template with (either json/yaml/properties format)
- setSettings(TermVectorsRequest.FilterSettings) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- setSettingsRequireUnits(boolean) - クラス のstaticメソッドorg.elasticsearch.common.settings.Settings
-
- setShard(ShardId) - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
- setShard(int) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- setShardId(ShardId) - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
Sets the target shard id for the request.
- setShardInfo(ActionWriteResponse.ShardInfo) - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse
-
- setShardMinDocCount(long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- setShardSize(int) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- setShardSize(int) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- setShardStatuses(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoreRequestBuilder
-
Set statuses to filter shards to get stores info on.
- setShortCircuitCutoff(int) - クラス のメソッドorg.elasticsearch.index.query.HasChildQueryBuilder
-
Configures at what cut off point only to evaluate parent documents that contain the matching parent id terms
instead of evaluating all parent docs.
- setSimilarity(Similarity) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setSimilarity(TFIDFSimilarity) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
- setSimilarity(SimilarityProvider) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- setSize(int) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- setSize(int) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder
-
Limits the maximum number of percolate query matches to be returned.
- setSize(int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
The number of search hits to return.
- setSize(int) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
The number of search hits to return.
- setSize(int) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
The number of search hits to return.
- setSize(int) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- setSkipTerms(Set<Term>) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Sets a list of terms to never select from
- setSlop(int) - クラス のメソッドorg.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
Sets the phrase slop for this query.
- setSnapshot(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
Sets the snapshot name
- setSnapshot(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequestBuilder
-
Sets the snapshot name
- setSnapshot(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequestBuilder
-
Sets snapshot name
- setSnapshots(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequestBuilder
-
Sets list of snapshots to return
- setSnapshots(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
-
Sets list of snapshots to return
- setSort(boolean) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder
-
- setSortByScore(boolean) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- setSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequestBuilder
-
Sets the source for the request
- setSource(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the settings and mappings as a single source.
- setSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the settings and mappings as a single source.
- setSource(byte[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the settings and mappings as a single source.
- setSource(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the settings and mappings as a single source.
- setSource(Map<String, ?>) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the settings and mappings as a single source.
- setSource(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
Sets the settings and mappings as a single source.
- setSource(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
The mapping source definition.
- setSource(Map) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
The mapping source definition.
- setSource(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
The mapping source definition.
- setSource(Object...) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The template source definition.
- setSource(Map) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The template source definition.
- setSource(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The template source definition.
- setSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The template source definition.
- setSource(byte[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The template source definition.
- setSource(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
The template source definition.
- setSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
-
The source to validate.
- setSource(byte[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
-
The source to validate.
- setSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.count.CountRequestBuilder
-
非推奨です。
The source to execute.
- setSource(byte[]) - クラス のメソッドorg.elasticsearch.action.count.CountRequestBuilder
-
非推奨です。
The query source to execute.
- setSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequestBuilder
-
非推奨です。
The source to execute.
- setSource(byte[]) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequestBuilder
-
非推奨です。
The query source to execute.
- setSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequestBuilder
-
Sets the full source of the explain request (for example, wrapping an actual query).
- setSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Sets the source.
- setSource(Map<String, ?>) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Index the Map as a JSON.
- setSource(Map<String, ?>, XContentType) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Index the Map as the provided content type.
- setSource(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Sets the document source to index.
- setSource(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Sets the content source to index.
- setSource(byte[]) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Sets the document to index in bytes form.
- setSource(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Sets the document to index in bytes form (assumed to be safe to be used from different
threads).
- setSource(String, Object) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Constructs a simple document with a field and a value.
- setSource(String, Object, String, Object) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Constructs a simple document with a field and value pairs.
- setSource(String, Object, String, Object, String, Object) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Constructs a simple document with a field and value pairs.
- setSource(String, Object, String, Object, String, Object, String, Object) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Constructs a simple document with a field and value pairs.
- setSource(Object...) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Constructs a simple document with a field name and value pairs.
- setSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
Sets the source.
- setSource(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
Index the Map as a JSON.
- setSource(Map<String, Object>, XContentType) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
Index the Map as the provided content type.
- setSource(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
Sets the document source to index.
- setSource(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
Sets the content source to index.
- setSource(byte[]) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
Sets the document to index in bytes form.
- setSource(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
Sets the document to index in bytes form (assumed to be safe to be used from different
threads).
- setSource(Object...) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
Constructs a simple document with a field name and value pairs.
- setSource(PercolateSourceBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
Sets the percolate request definition directly on the request.
- setSource(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- setSource(Map<String, Object>, XContentType) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- setSource(String) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- setSource(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- setSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- setSource(byte[]) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- setSource(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequestBuilder
-
- setSource(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the source of the request as a json string.
- setSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the source of the request as a json string.
- setSource(byte[]) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the source of the request as a json string.
- setSource(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the source of the request as a json string.
- setSource(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the source of the request as a json string.
- setSource(Map) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Sets the source of the request as a map.
- setSource(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
- setSource(byte[]) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
- setSource(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
- setSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
- setSource(BytesReference) - クラス のメソッドorg.elasticsearch.index.mapper.ParsedDocument
-
- setSource(Map<String, Object>) - クラス のメソッドorg.elasticsearch.script.AbstractSearchScript
-
- setSource(Map<String, Object>) - インタフェース のメソッドorg.elasticsearch.script.LeafSearchScript
-
- setSource(BytesReference) - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- setSource(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- setSourceClassName(String) - クラス のメソッドorg.elasticsearch.common.logging.jdk.ESLogRecord
-
- setSourceContentType(XContentType) - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- setSourceMethodName(String) - クラス のメソッドorg.elasticsearch.common.logging.jdk.ESLogRecord
-
- setStage(RecoveryState.Stage) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- setStats(String...) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
The stats groups this request will be aggregated under.
- setStatus(ClusterHealthStatus) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
Allows to explicitly override the derived cluster health status.
- setStatus(ClusterHealthStatus) - クラス のメソッドorg.elasticsearch.cluster.health.ClusterStateHealth
-
Allows to explicitly override the derived cluster health status.
- setStopWords(Set<?>) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setStopWords(Set<?>) - クラス のメソッドorg.elasticsearch.common.lucene.search.XMoreLikeThis
-
Set the set of stopwords.
- setStore(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setStrategyName(String) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- setSuggest(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setSuggestText(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setSuggestText(String) - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequestBuilder
-
- setTarget(String) - クラス のメソッドorg.elasticsearch.common.logging.log4j.ConsoleAppender
-
Sets the value of the Target option.
- setTaskId(TaskId) - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksRequest
-
- setTemplate(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequestBuilder
-
Sets the template match expression that will be used to match on indices created.
- setTemplate(Template) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
template stuff
- setTemplateName(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setTemplateParams(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setTemplateSource(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setTemplateSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setTemplateType(ScriptService.ScriptType) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- setTerminateAfter(int) - クラス のメソッドorg.elasticsearch.action.count.CountRequestBuilder
-
非推奨です。
- setTerminateAfter(int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
An optional document count, upon collecting which the search
query will early terminate
- setTermStatistics(boolean) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets whether to return the term statistics for each term in the shard or skip.
- setTermVectorsField(BytesStreamOutput) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- setText(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Sets texts to analyze
- setText(String) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder
-
Sets the text to provide suggestions for.
- setText(BytesRef) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- setThreadPool(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node thread pool info be returned.
- setThreadPool(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node thread pool stats be returned.
- setThreads(int) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
-
- setTieBreaker(float) - クラス のメソッドorg.elasticsearch.index.search.MultiMatchQuery
-
- setTimedOut(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- setTimeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setTimeout(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setTimeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.admin.indices.delete.DeleteIndexRequestBuilder
-
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
- setTimeout(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.delete.DeleteIndexRequestBuilder
-
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
- setTimeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequestBuilder
-
A timeout to wait if the index operation can't be performed immediately.
- setTimeout(String) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequestBuilder
-
A timeout to wait if the index operation can't be performed immediately.
- setTimeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
An optional timeout to control how long search is allowed to take.
- setTimeout(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
An optional timeout to control how long search is allowed to take.
- setTimeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.support.master.AcknowledgedRequestBuilder
-
Sets the maximum wait for acknowledgement from other nodes
- setTimeout(String) - クラス のメソッドorg.elasticsearch.action.support.master.AcknowledgedRequestBuilder
-
Timeout to wait for the operation to be acknowledged by current cluster nodes.
- setTimeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
-
- setTimeout(String) - クラス のメソッドorg.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
-
- setTimeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequestBuilder
-
A timeout to wait if the index operation can't be performed immediately.
- setTimeout(String) - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequestBuilder
-
A timeout to wait if the index operation can't be performed immediately.
- setTimeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
-
A timeout to wait if the index operation can't be performed immediately.
- setTimeout(String) - クラス のメソッドorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequestBuilder
-
A timeout to wait if the index operation can't be performed immediately.
- setTimeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksRequest
-
- setTimeout(String) - クラス のメソッドorg.elasticsearch.action.support.tasks.BaseTasksRequest
-
- setTimeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.support.tasks.TasksRequestBuilder
-
- setTimestamp(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Sets the timestamp either as millis since the epoch, or, in the configured date format.
- setTimeUnit(TimeUnit) - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.DateFieldType
-
- SETTING - クラス のstatic変数org.elasticsearch.cluster.ClusterName
-
- SETTING_AUTO_EXPAND_REPLICAS - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_BLOCKS_METADATA - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_BLOCKS_READ - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_BLOCKS_WRITE - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_CLUSTER_INDICES_CLOSE_ENABLE - クラス のstatic変数org.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
-
- SETTING_CLUSTER_SERVICE_RECONNECT_INTERVAL - クラス のstatic変数org.elasticsearch.cluster.service.InternalClusterService
-
- SETTING_CLUSTER_SERVICE_SLOW_TASK_LOGGING_THRESHOLD - クラス のstatic変数org.elasticsearch.cluster.service.InternalClusterService
-
- SETTING_CONNECT_ON_NETWORK_DISCONNECT - クラス のstatic変数org.elasticsearch.discovery.zen.fd.FaultDetection
-
- SETTING_CORS_ALLOW_CREDENTIALS - クラス のstatic変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- SETTING_CORS_ALLOW_HEADERS - クラス のstatic変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- SETTING_CORS_ALLOW_METHODS - クラス のstatic変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- SETTING_CORS_ALLOW_ORIGIN - クラス のstatic変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- SETTING_CORS_ENABLED - クラス のstatic変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- SETTING_CORS_MAX_AGE - クラス のstatic変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- SETTING_CREATION_DATE - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_CREATION_DATE_STRING - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_DATA_PATH - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_DISCOVERY_SEED - クラス のstatic変数org.elasticsearch.discovery.DiscoveryService
-
- SETTING_ENABLE_LUCENE_SEGMENT_INFOS_TRACE - クラス のstatic変数org.elasticsearch.env.NodeEnvironment
-
- SETTING_HTTP_COMPRESSION - クラス のstatic変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- SETTING_HTTP_COMPRESSION_LEVEL - クラス のstatic変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- SETTING_HTTP_DETAILED_ERRORS_ENABLED - クラス のstatic変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- SETTING_INDEX_BALANCE_FACTOR - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
- SETTING_INDEX_UUID - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_INITIAL_STATE_TIMEOUT - クラス のstatic変数org.elasticsearch.discovery.DiscoveryService
-
- SETTING_JOIN_RETRY_ATTEMPTS - クラス のstatic変数org.elasticsearch.discovery.zen.ZenDiscovery
-
- SETTING_JOIN_RETRY_DELAY - クラス のstatic変数org.elasticsearch.discovery.zen.ZenDiscovery
-
- SETTING_JOIN_TIMEOUT - クラス のstatic変数org.elasticsearch.discovery.zen.ZenDiscovery
-
- SETTING_LEGACY_ROUTING_HASH_FUNCTION - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_LEGACY_ROUTING_USE_TYPE - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_MASTER_ELECTION_FILTER_CLIENT - クラス のstatic変数org.elasticsearch.discovery.zen.ZenDiscovery
-
- SETTING_MASTER_ELECTION_FILTER_DATA - クラス のstatic変数org.elasticsearch.discovery.zen.ZenDiscovery
-
- SETTING_MASTER_ELECTION_WAIT_FOR_JOINS_TIMEOUT - クラス のstatic変数org.elasticsearch.discovery.zen.ZenDiscovery
-
- SETTING_MAX_PINGS_FROM_ANOTHER_MASTER - クラス のstatic変数org.elasticsearch.discovery.zen.ZenDiscovery
-
- SETTING_MEMORY_STORAGE_HINT - クラス のstatic変数org.elasticsearch.index.fielddata.IndexFieldData.CommonSettings
-
- SETTING_NUMBER_OF_REPLICAS - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_NUMBER_OF_SHARDS - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_PING_INTERVAL - クラス のstatic変数org.elasticsearch.discovery.zen.fd.FaultDetection
-
- SETTING_PING_RETRIES - クラス のstatic変数org.elasticsearch.discovery.zen.fd.FaultDetection
-
- SETTING_PING_TIMEOUT - クラス のstatic変数org.elasticsearch.discovery.zen.fd.FaultDetection
-
- SETTING_PING_TIMEOUT - クラス のstatic変数org.elasticsearch.discovery.zen.ZenDiscovery
-
- SETTING_PIPELINING - クラス のstatic変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- SETTING_PIPELINING_MAX_EVENTS - クラス のstatic変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- SETTING_PRIORITY - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_READ_ONLY - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_READ_ONLY - クラス のstatic変数org.elasticsearch.cluster.metadata.MetaData
-
- SETTING_REGISTER_CONNECTION_LISTENER - クラス のstatic変数org.elasticsearch.discovery.zen.fd.FaultDetection
-
- SETTING_SEND_LEAVE_REQUEST - クラス のstatic変数org.elasticsearch.discovery.zen.ZenDiscovery
-
- SETTING_SHADOW_REPLICAS - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_SHARD_BALANCE_FACTOR - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
- SETTING_SHARED_FILESYSTEM - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_SHARED_FS_ALLOW_RECOVERY_ON_ANY_NODE - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_THRESHOLD - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.allocator.BalancedShardsAllocator
-
- SETTING_TRACE_LOG_EXCLUDE - クラス のstatic変数org.elasticsearch.transport.TransportService
-
- SETTING_TRACE_LOG_INCLUDE - クラス のstatic変数org.elasticsearch.transport.TransportService
-
- SETTING_VERSION_CREATED - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_VERSION_CREATED_STRING - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_VERSION_MINIMUM_COMPATIBLE - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_VERSION_UPGRADED - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- SETTING_VERSION_UPGRADED_STRING - クラス のstatic変数org.elasticsearch.cluster.metadata.IndexMetaData
-
- settings() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node settings be returned.
- settings(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node settings be returned.
- settings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Sets the repository settings
- settings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Sets the repository settings
- settings(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Sets the repository settings.
- settings(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Sets the repository settings.
- settings() - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Returns repository settings
- settings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets repository-specific snapshot settings.
- settings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets repository-specific snapshot settings.
- settings(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets repository-specific snapshot settings in JSON, YAML or properties format
See repository documentation for more information.
- settings(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets repository-specific snapshot settings.
- settings() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Returns repository-specific snapshot settings
- settings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets repository-specific restore settings.
- settings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets repository-specific restore settings.
- settings(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets repository-specific restore settings in JSON, YAML or properties format
See repository documentation for more information.
- settings(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets repository-specific restore settings
See repository documentation for more information.
- settings() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns repository-specific restore settings
- settings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- settings() - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- settings() - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The settings to create the index with.
- settings(Object...) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
A simplified version of settings that takes key value pairs settings.
- settings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The settings to create the index with.
- settings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The settings to create the index with.
- settings(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The settings to create the index with (either json/yaml/properties format)
- settings(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Allows to set the settings using a json builder.
- settings(Map) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
The settings to create the index with (either json/yaml/properties format)
- settings() - クラス のメソッドorg.elasticsearch.action.admin.indices.get.GetIndexResponse
-
- settings() - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsClusterStateUpdateRequest
-
- settings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsClusterStateUpdateRequest
-
- settings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
Sets the settings to be updated
- settings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
Sets the settings to be updated
- settings(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
Sets the settings to be updated (either json/yaml/properties format)
- settings(Map) - クラス のメソッドorg.elasticsearch.action.admin.indices.settings.put.UpdateSettingsRequest
-
Sets the settings to be updated (either json/yaml/properties format)
- settings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The settings to create the index template with.
- settings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The settings to create the index template with.
- settings(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The settings to create the index template with (either json/yaml/properties format).
- settings(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The settings to crete the index template with (either json/yaml/properties format).
- settings() - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- settings() - インタフェース のメソッドorg.elasticsearch.client.Client
-
Returns this clients settings
- settings() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- settings(Settings.Builder) - クラス のメソッドorg.elasticsearch.client.transport.TransportClient.Builder
-
The settings to configure the transport client with.
- settings(Settings) - クラス のメソッドorg.elasticsearch.client.transport.TransportClient.Builder
-
The settings to configure the transport client with.
- settings(Settings.Builder) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- settings(Settings) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- settings(Settings.Builder) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- settings(Settings) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- settings() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- settings() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
Returns the merged transient and persistent settings.
- settings(Settings) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- settings() - クラス のメソッドorg.elasticsearch.cluster.metadata.RepositoryMetaData
-
Returns repository settings
- settings - クラス の変数org.elasticsearch.common.cli.CliTool
-
- settings - クラス の変数org.elasticsearch.common.component.AbstractComponent
-
- Settings - org.elasticsearch.common.settingsのクラス
-
An immutable settings implementation.
- settings() - クラス のメソッドorg.elasticsearch.env.Environment
-
The settings used to build this environment.
- settings() - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpServerTransport
-
- Settings() - クラス のコンストラクタorg.elasticsearch.index.query.SimpleQueryParser.Settings
-
- settings() - クラス のメソッドorg.elasticsearch.node.Node
-
The settings that were used to create the node.
- settings() - クラス のメソッドorg.elasticsearch.node.NodeBuilder
-
Set addition settings simply by working directly against the settings builder.
- settings(Settings.Builder) - クラス のメソッドorg.elasticsearch.node.NodeBuilder
-
Explicit node settings to set.
- settings(Settings) - クラス のメソッドorg.elasticsearch.node.NodeBuilder
-
Explicit node settings to set.
- settings(Settings) - クラス のメソッドorg.elasticsearch.repositories.RepositoriesService.RegisterRepositoryRequest
-
Sets repository settings
- settings() - クラス のメソッドorg.elasticsearch.repositories.RepositorySettings
-
- settings(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.MovAvgBuilder
-
The hash of settings that should be provided to the model when it is
instantiated
- SETTINGS - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgParser
-
- settings() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.RestoreRequest
-
Returns repository-specific restore settings
- settings(Settings) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Sets repository-specific snapshot settings
- settings() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Returns repository-specific settings for the snapshot operation
- settings - クラス の変数org.elasticsearch.transport.netty.NettyTransport.ServerChannelPipelineFactory
-
- settings() - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- Settings.Builder - org.elasticsearch.common.settingsのクラス
-
- SETTINGS_FILTER_PARAM - クラス のstatic変数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_REQUIRE_UNITS - クラス のstatic変数org.elasticsearch.common.settings.Settings
-
Name of the setting to use to disable required units for byte size, time settings.
- settingsBuilder() - クラス のstaticメソッドorg.elasticsearch.common.settings.Settings
-
Returns a builder to be used in order to build settings.
- SettingsException - org.elasticsearch.common.settingsの例外
-
A generic failure to handle settings.
- SettingsException(String) - 例外 のコンストラクタorg.elasticsearch.common.settings.SettingsException
-
- SettingsException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.common.settings.SettingsException
-
- SettingsException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.common.settings.SettingsException
-
- SettingsFilter - org.elasticsearch.common.settingsのクラス
-
- SettingsFilter(Settings) - クラス のコンストラクタorg.elasticsearch.common.settings.SettingsFilter
-
- SettingsLoader - 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 - org.elasticsearch.common.settings.loaderのクラス
-
- SettingsLoaderFactory - org.elasticsearch.common.settings.loaderのクラス
-
A settings loader factory automatically trying to identify what type of
SettingsLoader to use.
- SettingsModule - org.elasticsearch.common.settingsのクラス
-
A module that binds the provided settings to the
Settings interface.
- SettingsModule(Settings) - クラス のコンストラクタorg.elasticsearch.common.settings.SettingsModule
-
- settingsService() - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- settingsService() - クラス のメソッドorg.elasticsearch.index.IndexService
-
- setTokenFilters(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Sets token filters that will be used on top of a tokenizer provided.
- setTokenizer(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequestBuilder
-
Instead of setting the analyzer, sets the tokenizer that will be used as part of a custom
analyzer.
- setTrackScores(boolean) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder
-
Whether to compute a score for each match and include it in the response.
- setTrackScores(boolean) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Applies when sorting, and controls if scores will be tracked as well.
- setTrackScores(boolean) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Applies when sorting, and controls if scores will be tracked as well.
- setTrackScores(boolean) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Applies when sorting, and controls if scores will be tracked as well.
- setTransformSource(boolean) - クラス のメソッドorg.elasticsearch.action.get.GetRequestBuilder
-
Should the source be transformed using the script to used at index time
(if any)?
- setTransientSettings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the transient settings to be updated.
- setTransientSettings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the transient settings to be updated.
- setTransientSettings(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the source containing the transient settings to be updated.
- setTransientSettings(Map) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequestBuilder
-
Sets the transient settings to be updated.
- setTranslog(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setTranslogGeneration(Translog.TranslogGeneration) - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
Set the generation to be opened.
- setTranslogLocation(Translog.Location) - クラス のメソッドorg.elasticsearch.index.engine.Engine.Delete
-
- setTranslogLocation(Translog.Location) - クラス のメソッドorg.elasticsearch.index.engine.Engine.IndexingOperation
-
- setTransport(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequestBuilder
-
Should the node Transport info be returned.
- setTransport(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequestBuilder
-
Should the node Transport stats be returned.
- setTransport(Class<? extends Transport>, String) - クラス のメソッドorg.elasticsearch.transport.TransportModule
-
- setTransportService(Class<? extends TransportService>, String) - クラス のメソッドorg.elasticsearch.transport.TransportModule
-
- setTranspositions(boolean) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- setTree(String) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- setTreeLevels(int) - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- setTTL(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Sets the ttl value as a time value expression.
- setTTL(long) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Sets the relative ttl value in milliseconds.
- setTTL(TimeValue) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
- setTtl(Long) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Set the new ttl of the document as a long.
- setTtl(String) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Set the new ttl of the document as a time value expression.
- setTtl(TimeValue) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Set the new ttl of the document as a
TimeValue instance.
- setType(StoreRateLimiting.Type) - クラス のメソッドorg.apache.lucene.store.StoreRateLimiting
-
- setType(String) - クラス のメソッドorg.apache.lucene.store.StoreRateLimiting
-
- setType(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequestBuilder
-
- setType(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Sets the repository type
- setType(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
The type of the mappings.
- setType(String) - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequestBuilder
-
Sets the type of the document to delete.
- setType(String) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequestBuilder
-
Sets the type to get a score explanation for.
- setType(String) - クラス のメソッドorg.elasticsearch.action.get.GetRequestBuilder
-
Sets the type of the document to fetch.
- setType(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Sets the type to index the document to.
- setType(String) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Sets the type of the document.
- setType(String) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the type of the indexed document.
- setType(TranslogWriter.Type) - クラス のメソッドorg.elasticsearch.index.translog.TranslogConfig
-
Sets the TranslogType for this Translog.
- setType(String) - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsBuilder.InnerHit
-
For nested inner hits the path to collect child nested docs for.
- setTypes(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequestBuilder
-
The document types to execute the search against.
- setTypes(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
-
- setTypes(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequestBuilder
-
- setTypes(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
Document types to return stats for.
- setTypes(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequestBuilder
-
The types of documents the query will run against.
- setTypes(String...) - クラス のメソッドorg.elasticsearch.action.count.CountRequestBuilder
-
非推奨です。
The types of documents the query will run against.
- setTypes(String...) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequestBuilder
-
非推奨です。
The types of documents the query will run against.
- setTypes(String...) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
The document types to execute the search against.
- setTypes(String...) - クラス のメソッドorg.elasticsearch.action.support.master.info.ClusterInfoRequestBuilder
-
- setTypes(String[]) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryParseContext
-
- setTypesWithPrevious(String[]) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryParseContext
-
- setUnicodeAware(boolean) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionSuggestionFuzzyBuilder
-
Set to true if all measurements (like edit distance, transpositions and lengths) are in unicode
code points (actual letters) instead of bytes.
- setUnlikeText(Fields...) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setUnlikeText(List<String>) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- setup() - クラス のstaticメソッドorg.elasticsearch.common.netty.NettyUtils
-
- setUpdateAllTypes(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder
-
True if all fields that span multiple types should be updated, false otherwise
- setUpdateAllTypes(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequestBuilder
-
True if all fields that span multiple types should be updated, false otherwise
- setupFieldType(Mapper.BuilderContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.Builder
-
- setupFieldType(Mapper.BuilderContext) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.Builder
-
- setupFieldType(Mapper.BuilderContext) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- setUpgradeInProgress(boolean, boolean) - クラス のメソッドorg.elasticsearch.index.shard.ElasticsearchMergePolicy
-
When upgrade is true, running a force merge will upgrade any segments written
with older versions.
- setUpgradeOnlyAncientSegments(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequestBuilder
-
Should the upgrade only the ancient (older major version of Lucene) segments?
- setUpsert(IndexRequest) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the index request to be used if the document does not exists.
- setUpsert(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc source of the update request to be used when the document does not exists.
- setUpsert(Map) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc source of the update request to be used when the document does not exists.
- setUpsert(String) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc source of the update request to be used when the document does not exists.
- setUpsert(byte[]) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc source of the update request to be used when the document does not exists.
- setUpsert(Object...) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the doc source of the update request to be used when the document does not exists.
- setValue(NumericTokenStream, String) - クラス のメソッドorg.elasticsearch.index.analysis.NumericDateTokenizer
-
- setValue(NumericTokenStream, String) - クラス のメソッドorg.elasticsearch.index.analysis.NumericDoubleTokenizer
-
- setValue(NumericTokenStream, String) - クラス のメソッドorg.elasticsearch.index.analysis.NumericFloatTokenizer
-
- setValue(NumericTokenStream, String) - クラス のメソッドorg.elasticsearch.index.analysis.NumericIntegerTokenizer
-
- setValue(NumericTokenStream, String) - クラス のメソッドorg.elasticsearch.index.analysis.NumericLongTokenizer
-
- setValue(NumericTokenStream, String) - クラス のメソッドorg.elasticsearch.index.analysis.NumericTokenizer
-
- setValue(NumericTokenStream, String) - クラス のメソッドorg.elasticsearch.index.mapper.ip.IpFieldMapper.NumericIpTokenizer
-
- setVerbose(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.IndicesSegmentsRequestBuilder
-
- setVerify(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequestBuilder
-
Sets whether or not repository should be verified after creation
- setVersion(long) - クラス のメソッド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) - クラス のメソッド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) - クラス のメソッド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(long) - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequestBuilder
-
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) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
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) - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
Should each
SearchHit be returned with its
version.
- setVersion(long) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
- setVersion(long) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.common.compress.CompressedStreamInput
-
- setVersion(Version) - クラス のメソッドorg.elasticsearch.common.io.stream.FilterStreamInput
-
- setVersion(Version) - クラス のメソッドorg.elasticsearch.common.io.stream.StreamInput
-
- setVersion(Version) - クラス のメソッドorg.elasticsearch.common.io.stream.StreamOutput
-
- setVersion(boolean) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
Should each
SearchHit be returned with its
version.
- setVersion(boolean) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Should each
SearchHit be returned with its
version.
- setVersionMapSizeSetting(String) - クラス のメソッドorg.elasticsearch.index.engine.EngineConfig
-
Settings the version map size that should trigger a refresh.
- setVersions(Map<String, Tuple<Version, String>>) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsRequestBuilder
-
Sets the index versions to be updated
- setVersionType(VersionType) - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequestBuilder
-
Sets the type of versioning to use.
- setVersionType(VersionType) - クラス のメソッドorg.elasticsearch.action.get.GetRequestBuilder
-
Sets the versioning type.
- setVersionType(VersionType) - クラス のメソッドorg.elasticsearch.action.index.IndexRequestBuilder
-
Sets the versioning type.
- setVersionType(VersionType) - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptRequestBuilder
-
Sets the type of versioning to use.
- setVersionType(VersionType) - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequestBuilder
-
Sets the versioning type.
- setVersionType(VersionType) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequestBuilder
-
Sets the versioning type.
- setVersionType(VersionType) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
- setVersionType(VersionType) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequestBuilder
-
Sets the versioning type.
- setWaitForActiveShards(int) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setWaitForCompletion(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequest
-
Should this request wait for all found tasks to complete?
- setWaitForCompletion(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksRequestBuilder
-
Should this request wait for all found tasks to complete?
- setWaitForCompletion(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequestBuilder
-
If set to true the request should wait for the snapshot completion before returning.
- setWaitForCompletion(boolean) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setWaitForGreenStatus() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setWaitForNodes(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
Waits for N number of nodes.
- setWaitForRelocatingShards(int) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setWaitForStatus(ClusterHealthStatus) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setWaitForYellowStatus() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder
-
- setWaitIfOngoing(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.FlushRequestBuilder
-
- setWarmer(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequestBuilder
-
- setWarmers(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.warmer.get.GetWarmersRequestBuilder
-
- setWeight(float) - クラス のメソッドorg.elasticsearch.index.query.functionscore.factor.FactorBuilder
-
非推奨です。
- setWeight(float) - クラス のメソッドorg.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
- setWindowSize(int) - クラス のメソッドorg.elasticsearch.search.rescore.RescoreSearchContext
-
- setZeroTermsQuery(MatchQuery.ZeroTermsQuery) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- sha1() - クラス のstaticメソッドorg.elasticsearch.common.hash.MessageDigests
-
- SHA1_CHECKSUM - クラス のstatic変数org.elasticsearch.common.http.client.HttpDownloadHelper
-
Checksummer for SHA1
- sha256() - クラス のstaticメソッドorg.elasticsearch.common.hash.MessageDigests
-
- ShadowEngine - org.elasticsearch.index.engineのクラス
-
ShadowEngine is a specialized engine that only allows read-only operations
on the underlying Lucene index.
- ShadowEngine(EngineConfig) - クラス のコンストラクタorg.elasticsearch.index.engine.ShadowEngine
-
- ShadowIndexShard - org.elasticsearch.index.shardのクラス
-
ShadowIndexShard extends
IndexShard to add file synchronization
from the primary when a flush happens.
- ShadowIndexShard(ShardId, IndexSettingsService, IndicesLifecycle, Store, StoreRecoveryService, ThreadPool, MapperService, IndexQueryParserService, IndexCache, IndexAliasesService, IndicesQueryCache, ShardPercolateService, CodecService, ShardTermVectorsService, IndexFieldDataService, IndexService, IndicesWarmer, SnapshotDeletionPolicy, SimilarityService, EngineFactory, ClusterService, ShardPath, BigArrays, IndexSearcherWrappingService, IndexingMemoryController) - クラス のコンストラクタorg.elasticsearch.index.shard.ShadowIndexShard
-
- shape(ShapeBuilder) - クラス のメソッドorg.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- SHAPE_FIELD_NAME - クラス のstatic変数org.elasticsearch.index.query.GeoShapeQueryParser.DEFAULTS
-
- ShapeBuilder - org.elasticsearch.common.geo.buildersのクラス
-
Basic class for building GeoJSON shapes like Polygons, Linestrings, etc
- ShapeBuilder() - クラス のコンストラクタorg.elasticsearch.common.geo.builders.ShapeBuilder
-
- ShapeBuilder(ShapeBuilder.Orientation) - クラス のコンストラクタorg.elasticsearch.common.geo.builders.ShapeBuilder
-
- ShapeBuilder.CoordinateNode - org.elasticsearch.common.geo.buildersのクラス
-
Node used to represent a tree of coordinates.
- ShapeBuilder.Edge - org.elasticsearch.common.geo.buildersのクラス
-
This helper class implements a linked list for Coordinate.
- ShapeBuilder.GeoShapeType - org.elasticsearch.common.geo.buildersの列挙型
-
- ShapeBuilder.Orientation - org.elasticsearch.common.geo.buildersの列挙型
-
- ShapeFetchService - org.elasticsearch.index.search.shapeのクラス
-
Service which retrieves pre-indexed Shapes from another index
- ShapeFetchService(Client, Settings) - クラス のコンストラクタorg.elasticsearch.index.search.shape.ShapeFetchService
-
- ShapeModule - org.elasticsearch.index.search.shapeのクラス
-
- ShapeModule() - クラス のコンストラクタorg.elasticsearch.index.search.shape.ShapeModule
-
- shapename - 列挙型 の変数org.elasticsearch.common.geo.builders.ShapeBuilder.GeoShapeType
-
- ShapeRelation - 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
- shapes - クラス の変数org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- ShapesAvailability - org.elasticsearch.common.geoのクラス
-
- shard() - クラス のメソッドorg.elasticsearch.action.search.ShardSearchFailure
-
The search shard target the failure occurred on.
- shard - クラス の変数org.elasticsearch.cluster.routing.allocation.FailedRerouteAllocation.FailedShard
-
- shard() - 例外 のメソッドorg.elasticsearch.cluster.routing.IllegalShardRoutingStateException
-
Returns the shard instance referenced by this exception
- shard(int) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
- shard(int) - クラス のメソッドorg.elasticsearch.index.IndexService
-
Return the shard with the provided id, or null if there is no such shard.
- shard - クラス の変数org.elasticsearch.indices.cache.request.IndicesRequestCache.Key
-
- shard() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- shard(SearchShardTarget) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- shard() - 例外 のメソッドorg.elasticsearch.search.SearchException
-
- shard() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The shard of the search hit.
- SHARD_FAILED_ACTION_NAME - クラス のstatic変数org.elasticsearch.cluster.action.shard.ShardStateAction
-
- SHARD_INACTIVE_INTERVAL_TIME_SETTING - クラス のstatic変数org.elasticsearch.indices.memory.IndexingMemoryController
-
How frequently we check shards to find inactive ones (default: 30 seconds).
- SHARD_INACTIVE_TIME_SETTING - クラス のstatic変数org.elasticsearch.indices.memory.IndexingMemoryController
-
If we see no indexing operations after this much time for a given shard, we consider that shard inactive (default: 5 minutes).
- SHARD_MIN_DOC_COUNT_FIELD_NAME - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.terms.AbstractTermsParametersParser
-
- SHARD_SIZE - クラス のstatic変数org.elasticsearch.search.suggest.SuggestUtils.Fields
-
- SHARD_SIZE_FIELD - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.sampler.SamplerParser
-
- SHARD_SIZE_FIELD_NAME - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.terms.AbstractTermsParametersParser
-
- SHARD_STARTED_ACTION_NAME - クラス のstatic変数org.elasticsearch.cluster.action.shard.ShardStateAction
-
- ShardActiveRequest() - クラス のコンストラクタorg.elasticsearch.indices.store.IndicesStore.ShardActiveRequest
-
- shardAvailable(IndexShard) - クラス のメソッドorg.elasticsearch.indices.memory.IndexingMemoryController
-
returns true if shard exists and is availabe for updates
- ShardBitsetFilterCache - org.elasticsearch.index.cache.bitsetのクラス
-
- ShardBitsetFilterCache(ShardId, Settings) - クラス のコンストラクタorg.elasticsearch.index.cache.bitset.ShardBitsetFilterCache
-
- shardBitsetFilterCache() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- ShardCoreKeyMap - org.elasticsearch.common.luceneのクラス
-
A map between segment core cache keys and the shard that these segments
belong to.
- ShardCoreKeyMap() - クラス のコンストラクタorg.elasticsearch.common.lucene.ShardCoreKeyMap
-
- ShardDfsOnlyRequest - org.elasticsearch.action.termvectors.dfsのクラス
-
- ShardDfsOnlyRequest() - クラス のコンストラクタorg.elasticsearch.action.termvectors.dfs.ShardDfsOnlyRequest
-
- shardDirectory() - クラス のメソッドorg.elasticsearch.index.store.IndexStore
-
The shard store class that should be used for each shard.
- shardExecute(Task, Request, ShardId, ActionListener<ShardResponse>) - クラス のメソッドorg.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
-
- ShardExistsRequest - org.elasticsearch.action.existsのクラス
-
- ShardExistsRequest() - クラス のコンストラクタorg.elasticsearch.action.exists.ShardExistsRequest
-
- shardFailed(ShardRouting, String, String, Throwable) - クラス のメソッドorg.elasticsearch.cluster.action.shard.ShardStateAction
-
- shardFailures() - 例外 のメソッドorg.elasticsearch.action.search.SearchPhaseExecutionException
-
- shardFailures() - クラス のメソッドorg.elasticsearch.snapshots.Snapshot
-
Returns shard failures
- shardFailures() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotInfo
-
Returns shard failures
- ShardFetchRequest - org.elasticsearch.search.fetchのクラス
-
Shard level fetch base request.
- ShardFetchRequest() - クラス のコンストラクタorg.elasticsearch.search.fetch.ShardFetchRequest
-
- ShardFetchRequest(SearchScrollRequest, long, IntArrayList, ScoreDoc) - クラス のコンストラクタorg.elasticsearch.search.fetch.ShardFetchRequest
-
- ShardFetchRequest(TransportRequest, long, IntArrayList, ScoreDoc) - クラス のコンストラクタorg.elasticsearch.search.fetch.ShardFetchRequest
-
- ShardFetchSearchRequest - org.elasticsearch.search.fetchのクラス
-
Shard level fetch request used with search.
- ShardFetchSearchRequest() - クラス のコンストラクタorg.elasticsearch.search.fetch.ShardFetchSearchRequest
-
- ShardFetchSearchRequest(SearchRequest, long, IntArrayList) - クラス のコンストラクタorg.elasticsearch.search.fetch.ShardFetchSearchRequest
-
- ShardFetchSearchRequest(SearchRequest, long, IntArrayList, ScoreDoc) - クラス のコンストラクタorg.elasticsearch.search.fetch.ShardFetchSearchRequest
-
- ShardFieldData - org.elasticsearch.index.fielddataのクラス
-
- ShardFieldData() - クラス のコンストラクタorg.elasticsearch.index.fielddata.ShardFieldData
-
- ShardFlushRequest - org.elasticsearch.action.admin.indices.flushのクラス
-
- ShardFlushRequest(FlushRequest, ShardId) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.flush.ShardFlushRequest
-
- ShardFlushRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.flush.ShardFlushRequest
-
- ShardGetService - org.elasticsearch.index.getのクラス
-
- ShardGetService(IndexShard, MapperService) - クラス のコンストラクタorg.elasticsearch.index.get.ShardGetService
-
- shardHandleLookup() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits.StreamContext
-
- shardId() - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo.Failure
-
- shardId() - クラス のメソッドorg.elasticsearch.action.get.MultiGetShardRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Request
-
- shardId() - クラス のメソッドorg.elasticsearch.action.search.ShardSearchFailure
-
The shard id the search failed on.
- shardId() - インタフェース のメソッドorg.elasticsearch.action.ShardOperationFailedException
-
The shard the operation failed on.
- shardId() - クラス のメソッドorg.elasticsearch.action.support.broadcast.BroadcastShardRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.action.support.DefaultShardOperationFailedException
-
- shardId - クラス の変数org.elasticsearch.action.support.replication.ReplicationRequest
-
Target shard the request should execute on.
- shardId() - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
- shardId - クラス の変数org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsShardRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand
-
Get the shards id
- shardId() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
-
Get the id of the shard which allocation should be canceled
- shardId() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
-
- shardId() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns the shards id
- shardId(ClusterState, String, String, String, String) - クラス のメソッドorg.elasticsearch.cluster.routing.OperationRouting
-
- shardId() - クラス のメソッドorg.elasticsearch.cluster.routing.PlainShardIterator
-
- shardId() - インタフェース のメソッドorg.elasticsearch.cluster.routing.ShardIterator
-
The shard id this group relates to.
- shardId() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
The shard id.
- shardId() - クラス のメソッドorg.elasticsearch.common.lucene.index.ElasticsearchDirectoryReader
-
Returns the shard id this index belongs to.
- shardId() - クラス のメソッドorg.elasticsearch.common.lucene.index.ElasticsearchLeafReader
-
Returns the shard id this segment belongs to.
- shardId() - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards.Request
-
- shardId - クラス の変数org.elasticsearch.index.engine.Engine
-
- shardId - クラス の変数org.elasticsearch.index.shard.AbstractIndexShardComponent
-
- shardId() - クラス のメソッドorg.elasticsearch.index.shard.AbstractIndexShardComponent
-
- shardId() - インタフェース のメソッドorg.elasticsearch.index.shard.IndexShardComponent
-
- ShardId - org.elasticsearch.index.shardのクラス
-
Allows for shard level components to be injected with the shard id.
- ShardId(String, int) - クラス のコンストラクタorg.elasticsearch.index.shard.ShardId
-
- ShardId(Index, int) - クラス のコンストラクタorg.elasticsearch.index.shard.ShardId
-
- shardId - クラス の変数org.elasticsearch.index.translog.TranslogWriter
-
- shardId - クラス の変数org.elasticsearch.indices.fielddata.cache.IndicesFieldDataCache.Key
-
- shardId() - クラス のメソッドorg.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- shardId() - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.indices.IndicesWarmer.WarmerContext
-
- shardId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFilesInfoRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFinalizeRecoveryRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
- shardId() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.indices.recovery.StartRecoveryRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- shardId() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- shardId() - インタフェース のメソッドorg.elasticsearch.search.internal.ShardSearchRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.search.SearchShardTarget
-
- shardId() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.UpdateIndexShardRestoreStatusRequest
-
- shardId() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardFailure
-
Returns shard id where failure occurred
- shardId() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
-
- shardIds() - クラス のメソッドorg.elasticsearch.index.IndexService
-
- ShardIndexingService - org.elasticsearch.index.indexingのクラス
-
- ShardIndexingService(ShardId, Settings) - クラス のコンストラクタorg.elasticsearch.index.indexing.ShardIndexingService
-
- ShardIndexWarmerService - org.elasticsearch.index.warmerのクラス
-
- ShardIndexWarmerService(ShardId, Settings) - クラス のコンストラクタorg.elasticsearch.index.warmer.ShardIndexWarmerService
-
- ShardInfo() - クラス のコンストラクタorg.elasticsearch.action.ActionWriteResponse.ShardInfo
-
- ShardInfo(int, int, ActionWriteResponse.ShardInfo.Failure...) - クラス のコンストラクタorg.elasticsearch.action.ActionWriteResponse.ShardInfo
-
- shardInjectorSafe(int) - クラス のメソッドorg.elasticsearch.index.IndexService
-
Return the shard injector for the provided id, or throw an exception if there is no such shard.
- ShardIterator - org.elasticsearch.cluster.routingのインタフェース
-
Allows to iterate over a set of shard instances (routing) within a shard id group.
- shardLock(ShardId) - クラス のメソッドorg.elasticsearch.env.NodeEnvironment
-
Tries to lock the given shards ID.
- shardLock(ShardId, long) - クラス のメソッドorg.elasticsearch.env.NodeEnvironment
-
Tries to lock the given shards ID.
- ShardLock - org.elasticsearch.envのクラス
-
A shard lock guarantees exclusive access to a shards data
directory.
- ShardLock(ShardId) - クラス のコンストラクタorg.elasticsearch.env.ShardLock
-
- shardMinDocCount(int) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsBuilder
-
Expert: set the minimum number of documents that a term should match to
be retrieved from a shard.
- shardMinDocCount(long) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsBuilder
-
Set the minimum document count terms should have on the shard in order to appear in the response.
- shardModules(Settings) - クラス のメソッドorg.elasticsearch.plugins.Plugin
-
Per index shard module.
- shardModules(Settings) - クラス のメソッドorg.elasticsearch.plugins.PluginsService
-
- ShardNotFoundException - org.elasticsearch.index.shardの例外
-
- ShardNotFoundException(ShardId) - 例外 のコンストラクタorg.elasticsearch.index.shard.ShardNotFoundException
-
- ShardNotFoundException(ShardId, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.shard.ShardNotFoundException
-
- ShardNotFoundException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.shard.ShardNotFoundException
-
- shardOperation(AnalyzeRequest, ShardId) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
-
- shardOperation(ClearIndicesCacheRequest, ShardRouting) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
-
- shardOperation(ForceMergeRequest, ShardRouting) - クラス のメソッドorg.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
-
- shardOperation(GetFieldMappingsIndexRequest, ShardId) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
-
- shardOperation(RecoveryRequest, ShardRouting) - クラス のメソッドorg.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
-
- shardOperation(IndicesSegmentsRequest, ShardRouting) - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
-
- shardOperation(IndicesStatsRequest, ShardRouting) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
-
- shardOperation(UpgradeStatusRequest, ShardRouting) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
-
- shardOperation(UpgradeRequest, ShardRouting) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
- shardOperation(ShardValidateQueryRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
-
- shardOperation(ShardExistsRequest) - クラス のメソッドorg.elasticsearch.action.exists.TransportExistsAction
-
- shardOperation(ExplainRequest, ShardId) - クラス のメソッドorg.elasticsearch.action.explain.TransportExplainAction
-
- shardOperation(FieldStatsShardRequest) - クラス のメソッドorg.elasticsearch.action.fieldstats.TransportFieldStatsTransportAction
-
- shardOperation(GetRequest, ShardId) - クラス のメソッドorg.elasticsearch.action.get.TransportGetAction
-
- shardOperation(MultiGetShardRequest, ShardId) - クラス のメソッドorg.elasticsearch.action.get.TransportShardMultiGetAction
-
- shardOperation(PercolateShardRequest) - クラス のメソッドorg.elasticsearch.action.percolate.TransportPercolateAction
-
- shardOperation(TransportShardMultiPercolateAction.Request, ShardId) - クラス のメソッドorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction
-
- shardOperation(ShardSuggestRequest) - クラス のメソッドorg.elasticsearch.action.suggest.TransportSuggestAction
-
- shardOperation(Request, ShardRouting) - クラス のメソッドorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
Executes the shard-level operation.
- shardOperation(ShardRequest) - クラス のメソッドorg.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- shardOperation(ShardRequest, Task) - クラス のメソッドorg.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- shardOperation(Request, ActionListener<Response>) - クラス のメソッドorg.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- shardOperation(Request, ShardId) - クラス のメソッドorg.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- shardOperation(ShardDfsOnlyRequest) - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.TransportDfsOnlyAction
-
- shardOperation(MultiTermVectorsShardRequest, ShardId) - クラス のメソッドorg.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
-
- shardOperation(TermVectorsRequest, ShardId) - クラス のメソッドorg.elasticsearch.action.termvectors.TransportTermVectorsAction
-
- shardOperation(UpdateRequest, ActionListener<UpdateResponse>) - クラス のメソッドorg.elasticsearch.action.update.TransportUpdateAction
-
- shardOperation(UpdateRequest, ActionListener<UpdateResponse>, int) - クラス のメソッドorg.elasticsearch.action.update.TransportUpdateAction
-
- ShardOperationFailedException - org.elasticsearch.actionのインタフェース
-
An exception indicating that a failure occurred performing an operation on the shard.
- shardOperationOnPrimary(MetaData, ShardFlushRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
-
- shardOperationOnPrimary(MetaData, ReplicationRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
-
- shardOperationOnPrimary(MetaData, BulkShardRequest) - クラス のメソッドorg.elasticsearch.action.bulk.TransportShardBulkAction
-
- shardOperationOnPrimary(MetaData, DeleteRequest) - クラス のメソッドorg.elasticsearch.action.delete.TransportDeleteAction
-
- shardOperationOnPrimary(MetaData, IndexRequest) - クラス のメソッドorg.elasticsearch.action.index.TransportIndexAction
-
- shardOperationOnPrimary(MetaData, Request) - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction
-
Primary operation on node with primary copy, the provided metadata should be used for request validation if needed
- shardOperationOnReplica(ShardFlushRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
-
- shardOperationOnReplica(ReplicationRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
-
- shardOperationOnReplica(BulkShardRequest) - クラス のメソッドorg.elasticsearch.action.bulk.TransportShardBulkAction
-
- shardOperationOnReplica(DeleteRequest) - クラス のメソッドorg.elasticsearch.action.delete.TransportDeleteAction
-
- shardOperationOnReplica(IndexRequest) - クラス のメソッドorg.elasticsearch.action.index.TransportIndexAction
-
- shardOperationOnReplica(ReplicaRequest) - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction
-
Replica operation on nodes with replica copies
- shardPath() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- ShardPath - org.elasticsearch.index.shardのクラス
-
- ShardPath(boolean, Path, Path, String, ShardId) - クラス のコンストラクタorg.elasticsearch.index.shard.ShardPath
-
- ShardPercolateService - org.elasticsearch.index.percolator.statsのクラス
-
Shard level percolator service that maintains percolator metrics:
total time spent in percolate api
the current number of percolate requests
number of registered percolate queries
- ShardPercolateService(ShardId, IndexSettingsService) - クラス のコンストラクタorg.elasticsearch.index.percolator.stats.ShardPercolateService
-
- shardPercolateService() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- shardRecoveryStates() - クラス のメソッドorg.elasticsearch.action.admin.indices.recovery.RecoveryResponse
-
- ShardRequestCache - org.elasticsearch.index.cache.requestのクラス
-
- ShardRequestCache(ShardId, Settings) - クラス のコンストラクタorg.elasticsearch.index.cache.request.ShardRequestCache
-
- shardResponses() - クラス のメソッドorg.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- ShardRestoreStatus(String) - クラス のコンストラクタorg.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Constructs a new shard restore status in initializing state on the given node
- ShardRestoreStatus(String, RestoreInProgress.State) - クラス のコンストラクタorg.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Constructs a new shard restore status in with specified state on the given node
- ShardRestoreStatus(String, RestoreInProgress.State, String) - クラス のコンストラクタorg.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Constructs a new shard restore status in with specified state on the given node with specified failure reason
- ShardRouting - org.elasticsearch.cluster.routingのクラス
-
ShardRouting immutably encapsulates information about shard
routings like id, state, version, etc.
- ShardRouting(ShardRouting) - クラス のコンストラクタorg.elasticsearch.cluster.routing.ShardRouting
-
- ShardRouting(ShardRouting, long) - クラス のコンストラクタorg.elasticsearch.cluster.routing.ShardRouting
-
- shardRouting - クラス の変数org.elasticsearch.index.shard.IndexShard
-
- shardRoutingChanged(IndexShard, ShardRouting, ShardRouting) - クラス のメソッドorg.elasticsearch.indices.IndicesLifecycle.Listener
-
Called when the shard routing has changed state.
- shardRoutingChanged(IndexShard, ShardRouting, ShardRouting) - クラス のメソッドorg.elasticsearch.indices.InternalIndicesLifecycle
-
- ShardRoutingEntry() - クラス のコンストラクタorg.elasticsearch.cluster.action.shard.ShardStateAction.ShardRoutingEntry
-
- ShardRoutingState - org.elasticsearch.cluster.routingの列挙型
-
Represents the current state of a
ShardRouting as defined by the
cluster.
- shardRoutingTable(String, int) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
All shards for the provided index and shard id
- shards(ClusterState, TransportSingleShardAction<AnalyzeRequest, AnalyzeResponse>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
-
- shards(ClusterState, ClearIndicesCacheRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
-
The refresh request works against *all* shards.
- shards(ClusterState, ForceMergeRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
-
The refresh request works against *all* shards.
- shards(ClusterState, TransportSingleShardAction<GetFieldMappingsIndexRequest, GetFieldMappingsResponse>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
-
- shards(ClusterState, RecoveryRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
-
- shards(ClusterState, IndicesSegmentsRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
-
Segments goes across *all* active shards.
- shards(ClusterState, IndicesStatsRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
-
Status goes across *all* shards.
- shards(ClusterState, UpgradeStatusRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
-
Getting upgrade stats from *all* active shards.
- shards(ClusterState, UpgradeRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
The upgrade request works against *all* shards.
- shards(ClusterState, ValidateQueryRequest, String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
-
- shards(ClusterState, ExistsRequest, String[]) - クラス のメソッドorg.elasticsearch.action.exists.TransportExistsAction
-
- shards(ClusterState, TransportSingleShardAction<ExplainRequest, ExplainResponse>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.explain.TransportExplainAction
-
- shards(ClusterState, FieldStatsRequest, String[]) - クラス のメソッドorg.elasticsearch.action.fieldstats.TransportFieldStatsTransportAction
-
- shards(ClusterState, TransportSingleShardAction<GetRequest, GetResponse>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.get.TransportGetAction
-
- shards(ClusterState, TransportSingleShardAction<MultiGetShardRequest, MultiGetShardResponse>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.get.TransportShardMultiGetAction
-
- shards(ClusterState, PercolateRequest, String[]) - クラス のメソッドorg.elasticsearch.action.percolate.TransportPercolateAction
-
- shards(ClusterState, TransportSingleShardAction<TransportShardMultiPercolateAction.Request, TransportShardMultiPercolateAction.Response>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction
-
- shards(ClusterState, SuggestRequest, String[]) - クラス のメソッドorg.elasticsearch.action.suggest.TransportSuggestAction
-
- shards(ClusterState, Request, String[]) - クラス のメソッドorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
Determines the shards on which this operation will be executed on.
- shards(ClusterState, Request, String[]) - クラス のメソッドorg.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
Determines the shards this operation will be executed on.
- shards(Request, ClusterState) - クラス のメソッドorg.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
-
- shards(ClusterState, Request) - クラス のメソッドorg.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
Should return an iterator with a single shard!
- shards(ClusterState, TransportSingleShardAction<Request, Response>.InternalRequest) - クラス のメソッド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, DfsOnlyRequest, String[]) - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.TransportDfsOnlyAction
-
- shards(ClusterState, TransportSingleShardAction<MultiTermVectorsShardRequest, MultiTermVectorsShardResponse>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
-
- shards(ClusterState, TransportSingleShardAction<TermVectorsRequest, TermVectorsResponse>.InternalRequest) - クラス のメソッドorg.elasticsearch.action.termvectors.TransportTermVectorsAction
-
- shards(ClusterState, UpdateRequest) - クラス のメソッドorg.elasticsearch.action.update.TransportUpdateAction
-
- shards() - クラス のメソッドorg.elasticsearch.cluster.RestoreInProgress.Entry
-
Returns list of shards that being restore and their status
- shards() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
- shards() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- shards(ClusterState, String, String, String, String) - クラス のメソッドorg.elasticsearch.cluster.routing.OperationRouting
-
- shards(Predicate<ShardRouting>) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- shards() - クラス のメソッドorg.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- SHARDS_ALLOCATOR_TYPE_KEY - クラス のstatic変数org.elasticsearch.cluster.ClusterModule
-
- shardSafe(int) - クラス のメソッドorg.elasticsearch.index.IndexService
-
Return the shard with the provided id, or throw an exception if it doesn't exist.
- ShardsAllocator - org.elasticsearch.cluster.routing.allocation.allocatorのインタフェース
-
A
ShardsAllocator is the main entry point for shard allocation on nodes in the cluster.
- ShardsAllocators - org.elasticsearch.cluster.routing.allocation.allocatorのクラス
-
The
ShardsAllocator class offers methods for allocating shard within a cluster.
- ShardsAllocators(GatewayAllocator) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocators
-
- ShardsAllocators(Settings, GatewayAllocator) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocators
-
- ShardsAllocators(Settings, GatewayAllocator, ShardsAllocator) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.allocator.ShardsAllocators
-
- ShardSearchFailure - org.elasticsearch.action.searchのクラス
-
Represents a failure to search on a specific shard.
- ShardSearchFailure(Throwable) - クラス のコンストラクタorg.elasticsearch.action.search.ShardSearchFailure
-
- ShardSearchFailure(Throwable, SearchShardTarget) - クラス のコンストラクタorg.elasticsearch.action.search.ShardSearchFailure
-
- ShardSearchFailure(String, SearchShardTarget) - クラス のコンストラクタorg.elasticsearch.action.search.ShardSearchFailure
-
- ShardSearchFailure(String, SearchShardTarget, RestStatus) - クラス のコンストラクタorg.elasticsearch.action.search.ShardSearchFailure
-
- ShardSearchLocalRequest - org.elasticsearch.search.internalのクラス
-
Shard level search request that gets created and consumed on the local node.
- ShardSearchLocalRequest(String[], long) - クラス のコンストラクタorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- ShardSearchLocalRequest(String[], long, String[]) - クラス のコンストラクタorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- ShardSearchLocalRequest(ShardId, int, SearchType, BytesReference, String[], Boolean) - クラス のコンストラクタorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- ShardSearchRequest - org.elasticsearch.search.internalのインタフェース
-
Shard level request that represents a search.
- ShardSearchStats - org.elasticsearch.index.search.statsのクラス
-
- ShardSearchStats(Settings) - クラス のコンストラクタorg.elasticsearch.index.search.stats.ShardSearchStats
-
- ShardSearchTransportRequest - 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() - クラス のコンストラクタorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- ShardSearchTransportRequest(SearchRequest, ShardRouting, int, String[], long) - クラス のコンストラクタorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- ShardSegments - org.elasticsearch.action.admin.indices.segmentsのクラス
-
- shardServices() - クラス のメソッドorg.elasticsearch.plugins.Plugin
-
Per index shard service that will be automatically closed.
- shardServices() - クラス のメソッドorg.elasticsearch.plugins.PluginsService
-
- ShardShuffler - org.elasticsearch.cluster.routingのクラス
-
A shuffler for shards whose primary goal is to balance load.
- ShardShuffler() - クラス のコンストラクタorg.elasticsearch.cluster.routing.ShardShuffler
-
- shardsIt() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- shardsIt(int) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- shardsIt() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
A shard iterator with just this shard in it.
- ShardsIterator - org.elasticsearch.cluster.routingのインタフェース
-
Allows to iterate over unrelated shards.
- shardSize(int) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridBuilder
-
Expert: Set the number of buckets to get on each shard to improve
accuracy.
- shardSize(int) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
-
Set the max num docs to be returned from each shard.
- shardSize - クラス の変数org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
-
- shardSize(int) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsBuilder
-
Expert: Set the number of significant terms to retrieve on each shard.
- shardSize - クラス の変数org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- shardSize(int) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsBuilder
-
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(Integer) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
Sets the maximum number of suggested term to be retrieved from each
individual shard.
- ShardsLimitAllocationDecider - 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, NodeSettingsService) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider
-
- ShardSnapshotStatus(String) - クラス のコンストラクタorg.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
- ShardSnapshotStatus(String, SnapshotsInProgress.State) - クラス のコンストラクタorg.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
- ShardSnapshotStatus(String, SnapshotsInProgress.State, String) - クラス のコンストラクタorg.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
- shardsRandomIt() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- shardsStats() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodeResponse
-
- ShardsSyncedFlushResult - org.elasticsearch.indices.flushのクラス
-
Result for all copies of a shard
- ShardsSyncedFlushResult(ShardId, int, String) - クラス のコンストラクタorg.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
failure constructor
- ShardsSyncedFlushResult(ShardId, String, int, Map<ShardRouting, SyncedFlushService.ShardSyncedFlushResponse>) - クラス のコンストラクタorg.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
success constructor
- shardStarted(ShardRouting, String, String) - クラス のメソッドorg.elasticsearch.cluster.action.shard.ShardStateAction
-
- shardStarted(ShardRouting, String, String, DiscoveryNode) - クラス のメソッドorg.elasticsearch.cluster.action.shard.ShardStateAction
-
- shardStateAction - クラス の変数org.elasticsearch.action.support.replication.TransportReplicationAction
-
- ShardStateAction - org.elasticsearch.cluster.action.shardのクラス
-
- ShardStateAction(Settings, ClusterService, TransportService, AllocationService, RoutingService) - クラス のコンストラクタorg.elasticsearch.cluster.action.shard.ShardStateAction
-
- ShardStateAction.ShardRoutingEntry - org.elasticsearch.cluster.action.shardのクラス
-
- ShardStateMetaData - org.elasticsearch.index.shardのクラス
-
- ShardStateMetaData(long, boolean, String) - クラス のコンストラクタorg.elasticsearch.index.shard.ShardStateMetaData
-
- shardStatePathToDataPath(Path) - クラス のstaticメソッドorg.elasticsearch.env.NodeEnvironment
-
Returns the NodePath.path for this shard.
- ShardStats() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
- ShardStats - org.elasticsearch.action.admin.indices.statsのクラス
-
- ShardStats(ShardRouting, ShardPath, CommonStats, CommitStats) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.stats.ShardStats
-
- shardStatuses(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
Set statuses to filter shards to get stores info on.
- shardStatuses() - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresRequest
-
Returns the shard criteria to get store information on
- shardStores(IndicesShardStoresRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
The shard stores info of one or more indices.
- shardStores(IndicesShardStoresRequest, ActionListener<IndicesShardStoresResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
The shard stores info of one or more indices.
- ShardSuggestMetric - org.elasticsearch.index.suggest.statsのクラス
-
- ShardSuggestMetric() - クラス のコンストラクタorg.elasticsearch.index.suggest.stats.ShardSuggestMetric
-
- ShardSuggestRequest - org.elasticsearch.action.suggestのクラス
-
Internal suggest request executed directly against a specific index shard.
- ShardSuggestRequest() - クラス のコンストラクタorg.elasticsearch.action.suggest.ShardSuggestRequest
-
- shardsWithState(ShardRoutingState) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexRoutingTable
-
Returns a
List of shards that match one of the states listed in
states
- shardsWithState(ShardRoutingState) - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
- shardsWithState(ShardRoutingState...) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNode
-
Determine the shards with a specific state
- shardsWithState(String, ShardRoutingState...) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNode
-
Determine the shards of an index with a specific state
- shardsWithState(ShardRoutingState...) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- shardsWithState(String, ShardRoutingState...) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- shardsWithState(ShardRoutingState) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTable
-
- ShardSyncedFlushRequest() - クラス のコンストラクタorg.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
-
- ShardSyncedFlushRequest(ShardId, String, Engine.CommitId) - クラス のコンストラクタorg.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
-
- ShardSyncedFlushResponse() - クラス のコンストラクタorg.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- ShardSyncedFlushResponse(String) - クラス のコンストラクタorg.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- shardTarget() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- shardTarget() - クラス のメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- shardTarget(SearchShardTarget) - クラス のメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- shardTarget() - クラス のメソッドorg.elasticsearch.search.fetch.FetchSearchResult
-
- shardTarget(SearchShardTarget) - クラス のメソッドorg.elasticsearch.search.fetch.FetchSearchResult
-
- shardTarget() - クラス のメソッドorg.elasticsearch.search.fetch.QueryFetchSearchResult
-
- shardTarget(SearchShardTarget) - クラス のメソッドorg.elasticsearch.search.fetch.QueryFetchSearchResult
-
- shardTarget() - クラス のメソッドorg.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
-
- shardTarget() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- shardTarget() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- shardTarget(SearchShardTarget) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- shardTarget(SearchShardTarget) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits
-
- shardTarget() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- shardTarget() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- shardTarget(SearchShardTarget) - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- shardTarget() - クラス のメソッドorg.elasticsearch.search.query.ScrollQuerySearchResult
-
- shardTarget() - インタフェース のメソッドorg.elasticsearch.search.SearchPhaseResult
-
- shardTarget(SearchShardTarget) - インタフェース のメソッドorg.elasticsearch.search.SearchPhaseResult
-
- ShardTermVectorsService - org.elasticsearch.index.termvectorsのクラス
-
- ShardTermVectorsService(ShardId, IndexSettingsService, MappingUpdatedAction, TransportDfsOnlyAction) - クラス のコンストラクタorg.elasticsearch.index.termvectors.ShardTermVectorsService
-
- ShardUpgradeRequest - org.elasticsearch.action.admin.indices.upgrade.postのクラス
-
- ShardUpgradeRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.upgrade.post.ShardUpgradeRequest
-
- ShardUpgradeStatus - org.elasticsearch.action.admin.indices.upgrade.getのクラス
-
- ShardUtils - org.elasticsearch.index.shardのクラス
-
- ShardValidateQueryRequest - org.elasticsearch.action.admin.indices.validate.queryのクラス
-
Internal validate request executed directly against a specific index shard.
- ShardValidateQueryRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
-
- sharedDataFile() - クラス のメソッドorg.elasticsearch.env.Environment
-
The shared data location
- SharedFSRecoverySourceHandler - org.elasticsearch.indices.recoveryのクラス
-
A recovery handler that skips phase 1 as well as sending the snapshot.
- SharedFSRecoverySourceHandler(IndexShard, StartRecoveryRequest, RecoverySettings, TransportService, ESLogger) - クラス のコンストラクタorg.elasticsearch.indices.recovery.SharedFSRecoverySourceHandler
-
- shell - クラス の変数org.elasticsearch.common.geo.builders.BasePolygonBuilder
-
- shift(Coordinate, double) - クラス のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder
-
- ShingleTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- ShingleTokenFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ShingleTokenFilterFactory
-
- ShingleTokenFilterFactory.Factory - org.elasticsearch.index.analysisのクラス
-
- shortCircuit() - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfigBuilder
-
Specifies that a CORS request should be rejected if it's invalid before being
further processing.
- shortCircuitParentDocSet - クラス の変数org.elasticsearch.index.search.child.ChildrenQuery
-
非推奨です。
- shortField(String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.MapperBuilders
-
- ShortFieldMapper - org.elasticsearch.index.mapper.coreのクラス
-
- ShortFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.ShortFieldMapper
-
- ShortFieldMapper.Builder - org.elasticsearch.index.mapper.coreのクラス
-
- ShortFieldMapper.CustomShortNumericField - org.elasticsearch.index.mapper.coreのクラス
-
- ShortFieldMapper.Defaults - org.elasticsearch.index.mapper.coreのクラス
-
- ShortFieldMapper.TypeParser - org.elasticsearch.index.mapper.coreのクラス
-
- shortName() - 列挙型 のメソッドorg.elasticsearch.common.xcontent.XContentType
-
- shortSummary() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes.Delta
-
- shortSummary() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
A short description of the shard.
- shortSummary() - クラス のメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
- shortSummary() - クラス のメソッドorg.elasticsearch.common.StopWatch
-
Return a short description of the total running time.
- shortToBytes(int) - クラス のstaticメソッドorg.elasticsearch.common.Numbers
-
Converts an int to a byte array.
- shortValue() - クラス のメソッドorg.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- shortValue(boolean) - クラス のメソッドorg.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- shortValue(boolean) - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- shortValue() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- should(QueryBuilder) - クラス のメソッドorg.elasticsearch.index.query.BoolQueryBuilder
-
Adds a query that should appear in the matching documents.
- shouldAutoCreate(String, ClusterState) - クラス のメソッドorg.elasticsearch.action.support.AutoCreateIndex
-
Should the index be auto created?
- shouldCache(Query, LeafReaderContext) - クラス のメソッドorg.apache.lucene.search.XUsageTrackingQueryCachingPolicy
-
- shouldConnectTo(DiscoveryNode) - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
Should this node form a connection to the provided node.
- shouldDefer(Aggregator) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator
-
- shouldDefer(Aggregator) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
-
- shouldExecuteReplication(Settings) - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
-
- shouldExecuteReplication(Settings) - クラス のメソッドorg.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
-
- shouldExecuteReplication(Settings) - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction
-
Indicated whether this operation should be replicated to shadow replicas or not.
- shouldGetFromSource(boolean, DocumentMapper, FieldMapper) - クラス のメソッドorg.elasticsearch.index.get.ShardGetService
-
- shouldIgnoreMissing(String) - インタフェース のメソッドorg.elasticsearch.common.property.PropertyPlaceholder.PlaceholderResolver
-
- shouldIgnoreShardForNode(ShardId, String) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RoutingAllocation
-
- shouldParse() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
Do we really need parsing?
- shouldParseId() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
Does id parsing really needed at all?
- shouldParseRouting() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
Does routing parsing really needed at all?
- shouldParseTimestamp() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
Does timestamp parsing really needed at all?
- shouldRemoveMissingPlaceholder(String) - インタフェース のメソッドorg.elasticsearch.common.property.PropertyPlaceholder.PlaceholderResolver
-
Allows for special handling for ignored missing placeholders that may be resolved elsewhere
- SHOW_TERM_DOC_COUNT_ERROR - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.terms.AbstractTermsParametersParser
-
- showDocCountError - クラス の変数org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
- showTermDocCountError - クラス の変数org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- showTermDocCountError(boolean) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsBuilder
-
Expert: return document count errors per term in the response.
- showTermDocCountError() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsParametersParser
-
- shuffle(List<ShardRouting>, int) - クラス のメソッドorg.elasticsearch.cluster.routing.RotationShardShuffler
-
- shuffle() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
- shuffle(List<ShardRouting>, int) - クラス のメソッドorg.elasticsearch.cluster.routing.ShardShuffler
-
Return a shuffled view over the list of shards.
- shuffle(List<ShardRouting>) - クラス のメソッドorg.elasticsearch.cluster.routing.ShardShuffler
-
Equivalent to calling shuffle(shards, nextSeed()).
- shutdown(EsThreadPoolExecutor.ShutdownListener) - クラス のメソッドorg.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
-
- shutdown() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool
-
- shutdownNow() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool
-
- SiblingPipelineAggregator - org.elasticsearch.search.aggregations.pipelineのクラス
-
- SiblingPipelineAggregator() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.SiblingPipelineAggregator
-
- SiblingPipelineAggregator(String, String[], Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.SiblingPipelineAggregator
-
- SIDE_BACK - クラス のstatic変数org.elasticsearch.index.analysis.EdgeNGramTokenFilterFactory
-
- SIDE_FRONT - クラス のstatic変数org.elasticsearch.index.analysis.EdgeNGramTokenFilterFactory
-
- sigma(double) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsBuilder
-
- sigma(Double) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketBuilder
-
- SignificanceHeuristic - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- SignificanceHeuristic() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristic
-
- significanceHeuristic - クラス の変数org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- significanceHeuristic(SignificanceHeuristicBuilder) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsBuilder
-
- SignificanceHeuristicBuilder - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのインタフェース
-
- SignificanceHeuristicParser - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのインタフェース
-
- SignificanceHeuristicParserMapper - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
- SignificanceHeuristicParserMapper(Set<SignificanceHeuristicParser>, ScriptService) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristicParserMapper
-
- significanceHeuristicParsers - クラス の変数org.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristicParserMapper
-
- SignificanceHeuristicStreams - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのクラス
-
A registry for all significance heuristics.
- SignificanceHeuristicStreams() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.heuristics.SignificanceHeuristicStreams
-
- SignificanceHeuristicStreams.Stream - org.elasticsearch.search.aggregations.bucket.significant.heuristicsのインタフェース
-
A stream that knows how to read an heuristic from the input.
- SignificantLongTerms - org.elasticsearch.search.aggregations.bucket.significantのクラス
-
- SignificantLongTerms(long, long, String, ValueFormatter, int, long, SignificanceHeuristic, List<? extends InternalSignificantTerms.Bucket>, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
- SignificantLongTermsAggregator - org.elasticsearch.search.aggregations.bucket.significantのクラス
-
- SignificantLongTermsAggregator(String, AggregatorFactories, ValuesSource.Numeric, ValueFormat, TermsAggregator.BucketCountThresholds, AggregationContext, Aggregator, SignificantTermsAggregatorFactory, IncludeExclude.LongFilter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.SignificantLongTermsAggregator
-
- significantlySmallerThanSinglePackedOrdinals(int, int, long, float) - クラス のstaticメソッドorg.elasticsearch.index.fielddata.ordinals.MultiOrdinals
-
- SignificantStringTerms - org.elasticsearch.search.aggregations.bucket.significantのクラス
-
- SignificantStringTerms(long, long, String, int, long, SignificanceHeuristic, List<? extends InternalSignificantTerms.Bucket>, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- SignificantStringTerms.Bucket - org.elasticsearch.search.aggregations.bucket.significantのクラス
-
- SignificantStringTermsAggregator - org.elasticsearch.search.aggregations.bucket.significantのクラス
-
An aggregator of significant string values.
- SignificantStringTermsAggregator(String, AggregatorFactories, ValuesSource, TermsAggregator.BucketCountThresholds, IncludeExclude.StringFilter, AggregationContext, Aggregator, SignificantTermsAggregatorFactory, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.SignificantStringTermsAggregator
-
- significantTerms(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
- SignificantTerms - org.elasticsearch.search.aggregations.bucket.significantのインタフェース
-
An aggregation that collects significant terms in comparison to a background set.
- SignificantTerms.Bucket - org.elasticsearch.search.aggregations.bucket.significantのクラス
-
- SignificantTermsAggregatorFactory - org.elasticsearch.search.aggregations.bucket.significantのクラス
-
- SignificantTermsAggregatorFactory(String, ValuesSourceConfig, TermsAggregator.BucketCountThresholds, IncludeExclude, String, Query, SignificanceHeuristic) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory
-
- SignificantTermsAggregatorFactory.ExecutionMode - org.elasticsearch.search.aggregations.bucket.significantの列挙型
-
- SignificantTermsBuilder - org.elasticsearch.search.aggregations.bucket.significantのクラス
-
Creates an aggregation that finds interesting or unusual occurrences of terms in a result set.
- SignificantTermsBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsBuilder
-
Sole constructor.
- SignificantTermsParametersParser - org.elasticsearch.search.aggregations.bucket.significantのクラス
-
- SignificantTermsParametersParser(SignificanceHeuristicParserMapper) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsParametersParser
-
- SignificantTermsParser - org.elasticsearch.search.aggregations.bucket.significantのクラス
-
- SignificantTermsParser(SignificanceHeuristicParserMapper) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsParser
-
- signum(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- signum(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- Similarities - org.elasticsearch.index.similarityのクラス
-
Cache of pre-defined Similarities
- similarity(SimilarityProvider) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- similarity() - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- similarity(String) - クラス のメソッドorg.elasticsearch.index.similarity.SimilarityLookupService
-
- similarity() - クラス のメソッドorg.elasticsearch.index.similarity.SimilarityService
-
- SIMILARITY_SETTINGS_PREFIX - クラス のstatic変数org.elasticsearch.index.similarity.SimilarityModule
-
- similarityLookupService() - クラス のメソッドorg.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- SimilarityLookupService - org.elasticsearch.index.similarityのクラス
-
- SimilarityLookupService(Index, Settings) - クラス のコンストラクタorg.elasticsearch.index.similarity.SimilarityLookupService
-
- SimilarityLookupService(Index, IndexSettingsService, Map<String, SimilarityProvider.Factory>) - クラス のコンストラクタorg.elasticsearch.index.similarity.SimilarityLookupService
-
- similarityLookupService() - クラス のメソッドorg.elasticsearch.index.similarity.SimilarityService
-
- SimilarityModule - org.elasticsearch.index.similarityのクラス
-
- SimilarityModule(Settings) - クラス のコンストラクタorg.elasticsearch.index.similarity.SimilarityModule
-
- SimilarityProvider - org.elasticsearch.index.similarityのインタフェース
-
Provider for Similarity instances
- SimilarityProvider.Factory - org.elasticsearch.index.similarityのインタフェース
-
- similarityService() - クラス のメソッドorg.elasticsearch.index.IndexService
-
- similarityService() - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- SimilarityService - org.elasticsearch.index.similarityのクラス
-
- SimilarityService(Index, IndexSettingsService, SimilarityLookupService, MapperService) - クラス のコンストラクタorg.elasticsearch.index.similarity.SimilarityService
-
- similarityService() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- similarityService() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- similarityService() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- similarityService() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- Simple(Settings) - クラス のコンストラクタorg.elasticsearch.action.support.ActionFilter.Simple
-
- SimpleAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- SimpleAnalyzerProvider(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.SimpleAnalyzerProvider
-
- SimpleDistanceBoundingCheck(GeoPoint, GeoPoint) - クラス のコンストラクタorg.elasticsearch.common.geo.GeoDistance.SimpleDistanceBoundingCheck
-
- SimpleFragmentsBuilder - org.elasticsearch.search.highlight.vectorhighlightのクラス
-
Direct Subclass of Lucene's org.apache.lucene.search.vectorhighlight.SimpleFragmentsBuilder
that corrects offsets for broken analysis chains.
- SimpleFragmentsBuilder(FieldMapper, String[], String[], BoundaryScanner) - クラス のコンストラクタorg.elasticsearch.search.highlight.vectorhighlight.SimpleFragmentsBuilder
-
- SimpleHashFunction - org.elasticsearch.cluster.routingのクラス
-
This class implements a simple hash function based on Java Build-In
Object.hashCode()
- SimpleHashFunction() - クラス のコンストラクタorg.elasticsearch.cluster.routing.SimpleHashFunction
-
- simpleMatch(String, String) - クラス のstaticメソッド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メソッド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メソッドorg.elasticsearch.common.regex.Regex
-
- simpleMatchToFullName(String) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentFieldMappers
-
- simpleMatchToIndexNames(String) - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
Returns all the fields that match the given pattern.
- simpleMatchToIndexNames(String, String[]) - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- simpleMatchToIndexNames(String) - クラス のメソッドorg.elasticsearch.index.query.QueryParseContext
-
- SimpleModel - org.elasticsearch.search.aggregations.pipeline.movavg.modelsのクラス
-
Calculate a simple unweighted (arithmetic) moving average
- SimpleModel() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
-
- SimpleModel.SimpleModelBuilder - org.elasticsearch.search.aggregations.pipeline.movavg.modelsのクラス
-
- SimpleModel.SimpleModelParser - org.elasticsearch.search.aggregations.pipeline.movavg.modelsのクラス
-
- SimpleModelBuilder() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel.SimpleModelBuilder
-
- SimpleModelParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel.SimpleModelParser
-
- simpleName() - クラス のメソッド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 - 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) - クラス のコンストラクタorg.elasticsearch.index.query.SimpleQueryParser
-
Creates a new parser with custom flags used to enable/disable certain features.
- SimpleQueryParser.Settings - org.elasticsearch.index.queryのクラス
-
Class encapsulating the settings for the SimpleQueryString query, with
their default values
- SimpleQueryStringBuilder - 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) - クラス のコンストラクタorg.elasticsearch.index.query.SimpleQueryStringBuilder
-
Construct a new simple query with the given text
- SimpleQueryStringBuilder.Operator - org.elasticsearch.index.queryの列挙型
-
Operators for the default_operator
- SimpleQueryStringFlag - org.elasticsearch.index.queryの列挙型
-
Flags for the XSimpleQueryString parser
- SimpleQueryStringParser - org.elasticsearch.index.queryのクラス
-
SimpleQueryStringParser is a query parser that acts similar to a query_string
query, but won't throw exceptions for any weird string syntax.
- SimpleQueryStringParser() - クラス のコンストラクタorg.elasticsearch.index.query.SimpleQueryStringParser
-
- simpleQueryStringQuery(String) - クラス のstaticメソッド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.
- SimpleValue - org.elasticsearch.search.aggregations.pipelineのインタフェース
-
- SimulatedAnealingMinimizer - org.elasticsearch.search.aggregations.pipeline.movavgのクラス
-
A cost minimizer which will fit a MovAvgModel to the data.
- SimulatedAnealingMinimizer() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.movavg.SimulatedAnealingMinimizer
-
- sin(Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- sin(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- sin(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- sin(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- sin(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- single(Decision.Type, String, String, Object...) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.allocation.decider.Decision
-
Creates a simple decision
- Single() - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
- Single(Decision.Type) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
- Single(Decision.Type, String, String, Object...) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
- single() - クラス のメソッドorg.elasticsearch.common.cli.CliToolConfig
-
- Single(LongArray, BitSet) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.GeoPointArrayAtomicFieldData.Single
-
- Single(DoubleArray, DoubleArray, BitSet) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.GeoPointArrayLegacyAtomicFieldData.Single
-
- SINGLE_INSTANCE_AND_SCOPE - クラス のstatic変数org.elasticsearch.common.inject.internal.AbstractBindingBuilder
-
- SingleBucketAggregation - org.elasticsearch.search.aggregations.bucketのインタフェース
-
A single bucket aggregation
- SingleBucketAggregator - org.elasticsearch.search.aggregations.bucketのクラス
-
A bucket aggregator that doesn't create new buckets.
- SingleBucketAggregator(String, AggregatorFactories, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.SingleBucketAggregator
-
- SingleExpModelParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel.SingleExpModelParser
-
- SingleFieldsVisitor - org.elasticsearch.index.fieldvisitorのクラス
-
- SingleFieldsVisitor(String) - クラス のコンストラクタorg.elasticsearch.index.fieldvisitor.SingleFieldsVisitor
-
- SingleObjectCache<T> - org.elasticsearch.common.utilのクラス
-
A very simple single object cache that allows non-blocking refresh calls
triggered by expiry time.
- SingleObjectCache(TimeValue, T) - クラス のコンストラクタorg.elasticsearch.common.util.SingleObjectCache
-
- SinglePackedOrdinals - org.elasticsearch.index.fielddata.ordinalsのクラス
-
- SinglePackedOrdinals(OrdinalsBuilder, float) - クラス のコンストラクタorg.elasticsearch.index.fielddata.ordinals.SinglePackedOrdinals
-
- singles() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- SingleShardOperationRequestBuilder<Request extends SingleShardRequest<Request>,Response extends ActionResponse,RequestBuilder extends SingleShardOperationRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.action.support.single.shardのクラス
-
- SingleShardOperationRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - クラス のコンストラクタorg.elasticsearch.action.support.single.shard.SingleShardOperationRequestBuilder
-
- SingleShardRequest<T extends SingleShardRequest> - org.elasticsearch.action.support.single.shardのクラス
-
- SingleShardRequest() - クラス のコンストラクタorg.elasticsearch.action.support.single.shard.SingleShardRequest
-
- SingleShardRequest(String) - クラス のコンストラクタorg.elasticsearch.action.support.single.shard.SingleShardRequest
-
- SingleShardRequest(ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.support.single.shard.SingleShardRequest
-
- SingleShardRequest(ActionRequest, String) - クラス のコンストラクタorg.elasticsearch.action.support.single.shard.SingleShardRequest
-
- SINGLETON - クラス のstatic変数org.elasticsearch.common.inject.Scopes
-
- Singleton - 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メソッドorg.elasticsearch.index.fielddata.FieldData
-
- singleton(GeoPointValues, Bits) - 列挙型 のstaticメソッドorg.elasticsearch.index.fielddata.FieldData
-
- singleton(BinaryDocValues, Bits) - 列挙型 のstaticメソッドorg.elasticsearch.index.fielddata.FieldData
-
Returns a multi-valued view over the provided BinaryDocValues.
- SINGLETON_ANNOTATION - クラス のstatic変数org.elasticsearch.common.inject.internal.Scoping
-
- SINGLETON_INSTANCE - クラス のstatic変数org.elasticsearch.common.inject.internal.Scoping
-
- singletons - クラス の変数org.elasticsearch.common.util.ExtensionPoint
-
- SingleValue() - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.SingleValue
-
- SingleValue(String, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.InternalNumericMetricsAggregation.SingleValue
-
- SingleValue(String, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.NumericMetricsAggregator.SingleValue
-
- sinh(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- size() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- size() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFields
-
- size(String) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- size() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
Get the number of known nodes
- size() - クラス のメソッドorg.elasticsearch.cluster.routing.GroupShardsIterator
-
Return the number of groups
- size() - クラス のメソッドorg.elasticsearch.cluster.routing.IndexShardRoutingTable
-
Returns the number of this shards instances.
- size() - クラス のメソッドorg.elasticsearch.cluster.routing.PlainShardsIterator
-
- size() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNode
-
- size() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
Returns the size of the non-ignored unassigned shards
- size() - インタフェース のメソッドorg.elasticsearch.cluster.routing.ShardsIterator
-
The number of shard routing instances.
- size() - クラス のメソッドorg.elasticsearch.common.collect.CopyOnWriteHashMap
-
- size() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap.Builder
-
- size() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap
-
- size() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap.Builder
-
- size() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap
-
- size() - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- size() - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayWriter
-
Returns the current size of the buffer.
- size() - クラス のメソッドorg.elasticsearch.common.io.stream.BytesStreamOutput
-
Returns the current size of the buffer.
- size() - クラス のメソッドorg.elasticsearch.common.lucene.ShardCoreKeyMap
-
Return the number of tracked segments.
- size() - インタフェース のメソッドorg.elasticsearch.common.util.BigArray
-
Return the length of this array.
- size() - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- size() - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- size() - クラス のメソッドorg.elasticsearch.common.util.MinimalMap
-
- size() - クラス のメソッドorg.elasticsearch.discovery.zen.ping.ZenPing.PingCollection
-
the number of nodes for which there are known pings
- size() - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat.BloomFilteredFieldsProducer
-
非推奨です。
- size() - クラス のメソッドorg.elasticsearch.index.deletionpolicy.SnapshotIndexCommits
-
- size() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Doubles
-
- size() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.GeoPoints
-
- size() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Longs
-
- size() - クラス のメソッドorg.elasticsearch.index.fielddata.ScriptDocValues.Strings
-
- size() - クラス のメソッドorg.elasticsearch.index.store.Store.MetadataSnapshot
-
Returns the number of files in this snapshot
- size() - クラス のメソッドorg.elasticsearch.index.store.Store.RecoveryDiff
-
Returns the sum of the files in this diff.
- size() - クラス のメソッドorg.elasticsearch.index.store.StoreStats
-
- size - クラス の変数org.elasticsearch.index.translog.Translog.Location
-
- size() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveriesCollection
-
the number of ongoing recoveries
- size() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- size(int) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- size(int) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridBuilder
-
Set the number of buckets to return.
- size(int) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsBuilder
-
Set the number of significant terms to retrieve.
- size(int) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsBuilder
-
Sets the size - indicating how many term buckets should be returned (defaults to 10)
- size(int) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
The number of search hits to return.
- size() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- size(int) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- size() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- size(int) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- size() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- size(int) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- size() - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- size(int) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- size() - クラス のメソッドorg.elasticsearch.search.lookup.LeafDocLookup
-
- size() - クラス のメソッドorg.elasticsearch.search.lookup.LeafFieldsLookup
-
- size() - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- size() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- size(int) - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- size(int) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.DirectCandidateGenerator
-
Sets the maximum suggestions to be returned per suggest text term.
- size() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest
-
The number of suggestions in this
Suggest result
- size - クラス の変数org.elasticsearch.search.suggest.Suggest.Suggestion
-
- size(int) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
Sets the maximum suggestions to be returned per suggest text term.
- sizeActive() - クラス のメソッドorg.elasticsearch.cluster.routing.PlainShardsIterator
-
- sizeActive() - インタフェース のメソッドorg.elasticsearch.cluster.routing.ShardsIterator
-
The number of active shard routing instances
- SizeBlockingQueue<E> - org.elasticsearch.common.util.concurrentのクラス
-
A size based queue wrapping another blocking queue to provide (somewhat relaxed) capacity checks.
- SizeBlockingQueue(BlockingQueue<E>, int) - クラス のコンストラクタorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- SizeHeaderFrameDecoder - org.elasticsearch.transport.nettyのクラス
-
- SizeHeaderFrameDecoder() - クラス のコンストラクタorg.elasticsearch.transport.netty.SizeHeaderFrameDecoder
-
- SizeHeaderFrameDecoder.HttpOnTransportException - org.elasticsearch.transport.nettyの例外
-
A helper exception to mark an incoming connection as potentially being HTTP
so an appropriate error code can be returned
- sizeInBytes - クラス の変数org.elasticsearch.index.cache.query.QueryCache.EntriesStats
-
- sizeInBytes - クラス の変数org.elasticsearch.index.engine.Segment
-
- sizeInBytes() - クラス のメソッドorg.elasticsearch.index.store.StoreStats
-
- sizeInBytes() - クラス のメソッドorg.elasticsearch.index.translog.BufferingTranslogWriter
-
- sizeInBytes() - クラス のメソッドorg.elasticsearch.index.translog.ImmutableTranslogReader
-
- sizeInBytes() - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
Returns the size in bytes of the translog files that aren't committed to lucene.
- sizeInBytes() - クラス のメソッドorg.elasticsearch.index.translog.Translog.View
-
Returns the size in bytes of the files behind the view.
- sizeInBytes() - クラス のメソッドorg.elasticsearch.index.translog.TranslogReader
-
- sizeInBytes() - クラス のメソッドorg.elasticsearch.index.translog.TranslogWriter
-
- sizeOfRelocatingShards(RoutingNode, ClusterInfo, boolean, String) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
Returns the size of all shards that are currently being relocated to
the node, but may not be finished transfering yet.
- SizeParseElement - org.elasticsearch.search.queryのクラス
-
- SizeParseElement() - クラス のコンストラクタorg.elasticsearch.search.query.SizeParseElement
-
- SizeUnit - org.elasticsearch.common.unitの列挙型
-
- SizeValue - org.elasticsearch.common.unitのクラス
-
- SizeValue(long) - クラス のコンストラクタorg.elasticsearch.common.unit.SizeValue
-
- SizeValue(long, SizeUnit) - クラス のコンストラクタorg.elasticsearch.common.unit.SizeValue
-
- sizing(Recycler<T>, Recycler<T>, int) - 列挙型 のstaticメソッドorg.elasticsearch.common.recycler.Recyclers
-
Wrap two recyclers and forward to calls to smallObjectRecycler when size < minSize and to
defaultRecycler otherwise.
- skip(long) - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayReader
-
Skips characters.
- skip(long) - クラス のメソッドorg.elasticsearch.common.io.FastStringReader
-
Skips the specified number of characters in the stream.
- skip(long) - クラス のメソッドorg.elasticsearch.common.io.stream.ByteBufferStreamInput
-
- skip(int) - クラス のメソッドorg.elasticsearch.common.io.stream.BytesStreamOutput
-
- skip(long) - クラス のメソッドorg.elasticsearch.common.io.stream.InputStreamStreamInput
-
- skip(long) - クラス のメソッドorg.elasticsearch.index.translog.BufferedChecksumStreamInput
-
- skip(long) - クラス のメソッドorg.elasticsearch.transport.netty.ChannelBufferStreamInput
-
- skipBloom(IndexInput) - クラス のstaticメソッドorg.elasticsearch.common.util.BloomFilter
-
- skipBytes(int) - クラス のメソッドorg.elasticsearch.transport.netty.ChannelBufferStreamInput
-
- skipChildren() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentParser
-
- skipChildren() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- skipSources(Class...) - インタフェース のメソッドorg.elasticsearch.common.inject.Binder
-
Returns a binder that skips classesToSkip when identify the
calling code.
- skipSources(Class...) - インタフェース のメソッドorg.elasticsearch.common.inject.PrivateBinder
-
- skipTranslogRecovery() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
After the store has been recovered, we need to start the engine.
- Slf4jESLogger - org.elasticsearch.common.logging.slf4jのクラス
-
- Slf4jESLogger(String, Logger) - クラス のコンストラクタorg.elasticsearch.common.logging.slf4j.Slf4jESLogger
-
- Slf4jESLoggerFactory - org.elasticsearch.common.logging.slf4jのクラス
-
- Slf4jESLoggerFactory() - クラス のコンストラクタorg.elasticsearch.common.logging.slf4j.Slf4jESLoggerFactory
-
- slice(int, int) - クラス のメソッドorg.elasticsearch.common.bytes.BytesArray
-
- slice(int, int) - インタフェース のメソッドorg.elasticsearch.common.bytes.BytesReference
-
Slice the bytes from the from index up to length.
- slice(int, int) - クラス のメソッドorg.elasticsearch.common.bytes.ChannelBufferBytesReference
-
- slice(int, int) - クラス のメソッドorg.elasticsearch.common.bytes.PagedBytesReference
-
- slice(String, long, long) - クラス のメソッドorg.elasticsearch.common.compress.lzf.LZFCompressedIndexInput
-
非推奨です。
- slice(String, long, long) - クラス のメソッドorg.elasticsearch.common.lucene.store.ByteArrayIndexInput
-
- SlicedInputStream - org.elasticsearch.index.snapshots.blobstoreのクラス
-
- SlicedInputStream(long) - クラス のコンストラクタorg.elasticsearch.index.snapshots.blobstore.SlicedInputStream
-
Creates a new SlicedInputStream
- slop(int) - クラス のメソッドorg.elasticsearch.index.query.MatchQueryBuilder
-
Set the phrase slop if evaluated to a phrase query type.
- slop(int) - クラス のメソッドorg.elasticsearch.index.query.MultiMatchQueryBuilder
-
Set the phrase slop if evaluated to a phrase query type.
- slop(int) - クラス のメソッドorg.elasticsearch.index.query.SpanNearQueryBuilder
-
- SloppyArcFixedSourceDistance(double, double, DistanceUnit) - クラス のコンストラクタorg.elasticsearch.common.geo.GeoDistance.SloppyArcFixedSourceDistance
-
- slot() - クラス のメソッドorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction.Response.Item
-
- SMALL_FILE_CUTOFF_BYTES - クラス のstatic変数org.elasticsearch.indices.recovery.RecoverySettings
-
- smallest(Version, Version) - クラス のstaticメソッドorg.elasticsearch.Version
-
Returns the smallest version between the 2.
- smallestNonClientNodeVersion() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
Returns the version of the node with the oldest version in the cluster that is not a client node
- smallestVersion() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
Returns the version of the node with the oldest version in the cluster
- smartNameFieldMapper(String) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentFieldMappers
-
- smartNameFieldType(String) - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- smartNameFieldType(String, String[]) - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
- smartNameFieldType(String) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- smartNameFieldType(String) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- smartNameFieldType(String) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- smartNameFieldType(String) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- smartNameFieldTypeFromAnyType(String) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- smartNameFieldTypeFromAnyType(String) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- smartNameFieldTypeFromAnyType(String) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- smartNameFieldTypeFromAnyType(String) - クラス のメソッド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メソッドorg.elasticsearch.common.xcontent.XContentFactory
-
- smileBuilder(OutputStream) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentFactory
-
Constructs a new json builder that will output the result into the provided output stream.
- SmileXContent - org.elasticsearch.common.xcontent.smileのクラス
-
A Smile based content implementation using Jackson.
- smileXContent - クラス のstatic変数org.elasticsearch.common.xcontent.smile.SmileXContent
-
- SmileXContentGenerator - org.elasticsearch.common.xcontent.smileのクラス
-
- SmileXContentGenerator(JsonGenerator, OutputStream, String...) - クラス のコンストラクタorg.elasticsearch.common.xcontent.smile.SmileXContentGenerator
-
- SmileXContentParser - org.elasticsearch.common.xcontent.smileのクラス
-
- SmileXContentParser(JsonParser) - クラス のコンストラクタorg.elasticsearch.common.xcontent.smile.SmileXContentParser
-
- smoothingModel(PhraseSuggestionBuilder.SmoothingModel) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
Sets an explicit smoothing model used for this suggester.
- SmoothingModel(String) - クラス のコンストラクタorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.SmoothingModel
-
- snapshot(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Sets the snapshot name
- snapshot() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
The snapshot name
- snapshot() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
-
Returns repository name
- snapshot(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest
-
Sets snapshot name
- snapshot(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Sets the name of the snapshot.
- snapshot() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Returns the name of the snapshot.
- snapshot(SnapshotId) - クラス のメソッドorg.elasticsearch.cluster.RestoreInProgress
-
Returns currently running restore process with corresponding snapshot id or null if this snapshot is not being
restored
- snapshot(SnapshotId) - クラス のメソッドorg.elasticsearch.cluster.SnapshotsInProgress
-
- snapshot() - クラス のメソッドorg.elasticsearch.index.deletionpolicy.SnapshotDeletionPolicy
-
Returns a snapshot of the index (for the last commit point).
- snapshot(SnapshotId, ShardId, SnapshotIndexCommit, IndexShardSnapshotStatus) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardRepository
-
Creates a snapshot of the shard based on the index commit point.
- snapshot() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Returns snapshot id
- snapshot() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.SnapshotFiles
-
- snapshot(SnapshotId, ShardId, SnapshotIndexCommit, IndexShardSnapshotStatus) - インタフェース のメソッドorg.elasticsearch.index.snapshots.IndexShardRepository
-
Creates a snapshot of the shard based on the index commit point.
- snapshot() - クラス のメソッドorg.elasticsearch.index.translog.Translog.View
-
create a snapshot from this view
- Snapshot - org.elasticsearch.snapshotsのクラス
-
Represent information about snapshot
- Snapshot(String, List<String>, long) - クラス のコンストラクタorg.elasticsearch.snapshots.Snapshot
-
- Snapshot(String, List<String>, long, String, long, int, List<SnapshotShardFailure>) - クラス のコンストラクタorg.elasticsearch.snapshots.Snapshot
-
- snapshot() - 例外 のメソッドorg.elasticsearch.snapshots.SnapshotException
-
- snapshot(SnapshotId) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService
-
Retrieves snapshot from repository
- SNAPSHOT - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool.Names
-
- snapshot - クラス の変数org.elasticsearch.Version
-
- snapshot() - クラス のメソッドorg.elasticsearch.Version
-
- SNAPSHOT_CODEC - クラス のstatic変数org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardRepository
-
- SNAPSHOT_INDEX_CODEC - クラス のstatic変数org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardRepository
-
- SNAPSHOT_INDEX_NAME_FORMAT - クラス のstatic変数org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardRepository
-
- SNAPSHOT_INDEX_PREFIX - クラス のstatic変数org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardRepository
-
- SNAPSHOT_NAME_FORMAT - クラス のstatic変数org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardRepository
-
- SNAPSHOT_ONLY_FORMAT_PARAMS - クラス のstatic変数org.elasticsearch.repositories.blobstore.BlobStoreFormat
-
- SNAPSHOT_PREFIX - クラス のstatic変数org.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardRepository
-
- SnapshotCreationException - org.elasticsearch.snapshotsの例外
-
Thrown when snapshot creation fails completely
- SnapshotCreationException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.snapshots.SnapshotCreationException
-
- SnapshotCreationException(SnapshotId, Throwable) - 例外 のコンストラクタorg.elasticsearch.snapshots.SnapshotCreationException
-
- SnapshotDeletionPolicy - org.elasticsearch.index.deletionpolicyのクラス
-
Snapshot deletion policy allows to get snapshots of an index state (last commit or all commits)
and if the deletion policy is used with all open index writers (JVM level) then the snapshot
state will not be deleted until it will be released.
- SnapshotDeletionPolicy(IndexDeletionPolicy) - クラス のコンストラクタorg.elasticsearch.index.deletionpolicy.SnapshotDeletionPolicy
-
Constructs a new snapshot deletion policy that wraps the provided deletion policy.
- SnapshotException - org.elasticsearch.snapshotsの例外
-
Generic snapshot exception
- SnapshotException(SnapshotId, String) - 例外 のコンストラクタorg.elasticsearch.snapshots.SnapshotException
-
- SnapshotException(SnapshotId, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.snapshots.SnapshotException
-
- SnapshotException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.snapshots.SnapshotException
-
- SnapshotFailedEngineException - org.elasticsearch.index.engineの例外
-
- SnapshotFailedEngineException(ShardId, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.engine.SnapshotFailedEngineException
-
- SnapshotFailedEngineException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.engine.SnapshotFailedEngineException
-
- SnapshotFiles - org.elasticsearch.index.snapshots.blobstoreのクラス
-
Contains a list of files participating in a snapshot
- SnapshotFiles(String, List<BlobStoreIndexShardSnapshot.FileInfo>) - クラス のコンストラクタorg.elasticsearch.index.snapshots.blobstore.SnapshotFiles
-
- SnapshotId - org.elasticsearch.cluster.metadataのクラス
-
Snapshot ID - repository name + snapshot name
- SnapshotId(String, String) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.SnapshotId
-
Constructs new snapshot id
- snapshotId() - クラス のメソッドorg.elasticsearch.cluster.RestoreInProgress.Entry
-
Returns snapshot id
- snapshotId() - クラス のメソッドorg.elasticsearch.cluster.routing.RestoreSource
-
- snapshotId() - クラス のメソッドorg.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- snapshotId() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.UpdateIndexShardRestoreStatusRequest
-
- snapshotId() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
-
- snapshotIds(SnapshotId[]) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.Request
-
- snapshotIndex(boolean) - クラス のメソッドorg.elasticsearch.index.engine.Engine
-
Snapshots the index and returns a handle to it.
- snapshotIndex(boolean) - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- snapshotIndex(boolean) - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- snapshotIndex(boolean) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- SnapshotIndexCommit - org.elasticsearch.index.deletionpolicyのクラス
-
A snapshot index commit point.
- SnapshotIndexCommits - org.elasticsearch.index.deletionpolicyのクラス
-
Represents a snapshot view of several commits.
- SnapshotIndexCommits(List<SnapshotIndexCommit>) - クラス のコンストラクタorg.elasticsearch.index.deletionpolicy.SnapshotIndexCommits
-
- SnapshotIndexShardStage - org.elasticsearch.action.admin.cluster.snapshots.statusの列挙型
-
- SnapshotIndexShardStatus - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
- SnapshotIndexStatus - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
Represents snapshot status of all shards in the index
- SnapshotInfo - org.elasticsearch.snapshotsのクラス
-
Information about snapshot
- SnapshotInfo(Snapshot) - クラス のコンストラクタorg.elasticsearch.snapshots.SnapshotInfo
-
Creates a new snapshot information from a
Snapshot
- SnapshotInProgressAllocationDecider - org.elasticsearch.cluster.routing.allocation.deciderのクラス
-
This
AllocationDecider prevents shards that
are currently been snapshotted to be moved to other nodes.
- SnapshotInProgressAllocationDecider() - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
-
- SnapshotInProgressAllocationDecider(Settings) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
-
- SnapshotInProgressAllocationDecider(Settings, NodeSettingsService) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.SnapshotInProgressAllocationDecider
-
- SnapshotMissingException - org.elasticsearch.snapshotsの例外
-
Thrown if requested snapshot doesn't exist
- SnapshotMissingException(SnapshotId, Throwable) - 例外 のコンストラクタorg.elasticsearch.snapshots.SnapshotMissingException
-
- SnapshotMissingException(SnapshotId) - 例外 のコンストラクタorg.elasticsearch.snapshots.SnapshotMissingException
-
- SnapshotMissingException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.snapshots.SnapshotMissingException
-
- SnapshotRequest(String, String, String) - クラス のコンストラクタorg.elasticsearch.snapshots.SnapshotsService.SnapshotRequest
-
Constructs new snapshot creation request
- SnapshotRestoreException - org.elasticsearch.snapshotsの例外
-
Snapshot restore exception
- SnapshotRestoreException(SnapshotId, String) - 例外 のコンストラクタorg.elasticsearch.snapshots.SnapshotRestoreException
-
- SnapshotRestoreException(SnapshotId, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.snapshots.SnapshotRestoreException
-
- SnapshotRestoreException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.snapshots.SnapshotRestoreException
-
- snapshots() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- snapshots(int) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- snapshots() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Returns the names of the snapshots.
- snapshots(String[]) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
-
Sets the list of snapshots to be returned
- snapshots() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Returns the names of the snapshots.
- snapshots(String[]) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Sets the list of snapshots to be returned
- snapshots() - クラス のメソッドorg.elasticsearch.index.deletionpolicy.SnapshotDeletionPolicy
-
Snapshots all the current commits in the index.
- snapshots() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
-
Returns list of snapshots
- snapshots() - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreRepository
-
Returns the list of snapshots currently stored in the repository
- snapshots() - インタフェース のメソッドorg.elasticsearch.repositories.Repository
-
Returns the list of snapshots currently stored in the repository
- snapshots() - クラス のメソッドorg.elasticsearch.repositories.uri.URLRepository
-
- snapshots(String, boolean) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService
-
Returns a list of snapshots from repository sorted by snapshot creation date
- SnapshotShardFailure - org.elasticsearch.snapshotsのクラス
-
Stores information about failures that occurred during shard snapshotting process
- SnapshotShardFailure(String, String, int, String) - クラス のコンストラクタorg.elasticsearch.snapshots.SnapshotShardFailure
-
Constructs new snapshot shard failure object
- snapshotShards(SnapshotId) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotsService
-
- SnapshotShardsService - 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) - クラス のコンストラクタorg.elasticsearch.snapshots.SnapshotShardsService
-
- SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest - org.elasticsearch.snapshotsのクラス
-
Internal request that is used to send changes in snapshot status to master
- SnapshotShardsStats - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
Status of a snapshot shards
- SnapshotsInProgress - org.elasticsearch.clusterのクラス
-
Meta data about snapshots that are currently executing
- SnapshotsInProgress(List<SnapshotsInProgress.Entry>) - クラス のコンストラクタorg.elasticsearch.cluster.SnapshotsInProgress
-
- SnapshotsInProgress(SnapshotsInProgress.Entry...) - クラス のコンストラクタorg.elasticsearch.cluster.SnapshotsInProgress
-
- SnapshotsInProgress.Entry - org.elasticsearch.clusterのクラス
-
- SnapshotsInProgress.ShardSnapshotStatus - org.elasticsearch.clusterのクラス
-
- SnapshotsInProgress.State - org.elasticsearch.clusterの列挙型
-
- SnapshotsService - org.elasticsearch.snapshotsのクラス
-
Service responsible for creating snapshots
A typical snapshot creating process looks like this:
On the master node the
SnapshotsService.createSnapshot(SnapshotRequest, CreateSnapshotListener) is called and makes sure that no snapshots is currently running
and registers the new snapshot in cluster state
When cluster state is updated the
SnapshotsService.beginSnapshot(ClusterState, SnapshotsInProgress.Entry, boolean, CreateSnapshotListener) method
kicks in and initializes the snapshot in the repository and then populates list of shards that needs to be snapshotted in cluster state
Each data node is watching for these shards and when new shards scheduled for snapshotting appear in the cluster state, data nodes
start processing them through
SnapshotShardsService.processIndexShardSnapshots(ClusterChangedEvent) method
Once shard snapshot is created data node updates state of the shard in the cluster state using the
SnapshotShardsService.updateIndexShardSnapshotStatus(org.elasticsearch.cluster.metadata.SnapshotId, org.elasticsearch.index.shard.ShardId, org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus) method
When last shard is completed master node in
SnapshotShardsService.innerUpdateSnapshotState(org.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest) method marks the snapshot as completed
After cluster state is updated, the
SnapshotsService.endSnapshot(SnapshotsInProgress.Entry) finalizes snapshot in the repository,
notifies all
SnapshotsService.snapshotCompletionListeners that snapshot is completed, and finally calls
SnapshotsService.removeSnapshotFromClusterState(SnapshotId, SnapshotInfo, Throwable) to remove snapshot from cluster state
- SnapshotsService(Settings, ClusterService, IndexNameExpressionResolver, RepositoriesService, ThreadPool) - クラス のコンストラクタorg.elasticsearch.snapshots.SnapshotsService
-
- SnapshotsService.CreateSnapshotListener - org.elasticsearch.snapshotsのインタフェース
-
Listener for create snapshot operation
- SnapshotsService.DeleteSnapshotListener - org.elasticsearch.snapshotsのインタフェース
-
Listener for delete snapshot operation
- SnapshotsService.SnapshotCompletionListener - org.elasticsearch.snapshotsのインタフェース
-
- SnapshotsService.SnapshotRequest - org.elasticsearch.snapshotsのクラス
-
Snapshot creation request
- snapshotsStatus(SnapshotsStatusRequest) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Get snapshot status.
- snapshotsStatus(SnapshotsStatusRequest, ActionListener<SnapshotsStatusResponse>) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
Get snapshot status.
- SnapshotsStatusAction - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
Snapshots status action
- SnapshotsStatusRequest - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
Get snapshot status request
- SnapshotsStatusRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
- SnapshotsStatusRequest(String, String[]) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Constructs a new get snapshots request with given repository name and list of snapshots
- SnapshotsStatusRequest(String) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequest
-
Constructs a new get snapshots request with given repository name
- snapshotsStatusRequest(String) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Get status of snapshots
- SnapshotsStatusRequestBuilder - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
Snapshots status request builder
- SnapshotsStatusRequestBuilder(ElasticsearchClient, SnapshotsStatusAction) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
-
Constructs the new snapshotstatus request
- SnapshotsStatusRequestBuilder(ElasticsearchClient, SnapshotsStatusAction, String) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder
-
Constructs the new snapshot status request with specified repository
- SnapshotsStatusResponse - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
Snapshot status response
- SnapshotState - org.elasticsearch.snapshotsの列挙型
-
Represents the state that a snapshot can be in
- SnapshotStats - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
- SnapshotStatus - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
Status of a snapshot
- SnapshotStatus - org.elasticsearch.index.shardのクラス
-
- SnapshotStatus() - クラス のコンストラクタorg.elasticsearch.index.shard.SnapshotStatus
-
- snapshotStatus(SnapshotId, Version, ShardId) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardRepository
-
Retrieve shard snapshot status for the stored snapshot
- snapshotStatus(SnapshotId, Version, ShardId) - インタフェース のメソッドorg.elasticsearch.index.snapshots.IndexShardRepository
-
Retrieve shard snapshot status for the stored snapshot
- SnapshotStatus.Index - org.elasticsearch.index.shardのクラス
-
- SnapshotStatus.Stage - org.elasticsearch.index.shardの列挙型
-
- SnapshotStatus.Translog - org.elasticsearch.index.shardのクラス
-
- snapshotThrottleTimeInNanos() - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- snapshotThrottleTimeInNanos() - インタフェース のメソッドorg.elasticsearch.repositories.Repository
-
Returns snapshot throttle time in nanoseconds
- SnapshotUtils - org.elasticsearch.snapshotsのクラス
-
Snapshot utilities
- SnapshotUtils() - クラス のコンストラクタorg.elasticsearch.snapshots.SnapshotUtils
-
- Snippet - org.apache.lucene.search.postingshighlightのクラス
-
Represents a scored highlighted snippet.
- Snippet(String, float, boolean) - クラス のコンストラクタorg.apache.lucene.search.postingshighlight.Snippet
-
- SnowballAnalyzer - org.elasticsearch.index.analysisのクラス
-
- SnowballAnalyzer(String) - クラス のコンストラクタorg.elasticsearch.index.analysis.SnowballAnalyzer
-
非推奨です。
Builds the named analyzer with no stop words.
- SnowballAnalyzer(String, CharArraySet) - クラス のコンストラクタorg.elasticsearch.index.analysis.SnowballAnalyzer
-
非推奨です。
Builds the named analyzer with the given stop words.
- SnowballAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
Creates a SnowballAnalyzer initialized with stopwords and Snowball filter.
- SnowballAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.SnowballAnalyzerProvider
-
- SnowballTokenFilterFactory - 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(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.SnowballTokenFilterFactory
-
- SoraniAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
Provider for SoraniAnalyzer
- SoraniAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.SoraniAnalyzerProvider
-
- SoraniNormalizationFilterFactory - org.elasticsearch.index.analysisのクラス
-
Factory for SoraniNormalizationFilter
- SoraniNormalizationFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.SoraniNormalizationFilterFactory
-
- sort(Comparator<ShardRouting>) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes.UnassignedShards
-
- sort(LongArrayList) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- sort(long[], int) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- sort(FloatArrayList) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- sort(float[], int) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- sort(DoubleArrayList) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- sort(double[], int) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- sort(ObjectArrayList<byte[]>) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- sort(BytesRefArray, int[]) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- sort() - クラス のメソッドorg.elasticsearch.index.fielddata.SortingBinaryDocValues
-
- sort() - クラス のメソッドorg.elasticsearch.index.fielddata.SortingNumericDocValues
-
- sort() - クラス のメソッドorg.elasticsearch.index.fielddata.SortingNumericDoubleValues
-
- sort(Sort) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- sort() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- sort(String, SortOrder) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Adds a sort against the given field name and the sort ordering.
- sort(String) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Add a sort against the given field name.
- sort(SortBuilder) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Adds a sort builder.
- sort(Sort) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- sort() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- sort(Sort) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- sort() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- sort(Sort) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- sort() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- sort(Sort) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- sort() - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- sort() - クラス のメソッドorg.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- sort(Suggest.Suggestion.Sort) - クラス のメソッドorg.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- sort(String) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.DirectCandidateGenerator
-
Sets how to sort the suggest terms per suggest text token.
- sort(Comparator<O>) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- sort(String) - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Sets how to sort the suggest terms per suggest text token.
- SORT_SCORE - クラス のstatic変数org.elasticsearch.search.sort.SortParseElement
-
- sortableLongBitsToDoubles(SortedNumericDocValues) - 列挙型 のstaticメソッド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メソッドorg.elasticsearch.common.network.NetworkUtils
-
- sortAndDedup(LongArrayList) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- sortAndDedup(long[], int) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
Sort and deduplicate values in-place, then return the unique element count.
- sortAndDedup(FloatArrayList) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- sortAndDedup(float[], int) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
Sort and deduplicate values in-place, then return the unique element count.
- sortAndDedup(DoubleArrayList) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- sortAndDedup(double[], int) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
Sort and deduplicate values in-place, then return the unique element count.
- sortAndDedup(ObjectArrayList<byte[]>) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- sortAndDedup(BytesRefArray, int[]) - 列挙型 のstaticメソッドorg.elasticsearch.common.util.CollectionUtils
-
- SortBuilder - org.elasticsearch.search.sortのクラス
-
- SortBuilder() - クラス のコンストラクタorg.elasticsearch.search.sort.SortBuilder
-
- SortBuilders - org.elasticsearch.search.sortのクラス
-
- SortBuilders() - クラス のコンストラクタorg.elasticsearch.search.sort.SortBuilders
-
- sortByMasterLikelihood(Iterable<DiscoveryNode>) - クラス のメソッドorg.elasticsearch.discovery.zen.elect.ElectMasterService
-
Returns the given nodes sorted by likelyhood of being elected as master, most likely first.
- sortComparator() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion
-
- sortComparator() - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestion
-
- sortDocs(boolean, AtomicArray<? extends QuerySearchResultProvider>) - クラス のメソッドorg.elasticsearch.search.controller.SearchPhaseController
-
- SortedBinaryDocValues - org.elasticsearch.index.fielddataのクラス
-
A list of per-document binary values, sorted
according to BytesRef.getUTF8SortedAsUnicodeComparator().
- SortedBinaryDocValues() - クラス のコンストラクタorg.elasticsearch.index.fielddata.SortedBinaryDocValues
-
- SortedNumericDoubleValues - org.elasticsearch.index.fielddataのクラス
-
Clone of SortedNumericDocValues for double values.
- SortedNumericDoubleValues() - クラス のコンストラクタorg.elasticsearch.index.fielddata.SortedNumericDoubleValues
-
Sole constructor.
- SortedNumericDVIndexFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
FieldData backed by LeafReader.getSortedNumericDocValues(String)
- SortedNumericDVIndexFieldData(Index, MappedFieldType.Names, IndexNumericFieldData.NumericType, FieldDataType) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.SortedNumericDVIndexFieldData
-
- SortedSetDVBytesAtomicFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
- SortedSetDVOrdinalsIndexFieldData - org.elasticsearch.index.fielddata.plainのクラス
-
- SortedSetDVOrdinalsIndexFieldData(Index, IndexFieldDataCache, Settings, MappedFieldType.Names, CircuitBreakerService, FieldDataType) - クラス のコンストラクタorg.elasticsearch.index.fielddata.plain.SortedSetDVOrdinalsIndexFieldData
-
- sortFieldType() - 列挙型 のメソッドorg.elasticsearch.index.fielddata.IndexNumericFieldData.NumericType
-
- SortingBinaryDocValues - org.elasticsearch.index.fielddataのクラス
-
- SortingBinaryDocValues() - クラス のコンストラクタorg.elasticsearch.index.fielddata.SortingBinaryDocValues
-
- SortingNumericDocValues - org.elasticsearch.index.fielddataのクラス
-
Base class for building SortedNumericDocValues instances based on unsorted content.
- SortingNumericDocValues() - クラス のコンストラクタorg.elasticsearch.index.fielddata.SortingNumericDocValues
-
- SortingNumericDoubleValues - org.elasticsearch.index.fielddataのクラス
-
- SortingNumericDoubleValues() - クラス のコンストラクタorg.elasticsearch.index.fielddata.SortingNumericDoubleValues
-
- sortMissingFirst(Object) - クラス のメソッドorg.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
-
Whether missing values should be sorted first.
- sortMissingLast(Object) - クラス のメソッドorg.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource
-
Whether missing values should be sorted last, this is the default.
- sortMode(String) - クラス のメソッドorg.elasticsearch.search.sort.FieldSortBuilder
-
Defines what values to pick in the case a document contains multiple values for the targeted sort field.
- sortMode(String) - クラス のメソッドorg.elasticsearch.search.sort.GeoDistanceSortBuilder
-
Defines which distance to use for sorting in the case a document contains multiple geo points.
- sortMode(String) - クラス のメソッドorg.elasticsearch.search.sort.ScriptSortBuilder
-
Defines which distance to use for sorting in the case a document contains multiple geo points.
- SortOrder - org.elasticsearch.search.sortの列挙型
-
A sorting order.
- SortParseElement - org.elasticsearch.search.sortのクラス
-
- SortParseElement() - クラス のコンストラクタorg.elasticsearch.search.sort.SortParseElement
-
- SortParser - org.elasticsearch.search.sortのインタフェース
-
- sortValues(Object[]) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- sortValues() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- sortValues() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
An array of the sort values used.
- source(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Parses repository definition.
- source(Map) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Parses repository definition.
- source(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Parses repository definition.
- source(byte[]) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Parses repository definition.
- source(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Parses repository definition.
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Parses repository definition.
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.cluster.reroute.ClusterRerouteRequest
-
Sets the source for the request.
- source(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Parses snapshot definition.
- source(Map) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Parses snapshot definition.
- source(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Parses snapshot definition.
- source(byte[]) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Parses snapshot definition.
- source(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Parses snapshot definition.
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotRequest
-
Parses snapshot definition.
- source(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Parses restore definition
- source(Map) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Parses restore definition
- source(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Parses restore definition
JSON, YAML and properties formats are supported
- source(byte[]) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Parses restore definition
JSON, YAML and properties formats are supported
- source(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Parses restore definition
JSON, YAML and properties formats are supported
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotRequest
-
Parses restore definition
JSON, YAML and properties formats are supported
- source() - クラス のメソッドorg.elasticsearch.action.admin.cluster.validate.template.RenderSearchTemplateResponse
-
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.cluster.validate.template.RenderSearchTemplateResponse
-
- source(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the settings and mappings as a single source.
- source(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the settings and mappings as a single source.
- source(byte[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the settings and mappings as a single source.
- source(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the settings and mappings as a single source.
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the settings and mappings as a single source.
- source(Map<String, ?>) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexRequest
-
Sets the settings and mappings as a single source.
- source() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
-
- source(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
-
- source() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The mapping source definition.
- source(Object...) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The mapping source definition.
- source(Map) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The mapping source definition.
- source(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The mapping source definition.
- source(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The template source definition.
- source(Map) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The template source definition.
- source(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The template source definition.
- source(byte[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The template source definition.
- source(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The template source definition.
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
The template source definition.
- source() - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
-
- source() - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
The source to execute.
- source(QuerySourceBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
- source(Map) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
The source to execute in the form of a map.
- source(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
- source(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
The query source to validate.
- source(byte[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
The source to validate.
- source(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
The source to validate.
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
The source to validate.
- source() - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
The source to execute.
- source(QuerySourceBuilder) - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
The source to execute.
- source(Map) - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
The source to execute in the form of a map.
- source(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
- source(String) - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
The source to execute.
- source(byte[]) - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
The source to execute.
- source(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
The source to execute.
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
- source() - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
The source to execute.
- source(QuerySourceBuilder) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
The source to execute.
- source(Map) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
The source to execute in the form of a map.
- source(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
- source(String) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
The source to execute.
- source(byte[]) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
The source to execute.
- source(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
The source to execute.
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
- source() - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- source(QuerySourceBuilder) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStatsRequest
-
- source() - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
The source of the document to index, recopied to a new array if it is unsage.
- source(Map) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- source(Map, XContentType) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Index the Map as the provided content type.
- source(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Sets the document source to index.
- source(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Sets the content source to index.
- source(String, Object) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- source(String, Object, String, Object) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- source(String, Object, String, Object, String, Object) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- source(String, Object, String, Object, String, Object, String, Object) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- source(Object...) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Sets the document to index in bytes form.
- source(byte[]) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Sets the document to index in bytes form.
- source(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Sets the document to index in bytes form (assumed to be safe to be used from different
threads).
- source() - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
The source of the document to index, recopied to a new array if it is unsage.
- source(Map) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
- source(Map, XContentType) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
Index the Map as the provided content type.
- source(String) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
Sets the document source to index.
- source(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
Sets the content source to index.
- source(Object...) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
Sets the document to index in bytes form.
- source(byte[]) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
Sets the document to index in bytes form.
- source(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
Sets the document to index in bytes form (assumed to be safe to be used from different
threads).
- source() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
- source(Map) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
- source(Map, XContentType) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
- source(String) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
- source(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
- source(byte[]) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
- source(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
- source(PercolateSourceBuilder) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
Sets the request body definition for this percolate request as raw bytes.
- source() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateShardRequest
-
- source(SearchSourceBuilder) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The source of the search request.
- source(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The source of the search request.
- source(Map) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The source of the search request in the form of a map.
- source(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
- source(byte[]) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The search source to execute.
- source(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The search source to execute.
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The search source to execute.
- source() - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The search source to execute.
- source(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- source(byte[]) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- source(byte[], int, int) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- source(BytesReference) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
- source() - クラス のメソッドorg.elasticsearch.cluster.ClusterChangedEvent
-
The source that caused this cluster event to be raised.
- source() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData
-
- source() - クラス のメソッドorg.elasticsearch.index.engine.Engine.DeleteByQuery
-
- source() - クラス のメソッドorg.elasticsearch.index.engine.Engine.GetResult
-
- source() - クラス のメソッドorg.elasticsearch.index.engine.Engine.IndexingOperation
-
- source() - クラス のメソッドorg.elasticsearch.index.engine.Engine.Searcher
-
The source that caused this searcher to be acquired.
- source - クラス の変数org.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- source() - クラス のメソッドorg.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- source() - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
The source of the document if exists.
- source() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- source(BytesReference) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- source() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- source(BytesReference) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- source() - クラス のメソッドorg.elasticsearch.index.mapper.ParsedDocument
-
- source(XContentParser) - クラス のstaticメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- source(BytesReference) - クラス のstaticメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- source(SourceToParse.Origin, BytesReference) - クラス のstaticメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- source() - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- source() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Create
-
- source() - クラス のメソッドorg.elasticsearch.index.translog.Translog.DeleteByQuery
-
非推奨です。
- source() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Index
-
- Source(BytesReference, String, String, long, long) - クラス のコンストラクタorg.elasticsearch.index.translog.Translog.Source
-
- source - クラス の変数org.elasticsearch.index.translog.Translog.Source
-
- source() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- source() - クラス のメソッドorg.elasticsearch.script.AbstractSearchScript
-
Allows to access the actual source (loaded and parsed).
- source() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- source() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- source() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- source() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- source() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- source(BytesReference) - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- source() - インタフェース のメソッドorg.elasticsearch.search.internal.ShardSearchRequest
-
- source(BytesReference) - インタフェース のメソッドorg.elasticsearch.search.internal.ShardSearchRequest
-
- source() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- source(BytesReference) - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- source() - クラス のメソッドorg.elasticsearch.search.lookup.LeafSearchLookup
-
- source() - クラス のメソッドorg.elasticsearch.search.lookup.SearchLookup
-
- source() - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- source() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The source of the document (can be null).
- source() - クラス のメソッドorg.elasticsearch.search.warmer.IndexWarmersMetaData.Entry
-
- sourceAsMap() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
-
Returns the mappings as a map.
- sourceAsMap() - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- sourceAsMap() - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
- sourceAsMap() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData
-
Converts the serialized compressed form of the mappings into a parsed map.
- sourceAsMap() - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
The source of the document (As a map).
- sourceAsMap() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- sourceAsMap(BytesReference) - クラス のstaticメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- sourceAsMap() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The source of the document as a map (can be null).
- sourceAsMapAndType(BytesReference) - クラス のstaticメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- sourceAsString() - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
The source of the document (as a string).
- sourceAsString() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- sourceAsString() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The source of the document as string (can be null).
- sourceBuilder - クラス の変数org.elasticsearch.index.query.support.BaseInnerHitBuilder
-
- sourceBuilder() - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
- sourceContentType() - クラス のメソッドorg.elasticsearch.search.lookup.SourceLookup
-
- SourceFieldMapper - org.elasticsearch.index.mapper.internalのクラス
-
- SourceFieldMapper.Builder - org.elasticsearch.index.mapper.internalのクラス
-
- SourceFieldMapper.Defaults - org.elasticsearch.index.mapper.internalのクラス
-
- SourceFieldMapper.TypeParser - org.elasticsearch.index.mapper.internalのクラス
-
- sourceLatitude - クラス の変数org.elasticsearch.common.geo.GeoDistance.FixedSourceDistanceBase
-
- sourceLongitude - クラス の変数org.elasticsearch.common.geo.GeoDistance.FixedSourceDistanceBase
-
- SourceLookup - org.elasticsearch.search.lookupのクラス
-
- SourceLookup() - クラス のコンストラクタorg.elasticsearch.search.lookup.SourceLookup
-
- sourceMapper() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- sourceMetaSnapshot() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
-
- sourceNode() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
- sourceNode() - クラス のメソッドorg.elasticsearch.indices.recovery.StartRecoveryRequest
-
- SourceProvider - org.elasticsearch.common.inject.internalのクラス
-
Provides access to the calling line of code.
- SourceProvider() - クラス のコンストラクタorg.elasticsearch.common.inject.internal.SourceProvider
-
- sourceRef() - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
Returns bytes reference, also un compress the source if needed.
- sourceRef() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
Returns bytes reference, also un compress the source if needed.
- sourceRef(BytesReference) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
Sets representation, might be compressed....
- sourceRef() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
Returns bytes reference, also un compress the source if needed.
- sourceRequested() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- sourceRequested() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
A shortcut function to see whether there is a fetchSourceContext and it says the source is requested.
- sourceRequested() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- sourceRequested() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
A shortcut function to see whether there is a fetchSourceContext and it says the source is requested.
- sourceRequested() - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- SourceScoreOrderFragmentsBuilder - org.elasticsearch.search.highlight.vectorhighlightのクラス
-
- SourceScoreOrderFragmentsBuilder(FieldMapper, SearchContext, FetchSubPhase.HitContext, String[], String[], BoundaryScanner) - クラス のコンストラクタorg.elasticsearch.search.highlight.vectorhighlight.SourceScoreOrderFragmentsBuilder
-
- SourceSimpleFragmentsBuilder - org.elasticsearch.search.highlight.vectorhighlightのクラス
-
- SourceSimpleFragmentsBuilder(FieldMapper, SearchContext, FetchSubPhase.HitContext, String[], String[], BoundaryScanner) - クラス のコンストラクタorg.elasticsearch.search.highlight.vectorhighlight.SourceSimpleFragmentsBuilder
-
- sourceThrottleTimeInNanos() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- sourceThrottling() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- sourceToParse() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- sourceToParse() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- SourceToParse - org.elasticsearch.index.mapperのクラス
-
- SourceToParse.Origin - org.elasticsearch.index.mapperの列挙型
-
- SPACE - クラス のstatic変数org.elasticsearch.common.logging.Loggers
-
- spaceify(int, String, StringBuilder) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- spanContainingQuery() - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
Creates a new span_containing builder.
- SpanContainingQueryBuilder - org.elasticsearch.index.queryのクラス
-
Builder for SpanContainingQuery.
- SpanContainingQueryBuilder() - クラス のコンストラクタorg.elasticsearch.index.query.SpanContainingQueryBuilder
-
- SpanContainingQueryParser - org.elasticsearch.index.queryのクラス
-
Parser for SpanContainingQuery
- SpanContainingQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.SpanContainingQueryParser
-
- spanFirstQuery(SpanQueryBuilder, int) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- SpanFirstQueryBuilder - org.elasticsearch.index.queryのクラス
-
- SpanFirstQueryBuilder(SpanQueryBuilder, int) - クラス のコンストラクタorg.elasticsearch.index.query.SpanFirstQueryBuilder
-
- SpanFirstQueryParser - org.elasticsearch.index.queryのクラス
-
- SpanFirstQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.SpanFirstQueryParser
-
- SpanishAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- SpanishAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.SpanishAnalyzerProvider
-
- spanMultiTermQueryBuilder(MultiTermQueryBuilder) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- SpanMultiTermQueryBuilder - org.elasticsearch.index.queryのクラス
-
- SpanMultiTermQueryBuilder(MultiTermQueryBuilder) - クラス のコンストラクタorg.elasticsearch.index.query.SpanMultiTermQueryBuilder
-
- SpanMultiTermQueryParser - org.elasticsearch.index.queryのクラス
-
- SpanMultiTermQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.SpanMultiTermQueryParser
-
- spanNearQuery() - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- SpanNearQueryBuilder - org.elasticsearch.index.queryのクラス
-
- SpanNearQueryBuilder() - クラス のコンストラクタorg.elasticsearch.index.query.SpanNearQueryBuilder
-
- SpanNearQueryParser - org.elasticsearch.index.queryのクラス
-
- SpanNearQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.SpanNearQueryParser
-
- spanNotQuery() - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- SpanNotQueryBuilder - org.elasticsearch.index.queryのクラス
-
- SpanNotQueryBuilder() - クラス のコンストラクタorg.elasticsearch.index.query.SpanNotQueryBuilder
-
- SpanNotQueryParser - org.elasticsearch.index.queryのクラス
-
- SpanNotQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.SpanNotQueryParser
-
- spanOrQuery() - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- SpanOrQueryBuilder - org.elasticsearch.index.queryのクラス
-
- SpanOrQueryBuilder() - クラス のコンストラクタorg.elasticsearch.index.query.SpanOrQueryBuilder
-
- SpanOrQueryParser - org.elasticsearch.index.queryのクラス
-
- SpanOrQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.SpanOrQueryParser
-
- SpanQueryBuilder - org.elasticsearch.index.queryのクラス
-
- SpanQueryBuilder() - クラス のコンストラクタorg.elasticsearch.index.query.SpanQueryBuilder
-
- spanTermQuery(String, String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- spanTermQuery(String, int) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- spanTermQuery(String, long) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- spanTermQuery(String, float) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- spanTermQuery(String, double) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
- SpanTermQueryBuilder - org.elasticsearch.index.queryのクラス
-
- SpanTermQueryBuilder(String, String) - クラス のコンストラクタorg.elasticsearch.index.query.SpanTermQueryBuilder
-
- SpanTermQueryBuilder(String, int) - クラス のコンストラクタorg.elasticsearch.index.query.SpanTermQueryBuilder
-
- SpanTermQueryBuilder(String, long) - クラス のコンストラクタorg.elasticsearch.index.query.SpanTermQueryBuilder
-
- SpanTermQueryBuilder(String, float) - クラス のコンストラクタorg.elasticsearch.index.query.SpanTermQueryBuilder
-
- SpanTermQueryBuilder(String, double) - クラス のコンストラクタorg.elasticsearch.index.query.SpanTermQueryBuilder
-
- SpanTermQueryParser - org.elasticsearch.index.queryのクラス
-
- SpanTermQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.SpanTermQueryParser
-
- spanWithinQuery() - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
Creates a new span_within builder.
- SpanWithinQueryBuilder - org.elasticsearch.index.queryのクラス
-
Builder for SpanWithinQuery.
- SpanWithinQueryBuilder() - クラス のコンストラクタorg.elasticsearch.index.query.SpanWithinQueryBuilder
-
- SpanWithinQueryParser - org.elasticsearch.index.queryのクラス
-
Parser for SpanWithinQuery
- SpanWithinQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.SpanWithinQueryParser
-
- spare - クラス の変数org.elasticsearch.search.suggest.phrase.WordScorer
-
- SPATIAL4J_AVAILABLE - クラス のstatic変数org.elasticsearch.common.geo.ShapesAvailability
-
- SPATIAL_CONTEXT - クラス のstatic変数org.elasticsearch.common.geo.builders.ShapeBuilder
-
- SpatialStrategy - org.elasticsearch.common.geoの列挙型
-
- SpecialPermission - org.elasticsearchのクラス
-
Elasticsearch-specific permission to check before entering
AccessController.doPrivileged() blocks.
- SpecialPermission() - クラス のコンストラクタorg.elasticsearch.SpecialPermission
-
Creates a new SpecialPermision object.
- SpecialPermission(String, String) - クラス のコンストラクタorg.elasticsearch.SpecialPermission
-
Creates a new SpecialPermission object.
- spins - クラス の変数org.elasticsearch.env.NodeEnvironment.NodePath
-
Cached result of Lucene's IOUtils.spins on path.
- split(String, String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Split a String at the first occurrence of the delimiter.
- splitArrayElementsIntoProperties(String[], String, String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Take an array Strings and split each element based on the given delimiter.
- splitScrollIds(String) - クラス のstaticメソッドorg.elasticsearch.rest.action.search.RestClearScrollAction
-
- splitSmart(String, String, boolean) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Splits a backslash escaped string on the separator.
- splitStringByCommaToArray(String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- splitStringByCommaToSet(String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- splitStringToArray(CharSequence, char) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- splitStringToSet(String, char) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- splitUidIntoTypeAndId(BytesRef) - クラス のstaticメソッドorg.elasticsearch.index.mapper.Uid
-
- sqrt(Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- sqrt(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- sqrt(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- sqrt(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- sqrt(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- stackTrace(Throwable) - クラス のstaticメソッドorg.elasticsearch.ExceptionsHelper
-
- StackTraceElements - org.elasticsearch.common.inject.internalのクラス
-
Creates stack trace elements for members.
- StackTraceElements() - クラス のコンストラクタorg.elasticsearch.common.inject.internal.StackTraceElements
-
- Stage - org.elasticsearch.common.injectの列挙型
-
The stage we're running in.
- stage() - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus
-
- stage() - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Returns current snapshot stage
- stage() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
- STANDARD - クラス のstatic変数org.elasticsearch.script.ClassPermission
-
- STANDARD_ANALYZER - クラス のstatic変数org.elasticsearch.common.lucene.Lucene
-
- STANDARD_CLASSES - クラス のstatic変数org.elasticsearch.script.ClassPermission
-
Typical set of classes for scripting: basic data types, math, dates, and simple collections
- StandardAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- StandardAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.StandardAnalyzerProvider
-
- StandardAnalyzerProvider(Index, Settings, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.StandardAnalyzerProvider
-
- StandardHtmlStripAnalyzer - org.elasticsearch.index.analysisのクラス
-
- StandardHtmlStripAnalyzer() - クラス のコンストラクタorg.elasticsearch.index.analysis.StandardHtmlStripAnalyzer
-
- StandardHtmlStripAnalyzer(CharArraySet) - クラス のコンストラクタorg.elasticsearch.index.analysis.StandardHtmlStripAnalyzer
-
- StandardHtmlStripAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- StandardHtmlStripAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.StandardHtmlStripAnalyzerProvider
-
- StandardTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- StandardTokenFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.StandardTokenFilterFactory
-
- StandardTokenizerFactory - org.elasticsearch.index.analysisのクラス
-
- StandardTokenizerFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.StandardTokenizerFactory
-
- start() - クラス のメソッドorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction.AsyncAction
-
- start() - クラス のメソッドorg.elasticsearch.action.support.broadcast.TransportBroadcastAction.AsyncBroadcastAction
-
- start() - クラス のメソッドorg.elasticsearch.common.component.AbstractLifecycleComponent
-
- start() - インタフェース のメソッドorg.elasticsearch.common.component.LifecycleComponent
-
- start() - クラス のメソッドorg.elasticsearch.common.StopWatch
-
Start an unnamed task.
- start(String) - クラス のメソッドorg.elasticsearch.common.StopWatch
-
Start a named task.
- start(DiscoveryNode, String) - クラス のメソッドorg.elasticsearch.discovery.zen.fd.MasterFaultDetection
-
- start() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Timer
-
- start() - クラス のメソッドorg.elasticsearch.node.Node
-
Start the node.
- start() - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport.NodeChannels
-
- START_RECOVERY - クラス のstatic変数org.elasticsearch.indices.recovery.RecoverySource.Actions
-
- startAccumulatingJoins() - クラス のメソッドorg.elasticsearch.discovery.zen.NodeJoinController
-
Accumulates any future incoming join request.
- startArray(String, XContentBuilder.FieldCaseConversion) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- startArray(String) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- startArray(XContentBuilderString) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- startArray() - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- startConstruction() - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstructionContext
-
- started(ShardRouting) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
Mark a shard as started and adjusts internal statistics.
- started() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
The shard is in started mode.
- started() - クラス のメソッドorg.elasticsearch.common.component.Lifecycle
-
Returns true if the state is started.
- StartedRerouteAllocation - org.elasticsearch.cluster.routing.allocationのクラス
-
- StartedRerouteAllocation(AllocationDeciders, RoutingNodes, DiscoveryNodes, List<? extends ShardRouting>, ClusterInfo) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.StartedRerouteAllocation
-
- startedShards() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.StartedRerouteAllocation
-
Get started shards
- startHeaders() - クラス のメソッドorg.elasticsearch.common.Table
-
- startInitialJoin() - インタフェース のメソッドorg.elasticsearch.discovery.Discovery
-
Triggers the first join cycle
- startInitialJoin() - クラス のメソッドorg.elasticsearch.discovery.local.LocalDiscovery
-
- startInitialJoin() - クラス のメソッドorg.elasticsearch.discovery.zen.ZenDiscovery
-
- startNanoTime - クラス の変数org.elasticsearch.indices.recovery.RecoveryState.Timer
-
- startObject(String) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- startObject(String, XContentBuilder.FieldCaseConversion) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- startObject(XContentBuilderString) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- startObject(XContentBuilderString, XContentBuilder.FieldCaseConversion) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- startObject() - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- startOffset() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllEntries.Entry
-
- startOffset - クラス の変数org.elasticsearch.search.lookup.TermPosition
-
- startRecovery(IndexShard, DiscoveryNode, RecoveryTarget.RecoveryListener, TimeValue) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveriesCollection
-
Starts are new recovery for the given shard, source node and state
- startRecovery(IndexShard, RecoveryState.Type, DiscoveryNode, RecoveryTarget.RecoveryListener) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryTarget
-
- StartRecoveryRequest - org.elasticsearch.indices.recoveryのクラス
-
- StartRecoveryRequest() - クラス のコンストラクタorg.elasticsearch.indices.recovery.StartRecoveryRequest
-
- StartRecoveryRequest(ShardId, DiscoveryNode, DiscoveryNode, boolean, Store.MetadataSnapshot, RecoveryState.Type, long) - クラス のコンストラクタorg.elasticsearch.indices.recovery.StartRecoveryRequest
-
Start recovery request.
- startRewriteTime() - クラス のメソッドorg.elasticsearch.search.profile.Profiler
-
Begin timing the rewrite phase of a request.
- startRow() - クラス のメソッドorg.elasticsearch.common.Table
-
- startTerm(BytesRef) - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester.XBuilder
-
- startTime() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
- startTime() - クラス のメソッドorg.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- startTime() - クラス のメソッドorg.elasticsearch.index.engine.Engine.Delete
-
Returns operation start time in nanoseconds.
- startTime() - クラス のメソッドorg.elasticsearch.index.engine.Engine.DeleteByQuery
-
Returns operation start time in nanoseconds.
- startTime() - クラス のメソッドorg.elasticsearch.index.engine.Engine.IndexingOperation
-
Returns operation start time in nanoseconds.
- startTime() - インタフェース のメソッドorg.elasticsearch.index.engine.Engine.Operation
-
- startTime() - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus.Index
-
- startTime(long) - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus.Index
-
- startTime() - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus
-
- startTime(long) - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus
-
- startTime() - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus.Translog
-
- startTime(long) - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus.Translog
-
- startTime() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Returns snapshot start time
- startTime() - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Returns snapshot start time
- startTime(long) - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Sets snapshot start time
- startTime - クラス の変数org.elasticsearch.indices.recovery.RecoveryState.Timer
-
- startTime() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Timer
-
Returns start time in millis
- startTime(ProfileBreakdown.TimingType) - クラス のメソッドorg.elasticsearch.search.profile.ProfileBreakdown
-
Begin timing a query for a specific Timing context
- startTime() - クラス のメソッドorg.elasticsearch.snapshots.Snapshot
-
Returns time when snapshot started
- startTime() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotInfo
-
Returns time when snapshot started
- startVerification() - クラス のメソッドorg.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- startVerification() - インタフェース のメソッドorg.elasticsearch.repositories.Repository
-
Verifies repository on the master node and returns the verification token.
- state(IndexMetaData.State) - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- state() - クラス のメソッドorg.elasticsearch.action.admin.indices.create.CreateIndexClusterStateUpdateRequest
-
- state(ClusterStateRequest) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
The state of the cluster.
- state(ClusterStateRequest, ActionListener<ClusterStateResponse>) - インタフェース のメソッドorg.elasticsearch.client.ClusterAdminClient
-
The state of the cluster.
- state() - クラス のメソッドorg.elasticsearch.cluster.ClusterChangedEvent
-
The new cluster state that caused this change event.
- state() - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
The current state.
- state(IndexMetaData.State) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- state() - クラス のメソッドorg.elasticsearch.cluster.RestoreInProgress.Entry
-
Returns current restore state
- state() - クラス のメソッドorg.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Returns current state
- state() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
The shard state.
- state() - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- state() - クラス のメソッドorg.elasticsearch.cluster.SnapshotsInProgress.Entry
-
- state() - クラス のメソッドorg.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
- state() - クラス のメソッドorg.elasticsearch.common.component.Lifecycle
-
- state - クラス の変数org.elasticsearch.index.shard.IndexShard
-
- state() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- state() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
- state() - クラス のメソッドorg.elasticsearch.snapshots.Snapshot
-
Returns current snapshot state
- state() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotInfo
-
Returns snapshot state
- STATE_DIR_NAME - クラス のstatic変数org.elasticsearch.gateway.MetaDataStateFormat
-
- STATE_FILE_EXTENSION - クラス のstatic変数org.elasticsearch.gateway.MetaDataStateFormat
-
- STATE_NOT_RECOVERED_BLOCK - クラス のstatic変数org.elasticsearch.gateway.GatewayService
-
- states - クラス の変数org.elasticsearch.search.aggregations.metrics.percentiles.hdr.AbstractHDRPercentilesAggregator
-
- states - クラス の変数org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.AbstractTDigestPercentilesAggregator
-
- stateUUID(String) - クラス のメソッドorg.elasticsearch.cluster.ClusterState.Builder
-
- stateUUID() - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
This stateUUID is automatically generated for for each version of cluster state.
- StaticInjectionRequest - org.elasticsearch.common.inject.spiのクラス
-
A request to inject the static fields and methods of a type.
- stats(IndicesStatsRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Indices stats.
- stats(IndicesStatsRequest, ActionListener<IndicesStatsResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Indices stats.
- stats() - クラス のメソッドorg.elasticsearch.http.HttpServer
-
- stats() - インタフェース のメソッドorg.elasticsearch.http.HttpServerTransport
-
- stats() - クラス のメソッドorg.elasticsearch.http.netty.NettyHttpServerTransport
-
- stats() - クラス のメソッドorg.elasticsearch.index.cache.request.ShardRequestCache
-
- stats(String...) - クラス のメソッドorg.elasticsearch.index.fielddata.ShardFieldData
-
- stats() - クラス のメソッドorg.elasticsearch.index.get.ShardGetService
-
- Stats(long, long, long, long, long, long, long, long, boolean, long) - クラス のコンストラクタorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- stats(String...) - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
Returns the stats, including type specific stats.
- stats(Terms, int) - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.DateFieldType
-
- stats(Terms, int) - クラス のメソッドorg.elasticsearch.index.mapper.core.DoubleFieldMapper.DoubleFieldType
-
- stats(Terms, int) - クラス のメソッドorg.elasticsearch.index.mapper.core.IntegerFieldMapper.IntegerFieldType
-
- stats(Terms, int) - クラス のメソッドorg.elasticsearch.index.mapper.core.LongFieldMapper.LongFieldType
-
- stats(Terms, int) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- stats() - クラス のメソッドorg.elasticsearch.index.percolator.stats.ShardPercolateService
-
- Stats(long, long, long, long, long, long, long, long, long) - クラス のコンストラクタorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- Stats(SearchStats.Stats) - クラス のコンストラクタorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- stats(String...) - クラス のメソッドorg.elasticsearch.index.search.stats.ShardSearchStats
-
Returns the stats, including group specific stats.
- stats() - クラス のメソッドorg.elasticsearch.index.store.Store
-
- stats() - クラス のメソッドorg.elasticsearch.index.suggest.stats.ShardSuggestMetric
-
- stats() - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
return stats
- stats() - クラス のメソッドorg.elasticsearch.index.warmer.ShardIndexWarmerService
-
- stats() - クラス のメソッドorg.elasticsearch.indices.breaker.CircuitBreakerService
-
- stats(String) - クラス のメソッドorg.elasticsearch.indices.breaker.CircuitBreakerService
-
- stats() - クラス のメソッドorg.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- stats(String) - クラス のメソッドorg.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- stats() - クラス のメソッドorg.elasticsearch.indices.breaker.NoneCircuitBreakerService
-
- stats(String) - クラス のメソッドorg.elasticsearch.indices.breaker.NoneCircuitBreakerService
-
- stats(boolean) - クラス のメソッドorg.elasticsearch.indices.IndicesService
-
Returns the node stats indices stats.
- stats(boolean, CommonStatsFlags) - クラス のメソッドorg.elasticsearch.indices.IndicesService
-
- stats() - クラス のメソッドorg.elasticsearch.monitor.fs.FsProbe
-
- stats() - クラス のメソッドorg.elasticsearch.monitor.fs.FsService
-
- stats() - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmService
-
- stats() - クラス のメソッドorg.elasticsearch.monitor.os.OsService
-
- stats() - クラス のメソッドorg.elasticsearch.monitor.process.ProcessService
-
- stats() - クラス のメソッドorg.elasticsearch.node.service.NodeService
-
- stats(CommonStatsFlags, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - クラス のメソッドorg.elasticsearch.node.service.NodeService
-
- stats() - クラス のメソッドorg.elasticsearch.script.ScriptMetrics
-
- stats() - クラス のメソッドorg.elasticsearch.script.ScriptService
-
- stats(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Stats aggregation with the given name.
- Stats - org.elasticsearch.search.aggregations.metrics.statsのインタフェース
-
Statistics over a set of values (either aggregated over field data or scripts)
- stats(String...) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
The stats groups this request will be aggregated under.
- stats(String...) - クラス のメソッドorg.elasticsearch.search.suggest.completion.Completion090PostingsFormat.CompletionTerms
-
- stats(String...) - クラス のメソッドorg.elasticsearch.search.suggest.completion.Completion090PostingsFormat.LookupFactory
-
- stats() - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool
-
- Stats(String, int, int, int, long, int, long) - クラス のコンストラクタorg.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- stats() - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- StatsAggregator - org.elasticsearch.search.aggregations.metrics.statsのクラス
-
- StatsAggregator(String, ValuesSource.Numeric, ValueFormatter, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.stats.StatsAggregator
-
- StatsAggregator.Factory - org.elasticsearch.search.aggregations.metrics.statsのクラス
-
- StatsBucket - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.statsのインタフェース
-
Statistics over a set of buckets
- statsBucket(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- StatsBucketBuilder - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.statsのクラス
-
- StatsBucketBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketBuilder
-
- StatsBucketParser - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.statsのクラス
-
- StatsBucketParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketParser
-
- StatsBucketPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.statsのクラス
-
- StatsBucketPipelineAggregator(String, String[], BucketHelpers.GapPolicy, ValueFormatter, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
-
- StatsBucketPipelineAggregator.Factory - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.statsのクラス
-
- StatsBuilder - org.elasticsearch.search.aggregations.metrics.statsのクラス
-
Builder for the
Stats aggregation.
- StatsBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.stats.StatsBuilder
-
Sole constructor.
- StatsGroupsParseElement - org.elasticsearch.index.search.statsのクラス
-
- StatsGroupsParseElement() - クラス のコンストラクタorg.elasticsearch.index.search.stats.StatsGroupsParseElement
-
- StatsParser - org.elasticsearch.search.aggregations.metrics.statsのクラス
-
- StatsParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.stats.StatsParser
-
- status() - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo.Failure
-
- status() - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo
-
- status() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- status() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse
-
- status() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse
-
- status() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodeSnapshotStatus
-
- status() - クラス のメソッドorg.elasticsearch.action.count.CountResponse
-
非推奨です。
- status() - 例外 のメソッドorg.elasticsearch.action.NoShardAvailableActionException
-
- status() - 例外 のメソッドorg.elasticsearch.action.RoutingMissingException
-
- status() - クラス のメソッドorg.elasticsearch.action.search.ClearScrollResponse
-
- status() - 例外 のメソッドorg.elasticsearch.action.search.SearchPhaseExecutionException
-
- status() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
- status() - クラス のメソッドorg.elasticsearch.action.search.ShardSearchFailure
-
- status() - インタフェース のメソッドorg.elasticsearch.action.ShardOperationFailedException
-
The status of the failure.
- status() - クラス のメソッドorg.elasticsearch.action.support.DefaultShardOperationFailedException
-
- Status(String) - クラス のコンストラクタorg.elasticsearch.action.support.replication.ReplicationTask.Status
-
- Status(StreamInput) - クラス のコンストラクタorg.elasticsearch.action.support.replication.ReplicationTask.Status
-
- status() - 例外 のメソッドorg.elasticsearch.action.UnavailableShardsException
-
- status() - 例外 のメソッドorg.elasticsearch.client.transport.NoNodeAvailableException
-
- status() - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlock
-
- status() - 例外 のメソッドorg.elasticsearch.cluster.block.ClusterBlockException
-
- status() - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- status(ClusterState.ClusterStateStatus) - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- status() - 例外 のメソッドorg.elasticsearch.cluster.metadata.ProcessClusterEventTimeoutException
-
- status() - クラス のメソッドorg.elasticsearch.common.cli.CliTool.Command.Exit
-
- status() - 列挙型 のメソッドorg.elasticsearch.common.cli.CliTool.ExitStatus
-
- status() - 例外 のメソッドorg.elasticsearch.common.io.stream.NotSerializableExceptionWrapper
-
- status() - 例外 のメソッドorg.elasticsearch.common.util.concurrent.EsRejectedExecutionException
-
- status() - インタフェース のメソッドorg.elasticsearch.common.xcontent.StatusToXContent
-
Returns the REST status to make sure it is returned correctly
- status() - 例外 のメソッドorg.elasticsearch.discovery.MasterNotDiscoveredException
-
- status() - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
Returns the rest status code associated with this exception.
- status() - 例外 のメソッドorg.elasticsearch.ElasticsearchParseException
-
- status() - 例外 のメソッドorg.elasticsearch.ElasticsearchSecurityException
-
- status(Throwable) - クラス のstaticメソッドorg.elasticsearch.ExceptionsHelper
-
- status() - 例外 のメソッドorg.elasticsearch.index.engine.DocumentAlreadyExistsException
-
- status() - 例外 のメソッドorg.elasticsearch.index.engine.DocumentMissingException
-
- status() - 例外 のメソッドorg.elasticsearch.index.engine.DocumentSourceMissingException
-
- status() - 例外 のメソッドorg.elasticsearch.index.engine.FlushNotAllowedEngineException
-
- status() - 例外 のメソッドorg.elasticsearch.index.engine.VersionConflictEngineException
-
- status() - 例外 のメソッドorg.elasticsearch.index.mapper.MapperParsingException
-
- status() - 例外 のメソッドorg.elasticsearch.index.mapper.MergeMappingException
-
- status() - 例外 のメソッドorg.elasticsearch.index.mapper.StrictDynamicMappingException
-
- status() - 例外 のメソッドorg.elasticsearch.index.query.QueryParsingException
-
- status() - 例外 のメソッドorg.elasticsearch.index.shard.IllegalIndexShardStateException
-
- status() - 例外 のメソッドorg.elasticsearch.indices.IndexAlreadyExistsException
-
- status() - 例外 のメソッドorg.elasticsearch.indices.IndexClosedException
-
- status() - 例外 のメソッドorg.elasticsearch.indices.IndexPrimaryShardNotAllocatedException
-
- status() - 例外 のメソッドorg.elasticsearch.indices.IndexTemplateAlreadyExistsException
-
- status() - 例外 のメソッドorg.elasticsearch.indices.IndexTemplateMissingException
-
- status() - 例外 のメソッドorg.elasticsearch.indices.InvalidAliasNameException
-
- status() - 例外 のメソッドorg.elasticsearch.indices.InvalidIndexNameException
-
- status() - 例外 のメソッドorg.elasticsearch.indices.InvalidIndexTemplateException
-
- status() - 例外 のメソッドorg.elasticsearch.indices.InvalidTypeNameException
-
- status() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveriesCollection.StatusRef
-
- status() - 例外 のメソッドorg.elasticsearch.indices.TypeMissingException
-
- status() - 例外 のメソッドorg.elasticsearch.repositories.RepositoryMissingException
-
- status() - 例外 のメソッドorg.elasticsearch.repositories.RepositoryVerificationException
-
- status() - 例外 のメソッドorg.elasticsearch.ResourceNotFoundException
-
- status() - クラス のメソッドorg.elasticsearch.rest.BytesRestResponse
-
- status() - クラス のメソッドorg.elasticsearch.rest.RestResponse
-
The rest status code.
- status(int, int, ShardOperationFailedException...) - 列挙型 のstaticメソッドorg.elasticsearch.rest.RestStatus
-
- status() - 例外 のメソッドorg.elasticsearch.script.groovy.GroovyScriptCompilationException
-
非推奨です。
- status() - 例外 のメソッドorg.elasticsearch.script.groovy.GroovyScriptExecutionException
-
非推奨です。
- status() - 例外 のメソッドorg.elasticsearch.search.SearchContextMissingException
-
- status() - 例外 のメソッドorg.elasticsearch.search.SearchParseException
-
- status() - 例外 のメソッドorg.elasticsearch.search.warmer.IndexWarmerMissingException
-
- status() - 例外 のメソッドorg.elasticsearch.snapshots.ConcurrentSnapshotExecutionException
-
- status() - 例外 のメソッドorg.elasticsearch.snapshots.InvalidSnapshotNameException
-
- status() - クラス のメソッドorg.elasticsearch.snapshots.RestoreInfo
-
REST status of the operation
- status() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.UpdateIndexShardRestoreStatusRequest
-
- status() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotInfo
-
Returns snapshot REST status
- status() - 例外 のメソッドorg.elasticsearch.snapshots.SnapshotMissingException
-
- status() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardFailure
-
Returns REST status corresponding to this failure
- status() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
-
- status() - 例外 のメソッドorg.elasticsearch.transport.netty.SizeHeaderFrameDecoder.HttpOnTransportException
-
- StatusRef(RecoveryStatus) - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveriesCollection.StatusRef
-
- StatusToXContent - org.elasticsearch.common.xcontentのインタフェース
-
- StemmerOverrideTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- StemmerOverrideTokenFilterFactory(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.StemmerOverrideTokenFilterFactory
-
- StemmerTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- StemmerTokenFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.StemmerTokenFilterFactory
-
- stop() - クラス のメソッドorg.elasticsearch.common.component.AbstractLifecycleComponent
-
- stop() - インタフェース のメソッドorg.elasticsearch.common.component.LifecycleComponent
-
- stop() - クラス のメソッドorg.elasticsearch.common.metrics.MeterMetric
-
- stop() - クラス のメソッドorg.elasticsearch.common.StopWatch
-
Stop the current task.
- stop(String) - クラス のメソッドorg.elasticsearch.discovery.zen.fd.MasterFaultDetection
-
- stop() - クラス のメソッドorg.elasticsearch.discovery.zen.fd.NodesFaultDetection
-
stops all pinging
- stop() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Timer
-
- stop() - クラス のメソッドorg.elasticsearch.watcher.WatcherHandle
-
- STOP_WORDS - インタフェース のstatic変数org.elasticsearch.index.query.MoreLikeThisQueryParser.Field
-
- stopAccumulatingJoins(String) - クラス のメソッドorg.elasticsearch.discovery.zen.NodeJoinController
-
Stopped accumulating joins.
- StopAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- StopAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.StopAnalyzerProvider
-
- stopAndAddRewriteTime() - クラス のメソッドorg.elasticsearch.search.profile.Profiler
-
Stop recording the current rewrite and add it's time to the total tally, returning the
cumulative time so far.
- stopAndRecordTime() - クラス のメソッドorg.elasticsearch.search.profile.ProfileBreakdown
-
Halt the timing process and save the elapsed time.
- stopAtNonOption(boolean) - クラス のメソッドorg.elasticsearch.common.cli.CliToolConfig.Cmd.Builder
-
- stopped() - クラス のメソッドorg.elasticsearch.common.component.Lifecycle
-
Returns true if the state is stopped.
- stoppedOrClosed() - クラス のメソッドorg.elasticsearch.common.component.Lifecycle
-
- stopTime - クラス の変数org.elasticsearch.indices.recovery.RecoveryState.Timer
-
- stopTime() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Timer
-
Returns stop time in millis
- StopTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- StopTokenFilterFactory(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.StopTokenFilterFactory
-
- Stopwatch - org.elasticsearch.common.inject.internalのクラス
-
Enables simple performance monitoring.
- Stopwatch() - クラス のコンストラクタorg.elasticsearch.common.inject.internal.Stopwatch
-
- StopWatch - 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() - クラス のコンストラクタorg.elasticsearch.common.StopWatch
-
Construct a new stop watch.
- StopWatch(String) - クラス のコンストラクタorg.elasticsearch.common.StopWatch
-
Construct a new stop watch with the given id.
- StopWatch.TaskInfo - org.elasticsearch.commonのクラス
-
Inner class to hold data about one task executed within the stop watch.
- stopWords() - クラス のメソッドorg.elasticsearch.index.analysis.StopTokenFilterFactory
-
- stopWords(String...) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder
-
Set the set of stopwords.
- store(OutputStream) - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- store(DataOutput) - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- store - クラス の変数org.elasticsearch.action.admin.indices.stats.CommonStats
-
- store(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- store() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- store - クラス の変数org.elasticsearch.index.engine.Engine
-
- store(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- store(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper.Builder
-
- store() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- Store - org.elasticsearch.index.storeのクラス
-
A Store provides plain access to files written by an elasticsearch index shard.
- Store(ShardId, Settings, DirectoryService, ShardLock) - クラス のコンストラクタorg.elasticsearch.index.store.Store
-
- Store(ShardId, IndexSettingsService, DirectoryService, ShardLock, Store.OnClose) - クラス のコンストラクタorg.elasticsearch.index.store.Store
-
- Store(ShardId, Settings, DirectoryService, ShardLock, Store.OnClose) - クラス のコンストラクタorg.elasticsearch.index.store.Store
-
- store() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
- Store.LegacyChecksums - org.elasticsearch.index.storeのクラス
-
- Store.MetadataSnapshot - org.elasticsearch.index.storeのクラス
-
Represents a snapshot of the current directory build from the latest Lucene commit.
- Store.OnClose - org.elasticsearch.index.storeのインタフェース
-
A listener that is executed once the store is closed and all references to it are released
- Store.RecoveryDiff - org.elasticsearch.index.storeのクラス
-
A class representing the diff between a recovery source and recovery target
- STORE_TYPE - クラス のstatic変数org.elasticsearch.index.store.IndexStoreModule
-
- storeException() - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards.NodeGatewayStartedShards
-
- StoreFileMetaData - org.elasticsearch.index.storeのクラス
-
- StoreFileMetaData(String, long) - クラス のコンストラクタorg.elasticsearch.index.store.StoreFileMetaData
-
- StoreFileMetaData(String, long, String) - クラス のコンストラクタorg.elasticsearch.index.store.StoreFileMetaData
-
- StoreFileMetaData(String, long, String, Version) - クラス のコンストラクタorg.elasticsearch.index.store.StoreFileMetaData
-
- StoreFileMetaData(String, long, String, Version, BytesRef) - クラス のコンストラクタorg.elasticsearch.index.store.StoreFileMetaData
-
- storeFilesMetaData() - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData
-
- StoreFilesMetaData(boolean, ShardId, Store.MetadataSnapshot) - クラス のコンストラクタorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- StoreModule - org.elasticsearch.index.storeのクラス
-
- StoreModule(Class<? extends DirectoryService>, ShardLock, Store.OnClose, ShardPath) - クラス のコンストラクタorg.elasticsearch.index.store.StoreModule
-
- StoreRateLimiting - org.apache.lucene.storeのクラス
-
- StoreRateLimiting() - クラス のコンストラクタorg.apache.lucene.store.StoreRateLimiting
-
- StoreRateLimiting.Listener - org.apache.lucene.storeのインタフェース
-
- StoreRateLimiting.Provider - org.apache.lucene.storeのインタフェース
-
- StoreRateLimiting.Type - org.apache.lucene.storeの列挙型
-
- StoreRecoveryService - org.elasticsearch.index.shardのクラス
-
- StoreRecoveryService(ShardId, IndexSettingsService, ThreadPool, MappingUpdatedAction, ClusterService, RepositoriesService, RestoreService) - クラス のコンストラクタorg.elasticsearch.index.shard.StoreRecoveryService
-
- StoreRecoveryService.RecoveryListener - org.elasticsearch.index.shardのインタフェース
-
- storeStats() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- StoreStats - org.elasticsearch.index.storeのクラス
-
- StoreStats() - クラス のコンストラクタorg.elasticsearch.index.store.StoreStats
-
- StoreStats(long, long) - クラス のコンストラクタorg.elasticsearch.index.store.StoreStats
-
- StoreStatus(DiscoveryNode, long, IndicesShardStoresResponse.StoreStatus.Allocation, Throwable) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
- storeTermVectorOffsets(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- storeTermVectorPayloads(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- storeTermVectorPositions(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- storeTermVectors(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- StoreUtils - org.apache.lucene.storeのクラス
-
- STRATEGY - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Defaults
-
- STRATEGY - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Names
-
- strategy(SpatialStrategy) - クラス のメソッドorg.elasticsearch.index.query.GeoShapeQueryBuilder
-
Defines which spatial strategy will be used for building the geo shape filter.
- STRATEGY_POINTS_ONLY - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Names
-
- strategyName() - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- stream(BytesReference) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationStreams
-
Returns the stream that is registered for the given type
- stream(BytesReference) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.BucketStreams
-
Returns the stream that is registered for the given type
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.children.InternalChildren
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.filter.InternalFilter
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.global.InternalGlobal
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.missing.InternalMissing
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.nested.InternalNested
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.sampler.UnmappedSampler
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.heuristics.GND
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.terms.LongTerms
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- stream() - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregation.Type
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.InternalExtendedStatsBucket
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.InternalStatsBucket
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.having.BucketSelectorPipelineAggregator
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel
-
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
-
- stream(BytesReference) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorStreams
-
Returns the stream that is registered for the given type
- STREAM - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
-
- Streamable - org.elasticsearch.common.io.streamのインタフェース
-
- StreamableReader<T> - org.elasticsearch.common.io.streamのインタフェース
-
- streamContext() - クラス のstaticメソッドorg.elasticsearch.search.internal.InternalSearchHits
-
- StreamContext() - クラス のコンストラクタorg.elasticsearch.search.internal.InternalSearchHits.StreamContext
-
- streamInput() - クラス のメソッドorg.elasticsearch.common.bytes.BytesArray
-
- streamInput() - インタフェース のメソッドorg.elasticsearch.common.bytes.BytesReference
-
A stream input of the bytes.
- streamInput() - クラス のメソッドorg.elasticsearch.common.bytes.ChannelBufferBytesReference
-
- streamInput() - クラス のメソッドorg.elasticsearch.common.bytes.PagedBytesReference
-
- streamInput(StreamInput) - インタフェース のメソッドorg.elasticsearch.common.compress.Compressor
-
- streamInput(StreamInput) - クラス のメソッドorg.elasticsearch.common.compress.deflate.DeflateCompressor
-
- streamInput(StreamInput) - クラス のメソッドorg.elasticsearch.common.compress.lzf.LZFCompressor
-
非推奨です。
- StreamInput - org.elasticsearch.common.io.streamのクラス
-
- StreamInput() - クラス のコンストラクタorg.elasticsearch.common.io.stream.StreamInput
-
- StreamInputReader<T> - org.elasticsearch.common.io.streamのインタフェース
-
Defines a method for reading a list of objects from StreamInput.
- streamOutput(StreamOutput) - インタフェース のメソッドorg.elasticsearch.common.compress.Compressor
-
- streamOutput(StreamOutput) - クラス のメソッドorg.elasticsearch.common.compress.deflate.DeflateCompressor
-
- streamOutput(StreamOutput) - クラス のメソッドorg.elasticsearch.common.compress.lzf.LZFCompressor
-
非推奨です。
- StreamOutput - org.elasticsearch.common.io.streamのクラス
-
- StreamOutput() - クラス のコンストラクタorg.elasticsearch.common.io.stream.StreamOutput
-
- Streams - org.elasticsearch.common.ioのクラス
-
Simple utility methods for file and stream copying.
- Streams() - クラス のコンストラクタorg.elasticsearch.common.io.Streams
-
- Streams() - クラス のコンストラクタorg.elasticsearch.common.rounding.Rounding.Streams
-
- streamSeparator() - クラス のメソッドorg.elasticsearch.common.xcontent.cbor.CborXContent
-
- streamSeparator() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContent
-
- streamSeparator() - クラス のメソッドorg.elasticsearch.common.xcontent.smile.SmileXContent
-
- streamSeparator() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContent
-
- streamSeparator() - クラス のメソッドorg.elasticsearch.common.xcontent.yaml.YamlXContent
-
- streamShardTarget() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits.StreamContext
-
- streamShardTarget(InternalSearchHits.StreamContext.ShardTargetType) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits.StreamContext
-
- STRICT - クラス のstatic変数org.elasticsearch.common.ParseFieldMatcher
-
- StrictDynamicMappingException - org.elasticsearch.index.mapperの例外
-
- StrictDynamicMappingException(String, String) - 例外 のコンストラクタorg.elasticsearch.index.mapper.StrictDynamicMappingException
-
- StrictDynamicMappingException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.mapper.StrictDynamicMappingException
-
- strictExpand() - クラス のstaticメソッドorg.elasticsearch.action.support.IndicesOptions
-
- strictExpandOpen() - クラス のstaticメソッドorg.elasticsearch.action.support.IndicesOptions
-
- strictExpandOpenAndForbidClosed() - クラス のstaticメソッドorg.elasticsearch.action.support.IndicesOptions
-
- StrictISODateTimeFormat - org.joda.time.formatのクラス
-
Factory that creates instances of DateTimeFormatter based on the ISO8601 standard.
- StrictISODateTimeFormat() - クラス のコンストラクタorg.joda.time.format.StrictISODateTimeFormat
-
Constructor.
- strictSingleIndexNoExpandForbidClosed() - クラス のstaticメソッドorg.elasticsearch.action.support.IndicesOptions
-
- string() - クラス のメソッドorg.elasticsearch.common.compress.CompressedXContent
-
- string() - クラス のメソッドorg.elasticsearch.common.text.Text
-
Returns a
String view of the data.
- string() - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
Returns a string representation of the builder (only applicable for text based xcontent).
- STRING_DISTANCE - クラス のstatic変数org.elasticsearch.search.suggest.SuggestUtils.Fields
-
- stringBuilder() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
A string builder that can be used to construct complex names for example.
- stringBuilder() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
A string builder that can be used to construct complex names for example.
- stringDistance() - クラス のメソッドorg.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- stringDistance(StringDistance) - クラス のメソッドorg.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- stringDistance - クラス の変数org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
-
- stringDistance(String) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.DirectCandidateGenerator
-
Sets what string distance implementation to use for comparing how
similar suggested terms are.
- stringDistance(String) - クラス のメソッドorg.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
Sets what string distance implementation to use for comparing how similar
suggested terms are.
- stringField(FieldInfo, byte[]) - クラス のメソッドorg.elasticsearch.index.fieldvisitor.FieldsVisitor
-
- stringField(String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.MapperBuilders
-
- StringFieldMapper - org.elasticsearch.index.mapper.coreのクラス
-
- StringFieldMapper(String, MappedFieldType, MappedFieldType, int, int, Settings, FieldMapper.MultiFields, FieldMapper.CopyTo) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.StringFieldMapper
-
- StringFieldMapper.Builder - org.elasticsearch.index.mapper.coreのクラス
-
- StringFieldMapper.Defaults - org.elasticsearch.index.mapper.coreのクラス
-
- StringFieldMapper.StringFieldType - org.elasticsearch.index.mapper.coreのクラス
-
- StringFieldMapper.TypeParser - org.elasticsearch.index.mapper.coreのクラス
-
- StringFieldMapper.ValueAndBoost - org.elasticsearch.index.mapper.coreのクラス
-
- StringFieldType() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.StringFieldMapper.StringFieldType
-
- StringFieldType(StringFieldMapper.StringFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.StringFieldMapper.StringFieldType
-
- StringFilter() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.StringFilter
-
- Strings - org.elasticsearch.common.inject.internalのクラス
-
String utilities.
- Strings - org.elasticsearch.commonのクラス
-
- Strings(SortedBinaryDocValues) - クラス のコンストラクタorg.elasticsearch.index.fielddata.ScriptDocValues.Strings
-
- StringTerms - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
- StringTerms(String, Terms.Order, int, int, long, List<? extends InternalTerms.Bucket>, boolean, long, long, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
- StringTerms.Bucket - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
- StringTermsAggregator - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
An aggregator of string values.
- StringTermsAggregator(String, AggregatorFactories, ValuesSource, Terms.Order, TermsAggregator.BucketCountThresholds, IncludeExclude.StringFilter, AggregationContext, Aggregator, Aggregator.SubAggCollectionMode, boolean, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.StringTermsAggregator
-
- stringValue() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllField
-
- stringValue() - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.CustomNumericDocValuesField
-
- stringValue() - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.CustomNumericField
-
- StupidBackoff(double) - クラス のコンストラクタorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.StupidBackoff
-
Creates a Stupid-Backoff smoothing model.
- StupidBackoffScorer - org.elasticsearch.search.suggest.phraseのクラス
-
- StupidBackoffScorer(IndexReader, Terms, String, double, BytesRef, double) - クラス のコンストラクタorg.elasticsearch.search.suggest.phrase.StupidBackoffScorer
-
- subAggregation(AbstractAggregationBuilder) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregationBuilder
-
Add a sub get to this bucket get.
- subAggregation(byte[]) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregationBuilder
-
Sets a raw (xcontent / json) sub addAggregation.
- subAggregation(byte[], int, int) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregationBuilder
-
Sets a raw (xcontent / json) sub addAggregation.
- subAggregation(BytesReference) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregationBuilder
-
Sets a raw (xcontent / json) sub addAggregation.
- subAggregation(XContentBuilder) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregationBuilder
-
Sets a raw (xcontent / json) sub addAggregation.
- subAggregation(Map<String, Object>) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregationBuilder
-
Sets a raw (xcontent / json) sub addAggregation.
- SubAggregationComparator(String, boolean) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket.SubAggregationComparator
-
- subAggregator(String) - クラス のメソッドorg.elasticsearch.search.aggregations.Aggregator
-
Return the sub aggregator with the provided name.
- subAggregator(String) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorBase
-
- subAggregator(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.DeferringBucketCollector.WrappedAggregator
-
- subAggregators - クラス の変数org.elasticsearch.search.aggregations.AggregatorBase
-
- subAggregators() - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorBase
-
- subclassesOf(Class<?>) - クラス のstaticメソッドorg.elasticsearch.common.inject.matcher.Matchers
-
Returns a matcher which matches subclasses of the given type (as well as
the given type).
- subFactories(AggregatorFactories) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorFactory
-
Registers sub-factories with this factory.
- subFactories(AggregatorFactories) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregator.Factory
-
- subFactories(AggregatorFactories) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory.LeafOnly
-
- submitRequest(DiscoveryNode, String, TransportRequest, TransportResponseHandler<T>) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- submitRequest(DiscoveryNode, String, TransportRequest, TransportRequestOptions, TransportResponseHandler<T>) - クラス のメソッドorg.elasticsearch.transport.TransportService
-
- SubmitReschedulingClusterInfoUpdatedJob() - クラス のコンストラクタorg.elasticsearch.cluster.InternalClusterInfoService.SubmitReschedulingClusterInfoUpdatedJob
-
- submitStateUpdateTask(String, T, ClusterStateTaskConfig, ClusterStateTaskExecutor<T>, ClusterStateTaskListener) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
Submits a cluster state update task; submitted updates will be
batched across the same instance of executor.
- submitStateUpdateTask(String, ClusterStateUpdateTask) - インタフェース のメソッドorg.elasticsearch.cluster.ClusterService
-
- submitStateUpdateTask(String, ClusterStateUpdateTask) - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- submitStateUpdateTask(String, T, ClusterStateTaskConfig, ClusterStateTaskExecutor<T>, ClusterStateTaskListener) - クラス のメソッドorg.elasticsearch.cluster.service.InternalClusterService
-
- subOne(long) - クラス のstaticメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- subPath(int, int) - クラス のメソッドorg.elasticsearch.search.aggregations.support.AggregationPath
-
- subRequests() - クラス のメソッドorg.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest
-
- subRequests() - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
- subRequests() - インタフェース のメソッドorg.elasticsearch.action.CompositeIndicesRequest
-
Returns the subrequests that a composite request is composed of
- subRequests() - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest
-
- subRequests() - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateRequest
-
- subRequests() - クラス のメソッドorg.elasticsearch.action.percolate.PercolateRequest
-
- subRequests() - クラス のメソッドorg.elasticsearch.action.search.MultiSearchRequest
-
- subRequests() - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsRequest
-
- SubSearchContext - org.elasticsearch.search.internalのクラス
-
- SubSearchContext(SearchContext) - クラス のコンストラクタorg.elasticsearch.search.internal.SubSearchContext
-
- subSequence(int, int) - クラス のメソッドorg.elasticsearch.common.io.FastStringReader
-
- subsetSize - クラス の変数org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- substring(String, int, int) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Return substring(beginIndex, endIndex) that is impervious to string length.
- substringMatch(CharSequence, int, CharSequence) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Test whether the given string matches the given substring
at the given index.
- subtypeNotProvided(Class<? extends Provider<?>>, Class<?>) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- subtypeOf(Type) - クラス のstaticメソッドorg.elasticsearch.common.inject.util.Types
-
Returns a type that represents an unknown type that extends bound.
- success(T) - クラス のメソッドorg.elasticsearch.cluster.ClusterStateTaskExecutor.BatchResult.Builder
-
- success() - クラス のstaticメソッドorg.elasticsearch.cluster.ClusterStateTaskExecutor.TaskResult
-
- success() - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- successes(Iterable<T>) - クラス のメソッドorg.elasticsearch.cluster.ClusterStateTaskExecutor.BatchResult.Builder
-
- successfulShards() - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
total number of shards which were successfully sync-flushed
- successfulShards() - クラス のメソッドorg.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- successfulShards() - クラス のメソッドorg.elasticsearch.snapshots.RestoreInfo
-
Number of successful shards
- successfulShards() - クラス のメソッドorg.elasticsearch.snapshots.Snapshot
-
Returns total number of shards that were successfully snapshotted
- successfulShards() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotInfo
-
Returns total number of shards that were successfully snapshotted
- suggest - クラス の変数org.elasticsearch.action.admin.indices.stats.CommonStats
-
- suggest(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- suggest() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- suggest() - クラス のメソッドorg.elasticsearch.action.suggest.ShardSuggestRequest
-
- suggest() - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequest
-
The Phrase to get correction suggestions for
- suggest(BytesReference) - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequest
-
set a new source for the suggest query
- suggest(SuggestBuilder) - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequest
-
set a new source using a
SuggestBuilder
for phrase and term suggestion lookup
- suggest(SuggestBuilder.SuggestionBuilder) - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequest
-
- suggest(String) - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequest
-
- suggest(SuggestRequest) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Suggestion matching a specific phrase.
- suggest(SuggestRequest, ActionListener<SuggestResponse>) - インタフェース のメソッドorg.elasticsearch.client.Client
-
Suggestions matching a specific phrase.
- suggest(SuggestRequest) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- suggest(SuggestRequest, ActionListener<SuggestResponse>) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- suggest() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- suggest(SuggestionSearchContext) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- suggest() - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
- suggest() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- suggest(SuggestionSearchContext) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- suggest() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- suggest(SuggestionSearchContext) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- suggest() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchResponse
-
- suggest() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- suggest(SuggestionSearchContext) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- suggest(SuggestionSearchContext) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- suggest() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- suggest(Suggest) - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- Suggest - org.elasticsearch.search.suggestのクラス
-
Top level suggest result, containing the result for each suggestion.
- Suggest() - クラス のコンストラクタorg.elasticsearch.search.suggest.Suggest
-
- Suggest(XContentBuilderString) - クラス のコンストラクタorg.elasticsearch.search.suggest.Suggest
-
- Suggest(List<Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>>) - クラス のコンストラクタorg.elasticsearch.search.suggest.Suggest
-
- Suggest(XContentBuilderString, List<Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>>) - クラス のコンストラクタorg.elasticsearch.search.suggest.Suggest
-
- SUGGEST - クラス のstatic変数org.elasticsearch.search.suggest.Suggest.Fields
-
- SUGGEST - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool.Names
-
- Suggest.Fields - org.elasticsearch.search.suggestのクラス
-
- Suggest.Suggestion<T extends Suggest.Suggestion.Entry> - org.elasticsearch.search.suggestのクラス
-
The suggestion responses corresponding with the suggestions in the request.
- Suggest.Suggestion.Entry<O extends Suggest.Suggestion.Entry.Option> - org.elasticsearch.search.suggestのクラス
-
Represents a part from the suggest text with suggested options.
- Suggest.Suggestion.Entry.Option - org.elasticsearch.search.suggestのクラス
-
Contains the suggested text with its document frequency and score.
- Suggest.Suggestion.Sort - org.elasticsearch.search.suggestの列挙型
-
- SUGGEST_CODEC_VERSION - クラス のstatic変数org.elasticsearch.search.suggest.completion.Completion090PostingsFormat
-
- SUGGEST_MODE - クラス のstatic変数org.elasticsearch.search.suggest.SuggestUtils.Fields
-
- SUGGEST_VERSION_CURRENT - クラス のstatic変数org.elasticsearch.search.suggest.completion.Completion090PostingsFormat
-
- SuggestAction - org.elasticsearch.action.suggestのクラス
-
- SuggestBuilder - org.elasticsearch.search.suggestのクラス
-
Defines how to perform suggesting.
- SuggestBuilder() - クラス のコンストラクタorg.elasticsearch.search.suggest.SuggestBuilder
-
- SuggestBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.suggest.SuggestBuilder
-
- SuggestBuilder.SuggestionBuilder<T> - org.elasticsearch.search.suggestのクラス
-
- SuggestBuilders - org.elasticsearch.search.suggestのクラス
-
A static factory for building suggester lookup queries
- SuggestBuilders() - クラス のコンストラクタorg.elasticsearch.search.suggest.SuggestBuilders
-
- SuggestContextParser - org.elasticsearch.search.suggestのインタフェース
-
- Suggester<T extends SuggestionSearchContext.SuggestionContext> - org.elasticsearch.search.suggestのクラス
-
- Suggester() - クラス のコンストラクタorg.elasticsearch.search.suggest.Suggester
-
- Suggesters - org.elasticsearch.search.suggestのクラス
-
- Suggesters() - クラス のコンストラクタorg.elasticsearch.search.suggest.Suggesters
-
- Suggesters(Map<String, Suggester>) - クラス のコンストラクタorg.elasticsearch.search.suggest.Suggesters
-
- Suggesters(Map<String, Suggester>, ScriptService) - クラス のコンストラクタorg.elasticsearch.search.suggest.Suggesters
-
- Suggestion() - クラス のコンストラクタorg.elasticsearch.search.suggest.Suggest.Suggestion
-
- Suggestion(String, int) - クラス のコンストラクタorg.elasticsearch.search.suggest.Suggest.Suggestion
-
- SuggestionBuilder(String, String) - クラス のコンストラクタorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
- SuggestionContext(Suggester) - クラス のコンストラクタorg.elasticsearch.search.suggest.SuggestionSearchContext.SuggestionContext
-
- suggestions() - クラス のメソッドorg.elasticsearch.search.suggest.SuggestionSearchContext
-
- SuggestionSearchContext - org.elasticsearch.search.suggestのクラス
-
- SuggestionSearchContext() - クラス のコンストラクタorg.elasticsearch.search.suggest.SuggestionSearchContext
-
- SuggestionSearchContext.SuggestionContext - org.elasticsearch.search.suggestのクラス
-
- suggestMode() - クラス のメソッドorg.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- suggestMode(SuggestMode) - クラス のメソッドorg.elasticsearch.search.suggest.DirectSpellcheckerSettings
-
- suggestMode(String) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.DirectCandidateGenerator
-
The global suggest mode controls what suggested terms are included or
controls for what suggest text tokens, terms should be suggested for.
- suggestMode(String) - クラス のメソッド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.
- SuggestParseElement - org.elasticsearch.search.suggestのクラス
-
- SuggestParseElement(Suggesters) - クラス のコンストラクタorg.elasticsearch.search.suggest.SuggestParseElement
-
- SuggestPhase - org.elasticsearch.search.suggestのクラス
-
- SuggestPhase(Settings, SuggestParseElement) - クラス のコンストラクタorg.elasticsearch.search.suggest.SuggestPhase
-
- SuggestRequest - org.elasticsearch.action.suggestのクラス
-
A request to get suggestions for corrections of phrases.
- SuggestRequest() - クラス のコンストラクタorg.elasticsearch.action.suggest.SuggestRequest
-
- SuggestRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.suggest.SuggestRequest
-
Constructs a new suggest request against the provided indices.
- suggestRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a suggest request for getting suggestions from provided indices.
- SuggestRequestBuilder - org.elasticsearch.action.suggestのクラス
-
A suggest action request builder.
- SuggestRequestBuilder(ElasticsearchClient, SuggestAction) - クラス のコンストラクタorg.elasticsearch.action.suggest.SuggestRequestBuilder
-
- SuggestResponse - org.elasticsearch.action.suggestのクラス
-
The response of the suggest action.
- suggestShardSideQueueSize(int, int) - クラス のstaticメソッド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.
- suggestStats() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- SuggestStats - org.elasticsearch.index.suggest.statsのクラス
-
Exposes suggest related statistics.
- SuggestStats() - クラス のコンストラクタorg.elasticsearch.index.suggest.stats.SuggestStats
-
- SuggestUtils - org.elasticsearch.search.suggestのクラス
-
- SuggestUtils.Fields - org.elasticsearch.search.suggestのクラス
-
- SuggestUtils.TokenConsumer - org.elasticsearch.search.suggestのクラス
-
- sum() - クラス のメソッドorg.elasticsearch.common.metrics.MeanMetric
-
- sum(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Sum aggregation with the given name.
- sum - クラス の変数org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- Sum - 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変数org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
- SumAggregator - org.elasticsearch.search.aggregations.metrics.sumのクラス
-
- SumAggregator(String, ValuesSource.Numeric, ValueFormatter, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.sum.SumAggregator
-
- SumAggregator.Factory - org.elasticsearch.search.aggregations.metrics.sumのクラス
-
- sumBucket(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilders
-
- SumBucketBuilder - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sumのクラス
-
- SumBucketBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketBuilder
-
- SumBucketParser - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sumのクラス
-
- SumBucketParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketParser
-
- SumBucketPipelineAggregator - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sumのクラス
-
- SumBucketPipelineAggregator(String, String[], BucketHelpers.GapPolicy, ValueFormatter, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
-
- SumBucketPipelineAggregator.Factory - org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sumのクラス
-
- SumBuilder - org.elasticsearch.search.aggregations.metrics.sumのクラス
-
Builder for the
Sum aggregation.
- SumBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.sum.SumBuilder
-
Sole constructor.
- sumdf() - クラス のメソッドorg.elasticsearch.search.lookup.IndexField
-
- SumParser - org.elasticsearch.search.aggregations.metrics.sumのクラス
-
- SumParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.sum.SumParser
-
- sumttf() - クラス のメソッドorg.elasticsearch.search.lookup.IndexField
-
- supersetSize - クラス の変数org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
- supertypeOf(Type) - クラス のstaticメソッドorg.elasticsearch.common.inject.util.Types
-
Returns a type that represents an unknown supertype of bound.
- SUPPORTED_PROTOCOLS_SETTING - クラス のstatic変数org.elasticsearch.repositories.uri.URLRepository
-
- SUPPORTS_V6 - クラス のstatic変数org.elasticsearch.common.network.NetworkUtils
-
- supportsRawWrites() - クラス のメソッドorg.elasticsearch.common.xcontent.cbor.CborXContentGenerator
-
- supportsRawWrites() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentGenerator
-
Whether this generator supports writing raw data directly
- supportsRawWrites() - クラス のメソッドorg.elasticsearch.common.xcontent.smile.SmileXContentGenerator
-
- supportsRawWrites() - クラス のメソッドorg.elasticsearch.common.xcontent.yaml.YamlXContentGenerator
-
- SuppressForbidden - org.elasticsearch.commonの注釈型
-
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
- SURVIVOR - クラス のstatic変数org.elasticsearch.monitor.jvm.GcNames
-
- suspendEncoding() - クラス のメソッドorg.elasticsearch.common.Base64.OutputStream
-
Suspends encoding of the stream.
- Swap() - クラス のコンストラクタorg.elasticsearch.monitor.os.OsStats.Swap
-
- swapPrimaryFlag(ShardRouting...) - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
swaps the status of a shard, making replicas primary and vice versa.
- SwedishAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- SwedishAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.SwedishAnalyzerProvider
-
- switchDoc(ParseContext.Document) - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
Return a new context that has the provided document as the current document.
- sync(Translog.Location) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
Syncs the given location with the underlying storage unless already synced.
- sync() - クラス のメソッドorg.elasticsearch.index.translog.BufferingTranslogWriter
-
- sync() - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
Sync's the translog.
- sync() - クラス のメソッドorg.elasticsearch.index.translog.TranslogWriter
-
write all buffered ops to disk and fsync file
- SYNC_COMMIT_ID - クラス のstatic変数org.elasticsearch.index.engine.Engine
-
- syncedFlush(SyncedFlushRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Explicitly sync flush one or more indices (write sync id to shards for faster recovery).
- syncedFlush(SyncedFlushRequest, ActionListener<SyncedFlushResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Explicitly sync flush one or more indices (write sync id to shards for faster recovery).
- SyncedFlushAction - org.elasticsearch.action.admin.indices.flushのクラス
-
- SyncedFlushRequest - org.elasticsearch.action.admin.indices.flushのクラス
-
A synced flush request to sync flush one or more indices.
- SyncedFlushRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.flush.SyncedFlushRequest
-
- SyncedFlushRequest(ActionRequest) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.flush.SyncedFlushRequest
-
Copy constructor that creates a new synced flush request that is a copy of the one provided as an argument.
- SyncedFlushRequest(String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.flush.SyncedFlushRequest
-
Constructs a new synced flush request against one or more indices.
- syncedFlushRequest(String...) - クラス のstaticメソッドorg.elasticsearch.client.Requests
-
Creates a synced flush indices request.
- SyncedFlushRequestBuilder - org.elasticsearch.action.admin.indices.flushのクラス
-
- SyncedFlushRequestBuilder(ElasticsearchClient, SyncedFlushAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.flush.SyncedFlushRequestBuilder
-
- SyncedFlushResponse - 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>>) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
- SyncedFlushService - org.elasticsearch.indices.flushのクラス
-
- SyncedFlushService(Settings, IndicesService, ClusterService, TransportService, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.indices.flush.SyncedFlushService
-
- SyncedFlushService.InFlightOpsRequest - org.elasticsearch.indices.flushのクラス
-
- SyncedFlushService.PreShardSyncedFlushRequest - org.elasticsearch.indices.flushのクラス
-
- SyncedFlushService.ShardSyncedFlushRequest - org.elasticsearch.indices.flushのクラス
-
- SyncedFlushService.ShardSyncedFlushResponse - org.elasticsearch.indices.flushのクラス
-
Response for third step of synced flush (writing the sync id) for one shard copy
- syncFlush(String, Engine.CommitId) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.index.engine.InternalEngine
-
- syncFlush(String, Engine.CommitId) - クラス のメソッドorg.elasticsearch.index.engine.ShadowEngine
-
- syncFlush(String, Engine.CommitId) - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- syncId() - クラス のメソッドorg.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- syncId() - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
-
- syncId() - クラス のメソッドorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.StoreFilesMetaData
-
- syncNeeded() - クラス のメソッドorg.elasticsearch.index.translog.BufferingTranslogWriter
-
- syncNeeded() - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
- syncNeeded() - クラス のメソッドorg.elasticsearch.index.translog.TranslogWriter
-
returns true if there are buffered ops
- syncUpTo(long) - クラス のメソッドorg.elasticsearch.index.translog.TranslogWriter
-
Syncs the translog up to at least the given offset unless already synced
- SynonymTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- SynonymTokenFilterFactory(Index, IndexSettingsService, Environment, IndicesAnalysisService, Map<String, TokenizerFactoryFactory>, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.SynonymTokenFilterFactory
-
- SYSTEM_ERR - クラス のstatic変数org.elasticsearch.common.logging.log4j.ConsoleAppender
-
- SYSTEM_OUT - クラス のstatic変数org.elasticsearch.common.logging.log4j.ConsoleAppender
-
- Table - org.elasticsearch.commonのクラス
-
- Table() - クラス のコンストラクタorg.elasticsearch.common.Table
-
- Table.Cell - org.elasticsearch.commonのクラス
-
- tagsSchema(String) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder
-
Set a tag scheme that encapsulates a built in pre and post tags.
- take() - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- tan(Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- tan(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- tan(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- tan(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- tan(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- tanh(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- target - クラス の変数org.elasticsearch.common.logging.log4j.ConsoleAppender
-
- targetNode() - クラス のメソッドorg.elasticsearch.indices.recovery.StartRecoveryRequest
-
- targetThrottling() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- targetValueType(ValueType) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceParser.Builder
-
- task - クラス の変数org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor.Pending
-
- Task - org.elasticsearch.tasksのクラス
-
Current task information
- Task(long, String, String, String) - クラス のコンストラクタorg.elasticsearch.tasks.Task
-
- Task(long, String, String, String, TaskId) - クラス のコンストラクタorg.elasticsearch.tasks.Task
-
- Task(long, String, String, String, TaskId, long, long) - クラス のコンストラクタorg.elasticsearch.tasks.Task
-
- Task.Status - org.elasticsearch.tasksのインタフェース
-
- taskCount() - クラス のメソッドorg.elasticsearch.common.StopWatch
-
Return the number of tasks timed.
- TaskId - org.elasticsearch.tasksのクラス
-
Task id that consists of node id and id of the task on the node
- TaskId(String, long) - クラス のコンストラクタorg.elasticsearch.tasks.TaskId
-
- TaskId(String) - クラス のコンストラクタorg.elasticsearch.tasks.TaskId
-
- TaskId(StreamInput) - クラス のコンストラクタorg.elasticsearch.tasks.TaskId
-
- TaskInfo - org.elasticsearch.action.admin.cluster.node.tasks.listのクラス
-
Information about a currently running task.
- TaskInfo(DiscoveryNode, long, String, String, String, Task.Status, long, long, TaskId) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.node.tasks.list.TaskInfo
-
- TaskInfo(StreamInput) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.node.tasks.list.TaskInfo
-
- taskInfo() - クラス のメソッドorg.elasticsearch.common.StopWatch
-
Return an array of the data for tasks performed.
- taskInfo(DiscoveryNode, boolean) - クラス のメソッドorg.elasticsearch.tasks.Task
-
Build a version of the task status you can throw over the wire and back
to the user.
- TaskListener<Response> - org.elasticsearch.tasksのインタフェース
-
Listener for Task success or failure.
- taskManager - クラス の変数org.elasticsearch.action.support.TransportAction
-
- TaskManager - org.elasticsearch.tasksのクラス
-
Task Manager service for keeping track of currently running tasks on the nodes
- TaskManager(Settings) - クラス のコンストラクタorg.elasticsearch.tasks.TaskManager
-
- taskManager - クラス の変数org.elasticsearch.transport.TransportService
-
- taskOperation(CancelTasksRequest, CancellableTask) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
-
- taskOperation(ListTasksRequest, Task) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
-
- taskOperation(TasksRequest, OperationTask) - クラス のメソッドorg.elasticsearch.action.support.tasks.TransportTasksAction
-
- TaskOperationFailure - org.elasticsearch.actionのクラス
-
Information about task operation failures
The class is final due to serialization limitations
- TaskOperationFailure(StreamInput) - クラス のコンストラクタorg.elasticsearch.action.TaskOperationFailure
-
- TaskOperationFailure(String, long, Throwable) - クラス のコンストラクタorg.elasticsearch.action.TaskOperationFailure
-
- TasksRequestBuilder<Request extends BaseTasksRequest<Request>,Response extends BaseTasksResponse,RequestBuilder extends TasksRequestBuilder<Request,Response,RequestBuilder>> - org.elasticsearch.action.support.tasksのクラス
-
Builder for task-based requests
- TasksRequestBuilder(ElasticsearchClient, Action<Request, Response, RequestBuilder>, Request) - クラス のコンストラクタorg.elasticsearch.action.support.tasks.TasksRequestBuilder
-
- tb() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- tbFrac() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- TCP_BLOCKING - クラス のstatic変数org.elasticsearch.common.network.NetworkService.TcpSettings
-
- TCP_BLOCKING_CLIENT - クラス のstatic変数org.elasticsearch.common.network.NetworkService.TcpSettings
-
- TCP_BLOCKING_SERVER - クラス のstatic変数org.elasticsearch.common.network.NetworkService.TcpSettings
-
- TCP_CONNECT_TIMEOUT - クラス のstatic変数org.elasticsearch.common.network.NetworkService.TcpSettings
-
- TCP_DEFAULT_CONNECT_TIMEOUT - クラス のstatic変数org.elasticsearch.common.network.NetworkService.TcpSettings
-
- TCP_DEFAULT_RECEIVE_BUFFER_SIZE - クラス のstatic変数org.elasticsearch.common.network.NetworkService.TcpSettings
-
- TCP_DEFAULT_SEND_BUFFER_SIZE - クラス のstatic変数org.elasticsearch.common.network.NetworkService.TcpSettings
-
- TCP_KEEP_ALIVE - クラス のstatic変数org.elasticsearch.common.network.NetworkService.TcpSettings
-
- TCP_NO_DELAY - クラス のstatic変数org.elasticsearch.common.network.NetworkService.TcpSettings
-
- TCP_RECEIVE_BUFFER_SIZE - クラス のstatic変数org.elasticsearch.common.network.NetworkService.TcpSettings
-
- TCP_REUSE_ADDRESS - クラス のstatic変数org.elasticsearch.common.network.NetworkService.TcpSettings
-
- TCP_SEND_BUFFER_SIZE - クラス のstatic変数org.elasticsearch.common.network.NetworkService.TcpSettings
-
- tcpKeepAlive - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- tcpNoDelay - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- tcpReceiveBufferSize - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- tcpSendBufferSize - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport
-
- TcpSettings() - クラス のコンストラクタorg.elasticsearch.common.network.NetworkService.TcpSettings
-
- TDigestPercentileRanksAggregator - org.elasticsearch.search.aggregations.metrics.percentiles.tdigestのクラス
-
- TDigestPercentileRanksAggregator(String, ValuesSource.Numeric, AggregationContext, Aggregator, double[], double, boolean, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentileRanksAggregator
-
- TDigestPercentileRanksAggregator.Factory - org.elasticsearch.search.aggregations.metrics.percentiles.tdigestのクラス
-
- TDigestPercentilesAggregator - org.elasticsearch.search.aggregations.metrics.percentiles.tdigestのクラス
-
- TDigestPercentilesAggregator(String, ValuesSource.Numeric, AggregationContext, Aggregator, double[], double, boolean, ValueFormatter, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestPercentilesAggregator
-
- TDigestPercentilesAggregator.Factory - org.elasticsearch.search.aggregations.metrics.percentiles.tdigestのクラス
-
- TDigestState - org.elasticsearch.search.aggregations.metrics.percentiles.tdigestのクラス
-
Extension of TDigest with custom serialization.
- TDigestState(double) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.TDigestState
-
- tempBlobName(String) - クラス のメソッドorg.elasticsearch.repositories.blobstore.ChecksumBlobStoreFormat
-
- template(Template) - クラス のメソッドorg.elasticsearch.action.admin.cluster.validate.template.RenderSearchTemplateRequest
-
- template() - クラス のメソッドorg.elasticsearch.action.admin.cluster.validate.template.RenderSearchTemplateRequest
-
- template(Template) - クラス のメソッドorg.elasticsearch.action.admin.cluster.validate.template.RenderSearchTemplateRequestBuilder
-
- template() - クラス のメソッドorg.elasticsearch.action.admin.cluster.validate.template.RenderSearchTemplateRequestBuilder
-
- template(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- template() - クラス のメソッドorg.elasticsearch.action.admin.indices.template.put.PutIndexTemplateRequest
-
- template(Template) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The stored template
- template() - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The stored template
- template(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- template() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- template() - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData
-
- template(String) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutRequest
-
- template() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataIndexTemplateService.PutResponse
-
- Template - org.elasticsearch.scriptのクラス
-
- Template() - クラス のコンストラクタorg.elasticsearch.script.Template
-
- Template(String) - クラス のコンストラクタorg.elasticsearch.script.Template
-
Constructor for simple inline template.
- Template(String, ScriptService.ScriptType, String, XContentType, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.script.Template
-
Constructor for Template.
- template() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- template() - インタフェース のメソッドorg.elasticsearch.search.internal.ShardSearchRequest
-
- template() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- templateName(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
- templateName() - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
- templateParams(Map<String, Object>) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
- templateParams() - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
- templateQuery(Template) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
Facilitates creating template query requests using an inline script
- templateQuery(String, Map<String, Object>) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
Facilitates creating template query requests using an inline script
- templateQuery(String, ScriptService.ScriptType, Map<String, Object>) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
Facilitates creating template query requests
- TemplateQueryBuilder - org.elasticsearch.index.queryのクラス
-
Facilitates creating template query requests.
- TemplateQueryBuilder(Template) - クラス のコンストラクタorg.elasticsearch.index.query.TemplateQueryBuilder
-
- TemplateQueryBuilder(String, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.index.query.TemplateQueryBuilder
-
- TemplateQueryBuilder(String, ScriptService.ScriptType, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.index.query.TemplateQueryBuilder
-
- TemplateQueryParser - org.elasticsearch.index.queryのクラス
-
In the simplest case, parse template string and variables from the request,
compile the template and execute the template against the given variables.
- TemplateQueryParser(ScriptService) - クラス のコンストラクタorg.elasticsearch.index.query.TemplateQueryParser
-
- templates(ImmutableOpenMap<String, IndexTemplateMetaData>) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- templates() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- templateSource() - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The search source template to execute.
- templateSource(BytesReference) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
Allows to provide template as source.
- templateSource(String) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The template of the search request.
- templateSource() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- templateSource() - インタフェース のメソッドorg.elasticsearch.search.internal.ShardSearchRequest
-
- templateSource() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- templateType(ScriptService.ScriptType) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
- templateType() - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
- tera() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- teraFrac() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- term() - クラス のメソッドorg.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- term(String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.UidFieldMapper
-
- term(boolean) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.bucket.terms.Terms.Order
-
- term - クラス の変数org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
-
- terminal - クラス の変数org.elasticsearch.common.cli.CliTool.Command
-
- terminal - クラス の変数org.elasticsearch.common.cli.CliTool
-
- Terminal - org.elasticsearch.common.cliのクラス
-
- Terminal() - クラス のコンストラクタorg.elasticsearch.common.cli.Terminal
-
- Terminal(Terminal.Verbosity) - クラス のコンストラクタorg.elasticsearch.common.cli.Terminal
-
- Terminal.Verbosity - org.elasticsearch.common.cliの列挙型
-
- TerminalAppender - org.elasticsearch.common.logging.log4jのクラス
-
TerminalAppender logs event to Terminal.DEFAULT.
- TerminalAppender() - クラス のコンストラクタorg.elasticsearch.common.logging.log4j.TerminalAppender
-
- terminate(ExecutorService, long, TimeUnit) - クラス のstaticメソッドorg.elasticsearch.threadpool.ThreadPool
-
Returns true if the given service was terminated successfully.
- terminate(ThreadPool, long, TimeUnit) - クラス のstaticメソッドorg.elasticsearch.threadpool.ThreadPool
-
Returns true if the given pool was terminated successfully.
- terminateAfter(int) - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
Upon reaching terminateAfter counts, the count request will early terminate
- terminateAfter() - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
- terminateAfter() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- terminateAfter(int) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- terminateAfter(int) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
An optional terminate_after to terminate the search after collecting
terminateAfter documents
- terminateAfter() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- terminateAfter(int) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- terminateAfter() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- terminateAfter(int) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- terminateAfter() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- terminateAfter(int) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- terminateAfter(int) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- TerminateAfterParseElement - org.elasticsearch.search.queryのクラス
-
Parser element for 'terminate_after'
- TerminateAfterParseElement() - クラス のコンストラクタorg.elasticsearch.search.query.TerminateAfterParseElement
-
- terminated() - クラス のメソッドorg.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
-
- terminatedEarly() - クラス のメソッドorg.elasticsearch.action.count.CountResponse
-
非推奨です。
True if the request has been terminated early due to enough count
- terminatedEarly() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchResponse
-
- terminatedEarly(boolean) - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- terminatedEarly() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- termPosition - クラス の変数org.elasticsearch.search.lookup.PositionIterator
-
- TermPosition - org.elasticsearch.search.lookupのクラス
-
- TermPosition() - クラス のコンストラクタorg.elasticsearch.search.lookup.TermPosition
-
- termQuery(Object, QueryParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.ip.IpFieldMapper.IpFieldType
-
- termQuery(Object, QueryParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- termQuery(String, String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing a term.
- termQuery(String, int) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing a term.
- termQuery(String, long) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing a term.
- termQuery(String, float) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing a term.
- termQuery(String, double) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing a term.
- termQuery(String, boolean) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing a term.
- termQuery(String, Object) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A Query that matches documents containing a term.
- termQuery(MappedFieldType, Object) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
Creates a TermQuery-like-query for MappedFieldTypes that don't support
QueryBuilder which is very string-ish.
- termQuery(MappedFieldType, Object, boolean) - クラス のメソッドorg.elasticsearch.index.search.MatchQuery
-
- termQuery(MappedFieldType, Object) - クラス のメソッドorg.elasticsearch.index.search.MultiMatchQuery.CrossFieldsQueryBuilder
-
- termQuery(MappedFieldType, Object) - クラス のメソッドorg.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
-
- termQuery(MappedFieldType, Object) - クラス のメソッドorg.elasticsearch.index.search.MultiMatchQuery
-
- TermQueryBuilder - org.elasticsearch.index.queryのクラス
-
A Query that matches documents containing a term.
- TermQueryBuilder(String, String) - クラス のコンストラクタorg.elasticsearch.index.query.TermQueryBuilder
-
Constructs a new term query.
- TermQueryBuilder(String, int) - クラス のコンストラクタorg.elasticsearch.index.query.TermQueryBuilder
-
Constructs a new term query.
- TermQueryBuilder(String, long) - クラス のコンストラクタorg.elasticsearch.index.query.TermQueryBuilder
-
Constructs a new term query.
- TermQueryBuilder(String, float) - クラス のコンストラクタorg.elasticsearch.index.query.TermQueryBuilder
-
Constructs a new term query.
- TermQueryBuilder(String, double) - クラス のコンストラクタorg.elasticsearch.index.query.TermQueryBuilder
-
Constructs a new term query.
- TermQueryBuilder(String, boolean) - クラス のコンストラクタorg.elasticsearch.index.query.TermQueryBuilder
-
Constructs a new term query.
- TermQueryBuilder(String, Object) - クラス のコンストラクタorg.elasticsearch.index.query.TermQueryBuilder
-
Constructs a new term query.
- TermQueryParser - org.elasticsearch.index.queryのクラス
-
- TermQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.TermQueryParser
-
- terms(String) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsFields
-
- terms(String) - クラス のメソッドorg.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat.BloomFilteredFieldsProducer
-
非推奨です。
- terms(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
Terms aggregation with the given name.
- Terms - org.elasticsearch.search.aggregations.bucket.termsのインタフェース
-
A terms aggregation.
- terms() - クラス のメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- terms - クラス の変数org.elasticsearch.search.suggest.phrase.WordScorer
-
- Terms.Bucket - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
A bucket that is associated with a single term
- Terms.Order - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
Determines the order by which the term buckets will be sorted
- Terms.ValueType - org.elasticsearch.search.aggregations.bucket.termsの列挙型
-
- termsAggFactory - クラス の変数org.elasticsearch.search.aggregations.bucket.significant.GlobalOrdinalsSignificantTermsAggregator
-
- termsAggFactory - クラス の変数org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTermsAggregator
-
- TermsAggregator - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
- TermsAggregator(String, AggregatorFactories, AggregationContext, Aggregator, TermsAggregator.BucketCountThresholds, Terms.Order, Aggregator.SubAggCollectionMode, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregator
-
- TermsAggregator.BucketCountThresholds - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
- TermsAggregatorFactory - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
- TermsAggregatorFactory(String, ValuesSourceConfig, Terms.Order, TermsAggregator.BucketCountThresholds, IncludeExclude, String, Aggregator.SubAggCollectionMode, boolean) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory
-
- TermsAggregatorFactory.ExecutionMode - org.elasticsearch.search.aggregations.bucket.termsの列挙型
-
- TermsBuilder - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
Builder for the
Terms aggregation.
- TermsBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.TermsBuilder
-
Sole constructor.
- TermsLookup - org.elasticsearch.indices.cache.query.termsのクラス
-
- TermsLookup(String, String, String, String, String, QueryParseContext) - クラス のコンストラクタorg.elasticsearch.indices.cache.query.terms.TermsLookup
-
- termsLookupQuery(String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A terms lookup filter for the provided field name.
- TermsLookupQueryBuilder - org.elasticsearch.index.queryのクラス
-
A filer for a field based on several terms matching on any of them.
- TermsLookupQueryBuilder(String) - クラス のコンストラクタorg.elasticsearch.index.query.TermsLookupQueryBuilder
-
- TermsParametersParser - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
- TermsParametersParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.TermsParametersParser
-
- TermsParser - org.elasticsearch.search.aggregations.bucket.termsのクラス
-
- TermsParser() - クラス のコンストラクタorg.elasticsearch.search.aggregations.bucket.terms.TermsParser
-
- termsQuery(List, QueryParseContext) - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
- termsQuery(String, String...) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filer for a field based on several terms matching on any of them.
- termsQuery(String, int...) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filer for a field based on several terms matching on any of them.
- termsQuery(String, long...) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filer for a field based on several terms matching on any of them.
- termsQuery(String, float...) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filer for a field based on several terms matching on any of them.
- termsQuery(String, double...) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filer for a field based on several terms matching on any of them.
- termsQuery(String, Object...) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filer for a field based on several terms matching on any of them.
- termsQuery(String, Collection<?>) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filer for a field based on several terms matching on any of them.
- TermsQueryBuilder - org.elasticsearch.index.queryのクラス
-
A filer for a field based on several terms matching on any of them.
- TermsQueryBuilder(String, String...) - クラス のコンストラクタorg.elasticsearch.index.query.TermsQueryBuilder
-
A filer for a field based on several terms matching on any of them.
- TermsQueryBuilder(String, int...) - クラス のコンストラクタorg.elasticsearch.index.query.TermsQueryBuilder
-
A filer for a field based on several terms matching on any of them.
- TermsQueryBuilder(String, long...) - クラス のコンストラクタorg.elasticsearch.index.query.TermsQueryBuilder
-
A filer for a field based on several terms matching on any of them.
- TermsQueryBuilder(String, float...) - クラス のコンストラクタorg.elasticsearch.index.query.TermsQueryBuilder
-
A filer for a field based on several terms matching on any of them.
- TermsQueryBuilder(String, double...) - クラス のコンストラクタorg.elasticsearch.index.query.TermsQueryBuilder
-
A filer for a field based on several terms matching on any of them.
- TermsQueryBuilder(String, Object...) - クラス のコンストラクタorg.elasticsearch.index.query.TermsQueryBuilder
-
A filer for a field based on several terms matching on any of them.
- TermsQueryBuilder(String, Iterable) - クラス のコンストラクタorg.elasticsearch.index.query.TermsQueryBuilder
-
A filer for a field based on several terms matching on any of them.
- TermsQueryParser - org.elasticsearch.index.queryのクラス
-
- TermsQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.TermsQueryParser
-
- termsStatistics(Term[], TermStatistics[]) - クラス のメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- termStatistics() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
- termStatistics(boolean) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Return the term statistics for each term in the shard or skip.
- termStatistics() - クラス のメソッドorg.elasticsearch.search.dfs.AggregatedDfs
-
- termStatistics() - クラス のメソッドorg.elasticsearch.search.dfs.DfsSearchResult
-
- termStatistics(Term, TermContext) - クラス のメソッドorg.elasticsearch.search.internal.ContextIndexSearcher
-
- TermSuggester - org.elasticsearch.search.suggest.termのクラス
-
- TermSuggester() - クラス のコンストラクタorg.elasticsearch.search.suggest.term.TermSuggester
-
- termSuggestion(String) - クラス のstaticメソッドorg.elasticsearch.search.suggest.SuggestBuilders
-
Creates a term suggestion lookup query with the provided name
- TermSuggestion - org.elasticsearch.search.suggest.termのクラス
-
The suggestion responses corresponding with the suggestions in the request.
- TermSuggestion() - クラス のコンストラクタorg.elasticsearch.search.suggest.term.TermSuggestion
-
- TermSuggestion(String, int, Suggest.Suggestion.Sort) - クラス のコンストラクタorg.elasticsearch.search.suggest.term.TermSuggestion
-
- TermSuggestion.Entry - org.elasticsearch.search.suggest.termのクラス
-
Represents a part from the suggest text with suggested options.
- TermSuggestion.Entry.Option - org.elasticsearch.search.suggest.termのクラス
-
Contains the suggested text with its document frequency and score.
- TermSuggestion.Frequency - org.elasticsearch.search.suggest.termのクラス
-
- TermSuggestion.Score - org.elasticsearch.search.suggest.termのクラス
-
- TermSuggestionBuilder - org.elasticsearch.search.suggest.termのクラス
-
Defines the actual suggest command.
- TermSuggestionBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.suggest.term.TermSuggestionBuilder
-
- TermSuggestParser - org.elasticsearch.search.suggest.termのクラス
-
- TermSuggestParser(TermSuggester) - クラス のコンストラクタorg.elasticsearch.search.suggest.term.TermSuggestParser
-
- termVector(TermVectorsRequest) - インタフェース のメソッドorg.elasticsearch.client.Client
-
非推奨です。
- termVector(TermVectorsRequest, ActionListener<TermVectorsResponse>) - インタフェース のメソッドorg.elasticsearch.client.Client
-
非推奨です。
- termVector(TermVectorsRequest) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
非推奨です。
- termVector(TermVectorsRequest, ActionListener<TermVectorsResponse>) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
非推奨です。
- termVectorOptionsToString(FieldType) - クラス のstaticメソッドorg.elasticsearch.index.mapper.FieldMapper
-
- termVectors(TermVectorsRequest) - インタフェース のメソッドorg.elasticsearch.client.Client
-
An action that returns the term vectors for a specific document.
- termVectors(TermVectorsRequest, ActionListener<TermVectorsResponse>) - インタフェース のメソッドorg.elasticsearch.client.Client
-
An action that returns the term vectors for a specific document.
- termVectors(TermVectorsRequest) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- termVectors(TermVectorsRequest, ActionListener<TermVectorsResponse>) - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- termVectors() - クラス のメソッドorg.elasticsearch.search.lookup.LeafIndexLookup
-
- TermVectorsAction - org.elasticsearch.action.termvectorsのクラス
-
- TermVectorsFields - org.elasticsearch.action.termvectorsのクラス
-
- TermVectorsFields(BytesReference, BytesReference) - クラス のコンストラクタorg.elasticsearch.action.termvectors.TermVectorsFields
-
- TermVectorsFilter - org.elasticsearch.action.termvectorsのクラス
-
- TermVectorsFilter(Fields, Fields, Set<String>, AggregatedDfs) - クラス のコンストラクタorg.elasticsearch.action.termvectors.TermVectorsFilter
-
- TermVectorsFilter.ScoreTerm - org.elasticsearch.action.termvectorsのクラス
-
- TermVectorsRequest - org.elasticsearch.action.termvectorsのクラス
-
Request returning the term vector (doc frequency, positions, offsets) for a
document.
- TermVectorsRequest() - クラス のコンストラクタorg.elasticsearch.action.termvectors.TermVectorsRequest
-
- TermVectorsRequest(String, String, String) - クラス のコンストラクタorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Constructs a new term vector request for a document that will be fetch
from the provided index.
- TermVectorsRequest(TermVectorsRequest) - クラス のコンストラクタ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) - クラス のコンストラクタorg.elasticsearch.action.termvectors.TermVectorsRequest
-
- TermVectorsRequest.FilterSettings - org.elasticsearch.action.termvectorsのクラス
-
- TermVectorsRequest.Flag - org.elasticsearch.action.termvectorsの列挙型
-
- TermVectorsRequestBuilder - org.elasticsearch.action.termvectorsのクラス
-
The builder class for a term vector request.
- TermVectorsRequestBuilder(ElasticsearchClient, TermVectorsAction) - クラス のコンストラクタorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
- TermVectorsRequestBuilder(ElasticsearchClient, TermVectorsAction, String, String, String) - クラス のコンストラクタorg.elasticsearch.action.termvectors.TermVectorsRequestBuilder
-
Constructs a new term vector request builder for a document that will be fetch
from the provided index.
- TermVectorsResponse - org.elasticsearch.action.termvectorsのクラス
-
- TermVectorsResponse(String, String, String) - クラス のコンストラクタorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- termVectorsService() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- TEST_MOCK_TRANSPORT_THREAD_PREFIX - 列挙型 のstatic変数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メソッドorg.elasticsearch.repositories.blobstore.BlobStoreRepository
-
- text() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- text(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- Text() - クラス のコンストラクタorg.elasticsearch.action.fieldstats.FieldStats.Text
-
- Text(long, long, long, long, BytesRef, BytesRef) - クラス のコンストラクタorg.elasticsearch.action.fieldstats.FieldStats.Text
-
- Text - org.elasticsearch.common.textのクラス
-
- Text(BytesReference) - クラス のコンストラクタorg.elasticsearch.common.text.Text
-
- Text(String) - クラス のコンストラクタorg.elasticsearch.common.text.Text
-
- text() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentParser
-
- text() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- TEXT - クラス のstatic変数org.elasticsearch.rest.action.admin.indices.analyze.RestAnalyzeAction.Fields
-
- text - クラス の変数org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- text(String) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
- TEXT_CONTENT_TYPE - クラス のstatic変数org.elasticsearch.rest.BytesRestResponse
-
- TEXT_PROMPT_VALUE - クラス のstatic変数org.elasticsearch.node.internal.InternalSettingsPreparer
-
- textCharacters() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentParser
-
- textCharacters() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- textLength() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentParser
-
- textLength() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- textOffset() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContentParser
-
- textOffset() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- textOrNull() - クラス のメソッドorg.elasticsearch.common.xcontent.support.AbstractXContentParser
-
- textOrNull() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContentParser
-
- tf() - クラス のメソッドorg.elasticsearch.search.lookup.IndexFieldTerm
-
- ThaiAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- ThaiAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ThaiAnalyzerProvider
-
- ThaiTokenizerFactory - org.elasticsearch.index.analysisのクラス
-
Factory for ThaiTokenizer
- ThaiTokenizerFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.ThaiTokenizerFactory
-
- THREAD_POOL_TYPE_SETTINGS_VALIDATOR - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool
-
- THREAD_POOL_TYPES - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool
-
- ThreadBarrier - 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) - クラス のコンストラクタorg.elasticsearch.common.util.concurrent.ThreadBarrier
-
- ThreadBarrier(int, Runnable) - クラス のコンストラクタorg.elasticsearch.common.util.concurrent.ThreadBarrier
-
- ThreadBarrier.BarrierTimer - org.elasticsearch.common.util.concurrentのクラス
-
A Barrier action to be used in conjunction with
ThreadBarrier to
measure performance between barrier awaits.
- ThreadedActionListener<Response> - org.elasticsearch.action.supportのクラス
-
An action listener that wraps another action listener and threading its execution.
- ThreadedActionListener(ESLogger, ThreadPool, String, ActionListener<Response>) - クラス のコンストラクタorg.elasticsearch.action.support.ThreadedActionListener
-
- ThreadedActionListener.Wrapper - org.elasticsearch.action.supportのクラス
-
Wrapper that can be used to automatically wrap a listener in a threaded listener if needed.
- threadedListener() - 列挙型 のメソッド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() - 列挙型 のメソッド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) - クラス のメソッドorg.elasticsearch.monitor.jvm.HotThreads
-
- threadElementsSnapshotDelay(TimeValue) - クラス のメソッドorg.elasticsearch.monitor.jvm.HotThreads
-
- ThreadingModel - org.elasticsearch.actionの列挙型
-
- threadLocal - クラス の変数org.elasticsearch.common.util.concurrent.KeyedLock
-
- threadName(Settings, String...) - クラス のstaticメソッドorg.elasticsearch.common.util.concurrent.EsExecutors
-
- threadName(Settings, String) - クラス のstaticメソッドorg.elasticsearch.common.util.concurrent.EsExecutors
-
- threadPool() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node Thread Pool info be returned.
- threadPool(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node Thread Pool info be returned.
- threadPool() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node Thread Pool be returned.
- threadPool(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node Thread Pool be returned.
- threadPool() - クラス のメソッドorg.elasticsearch.action.support.AbstractListenableActionFuture
-
- threadPool - クラス の変数org.elasticsearch.action.support.TransportAction
-
- threadPool() - インタフェース のメソッドorg.elasticsearch.client.ElasticsearchClient
-
Returns the threadpool used to execute requests on this client
- threadPool() - クラス のメソッドorg.elasticsearch.client.support.AbstractClient
-
- threadPool - クラス の変数org.elasticsearch.discovery.zen.fd.FaultDetection
-
- ThreadPool - org.elasticsearch.threadpoolのクラス
-
- ThreadPool(String) - クラス のコンストラクタorg.elasticsearch.threadpool.ThreadPool
-
- ThreadPool(Settings) - クラス のコンストラクタorg.elasticsearch.threadpool.ThreadPool
-
- threadPool - クラス の変数org.elasticsearch.transport.netty.MessageChannelHandler
-
- threadPool - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- threadPool - クラス の変数org.elasticsearch.transport.TransportService
-
- ThreadPool.Info - org.elasticsearch.threadpoolのクラス
-
- ThreadPool.Names - org.elasticsearch.threadpoolのクラス
-
- ThreadPool.ThreadPoolType - org.elasticsearch.threadpoolの列挙型
-
- THREADPOOL_GROUP - クラス のstatic変数org.elasticsearch.threadpool.ThreadPool
-
- ThreadPoolInfo - org.elasticsearch.threadpoolのクラス
-
- ThreadPoolInfo(List<ThreadPool.Info>) - クラス のコンストラクタorg.elasticsearch.threadpool.ThreadPoolInfo
-
- ThreadPoolModule - org.elasticsearch.threadpoolのクラス
-
- ThreadPoolModule(ThreadPool) - クラス のコンストラクタorg.elasticsearch.threadpool.ThreadPoolModule
-
- ThreadPoolStats - org.elasticsearch.threadpoolのクラス
-
- ThreadPoolStats(List<ThreadPoolStats.Stats>) - クラス のコンストラクタorg.elasticsearch.threadpool.ThreadPoolStats
-
- ThreadPoolStats.Stats - org.elasticsearch.threadpoolのクラス
-
- threads() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- threads(int) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- thresholdBytesFromWatermark(String, String) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
Attempts to parse the watermark into a
ByteSizeValue, returning
a ByteSizeValue of 0 bytes if the value cannot be parsed.
- thresholdFrequency(long, long) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.DirectCandidateGenerator
-
- thresholdPercentageFromWatermark(String) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDecider
-
Attempts to parse the watermark into a percentage, returning 100.0% if
it cannot be parsed.
- THROTTLE - クラス のstatic変数org.elasticsearch.cluster.routing.allocation.decider.Decision
-
- throttleTime() - クラス のメソッドorg.elasticsearch.index.recovery.RecoveryStats
-
Total time recoveries waited due to throttling
- throttleTime() - クラス のメソッドorg.elasticsearch.index.store.StoreStats
-
- throttleTimeInNanos() - クラス のメソッドorg.elasticsearch.index.store.DirectoryService
-
- throttleTimeInNanos() - クラス のメソッドorg.elasticsearch.index.store.FsDirectoryService
-
- throttlingActivated() - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- ThrottlingAllocationDecider - org.elasticsearch.cluster.routing.allocation.deciderのクラス
-
- ThrottlingAllocationDecider(Settings, NodeSettingsService) - クラス のコンストラクタorg.elasticsearch.cluster.routing.allocation.decider.ThrottlingAllocationDecider
-
- throttlingDeactivated() - クラス のメソッドorg.elasticsearch.index.indexing.ShardIndexingService
-
- throwConfigurationExceptionIfErrorsExist() - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- throwCreationExceptionIfErrorsExist() - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- throwIfNewErrors(int) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- throwProvisionExceptionIfErrorsExist() - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- tick() - クラス のメソッドorg.elasticsearch.common.metrics.EWMA
-
Mark the passage of time and decay the current rate accordingly.
- tieBreaker() - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- tieBreaker(float) - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- tieBreaker(float) - クラス のメソッド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(float) - クラス のメソッドorg.elasticsearch.index.query.MultiMatchQueryBuilder
-
Tie-Breaker for "best-match" disjunction queries (OR-Queries).
- tieBreaker() - 列挙型 のメソッドorg.elasticsearch.index.query.MultiMatchQueryBuilder.Type
-
- tieBreaker(float) - クラス のメソッド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 - クラス の変数org.elasticsearch.index.search.MultiMatchQuery.QueryBuilder
-
- TIME - インタフェース のstatic変数org.elasticsearch.cluster.settings.Validator
-
- time() - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus.Index
-
- time(long) - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus.Index
-
- time() - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus
-
- time(long) - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus
-
- time() - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus.Translog
-
- time(long) - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus.Translog
-
- time() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Returns snapshot running time
- time() - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Returns snapshot processing time
- time(long) - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Sets snapshot processing time
- time - クラス の変数org.elasticsearch.indices.recovery.RecoveryState.Timer
-
- time() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Timer
-
Returns elapsed time in millis, or 0 if timer was not started
- time() - クラス のstaticメソッド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_NON_NEGATIVE - インタフェース のstatic変数org.elasticsearch.cluster.settings.Validator
-
- TIME_UNIT - クラス のstatic変数org.elasticsearch.index.mapper.core.DateFieldMapper.Defaults
-
- timedOut() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchResponse
-
- timeElementParser() - クラス のstaticメソッドorg.joda.time.format.StrictISODateTimeFormat
-
Returns a generic ISO time parser.
- timeEstimateCounter() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- timeEstimateCounter() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- timeEstimateCounter() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- timeEstimateCounter() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- timeEstimateCounter() - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- timeNoMillis() - クラス のstaticメソッド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() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- timeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- timeout(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthRequest
-
- timeout() - クラス のメソッドorg.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
- timeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
- timeout(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.delete.DeleteIndexRequest
-
Timeout to wait for the index deletion to be acknowledged by current cluster nodes.
- timeout - クラス の変数org.elasticsearch.action.bulk.BulkRequest
-
- timeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
A timeout to wait if the index operation can't be performed immediately.
- timeout(String) - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
A timeout to wait if the index operation can't be performed immediately.
- timeout() - クラス のメソッドorg.elasticsearch.action.bulk.BulkRequest
-
- timeout - クラス の変数org.elasticsearch.action.support.master.AcknowledgedRequest
-
- timeout(String) - クラス のメソッドorg.elasticsearch.action.support.master.AcknowledgedRequest
-
Allows to set the timeout
- timeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.support.master.AcknowledgedRequest
-
Allows to set the timeout
- timeout() - クラス のメソッドorg.elasticsearch.action.support.master.AcknowledgedRequest
-
Returns the current timeout
- timeout() - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodesRequest
-
- timeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodesRequest
-
- timeout(String) - クラス のメソッドorg.elasticsearch.action.support.nodes.BaseNodesRequest
-
- timeout - クラス の変数org.elasticsearch.action.support.replication.ReplicationRequest
-
- timeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
A timeout to wait if the index operation can't be performed immediately.
- timeout(String) - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
A timeout to wait if the index operation can't be performed immediately.
- timeout() - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
- timeout - クラス の変数org.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- timeout() - クラス のメソッドorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
- timeout(TimeValue) - クラス のメソッドorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
A timeout to wait if the index operation can't be performed immediately.
- timeout(String) - クラス のメソッドorg.elasticsearch.action.support.single.instance.InstanceShardOperationRequest
-
A timeout to wait if the index operation can't be performed immediately.
- timeout() - クラス のメソッドorg.elasticsearch.cluster.AckedClusterStateUpdateTask
-
- timeout() - クラス のメソッドorg.elasticsearch.cluster.BasicClusterStateTaskConfig
-
- timeout() - インタフェース のメソッドorg.elasticsearch.cluster.ClusterStateTaskConfig
-
The timeout for this cluster state update task configuration.
- timeout() - クラス のメソッドorg.elasticsearch.cluster.ClusterStateUpdateTask
-
- timeout(TimeValue) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaDataDeleteIndexService.Request
-
- TIMEOUT - インタフェース のstatic変数org.elasticsearch.cluster.settings.Validator
-
- timeout - クラス の変数org.elasticsearch.indices.store.IndicesStore.ShardActiveRequest
-
- timeout(TimeValue) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
An optional timeout to control how long search is allowed to take.
- timeout(String) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
An optional timeout to control how long search is allowed to take.
- timeout() - クラス のメソッドorg.elasticsearch.transport.TransportRequestOptions
-
- TimeoutClusterStateListener - org.elasticsearch.clusterのインタフェース
-
An exception to cluster state listener that allows for timeouts and for post added notifications.
- timeoutInMillis() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- timeoutInMillis(long) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- timeoutInMillis() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- timeoutInMillis(long) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- timeoutInMillis() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- timeoutInMillis(long) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- timeoutInMillis() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- timeoutInMillis(long) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- timeoutInMillis(long) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- TimeoutParseElement - org.elasticsearch.search.queryのクラス
-
- TimeoutParseElement() - クラス のコンストラクタorg.elasticsearch.search.query.TimeoutParseElement
-
- timeParser() - クラス のstaticメソッドorg.joda.time.format.StrictISODateTimeFormat
-
Returns a generic ISO time parser for parsing times with a possible zone.
- Timer() - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryState.Timer
-
- timestamp(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Sets the timestamp either as millis since the epoch, or, in the configured date format.
- timestamp() - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- timestamp() - 例外 のメソッドorg.elasticsearch.action.TimestampParsingException
-
- timestamp() - クラス のメソッドorg.elasticsearch.Build
-
- timestamp() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
The timestamp value parsed, null if does not require parsing, or not resolved.
- timestamp() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData
-
- Timestamp(boolean, String, String, String, Boolean) - クラス のコンストラクタorg.elasticsearch.cluster.metadata.MappingMetaData.Timestamp
-
- timestamp() - 例外 のメソッドorg.elasticsearch.index.AlreadyExpiredException
-
- timestamp() - クラス のメソッドorg.elasticsearch.index.engine.Engine.IndexingOperation
-
- timestamp() - クラス のメソッドorg.elasticsearch.index.mapper.ParsedDocument
-
- timestamp() - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- timestamp(String) - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- timestamp(long) - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- timestamp() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Create
-
- timestamp() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Index
-
- timestamp - クラス の変数org.elasticsearch.index.translog.Translog.Source
-
- timestampFieldMapper() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- TimestampFieldMapper - org.elasticsearch.index.mapper.internalのクラス
-
- TimestampFieldMapper.Builder - org.elasticsearch.index.mapper.internalのクラス
-
- TimestampFieldMapper.Defaults - org.elasticsearch.index.mapper.internalのクラス
-
- TimestampFieldMapper.TimestampFieldType - org.elasticsearch.index.mapper.internalのクラス
-
- TimestampFieldMapper.TypeParser - org.elasticsearch.index.mapper.internalのクラス
-
- TimestampFieldType() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.TimestampFieldMapper.TimestampFieldType
-
- TimestampFieldType(TimestampFieldMapper.TimestampFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.TimestampFieldMapper.TimestampFieldType
-
- TimestampParsingException - org.elasticsearch.actionの例外
-
- TimestampParsingException(String) - 例外 のコンストラクタorg.elasticsearch.action.TimestampParsingException
-
- TimestampParsingException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.action.TimestampParsingException
-
- TimestampParsingException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.action.TimestampParsingException
-
- timestampParsingStillNeeded() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
Is timestamp parsing still needed?
- timestampResolved() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData.ParseContext
-
Has timestamp been resolved during the parsing phase.
- timeUnit(TimeUnit) - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.Builder
-
- timeUnit - クラス の変数org.elasticsearch.index.mapper.core.DateFieldMapper.DateFieldType
-
- timeUnit() - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.DateFieldType
-
- TimeValue - org.elasticsearch.common.unitのクラス
-
- TimeValue(long) - クラス のコンストラクタorg.elasticsearch.common.unit.TimeValue
-
- TimeValue(long, TimeUnit) - クラス のコンストラクタorg.elasticsearch.common.unit.TimeValue
-
- timeValueField(XContentBuilderString, XContentBuilderString, TimeValue) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- timeValueField(XContentBuilderString, XContentBuilderString, long) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- timeValueField(String, String, long, TimeUnit) - クラス のメソッドorg.elasticsearch.common.xcontent.XContentBuilder
-
- timeValueHours(long) - クラス のstaticメソッドorg.elasticsearch.common.unit.TimeValue
-
- timeValueMillis(long) - クラス のstaticメソッドorg.elasticsearch.common.unit.TimeValue
-
- timeValueMinutes(long) - クラス のstaticメソッドorg.elasticsearch.common.unit.TimeValue
-
- timeValueNanos(long) - クラス のstaticメソッドorg.elasticsearch.common.unit.TimeValue
-
- timeValueSeconds(long) - クラス のstaticメソッドorg.elasticsearch.common.unit.TimeValue
-
- timeZone(DateTimeZone) - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- timeZone() - クラス のメソッドorg.apache.lucene.queryparser.classic.QueryParserSettings
-
- timeZone(DateTimeZone) - クラス のメソッドorg.elasticsearch.common.rounding.TimeZoneRounding.Builder
-
- timeZone(String) - クラス のメソッドorg.elasticsearch.index.query.QueryStringQueryBuilder
-
In case of date field, we can adjust the from/to fields using a timezone
- timeZone(String) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
In case of date field, we can adjust the from/to fields using a timezone
- timeZone(String) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.DateHistogramBuilder
-
Set the timezone in which to translate dates before computing buckets.
- timezone() - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceParser.Input
-
- timezoneAware(boolean) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceParser.Builder
-
- TimeZoneRounding - org.elasticsearch.common.roundingのクラス
-
- TimeZoneRounding() - クラス のコンストラクタorg.elasticsearch.common.rounding.TimeZoneRounding
-
- TimeZoneRounding.Builder - org.elasticsearch.common.roundingのクラス
-
- tmpFile() - クラス のメソッドorg.elasticsearch.env.Environment
-
Path to the default temp directory used by the JDK
- to(String) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(int) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(long) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(boolean) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(double) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(float) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(short) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(char) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(Class<?>) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(E) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.ConstantBindingBuilder
-
Binds constant to the given value.
- to(Class<? extends T>) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
See the EDSL examples at
Binder.
- to(TypeLiteral<? extends T>) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
See the EDSL examples at
Binder.
- to(Key<? extends T>) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
See the EDSL examples at
Binder.
- to(Class<? extends T>) - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingBuilder
-
- to(TypeLiteral<? extends T>) - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingBuilder
-
- to(Key<? extends T>) - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingBuilder
-
- to(String) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(int) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(long) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(boolean) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(double) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(float) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(short) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(char) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(Class<?>) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(E) - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- to(Object) - クラス のメソッドorg.elasticsearch.index.query.GeoDistanceRangeQueryBuilder
-
- to(Object) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The to part of the range query.
- to(String) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The to part of the range query.
- to(int) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The to part of the range query.
- to(long) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The to part of the range query.
- to(float) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The to part of the range query.
- to(double) - クラス のメソッドorg.elasticsearch.index.query.RangeQueryBuilder
-
The to part of the range query.
- to - クラス の変数org.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- to - クラス の変数org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- TO - クラス のstatic変数org.elasticsearch.search.aggregations.InternalAggregation.CommonFields
-
- TO_AS_STRING - クラス のstatic変数org.elasticsearch.search.aggregations.InternalAggregation.CommonFields
-
- toArray() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNodes
-
- toArray() - クラス のメソッドorg.elasticsearch.common.blobstore.BlobPath
-
- toArray(E[]) - クラス のメソッドorg.elasticsearch.common.util.concurrent.AtomicArray
-
Copies the content of the underlying atomic array to a normal one.
- toArray() - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- toArray(T[]) - クラス のメソッドorg.elasticsearch.common.util.concurrent.SizeBlockingQueue
-
- toArray() - クラス のメソッドorg.elasticsearch.discovery.zen.ping.ZenPing.PingCollection
-
serialize current pings to an array
- toAutomaton(boolean, Iterable<ContextMapping.ContextQuery>) - クラス のstaticメソッドorg.elasticsearch.search.suggest.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() - クラス のメソッドorg.elasticsearch.search.suggest.context.ContextMapping.ContextQuery
-
Build a LookUp Automaton for this context.
- ToBlockJoinQueryBuilder(QueryParseContext) - クラス のコンストラクタorg.elasticsearch.index.query.NestedQueryParser.ToBlockJoinQueryBuilder
-
- toBytes(ClusterState) - クラス のstaticメソッドorg.elasticsearch.cluster.ClusterState.Builder
-
- toBytes() - クラス のメソッドorg.elasticsearch.common.bytes.BytesArray
-
- toBytes() - インタフェース のメソッドorg.elasticsearch.common.bytes.BytesReference
-
Returns the bytes as a single byte array.
- toBytes() - クラス のメソッドorg.elasticsearch.common.bytes.ChannelBufferBytesReference
-
- toBytes() - クラス のメソッドorg.elasticsearch.common.bytes.PagedBytesReference
-
- toBytes(long) - 列挙型 のメソッドorg.elasticsearch.common.unit.ByteSizeUnit
-
- toBytes() - クラス のメソッドorg.elasticsearch.index.mapper.Mapping
-
- toBytesArray() - クラス のメソッドorg.elasticsearch.common.bytes.BytesArray
-
- toBytesArray() - インタフェース のメソッドorg.elasticsearch.common.bytes.BytesReference
-
Returns the bytes as a byte array, possibly sharing the underlying byte buffer.
- toBytesArray() - クラス のメソッドorg.elasticsearch.common.bytes.ChannelBufferBytesReference
-
- toBytesArray() - クラス のメソッドorg.elasticsearch.common.bytes.PagedBytesReference
-
- toBytesRef() - クラス のメソッドorg.elasticsearch.common.bytes.BytesArray
-
- toBytesRef() - インタフェース のメソッドorg.elasticsearch.common.bytes.BytesReference
-
Converts to Lucene BytesRef.
- toBytesRef() - クラス のメソッドorg.elasticsearch.common.bytes.ChannelBufferBytesReference
-
- toBytesRef() - クラス のメソッドorg.elasticsearch.common.bytes.PagedBytesReference
-
- toBytesRef(Object) - クラス のstaticメソッドorg.elasticsearch.common.lucene.BytesRefs
-
Converts an object value to BytesRef.
- toBytesRef(Object, BytesRefBuilder) - クラス のstaticメソッドorg.elasticsearch.common.lucene.BytesRefs
-
- toBytesRef() - クラス のメソッドorg.elasticsearch.index.mapper.Uid
-
- toCamelCase(String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- toCamelCase(String, StringBuilder) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- toChannelBuffer() - クラス のメソッドorg.elasticsearch.common.bytes.BytesArray
-
- toChannelBuffer() - インタフェース のメソッドorg.elasticsearch.common.bytes.BytesReference
-
Returns the bytes as a channel buffer.
- toChannelBuffer() - クラス のメソッドorg.elasticsearch.common.bytes.ChannelBufferBytesReference
-
- toChannelBuffer() - クラス のメソッドorg.elasticsearch.common.bytes.PagedBytesReference
-
- toCharArray() - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayWriter
-
Returns a copy of the input data.
- toDegrees(Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- toDegrees(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- toDegrees(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- toDegrees(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- toDegrees(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- toDelimitedString(char) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
Returns the settings as delimited string.
- toDouble(BytesRef) - 列挙型 のメソッドorg.elasticsearch.index.fielddata.IndexNumericFieldData.NumericType
-
- toException() - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- toFiniteStrings(TokenStream) - クラス のメソッドorg.apache.lucene.search.suggest.analyzing.XAnalyzingSuggester
-
- toFiniteStrings(TokenStream) - クラス のメソッドorg.elasticsearch.search.suggest.completion.AnalyzingCompletionLookupProvider
-
- toFiniteStrings(TokenStream) - インタフェース のメソッドorg.elasticsearch.search.suggest.completion.CompletionTokenStream.ToFiniteStrings
-
- toFloat(double) - 列挙型 のstaticメソッドorg.elasticsearch.common.lucene.search.function.CombineFunction
-
- toGB(long) - 列挙型 のメソッドorg.elasticsearch.common.unit.ByteSizeUnit
-
- toGiga(long) - 列挙型 のメソッドorg.elasticsearch.common.unit.SizeUnit
-
- toHexString(byte[]) - クラス のstaticメソッドorg.elasticsearch.common.hash.MessageDigests
-
- toIndexForm(Number, BytesRefBuilder) - 列挙型 のメソッドorg.elasticsearch.index.fielddata.IndexNumericFieldData.NumericType
-
- toInnerXContent(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats.Text
-
- toInnerXContent(XContentBuilder) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats
-
- toInnerXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.context.CategoryContextMapping
-
- toInnerXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.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) - クラス のメソッドorg.elasticsearch.search.suggest.context.GeolocationContextMapping
-
- toInstance(T) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
See the EDSL examples at
Binder.
- toInstance(T) - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingBuilder
-
- toKB(long) - 列挙型 のメソッドorg.elasticsearch.common.unit.ByteSizeUnit
-
- token(String, XContentParser.Token, XContentParser, ParseFieldMatcher) - クラス のメソッドorg.elasticsearch.script.ScriptParameterParser
-
- token(String, XContentParser.Token, XContentParser) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.support.IncludeExclude.Parser
-
- token(String, XContentParser.Token, XContentParser) - クラス のメソッドorg.elasticsearch.search.aggregations.support.GeoPointParser
-
- token(String, XContentParser.Token, XContentParser) - クラス のメソッドorg.elasticsearch.search.aggregations.support.ValuesSourceParser
-
- TOKEN_FILTERS - クラス のstatic変数org.elasticsearch.rest.action.admin.indices.analyze.RestAnalyzeAction.Fields
-
- TokenConsumer() - クラス のコンストラクタorg.elasticsearch.search.suggest.SuggestUtils.TokenConsumer
-
- tokenCountField(String) - クラス のstaticメソッドorg.elasticsearch.index.mapper.MapperBuilders
-
- TokenCountFieldMapper - org.elasticsearch.index.mapper.coreのクラス
-
A
FieldMapper that takes a string and writes a count of the tokens in that string
to the index.
- TokenCountFieldMapper(String, MappedFieldType, MappedFieldType, Explicit<Boolean>, Explicit<Boolean>, Settings, NamedAnalyzer, FieldMapper.MultiFields, FieldMapper.CopyTo) - クラス のコンストラクタorg.elasticsearch.index.mapper.core.TokenCountFieldMapper
-
- TokenCountFieldMapper.Builder - org.elasticsearch.index.mapper.coreのクラス
-
- TokenCountFieldMapper.Defaults - org.elasticsearch.index.mapper.coreのクラス
-
- TokenCountFieldMapper.TypeParser - org.elasticsearch.index.mapper.coreのクラス
-
- tokenFilter(String) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisService
-
- tokenFilterFactories() - クラス のメソッドorg.elasticsearch.indices.analysis.IndicesAnalysisService
-
- TokenFilterFactory - org.elasticsearch.index.analysisのインタフェース
-
- TokenFilterFactoryFactory - org.elasticsearch.index.analysisのインタフェース
-
- tokenFilterFactoryFactory(String) - クラス のメソッドorg.elasticsearch.indices.analysis.IndicesAnalysisService
-
- tokenFilters(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- tokenFilters() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- tokenfilters() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- tokenfilters(DetailAnalyzeResponse.AnalyzeTokenList[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- tokenFilters() - クラス のメソッドorg.elasticsearch.index.analysis.CustomAnalyzer
-
- TokenFiltersBindings() - クラス のコンストラクタorg.elasticsearch.index.analysis.AnalysisModule.AnalysisBinderProcessor.TokenFiltersBindings
-
- tokenized(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.core.BooleanFieldMapper.Builder
-
- tokenized(boolean) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.Builder
-
- tokenizer(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- tokenizer() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeRequest
-
- tokenizer() - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- tokenizer(DetailAnalyzeResponse.AnalyzeTokenList) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- tokenizer(String) - クラス のメソッドorg.elasticsearch.index.analysis.AnalysisService
-
- TOKENIZER - クラス のstatic変数org.elasticsearch.rest.action.admin.indices.analyze.RestAnalyzeAction.Fields
-
- tokenizerFactories() - クラス のメソッドorg.elasticsearch.indices.analysis.IndicesAnalysisService
-
- tokenizerFactory() - クラス のメソッドorg.elasticsearch.index.analysis.CustomAnalyzer
-
- TokenizerFactory - org.elasticsearch.index.analysisのインタフェース
-
- TokenizerFactoryFactory - org.elasticsearch.index.analysisのインタフェース
-
- tokenizerFactoryFactory(String) - クラス のメソッドorg.elasticsearch.indices.analysis.IndicesAnalysisService
-
- TokenizersBindings() - クラス のコンストラクタorg.elasticsearch.index.analysis.AnalysisModule.AnalysisBinderProcessor.TokenizersBindings
-
- tokenizeToStringArray(String, String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Tokenize the given String into a String array via a StringTokenizer.
- tokenizeToStringArray(String, String, boolean, boolean) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Tokenize the given String into a String array via a StringTokenizer.
- tokenLimit(int) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
-
- tokenStream(Analyzer, TokenStream) - クラス のメソッドorg.elasticsearch.common.lucene.all.AllField
-
- tokenStream(Analyzer, TokenStream) - クラス のメソッドorg.elasticsearch.index.mapper.core.ByteFieldMapper.CustomByteNumericField
-
- tokenStream(Analyzer, TokenStream) - クラス のメソッドorg.elasticsearch.index.mapper.core.DoubleFieldMapper.CustomDoubleNumericField
-
- tokenStream(Analyzer, TokenStream) - クラス のメソッドorg.elasticsearch.index.mapper.core.FloatFieldMapper.CustomFloatNumericField
-
- tokenStream(Analyzer, TokenStream) - クラス のメソッドorg.elasticsearch.index.mapper.core.IntegerFieldMapper.CustomIntegerNumericField
-
- tokenStream(Analyzer, TokenStream) - クラス のメソッドorg.elasticsearch.index.mapper.core.LongFieldMapper.CustomLongNumericField
-
- tokenStream(Analyzer, TokenStream) - クラス のメソッドorg.elasticsearch.index.mapper.core.NumberFieldMapper.CustomNumericDocValuesField
-
- tokenStream(Analyzer, TokenStream) - クラス のメソッドorg.elasticsearch.index.mapper.core.ShortFieldMapper.CustomShortNumericField
-
- tokenStream(Analyzer, BytesRef, CharsRefBuilder, String) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.NoisyChannelSpellChecker
-
- toKilo(long) - 列挙型 のメソッドorg.elasticsearch.common.unit.SizeUnit
-
- toLong(BytesRef) - 列挙型 のメソッドorg.elasticsearch.index.fielddata.IndexNumericFieldData.NumericType
-
- toMB(long) - 列挙型 のメソッドorg.elasticsearch.common.unit.ByteSizeUnit
-
- toMega(long) - 列挙型 のメソッドorg.elasticsearch.common.unit.SizeUnit
-
- toMeters(double) - 列挙型 のメソッドorg.elasticsearch.common.unit.DistanceUnit
-
Convert a value into meters
- toNode() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
-
- toNumber(BytesRef) - 列挙型 のメソッドorg.elasticsearch.index.fielddata.IndexNumericFieldData.NumericType
-
- toolType() - クラス のメソッドorg.elasticsearch.common.cli.CliToolConfig
-
- tooManyConstructors(Class<?>) - クラス のメソッドorg.elasticsearch.common.inject.internal.Errors
-
- TOP - クラス のstatic変数org.elasticsearch.index.query.GeoBoundingBoxQueryParser
-
- TOP_LEFT - クラス のstatic変数org.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- TOP_LEFT - クラス のstatic変数org.elasticsearch.index.query.GeoBoundingBoxQueryParser
-
- TOP_RIGHT - クラス のstatic変数org.elasticsearch.index.query.GeoBoundingBoxQueryParser
-
- toPB(long) - 列挙型 のメソッドorg.elasticsearch.common.unit.ByteSizeUnit
-
- topDocs(SearchContext, FetchSubPhase.HitContext) - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsContext.BaseInnerHits
-
- topDocs(SearchContext, FetchSubPhase.HitContext) - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsContext.NestedInnerHits
-
- topDocs(SearchContext, FetchSubPhase.HitContext) - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsContext.ParentChildInnerHits
-
- topDocs() - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- topDocs(TopDocs) - クラス のメソッドorg.elasticsearch.search.query.QuerySearchResult
-
- topDocs() - クラス のメソッドorg.elasticsearch.search.scan.ScanContext.ScanCollector
-
- toPeta(long) - 列挙型 のメソッドorg.elasticsearch.common.unit.SizeUnit
-
- topHits(String) - クラス のstaticメソッドorg.elasticsearch.search.aggregations.AggregationBuilders
-
Create a new
TopHits aggregation with the given name.
- TopHits - org.elasticsearch.search.aggregations.metrics.tophitsのインタフェース
-
Accumulation of the most relevant hits for a bucket this aggregation falls into.
- TopHitsAggregator - org.elasticsearch.search.aggregations.metrics.tophitsのクラス
-
- TopHitsAggregator(FetchPhase, SubSearchContext, String, AggregationContext, Aggregator, List<PipelineAggregator>, Map<String, Object>) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsAggregator
-
- TopHitsAggregator.Factory - org.elasticsearch.search.aggregations.metrics.tophitsのクラス
-
- TopHitsBuilder - org.elasticsearch.search.aggregations.metrics.tophitsのクラス
-
Builder for the
TopHits aggregation.
- TopHitsBuilder(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
Sole constructor.
- TopHitsParser - org.elasticsearch.search.aggregations.metrics.tophitsのクラス
-
- TopHitsParser(FetchPhase, SortParseElement, FetchSourceParseElement, HighlighterParseElement, FieldDataFieldsParseElement, ScriptFieldsParseElement, FieldsParseElement) - クラス のコンストラクタorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsParser
-
- topLeft - クラス の変数org.elasticsearch.common.geo.builders.EnvelopeBuilder
-
- topLeft(Coordinate) - クラス のメソッドorg.elasticsearch.common.geo.builders.EnvelopeBuilder
-
- topLeft(double, double) - クラス のメソッドorg.elasticsearch.common.geo.builders.EnvelopeBuilder
-
- topLeft() - インタフェース のメソッドorg.elasticsearch.common.geo.GeoDistance.DistanceBoundingCheck
-
- topLeft() - クラス のメソッドorg.elasticsearch.common.geo.GeoDistance.Meridian180DistanceBoundingCheck
-
- topLeft() - クラス のメソッドorg.elasticsearch.common.geo.GeoDistance.SimpleDistanceBoundingCheck
-
- topLeft(double, double) - クラス のメソッドorg.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Adds top left point.
- topLeft(GeoPoint) - クラス のメソッドorg.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- topLeft(String) - クラス のメソッドorg.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- TOPLEFT - クラス のstatic変数org.elasticsearch.index.query.GeoBoundingBoxQueryParser
-
- topLeft() - クラス のメソッドorg.elasticsearch.index.search.geo.InMemoryGeoBoundingBoxQuery
-
- topLeft() - インタフェース のメソッドorg.elasticsearch.search.aggregations.metrics.geobounds.GeoBounds
-
Get the top-left location of the bounding box.
- topLeft() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
- topLevelQuery(Term[], TermContext[], int[], int) - クラス のメソッドorg.apache.lucene.queries.BlendedTermQuery
-
- topLevelReader() - クラス のメソッドorg.elasticsearch.search.fetch.FetchSubPhase.HitContext
-
- topLevelSearcher() - クラス のメソッドorg.elasticsearch.search.fetch.FetchSubPhase.HitContext
-
- toPolygon() - クラス のメソッドorg.elasticsearch.common.geo.builders.BasePolygonBuilder
-
- toPolygon(GeometryFactory) - クラス のメソッドorg.elasticsearch.common.geo.builders.BasePolygonBuilder
-
- topRight(double, double) - クラス のメソッドorg.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Adds top right point.
- topRight(GeoPoint) - クラス のメソッドorg.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- topRight(String) - クラス のメソッドorg.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
- TOPRIGHT - クラス のstatic変数org.elasticsearch.index.query.GeoBoundingBoxQueryParser
-
- toProvider(Provider<? extends T>) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
See the EDSL examples at
Binder.
- toProvider(Class<? extends Provider<? extends T>>) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
See the EDSL examples at
Binder.
- toProvider(Key<? extends Provider<? extends T>>) - インタフェース のメソッドorg.elasticsearch.common.inject.binder.LinkedBindingBuilder
-
See the EDSL examples at
Binder.
- toProvider(Provider<? extends T>) - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingBuilder
-
- toProvider(Class<? extends Provider<? extends T>>) - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingBuilder
-
- toProvider(Key<? extends Provider<? extends T>>) - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingBuilder
-
- toRadians(Short) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- toRadians(Integer) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- toRadians(Float) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- toRadians(Long) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- toRadians(Double) - クラス のstaticメソッドorg.elasticsearch.common.math.UnboxedMathUtils
-
- toSearchRequest() - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
- toSingles(long) - 列挙型 のメソッドorg.elasticsearch.common.unit.SizeUnit
-
- toSortableLongBits(SortedNumericDoubleValues) - 列挙型 のstaticメソッド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) - クラス のメソッドorg.apache.lucene.queries.BlendedTermQuery
-
- toString(String) - クラス のメソッドorg.apache.lucene.queries.MinDocQuery
-
- toString() - クラス のメソッドorg.apache.lucene.store.RateLimitedFSDirectory
-
- toString(Directory) - クラス のstaticメソッドorg.apache.lucene.store.StoreUtils
-
- toString(Directory[]) - クラス のstaticメソッドorg.apache.lucene.store.StoreUtils
-
- toString() - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.FlushRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.ShardFlushRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.SyncedFlushRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.bulk.BulkShardRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
- toString() - クラス のメソッドorg.elasticsearch.action.count.CountRequestBuilder
-
非推奨です。
- toString() - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
- toString() - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.index.IndexResponse
-
- toString() - クラス のメソッドorg.elasticsearch.action.indexedscripts.delete.DeleteIndexedScriptRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.indexedscripts.put.PutIndexedScriptRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.search.MultiSearchResponse
-
- toString() - 例外 のメソッドorg.elasticsearch.action.search.SearchPhaseExecutionException
-
- toString() - クラス のメソッドorg.elasticsearch.action.search.SearchRequestBuilder
-
- toString() - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
- toString() - クラス のメソッドorg.elasticsearch.action.search.ShardSearchFailure
-
- toString() - クラス のメソッドorg.elasticsearch.action.suggest.SuggestRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.suggest.SuggestResponse
-
- toString() - クラス のメソッドorg.elasticsearch.action.support.DefaultShardOperationFailedException
-
- toString() - クラス のメソッドorg.elasticsearch.action.support.IndicesOptions
-
- toString() - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationRequest
-
- toString() - クラス のメソッドorg.elasticsearch.action.support.ToXContentToBytes
-
- toString() - クラス のメソッドorg.elasticsearch.action.TaskOperationFailure
-
- toString() - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.DfsOnlyRequest
-
- toString() - クラス のメソッドorg.elasticsearch.Build
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.action.shard.ShardStateAction.ShardRoutingEntry
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlock
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.ClusterName
-
- toString() - 列挙型 のメソッドorg.elasticsearch.cluster.ClusterState.Metric
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.DiskUsage
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.metadata.SnapshotId
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodeFilters
-
Generates a human-readable string for the DiscoverNodeFilters.
- toString() - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNodes
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.FailedRerouteAllocation.FailedShard
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.routing.AllocationId
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.routing.RestoreSource
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingNode
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.routing.RoutingTableValidation
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
- toString() - クラス のメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
- toString() - クラス のメソッドorg.elasticsearch.common.blobstore.BlobPath
-
- toString() - クラス のメソッドorg.elasticsearch.common.blobstore.fs.FsBlobStore
-
- toString() - クラス のメソッドorg.elasticsearch.common.blobstore.support.PlainBlobMetaData
-
- toString() - クラス のメソッドorg.elasticsearch.common.blobstore.url.URLBlobStore
- toString() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenIntMap
-
- toString() - クラス のメソッドorg.elasticsearch.common.collect.ImmutableOpenMap
-
- toString() - クラス のメソッドorg.elasticsearch.common.collect.Tuple
-
- toString() - クラス のメソッドorg.elasticsearch.common.component.Lifecycle
-
- toString() - クラス のメソッドorg.elasticsearch.common.compress.CompressedXContent
-
- toString() - クラス のメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.Edge
-
- toString() - クラス のメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder
-
- toString() - クラス のメソッドorg.elasticsearch.common.geo.GeoPoint
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.assistedinject.FactoryProvider2
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingBuilder
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.BindingImpl
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.ConstantBindingBuilderImpl
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.ExposedBindingImpl
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.ExposureBuilder
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.InstanceBindingImpl
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.InternalFactory.Instance
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.LinkedBindingImpl
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.LinkedProviderBindingImpl
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.MatcherAndConverter
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.GenericArrayTypeImpl
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.MemberImpl
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- toString(Type) - クラス のstaticメソッドorg.elasticsearch.common.inject.internal.MoreTypes
-
- toString(Member) - クラス のstaticメソッド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() - クラス のメソッドorg.elasticsearch.common.inject.internal.MoreTypes.WildcardTypeImpl
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.PrivateElementsImpl
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.ProviderInstanceBindingImpl
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.ToStringBuilder
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.internal.UntargettedBindingImpl
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.Key
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.multibindings.Multibinder.RealMultibinder
-
- toString() - インタフェース のメソッドorg.elasticsearch.common.inject.Scope
-
A short but useful description of this scope.
- toString() - クラス のメソッドorg.elasticsearch.common.inject.spi.Dependency
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.spi.InjectionPoint
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.spi.Message
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.spi.ProviderLookup.ProviderImpl
-
- toString() - クラス のメソッドorg.elasticsearch.common.inject.TypeLiteral
-
- toString() - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayWriter
-
Converts input data to a string.
- toString() - クラス のメソッドorg.elasticsearch.common.io.FastStringReader
-
- toString() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllEntries
-
- toString(String) - クラス のメソッドorg.elasticsearch.common.lucene.all.AllTermQuery
-
- toString() - クラス のメソッドorg.elasticsearch.common.lucene.all.AllTokenStream
-
- toString(Object) - クラス のstaticメソッドorg.elasticsearch.common.lucene.BytesRefs
-
Converts a value to a string, taking special care if its a BytesRef to call
BytesRef.utf8ToString().
- toString() - クラス のメソッドorg.elasticsearch.common.lucene.search.function.BoostScoreFunction
-
非推奨です。
- toString() - 列挙型 のメソッドorg.elasticsearch.common.lucene.search.function.FieldValueFactorFunction.Modifier
-
- toString(String) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FiltersFunctionScoreQuery
-
- toString(String) - クラス のメソッドorg.elasticsearch.common.lucene.search.function.FunctionScoreQuery
-
- toString() - クラス のメソッドorg.elasticsearch.common.lucene.search.function.ScriptScoreFunction
-
- toString(String) - クラス のメソッドorg.elasticsearch.common.lucene.search.MoreLikeThisQuery
-
- toString(String) - クラス のメソッドorg.elasticsearch.common.lucene.search.MultiPhrasePrefixQuery
-
- toString() - クラス のメソッドorg.elasticsearch.common.ParseField
-
- toString() - クラス のメソッドorg.elasticsearch.common.Priority
-
- toString() - クラス のメソッド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メソッドorg.elasticsearch.common.Strings
-
- toString() - クラス のメソッドorg.elasticsearch.common.text.Text
-
- toString() - クラス のメソッドorg.elasticsearch.common.transport.BoundTransportAddress
-
- toString() - クラス のメソッドorg.elasticsearch.common.transport.DummyTransportAddress
-
- toString() - クラス のメソッドorg.elasticsearch.common.transport.InetSocketTransportAddress
-
- toString() - クラス のメソッドorg.elasticsearch.common.transport.LocalTransportAddress
-
- toString() - インタフェース のメソッドorg.elasticsearch.common.transport.TransportAddress
-
- toString() - クラス のメソッドorg.elasticsearch.common.unit.ByteSizeValue
-
- toString() - クラス のメソッドorg.elasticsearch.common.unit.DistanceUnit.Distance
-
- toString(double) - 列挙型 のメソッドorg.elasticsearch.common.unit.DistanceUnit
-
Convert a value to a distance string
- toString() - 列挙型 のメソッドorg.elasticsearch.common.unit.DistanceUnit
-
- toString() - クラス のメソッドorg.elasticsearch.common.unit.RatioValue
-
- toString() - クラス のメソッドorg.elasticsearch.common.unit.SizeValue
-
- toString() - クラス のメソッドorg.elasticsearch.common.unit.TimeValue
-
- toString() - クラス のメソッドorg.elasticsearch.common.util.concurrent.ConcurrentHashMapLong
-
- toString() - クラス のメソッドorg.elasticsearch.common.util.concurrent.EsThreadPoolExecutor
-
- toString(Locale) - クラス のstaticメソッドorg.elasticsearch.common.util.LocaleUtils
-
Return a string for a
Locale object
- toString() - クラス のメソッドorg.elasticsearch.common.util.URIPattern
-
- toString() - クラス のメソッドorg.elasticsearch.common.xcontent.support.filtering.FilterPath
-
- toString(ToXContent) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentHelper
-
Writes serialized toXContent to pretty-printed JSON string.
- toString(ToXContent, ToXContent.Params) - クラス のstaticメソッドorg.elasticsearch.common.xcontent.XContentHelper
-
Writes serialized toXContent to pretty-printed JSON string.
- toString() - クラス のメソッドorg.elasticsearch.common.xcontent.XContentLocation
-
- toString() - クラス のメソッドorg.elasticsearch.discovery.zen.ping.ZenPing.PingResponse
-
- toString() - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
- toString() - クラス のメソッドorg.elasticsearch.env.NodeEnvironment.NodePath
-
- toString() - クラス のメソッドorg.elasticsearch.env.ShardLock
-
- toString() - クラス のメソッドorg.elasticsearch.http.netty.cors.CorsConfig
-
- toString() - クラス のメソッドorg.elasticsearch.index.analysis.NamedAnalyzer
-
- toString() - クラス のメソッドorg.elasticsearch.index.engine.Engine.CommitId
-
- toString() - クラス のメソッドorg.elasticsearch.index.engine.Segment
-
- toString(SortedNumericDocValues) - 列挙型 のstaticメソッドorg.elasticsearch.index.fielddata.FieldData
-
Return a
String representation of the provided values.
- toString(SortedNumericDoubleValues) - 列挙型 のstaticメソッドorg.elasticsearch.index.fielddata.FieldData
-
Return a
String representation of the provided values.
- toString(RandomAccessOrds) - 列挙型 のstaticメソッドorg.elasticsearch.index.fielddata.FieldData
-
Return a
String representation of the provided values.
- toString(MultiGeoPointValues) - 列挙型 のstaticメソッドorg.elasticsearch.index.fielddata.FieldData
-
Return a
String representation of the provided values.
- toString() - クラス のメソッドorg.elasticsearch.index.Index
-
- toString() - クラス のメソッドorg.elasticsearch.index.mapper.Mapping
-
- toString() - クラス のメソッドorg.elasticsearch.index.mapper.ParsedDocument
-
- toString() - クラス のメソッドorg.elasticsearch.index.mapper.Uid
-
- toString() - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- toString() - クラス のメソッドorg.elasticsearch.index.recovery.RecoveryStats
-
- toString(String) - クラス のメソッドorg.elasticsearch.index.search.child.ChildrenConstantScoreQuery
-
非推奨です。
- toString(String) - クラス のメソッドorg.elasticsearch.index.search.child.ChildrenQuery
-
非推奨です。
- toString(String) - クラス のメソッドorg.elasticsearch.index.search.child.ParentConstantScoreQuery
-
非推奨です。
- toString(String) - クラス のメソッドorg.elasticsearch.index.search.child.ParentQuery
-
非推奨です。
- toString(String) - クラス のメソッドorg.elasticsearch.index.search.geo.GeoDistanceRangeQuery
-
- toString(String) - クラス のメソッドorg.elasticsearch.index.search.geo.GeoPolygonQuery
-
- toString(String) - クラス のメソッドorg.elasticsearch.index.search.geo.InMemoryGeoBoundingBoxQuery
-
- toString(String) - クラス のメソッドorg.elasticsearch.index.search.nested.IncludeNestedDocsQuery
-
- toString() - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats
-
- toString() - クラス のメソッドorg.elasticsearch.index.shard.ElasticsearchMergePolicy
-
- toString() - クラス のメソッドorg.elasticsearch.index.shard.ShardId
-
- toString() - クラス のメソッドorg.elasticsearch.index.shard.ShardPath
-
- toString() - クラス のメソッドorg.elasticsearch.index.shard.ShardStateMetaData
-
- toString() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardRepository
-
- toString() - クラス のメソッドorg.elasticsearch.index.store.Store.RecoveryDiff
-
- toString() - クラス のメソッドorg.elasticsearch.index.store.StoreFileMetaData
-
- toString() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Create
-
- toString() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Delete
-
- toString() - クラス のメソッドorg.elasticsearch.index.translog.Translog.DeleteByQuery
-
非推奨です。
- toString() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Index
-
- toString() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Location
-
- toString() - クラス のメソッドorg.elasticsearch.index.translog.TranslogReader
-
- toString() - クラス のメソッドorg.elasticsearch.indices.breaker.BreakerSettings
-
- toString() - クラス のメソッドorg.elasticsearch.indices.breaker.CircuitBreakerStats
-
- toString() - クラス のメソッドorg.elasticsearch.indices.cache.query.terms.TermsLookup
-
- toString() - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
-
- toString() - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService.PreShardSyncedFlushRequest
-
- toString() - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushRequest
-
- toString() - クラス のメソッドorg.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
-
- toString() - クラス のメソッドorg.elasticsearch.indices.IndicesWarmer.WarmerContext
-
- toString() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- toString() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySourceHandler
-
- toString() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.File
-
- toString() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- toString() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryStatus
-
- toString() - クラス のメソッドorg.elasticsearch.monitor.jvm.DeadlockAnalyzer.Deadlock
-
- toString() - クラス のメソッドorg.elasticsearch.plugins.PluginInfo
-
- toString() - クラス のメソッドorg.elasticsearch.repositories.VerificationFailure
-
- toString() - クラス のメソッドorg.elasticsearch.script.CompiledScript
-
- toString() - クラス のメソッドorg.elasticsearch.script.Script
-
- toString() - クラス のメソッドorg.elasticsearch.script.ScriptContext.Plugin
-
- toString() - 列挙型 のメソッドorg.elasticsearch.script.ScriptContext.Standard
-
- toString() - クラス のメソッドorg.elasticsearch.script.ScriptModes
-
- toString() - 列挙型 のメソッドorg.elasticsearch.script.ScriptService.ScriptType
-
- toString() - クラス のメソッドorg.elasticsearch.search.aggregations.AggregatorBase
-
- toString() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval
-
- toString() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Range
-
- toString() - 列挙型 のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregator.ExecutionMode
-
- toString() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.LongAccessor
-
- toString() - 列挙型 のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregatorFactory.ExecutionMode
-
- toString() - 列挙型 のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregatorFactory.ExecutionMode
-
- toString() - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregation.Type
-
- toString() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- toString() - クラス のメソッドorg.elasticsearch.search.aggregations.support.AggregationPath.PathElement
-
- toString() - クラス のメソッドorg.elasticsearch.search.aggregations.support.AggregationPath
-
- toString() - 列挙型 のメソッドorg.elasticsearch.search.aggregations.support.ValueType
-
- toString() - クラス のメソッドorg.elasticsearch.search.highlight.HighlightField
-
- toString() - 列挙型 のメソッドorg.elasticsearch.search.profile.ProfileBreakdown.TimingType
-
- toString() - クラス のメソッドorg.elasticsearch.search.SearchShardTarget
-
- toString() - クラス のメソッドorg.elasticsearch.search.sort.SortBuilder
-
- toString() - クラス のメソッドorg.elasticsearch.search.suggest.context.ContextMapping.ContextQuery
-
- toString() - クラス のメソッドorg.elasticsearch.search.suggest.context.ContextMapping
-
- toString() - クラス のメソッドorg.elasticsearch.search.suggest.phrase.Correction
-
- toString() - クラス のメソッドorg.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.Candidate
-
- toString() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest
-
- toString() - クラス のメソッドorg.elasticsearch.snapshots.RestoreService.UpdateIndexShardRestoreStatusRequest
-
- toString() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardFailure
-
- toString() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest
-
- toString() - クラス のメソッドorg.elasticsearch.tasks.TaskId
-
- toString() - クラス のメソッドorg.elasticsearch.transport.PlainTransportFuture
-
- toString() - クラス のメソッドorg.elasticsearch.transport.RequestHandlerRegistry
-
- toString() - クラス のメソッドorg.elasticsearch.Version
-
- toStringArray(Collection<String>) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Copy the given Collection into a String array.
- ToStringBuilder - org.elasticsearch.common.inject.internalのクラス
-
Helps with toString() methods.
- ToStringBuilder(String) - クラス のコンストラクタorg.elasticsearch.common.inject.internal.ToStringBuilder
-
- ToStringBuilder(Class) - クラス のコンストラクタorg.elasticsearch.common.inject.internal.ToStringBuilder
-
- toStringTrim() - クラス のメソッドorg.elasticsearch.common.io.FastCharArrayWriter
-
Converts the input data to a string with trimmed whitespaces.
- total() - クラス のメソッドorg.elasticsearch.index.warmer.WarmerStats
-
The total number of warmer executed.
- total() - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo
-
- TOTAL_CIRCUIT_BREAKER_LIMIT_SETTING - クラス のstatic変数org.elasticsearch.indices.breaker.HierarchyCircuitBreakerService
-
- totalBytes() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
total number of bytes in th shard
- totalChannels() - クラス のメソッドorg.elasticsearch.common.netty.OpenChannelsHandler
-
- totalFileCount() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
total number of files that are part of this recovery, both re-used and recovered
- totalFilesSize() - 例外 のメソッドorg.elasticsearch.indices.recovery.RecoverFilesRecoveryException
-
- totalHits - クラス の変数org.elasticsearch.search.internal.InternalSearchHits
-
- totalHits() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits
-
- totalHits - クラス の変数org.elasticsearch.search.internal.ScrollContext
-
- totalHits() - インタフェース のメソッドorg.elasticsearch.search.SearchHits
-
The total number of hits that matches the search request.
- totalNumberOfShards() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- totalOperations() - クラス のメソッドorg.elasticsearch.index.translog.ImmutableTranslogReader
-
- totalOperations() - クラス のメソッドorg.elasticsearch.index.translog.Translog
-
Returns the number of operations in the transaction files that aren't committed to lucene..
- totalOperations() - クラス のメソッドorg.elasticsearch.index.translog.Translog.View
-
The total number of operations in the view.
- totalOperations() - クラス のメソッドorg.elasticsearch.index.translog.TranslogReader
-
- totalOperations() - クラス のメソッドorg.elasticsearch.index.translog.TranslogWriter
-
- totalOperations() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Translog
-
returns the total number of translog operations needed to be recovered at this moment.
- totalOperations(int) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Translog
-
- totalOperationsOnStart() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Translog
-
returns the total number of translog operations to recovered, on the start of the recovery.
- totalOperationsOnStart(int) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Translog
-
- totalRecoverBytes() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
total bytes of files to be recovered (potentially not yet done)
- totalRecoverFiles() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
total number of files to be recovered (potentially not yet done)
- totalReuseBytes() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- totalShard() - クラス のメソッドorg.elasticsearch.snapshots.Snapshot
-
Returns total number of shards that were snapshotted
- totalShards() - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
total number shards, including replicas, both assigned and unassigned
- totalShards() - クラス のメソッドorg.elasticsearch.indices.flush.ShardsSyncedFlushResult
-
- totalShards() - クラス のメソッドorg.elasticsearch.snapshots.RestoreInfo
-
Number of shards being restored
- totalShards() - クラス のメソッドorg.elasticsearch.snapshots.SnapshotInfo
-
Returns total number of shards that were snapshotted
- totalSize() - クラス のメソッドorg.elasticsearch.cluster.routing.GroupShardsIterator
-
Returns the total number of shards within all groups
- totalSize() - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus.Index
-
- totalSize() - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Returns total size of all files that where snapshotted
- totalSize() - クラス のメソッドorg.elasticsearch.index.snapshots.IndexShardSnapshotStatus
-
Total snapshot size
- totalSizeWith1ForEmpty() - クラス のメソッドorg.elasticsearch.cluster.routing.GroupShardsIterator
-
Returns the total number of shards plus the number of empty groups
- totalTermFreq() - クラス のメソッドorg.elasticsearch.common.lucene.index.FilterableTermsEnum
-
- totalTime() - クラス のメソッドorg.elasticsearch.common.StopWatch
-
Return the total time for all tasks.
- totalTime() - クラス のメソッドorg.elasticsearch.index.warmer.WarmerStats
-
The total time warmer have been executed.
- totalTimeInMillis() - クラス のメソッドorg.elasticsearch.index.warmer.WarmerStats
-
The total time warmer have been executed (in milliseconds).
- totalTranslogOps() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryCleanFilesRequest
-
- totalTranslogOps() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryFileChunkRequest
-
- totalTranslogOps() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryPrepareForTranslogOperationsRequest
-
- totalTranslogOps() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryTranslogOperationsRequest
-
- toTB(long) - 列挙型 のメソッドorg.elasticsearch.common.unit.ByteSizeUnit
-
- toTera(long) - 列挙型 のメソッドorg.elasticsearch.common.unit.SizeUnit
-
- toTermVectorsRequest() - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- toTimingMap() - クラス のメソッドorg.elasticsearch.search.profile.ProfileBreakdown
-
- toUnderscoreCase(String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- toUnderscoreCase(String, StringBuilder) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- toUTF16() - インタフェース のメソッドorg.elasticsearch.search.suggest.completion.CompletionTokenStream.ByteTermAttribute
-
- toUTF16() - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionTokenStream.ByteTermAttributeImpl
-
- toUtf8() - クラス のメソッドorg.elasticsearch.common.bytes.BytesArray
-
- toUtf8() - インタフェース のメソッドorg.elasticsearch.common.bytes.BytesReference
-
Converts to a string based on utf8.
- toUtf8() - クラス のメソッドorg.elasticsearch.common.bytes.ChannelBufferBytesReference
-
- toUtf8() - クラス のメソッドorg.elasticsearch.common.bytes.PagedBytesReference
-
- toUTF8Bytes(CharSequence) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- toUTF8Bytes(CharSequence, BytesRefBuilder) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo.Failure
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.ActionWriteResponse.ShardInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.health.ClusterHealthResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.PluginsAndModules
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodeStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.tasks.list.TaskInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsGroup
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStatus
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices.ShardStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsIndices
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.Counts
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.JvmStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.cluster.validate.template.RenderSearchTemplateResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse.AnalyzeToken
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.AnalyzeResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.CharFilteredText
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.flush.SyncedFlushResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse.FieldMappingMetaData
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.recovery.RecoveryResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.segments.IndicesSegmentResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.Failure
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse.StoreStatus
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.ShardStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.bulk.BulkItemResponse.Failure
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.fieldstats.FieldStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.get.GetResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.get.MultiGetResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.indexedscripts.get.GetIndexedScriptResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.percolate.MultiPercolateResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder.DocBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.percolate.PercolateSourceBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.search.ClearScrollResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.search.MultiSearchResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.search.SearchResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.search.ShardSearchFailure
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.support.DefaultShardOperationFailedException
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.support.QuerySourceBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.support.replication.ReplicationTask.Status
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.TaskOperationFailure
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.termvectors.MultiTermVectorsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.block.ClusterBlock
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.ClusterState
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.health.ClusterIndexHealth
-
- toXContent(AliasMetaData, XContentBuilder, ToXContent.Params) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.AliasMetaData.Builder
-
- toXContent(IndexMetaData, XContentBuilder, ToXContent.Params) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Builder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData
-
- toXContent(IndexTemplateMetaData, XContentBuilder, ToXContent.Params) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.IndexTemplateMetaData.Builder
-
- toXContent(MetaData) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- toXContent(MetaData, XContentBuilder, ToXContent.Params) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.metadata.RepositoriesMetaData
- toXContent(RepositoryMetaData, XContentBuilder, ToXContent.Params) - クラス のstaticメソッドorg.elasticsearch.cluster.metadata.RepositoriesMetaData
-
Serializes information about a single repository
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.node.DiscoveryNode
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.RestoreInProgress
- toXContent(RestoreInProgress.Entry, XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.RestoreInProgress
-
Serializes single restore operation
- toXContent(AllocateAllocationCommand, XContentBuilder, ToXContent.Params, String) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.AllocateAllocationCommand.Factory
-
- toXContent(T, XContentBuilder, ToXContent.Params, String) - インタフェース のメソッドorg.elasticsearch.cluster.routing.allocation.command.AllocationCommand.Factory
-
- toXContent(AllocationCommands, XContentBuilder, ToXContent.Params) - クラス のstaticメソッドorg.elasticsearch.cluster.routing.allocation.command.AllocationCommands
-
- toXContent(CancelAllocationCommand, XContentBuilder, ToXContent.Params, String) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand.Factory
-
- toXContent(MoveAllocationCommand, XContentBuilder, ToXContent.Params, String) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand.Factory
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RerouteExplanation
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.RoutingExplanations
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.routing.AllocationId
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.routing.RestoreSource
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.routing.ShardRouting
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.routing.UnassignedInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.SnapshotsInProgress
-
- toXContent(SnapshotsInProgress.Entry, XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.cluster.SnapshotsInProgress
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.geo.builders.BaseLineStringBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.geo.builders.BasePolygonBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.geo.builders.CircleBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.geo.builders.EnvelopeBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.geo.builders.LineStringBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.geo.builders.MultiLineStringBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.geo.builders.MultiPointBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.geo.builders.PointBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.CoordinateNode
-
- toXContent(XContentBuilder, Coordinate) - クラス のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.settings.Settings
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.common.unit.Fuzziness
-
- toXContent(XContentBuilder, ToXContent.Params, boolean) - クラス のメソッドorg.elasticsearch.common.unit.Fuzziness
-
- ToXContent - org.elasticsearch.common.xcontentのインタフェース
-
An interface allowing to transfer an object to "XContent" using an
XContentBuilder.
- toXContent(XContentBuilder, ToXContent.Params) - インタフェース のメソッドorg.elasticsearch.common.xcontent.ToXContent
-
- toXContent(XContentBuilder, ToXContent.Params) - 例外 のメソッドorg.elasticsearch.ElasticsearchException
-
- toXContent(XContentBuilder, ToXContent.Params, Throwable) - 例外 のstaticメソッドorg.elasticsearch.ElasticsearchException
-
- toXContent(XContentBuilder, T) - クラス のメソッド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) - クラス のメソッドorg.elasticsearch.http.HttpInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.http.HttpStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.cache.query.QueryCacheStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.cache.request.RequestCacheStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.engine.CommitStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.engine.SegmentsStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.fielddata.FieldDataStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.flush.FlushStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.get.GetStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats.Stats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.indexing.IndexingStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.CopyTo
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper.MultiFields
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.FieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.internal.AllFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.internal.IdFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.internal.IndexFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.internal.ParentFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.internal.RoutingFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.internal.SourceFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TimestampFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TTLFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.internal.TypeFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.internal.UidFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.internal.VersionFieldMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.Mapping
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper
-
- toXContent(XContentBuilder, ToXContent.Params, ToXContent) - クラス のメソッドorg.elasticsearch.index.mapper.object.ObjectMapper
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.merge.MergeStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.percolator.stats.PercolateStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.query.functionscore.ScoreFunctionBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.query.QueryBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.query.support.BaseInnerHitBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.query.support.QueryInnerHitBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.recovery.RecoveryStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.refresh.RefreshStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats.Stats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.search.stats.SearchStats
-
- toXContent(CommitPoint) - クラス のstaticメソッドorg.elasticsearch.index.shard.CommitPoints
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.shard.DocsStats
-
- toXContent(BlobStoreIndexShardSnapshot.FileInfo, XContentBuilder, ToXContent.Params) - クラス のstaticメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot.FileInfo
-
Serializes file info into JSON
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshot
-
Serializes shard snapshot metadata info into JSON
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.snapshots.blobstore.BlobStoreIndexShardSnapshots
-
Writes index file for the shard in the following format.
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.store.StoreStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.suggest.stats.SuggestStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.translog.TranslogStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.warmer.WarmerStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.indices.breaker.AllCircuitBreakerStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.indices.breaker.CircuitBreakerStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.indices.NodeIndicesStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.File
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Index
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.Translog
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.indices.recovery.RecoveryState.VerifyIndex
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo.Path
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.monitor.fs.FsInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.monitor.jvm.JvmStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.monitor.os.OsInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.monitor.os.OsStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.monitor.process.ProcessInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.monitor.process.ProcessStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.plugins.PluginInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.script.Script
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.script.ScriptStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.AggregationBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.InternalFilters.Bucket
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Bucket
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.AbstractRangeBuilder.Range
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceBuilder.Range
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Bucket
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ChiSquare.ChiSquareBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.GND.GNDBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.JLHScore.JLHScoreBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.MutualInformation.MutualInformationBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.PercentageScore.PercentageScoreBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.heuristics.ScriptHeuristic.ScriptHeuristicBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms.Bucket
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.StringTerms.Bucket
-
- toXContent(XContentBuilder) - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregation
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregations
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.MetricsAggregationBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.EwmaModel.EWMAModelBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltLinearModel.HoltLinearModelBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.HoltWintersModel.HoltWintersModelBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.LinearModel.LinearModelBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.models.SimpleModel.SimpleModelBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregatorBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsBuilder.InnerHit
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.fetch.innerhits.InnerHitsBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.highlight.HighlightBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit.InternalNestedIdentity
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHits
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchResponse
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.profile.CollectorResult
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.profile.InternalProfileShardResults
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.profile.ProfileShardResult
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.rescore.RescoreBuilder.Rescorer
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.rescore.RescoreBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.sort.FieldSortBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.sort.GeoDistanceSortBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.sort.ScoreSortBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.sort.ScriptSortBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.completion.CompletionStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.context.ContextMapping
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.DirectCandidateGenerator
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.SmoothingModel
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion.Entry
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.Suggest
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder.SuggestionBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.suggest.SuggestBuilder
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.warmer.IndexWarmersMetaData
-
- toXContent(IndexWarmersMetaData.Entry, XContentBuilder, ToXContent.Params) - クラス のstaticメソッドorg.elasticsearch.search.warmer.IndexWarmersMetaData
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.snapshots.RestoreInfo
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.snapshots.Snapshot
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotInfo
-
- toXContent(SnapshotShardFailure, XContentBuilder, ToXContent.Params) - クラス のstaticメソッドorg.elasticsearch.snapshots.SnapshotShardFailure
-
Serializes snapshot failure information into JSON
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.snapshots.SnapshotShardFailure
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.threadpool.ThreadPool.Info
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolStats.Stats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.threadpool.ThreadPoolStats
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.transport.TransportInfo
-
- toXContent(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.transport.TransportStats
-
- ToXContent.DelegatingMapParams - org.elasticsearch.common.xcontentのクラス
-
- ToXContent.MapParams - org.elasticsearch.common.xcontentのクラス
-
- ToXContent.Params - org.elasticsearch.common.xcontentのインタフェース
-
- toXContentEmbedded(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.index.get.GetResult
-
- toXContentInternal(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregations
-
Directly write all the addAggregation without their bounding object.
- ToXContentToBytes - org.elasticsearch.action.supportのクラス
-
- ToXContentToBytes() - クラス のコンストラクタorg.elasticsearch.action.support.ToXContentToBytes
-
- ToXContentToBytes(XContentType) - クラス のコンストラクタorg.elasticsearch.action.support.ToXContentToBytes
-
- toXContentWithoutObject(XContentBuilder, ToXContent.Params) - クラス のメソッドorg.elasticsearch.action.admin.indices.analyze.DetailAnalyzeResponse.AnalyzeTokenList
-
- trace(String, Object...) - インタフェース のメソッドorg.elasticsearch.common.logging.ESLogger
-
Logs a DEBUG level message.
- trace(String, Throwable, Object...) - インタフェース のメソッドorg.elasticsearch.common.logging.ESLogger
-
Logs a DEBUG level message.
- trace(String, Object...) - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- trace(String, Throwable, Object...) - クラス のメソッドorg.elasticsearch.common.logging.support.AbstractESLogger
-
- traceEnabled() - クラス のメソッドorg.elasticsearch.transport.TransportService.Adapter
-
- traceReceivedRequest(long, String) - クラス のメソッドorg.elasticsearch.transport.TransportService.Adapter
-
- traceReceivedResponse(long, DiscoveryNode, String) - クラス のメソッドorg.elasticsearch.transport.TransportService.Adapter
-
- traceRequestSent(DiscoveryNode, long, String, TransportRequestOptions) - クラス のメソッドorg.elasticsearch.transport.TransportService.Adapter
-
- traceResponseSent(long, String, Throwable) - クラス のメソッドorg.elasticsearch.transport.TransportService.Adapter
-
- traceResponseSent(long, String) - クラス のメソッドorg.elasticsearch.transport.TransportService.Adapter
-
- traceUnresolvedResponse(long) - クラス のメソッドorg.elasticsearch.transport.TransportService.Adapter
-
- trackScores(boolean) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- trackScores() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- trackScores(boolean) - クラス のメソッドorg.elasticsearch.search.builder.SearchSourceBuilder
-
Applies when sorting, and controls if scores will be tracked as well.
- trackScores(boolean) - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- trackScores() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- trackScores(boolean) - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- trackScores() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- trackScores(boolean) - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- trackScores() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- trackScores(boolean) - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- trackScores() - クラス のメソッドorg.elasticsearch.search.internal.SubSearchContext
-
- TrackScoresParseElement - org.elasticsearch.search.sortのクラス
-
- TrackScoresParseElement() - クラス のコンストラクタorg.elasticsearch.search.sort.TrackScoresParseElement
-
- transform(ScriptService, Script) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper.Builder
-
- transform(ScriptService, String, ScriptService.ScriptType, String, Map<String, Object>) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper.Builder
-
- transformSource() - クラス のメソッドorg.elasticsearch.search.fetch.source.FetchSourceContext
-
Should the document be transformed after the source is loaded?
- transformSource(boolean) - クラス のメソッドorg.elasticsearch.search.fetch.source.FetchSourceContext
-
Should the document be transformed after the source is loaded?
- transformSourceAsMap(Map<String, Object>) - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
Transform the source when it is expressed as a map.
- transformSourceAsMap(Map<String, Object>) - インタフェース のメソッドorg.elasticsearch.index.mapper.Mapping.SourceTransform
-
Transform the source when it is expressed as a map.
- transientSettings() - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
- transientSettings(Settings) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the transient settings to be updated.
- transientSettings(Settings.Builder) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the transient settings to be updated.
- transientSettings(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the source containing the transient settings to be updated.
- transientSettings(Map) - クラス のメソッドorg.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsRequest
-
Sets the transient settings to be updated.
- transientSettings() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- transientSettings(Settings) - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData.Builder
-
- transientSettings() - クラス のメソッドorg.elasticsearch.cluster.metadata.MetaData
-
- translate(Coordinate[]) - クラス のstaticメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder.Edge
-
Transforms coordinates in the eastern hemisphere (-180:0) to a (180:360) range
- translated - クラス の変数org.elasticsearch.common.geo.builders.PointCollection
-
- translog - クラス の変数org.elasticsearch.action.admin.indices.stats.CommonStats
-
- translog(boolean) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- translog() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
- translog() - クラス のメソッドorg.elasticsearch.index.shard.SnapshotStatus
-
- Translog() - クラス のコンストラクタorg.elasticsearch.index.shard.SnapshotStatus.Translog
-
- Translog - 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) - クラス のコンストラクタorg.elasticsearch.index.translog.Translog
-
Creates a new Translog instance.
- Translog() - クラス のコンストラクタorg.elasticsearch.indices.recovery.RecoveryState.Translog
-
- Translog.Create - org.elasticsearch.index.translogのクラス
-
- Translog.Delete - org.elasticsearch.index.translogのクラス
-
- Translog.DeleteByQuery - org.elasticsearch.index.translogのクラス
-
- Translog.Durabilty - org.elasticsearch.index.translogの列挙型
-
- Translog.Index - org.elasticsearch.index.translogのクラス
-
- Translog.Location - org.elasticsearch.index.translogのクラス
-
- Translog.Operation - org.elasticsearch.index.translogのインタフェース
-
A generic interface representing an operation performed on the transaction log.
- Translog.Operation.Type - org.elasticsearch.index.translogの列挙型
-
- Translog.Snapshot - org.elasticsearch.index.translogのインタフェース
-
A snapshot of the transaction log, allows to iterate over all the transaction log operations.
- Translog.Source - org.elasticsearch.index.translogのクラス
-
- Translog.TranslogGeneration - org.elasticsearch.index.translogのクラス
-
References a transaction log generation
- Translog.View - 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_BUFFER_SIZE_SETTING - クラス のstatic変数org.elasticsearch.indices.memory.IndexingMemoryController
-
How much heap (% or bytes) we will share across all actively indexing shards for the translog buffer (default: 1%).
- TRANSLOG_CODEC - クラス のstatic変数org.elasticsearch.index.translog.TranslogWriter
-
- TRANSLOG_FILE_PREFIX - クラス のstatic変数org.elasticsearch.index.translog.Translog
-
- TRANSLOG_FILE_SUFFIX - クラス のstatic変数org.elasticsearch.index.translog.Translog
-
- TRANSLOG_FOLDER_NAME - クラス のstatic変数org.elasticsearch.index.shard.ShardPath
-
- TRANSLOG_GENERATION_KEY - クラス のstatic変数org.elasticsearch.index.translog.Translog
-
- TRANSLOG_OPS - クラス のstatic変数org.elasticsearch.indices.recovery.RecoveryTarget.Actions
-
- TRANSLOG_UUID_KEY - クラス のstatic変数org.elasticsearch.index.translog.Translog
-
- TranslogBasedFlush() - クラス のコンストラクタorg.elasticsearch.index.translog.TranslogService.TranslogBasedFlush
-
- translogBufferSize() - クラス のメソッドorg.elasticsearch.indices.memory.IndexingMemoryController
-
returns the current budget for the total amount of translog buffers of
active shards on this node
- TranslogConfig - org.elasticsearch.index.translogのクラス
-
- TranslogConfig(ShardId, Path, Settings, Translog.Durabilty, BigArrays, ThreadPool) - クラス のコンストラクタorg.elasticsearch.index.translog.TranslogConfig
-
Creates a new TranslogConfig instance
- TranslogCorruptedException - org.elasticsearch.index.translogの例外
-
- TranslogCorruptedException(String) - 例外 のコンストラクタorg.elasticsearch.index.translog.TranslogCorruptedException
-
- TranslogCorruptedException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.translog.TranslogCorruptedException
-
- TranslogCorruptedException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.translog.TranslogCorruptedException
-
- TranslogException - org.elasticsearch.index.translogの例外
-
- TranslogException(ShardId, String) - 例外 のコンストラクタorg.elasticsearch.index.translog.TranslogException
-
- TranslogException(ShardId, String, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.translog.TranslogException
-
- TranslogException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.translog.TranslogException
-
- translogFileGeneration - クラス の変数org.elasticsearch.index.translog.Translog.TranslogGeneration
-
- translogFiles() - クラス のメソッドorg.elasticsearch.index.shard.CommitPoint
-
- TranslogGeneration(String, long) - クラス のコンストラクタorg.elasticsearch.index.translog.Translog.TranslogGeneration
-
- translogLocation - クラス の変数org.elasticsearch.index.translog.Translog.Location
-
- translogOps() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySettings
-
- TranslogReader - org.elasticsearch.index.translogのクラス
-
A base class for all classes that allows reading ops from translog files
- TranslogReader(long, ChannelReference, long) - クラス のコンストラクタorg.elasticsearch.index.translog.TranslogReader
-
- TranslogRecoveryPerformer - 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, IndexQueryParserService, IndexAliasesService, IndexCache, ESLogger) - クラス のコンストラクタorg.elasticsearch.index.shard.TranslogRecoveryPerformer
-
- TranslogRecoveryPerformer.BatchOperationException - org.elasticsearch.index.shardの例外
-
- TranslogService - org.elasticsearch.index.translogのクラス
-
- TranslogService(ShardId, IndexSettingsService, ThreadPool, IndexShard) - クラス のコンストラクタorg.elasticsearch.index.translog.TranslogService
-
- TranslogService.TranslogBasedFlush - org.elasticsearch.index.translogのクラス
-
- translogSize() - クラス のメソッドorg.elasticsearch.indices.recovery.RecoverySettings
-
- translogStats() - クラス のメソッドorg.elasticsearch.index.shard.IndexShard
-
- translogStats() - クラス のメソッドorg.elasticsearch.index.shard.ShadowIndexShard
-
- TranslogStats - org.elasticsearch.index.translogのクラス
-
- TranslogStats() - クラス のコンストラクタorg.elasticsearch.index.translog.TranslogStats
-
- TranslogStats(int, long) - クラス のコンストラクタorg.elasticsearch.index.translog.TranslogStats
-
- translogUUID - クラス の変数org.elasticsearch.index.translog.Translog.TranslogGeneration
-
- TranslogWriter - org.elasticsearch.index.translogのクラス
-
- TranslogWriter(ShardId, long, ChannelReference) - クラス のコンストラクタorg.elasticsearch.index.translog.TranslogWriter
-
- TranslogWriter.Type - org.elasticsearch.index.translogの列挙型
-
- transport() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node Transport be returned.
- transport(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.info.NodesInfoRequest
-
Should the node Transport be returned.
- transport() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node Transport be returned.
- transport(boolean) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest
-
Should the node Transport be returned.
- transport - クラス の変数org.elasticsearch.http.netty.NettyHttpServerTransport.HttpChannelPipelineFactory
-
- transport - クラス の変数org.elasticsearch.transport.netty.MessageChannelHandler
-
- Transport - org.elasticsearch.transportのインタフェース
-
- transport - クラス の変数org.elasticsearch.transport.TransportService
-
- Transport.TransportSettings - org.elasticsearch.transportのクラス
-
- TRANSPORT_CLIENT_BOSS_THREAD_NAME_PREFIX - クラス のstatic変数org.elasticsearch.transport.netty.NettyTransport
-
- TRANSPORT_CLIENT_WORKER_THREAD_NAME_PREFIX - クラス のstatic変数org.elasticsearch.transport.netty.NettyTransport
-
- TRANSPORT_LOCAL_ADDRESS - クラス のstatic変数org.elasticsearch.transport.local.LocalTransport
-
- TRANSPORT_LOCAL_QUEUE - クラス のstatic変数org.elasticsearch.transport.local.LocalTransport
-
- TRANSPORT_LOCAL_WORKERS - クラス のstatic変数org.elasticsearch.transport.local.LocalTransport
-
- TRANSPORT_SERVICE_TYPE_KEY - クラス のstatic変数org.elasticsearch.transport.TransportModule
-
- TRANSPORT_TCP_COMPRESS - クラス のstatic変数org.elasticsearch.transport.Transport.TransportSettings
-
- TRANSPORT_TYPE_KEY - クラス のstatic変数org.elasticsearch.transport.TransportModule
-
- TransportAction<Request extends ActionRequest,Response extends ActionResponse> - org.elasticsearch.action.supportのクラス
-
- TransportAction(Settings, String, ThreadPool, ActionFilters, IndexNameExpressionResolver, TaskManager) - クラス のコンストラクタorg.elasticsearch.action.support.TransportAction
-
- TransportActionNodeProxy<Request extends ActionRequest,Response extends ActionResponse> - org.elasticsearch.actionのクラス
-
A generic proxy that will execute the given action against a specific node.
- TransportActionNodeProxy(Settings, GenericAction<Request, Response>, TransportService) - クラス のコンストラクタorg.elasticsearch.action.TransportActionNodeProxy
-
- TransportActions - org.elasticsearch.action.supportのクラス
-
- TransportActions() - クラス のコンストラクタorg.elasticsearch.action.support.TransportActions
-
- TransportAddress - org.elasticsearch.common.transportのインタフェース
-
- transportAddresses() - クラス のメソッドorg.elasticsearch.client.transport.TransportClient
-
- transportAddresses() - クラス のメソッドorg.elasticsearch.client.transport.TransportClientNodesService
-
- TransportAddressSerializers - org.elasticsearch.common.transportのクラス
-
A global registry of all different types of
TransportAddress allowing
to perform serialization of them.
- TransportAddressSerializers() - クラス のコンストラクタorg.elasticsearch.common.transport.TransportAddressSerializers
-
- TransportAliasesExistAction - org.elasticsearch.action.admin.indices.alias.existsのクラス
-
- TransportAliasesExistAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.exists.TransportAliasesExistAction
-
- TransportAnalyzeAction - org.elasticsearch.action.admin.indices.analyzeのクラス
-
Transport action used to execute analyze requests
- TransportAnalyzeAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, IndicesAnalysisService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
-
- TransportBroadcastAction<Request extends BroadcastRequest,Response extends BroadcastResponse,ShardRequest extends BroadcastShardRequest,ShardResponse extends BroadcastShardResponse> - org.elasticsearch.action.support.broadcastのクラス
-
- TransportBroadcastAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Class<Request>, Class<ShardRequest>, String) - クラス のコンストラクタorg.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- TransportBroadcastAction.AsyncBroadcastAction - org.elasticsearch.action.support.broadcastのクラス
-
- TransportBroadcastByNodeAction<Request extends BroadcastRequest,Response extends BroadcastResponse,ShardOperationResult extends Streamable> - 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, Class<Request>, String) - クラス のコンストラクタorg.elasticsearch.action.support.broadcast.node.TransportBroadcastByNodeAction
-
- TransportBroadcastByNodeAction.AsyncAction - org.elasticsearch.action.support.broadcast.nodeのクラス
-
- TransportBroadcastByNodeAction.EmptyResult - org.elasticsearch.action.support.broadcast.nodeのクラス
-
Can be used for implementations of
shardOperation for
which there is no shard-level return value.
- TransportBroadcastByNodeAction.NodeRequest - org.elasticsearch.action.support.broadcast.nodeのクラス
-
- TransportBroadcastReplicationAction<Request extends BroadcastRequest,Response extends BroadcastResponse,ShardRequest extends ReplicationRequest,ShardResponse extends ActionWriteResponse> - org.elasticsearch.action.support.replicationのクラス
-
Base class for requests that should be executed on all shards of an index or several indices.
- TransportBroadcastReplicationAction(String, Class<Request>, Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, TransportReplicationAction) - クラス のコンストラクタorg.elasticsearch.action.support.replication.TransportBroadcastReplicationAction
-
- TransportBulkAction - org.elasticsearch.action.bulkのクラス
-
- TransportBulkAction(Settings, ThreadPool, TransportService, ClusterService, TransportShardBulkAction, TransportCreateIndexAction, ActionFilters, IndexNameExpressionResolver, AutoCreateIndex) - クラス のコンストラクタorg.elasticsearch.action.bulk.TransportBulkAction
-
- TransportCancelTasksAction - org.elasticsearch.action.admin.cluster.node.tasks.cancelのクラス
-
Transport action that can be used to cancel currently running cancellable tasks.
- TransportCancelTasksAction(Settings, ClusterName, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.node.tasks.cancel.TransportCancelTasksAction
-
- TransportChannel - org.elasticsearch.transportのインタフェース
-
A transport channel allows to send a response to a request on the channel.
- TransportChannelResponseHandler<T extends TransportResponse> - org.elasticsearch.transportのクラス
-
Base class for delegating transport response to a transport channel
- TransportChannelResponseHandler(ESLogger, TransportChannel, String) - クラス のコンストラクタorg.elasticsearch.transport.TransportChannelResponseHandler
-
- TransportClearIndicesCacheAction - org.elasticsearch.action.admin.indices.cache.clearのクラス
-
Indices clear cache action.
- TransportClearIndicesCacheAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, IndicesRequestCache, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.cache.clear.TransportClearIndicesCacheAction
-
- TransportClearScrollAction - org.elasticsearch.action.searchのクラス
-
- TransportClearScrollAction(Settings, TransportService, ThreadPool, ClusterService, SearchServiceTransportAction, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.search.TransportClearScrollAction
-
- TransportClient - org.elasticsearch.client.transportのクラス
-
- TransportClient.Builder - org.elasticsearch.client.transportのクラス
-
A builder used to create an instance of the transport client.
- TransportClientNodesService - org.elasticsearch.client.transportのクラス
-
- TransportClientNodesService(Settings, ClusterName, TransportService, ThreadPool, Headers, Version) - クラス のコンストラクタorg.elasticsearch.client.transport.TransportClientNodesService
-
- TransportClientNodesService.NodeListenerCallback<Response> - org.elasticsearch.client.transportのインタフェース
-
- TransportClientNodesService.RetryListener<Response> - org.elasticsearch.client.transportのクラス
-
- TransportCloseIndexAction - org.elasticsearch.action.admin.indices.closeのクラス
-
Close index action
- TransportCloseIndexAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexStateService, NodeSettingsService, ActionFilters, IndexNameExpressionResolver, DestructiveOperations) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.close.TransportCloseIndexAction
-
- TransportClusterHealthAction - org.elasticsearch.action.admin.cluster.healthのクラス
-
- TransportClusterHealthAction(Settings, TransportService, ClusterService, ThreadPool, ClusterName, ActionFilters, IndexNameExpressionResolver, GatewayAllocator) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.health.TransportClusterHealthAction
-
- TransportClusterInfoAction<Request extends ClusterInfoRequest,Response extends ActionResponse> - org.elasticsearch.action.support.master.infoのクラス
-
- TransportClusterInfoAction(Settings, String, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, Class<Request>) - クラス のコンストラクタorg.elasticsearch.action.support.master.info.TransportClusterInfoAction
-
- TransportClusterRerouteAction - org.elasticsearch.action.admin.cluster.rerouteのクラス
-
- TransportClusterRerouteAction(Settings, TransportService, ClusterService, ThreadPool, AllocationService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.reroute.TransportClusterRerouteAction
-
- TransportClusterSearchShardsAction - org.elasticsearch.action.admin.cluster.shardsのクラス
-
- TransportClusterSearchShardsAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.shards.TransportClusterSearchShardsAction
-
- TransportClusterStateAction - org.elasticsearch.action.admin.cluster.stateのクラス
-
- TransportClusterStateAction(Settings, TransportService, ClusterService, ThreadPool, ClusterName, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.state.TransportClusterStateAction
-
- TransportClusterStatsAction - org.elasticsearch.action.admin.cluster.statsのクラス
-
- TransportClusterStatsAction(Settings, ClusterName, ThreadPool, ClusterService, TransportService, NodeService, IndicesService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction
-
- TransportClusterStatsAction.ClusterStatsNodeRequest - org.elasticsearch.action.admin.cluster.statsのクラス
-
- TransportClusterUpdateSettingsAction - org.elasticsearch.action.admin.cluster.settingsのクラス
-
- TransportClusterUpdateSettingsAction(Settings, TransportService, ClusterService, ThreadPool, AllocationService, DynamicSettings, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.settings.TransportClusterUpdateSettingsAction
-
- transportCompress() - クラス のメソッドorg.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
-
- transportCompress() - クラス のメソッドorg.elasticsearch.action.support.nodes.TransportNodesAction
-
- transportCompress() - クラス のメソッドorg.elasticsearch.action.support.tasks.TransportTasksAction
-
- transportCompress() - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayMetaState
-
- transportCompress() - クラス のメソッドorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards
-
- TransportConnectionListener - org.elasticsearch.transportのインタフェース
-
- TransportCreateIndexAction - org.elasticsearch.action.admin.indices.createのクラス
-
Create index action.
- TransportCreateIndexAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataCreateIndexService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.create.TransportCreateIndexAction
-
- TransportCreateSnapshotAction - org.elasticsearch.action.admin.cluster.snapshots.createのクラス
-
Transport action for create snapshot operation
- TransportCreateSnapshotAction(Settings, TransportService, ClusterService, ThreadPool, SnapshotsService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.create.TransportCreateSnapshotAction
-
- TransportDeleteAction - org.elasticsearch.action.deleteのクラス
-
Performs the delete operation.
- TransportDeleteAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, TransportCreateIndexAction, ActionFilters, IndexNameExpressionResolver, MappingUpdatedAction, AutoCreateIndex) - クラス のコンストラクタorg.elasticsearch.action.delete.TransportDeleteAction
-
- TransportDeleteIndexAction - org.elasticsearch.action.admin.indices.deleteのクラス
-
Delete index action.
- TransportDeleteIndexAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataDeleteIndexService, NodeSettingsService, ActionFilters, IndexNameExpressionResolver, DestructiveOperations) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.delete.TransportDeleteIndexAction
-
- TransportDeleteIndexedScriptAction - org.elasticsearch.action.indexedscripts.deleteのクラス
-
Performs the delete operation.
- TransportDeleteIndexedScriptAction(Settings, ThreadPool, ScriptService, TransportService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.indexedscripts.delete.TransportDeleteIndexedScriptAction
-
- TransportDeleteIndexTemplateAction - org.elasticsearch.action.admin.indices.template.deleteのクラス
-
Delete index action.
- TransportDeleteIndexTemplateAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexTemplateService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.template.delete.TransportDeleteIndexTemplateAction
-
- TransportDeleteRepositoryAction - org.elasticsearch.action.admin.cluster.repositories.deleteのクラス
-
Transport action for unregister repository operation
- TransportDeleteRepositoryAction(Settings, TransportService, ClusterService, RepositoriesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.repositories.delete.TransportDeleteRepositoryAction
-
- TransportDeleteSnapshotAction - org.elasticsearch.action.admin.cluster.snapshots.deleteのクラス
-
Transport action for delete snapshot operation
- TransportDeleteSnapshotAction(Settings, TransportService, ClusterService, ThreadPool, SnapshotsService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.delete.TransportDeleteSnapshotAction
-
- TransportDeleteWarmerAction - org.elasticsearch.action.admin.indices.warmer.deleteのクラス
-
Internal Actions executed on the master deleting the warmer from the cluster state metadata.
- TransportDeleteWarmerAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.warmer.delete.TransportDeleteWarmerAction
-
- TransportDfsOnlyAction - org.elasticsearch.action.termvectors.dfsのクラス
-
Get the dfs only with no fetch phase.
- TransportDfsOnlyAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, SearchService, SearchPhaseController) - クラス のコンストラクタorg.elasticsearch.action.termvectors.dfs.TransportDfsOnlyAction
-
- TransportException - org.elasticsearch.transportの例外
-
- TransportException(Exception) - 例外 のコンストラクタorg.elasticsearch.transport.TransportException
-
- TransportException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.transport.TransportException
-
- TransportException(String) - 例外 のコンストラクタorg.elasticsearch.transport.TransportException
-
- TransportException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.transport.TransportException
-
- TransportExistsAction - org.elasticsearch.action.existsのクラス
-
- TransportExistsAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ScriptService, PageCacheRecycler, BigArrays, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.exists.TransportExistsAction
-
- TransportExplainAction - org.elasticsearch.action.explainのクラス
-
Explain transport action.
- TransportExplainAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ScriptService, PageCacheRecycler, BigArrays, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.explain.TransportExplainAction
-
- TransportFieldStatsTransportAction - org.elasticsearch.action.fieldstatsのクラス
-
- TransportFieldStatsTransportAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, IndicesService) - クラス のコンストラクタorg.elasticsearch.action.fieldstats.TransportFieldStatsTransportAction
-
- TransportFlushAction - org.elasticsearch.action.admin.indices.flushのクラス
-
Flush Action.
- TransportFlushAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, TransportShardFlushAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.flush.TransportFlushAction
-
- TransportForceMergeAction - org.elasticsearch.action.admin.indices.forcemergeのクラス
-
ForceMerge index/indices action.
- TransportForceMergeAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.forcemerge.TransportForceMergeAction
-
- TransportFuture<V> - org.elasticsearch.transportのインタフェース
-
- TransportGetAction - org.elasticsearch.action.getのクラス
-
Performs the get operation.
- TransportGetAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.get.TransportGetAction
-
- TransportGetAliasesAction - org.elasticsearch.action.admin.indices.alias.getのクラス
-
- TransportGetAliasesAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.get.TransportGetAliasesAction
-
- TransportGetFieldMappingsAction - org.elasticsearch.action.admin.indices.mapping.getのクラス
-
- TransportGetFieldMappingsAction(Settings, TransportService, ClusterService, ThreadPool, TransportGetFieldMappingsIndexAction, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsAction
-
- TransportGetFieldMappingsIndexAction - 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) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.mapping.get.TransportGetFieldMappingsIndexAction
-
- TransportGetIndexAction - org.elasticsearch.action.admin.indices.getのクラス
-
Get index action.
- TransportGetIndexAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.get.TransportGetIndexAction
-
- TransportGetIndexedScriptAction - org.elasticsearch.action.indexedscripts.getのクラス
-
Performs the get operation.
- TransportGetIndexedScriptAction(Settings, ThreadPool, ScriptService, TransportService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.indexedscripts.get.TransportGetIndexedScriptAction
-
- TransportGetIndexTemplatesAction - org.elasticsearch.action.admin.indices.template.getのクラス
-
- TransportGetIndexTemplatesAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.template.get.TransportGetIndexTemplatesAction
-
- TransportGetMappingsAction - org.elasticsearch.action.admin.indices.mapping.getのクラス
-
- TransportGetMappingsAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.mapping.get.TransportGetMappingsAction
-
- TransportGetRepositoriesAction - org.elasticsearch.action.admin.cluster.repositories.getのクラス
-
Transport action for get repositories operation
- TransportGetRepositoriesAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.repositories.get.TransportGetRepositoriesAction
-
- TransportGetSettingsAction - org.elasticsearch.action.admin.indices.settings.getのクラス
-
- TransportGetSettingsAction(Settings, TransportService, ClusterService, ThreadPool, SettingsFilter, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.settings.get.TransportGetSettingsAction
-
- TransportGetSnapshotsAction - org.elasticsearch.action.admin.cluster.snapshots.getのクラス
-
Transport Action for get snapshots operation
- TransportGetSnapshotsAction(Settings, TransportService, ClusterService, ThreadPool, SnapshotsService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.get.TransportGetSnapshotsAction
-
- TransportGetWarmersAction - org.elasticsearch.action.admin.indices.warmer.getのクラス
-
Internal Actions executed on the master fetching the warmer from the cluster state metadata.
- TransportGetWarmersAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.warmer.get.TransportGetWarmersAction
-
- TransportIndexAction - org.elasticsearch.action.indexのクラス
-
Performs the index operation.
- TransportIndexAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, TransportCreateIndexAction, MappingUpdatedAction, ActionFilters, IndexNameExpressionResolver, AutoCreateIndex) - クラス のコンストラクタorg.elasticsearch.action.index.TransportIndexAction
-
- TransportIndicesAliasesAction - org.elasticsearch.action.admin.indices.aliasのクラス
-
Add/remove aliases action
- TransportIndicesAliasesAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexAliasesService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.alias.TransportIndicesAliasesAction
-
- TransportIndicesExistsAction - org.elasticsearch.action.admin.indices.exists.indicesのクラス
-
Indices exists action.
- TransportIndicesExistsAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.exists.indices.TransportIndicesExistsAction
-
- TransportIndicesSegmentsAction - org.elasticsearch.action.admin.indices.segmentsのクラス
-
- TransportIndicesSegmentsAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.segments.TransportIndicesSegmentsAction
-
- TransportIndicesShardStoresAction - org.elasticsearch.action.admin.indices.shardsのクラス
-
- TransportIndicesShardStoresAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver, TransportNodesListGatewayStartedShards) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.shards.TransportIndicesShardStoresAction
-
- TransportIndicesStatsAction - org.elasticsearch.action.admin.indices.statsのクラス
-
- TransportIndicesStatsAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction
-
- TransportInfo - org.elasticsearch.transportのクラス
-
- TransportInfo(BoundTransportAddress, Map<String, BoundTransportAddress>) - クラス のコンストラクタorg.elasticsearch.transport.TransportInfo
-
- TransportInstanceSingleOperationAction<Request extends InstanceShardOperationRequest,Response extends ActionResponse> - org.elasticsearch.action.support.single.instanceのクラス
-
- TransportInstanceSingleOperationAction(Settings, String, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Class<Request>) - クラス のコンストラクタorg.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- TransportListTasksAction - org.elasticsearch.action.admin.cluster.node.tasks.listのクラス
-
- TransportListTasksAction(Settings, ClusterName, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.node.tasks.list.TransportListTasksAction
-
- TransportLivenessAction - org.elasticsearch.action.admin.cluster.node.livenessのクラス
-
- TransportLivenessAction(ClusterName, ClusterService, TransportService) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.node.liveness.TransportLivenessAction
-
- TransportMasterNodeAction<Request extends MasterNodeRequest,Response extends ActionResponse> - 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, Class<Request>) - クラス のコンストラクタorg.elasticsearch.action.support.master.TransportMasterNodeAction
-
- TransportMasterNodeReadAction<Request extends MasterNodeReadRequest,Response extends ActionResponse> - 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, Class<Request>) - クラス のコンストラクタorg.elasticsearch.action.support.master.TransportMasterNodeReadAction
-
- TransportMessage<TM extends TransportMessage<TM>> - org.elasticsearch.transportのクラス
-
The transport message is also a
context holder that holds
transient context, that is,
the context is not serialized with message.
- TransportMessage() - クラス のコンストラクタorg.elasticsearch.transport.TransportMessage
-
- TransportMessage(TM) - クラス のコンストラクタorg.elasticsearch.transport.TransportMessage
-
- TransportModule - org.elasticsearch.transportのクラス
-
- TransportModule(Settings, NamedWriteableRegistry) - クラス のコンストラクタorg.elasticsearch.transport.TransportModule
-
- TransportMultiGetAction - org.elasticsearch.action.getのクラス
-
- TransportMultiGetAction(Settings, ThreadPool, TransportService, ClusterService, TransportShardMultiGetAction, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.get.TransportMultiGetAction
-
- TransportMultiPercolateAction - org.elasticsearch.action.percolateのクラス
-
- TransportMultiPercolateAction(Settings, ThreadPool, TransportShardMultiPercolateAction, ClusterService, TransportService, PercolatorService, TransportMultiGetAction, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.percolate.TransportMultiPercolateAction
-
- TransportMultiSearchAction - org.elasticsearch.action.searchのクラス
-
- TransportMultiSearchAction(Settings, ThreadPool, TransportService, ClusterService, TransportSearchAction, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.search.TransportMultiSearchAction
-
- TransportMultiTermVectorsAction - org.elasticsearch.action.termvectorsのクラス
-
- TransportMultiTermVectorsAction(Settings, ThreadPool, TransportService, ClusterService, TransportShardMultiTermsVectorAction, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.termvectors.TransportMultiTermVectorsAction
-
- transportNodeAction - クラス の変数org.elasticsearch.action.support.tasks.TransportTasksAction
-
- TransportNodesAction<NodesRequest extends BaseNodesRequest,NodesResponse extends BaseNodesResponse,NodeRequest extends BaseNodeRequest,NodeResponse extends BaseNodeResponse> - org.elasticsearch.action.support.nodesのクラス
-
- TransportNodesAction(Settings, String, ClusterName, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Class<NodesRequest>, Class<NodeRequest>, String) - クラス のコンストラクタorg.elasticsearch.action.support.nodes.TransportNodesAction
-
- TransportNodesHotThreadsAction - org.elasticsearch.action.admin.cluster.node.hotthreadsのクラス
-
- TransportNodesHotThreadsAction(Settings, ClusterName, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.node.hotthreads.TransportNodesHotThreadsAction
-
- TransportNodesHotThreadsAction.NodeRequest - org.elasticsearch.action.admin.cluster.node.hotthreadsのクラス
-
- TransportNodesInfoAction - org.elasticsearch.action.admin.cluster.node.infoのクラス
-
- TransportNodesInfoAction(Settings, ClusterName, ThreadPool, ClusterService, TransportService, NodeService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.node.info.TransportNodesInfoAction
-
- TransportNodesInfoAction.NodeInfoRequest - org.elasticsearch.action.admin.cluster.node.infoのクラス
-
- TransportNodesListGatewayMetaState - org.elasticsearch.gatewayのクラス
-
- TransportNodesListGatewayMetaState(Settings, ClusterName, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.gateway.TransportNodesListGatewayMetaState
-
- TransportNodesListGatewayMetaState.NodeGatewayMetaState - org.elasticsearch.gatewayのクラス
-
- TransportNodesListGatewayMetaState.NodeRequest - org.elasticsearch.gatewayのクラス
-
- TransportNodesListGatewayMetaState.NodesGatewayMetaState - org.elasticsearch.gatewayのクラス
-
- TransportNodesListGatewayMetaState.Request - org.elasticsearch.gatewayのクラス
-
- TransportNodesListGatewayStartedShards - org.elasticsearch.gatewayのクラス
-
This transport action is used to fetch the shard version from each node during primary allocation in
GatewayAllocator.
- TransportNodesListGatewayStartedShards(Settings, ClusterName, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, NodeEnvironment) - クラス のコンストラクタorg.elasticsearch.gateway.TransportNodesListGatewayStartedShards
-
- TransportNodesListGatewayStartedShards.NodeGatewayStartedShards - org.elasticsearch.gatewayのクラス
-
- TransportNodesListGatewayStartedShards.NodeRequest - org.elasticsearch.gatewayのクラス
-
- TransportNodesListGatewayStartedShards.NodesGatewayStartedShards - org.elasticsearch.gatewayのクラス
-
- TransportNodesListGatewayStartedShards.Request - org.elasticsearch.gatewayのクラス
-
- TransportNodesListShardStoreMetaData - org.elasticsearch.indices.storeのクラス
-
- TransportNodesListShardStoreMetaData(Settings, ClusterName, ThreadPool, ClusterService, TransportService, IndicesService, NodeEnvironment, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.indices.store.TransportNodesListShardStoreMetaData
-
- TransportNodesListShardStoreMetaData.NodeRequest - org.elasticsearch.indices.storeのクラス
-
- TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData - org.elasticsearch.indices.storeのクラス
-
- TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData - org.elasticsearch.indices.storeのクラス
-
- TransportNodesListShardStoreMetaData.Request - org.elasticsearch.indices.storeのクラス
-
- TransportNodesListShardStoreMetaData.StoreFilesMetaData - org.elasticsearch.indices.storeのクラス
-
- TransportNodesSnapshotsStatus - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
Transport client that collects snapshot shard statuses from data nodes
- TransportNodesSnapshotsStatus(Settings, ClusterName, ThreadPool, ClusterService, TransportService, SnapshotShardsService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
-
- TransportNodesSnapshotsStatus.NodeRequest - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
- TransportNodesSnapshotsStatus.NodeSnapshotStatus - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
- TransportNodesSnapshotsStatus.NodesSnapshotStatus - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
- TransportNodesSnapshotsStatus.Request - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
- TransportNodesStatsAction - org.elasticsearch.action.admin.cluster.node.statsのクラス
-
- TransportNodesStatsAction(Settings, ClusterName, ThreadPool, ClusterService, TransportService, NodeService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction
-
- TransportNodesStatsAction.NodeStatsRequest - org.elasticsearch.action.admin.cluster.node.statsのクラス
-
- TransportOpenIndexAction - org.elasticsearch.action.admin.indices.openのクラス
-
Open index action
- TransportOpenIndexAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexStateService, NodeSettingsService, ActionFilters, IndexNameExpressionResolver, DestructiveOperations) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.open.TransportOpenIndexAction
-
- transportOptions(Settings) - クラス のメソッドorg.elasticsearch.action.bulk.BulkAction
-
- transportOptions() - クラス のメソッドorg.elasticsearch.action.bulk.TransportShardBulkAction
-
- transportOptions(Settings) - クラス のメソッドorg.elasticsearch.action.GenericAction
-
Optional request options for the action.
- transportOptions - クラス の変数org.elasticsearch.action.support.replication.TransportReplicationAction
-
- transportOptions() - クラス のメソッドorg.elasticsearch.action.support.replication.TransportReplicationAction
-
- transportOptions() - クラス のメソッドorg.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- TransportPendingClusterTasksAction - org.elasticsearch.action.admin.cluster.tasksのクラス
-
- TransportPendingClusterTasksAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.tasks.TransportPendingClusterTasksAction
-
- TransportPercolateAction - org.elasticsearch.action.percolateのクラス
-
- TransportPercolateAction(Settings, ThreadPool, ClusterService, TransportService, PercolatorService, TransportGetAction, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.percolate.TransportPercolateAction
-
- TransportProxyClient - org.elasticsearch.client.transport.supportのクラス
-
- TransportProxyClient(Settings, TransportService, TransportClientNodesService, Map<String, GenericAction>) - クラス のコンストラクタorg.elasticsearch.client.transport.support.TransportProxyClient
-
- TransportPutIndexedScriptAction - org.elasticsearch.action.indexedscripts.putのクラス
-
Performs the put indexed script operation.
- TransportPutIndexedScriptAction(Settings, ThreadPool, ScriptService, TransportService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.indexedscripts.put.TransportPutIndexedScriptAction
-
- TransportPutIndexTemplateAction - org.elasticsearch.action.admin.indices.template.putのクラス
-
Put index template action.
- TransportPutIndexTemplateAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataIndexTemplateService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.template.put.TransportPutIndexTemplateAction
-
- TransportPutMappingAction - org.elasticsearch.action.admin.indices.mapping.putのクラス
-
Put mapping action.
- TransportPutMappingAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataMappingService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.mapping.put.TransportPutMappingAction
-
- TransportPutRepositoryAction - org.elasticsearch.action.admin.cluster.repositories.putのクラス
-
Transport action for register repository operation
- TransportPutRepositoryAction(Settings, TransportService, ClusterService, RepositoriesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.repositories.put.TransportPutRepositoryAction
-
- TransportPutWarmerAction - org.elasticsearch.action.admin.indices.warmer.putのクラス
-
Internal Actions executed on the master associating a warmer with a name in the cluster state metadata.
- TransportPutWarmerAction(Settings, TransportService, ClusterService, ThreadPool, TransportSearchAction, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.warmer.put.TransportPutWarmerAction
-
- TransportRecoveryAction - org.elasticsearch.action.admin.indices.recoveryのクラス
-
Transport action for shard recovery operation.
- TransportRecoveryAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction
-
- TransportRefreshAction - org.elasticsearch.action.admin.indices.refreshのクラス
-
Refresh action.
- TransportRefreshAction(Settings, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, TransportShardRefreshAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.refresh.TransportRefreshAction
-
- TransportRenderSearchTemplateAction - org.elasticsearch.action.admin.cluster.validate.templateのクラス
-
- TransportRenderSearchTemplateAction(ScriptService, Settings, ThreadPool, TransportService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.validate.template.TransportRenderSearchTemplateAction
-
- TransportReplicationAction<Request extends ReplicationRequest,ReplicaRequest extends ReplicationRequest,Response extends ActionWriteResponse> - 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, MappingUpdatedAction, ActionFilters, IndexNameExpressionResolver, Class<Request>, Class<ReplicaRequest>, String) - クラス のコンストラクタorg.elasticsearch.action.support.replication.TransportReplicationAction
-
- TransportReplicationAction.RetryOnPrimaryException - org.elasticsearch.action.support.replicationの例外
-
- TransportReplicationAction.RetryOnReplicaException - org.elasticsearch.action.support.replicationの例外
-
- TransportReplicationAction.WriteResult<T extends ActionWriteResponse> - org.elasticsearch.action.support.replicationのクラス
-
- TransportRequest - org.elasticsearch.transportのクラス
-
- TransportRequest() - クラス のコンストラクタorg.elasticsearch.transport.TransportRequest
-
- TransportRequest(TransportRequest) - クラス のコンストラクタorg.elasticsearch.transport.TransportRequest
-
- TransportRequest.Empty - org.elasticsearch.transportのクラス
-
- TransportRequestHandler<T extends TransportRequest> - org.elasticsearch.transportのクラス
-
- TransportRequestHandler() - クラス のコンストラクタorg.elasticsearch.transport.TransportRequestHandler
-
- TransportRequestOptions - org.elasticsearch.transportのクラス
-
- TransportRequestOptions.Builder - org.elasticsearch.transportのクラス
-
- TransportRequestOptions.Type - org.elasticsearch.transportの列挙型
-
- TransportResponse - org.elasticsearch.transportのクラス
-
- TransportResponse() - クラス のコンストラクタorg.elasticsearch.transport.TransportResponse
-
- TransportResponse(TransportResponse) - クラス のコンストラクタorg.elasticsearch.transport.TransportResponse
-
- TransportResponse.Empty - org.elasticsearch.transportのクラス
-
- TransportResponseHandler<T extends TransportResponse> - org.elasticsearch.transportのインタフェース
-
- TransportResponseOptions - org.elasticsearch.transportのクラス
-
- TransportResponseOptions.Builder - org.elasticsearch.transportのクラス
-
- TransportRestoreSnapshotAction - org.elasticsearch.action.admin.cluster.snapshots.restoreのクラス
-
Transport action for restore snapshot operation
- TransportRestoreSnapshotAction(Settings, TransportService, ClusterService, ThreadPool, RestoreService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.restore.TransportRestoreSnapshotAction
-
- Transports - org.elasticsearch.transportの列挙型
-
- TransportSearchAction - org.elasticsearch.action.searchのクラス
-
- TransportSearchAction(Settings, ThreadPool, SearchPhaseController, TransportService, SearchServiceTransportAction, ClusterService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.search.TransportSearchAction
-
- TransportSearchScrollAction - org.elasticsearch.action.searchのクラス
-
- TransportSearchScrollAction(Settings, ThreadPool, TransportService, ClusterService, SearchServiceTransportAction, SearchPhaseController, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.search.TransportSearchScrollAction
-
- TransportSerializationException - org.elasticsearch.transportの例外
-
- TransportSerializationException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.transport.TransportSerializationException
-
- TransportSerializationException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.transport.TransportSerializationException
-
- transportService - クラス の変数org.elasticsearch.action.support.broadcast.TransportBroadcastAction
-
- transportService - クラス の変数org.elasticsearch.action.support.master.TransportMasterNodeAction
-
- transportService - クラス の変数org.elasticsearch.action.support.nodes.TransportNodesAction
-
- transportService - クラス の変数org.elasticsearch.action.support.replication.TransportReplicationAction
-
- transportService - クラス の変数org.elasticsearch.action.support.single.instance.TransportInstanceSingleOperationAction
-
- transportService - クラス の変数org.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- transportService - クラス の変数org.elasticsearch.action.support.tasks.TransportTasksAction
-
- transportService - クラス の変数org.elasticsearch.discovery.zen.fd.FaultDetection
-
- TransportService - org.elasticsearch.transportのクラス
-
- TransportService(Transport, ThreadPool) - クラス のコンストラクタorg.elasticsearch.transport.TransportService
-
- TransportService(Settings, Transport, ThreadPool) - クラス のコンストラクタorg.elasticsearch.transport.TransportService
-
- TransportService.Adapter - org.elasticsearch.transportのクラス
-
- transportServiceAdapter(TransportServiceAdapter) - クラス のメソッドorg.elasticsearch.transport.local.LocalTransport
-
- transportServiceAdapter - クラス の変数org.elasticsearch.transport.netty.MessageChannelHandler
-
- transportServiceAdapter - クラス の変数org.elasticsearch.transport.netty.NettyTransport
-
- transportServiceAdapter(TransportServiceAdapter) - クラス のメソッドorg.elasticsearch.transport.netty.NettyTransport
-
- transportServiceAdapter(TransportServiceAdapter) - インタフェース のメソッドorg.elasticsearch.transport.Transport
-
- TransportServiceAdapter - org.elasticsearch.transportのインタフェース
-
- TransportSettings() - クラス のコンストラクタorg.elasticsearch.transport.Transport.TransportSettings
-
- TransportShardBulkAction - org.elasticsearch.action.bulkのクラス
-
Performs the index operation.
- TransportShardBulkAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, MappingUpdatedAction, UpdateHelper, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.bulk.TransportShardBulkAction
-
- TransportShardFlushAction - org.elasticsearch.action.admin.indices.flushのクラス
-
- TransportShardFlushAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, MappingUpdatedAction, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
-
- TransportShardMultiGetAction - org.elasticsearch.action.getのクラス
-
- TransportShardMultiGetAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.get.TransportShardMultiGetAction
-
- TransportShardMultiPercolateAction - org.elasticsearch.action.percolateのクラス
-
- TransportShardMultiPercolateAction(Settings, ThreadPool, ClusterService, TransportService, PercolatorService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.percolate.TransportShardMultiPercolateAction
-
- TransportShardMultiPercolateAction.Request - org.elasticsearch.action.percolateのクラス
-
- TransportShardMultiPercolateAction.Response - org.elasticsearch.action.percolateのクラス
-
- TransportShardMultiPercolateAction.Response.Item - org.elasticsearch.action.percolateのクラス
-
- TransportShardMultiTermsVectorAction - org.elasticsearch.action.termvectorsのクラス
-
- TransportShardMultiTermsVectorAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.termvectors.TransportShardMultiTermsVectorAction
-
- TransportShardRefreshAction - org.elasticsearch.action.admin.indices.refreshのクラス
-
- TransportShardRefreshAction(Settings, TransportService, ClusterService, IndicesService, ThreadPool, ShardStateAction, MappingUpdatedAction, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
-
- TransportSingleShardAction<Request extends SingleShardRequest,Response extends ActionResponse> - 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, Class<Request>, String) - クラス のコンストラクタorg.elasticsearch.action.support.single.shard.TransportSingleShardAction
-
- TransportSingleShardAction.InternalRequest - org.elasticsearch.action.support.single.shardのクラス
-
Internal request class that gets built on each node.
- TransportSnapshotsStatusAction - org.elasticsearch.action.admin.cluster.snapshots.statusのクラス
-
- TransportSnapshotsStatusAction(Settings, TransportService, ClusterService, ThreadPool, SnapshotsService, TransportNodesSnapshotsStatus, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.snapshots.status.TransportSnapshotsStatusAction
-
- TransportStats - org.elasticsearch.transportのクラス
-
- TransportStats(long, long, long, long, long) - クラス のコンストラクタorg.elasticsearch.transport.TransportStats
-
- TransportStatus - org.elasticsearch.transport.supportのクラス
-
- TransportStatus() - クラス のコンストラクタorg.elasticsearch.transport.support.TransportStatus
-
- TransportSuggestAction - org.elasticsearch.action.suggestのクラス
-
Defines the transport of a suggestion request across the cluster
- TransportSuggestAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, SuggestPhase, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.suggest.TransportSuggestAction
-
- TransportSyncedFlushAction - org.elasticsearch.action.admin.indices.flushのクラス
-
Synced flush Action.
- TransportSyncedFlushAction(Settings, ThreadPool, TransportService, ActionFilters, IndexNameExpressionResolver, SyncedFlushService) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.flush.TransportSyncedFlushAction
-
- TransportTasksAction<OperationTask extends Task,TasksRequest extends BaseTasksRequest<TasksRequest>,TasksResponse extends BaseTasksResponse,TaskResponse extends Writeable<TaskResponse>> - org.elasticsearch.action.support.tasksのクラス
-
The base class for transport actions that are interacting with currently running tasks.
- TransportTasksAction(Settings, String, ClusterName, ThreadPool, ClusterService, TransportService, ActionFilters, IndexNameExpressionResolver, Callable<TasksRequest>, String) - クラス のコンストラクタorg.elasticsearch.action.support.tasks.TransportTasksAction
-
- TransportTermVectorsAction - org.elasticsearch.action.termvectorsのクラス
-
Performs the get operation.
- TransportTermVectorsAction(Settings, ClusterService, TransportService, IndicesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.termvectors.TransportTermVectorsAction
-
- TransportTypesExistsAction - org.elasticsearch.action.admin.indices.exists.typesのクラス
-
Types exists transport action.
- TransportTypesExistsAction(Settings, TransportService, ClusterService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.exists.types.TransportTypesExistsAction
-
- TransportUpdateAction - org.elasticsearch.action.updateのクラス
-
- TransportUpdateAction(Settings, ThreadPool, ClusterService, TransportService, TransportIndexAction, TransportDeleteAction, TransportCreateIndexAction, UpdateHelper, ActionFilters, IndexNameExpressionResolver, IndicesService, AutoCreateIndex) - クラス のコンストラクタorg.elasticsearch.action.update.TransportUpdateAction
-
- TransportUpdateSettingsAction - org.elasticsearch.action.admin.indices.settings.putのクラス
-
- TransportUpdateSettingsAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataUpdateSettingsService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.settings.put.TransportUpdateSettingsAction
-
- TransportUpgradeAction - org.elasticsearch.action.admin.indices.upgrade.postのクラス
-
Upgrade index/indices action.
- TransportUpgradeAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver, TransportUpgradeSettingsAction) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeAction
-
- TransportUpgradeSettingsAction - org.elasticsearch.action.admin.indices.upgrade.postのクラス
-
- TransportUpgradeSettingsAction(Settings, TransportService, ClusterService, ThreadPool, MetaDataUpdateSettingsService, IndexNameExpressionResolver, ActionFilters) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.upgrade.post.TransportUpgradeSettingsAction
-
- TransportUpgradeStatusAction - org.elasticsearch.action.admin.indices.upgrade.getのクラス
-
- TransportUpgradeStatusAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.upgrade.get.TransportUpgradeStatusAction
-
- TransportValidateQueryAction - org.elasticsearch.action.admin.indices.validate.queryのクラス
-
- TransportValidateQueryAction(Settings, ThreadPool, ClusterService, TransportService, IndicesService, ScriptService, PageCacheRecycler, BigArrays, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.validate.query.TransportValidateQueryAction
-
- TransportVerifyRepositoryAction - org.elasticsearch.action.admin.cluster.repositories.verifyのクラス
-
Transport action for verifying repository operation
- TransportVerifyRepositoryAction(Settings, ClusterName, TransportService, ClusterService, RepositoriesService, ThreadPool, ActionFilters, IndexNameExpressionResolver) - クラス のコンストラクタorg.elasticsearch.action.admin.cluster.repositories.verify.TransportVerifyRepositoryAction
-
- transpositions(boolean) - クラス のメソッドorg.elasticsearch.index.query.FuzzyQueryBuilder
-
- transpositions - クラス の変数org.elasticsearch.index.search.MatchQuery
-
- TREE - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Defaults
-
- tree() - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- TREE - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Names
-
- TREE_GEOHASH - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Names
-
- TREE_LEVELS - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Names
-
- TREE_PRESISION - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Names
-
- TREE_QUADTREE - クラス のstatic変数org.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.Names
-
- treeLevels() - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- TRIBE_METADATA_BLOCK - クラス のstatic変数org.elasticsearch.tribe.TribeService
-
- TRIBE_NAME - クラス のstatic変数org.elasticsearch.tribe.TribeService
-
- TRIBE_WRITE_BLOCK - クラス のstatic変数org.elasticsearch.tribe.TribeService
-
- TribeModule - org.elasticsearch.tribeのクラス
-
- TribeModule() - クラス のコンストラクタorg.elasticsearch.tribe.TribeModule
-
- TribeService - 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, DiscoveryService) - クラス のコンストラクタorg.elasticsearch.tribe.TribeService
-
- TrieNode(String, T, PathTrie.TrieNode, String) - クラス のコンストラクタorg.elasticsearch.common.path.PathTrie.TrieNode
-
- trim() - クラス のメソッドorg.elasticsearch.search.suggest.Suggest.Suggestion
-
Trims the number of options per suggest text term to the requested size.
- trimLeadingCharacter(String, char) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Trim all occurrences of the supplied leading character from the given String.
- trimLeadingWhitespace(String) - クラス のstaticメソッドorg.elasticsearch.common.Strings
-
Trim leading whitespace from the given String.
- TrimTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- TrimTokenFilterFactory(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.TrimTokenFilterFactory
-
- TRUE - クラス のstatic変数org.elasticsearch.index.mapper.core.BooleanFieldMapper.Values
-
- TruncatedTranslogException - org.elasticsearch.index.translogの例外
-
- TruncatedTranslogException(String, Throwable) - 例外 のコンストラクタorg.elasticsearch.index.translog.TruncatedTranslogException
-
- TruncatedTranslogException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.index.translog.TruncatedTranslogException
-
- TruncateTokenFilterFactory - org.elasticsearch.index.analysisのクラス
-
- TruncateTokenFilterFactory(Index, IndexSettingsService, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.TruncateTokenFilterFactory
-
- tryIncRef() - クラス のメソッドorg.elasticsearch.common.util.concurrent.AbstractRefCounted
-
- tryIncRef() - インタフェース のメソッドorg.elasticsearch.common.util.concurrent.RefCounted
-
Tries to increment the refCount of this instance.
- tryIncRef() - クラス のメソッドorg.elasticsearch.index.store.Store
-
Tries to increment the refCount of this Store instance.
- tryLock() - クラス のメソッドorg.elasticsearch.index.engine.Engine.NoOpLock
-
- tryLock(long, TimeUnit) - クラス のメソッドorg.elasticsearch.index.engine.Engine.NoOpLock
-
- tryOpenIndex(Path) - クラス のstaticメソッドorg.elasticsearch.index.store.Store
-
Tries to open an index for the given location.
- ttf() - クラス のメソッドorg.elasticsearch.search.lookup.IndexFieldTerm
-
- tTime() - クラス のstaticメソッド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メソッド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(long) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Sets the relative ttl value in milliseconds.
- ttl(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- ttl(TimeValue) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- ttl() - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
- ttl() - 例外 のメソッドorg.elasticsearch.index.AlreadyExpiredException
-
- ttl() - クラス のメソッドorg.elasticsearch.index.engine.Engine.IndexingOperation
-
- ttl() - クラス のメソッドorg.elasticsearch.index.mapper.ParsedDocument
-
- ttl() - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- ttl(TimeValue) - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- ttl(long) - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- ttl() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Create
-
- ttl() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Index
-
- ttl - クラス の変数org.elasticsearch.index.translog.Translog.Source
-
- TTL_FIELD_TYPE - クラス のstatic変数org.elasticsearch.index.mapper.internal.TTLFieldMapper.Defaults
-
- TTLFieldMapper() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- TTLFieldMapper - org.elasticsearch.index.mapper.internalのクラス
-
- TTLFieldMapper.Builder - org.elasticsearch.index.mapper.internalのクラス
-
- TTLFieldMapper.Defaults - org.elasticsearch.index.mapper.internalのクラス
-
- TTLFieldMapper.TTLFieldType - org.elasticsearch.index.mapper.internalのクラス
-
- TTLFieldMapper.TypeParser - org.elasticsearch.index.mapper.internalのクラス
-
- TTLFieldType() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.TTLFieldMapper.TTLFieldType
-
- TTLFieldType(TTLFieldMapper.TTLFieldType) - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.TTLFieldMapper.TTLFieldType
-
- Tuple<V1,V2> - org.elasticsearch.common.collectのクラス
-
- Tuple(V1, V2) - クラス のコンストラクタorg.elasticsearch.common.collect.Tuple
-
- tuple(V1, V2) - クラス のstaticメソッドorg.elasticsearch.common.collect.Tuple
-
- TurkishAnalyzerProvider - org.elasticsearch.index.analysisのクラス
-
- TurkishAnalyzerProvider(Index, IndexSettingsService, Environment, String, Settings) - クラス のコンストラクタorg.elasticsearch.index.analysis.TurkishAnalyzerProvider
-
- TWO - クラス のstatic変数org.elasticsearch.common.unit.Fuzziness
-
- txCount() - クラス のメソッドorg.elasticsearch.transport.TransportStats
-
- txGet() - クラス のメソッドorg.elasticsearch.transport.PlainTransportFuture
-
- txGet(long, TimeUnit) - クラス のメソッドorg.elasticsearch.transport.PlainTransportFuture
-
- txGet() - インタフェース のメソッドorg.elasticsearch.transport.TransportFuture
-
Waits if necessary for the computation to complete, and then
retrieves its result.
- txGet(long, TimeUnit) - インタフェース のメソッド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() - クラス のメソッドorg.elasticsearch.transport.TransportStats
-
- type(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- type() - クラス のメソッドorg.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest
-
- type(String) - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
The type of the repository
"fs" - shared filesystem repository
- type() - クラス のメソッドorg.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest
-
Returns repository type
- type() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
-
- type(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingClusterStateUpdateRequest
-
- type() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The mapping type.
- type(String) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest
-
The type of the mappings.
- type() - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequest
-
The type of the document to delete.
- type(String) - クラス のメソッドorg.elasticsearch.action.delete.DeleteRequest
-
Sets the type of the document to delete.
- type() - インタフェース のメソッドorg.elasticsearch.action.DocumentRequest
-
Get the type that this request operates on
- type() - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- type(String) - クラス のメソッドorg.elasticsearch.action.explain.ExplainRequest
-
- type(String) - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
Sets the type of the document to fetch.
- type() - クラス のメソッドorg.elasticsearch.action.get.GetRequest
-
- type() - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
- type(String) - クラス のメソッドorg.elasticsearch.action.get.MultiGetRequest.Item
-
- type() - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
The type of the indexed document.
- type(String) - クラス のメソッドorg.elasticsearch.action.index.IndexRequest
-
Sets the type of the indexed document.
- type(String) - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Sets the type of document to get the term vector for.
- type() - クラス のメソッドorg.elasticsearch.action.termvectors.TermVectorsRequest
-
Returns the type of document to get the term vector for.
- type() - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
The type of the indexed document.
- type(String) - クラス のメソッドorg.elasticsearch.action.update.UpdateRequest
-
Sets the type of the indexed document.
- TYPE - クラス のstatic変数org.elasticsearch.cache.recycler.PageCacheRecycler
-
- type() - インタフェース のメソッドorg.elasticsearch.cluster.ClusterState.Custom
-
- type() - インタフェース のメソッドorg.elasticsearch.cluster.metadata.IndexMetaData.Custom
-
- type() - クラス のメソッドorg.elasticsearch.cluster.metadata.MappingMetaData
-
- type() - インタフェース のメソッドorg.elasticsearch.cluster.metadata.MetaData.Custom
-
- TYPE - クラス のstatic変数org.elasticsearch.cluster.metadata.RepositoriesMetaData
-
- type() - クラス のメソッドorg.elasticsearch.cluster.metadata.RepositoriesMetaData
- type() - クラス のメソッドorg.elasticsearch.cluster.metadata.RepositoryMetaData
-
Returns repository type
- TYPE - クラス のstatic変数org.elasticsearch.cluster.RestoreInProgress
-
- type() - クラス のメソッドorg.elasticsearch.cluster.RestoreInProgress
- type() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.Decision.Multi
-
- type() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.Decision.Single
-
- type() - クラス のメソッドorg.elasticsearch.cluster.routing.allocation.decider.Decision
-
- type() - 列挙型 のメソッドorg.elasticsearch.cluster.routing.Preference
-
- TYPE - クラス のstatic変数org.elasticsearch.cluster.SnapshotsInProgress
-
- type() - クラス のメソッドorg.elasticsearch.cluster.SnapshotsInProgress
-
- type() - クラス のメソッドorg.elasticsearch.common.geo.builders.BasePolygonBuilder.Ring
-
- TYPE - クラス のstatic変数org.elasticsearch.common.geo.builders.BasePolygonBuilder
-
- type() - クラス のメソッドorg.elasticsearch.common.geo.builders.BasePolygonBuilder
-
- TYPE - クラス のstatic変数org.elasticsearch.common.geo.builders.CircleBuilder
-
- type() - クラス のメソッドorg.elasticsearch.common.geo.builders.CircleBuilder
-
- TYPE - クラス のstatic変数org.elasticsearch.common.geo.builders.EnvelopeBuilder
-
- type() - クラス のメソッドorg.elasticsearch.common.geo.builders.EnvelopeBuilder
-
- TYPE - クラス のstatic変数org.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- type() - クラス のメソッドorg.elasticsearch.common.geo.builders.GeometryCollectionBuilder
-
- TYPE - クラス のstatic変数org.elasticsearch.common.geo.builders.LineStringBuilder
-
- type() - クラス のメソッドorg.elasticsearch.common.geo.builders.LineStringBuilder
-
- type() - クラス のメソッドorg.elasticsearch.common.geo.builders.MultiLineStringBuilder.InternalLineStringBuilder
-
- TYPE - クラス のstatic変数org.elasticsearch.common.geo.builders.MultiLineStringBuilder
-
- type() - クラス のメソッドorg.elasticsearch.common.geo.builders.MultiLineStringBuilder
-
- TYPE - クラス のstatic変数org.elasticsearch.common.geo.builders.MultiPointBuilder
-
- type() - クラス のメソッドorg.elasticsearch.common.geo.builders.MultiPointBuilder
-
- TYPE - クラス のstatic変数org.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
- type() - クラス のメソッドorg.elasticsearch.common.geo.builders.MultiPolygonBuilder
-
- TYPE - クラス のstatic変数org.elasticsearch.common.geo.builders.PointBuilder
-
- type() - クラス のメソッドorg.elasticsearch.common.geo.builders.PointBuilder
-
- type() - クラス のメソッドorg.elasticsearch.common.geo.builders.ShapeBuilder
-
get the shapes type
- type() - クラス のメソッドorg.elasticsearch.common.xcontent.cbor.CborXContent
-
- type() - クラス のメソッドorg.elasticsearch.common.xcontent.json.JsonXContent
-
- type() - クラス のメソッドorg.elasticsearch.common.xcontent.smile.SmileXContent
-
- type() - インタフェース のメソッドorg.elasticsearch.common.xcontent.XContent
-
The type this content handles and produces.
- type() - クラス のメソッドorg.elasticsearch.common.xcontent.yaml.YamlXContent
-
- type - クラス の変数org.elasticsearch.gateway.AsyncShardFetch
-
- type() - 例外 のメソッドorg.elasticsearch.index.AlreadyExpiredException
-
- type() - 例外 のメソッドorg.elasticsearch.index.engine.CreateFailedEngineException
-
- type() - クラス のメソッドorg.elasticsearch.index.engine.Engine.Delete
-
- type() - クラス のメソッドorg.elasticsearch.index.engine.Engine.IndexingOperation
-
- type() - 例外 のメソッドorg.elasticsearch.index.engine.IndexFailedEngineException
-
- TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.CompletionFieldMapper.Fields
-
- TYPE - クラス のstatic変数org.elasticsearch.index.mapper.core.NumberFieldMapper.CustomNumericDocValuesField
-
- type() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- type(String) - クラス のメソッドorg.elasticsearch.index.mapper.internal.ParentFieldMapper.Builder
-
- type() - クラス のメソッドorg.elasticsearch.index.mapper.internal.ParentFieldMapper
-
- type() - クラス のメソッドorg.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- type() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext.InternalParseContext
-
- type() - クラス のメソッドorg.elasticsearch.index.mapper.ParseContext
-
- type() - クラス のメソッドorg.elasticsearch.index.mapper.ParsedDocument
-
- type() - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- type(String) - クラス のメソッドorg.elasticsearch.index.mapper.SourceToParse
-
- type() - クラス のメソッドorg.elasticsearch.index.mapper.Uid
-
- type(String) - クラス のメソッドorg.elasticsearch.index.query.GeoBoundingBoxQueryBuilder
-
Sets the type of executing of the geo bounding box.
- type(MatchQueryBuilder.Type) - クラス のメソッドorg.elasticsearch.index.query.MatchQueryBuilder
-
Sets the type of the text query.
- TYPE - インタフェース のstatic変数org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item.Field
-
- type() - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- type(String) - クラス のメソッドorg.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
-
- type(MultiMatchQueryBuilder.Type) - クラス のメソッドorg.elasticsearch.index.query.MultiMatchQueryBuilder
-
Sets the type of the text query.
- type(Object) - クラス のメソッドorg.elasticsearch.index.query.MultiMatchQueryBuilder
-
Sets the type of the text query.
- type() - クラス のメソッドorg.elasticsearch.index.shard.CommitPoint
-
- type() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Create
-
- type() - クラス のメソッドorg.elasticsearch.index.translog.Translog.Index
-
- type(String) - クラス のメソッドorg.elasticsearch.monitor.jvm.HotThreads
-
- TYPE - クラス のstatic変数org.elasticsearch.repositories.fs.FsRepository
-
- type() - クラス のメソッドorg.elasticsearch.repositories.RepositoryName
-
- TYPE - クラス のstatic変数org.elasticsearch.repositories.uri.URLRepository
-
- type() - クラス のメソッドorg.elasticsearch.script.CompiledScript
-
Method to get the type of language.
- type - クラス の変数org.elasticsearch.search.aggregations.AbstractAggregationBuilder
-
- type() - インタフェース のメソッドorg.elasticsearch.search.aggregations.Aggregator.Parser
-
- type - クラス の変数org.elasticsearch.search.aggregations.AggregatorFactory
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.children.ChildrenParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.children.InternalChildren
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.children.InternalChildren
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filter.FilterParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.filter.InternalFilter
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filter.InternalFilter
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.FiltersParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.filters.InternalFilters
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.filters.InternalFilters
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.geogrid.GeoHashGridParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoHashGrid
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.global.GlobalParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.global.InternalGlobal
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.global.InternalGlobal
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.DateHistogramParser
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.HistogramParser
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Factory
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.missing.InternalMissing
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.missing.InternalMissing
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.missing.MissingParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.nested.InternalNested
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.nested.InternalNested
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.nested.InternalReverseNested
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.nested.NestedParser
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.nested.ReverseNestedParser
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.DateRangeParser
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Factory
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.GeoDistanceParser
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Factory
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange.Factory
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.InternalRange
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range.Factory
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.InternalIPv4Range
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.ipv4.IpRangeParser
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.range.RangeParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.SamplerParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.sampler.UnmappedSampler
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.sampler.UnmappedSampler
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantStringTerms
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.SignificantTermsParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.terms.LongTerms
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.LongTerms
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.StringTerms
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.TermsParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.InternalAggregation
-
- Type(String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.InternalAggregation.Type
-
- Type(String, String) - クラス のコンストラクタorg.elasticsearch.search.aggregations.InternalAggregation.Type
-
- Type(String, BytesReference) - クラス のコンストラクタorg.elasticsearch.search.aggregations.InternalAggregation.Type
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.avg.InternalAvg
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.CardinalityParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.cardinality.InternalCardinality
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geobounds.GeoBoundsParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geobounds.InternalGeoBounds
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geocentroid.GeoCentroidParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroid
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.max.InternalMax
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.min.InternalMin
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.NumericValuesSourceMetricsAggregatorParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentileRanks
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.hdr.InternalHDRPercentiles
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanksParser
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.PercentilesParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentileRanks
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.percentiles.tdigest.InternalTDigestPercentiles
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.scripted.InternalScriptedMetric
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.scripted.ScriptedMetricParser
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.ExtendedStatsParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.extended.InternalExtendedStats
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.stats.InternalStats
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.sum.InternalSum
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.InternalTopHits
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.tophits.TopHitsParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.valuecount.InternalValueCount
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.metrics.valuecount.ValueCountParser
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.avg.AvgBucketPipelineAggregator
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.InternalBucketMetricValue
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.max.MaxBucketPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.min.MinBucketPipelineAggregator
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.InternalPercentilesBucket
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.percentile.PercentilesBucketPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.ExtendedStatsBucketPipelineAggregator
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.InternalExtendedStatsBucket
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.extended.InternalExtendedStatsBucket
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.InternalStatsBucket
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.InternalStatsBucket
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.stats.StatsBucketPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketmetrics.sum.SumBucketPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.cumulativesum.CumulativeSumPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.derivative.DerivativeParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.derivative.DerivativePipelineAggregator
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.derivative.InternalDerivative
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.having.BucketSelectorParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.having.BucketSelectorPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.having.BucketSelectorPipelineAggregator
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.MovAvgParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.movavg.MovAvgPipelineAggregator
-
- type() - インタフェース のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.PipelineAggregator
-
- type - クラス の変数org.elasticsearch.search.aggregations.pipeline.PipelineAggregatorFactory
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffParser
-
- TYPE - クラス のstatic変数org.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.aggregations.pipeline.serialdiff.SerialDiffPipelineAggregator
-
- type() - クラス のメソッドorg.elasticsearch.search.internal.InternalSearchHit
-
- type() - インタフェース のメソッドorg.elasticsearch.search.SearchHit
-
The type of the document.
- TYPE - クラス のstatic変数org.elasticsearch.search.suggest.completion.CompletionSuggestion
-
- TYPE - クラス のstatic変数org.elasticsearch.search.suggest.context.CategoryContextMapping
-
- type - クラス の変数org.elasticsearch.search.suggest.context.ContextMapping
-
- type() - クラス のメソッドorg.elasticsearch.search.suggest.context.ContextMapping
-
- TYPE - クラス のstatic変数org.elasticsearch.search.suggest.context.GeolocationContextMapping
-
- TYPE - クラス のstatic変数org.elasticsearch.search.suggest.phrase.PhraseSuggestion
-
- TYPE - クラス のstatic変数org.elasticsearch.search.suggest.Suggest.Suggestion
-
- TYPE - クラス のstatic変数org.elasticsearch.search.suggest.term.TermSuggestion
-
- TYPE - クラス のstatic変数org.elasticsearch.search.warmer.IndexWarmersMetaData
-
- type() - クラス のメソッドorg.elasticsearch.search.warmer.IndexWarmersMetaData
-
- type() - クラス のメソッドorg.elasticsearch.transport.TransportRequestOptions
-
- TYPE_KEY - クラス のstatic変数org.elasticsearch.indices.breaker.CircuitBreakerModule
-
- TYPE_NAME - クラス のstatic変数org.elasticsearch.percolator.PercolatorService
-
- TYPE_NAME - インタフェース のstatic変数org.elasticsearch.search.aggregations.metrics.percentiles.PercentileRanks
-
- TYPE_NAME - インタフェース のstatic変数org.elasticsearch.search.aggregations.metrics.percentiles.Percentiles
-
- TypeConverter - org.elasticsearch.common.inject.spiのインタフェース
-
Converts constant string values to a different type.
- TypeConverterBinding - org.elasticsearch.common.inject.spiのクラス
-
Registration of type converters for matching target types.
- TypeEncounter<I> - org.elasticsearch.common.inject.spiのインタフェース
-
Context of an injectable type encounter.
- TypeFieldMapper - org.elasticsearch.index.mapper.internalのクラス
-
- TypeFieldMapper.Builder - org.elasticsearch.index.mapper.internalのクラス
-
- TypeFieldMapper.Defaults - org.elasticsearch.index.mapper.internalのクラス
-
- TypeFieldMapper.TypeParser - org.elasticsearch.index.mapper.internalのクラス
-
- typeFilter() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- TypeListener - org.elasticsearch.common.inject.spiのインタフェース
-
Listens for Guice to encounter injectable types.
- TypeListenerBinding - org.elasticsearch.common.inject.spiのクラス
-
Binds types (picked using a Matcher) to an type listener.
- TypeLiteral<T> - org.elasticsearch.common.injectのクラス
-
Represents a generic type T.
- TypeLiteral() - クラス のコンストラクタorg.elasticsearch.common.inject.TypeLiteral
-
Constructs a new type literal.
- typeMapper() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-
- TypeMissingException - org.elasticsearch.indicesの例外
-
- TypeMissingException(Index, String...) - 例外 のコンストラクタorg.elasticsearch.indices.TypeMissingException
-
- TypeMissingException(StreamInput) - 例外 のコンストラクタorg.elasticsearch.indices.TypeMissingException
-
- typeName() - クラス のメソッドorg.elasticsearch.index.mapper.core.BooleanFieldMapper.BooleanFieldType
-
- typeName() - クラス のメソッドorg.elasticsearch.index.mapper.core.CompletionFieldMapper.CompletionFieldType
-
- typeName() - クラス のメソッドorg.elasticsearch.index.mapper.core.DateFieldMapper.DateFieldType
-
- typeName() - クラス のメソッドorg.elasticsearch.index.mapper.core.DoubleFieldMapper.DoubleFieldType
-
- typeName() - クラス のメソッドorg.elasticsearch.index.mapper.core.IntegerFieldMapper.IntegerFieldType
-
- typeName() - クラス のメソッドorg.elasticsearch.index.mapper.core.LongFieldMapper.LongFieldType
-
- typeName() - クラス のメソッドorg.elasticsearch.index.mapper.core.StringFieldMapper.StringFieldType
-
- typeName() - クラス のメソッドorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.GeoPointFieldType
-
- typeName() - クラス のメソッドorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.GeoShapeFieldType
-
- typeName() - クラス のメソッドorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper.FieldNamesFieldType
-
- typeName() - クラス のメソッドorg.elasticsearch.index.mapper.ip.IpFieldMapper.IpFieldType
-
- typeName() - クラス のメソッドorg.elasticsearch.index.mapper.MappedFieldType
-
Returns the name of this type, as would be specified in mapping properties
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.BinaryFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.BooleanFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.ByteFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.CompletionFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.DateFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.DoubleFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.FloatFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.IntegerFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.LongFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.ShortFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.StringFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.TokenCountFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.geo.BaseGeoPointFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.geo.GeoPointFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.geo.GeoShapeFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.AllFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.FieldNamesFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.IdFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.IndexFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.ParentFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.RoutingFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.SourceFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.TimestampFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.TTLFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.TypeFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.UidFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.internal.VersionFieldMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.ip.IpFieldMapper.TypeParser
-
- typeParser(String) - クラス のメソッドorg.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.object.ObjectMapper.TypeParser
-
- TypeParser() - クラス のコンストラクタorg.elasticsearch.index.mapper.object.RootObjectMapper.TypeParser
-
- TypeParsers - org.elasticsearch.index.mapper.coreのクラス
-
- TypeParsers() - クラス のコンストラクタorg.elasticsearch.index.mapper.core.TypeParsers
-
- typeParsers() - クラス のメソッドorg.elasticsearch.index.mapper.Mapper.TypeParser.ParserContext
-
- typePrefixAsBytes(BytesRef) - クラス のstaticメソッドorg.elasticsearch.index.mapper.Uid
-
- typeQuery(String) - クラス のstaticメソッドorg.elasticsearch.index.query.QueryBuilders
-
A filter based on doc/mapping type.
- TypeQueryBuilder - org.elasticsearch.index.queryのクラス
-
- TypeQueryBuilder(String) - クラス のコンストラクタorg.elasticsearch.index.query.TypeQueryBuilder
-
- TypeQueryParser - org.elasticsearch.index.queryのクラス
-
- TypeQueryParser() - クラス のコンストラクタorg.elasticsearch.index.query.TypeQueryParser
-
- types() - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
The document types to execute the search against.
- types(String...) - クラス のメソッドorg.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsRequest
-
The document types to execute the search against.
- types() - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- types(String[]) - クラス のメソッドorg.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- types() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsIndexRequest
-
- types(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- types() - クラス のメソッドorg.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsRequest
-
- types(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
Document types to return stats for.
- types() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
Document types to return stats for.
- types(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
Document types to return stats for.
- types() - クラス のメソッドorg.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
Document types to return stats for.
- types() - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryRequest
-
- types() - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
The types of documents the query will run against.
- types(String...) - クラス のメソッドorg.elasticsearch.action.admin.indices.validate.query.ValidateQueryRequest
-
The types of documents the query will run against.
- types() - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
The types of documents the query will run against.
- types(String...) - クラス のメソッドorg.elasticsearch.action.count.CountRequest
-
非推奨です。
The types of documents the query will run against.
- types() - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
The types of documents the query will run against.
- types(String...) - クラス のメソッドorg.elasticsearch.action.exists.ExistsRequest
-
非推奨です。
The types of documents the query will run against.
- types() - クラス のメソッドorg.elasticsearch.action.exists.ShardExistsRequest
-
- types() - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The document types to execute the search against.
- types(String...) - クラス のメソッドorg.elasticsearch.action.search.SearchRequest
-
The document types to execute the search against.
- types(String...) - クラス のメソッドorg.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- types() - クラス のメソッドorg.elasticsearch.action.support.master.info.ClusterInfoRequest
-
- types() - クラス のメソッドorg.elasticsearch.action.termvectors.dfs.DfsOnlyRequest
-
- types() - クラス のメソッドorg.elasticsearch.cluster.action.index.NodeMappingRefreshAction.NodeMappingRefreshRequest
-
- Types - org.elasticsearch.common.inject.utilのクラス
-
Static methods for working with types.
- types() - クラス のメソッドorg.elasticsearch.index.engine.Engine.DeleteByQuery
-
- types() - インタフェース のメソッドorg.elasticsearch.index.fielddata.AtomicParentChildFieldData
-
Return the set of types there is a mapping for.
- types() - クラス のメソッドorg.elasticsearch.index.fielddata.plain.ParentChildAtomicFieldData
-
- types() - クラス のメソッドorg.elasticsearch.index.mapper.MapperService
-
Return the set of concrete types that have a mapping.
- types() - クラス のメソッドorg.elasticsearch.index.translog.Translog.DeleteByQuery
-
非推奨です。
- types() - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- types(String[]) - クラス のメソッドorg.elasticsearch.percolator.PercolateContext
-
- types() - クラス のメソッドorg.elasticsearch.script.mustache.MustacheScriptEngineService
-
- types() - クラス のメソッドorg.elasticsearch.script.NativeScriptEngineService
-
- types() - インタフェース のメソッドorg.elasticsearch.script.ScriptEngineService
-
- types() - クラス のメソッドorg.elasticsearch.search.internal.DefaultSearchContext
-
- types() - クラス のメソッドorg.elasticsearch.search.internal.FilteredSearchContext
-
- types() - クラス のメソッドorg.elasticsearch.search.internal.SearchContext
-
- types() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchLocalRequest
-
- types() - インタフェース のメソッドorg.elasticsearch.search.internal.ShardSearchRequest
-
- types() - クラス のメソッドorg.elasticsearch.search.internal.ShardSearchTransportRequest
-
- types() - クラス のメソッドorg.elasticsearch.search.warmer.IndexWarmersMetaData.Entry
-
- typesExists(TypesExistsRequest) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Types Exists.
- typesExists(TypesExistsRequest, ActionListener<TypesExistsResponse>) - インタフェース のメソッドorg.elasticsearch.client.IndicesAdminClient
-
Types exists
- TypesExistsAction - org.elasticsearch.action.admin.indices.exists.typesのクラス
-
- TypesExistsRequest - org.elasticsearch.action.admin.indices.exists.typesのクラス
-
- TypesExistsRequest() - クラス のコンストラクタorg.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- TypesExistsRequest(String[], String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
- TypesExistsRequestBuilder - org.elasticsearch.action.admin.indices.exists.typesのクラス
-
- TypesExistsRequestBuilder(ElasticsearchClient, TypesExistsAction, String...) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
-
- TypesExistsResponse - org.elasticsearch.action.admin.indices.exists.typesのクラス
-
Whether all of the existed types exist.
- TypesExistsResponse(boolean) - クラス のコンストラクタorg.elasticsearch.action.admin.indices.exists.types.TypesExistsResponse
-
- typeText() - クラス のメソッドorg.elasticsearch.index.mapper.DocumentMapper
-