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 IndexingRequeststatic IndexingRequestdeleteRecursive(String documentId, String documentPath) booleanbooleanisDelete()booleanbooleanisUpsert()protected voidtoString()static IndexingRequeststatic IndexingRequestupsertWithSource(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
-