Github user lewismc commented on a diff in the pull request:
https://github.com/apache/nutch/pull/101#discussion_r58280048
--- Diff:
src/plugin/scoring-similarity/src/java/org/apache/nutch/scoring/similarity/util/LuceneTokenizer.java
---
@@ -88,6 +89,12 @@ public TokenStream getTokenStream() {
return tokenStream;
}
+ public LuceneTokenizer(String content, TokenizerType tokenizer,
StemFilterType stemFilterType, int ngram) {
--- End diff --
No Javadoc?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---