Interface LuceneIndexer

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

public interface LuceneIndexer extends BusinessProcessor
Interface for classes that create the Lucene index for advanced search functionality. When the application needs to create an instance that implements LuceneIndexer, BusinessObjectFactory finds the name of the Java class to instantiate from the "luceneIndexerImplementer" setting in the appComponents.properties file.

The default "luceneIndexerImplementer" is BasicLuceneIndexer.

Author:
Jason McWilliams, David Tobey