com.softslate.commerce.businessobjects.product
Interface LuceneProcessor

All Superinterfaces:
BusinessObject
All Known Implementing Classes:
BasicLuceneProcessor

public interface LuceneProcessor
extends BusinessObject

Interface for lucene IR When the application needs to create an instance that implements LuceneProcessor, BusinessObjectFactory finds the name of the Java class to instantiate from the "luceneProcessorImplementer" setting in the appComponents.properties file.

The default "luceneProcessorImplementer" is BasicLuceneProcessor.

Author:
Jason McWilliams

Method Summary
 SearchList getSearchList(SearchList searchList)
           
 java.util.Map reindex(java.util.Map parameters)
           
 
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
 

Method Detail

reindex

java.util.Map reindex(java.util.Map parameters)
                      throws java.lang.Exception
Throws:
java.lang.Exception

getSearchList

SearchList getSearchList(SearchList searchList)
                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright ? SoftSlate, LLC 2003?2005