Liferay 6.2-ce-ga5

com.liferay.portal.kernel.search
Class BaseIndexerPostProcessor

java.lang.Object
  extended by com.liferay.portal.kernel.search.BaseIndexerPostProcessor
All Implemented Interfaces:
IndexerPostProcessor

public class BaseIndexerPostProcessor
extends Object
implements IndexerPostProcessor


Constructor Summary
BaseIndexerPostProcessor()
           
 
Method Summary
 void postProcessContextQuery(BooleanQuery contextQuery, SearchContext searchContext)
           
 void postProcessDocument(Document document, Object obj)
           
 void postProcessFullQuery(BooleanQuery fullQuery, SearchContext searchContext)
           
 void postProcessSearchQuery(BooleanQuery searchQuery, SearchContext searchContext)
           
 void postProcessSummary(Summary summary, Document document, Locale locale, String snippet, PortletURL portletURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseIndexerPostProcessor

public BaseIndexerPostProcessor()
Method Detail

postProcessContextQuery

public void postProcessContextQuery(BooleanQuery contextQuery,
                                    SearchContext searchContext)
                             throws Exception
Specified by:
postProcessContextQuery in interface IndexerPostProcessor
Throws:
Exception

postProcessDocument

public void postProcessDocument(Document document,
                                Object obj)
                         throws Exception
Specified by:
postProcessDocument in interface IndexerPostProcessor
Throws:
Exception

postProcessFullQuery

public void postProcessFullQuery(BooleanQuery fullQuery,
                                 SearchContext searchContext)
                          throws Exception
Specified by:
postProcessFullQuery in interface IndexerPostProcessor
Throws:
Exception

postProcessSearchQuery

public void postProcessSearchQuery(BooleanQuery searchQuery,
                                   SearchContext searchContext)
                            throws Exception
Specified by:
postProcessSearchQuery in interface IndexerPostProcessor
Throws:
Exception

postProcessSummary

public void postProcessSummary(Summary summary,
                               Document document,
                               Locale locale,
                               String snippet,
                               PortletURL portletURL)
Specified by:
postProcessSummary in interface IndexerPostProcessor

Liferay 6.2-ce-ga5