Click or drag to resize
AzureSearchFieldFlags Class
Contains Azure Search specific flag names.
Inheritance Hierarchy
SystemObject
  CMS.Search.AzureAzureSearchFieldFlags

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 11.0.0
Syntax
C#
public static class AzureSearchFieldFlags

The AzureSearchFieldFlags type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCONTENT
Name of flag indicating whether field is considered a content field.
Public fieldStatic memberFACETABLE
Name of flag indicating whether field is facetable.
Public fieldStatic memberFILTERABLE
Name of flag indicating whether field is filterable.
Public fieldStatic memberRETRIEVABLE
Name of flag indicating whether field is retrievable.
Public fieldStatic memberSEARCHABLE
Name of flag indicating whether field is searchable.
Public fieldStatic memberSORTABLE
Name of flag indicating whether field is sortable.
Top
See Also