Package org.hibernate.search.util
Class AnalyzerUtils
- java.lang.Object
-
- org.hibernate.search.util.AnalyzerUtils
-
@Deprecated public final class AnalyzerUtils extends Object
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
Fields Modifier and Type Field Description static org.hibernate.search.util.logging.impl.LoglogDeprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static List<String>tokenizedTermValues(Analyzer analyzer, String field, String text)Deprecated.
-
-
-
Method Detail
-
tokenizedTermValues
public static List<String> tokenizedTermValues(Analyzer analyzer, String field, String text) throws IOException
Deprecated.- Throws:
IOException
-
-