Interface SnIndexContext
-
- All Superinterfaces:
SnContext
- All Known Subinterfaces:
SnIndexerContext,SnSearchContext,SnSuggestContext
- All Known Implementing Classes:
DefaultSnIndexContext,DefaultSnIndexerContext,DefaultSnSearchContext,DefaultSnSuggestContext
public interface SnIndexContext extends SnContext
Represents an index context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIndexId()Returns the index id.voidsetIndexId(java.lang.String indexId)Sets the index id.-
Methods inherited from interface de.hybris.platform.searchservices.core.service.SnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiers
-
-