Interface LuceneSuggestionsSearcher

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

public interface LuceneSuggestionsSearcher extends BusinessProcessor
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