Constant Field Values


Contents
org.apache.*

org.apache.lucene.search.spell.SpellChecker
public static final float DEFAULT_ACCURACY 0.5f
public static final String F_WORD "word"

org.apache.lucene.search.suggest.fst.FSTLookup
public static final String FILENAME "fst.dat"

org.apache.lucene.search.suggest.jaspell.JaspellLookup
public static final String FILENAME "jaspell.dat"

org.apache.lucene.search.suggest.jaspell.JaspellTernarySearchTrie.TSTNode
protected static final int EQKID 2
protected static final int HIKID 3
protected static final int LOKID 1
protected static final int PARENT 0

org.apache.lucene.search.suggest.tst.TSTLookup
public static final String FILENAME "tst.dat"



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.