thanks! On Fri, Sep 21, 2012 at 11:26 AM, <[email protected]> wrote: > Author: jpountz > Date: Fri Sep 21 15:26:34 2012 > New Revision: 1388551 > > URL: http://svn.apache.org/viewvc?rev=1388551&view=rev > Log: > Fix javadoc typo (merged from 1388550). > > Modified: > > lucene/dev/branches/branch_4x/lucene/suggest/src/java/org/apache/lucene/search/spell/HighFrequencyDictionary.java > > Modified: > lucene/dev/branches/branch_4x/lucene/suggest/src/java/org/apache/lucene/search/spell/HighFrequencyDictionary.java > URL: > http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/suggest/src/java/org/apache/lucene/search/spell/HighFrequencyDictionary.java?rev=1388551&r1=1388550&r2=1388551&view=diff > ============================================================================== > --- > lucene/dev/branches/branch_4x/lucene/suggest/src/java/org/apache/lucene/search/spell/HighFrequencyDictionary.java > (original) > +++ > lucene/dev/branches/branch_4x/lucene/suggest/src/java/org/apache/lucene/search/spell/HighFrequencyDictionary.java > Fri Sep 21 15:26:34 2012 > @@ -46,7 +46,7 @@ public class HighFrequencyDictionary imp > * Creates a new Dictionary, pulling source terms from > * the specified <code>field</code> in the provided <code>reader</code>. > * <p> > - * Terms appearing in less than <code>thres</code> percentage of documents > + * Terms appearing in less than <code>thresh</code> percentage of documents > * will be excluded. > */ > public HighFrequencyDictionary(IndexReader reader, String field, float > thresh) { > >
-- lucidworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
