Thanks Jack, I committed the fix! Mike McCandless
http://blog.mikemccandless.com On Wed, Jan 9, 2013 at 12:22 PM, Jack Krupansky <[email protected]> wrote: > There’s a bug/typo in the following Lucene Javadoc: > > FuzzyQuery > > public FuzzyQuery(Term term, > int maxEdits, > int prefixLength) > > Calls FuzzyQuery(term, minimumSimilarity, prefixLength, > defaultMaxExpansions, defaultTranspositions). > > The reference to “minimumSimilarity” should be “maxEdits”. > > -- Jack Krupansky --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
