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.FSTCompletion
public static final int DEFAULT_BUCKETS 10

org.apache.lucene.search.suggest.fst.FSTCompletionBuilder
public static final int DEFAULT_BUCKETS 10

org.apache.lucene.search.suggest.fst.Sort
public static final long ABSOLUTE_MIN_SORT_BUFFER_SIZE 524288L
public static final long GB 1073741824L
public static final int MAX_TEMPFILES 128
public static final long MB 1048576L
public static final long MIN_BUFFER_SIZE_MB 32L

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



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