Class Analyzer.GlobalReuseStrategy

java.lang.Object
org.apache.lucene.analysis.Analyzer.ReuseStrategy
org.apache.lucene.analysis.Analyzer.GlobalReuseStrategy
Enclosing class:
Analyzer

@Deprecated public static final class Analyzer.GlobalReuseStrategy extends Analyzer.ReuseStrategy
Deprecated.
This implementation class will be hidden in Lucene 5.0. Use Analyzer.GLOBAL_REUSE_STRATEGY instead!
Implementation of Analyzer.ReuseStrategy that reuses the same components for every field.