Click or drag to resize
CreateSearchFieldOption Enumeration
Represents creation option of a system search field.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public enum CreateSearchFieldOption
Members
  Member nameValueDescription
SearchableAndRetrievable3 Denotes a field which must be possible to search for and retrieve from an index.
SearchableWithTokenizer5 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.
SearchableAndRetrievableWithTokenizer7 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.
See Also