Package org.nuxeo.ecm.core.search
Class BulkIndexingRequest
java.lang.Object
org.nuxeo.ecm.core.search.BulkIndexingRequest
- All Implemented Interfaces:
Serializable
- Since:
- 2025.0
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SearchIndex
protected final boolean
protected final List
<IndexingRequest> protected final long
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BulkIndexingRequest
(SearchIndex index, BulkIndexingRequest.Builder builder) -
Method Summary
Modifier and TypeMethodDescriptionstatic BulkIndexingRequest.Builder
buildRequest
(boolean refresh) long
boolean
isEmpty()
boolean
int
size()
int
toString()
-
Field Details
-
index
-
refresh
protected final boolean refresh -
version
protected final long version -
requests
-
-
Constructor Details
-
BulkIndexingRequest
-
-
Method Details