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:
Robert Muir 2012-12-12 20:34:55 +00:00
parent 63350f0a52
commit b12059d2b1
1 changed files with 1 additions and 1 deletions

View File

@ -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,