Package org.apache.maven.index.context
Class NexusLegacyAnalyzer
java.lang.Object
org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.AnalyzerWrapper
org.apache.maven.index.context.NexusLegacyAnalyzer
- All Implemented Interfaces:
- Closeable,- AutoCloseable
public final class NexusLegacyAnalyzer
extends org.apache.lucene.analysis.AnalyzerWrapper
A Nexus specific Lucene Analyzer used
 to produce legacy index transfer format
- Author:
- Jason van Zyl
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.lucene.analysis.Analyzerorg.apache.lucene.analysis.Analyzer.ReuseStrategy, org.apache.lucene.analysis.Analyzer.TokenStreamComponents
- 
Field SummaryFields inherited from class org.apache.lucene.analysis.AnalyzerGLOBAL_REUSE_STRATEGY, PER_FIELD_REUSE_STRATEGY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.apache.lucene.analysis.AnalyzergetWrappedAnalyzer(String fieldName) protected booleanisTextField(String field) Methods inherited from class org.apache.lucene.analysis.AnalyzerWrapperattributeFactory, createComponents, getOffsetGap, getPositionIncrementGap, initReader, initReaderForNormalization, normalize, wrapComponents, wrapReader, wrapReaderForNormalization, wrapTokenStreamForNormalizationMethods inherited from class org.apache.lucene.analysis.Analyzerclose, getReuseStrategy, normalize, tokenStream, tokenStream
- 
Constructor Details- 
NexusLegacyAnalyzerpublic NexusLegacyAnalyzer()
 
- 
- 
Method Details- 
getWrappedAnalyzer- Specified by:
- getWrappedAnalyzerin class- org.apache.lucene.analysis.AnalyzerWrapper
 
- 
isTextField
 
-