Erich Siffert
Results
1
comments of
Erich Siffert
Hi it seems the constructor of WhitespaceTokenizer changed in Lucene 5.x http://lucene.apache.org/core/5_2_1/analyzers-common/org/apache/lucene/analysis/core/WhitespaceTokenizer.html So the code in question is most probably this one: AutoPhrasingQParserPlugin.java: ... WhitespaceTokenizer wt = new WhitespaceTokenizer( new...