Package com.norconex.committer.core3
Interface ICommitterRequest
- All Known Implementing Classes:
DeleteRequest,UpsertRequest
public interface ICommitterRequest
A document (or record, entry, entity, etc.) to be committed.
- Since:
- 3.0.0
- Author:
- Pascal Essiembre
-
Method Summary
Modifier and TypeMethodDescriptionGets the metadata.Gets the document reference.
-
Method Details
-
getReference
String getReference()Gets the document reference.- Returns:
- document reference
-
getMetadata
Properties getMetadata()Gets the metadata.- Returns:
- metadata
-