Searched refs:pack (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/lucene/contrib/analyzers/kuromoji/src/tools/java/org/apache/lucene/analysis/ja/util/
H A DTokenInfoDictionaryBuilder.java164 final FST<Long> fst = fstBuilder.finish().pack(2, 100000);
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/fst/
H A DFST.java1435 public FST<T> pack(int minInCountDeref, int maxDerefNodes) throws IOException { method in class:FST
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/util/fst/
H A DTestFSTs.java525 final FST<T> packed = fst.pack(_TestUtil.nextInt(random, 1, 10), _TestUtil.nextInt(random, 0, 10000000));
1177 fst = fst.pack(_TestUtil.nextInt(random, 1, 10), _TestUtil.nextInt(random, 0, 10000000));
1322 fst = fst.pack(4, 100000000);
1431 } else if (args[idx].equals("-pack")) {

Completed in 491 milliseconds