Liferay 6.2.0-ce-m4

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)
           
 void setMaxSuggestions(int maxSuggestions)
           
 
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

setMaxSuggestions

public void setMaxSuggestions(int maxSuggestions)

Liferay 6.2.0-ce-m4