Class LuceneWildcardExpressionHelper
- java.lang.Object
-
- org.hibernate.search.backend.lucene.types.predicate.parse.impl.LuceneWildcardExpressionHelper
-
public class LuceneWildcardExpressionHelper extends Object
Copied and adapted fromorg.apache.lucene.queryparser.classic.QueryParserBase#analyzeWildcardof Apache Lucene and Solr.Allows to normalize a wildcard expression term.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.lucene.util.BytesRefanalyzeWildcard(org.apache.lucene.analysis.Analyzer analyzer, String field, String termStr)
-