Package org.hibernate.search.util
Class AnalyzerUtils
java.lang.Object
org.hibernate.search.util.AnalyzerUtils
Deprecated.
Will be removed without replacement.
Helper class to hide boilerplate code when using Lucene Analyzers.
Taken and modified from Lucene in Action.
- Author:
- Hardy Ferentschik
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.hibernate.search.util.logging.impl.LogDeprecated. -
Method Summary
-
Field Details
-
log
public static final org.hibernate.search.util.logging.impl.Log logDeprecated.
-
-
Method Details
-
tokenizedTermValues
public static List<String> tokenizedTermValues(Analyzer analyzer, String field, String text) throws IOException Deprecated.- Throws:
IOException
-