Liferay 6.2.0-ce-b3

com.liferay.portal.kernel.search
Class SuggestionConstants

java.lang.Object
  extended by com.liferay.portal.kernel.search.SuggestionConstants

public class SuggestionConstants
extends Object


Field Summary
static String QUERY_SUGGESTION_TYPE
           
static String SPELL_CHECKER_TYPE
           
 
Constructor Summary
SuggestionConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY_SUGGESTION_TYPE

public static final String QUERY_SUGGESTION_TYPE
See Also:
Constant Field Values

SPELL_CHECKER_TYPE

public static final String SPELL_CHECKER_TYPE
See Also:
Constant Field Values
Constructor Detail

SuggestionConstants

public SuggestionConstants()

Liferay 6.2.0-ce-b3