Interface SnIndexerItemSourceOperation
- All Known Implementing Classes:
DefaultSnIndexerItemSourceOperation
public interface SnIndexerItemSourceOperation
Defines the operation to be applied on an indexer item source.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the document operation type.Returns the optional set of field Ids for partial updates.Returns the indexer item source.
-
Method Details
-
getDocumentOperationType
SnDocumentOperationType getDocumentOperationType()Returns the document operation type.- Returns:
- the document operation type.
-
getIndexerItemSource
SnIndexerItemSource getIndexerItemSource()Returns the indexer item source.- Returns:
- the the indexer item source.
-
getFieldIds
Returns the optional set of field Ids for partial updates.- Returns:
- optional set of fields, or empty list
-