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 classstatic final record -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<BulkIndexingResponse.IndexingFailure> protected final SearchIndex -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic BulkIndexingResponse.BuilderbuildResponse(SearchIndex index) Returns the list of indexing failures.Returns the SearchIndex used to perform the query.booleanReturnstrueif there is one or more indexing failure.toString()
-
Field Details
-
index
-
failures
-
-
Constructor Details
-
BulkIndexingResponse
-
-
Method Details