mirror of https://github.com/apache/lucene.git
Fix javadoc typo.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1388550 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d4aace1038
commit
d3a8de1e98
|
@ -46,7 +46,7 @@ public class HighFrequencyDictionary implements Dictionary {
|
||||||
* Creates a new Dictionary, pulling source terms from
|
* Creates a new Dictionary, pulling source terms from
|
||||||
* the specified <code>field</code> in the provided <code>reader</code>.
|
* the specified <code>field</code> in the provided <code>reader</code>.
|
||||||
* <p>
|
* <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.
|
* will be excluded.
|
||||||
*/
|
*/
|
||||||
public HighFrequencyDictionary(IndexReader reader, String field, float thresh) {
|
public HighFrequencyDictionary(IndexReader reader, String field, float thresh) {
|
||||||
|
|
Loading…
Reference in New Issue