Package org.apache.solr.schema
Class FieldType.DefaultAnalyzer
java.lang.Object
org.apache.lucene.analysis.Analyzer
org.apache.solr.analysis.SolrAnalyzer
org.apache.solr.schema.FieldType.DefaultAnalyzer
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
FieldType
Default analyzer for types that only produce 1 verbatim token... A maximum size of chars to be
read must be specified
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.Analyzer.ReuseStrategy, org.apache.lucene.analysis.Analyzer.TokenStreamComponents -
Field Summary
Fields inherited from class org.apache.lucene.analysis.Analyzer
GLOBAL_REUSE_STRATEGY, PER_FIELD_REUSE_STRATEGY -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.analysis.Analyzer.TokenStreamComponentscreateComponents(String fieldName) Methods inherited from class org.apache.solr.analysis.SolrAnalyzer
getPositionIncrementGap, initReader, setPositionIncrementGapMethods inherited from class org.apache.lucene.analysis.Analyzer
attributeFactory, close, getOffsetGap, getReuseStrategy, initReaderForNormalization, normalize, normalize, tokenStream, tokenStream
-
Method Details
-
createComponents
- Specified by:
createComponentsin classorg.apache.lucene.analysis.Analyzer
-