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.TokenStreamComponents
Analyzer. createComponents(String fieldName, Reader reader)
Creates a newAnalyzer.TokenStreamComponents
instance for this analyzer.protected Analyzer.TokenStreamComponents
AnalyzerWrapper. createComponents(String fieldName, Reader aReader)
Analyzer.TokenStreamComponents
Analyzer.GlobalReuseStrategy. getReusableComponents(Analyzer analyzer, String fieldName)
Deprecated.Analyzer.TokenStreamComponents
Analyzer.PerFieldReuseStrategy. getReusableComponents(Analyzer analyzer, String fieldName)
Deprecated.abstract Analyzer.TokenStreamComponents
Analyzer.ReuseStrategy. getReusableComponents(Analyzer analyzer, String fieldName)
Gets the reusable TokenStreamComponents for the field with the given name.protected Analyzer.TokenStreamComponents
AnalyzerWrapper. 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 void
Analyzer.GlobalReuseStrategy. setReusableComponents(Analyzer analyzer, String fieldName, Analyzer.TokenStreamComponents components)
Deprecated.void
Analyzer.PerFieldReuseStrategy. setReusableComponents(Analyzer analyzer, String fieldName, Analyzer.TokenStreamComponents components)
Deprecated.abstract void
Analyzer.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.TokenStreamComponents
AnalyzerWrapper. wrapComponents(String fieldName, Analyzer.TokenStreamComponents components)
Wraps / alters the given TokenStreamComponents, taken from the wrapped Analyzer, to form new components.
-