This section describes how SOLR decomposes and processes textual data, and it contains a topic:
Analyzers,tokenizers,filters Overview: Mainly introduces the concept of analyzers,tokenizers,filters.
What is the details of ANALYZER:SOLR Anayler.
What is the details of TOKENIZER:SOLR Tokenizer.
What is the details of the FILTER:SOLR filter.
Tokenizers: Configures Tokenizers information and the factory class of SOLR's Tokenizer.
Filters Description: Configures the filter's information and the factory class of SOLR's filter.
Charfilterfactories: The filter information used to preprocess the input characters.
Language Analysis (Analyzer): Tokenizers and filters information for character conversion settings or for specifying languages.
Run a Custom Analysis (Analyzer): How to run the details of a custom Analyzer.
Understanding Analyzers,tokenizers,filters