Interface LuceneSuggestionsIndexer

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

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