Package org.nuxeo.ecm.core.search
Class BulkIndexingResponse
java.lang.Object
org.nuxeo.ecm.core.search.BulkIndexingResponse
- All Implemented Interfaces:
Serializable
- Since:
- 2025.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static final record
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List
<BulkIndexingResponse.IndexingFailure> protected final SearchIndex
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic BulkIndexingResponse.Builder
buildResponse
(SearchIndex index) Returns the list of indexing failures.Returns the SearchIndex used to perform the query.boolean
Returnstrue
if there is one or more indexing failure.toString()
-
Field Details
-
index
-
failures
-
-
Constructor Details
-
BulkIndexingResponse
-
-
Method Details