Class AbstractSnSearchProvider<T extends AbstractSnSearchProviderConfiguration>
- java.lang.Object
-
- de.hybris.platform.searchservices.spi.service.impl.AbstractSnSearchProvider<T>
-
- All Implemented Interfaces:
SnSearchProvider<T>
- Direct Known Subclasses:
CSSearchSnSearchProvider
public abstract class AbstractSnSearchProvider<T extends AbstractSnSearchProviderConfiguration> extends java.lang.Object implements SnSearchProvider<T>
Base class for search providers.
-
-
Constructor Summary
Constructors Constructor Description AbstractSnSearchProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetSearchProviderConfiguration(SnContext context)Returns the search provider configuration.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.searchservices.spi.service.SnSearchProvider
commit, createIndex, createIndexerOperation, deleteIndex, executeDocumentBatch, exportConfiguration, search, suggest, updateIndexerOperationStatus
-
-
-
-
Method Detail
-
getSearchProviderConfiguration
public T getSearchProviderConfiguration(SnContext context)
Description copied from interface:SnSearchProviderReturns the search provider configuration.- Specified by:
getSearchProviderConfigurationin interfaceSnSearchProvider<T extends AbstractSnSearchProviderConfiguration>- Returns:
- the search provider configuration
-
-