Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: yogev mets <[email protected]>
  • Loading branch information
yyyogev committed Jul 24, 2022
1 parent 036029a commit 64e6098
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,6 @@ private Query getWildcardQuerySingle(String field, String termStr) throws ParseE
throw new ParseException("'*' or '?' not allowed as first character in WildcardQuery");
}
return super.getWildcardQuery(indexedNameField, termStr);
// return currentFieldType.wildcardQuery(termStr, getMultiTermRewriteMethod(), context);
} catch (RuntimeException e) {
if (lenient) {
return newLenientFieldQuery(field, e);
Expand Down

0 comments on commit 64e6098

Please sign in to comment.