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 Object
implements SnSearchProvider<T>
Base class for search providers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSearchProviderConfiguration(SnIndexConfiguration indexConfiguration) Returns the search provider configuration.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.searchservices.spi.service.SnSearchProvider
abortIndexerOperation, commit, completeIndexerOperation, createIndex, createIndexerOperation, deleteIndex, executeDocumentBatch, exportConfiguration, failIndexerOperation, search, suggest, updateIndexerOperationStatus
-
Constructor Details
-
AbstractSnSearchProvider
public AbstractSnSearchProvider()
-
-
Method Details
-
getSearchProviderConfiguration
Description copied from interface:SnSearchProviderReturns the search provider configuration.- Specified by:
getSearchProviderConfigurationin interfaceSnSearchProvider<T extends AbstractSnSearchProviderConfiguration>- Parameters:
indexConfiguration- - the index configuration- Returns:
- the search provider configuration
- Throws:
SnException- if an error occurs
-