| 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.
|
| 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.
|
| 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.
|
| 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. |
| TrimFilter
Trims leading and trailing whitespace from Tokens in the stream.
|
| Class and Description |
|---|
| SolrAnalyzer |
| SolrAnalyzer.TokenStreamInfo |
| Class and Description |
|---|
| ReversedWildcardFilterFactory
Factory for
ReversedWildcardFilter-s. |