@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface SimpleField
SearchIndexAsyncClient.buildSearchFields(Class, FieldBuilderOptions) to turn the
field or method into a non-searchable field.| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
isFacetable
Indicates if the field or method should generate as a facetable
field. |
boolean |
isFilterable
Indicates if the field or method should generate as a filterable
field. |
boolean |
isHidden
Indicates if the field or method should generate as a hidden
field. |
boolean |
isKey
Indicates if the field or method should generate as a key
field. |
boolean |
isSortable
Indicates if the field or method should generate as a sortable
field. |
Copyright © 2020 Microsoft Corporation. All rights reserved.