Uses of Interface
org.hibernate.search.engine.backend.analysis.AnalysisToken
Packages that use AnalysisToken
-
Uses of AnalysisToken in org.hibernate.search.engine.backend.index
Methods in org.hibernate.search.engine.backend.index that return AnalysisTokenModifier and TypeMethodDescriptionApplies the normalizer to a given string to produce a normalized token.Methods in org.hibernate.search.engine.backend.index that return types with arguments of type AnalysisTokenModifier and TypeMethodDescriptionList<? extends AnalysisToken> Applies the analyzer to a given string to produce a list of tokens.CompletionStage<List<? extends AnalysisToken>> IndexManager.analyzeAsync(String analyzerName, String terms, OperationSubmitter operationSubmitter) Applies the analyzer to a given string to produce a list of tokens in an async manner.IndexManager.normalizeAsync(String normalizerName, String terms, OperationSubmitter operationSubmitter) Applies the normalizer to a given string to produce a normalized token in an async manner.