Uses of Class
org.elasticsearch.index.VersionType
-
-
Uses of VersionType in org.elasticsearch.action
Methods in org.elasticsearch.action that return VersionType Modifier and Type Method Description VersionTypeDocWriteRequest. versionType()Get the document version type for this requestMethods in org.elasticsearch.action with parameters of type VersionType Modifier and Type Method Description TDocWriteRequest. versionType(VersionType versionType)Sets the versioning type. -
Uses of VersionType in org.elasticsearch.action.delete
Methods in org.elasticsearch.action.delete that return VersionType Modifier and Type Method Description VersionTypeDeleteRequest. versionType()Methods in org.elasticsearch.action.delete with parameters of type VersionType Modifier and Type Method Description DeleteRequestBuilderDeleteRequestBuilder. setVersionType(VersionType versionType)Sets the type of versioning to use.DeleteRequestDeleteRequest. versionType(VersionType versionType) -
Uses of VersionType in org.elasticsearch.action.get
Methods in org.elasticsearch.action.get that return VersionType Modifier and Type Method Description VersionTypeGetRequest. versionType()VersionTypeMultiGetRequest.Item. versionType()Methods in org.elasticsearch.action.get with parameters of type VersionType Modifier and Type Method Description GetRequestBuilderGetRequestBuilder. setVersionType(VersionType versionType)Sets the versioning type.GetRequestGetRequest. versionType(VersionType versionType)Sets the versioning type.MultiGetRequest.ItemMultiGetRequest.Item. versionType(VersionType versionType) -
Uses of VersionType in org.elasticsearch.action.index
Methods in org.elasticsearch.action.index that return VersionType Modifier and Type Method Description VersionTypeIndexRequest. versionType()Methods in org.elasticsearch.action.index with parameters of type VersionType Modifier and Type Method Description IndexRequestBuilderIndexRequestBuilder. setVersionType(VersionType versionType)Sets the versioning type.IndexRequestIndexRequest. versionType(VersionType versionType) -
Uses of VersionType in org.elasticsearch.action.termvectors
Methods in org.elasticsearch.action.termvectors that return VersionType Modifier and Type Method Description VersionTypeTermVectorsRequest. versionType()Methods in org.elasticsearch.action.termvectors with parameters of type VersionType Modifier and Type Method Description TermVectorsRequestBuilderTermVectorsRequestBuilder. setVersionType(VersionType versionType)TermVectorsRequestTermVectorsRequest. versionType(VersionType versionType) -
Uses of VersionType in org.elasticsearch.action.update
Methods in org.elasticsearch.action.update that return VersionType Modifier and Type Method Description VersionTypeUpdateRequest. versionType()Methods in org.elasticsearch.action.update with parameters of type VersionType Modifier and Type Method Description UpdateRequestBuilderUpdateRequestBuilder. setVersionType(VersionType versionType)Sets the versioning type.UpdateRequestUpdateRequest. versionType(VersionType versionType) -
Uses of VersionType in org.elasticsearch.index
Methods in org.elasticsearch.index that return VersionType Modifier and Type Method Description static VersionTypeVersionType. fromString(String versionType)static VersionTypeVersionType. fromString(String versionType, VersionType defaultVersionType)static VersionTypeVersionType. fromValue(byte value)static VersionTypeVersionType. readFromStream(StreamInput in)static VersionTypeVersionType. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionType[]VersionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.index with parameters of type VersionType Modifier and Type Method Description static VersionTypeVersionType. fromString(String versionType, VersionType defaultVersionType)static StringVersionType. toString(VersionType versionType) -
Uses of VersionType in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return VersionType Modifier and Type Method Description VersionTypeEngine.Get. versionType()VersionTypeEngine.NoOp. versionType()VersionTypeEngine.Operation. versionType()Methods in org.elasticsearch.index.engine with parameters of type VersionType Modifier and Type Method Description Engine.GetEngine.Get. versionType(VersionType versionType)Constructors in org.elasticsearch.index.engine with parameters of type VersionType Constructor Description Delete(String type, String id, Term uid, long seqNo, long primaryTerm, long version, VersionType versionType, Engine.Operation.Origin origin, long startTime, long ifSeqNo, long ifPrimaryTerm)Delete(Engine.Delete template, VersionType versionType)Index(Term uid, ParsedDocument doc, long seqNo, long primaryTerm, long version, VersionType versionType, Engine.Operation.Origin origin, long startTime, long autoGeneratedIdTimestamp, boolean isRetry, long ifSeqNo, long ifPrimaryTerm)Operation(Term uid, long seqNo, long primaryTerm, long version, VersionType versionType, Engine.Operation.Origin origin, long startTime) -
Uses of VersionType in org.elasticsearch.index.get
Methods in org.elasticsearch.index.get with parameters of type VersionType Modifier and Type Method Description GetResultShardGetService. get(String type, String id, String[] gFields, boolean realtime, long version, VersionType versionType, FetchSourceContext fetchSourceContext) -
Uses of VersionType in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return VersionType Modifier and Type Method Description VersionTypeMoreLikeThisQueryBuilder.Item. versionType()Methods in org.elasticsearch.index.query with parameters of type VersionType Modifier and Type Method Description MoreLikeThisQueryBuilder.ItemMoreLikeThisQueryBuilder.Item. versionType(VersionType versionType) -
Uses of VersionType in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex with parameters of type VersionType Modifier and Type Method Description ReindexRequestReindexRequest. setDestVersionType(VersionType versionType)Set the version type for the target index. -
Uses of VersionType in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type VersionType Modifier and Type Method Description Engine.DeleteResultIndexShard. applyDeleteOperationOnPrimary(long version, String type, String id, VersionType versionType, long ifSeqNo, long ifPrimaryTerm)Engine.IndexResultIndexShard. applyIndexOperationOnPrimary(long version, VersionType versionType, SourceToParse sourceToParse, long ifSeqNo, long ifPrimaryTerm, long autoGeneratedTimestamp, boolean isRetry)static Engine.IndexIndexShard. prepareIndex(DocumentMapperForType docMapper, SourceToParse source, long seqNo, long primaryTerm, long version, VersionType versionType, Engine.Operation.Origin origin, long autoGeneratedIdTimestamp, boolean isRetry, long ifSeqNo, long ifPrimaryTerm) -
Uses of VersionType in org.elasticsearch.ingest
Constructors in org.elasticsearch.ingest with parameters of type VersionType Constructor Description IngestDocument(String index, String type, String id, String routing, Long version, VersionType versionType, Map<String,Object> source)
-