Package | Description |
---|---|
org.apache.lucene.analysis.charfilter |
Normalization of text before the tokenizer.
|
org.apache.lucene.analysis.custom |
A general-purpose Analyzer that can be created with a builder-style API.
|
org.apache.lucene.analysis.fa |
Analyzer for Persian.
|
org.apache.lucene.analysis.icu |
Analysis components based on ICU
|
org.apache.lucene.analysis.ja |
Analyzer for Japanese.
|
org.apache.lucene.analysis.pattern |
Set of components for pattern-based (regex) analysis.
|
org.apache.lucene.analysis.util |
Utility functions for text analysis.
|
org.apache.lucene.benchmark.byTask.utils |
Utilities used for the benchmark, and for the reports.
|
Modifier and Type | Class and Description |
---|---|
class |
HTMLStripCharFilterFactory
Factory for
HTMLStripCharFilter . |
class |
MappingCharFilterFactory
Factory for
MappingCharFilter . |
Modifier and Type | Method and Description |
---|---|
java.util.List<CharFilterFactory> |
CustomAnalyzer.getCharFilterFactories()
Returns the list of char filters that are used in this analyzer.
|
Modifier and Type | Method and Description |
---|---|
CustomAnalyzer.Builder |
CustomAnalyzer.Builder.addCharFilter(java.lang.Class<? extends CharFilterFactory> factory,
java.util.Map<java.lang.String,java.lang.String> params)
Adds the given char filter.
|
CustomAnalyzer.Builder |
CustomAnalyzer.Builder.addCharFilter(java.lang.Class<? extends CharFilterFactory> factory,
java.lang.String... params)
Adds the given char filter.
|
Modifier and Type | Class and Description |
---|---|
class |
PersianCharFilterFactory
Factory for
PersianCharFilter . |
Modifier and Type | Class and Description |
---|---|
class |
ICUNormalizer2CharFilterFactory
Factory for
ICUNormalizer2CharFilter |
Modifier and Type | Class and Description |
---|---|
class |
JapaneseIterationMarkCharFilterFactory
Factory for
JapaneseIterationMarkCharFilter . |
Modifier and Type | Class and Description |
---|---|
class |
PatternReplaceCharFilterFactory
Factory for
PatternReplaceCharFilter . |
Modifier and Type | Method and Description |
---|---|
static CharFilterFactory |
CharFilterFactory.forName(java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> args)
looks up a charfilter by name from context classpath
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends CharFilterFactory> |
CharFilterFactory.lookupClass(java.lang.String name)
looks up a charfilter class by name from context classpath
|
Constructor and Description |
---|
AnalyzerFactory(java.util.List<CharFilterFactory> charFilterFactories,
TokenizerFactory tokenizerFactory,
java.util.List<TokenFilterFactory> tokenFilterFactories) |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.