Class LuceneWildcardExpressionHelper
java.lang.Object
org.hibernate.search.backend.lucene.types.predicate.parse.impl.LuceneWildcardExpressionHelper
Copied and adapted from
org.apache.lucene.queryparser.classic.QueryParserBase#analyzeWildcard
of Apache Lucene and Solr.
Allows to normalize a wildcard expression term.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.lucene.util.BytesRefanalyzeWildcard(org.apache.lucene.analysis.Analyzer analyzer, String field, String termStr)
-
Method Details
-
analyzeWildcard
-