Liferay 6.2-ce-ga5

com.liferay.portal.kernel.search
Class AlternateKeywordQueryHitsProcessor

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

public class AlternateKeywordQueryHitsProcessor
extends Object
implements HitsProcessor


Constructor Summary
AlternateKeywordQueryHitsProcessor()
           
 
Method Summary
 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

AlternateKeywordQueryHitsProcessor

public AlternateKeywordQueryHitsProcessor()
Method Detail

process

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

Liferay 6.2-ce-ga5