mirror of https://github.com/apache/lucene.git
LUCENE-4617: willPackFST -> doPackFST
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1420955 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
63350f0a52
commit
b12059d2b1
|
@ -142,7 +142,7 @@ public class Builder<T> {
|
|||
* @param doPackFST Pass true to create a packed FST.
|
||||
*
|
||||
* @param acceptableOverheadRatio How to trade speed for space when building the FST. This option
|
||||
* is only relevant when willPackFST is true. @see PackedInts#getMutable(int, int, float)
|
||||
* is only relevant when doPackFST is true. @see PackedInts#getMutable(int, int, float)
|
||||
*/
|
||||
public Builder(FST.INPUT_TYPE inputType, int minSuffixCount1, int minSuffixCount2, boolean doShareSuffix,
|
||||
boolean doShareNonSingletonNodes, int shareMaxTailLength, Outputs<T> outputs,
|
||||
|
|
Loading…
Reference in New Issue