mirror of https://github.com/apache/lucene.git
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@739441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cb55b1671b
commit
e7edb24bc0
|
@ -52,7 +52,7 @@ import org.apache.lucene.search.ExtendedFieldCache;
|
|||
public final class TrieUtils {
|
||||
|
||||
/** Instance of TrieUtils using a trie factor of 8 bit.
|
||||
* This is the <b>recommended<b> one (rather fast and storage optimized) */
|
||||
* This is the <b>recommended</b> one (rather fast and storage optimized) */
|
||||
public static final TrieUtils VARIANT_8BIT=new TrieUtils(8);
|
||||
|
||||
/** Instance of TrieUtils using a trie factor of 4 bit. */
|
||||
|
|
Loading…
Reference in New Issue