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.pattern |
Set of components for pattern-based (regex) analysis.
|
org.apache.lucene.analysis.util |
Utility functions for text analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
HTMLStripCharFilterFactory
Factory for
HTMLStripCharFilter . |
class |
MappingCharFilterFactory
Factory for
MappingCharFilter . |
Modifier and Type | Method and Description |
---|---|
List<CharFilterFactory> |
CustomAnalyzer.getCharFilterFactories()
Returns the list of char filters that are used in this analyzer.
|
Modifier and Type | Class and Description |
---|---|
class |
PersianCharFilterFactory
Factory for
PersianCharFilter . |
Modifier and Type | Class and Description |
---|---|
class |
PatternReplaceCharFilterFactory
Factory for
PatternReplaceCharFilter . |
Modifier and Type | Method and Description |
---|---|
static CharFilterFactory |
CharFilterFactory.forName(String name,
Map<String,String> args)
looks up a charfilter by name from context classpath
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends CharFilterFactory> |
CharFilterFactory.lookupClass(String name)
looks up a charfilter class by name from context classpath
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.