Interface SnIndexerItemSource
- All Known Implementing Classes:
FlexibleSearchSnIndexerItemSource,PksSnIndexerItemSource,TypeSnIndexerItemSource
public interface SnIndexerItemSource
Implementors for this interface are responsible for collecting the items to be indexed/deleted.
-
Method Summary
Modifier and TypeMethodDescriptiongetPks(SnIndexerContext indexerContext) Returns the pks of the items to be indexed/deleted.
-
Method Details
-
getPks
Returns the pks of the items to be indexed/deleted.- Parameters:
indexerContext- - the indexer context- Returns:
- the pks of the items to be indexed/deleted.
- Throws:
SnIndexerException
-