Package com.norconex.committer.core
Interface CommitterRequest
- All Known Implementing Classes:
DeleteRequest,UpsertRequest
public interface CommitterRequest
A document (or record, entry, entity, etc.) to be committed.
-
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
-