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.ALexicalNormalizerNameto associate as the index normalizer for thefield.
-
Element Details
-
isKey
-
isHidden
-
isFacetable
-
isSortable
-
isFilterable
-
normalizerName
String normalizerNameALexicalNormalizerNameto associate as the index normalizer for thefield.- Returns:
- The
LexicalNormalizerNamethat will be associated as the index normalizer for thefield.
- Default:
""
-