Class ByQueryResponse.ByQueryResponseBuilder
java.lang.Object
org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
- Enclosing class:
- ByQueryResponse
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBatches(int batches) withBulkRetries(long bulkRetries) withDeleted(long deleted) withFailures(List<ByQueryResponse.Failure> failures) withNoops(long noops) withReasonCancelled(String reasonCancelled) withSearchFailure(List<ByQueryResponse.SearchFailure> searchFailures) withSearchRetries(long searchRetries) withTimedOut(boolean timedOut) withTook(long took) withTotal(long total) withUpdated(long updated) withVersionConflicts(long versionConflicts)
-
Method Details
-
withTook
-
withTimedOut
-
withTotal
-
withUpdated
-
withDeleted
-
withBatches
-
withVersionConflicts
-
withNoops
-
withBulkRetries
-
withSearchRetries
-
withReasonCancelled
-
withFailures
-
withSearchFailure
public ByQueryResponse.ByQueryResponseBuilder withSearchFailure(List<ByQueryResponse.SearchFailure> searchFailures) -
build
-