Liferay 6.2.0-ce-m4

com.liferay.portal.kernel.search
Class BaseIndexWriter

java.lang.Object
  extended by com.liferay.portal.kernel.search.BaseIndexWriter
All Implemented Interfaces:
IndexWriter, SpellCheckIndexWriter
Direct Known Subclasses:
LuceneIndexWriter

public abstract class BaseIndexWriter
extends Object
implements IndexWriter, SpellCheckIndexWriter


Constructor Summary
BaseIndexWriter()
           
 
Method Summary
 void indexDictionaries(SearchContext searchContext)
           
 void indexDictionary(SearchContext searchContext)
           
 void setSpellCheckIndexWriter(SpellCheckIndexWriter spellCheckIndexWriter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.search.IndexWriter
addDocument, addDocuments, deleteDocument, deleteDocuments, deletePortletDocuments, updateDocument, updateDocuments
 

Constructor Detail

BaseIndexWriter

public BaseIndexWriter()
Method Detail

indexDictionaries

public void indexDictionaries(SearchContext searchContext)
                       throws SearchException
Specified by:
indexDictionaries in interface SpellCheckIndexWriter
Throws:
SearchException

indexDictionary

public void indexDictionary(SearchContext searchContext)
                     throws SearchException
Specified by:
indexDictionary in interface SpellCheckIndexWriter
Throws:
SearchException

setSpellCheckIndexWriter

public void setSpellCheckIndexWriter(SpellCheckIndexWriter spellCheckIndexWriter)

Liferay 6.2.0-ce-m4