Interface SnIndexerItemSource
-
- All Known Implementing Classes:
FlexibleSearchSnIndexerItemSource,PksSnIndexerItemSource,TypeSnIndexerItemSource
public interface SnIndexerItemSourceImplementors for this interface are responsible for collecting the items to be indexed/deleted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PK>getPks(SnIndexerContext indexerContext)Returns the pks of the items to be indexed/deleted.
-
-
-
Method Detail
-
getPks
java.util.List<PK> getPks(SnIndexerContext indexerContext) throws SnIndexerException
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
-
-