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