- 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
-
Method Summary
-
Methods inherited from class org.apache.lucene.analysis.Analyzer
close, getOffsetGap, getPositionIncrementGap, getReuseStrategy, getVersion, normalize, setVersion, tokenStream, tokenStream
Licenced under the Apache License, Version 2.0