Uses of Package
org.apache.solr.analysis

Packages that use org.apache.solr.analysis
org.apache.solr.analysis   
org.apache.solr.schema   
org.apache.solr.search   
 

Classes in org.apache.solr.analysis used by org.apache.solr.analysis
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. 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.
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.
 

Classes in org.apache.solr.analysis used by org.apache.solr.schema
SolrAnalyzer
           
SolrAnalyzer.TokenStreamInfo
           
 

Classes in org.apache.solr.analysis used by org.apache.solr.search
ReversedWildcardFilterFactory
          Factory for ReversedWildcardFilter-s.