Uses of Class
org.apache.lucene.analysis.Analyzer.TokenStreamComponents
-
Packages that use Analyzer.TokenStreamComponents Package Description org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. -
-
Uses of Analyzer.TokenStreamComponents in org.apache.lucene.analysis
Methods in org.apache.lucene.analysis that return Analyzer.TokenStreamComponents Modifier and Type Method Description protected abstract Analyzer.TokenStreamComponentsAnalyzer. createComponents(String fieldName, Reader reader)Creates a newAnalyzer.TokenStreamComponentsinstance for this analyzer.protected Analyzer.TokenStreamComponentsAnalyzerWrapper. createComponents(String fieldName, Reader aReader)Analyzer.TokenStreamComponentsAnalyzer.GlobalReuseStrategy. getReusableComponents(Analyzer analyzer, String fieldName)Deprecated.Analyzer.TokenStreamComponentsAnalyzer.PerFieldReuseStrategy. getReusableComponents(Analyzer analyzer, String fieldName)Deprecated.abstract Analyzer.TokenStreamComponentsAnalyzer.ReuseStrategy. getReusableComponents(Analyzer analyzer, String fieldName)Gets the reusable TokenStreamComponents for the field with the given name.protected Analyzer.TokenStreamComponentsAnalyzerWrapper. wrapComponents(String fieldName, Analyzer.TokenStreamComponents components)Wraps / alters the given TokenStreamComponents, taken from the wrapped Analyzer, to form new components.Methods in org.apache.lucene.analysis with parameters of type Analyzer.TokenStreamComponents Modifier and Type Method Description voidAnalyzer.GlobalReuseStrategy. setReusableComponents(Analyzer analyzer, String fieldName, Analyzer.TokenStreamComponents components)Deprecated.voidAnalyzer.PerFieldReuseStrategy. setReusableComponents(Analyzer analyzer, String fieldName, Analyzer.TokenStreamComponents components)Deprecated.abstract voidAnalyzer.ReuseStrategy. setReusableComponents(Analyzer analyzer, String fieldName, Analyzer.TokenStreamComponents components)Stores the given TokenStreamComponents as the reusable components for the field with the give name.protected Analyzer.TokenStreamComponentsAnalyzerWrapper. wrapComponents(String fieldName, Analyzer.TokenStreamComponents components)Wraps / alters the given TokenStreamComponents, taken from the wrapped Analyzer, to form new components.
-