AzureSearchFieldFlags Class |
Namespace: CMS.Search.Azure
public static class AzureSearchFieldFlags
The AzureSearchFieldFlags type exposes the following members.
Name | Description | |
---|---|---|
CONTENT |
Name of flag indicating whether field is considered a content field.
| |
FACETABLE |
Name of flag indicating whether field is facetable.
| |
FILTERABLE |
Name of flag indicating whether field is filterable.
| |
RETRIEVABLE |
Name of flag indicating whether field is retrievable.
| |
SEARCHABLE |
Name of flag indicating whether field is searchable.
| |
SORTABLE |
Name of flag indicating whether field is sortable.
|