Name | Type | Default value | Description |
---|---|---|---|
indexField | string | ||
forcedRank | long | ||
rankBoost | long | ||
form | string | normalized | Which form of SemanticAnnotation value should we index? {@code enum(exact,normalized)} |
dataModelState | string | Is this annotation target managed by a data model? @enum{null,auto,customized}. If null, this prefix handler is not related to a data model. If "auto", this prefix handler is auto-generated by a data model. If "customized", this prefix handler was auto-generated by a data model and then customized. | |
dataModelClass | string | If dataModelState is "auto" or "customized", you will find here the name of the DataModelClass that generated this AnnotationTarget. | |
dataModelProperty | string | If dataModelState is "auto" or "customized", you will find here the name of the DataModelProperty that generated this AnnotationTarget. | |
enumFacetId | string | The id of the EnumFacetAnnotationTarget this target refers to. |
Name | Type | Description |
---|---|---|
fromDataModel | com.exalead.indexing.analysis.v10.AnnotationTarget | If dataModelState is "customized", you will find here the original prefix handler generated by the data model. Use this to easily see what reverting to "auto" from "customized" would imply. |