Liferay 6.2-ce-ga5

com.liferay.portal.kernel.search
Class QueryIndexingHitsProcessor

java.lang.Object
  extended by com.liferay.portal.kernel.search.QueryIndexingHitsProcessor
All Implemented Interfaces:
HitsProcessor

public class QueryIndexingHitsProcessor
extends Object
implements HitsProcessor


Constructor Summary
QueryIndexingHitsProcessor()
           
 
Method Summary
protected  void addDocument(long companyId, String keywords, Locale locale)
           
 boolean process(SearchContext searchContext, Hits hits)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryIndexingHitsProcessor

public QueryIndexingHitsProcessor()
Method Detail

process

public boolean process(SearchContext searchContext,
                       Hits hits)
                throws SearchException
Specified by:
process in interface HitsProcessor
Throws:
SearchException

addDocument

protected void addDocument(long companyId,
                           String keywords,
                           Locale locale)
                    throws SearchException
Throws:
SearchException

Liferay 6.2-ce-ga5