Liferay 6.2-ce-ga5

com.liferay.util.lucene
Class KeywordsUtil

java.lang.Object
  extended by com.liferay.util.lucene.KeywordsUtil

public class KeywordsUtil
extends Object


Field Summary
static String[] SPECIAL
           
 
Constructor Summary
KeywordsUtil()
           
 
Method Summary
static String escape(String text)
           
static String toFuzzy(String keywords)
           
static String toWildcard(String keywords)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPECIAL

public static final String[] SPECIAL
Constructor Detail

KeywordsUtil

public KeywordsUtil()
Method Detail

escape

public static String escape(String text)

toFuzzy

public static String toFuzzy(String keywords)

toWildcard

public static String toWildcard(String keywords)

Liferay 6.2-ce-ga5