Interface SnIndexContext
- All Superinterfaces:
SnContext
- All Known Subinterfaces:
SnIndexerBatchContext,SnIndexerContext,SnSearchContext,SnSuggestContext
- All Known Implementing Classes:
DefaultSnIndexContext,DefaultSnIndexerBatchContext,DefaultSnIndexerContext,DefaultSnSearchContext,DefaultSnSuggestContext
Represents an index context.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the index id.voidsetIndexId(String indexId) Sets the index id.Methods inherited from interface de.hybris.platform.searchservices.core.service.SnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiers
-
Method Details
-
getIndexId
String getIndexId()Returns the index id.- Returns:
- the index id
-
setIndexId
Sets the index id.- Parameters:
indexId- - the index id
-