| Package | Description |
|---|---|
| org.apache.solr.analysis | |
| org.apache.solr.schema | |
| org.apache.solr.search |
| Class and Description |
|---|
| BaseCharFilterFactory |
| BaseTokenFilterFactory
Simple abstract implementation that handles init arg processing.
|
| BaseTokenizerFactory
Simple abstract implementation that handles init arg processing.
|
| BaseTokenStreamFactory
Simple abstract implementation that handles init arg processing, is not really
a factory as it implements no interface, but removes code duplication
in its subclasses.
|
| CapitalizationFilter
This relies on the Factory so that the difficult stuff does not need to be
re-initialized each time the filter runs.
|
| CapitalizationFilterFactory
A filter to apply normal capitalization rules to Tokens.
|
| CharFilterFactory |
| CommonGramsFilter
Construct bigrams for frequently occurring terms while indexing.
|
| CommonGramsQueryFilter
Wrap a CommonGramsFilter optimizing phrase queries by only returning single
words when they are not a member of a bigram.
|
| HyphenatedWordsFilter
When the plain text is extracted from documents, we will often have many words hyphenated and broken into
two lines.
|
| KeepWordFilter
A TokenFilter that only keeps tokens with text contained in the
required words.
|
| LegacyHTMLStripCharFilter
Deprecated.
use
HTMLStripCharFilter |
| MultiTermAwareComponent
Add to any analysis factory component to allow returning an
analysis component factory for use with partial terms in prefix queries,
wildcard queries, range query endpoints, regex queries, etc.
|
| PatternReplaceFilter
A TokenFilter which applies a Pattern to each token in the stream,
replacing match occurances with the specified replacement string.
|
| RemoveDuplicatesTokenFilter
A TokenFilter which filters out Tokens at the same position and Term text as the previous token in the stream.
|
| SlowSynonymFilter
Deprecated.
(3.4) use
SynonymFilterFactory instead. only for precise index backwards compatibility. this factory will be removed in Lucene 5.0 |
| SlowSynonymMap
Deprecated.
(3.4) use
SynonymFilterFactory instead. only for precise index backwards compatibility. this factory will be removed in Lucene 5.0 |
| SolrAnalyzer |
| SolrAnalyzer.TokenStreamInfo |
| TokenFilterFactory
A
TokenFilterFactory creates a
TokenFilter to transform one TokenStream
into another. |
| TokenizerFactory
A
TokenizerFactory breaks up a stream of characters
into tokens. |
| TrieTokenizer |
| TrimFilter
Trims leading and trailing whitespace from Tokens in the stream.
|
| WordDelimiterFilter
Splits words into subwords and performs optional transformations on subword groups.
|
| WordDelimiterFilter.WordDelimiterConcatenation
A WDF concatenated 'run'
|
| WordDelimiterIterator
A BreakIterator-like API for iterating over subwords in text, according to WordDelimiterFilter rules.
|
| Class and Description |
|---|
| CharFilterFactory |
| KeywordTokenizerFactory
Factory for
KeywordTokenizer. |
| SolrAnalyzer |
| SolrAnalyzer.TokenStreamInfo |
| TokenFilterFactory
A
TokenFilterFactory creates a
TokenFilter to transform one TokenStream
into another. |
| TokenizerChain |
| TokenizerFactory
A
TokenizerFactory breaks up a stream of characters
into tokens. |
| Class and Description |
|---|
| ReversedWildcardFilterFactory
Factory for
ReversedWildcardFilter-s. |
| StopFilterFactory
Factory for
StopFilter. |
| TokenizerChain |