SearchAnalyzerTypeEnum Enumeration |
Namespace: CMS.DataEngine
public enum SearchAnalyzerTypeEnum
Member name | Value | Description | |
---|---|---|---|
SimpleAnalyzer | 0 | SimpleAnalyzer - divides text at non-letters, lowercase. | |
StopAnalyzer | 1 | StopAnalyzer - divides text at non-letters, use of stop words. | |
WhiteSpaceAnalyzer | 2 | WhiteSpaceAnalyzer - divides text at whitespace, lowercase. | |
StandardAnalyzer | 3 | StandardAnalyzer - grammar based, lowecase, good for most European-language documents. | |
KeywordAnalyzer | 4 | "Tokenizes" the entire stream as a single token. This is useful for data like zip codes, ids, and some product names. | |
CustomAnalyzer | 5 | Custom analyzer. | |
SubsetAnalyzer | 6 | Subset analyzer - whitespace, lowercase, searched text is processed as *word*. | |
StartsWithanalyzer | 7 | Starts with analyzer - whitespace, lowercase, searched text is processed as word*. | |
SimpleWithStemmingAnalyzer | 8 | Simple analyzer with stemmer involved. | |
StopWithStemmingAnalyzer | 9 | Stop word analyzer with stemmer involved. | |
WhitespaceWithStemmingAnalyzer | 10 | Whitespace analyzer with stemmer involved. |
Copyright (c) 2015 Kentico Software