Interface LuceneSearcher

All Superinterfaces:
BusinessObject, BusinessProcessor
All Known Implementing Classes:
BasicLuceneSearcher, BasicLuceneSuggestionsSearcher

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