Liferay 6.2-ce-ga5

com.liferay.portal.search.lucene
Class SpellCheckerUtil

java.lang.Object
  extended by com.liferay.portal.search.lucene.SpellCheckerUtil

public class SpellCheckerUtil
extends Object


Constructor Summary
SpellCheckerUtil()
           
 
Method Summary
static boolean isValidWord(String localizedFieldName, String word, List<org.apache.lucene.index.IndexReader> indexReaders)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpellCheckerUtil

public SpellCheckerUtil()
Method Detail

isValidWord

public static boolean isValidWord(String localizedFieldName,
                                  String word,
                                  List<org.apache.lucene.index.IndexReader> indexReaders)
                           throws IOException
Throws:
IOException

Liferay 6.2-ce-ga5