Uses of Package
org.apache.solr.analysis

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

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



Copyright © 2008 Apache Software Foundation. All Rights Reserved.