Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "AnalyzersTokenizersTokenFilters" page has been changed by dotancohen:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?action=diff&rev1=138&rev2=139

Comment:
Small spelling and grammar corrections.

  Char Filters can be chained.
  
  === Tokenizers ===
- A Tokenizer that splits-up a stream of characters (from each individual field 
value) into a series of tokens.
+ A Tokenizer splits a stream of characters (from each individual field value) 
into a series of tokens.
  
- Thee can only be one Tokenizer in each Analyzer.
+ There can be only one Tokenizer in each Analyzer.
  
  === Token Filters ===
  Tokens produced by the Tokenizer are passed through a series of Token Filters 
that add, change, or remove tokens. The field is then indexed by the resulting 
token stream.

Reply via email to