Liferay 7.0-ce-b4

com.liferay.portal.kernel.search.suggest
Class CollatorUtil

java.lang.Object
  extended by com.liferay.portal.kernel.search.suggest.CollatorUtil

public class CollatorUtil
extends Object


Constructor Summary
CollatorUtil()
           
 
Method Summary
static String collate(Map<String,List<String>> suggestions, List<String> keywords)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollatorUtil

public CollatorUtil()
Method Detail

collate

public static String collate(Map<String,List<String>> suggestions,
                             List<String> keywords)
                      throws SearchException
Throws:
SearchException

Liferay 7.0-ce-b4