Interface LuceneSuggestionsSearcher
- All Superinterfaces:
BusinessObject,BusinessProcessor
- All Known Implementing Classes:
BasicLuceneSuggestionsSearcher
Interface for classes that search on the Lucene Suggestions Index for suggestions to help users search.
When the application needs to create an instance that implements
LuceneSuggestionsSearcher,
BusinessObjectFactory finds the name of the Java class to
instantiate from the "luceneSuggestionsSearcherImplementer" setting in the appComponents.properties
file.
The default "luceneSuggestionsSearcherImplementer" is
BasicLuceneSuggestionsSearcher.
- Author:
- David Tobey
-
Method Summary
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initializeMethods 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
-
searchSuggestions
- Throws:
Exception
-