Interface LuceneSuggestionsIndexer
- All Superinterfaces:
BusinessObject
,BusinessProcessor
- All Known Implementing Classes:
BasicLuceneSuggestionsIndexer
Interface for classes that creates the Lucene index for Suggestions (auto-completion).
When the application needs to create an instance that implements
LuceneSuggestionsIndexer
,
BusinessObjectFactory
finds the name of the Java class to
instantiate from the "luceneSuggestionsIndexerImplementer" setting in the appComponents.properties
file.
The default "luceneSuggestionsIndexerImplementer" is
BasicLuceneSuggestionsIndexer
.
- Author:
- David Tobey
-
Method Summary
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessProcessor
getAppComponents, getAppSettings, getBusinessObjectFactory, getDaoFactory, getEventBus, getInjector, getSettings, getUser, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setEventBus, setInjector, setSettings, setUser, utils
-
Method Details
-
reindex
- Throws:
Exception
-