Weight
WildcardQuery
425426427428429430431
protected Query getWildcardQuery(String field, String termStr) throws ParseException { if (lowercaseWildcardTerms) { termStr = termStr.toLowerCase(); } return new WildcardQuery(field, null, translateWildcards(termStr)); }