Name | Type | Default value | Description |
---|---|---|---|
indexField | string | Index field or Virtual Expression to retrieve. | |
name | string | Name of the meta to create from this field. If not set, the index field name is used. | |
type | string | The type of the field to retrieve FIXME | |
multivalued | boolean | Is the field to retrieve multivalued? FIXME | |
dataModelState | string | Is this retrieved field managed by a data model? @enum{null,auto,customized, error}. If null, this retrieved field is not related to a data model. If "auto", this retrieved field is auto-generated by a data model If "customized", this retrieved field was auto-generated by a data model and then customized. If "error", there is a conflict between this retrieved field and the data model. | |
dataModelClass | string | If dataModelState is "auto" or "customized", you will find here the name of the DataModelClass that generated this RetrievedField. | |
dataModelProperty | string | If dataModelState is "auto" or "customized", you will find here the name of the DataModelProperty that generated this RetrievedField. |
Name | Type | Description |
---|---|---|
fromDataModel | com.exalead.search.v30.RetrievedField | If dataModelState is "customized", you will find here the original retrieved field generated by the data model. Use this to easily revert to "auto" state from "customized". |