Module spring.data.elasticsearch
Class UpdateQuery.Builder
java.lang.Object
org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
- Enclosing class:
- UpdateQuery
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withAbortOnVersionConflict(Boolean abortOnVersionConflict) withBatchSize(Integer batchSize) withDocAsUpsert(Boolean docAsUpsert) withDocument(Document document) withFetchSource(Boolean fetchSource) withFetchSourceExcludes(List<String> fetchSourceExcludes) withFetchSourceIncludes(List<String> fetchSourceIncludes) withIfPrimaryTerm(Integer ifPrimaryTerm) withIfSeqNo(Integer ifSeqNo) withMaxDocs(Integer maxDocs) withMaxRetries(Integer maxRetries) withParams(Map<String, Object> params) withPipeline(String pipeline) withRefreshPolicy(RefreshPolicy refreshPolicy) withRequestsPerSecond(Float requestsPerSecond) withRetryOnConflict(Integer retryOnConflict) withRouting(String routing) withScript(String script) withScriptedUpsert(Boolean scriptedUpsert) withScriptName(String scriptName) withScriptType(ScriptType scriptType) withShouldStoreResult(Boolean shouldStoreResult) withSlices(Integer slices) withTimeout(String timeout) withUpsert(Document upsert) withWaitForActiveShards(String waitForActiveShards)
-
Method Details
-
withScript
-
withParams
-
withDocument
-
withUpsert
-
withLang
-
withRouting
-
withScriptedUpsert
-
withDocAsUpsert
-
withFetchSource
-
withIfSeqNo
-
withIfPrimaryTerm
-
withRefreshPolicy
-
withRetryOnConflict
-
withTimeout
-
withWaitForActiveShards
-
withFetchSourceIncludes
-
withFetchSourceExcludes
-
withAbortOnVersionConflict
-
withBatchSize
-
withMaxDocs
-
withMaxRetries
-
withPipeline
-
withRequestsPerSecond
-
withShouldStoreResult
-
withSlices
-
withScriptType
-
withScriptName
-
build
-
withIndex
-