Liferay 6.2-ce-ga5

com.liferay.portal.kernel.search
Class QuerySuggestionHitsProcessor

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

public class QuerySuggestionHitsProcessor
extends Object
implements HitsProcessor


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

QuerySuggestionHitsProcessor

public QuerySuggestionHitsProcessor()
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