CreateSearchFieldOption Enumeration |
Namespace: CMS.DataEngine
public enum CreateSearchFieldOption
Member name | Value | Description | |
---|---|---|---|
SearchableAndRetrievable | 3 | Denotes a field which must be possible to search for and retrieve from an index. | |
SearchableWithTokenizer | 5 | Denotes a field which must be possible to search for in an index. It is not necessary for the value to be retrievable from the index. Further processing of the field value, which provides 'smart' search (e.g. tokenization) is desired. | |
SearchableAndRetrievableWithTokenizer | 7 | Denotes a field which must be possible to search for and retrieve from an index. Further processing of the field value, which provides 'smart' search (e.g. tokenization) is desired. |
Copyright (c) 2019 Kentico Software