Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by HossMan: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters ------------------------------------------------------------------------------ An analyzer splits up a text field into tokens that the field is indexed by. An Analyzer is normally implemented by creating a '''Tokenizer''' that splits-up a stream (normally a single field value) into a series of tokens. These tokens are then passed through a series of Token Filters that add, change, or remove tokens. The field is then indexed by the resulting token stream. - The Solar web admin interface may be used to show the results of text analysis, and even the results after each analysis phase if a custom analyzer is used. + The Solr web admin interface may be used to show the results of text analysis, and even the results after each analysis phase if a custom analyzer is used. == Specifying an Analyzer in the schema ==
