Package org.nuxeo.ecm.core.search
Class IndexingRequest
java.lang.Object
org.nuxeo.ecm.core.search.IndexingRequest
- All Implemented Interfaces:
Serializable
- Since:
- 2025.0
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexingRequest
static IndexingRequest
deleteRecursive
(String documentId, String documentPath) boolean
boolean
isDelete()
boolean
boolean
isUpsert()
protected void
toString()
static IndexingRequest
static IndexingRequest
upsertWithSource
(String documentId, String source)
-
Field Details
-
delete
protected final boolean delete -
recurse
protected final boolean recurse -
documentId
-
documentPath
-
source
-
-
Method Details
-
upsert
-
upsertWithSource
-
delete
-
deleteRecursive
-
isDelete
public boolean isDelete() -
isDeleteRecursive
public boolean isDeleteRecursive() -
isUpsert
public boolean isUpsert() -
getDocumentId
-
getDocumentPath
-
setSource
-
hasSource
public boolean hasSource() -
getSource
-
toString
-