Uses of Class
org.elasticsearch.Version
-
-
Uses of Version in org.elasticsearch
Fields in org.elasticsearch declared as Version Modifier and Type Field Description static VersionVersion. CURRENTstatic VersionVersion. V_6_0_0static VersionVersion. V_6_0_0_alpha1static VersionVersion. V_6_0_0_alpha2static VersionVersion. V_6_0_0_beta1static VersionVersion. V_6_0_0_beta2static VersionVersion. V_6_0_0_rc1static VersionVersion. V_6_0_0_rc2static VersionVersion. V_6_0_1static VersionVersion. V_6_1_0static VersionVersion. V_6_1_1static VersionVersion. V_6_1_2static VersionVersion. V_6_1_3static VersionVersion. V_6_1_4static VersionVersion. V_6_2_0static VersionVersion. V_6_2_1static VersionVersion. V_6_2_2static VersionVersion. V_6_2_3static VersionVersion. V_6_2_4static VersionVersion. V_6_3_0static VersionVersion. V_6_3_1static VersionVersion. V_6_3_2static VersionVersion. V_6_4_0static VersionVersion. V_6_4_1static VersionVersion. V_6_4_2static VersionVersion. V_6_4_3static VersionVersion. V_6_5_0static VersionVersion. V_6_5_1static VersionVersion. V_6_5_2static VersionVersion. V_6_5_3static VersionVersion. V_6_5_4static VersionVersion. V_6_6_0static VersionVersion. V_6_6_1static VersionVersion. V_6_6_2static VersionVersion. V_6_7_0static VersionVersion. V_6_7_1static VersionVersion. V_6_7_2static VersionVersion. V_6_8_0static VersionVersion. V_6_8_1static VersionVersion. V_6_8_2static VersionVersion. V_6_8_3static VersionVersion. V_6_8_4static VersionVersion. V_6_8_5static VersionVersion. V_6_8_6static VersionVersion. V_6_8_7static VersionVersion. V_7_0_0static VersionVersion. V_7_0_1static VersionVersion. V_7_1_0static VersionVersion. V_7_1_1static VersionVersion. V_7_2_0static VersionVersion. V_7_2_1static VersionVersion. V_7_3_0static VersionVersion. V_7_3_1static VersionVersion. V_7_3_2static VersionVersion. V_7_4_0static VersionVersion. V_7_4_1static VersionVersion. V_7_4_2static VersionVersion. V_7_5_0static VersionVersion. V_7_5_1static VersionVersion. V_7_5_2static VersionVersion. V_EMPTYMethods in org.elasticsearch that return Version Modifier and Type Method Description static VersionVersion. fromId(int id)static VersionVersion. fromString(String version)Returns the version given its string representation, current version if the argument is null or emptystatic VersionVersion. indexCreated(Settings indexSettings)Return theVersionof Elasticsearch that has been used to create an index given its settings.static VersionVersion. max(Version version1, Version version2)Returns the maximum version between the 2static VersionVersion. min(Version version1, Version version2)Returns the minimum version between the 2.VersionVersion. minimumCompatibilityVersion()Returns the minimum compatible version based on the current version.VersionVersion. minimumIndexCompatibilityVersion()Returns the minimum created index version that this version supports.static VersionVersion. readVersion(StreamInput in)Methods in org.elasticsearch that return types with arguments of type Version Modifier and Type Method Description static List<Version>Version. getDeclaredVersions(Class<?> versionClass)Extracts a sorted list of declared version constants from a class.Methods in org.elasticsearch with parameters of type Version Modifier and Type Method Description booleanVersion. after(Version version)booleanVersion. before(Version version)intVersion. compareTo(Version other)booleanVersion. isCompatible(Version version)Returnstrueiff both version are compatible.static booleanElasticsearchException. isRegistered(Class<? extends Throwable> exception, Version version)Returnstrueiff the given class is a registered for an exception to be read.static VersionVersion. max(Version version1, Version version2)Returns the maximum version between the 2static VersionVersion. min(Version version1, Version version2)Returns the minimum version between the 2.booleanVersion. onOrAfter(Version version)booleanVersion. onOrBefore(Version version)static voidVersion. writeVersion(Version version, StreamOutput out) -
Uses of Version in org.elasticsearch.action.admin.cluster.node.info
Methods in org.elasticsearch.action.admin.cluster.node.info that return Version Modifier and Type Method Description VersionNodeInfo. getVersion()The current ES versionConstructors in org.elasticsearch.action.admin.cluster.node.info with parameters of type Version Constructor Description NodeInfo(Version version, Build build, DiscoveryNode node, Settings settings, OsInfo os, ProcessInfo process, JvmInfo jvm, ThreadPoolInfo threadPool, TransportInfo transport, HttpInfo http, PluginsAndModules plugins, IngestInfo ingest, ByteSizeValue totalIndexingBuffer) -
Uses of Version in org.elasticsearch.action.admin.cluster.stats
Methods in org.elasticsearch.action.admin.cluster.stats that return types with arguments of type Version Modifier and Type Method Description Set<Version>ClusterStatsNodes. getVersions() -
Uses of Version in org.elasticsearch.action.admin.indices.shrink
Fields in org.elasticsearch.action.admin.indices.shrink declared as Version Modifier and Type Field Description static VersionResizeAction. COMPATIBILITY_VERSION -
Uses of Version in org.elasticsearch.action.admin.indices.upgrade.post
Methods in org.elasticsearch.action.admin.indices.upgrade.post that return types with arguments of type Version Modifier and Type Method Description Map<String,Tuple<Version,String>>UpgradeResponse. versions()Returns the highest upgrade version of the node that performed metadata upgrade and the the version of the oldest lucene segment for each index that was upgraded.Map<String,Tuple<Version,String>>UpgradeSettingsClusterStateUpdateRequest. versions()Returns the index to version map for indices that should be updatedMethod parameters in org.elasticsearch.action.admin.indices.upgrade.post with type arguments of type Version Modifier and Type Method Description UpgradeSettingsClusterStateUpdateRequestUpgradeSettingsClusterStateUpdateRequest. versions(Map<String,Tuple<Version,String>> versions)Sets the index to version map for indices that should be updatedUpgradeSettingsRequestUpgradeSettingsRequest. versions(Map<String,Tuple<Version,String>> versions)Sets the index versions to be updatedConstructor parameters in org.elasticsearch.action.admin.indices.upgrade.post with type arguments of type Version Constructor Description UpgradeSettingsRequest(Map<String,Tuple<Version,String>> versions)Constructs a new request to update minimum compatible version settings for one or more indices -
Uses of Version in org.elasticsearch.action.index
Methods in org.elasticsearch.action.index with parameters of type Version Modifier and Type Method Description voidIndexRequest. checkAutoIdWithOpTypeCreateSupportedByVersion(Version version)voidIndexRequest. process(Version indexCreatedVersion, MappingMetaData mappingMd, String concreteIndex) -
Uses of Version in org.elasticsearch.action.main
Methods in org.elasticsearch.action.main that return Version Modifier and Type Method Description VersionMainResponse. getVersion()Constructors in org.elasticsearch.action.main with parameters of type Version Constructor Description MainResponse(String nodeName, Version version, ClusterName clusterName, String clusterUuid, Build build) -
Uses of Version in org.elasticsearch.client.ml.dataframe
Methods in org.elasticsearch.client.ml.dataframe that return Version Modifier and Type Method Description VersionDataFrameAnalyticsConfig. getVersion()Methods in org.elasticsearch.client.ml.dataframe with parameters of type Version Modifier and Type Method Description DataFrameAnalyticsConfig.BuilderDataFrameAnalyticsConfig.Builder. setVersion(Version version) -
Uses of Version in org.elasticsearch.client.ml.job.process
Methods in org.elasticsearch.client.ml.job.process that return Version Modifier and Type Method Description VersionModelSnapshot. getMinVersion() -
Uses of Version in org.elasticsearch.client.transform.transforms
Methods in org.elasticsearch.client.transform.transforms that return Version Modifier and Type Method Description VersionTransformConfig. getVersion() -
Uses of Version in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return Version Modifier and Type Method Description default VersionNamedDiff. getMinimalSupportedVersion()The minimal version of the recipient this custom object can be sent toVersionRepositoryCleanupInProgress. getMinimalSupportedVersion()VersionRestoreInProgress. getMinimalSupportedVersion()VersionSnapshotDeletionsInProgress. getMinimalSupportedVersion()VersionSnapshotsInProgress. getMinimalSupportedVersion()Methods in org.elasticsearch.cluster with parameters of type Version Modifier and Type Method Description default booleanDiffableUtils.ValueSerializer. supportsVersion(Diff<V> value, Version version)Whether this serializer supports the version of the output streamdefault booleanDiffableUtils.ValueSerializer. supportsVersion(V value, Version version)Whether this serializer supports the version of the output streambooleanNamedDiffableValueSerializer. supportsVersion(Diff<T> value, Version version)booleanNamedDiffableValueSerializer. supportsVersion(T value, Version version) -
Uses of Version in org.elasticsearch.cluster.coordination
Methods in org.elasticsearch.cluster.coordination with parameters of type Version Modifier and Type Method Description static voidJoinTaskExecutor. ensureIndexCompatibility(Version nodeVersion, MetaData metaData)Ensures that all indices are compatible with the given node version.static voidJoinTaskExecutor. ensureMajorVersionBarrier(Version joiningNodeVersion, Version minClusterNodeVersion)ensures that the joining node's major version is equal or higher to the minClusterNodeVersion.static voidJoinTaskExecutor. ensureNodesCompatibility(Version joiningNodeVersion, DiscoveryNodes currentNodes)ensures that the joining node has a version that's compatible with all current nodesstatic voidJoinTaskExecutor. ensureNodesCompatibility(Version joiningNodeVersion, Version minClusterNodeVersion, Version maxClusterNodeVersion)ensures that the joining node has a version that's compatible with a given version rangestatic BytesReferencePublicationTransportHandler. serializeDiffClusterState(Diff diff, Version nodeVersion)static BytesReferencePublicationTransportHandler. serializeFullClusterState(ClusterState clusterState, Version nodeVersion) -
Uses of Version in org.elasticsearch.cluster.metadata
Fields in org.elasticsearch.cluster.metadata with type parameters of type Version Modifier and Type Field Description static Setting<Version>IndexMetaData. SETTING_INDEX_VERSION_CREATEDMethods in org.elasticsearch.cluster.metadata that return Version Modifier and Type Method Description VersionIndexMetaData. getCreationVersion()Return theVersionon which this index has been created.VersionIndexGraveyard. getMinimalSupportedVersion()VersionMetaData.UnknownGatewayOnlyCustom. getMinimalSupportedVersion()VersionRepositoriesMetaData. getMinimalSupportedVersion()VersionIndexMetaData. getUpgradedVersion()Return theVersionon which this index has been upgraded.Methods in org.elasticsearch.cluster.metadata with parameters of type Version Modifier and Type Method Description static intMetaDataCreateIndexService. calculateNumRoutingShards(int numShards, Version indexVersionCreated)Returns a default number of routing shards based on the number of shards of the index.IndexMetaDataMetaDataIndexUpgradeService. upgradeIndexMetaData(IndexMetaData indexMetaData, Version minimumIndexCompatibilityVersion)Checks that the index can be upgraded to the current version of the master node. -
Uses of Version in org.elasticsearch.cluster.node
Methods in org.elasticsearch.cluster.node that return Version Modifier and Type Method Description VersionDiscoveryNodes. getLargestNonClientNodeVersion()Returns the version of the node with the youngest version in the cluster that is not a client node.VersionDiscoveryNodes. getMaxNodeVersion()Returns the version of the node with the youngest version in the clusterVersionDiscoveryNodes. getMinNodeVersion()Returns the version of the node with the oldest version in the cluster.VersionDiscoveryNodes. getSmallestNonClientNodeVersion()Returns the version of the node with the oldest version in the cluster that is not a client node If there are no non-client nodes, Version.CURRENT will be returned.VersionDiscoveryNode. getVersion()Constructors in org.elasticsearch.cluster.node with parameters of type Version Constructor Description DiscoveryNode(String nodeName, String nodeId, String ephemeralId, String hostName, String hostAddress, TransportAddress address, Map<String,String> attributes, Set<DiscoveryNodeRole> roles, Version version)Creates a newDiscoveryNode.DiscoveryNode(String nodeName, String nodeId, TransportAddress address, Map<String,String> attributes, Set<DiscoveryNodeRole> roles, Version version)Creates a newDiscoveryNodeDiscoveryNode(String id, TransportAddress address, Map<String,String> attributes, Set<DiscoveryNodeRole> roles, Version version)Creates a newDiscoveryNodeDiscoveryNode(String id, TransportAddress address, Version version)Creates a newDiscoveryNode -
Uses of Version in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing that return Version Modifier and Type Method Description VersionRecoverySource.SnapshotRecoverySource. version()Constructors in org.elasticsearch.cluster.routing with parameters of type Version Constructor Description SnapshotRecoverySource(String restoreUUID, Snapshot snapshot, Version version, String index) -
Uses of Version in org.elasticsearch.common.io.stream
Methods in org.elasticsearch.common.io.stream that return Version Modifier and Type Method Description VersionVersionedNamedWriteable. getMinimalSupportedVersion()The minimal version of the recipient this object can be sent toVersionFilterStreamInput. getVersion()VersionStreamInput. getVersion()The version of the node on the other side of this stream.VersionStreamOutput. getVersion()The version of the node on the other side of this stream.Methods in org.elasticsearch.common.io.stream with parameters of type Version Modifier and Type Method Description voidFilterStreamInput. setVersion(Version version)voidStreamInput. setVersion(Version version)Set the version of the node on the other side of this stream.voidStreamOutput. setVersion(Version version)Set the version of the node on the other side of this stream. -
Uses of Version in org.elasticsearch.common.lucene.search
Methods in org.elasticsearch.common.lucene.search with parameters of type Version Modifier and Type Method Description static QueryQueries. newNonNestedFilter(Version indexVersionCreated)Creates a new non-nested docs query -
Uses of Version in org.elasticsearch.common.lucene.search.function
Constructors in org.elasticsearch.common.lucene.search.function with parameters of type Version Constructor Description ScriptScoreFunction(Script sScript, ScoreScript.LeafFactory script, String indexName, int shardId, Version indexVersion)ScriptScoreQuery(Query subQuery, Script script, ScoreScript.LeafFactory scriptBuilder, Float minScore, String indexName, int shardId, Version indexVersion) -
Uses of Version in org.elasticsearch.common.settings
Methods in org.elasticsearch.common.settings that return Version Modifier and Type Method Description VersionSettings. getAsVersion(String setting, Version defaultVersion)Returns a parsed version.Methods in org.elasticsearch.common.settings that return types with arguments of type Version Modifier and Type Method Description static Setting<Version>Setting. versionSetting(String key, Version defaultValue, Setting.Property... properties)Methods in org.elasticsearch.common.settings with parameters of type Version Modifier and Type Method Description VersionSettings. getAsVersion(String setting, Version defaultVersion)Returns a parsed version.Settings.BuilderSettings.Builder. put(String setting, Version version)static Setting<Version>Setting. versionSetting(String key, Version defaultValue, Setting.Property... properties) -
Uses of Version in org.elasticsearch.discovery.zen
Methods in org.elasticsearch.discovery.zen that return Version Modifier and Type Method Description protected VersionUnicastZenPing. getVersion()Methods in org.elasticsearch.discovery.zen with parameters of type Version Modifier and Type Method Description static BytesReferencePublishClusterStateAction. serializeDiffClusterState(Diff diff, Version nodeVersion)static BytesReferencePublishClusterStateAction. serializeFullClusterState(ClusterState clusterState, Version nodeVersion) -
Uses of Version in org.elasticsearch.env
Methods in org.elasticsearch.env that return Version Modifier and Type Method Description VersionNodeMetaData. nodeVersion()Constructors in org.elasticsearch.env with parameters of type Version Constructor Description NodeMetaData(String nodeId, Version nodeVersion) -
Uses of Version in org.elasticsearch.index
Methods in org.elasticsearch.index that return Version Modifier and Type Method Description VersionIndexSettings. getIndexVersionCreated()Returns the version the index was created on.Method parameters in org.elasticsearch.index with type arguments of type Version Modifier and Type Method Description voidIndexModule. addSimilarity(String name, TriFunction<Settings,Version,ScriptService,Similarity> similarity)Registers the givenSimilaritywith the given name. -
Uses of Version in org.elasticsearch.index.analysis
Methods in org.elasticsearch.index.analysis with parameters of type Version Modifier and Type Method Description protected AnalyzerProvider<?>PreBuiltAnalyzerProviderFactory. create(Version version)protected abstract TPreConfiguredAnalysisComponent. create(Version version)protected CharFilterFactoryPreConfiguredCharFilter. create(Version version)protected TokenFilterFactoryPreConfiguredTokenFilter. create(Version version)protected TokenizerFactoryPreConfiguredTokenizer. create(Version version)Method parameters in org.elasticsearch.index.analysis with type arguments of type Version Modifier and Type Method Description static PreConfiguredCharFilterPreConfiguredCharFilter. elasticsearchVersion(String name, boolean useFilterForMultitermQueries, BiFunction<Reader,Version,Reader> create)Create a pre-configured token filter that may vary based on the Elasticsearch version.static PreConfiguredTokenFilterPreConfiguredTokenFilter. elasticsearchVersion(String name, boolean useFilterForMultitermQueries, BiFunction<TokenStream,Version,TokenStream> create)Create a pre-configured token filter that may vary based on the Elasticsearch version.static PreConfiguredTokenizerPreConfiguredTokenizer. elasticsearchVersion(String name, Function<Version,Tokenizer> create)Create a pre-configured tokenizer that may vary based on the Elasticsearch version.static PreConfiguredCharFilterPreConfiguredCharFilter. singletonWithVersion(String name, boolean useFilterForMultitermQueries, BiFunction<Reader,Version,Reader> create)Create a pre-configured char filter that may not vary at all, provide access to the elasticsearch versionstatic PreConfiguredTokenFilterPreConfiguredTokenFilter. singletonWithVersion(String name, boolean useFilterForMultitermQueries, boolean useFilterForParsingSynonyms, BiFunction<TokenStream,Version,TokenStream> create)Create a pre-configured token filter that may vary based on the Elasticsearch version.static PreConfiguredTokenFilterPreConfiguredTokenFilter. singletonWithVersion(String name, boolean useFilterForMultitermQueries, BiFunction<TokenStream,Version,TokenStream> create)Create a pre-configured token filter that may vary based on the Elasticsearch version.Constructor parameters in org.elasticsearch.index.analysis with type arguments of type Version Constructor Description PreConfiguredCharFilter(String name, PreBuiltCacheFactory.CachingStrategy cache, boolean useFilterForMultitermQueries, BiFunction<Reader,Version,Reader> create) -
Uses of Version in org.elasticsearch.index.mapper
Fields in org.elasticsearch.index.mapper declared as Version Modifier and Type Field Description protected VersionFieldMapper. indexCreatedVersionMethods in org.elasticsearch.index.mapper that return Version Modifier and Type Method Description VersionMapper.BuilderContext. indexCreatedVersion()VersionMapper.TypeParser.ParserContext. indexVersionCreated()Methods in org.elasticsearch.index.mapper with parameters of type Version Modifier and Type Method Description static voidDocumentMapperParser. checkNoRemainingFields(String fieldName, Map<?,?> fieldNodeMap, Version indexVersionCreated)static voidDocumentMapperParser. checkNoRemainingFields(Map<?,?> fieldNodeMap, Version indexVersionCreated, String message)protected booleanAbstractGeometryFieldMapper.Builder. defaultDocValues(Version indexCreated)protected booleanFieldMapper.Builder. defaultDocValues(Version indexCreated)static DynamicTemplateDynamicTemplate. parse(String name, Map<String,Object> conf, Version indexVersionCreated)protected booleanRootObjectMapper.TypeParser. processField(RootObjectMapper.Builder builder, String fieldName, Object fieldNode, Version indexVersionCreated)Constructors in org.elasticsearch.index.mapper with parameters of type Version Constructor Description Mapping(Version indexCreated, RootObjectMapper rootObjectMapper, MetadataFieldMapper[] metadataMappers, Map<String,Object> meta)ParserContext(Function<String,SimilarityProvider> similarityLookupService, MapperService mapperService, Function<String,Mapper.TypeParser> typeParsers, Version indexVersionCreated, Supplier<QueryShardContext> queryShardContextSupplier) -
Uses of Version in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return Version Modifier and Type Method Description VersionQueryShardContext. indexVersionCreated() -
Uses of Version in org.elasticsearch.index.similarity
Fields in org.elasticsearch.index.similarity with type parameters of type Version Modifier and Type Field Description static Map<String,TriFunction<Settings,Version,ScriptService,Similarity>>SimilarityService. BUILT_INConstructor parameters in org.elasticsearch.index.similarity with type arguments of type Version Constructor Description SimilarityService(IndexSettings indexSettings, ScriptService scriptService, Map<String,TriFunction<Settings,Version,ScriptService,Similarity>> similarities) -
Uses of Version in org.elasticsearch.index.store
Methods in org.elasticsearch.index.store with parameters of type Version Modifier and Type Method Description voidStore. trimUnsafeCommits(long lastSyncedGlobalCheckpoint, long minRetainedTranslogGen, Version indexVersionCreated)Keeping existing unsafe commits when opening an engine can be problematic because these commits are not safe at the recovering time but they can suddenly become safe in the future. -
Uses of Version in org.elasticsearch.indices
Methods in org.elasticsearch.indices with parameters of type Version Modifier and Type Method Description booleanIndicesService. isMetaDataField(Version indexCreatedVersion, String field)Returns true if the provided field is a registered metadata field (including ones registered via plugins), false otherwise. -
Uses of Version in org.elasticsearch.indices.analysis
Methods in org.elasticsearch.indices.analysis with parameters of type Version Modifier and Type Method Description protected abstract AnalyzerPreBuiltAnalyzers. create(Version version)protected abstract TokenizerPreBuiltTokenizers. create(Version version)TPreBuiltCacheFactory.PreBuiltCache. get(Version version)AnalyzerPreBuiltAnalyzers. getAnalyzer(Version version)protected TokenFilterFactoryPreBuiltTokenizers. getMultiTermComponent(Version version)voidPreBuiltCacheFactory.PreBuiltCache. put(Version version, T t) -
Uses of Version in org.elasticsearch.indices.mapper
Methods in org.elasticsearch.indices.mapper with parameters of type Version Modifier and Type Method Description Map<String,MetadataFieldMapper.TypeParser>MapperRegistry. getMetadataMapperParsers(Version indexCreatedVersion)Return a map of the meta mappers that have been registered.booleanMapperRegistry. isMetaDataField(Version indexCreatedVersion, String field)Returns true if the provided field is a registered metadata field, false otherwise -
Uses of Version in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest that return Version Modifier and Type Method Description VersionIngestMetadata. getMinimalSupportedVersion() -
Uses of Version in org.elasticsearch.persistent
Methods in org.elasticsearch.persistent that return Version Modifier and Type Method Description VersionPersistentTasksCustomMetaData. getMinimalSupportedVersion() -
Uses of Version in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return Version Modifier and Type Method Description VersionPluginInfo. getElasticsearchVersion()The version of Elasticsearch the plugin was built for.Constructors in org.elasticsearch.plugins with parameters of type Version Constructor Description PluginInfo(String name, String description, String version, Version elasticsearchVersion, String javaVersion, String classname, List<String> extendedPlugins, boolean hasNativeController)Construct plugin info. -
Uses of Version in org.elasticsearch.repositories
Methods in org.elasticsearch.repositories with parameters of type Version Modifier and Type Method Description IndexShardSnapshotStatusRepository. getShardSnapshotStatus(SnapshotId snapshotId, Version version, IndexId indexId, ShardId shardId)Retrieve shard snapshot status for the stored snapshotdefault voidRepository. restoreShard(IndexShard shard, Store store, SnapshotId snapshotId, Version version, IndexId indexId, ShardId snapshotShardId, RecoveryState recoveryState)Deprecated.voidRepository. restoreShard(Store store, SnapshotId snapshotId, Version version, IndexId indexId, ShardId snapshotShardId, RecoveryState recoveryState)Restores snapshot of the shard. -
Uses of Version in org.elasticsearch.repositories.blobstore
Methods in org.elasticsearch.repositories.blobstore with parameters of type Version Modifier and Type Method Description IndexShardSnapshotStatusBlobStoreRepository. getShardSnapshotStatus(SnapshotId snapshotId, Version version, IndexId indexId, ShardId shardId)voidBlobStoreRepository. restoreShard(Store store, SnapshotId snapshotId, Version version, IndexId indexId, ShardId snapshotShardId, RecoveryState recoveryState) -
Uses of Version in org.elasticsearch.script
Methods in org.elasticsearch.script that return Version Modifier and Type Method Description VersionScoreScript. _getIndexVersion()Starting a name with underscore, so that the user cannot access this function directly through a script It is only used within predefined painless functions.VersionScriptMetaData. getMinimalSupportedVersion()Methods in org.elasticsearch.script with parameters of type Version Modifier and Type Method Description voidScoreScript. _setIndexVersion(Version indexVersion)Starting a name with underscore, so that the user cannot access this function directly through a script -
Uses of Version in org.elasticsearch.search.aggregations.bucket.missing
Methods in org.elasticsearch.search.aggregations.bucket.missing with parameters of type Version Modifier and Type Method Description protected booleanMissingAggregationBuilder. serializeTargetValueType(Version version) -
Uses of Version in org.elasticsearch.search.aggregations.bucket.significant
Methods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type Version Modifier and Type Method Description protected booleanSignificantTermsAggregationBuilder. serializeTargetValueType(Version version) -
Uses of Version in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms with parameters of type Version Modifier and Type Method Description protected booleanRareTermsAggregationBuilder. serializeTargetValueType(Version version)protected booleanTermsAggregationBuilder. serializeTargetValueType(Version version) -
Uses of Version in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics with parameters of type Version Modifier and Type Method Description protected booleanCardinalityAggregationBuilder. serializeTargetValueType(Version version)protected booleanValueCountAggregationBuilder. serializeTargetValueType(Version version) -
Uses of Version in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support with parameters of type Version Modifier and Type Method Description protected booleanValuesSourceAggregationBuilder. serializeTargetValueType(Version version)Should this builder serialize its targetValueType? Defaults to false. -
Uses of Version in org.elasticsearch.search.slice
Methods in org.elasticsearch.search.slice with parameters of type Version Modifier and Type Method Description QuerySliceBuilder. toFilter(ClusterService clusterService, ShardSearchRequest request, QueryShardContext context, Version minNodeVersion)Converts this QueryBuilder to a luceneQuery. -
Uses of Version in org.elasticsearch.search.suggest.completion.context
Methods in org.elasticsearch.search.suggest.completion.context with parameters of type Version Modifier and Type Method Description static ContextMappingsContextMappings. load(Object configuration, Version indexVersionCreated)LoadsContextMappingsfrom configuration Expected configuration: List of maps representingContextMapping[{"name": .., "type": .., ..}, {..}]static voidContextMapping. validateContextPaths(Version indexVersionCreated, List<FieldMapper> fieldMappers, Function<String,MappedFieldType> fieldResolver)Verifies that all field paths specified in contexts point to the fields with correct mappingsprotected voidContextMapping. validateReferences(Version indexVersionCreated, Function<String,MappedFieldType> fieldResolver)Checks if the current context is consistent with the rest of the fields.protected voidGeoContextMapping. validateReferences(Version indexVersionCreated, Function<String,MappedFieldType> fieldResolver) -
Uses of Version in org.elasticsearch.snapshots
Fields in org.elasticsearch.snapshots declared as Version Modifier and Type Field Description static VersionSnapshotInfo. METADATA_FIELD_INTRODUCEDstatic VersionSnapshotsService. NO_REPO_INITIALIZE_VERSIONMinimum node version which does not useRepository.initializeSnapshot(SnapshotId, List, MetaData)to write snapshot metadata when starting a snapshot.Methods in org.elasticsearch.snapshots that return Version Modifier and Type Method Description VersionSnapshotInfo. version()Returns the version of elasticsearch that the snapshot was created with.Constructors in org.elasticsearch.snapshots with parameters of type Version Constructor Description SnapshotInfo(SnapshotId snapshotId, List<String> indices, SnapshotState state, Version version) -
Uses of Version in org.elasticsearch.transport
Fields in org.elasticsearch.transport declared as Version Modifier and Type Field Description protected VersionNetworkMessage. versionMethods in org.elasticsearch.transport that return Version Modifier and Type Method Description VersionNetworkMessage. getVersion()VersionTaskTransportChannel. getVersion()VersionTcpTransport.NodeChannels. getVersion()VersionTcpTransportChannel. getVersion()default VersionTransport.Connection. getVersion()Returns the version of the node this connection was established with.default VersionTransportChannel. getVersion()Returns the version of the other party that this channel will send a response to.VersionBytesTransportRequest. version()Methods in org.elasticsearch.transport with parameters of type Version Modifier and Type Method Description static voidTcpHeader. writeHeader(StreamOutput output, long requestId, byte status, Version version, int messageSize)Method parameters in org.elasticsearch.transport with type arguments of type Version Modifier and Type Method Description voidTcpTransport. executeHandshake(DiscoveryNode node, TcpChannel channel, ConnectionProfile profile, ActionListener<Version> listener)Constructors in org.elasticsearch.transport with parameters of type Version Constructor Description BytesTransportRequest(BytesReference bytes, Version version)HandshakeResponse(DiscoveryNode discoveryNode, ClusterName clusterName, Version version)TcpTransport(Settings settings, Version version, ThreadPool threadPool, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService)
-