Annotation Type SimpleField
An annotation that directs
SearchIndexAsyncClient.buildSearchFields(Class, FieldBuilderOptions) to turn the
field or method into a non-searchable field.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanIndicates if the field or method should generate as a facetablefield.booleanIndicates if the field or method should generate as a filterablefield.booleanIndicates if the field or method should generate as a hiddenfield.booleanIndicates if the field or method should generate as a keyfield.booleanIndicates if the field or method should generate as a sortablefield.
-
Element Details
-
isKey
boolean isKeyIndicates if the field or method should generate as a keyfield.- Returns:
- A flag indicating if the field or method should generate as a key
field.
- Default:
false
-
isHidden
boolean isHiddenIndicates if the field or method should generate as a hiddenfield.- Returns:
- A flag indicating if the field or method should generate as a hidden
field.
- Default:
false
-
isFacetable
boolean isFacetableIndicates if the field or method should generate as a facetablefield.- Returns:
- A flag indicating if the field or method should generate as a facetable
field.
- Default:
false
-
isSortable
boolean isSortableIndicates if the field or method should generate as a sortablefield.- Returns:
- A flag indicating if the field or method should generate as a sortable
field.
- Default:
false
-
isFilterable
boolean isFilterableIndicates if the field or method should generate as a filterablefield.- Returns:
- A flag indicating if the field or method should generate as a filterable
field.
- Default:
false
-