Backport to 3.x? Mike McCandless
http://blog.mikemccandless.com On Thu, Sep 15, 2011 at 8:13 AM, <[email protected]> wrote: > Author: dweiss > Date: Thu Sep 15 12:13:17 2011 > New Revision: 1171068 > > URL: http://svn.apache.org/viewvc?rev=1171068&view=rev > Log: > Typo. > > Modified: > > lucene/dev/trunk/modules/suggest/src/java/org/apache/lucene/search/suggest/fst/FSTLookup.java > > Modified: > lucene/dev/trunk/modules/suggest/src/java/org/apache/lucene/search/suggest/fst/FSTLookup.java > URL: > http://svn.apache.org/viewvc/lucene/dev/trunk/modules/suggest/src/java/org/apache/lucene/search/suggest/fst/FSTLookup.java?rev=1171068&r1=1171067&r2=1171068&view=diff > ============================================================================== > --- > lucene/dev/trunk/modules/suggest/src/java/org/apache/lucene/search/suggest/fst/FSTLookup.java > (original) > +++ > lucene/dev/trunk/modules/suggest/src/java/org/apache/lucene/search/suggest/fst/FSTLookup.java > Thu Sep 15 12:13:17 2011 > @@ -339,7 +339,7 @@ public class FSTLookup extends Lookup { > // so we will collect it too. > output.setLength(matchLength); > if (collect(res, num, weight, output, arc) && greedy) { > - // We have enough suggestion to return immediately. Keep on > looking for an > + // We have enough suggestions to return immediately. Keep on > looking for an > // exact match, if requested. > if (exactMatchFirst) { > Float exactMatchWeight = getExactMatchStartingFromRootArc(i, key); > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
