Liferay 6.2-ce-ga5

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 TYPE_QUERY_SUGGESTION
           
static String TYPE_SPELL_CHECKER
           
 
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

TYPE_QUERY_SUGGESTION

public static final String TYPE_QUERY_SUGGESTION
See Also:
Constant Field Values

TYPE_SPELL_CHECKER

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

SuggestionConstants

public SuggestionConstants()

Liferay 6.2-ce-ga5