java.lang.Object
org.apache.lucene.analysis.Analyzer
org.apache.jena.query.text.analyzer.ConfigurableAnalyzer
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class ConfigurableAnalyzer
extends org.apache.lucene.analysis.Analyzer
Lucene Analyzer implementation that can be configured with different
Tokenizer and (optionally) TokenFilter implementations.
-
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
Methods inherited from class org.apache.lucene.analysis.Analyzer
close, getOffsetGap, getPositionIncrementGap, getReuseStrategy, normalize, tokenStream, tokenStream
-
Constructor Details
-
ConfigurableAnalyzer
-
-
Method Details
-
defineFilter
-
defineTokenizer
-