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.
BufferedTokenStream
          Handles input and output buffering of TokenStream
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.
DoubleMetaphoneFilter
           
HTMLStripCharFilter
          A CharFilter that wraps another Reader and attempts to strip out HTML constructs.
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.
PatternReplaceFilter
          A TokenFilter which applies a Pattern to each token in the stream, replacing match occurances with the specified replacement string.
PhoneticFilter
          Create tokens for phonetic matches.
RemoveDuplicatesTokenFilter
          A TokenFilter which filters out Tokens at the same position and Term text as the previous token in the stream.
SolrAnalyzer
           
SolrAnalyzer.TokenStreamInfo
           
SynonymFilter
          SynonymFilter handles multi-token synonyms with variable position increment offsets.
SynonymMap
          Mapping rules for use with SynonymFilter
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.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.