com.softslate.commerce.businessobjects.product
Interface LuceneSearcher
- All Superinterfaces:
- BusinessObject, BusinessProcessor
- All Known Implementing Classes:
- BasicLuceneSearcher
public interface LuceneSearcher
- extends BusinessProcessor
Interface for classes that search on the Lucene index for advanced search
functionality.
When the application needs to create an instance that implements
LuceneSearcher,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"luceneSearcherImplementer" setting in the
appComponents.properties file.
The default "luceneSearcherImplementer" is
BasicLuceneSearcher.
- Author:
- Jason McWilliams
| Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessProcessor |
getAppComponents, getAppSettings, getBusinessObjectFactory, getDaoFactory, getSettings, getUser, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setSettings, setUser, utils |
getSearchList
SearchList getSearchList(SearchList searchList)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © SoftSlate, LLC 20032010