Analyzers
General Purpose Analyzers
Keyword
The Keyword Analyzer does not perform any analysis on the input text. It creates a single token representing the entire input. This is useful for fields where you only want exact matches. For example, a field containing keywords or tags that may contain spaces that another analyzer might interpret as token boundaries.
Simple
The simple analyzer performs only minimal analysis on the input.
Standard
The Standard Analyzer is like the Simple Analyzer but also adds English stop word removal.
- Tokenizer - Unicode
- Token Filters
- Lowercase
- English Stop Token
Detect Language
The Detect Language Analyzer is used to examine input text, use heuristics to determine a best guess at the language, and index the ISO 639 Language Code.
Language Specific Analyzers
- Danish
- Dutch
- English
- Finnish
- French
- Hungarian
- Italian
- German
- Norwegian
- Persian
- Portuguese
- Romanian
- Russian
- Sorani
- Spanish
- Swedish
- Thai
- Turkish
当前内容版权归 blevesearch 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 blevesearch .