Uses of Class
org.apache.lucene.analysis.Analyzer.ReuseStrategy

Packages that use Analyzer.ReuseStrategy
org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. 
 

Uses of Analyzer.ReuseStrategy in org.apache.lucene.analysis
 

Subclasses of Analyzer.ReuseStrategy in org.apache.lucene.analysis
static class Analyzer.GlobalReuseStrategy
          Implementation of Analyzer.ReuseStrategy that reuses the same components for every field.
static class Analyzer.PerFieldReuseStrategy
          Implementation of Analyzer.ReuseStrategy that reuses components per-field by maintaining a Map of TokenStreamComponent per field name.
 

Constructors in org.apache.lucene.analysis with parameters of type Analyzer.ReuseStrategy
Analyzer(Analyzer.ReuseStrategy reuseStrategy)
          Expert: create a new Analyzer with a custom Analyzer.ReuseStrategy.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.