Uses of Class
org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
Packages that use UpdateQuery.Builder
-
Uses of UpdateQuery.Builder in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return UpdateQuery.BuilderModifier and TypeMethodDescriptionstatic UpdateQuery.Builderstatic UpdateQuery.BuilderUpdateQuery.Builder.withAbortOnVersionConflict(Boolean abortOnVersionConflict) UpdateQuery.Builder.withBatchSize(Integer batchSize) UpdateQuery.Builder.withDocAsUpsert(Boolean docAsUpsert) UpdateQuery.Builder.withDocument(Document document) UpdateQuery.Builder.withFetchSource(Boolean fetchSource) UpdateQuery.Builder.withFetchSourceExcludes(List<String> fetchSourceExcludes) UpdateQuery.Builder.withFetchSourceIncludes(List<String> fetchSourceIncludes) UpdateQuery.Builder.withIfPrimaryTerm(Integer ifPrimaryTerm) UpdateQuery.Builder.withIfSeqNo(Integer ifSeqNo) UpdateQuery.Builder.withMaxDocs(Integer maxDocs) UpdateQuery.Builder.withMaxRetries(Integer maxRetries) UpdateQuery.Builder.withParams(Map<String, Object> params) UpdateQuery.Builder.withPipeline(String pipeline) UpdateQuery.Builder.withRefreshPolicy(RefreshPolicy refreshPolicy) UpdateQuery.Builder.withRequestsPerSecond(Float requestsPerSecond) UpdateQuery.Builder.withRetryOnConflict(Integer retryOnConflict) UpdateQuery.Builder.withRouting(String routing) UpdateQuery.Builder.withScript(String script) UpdateQuery.Builder.withScriptedUpsert(Boolean scriptedUpsert) UpdateQuery.Builder.withScriptName(String scriptName) UpdateQuery.Builder.withScriptType(ScriptType scriptType) UpdateQuery.Builder.withShouldStoreResult(Boolean shouldStoreResult) UpdateQuery.Builder.withSlices(Integer slices) UpdateQuery.Builder.withTimeout(String timeout) UpdateQuery.Builder.withUpsert(Document upsert) UpdateQuery.Builder.withWaitForActiveShards(String waitForActiveShards)