Manages data models. Data models simplify the process of getting started with Fusion by providing pre-configured objects to reduce the effort spent on basic starting tasks. This helps keep documents consistent between datasources and intuitive to the object’s type. For more information, view the API specification.

UI fields configuration

FieldRequiredDescriptionExample
Name of the Data Modelstring A user-friendly name for the data model. This typically describes the object type.person
Index Pipelinestring The name of the index pipeline used for the data model.companyDirectory-index-pipeline
Query Pipelinestring The name of the query pipeline used for the data model.companyDirectory-query-pipeline
Field Namestringfirst_name

Required
booleantrue
Solr Fields
Solr Field NamestringfirstName_t
Is Query Fieldbooleantrue
Enable Phrase Matchbooleanfalse
Boost Valueinteger The amount of boost to give to the query.1
Phrase Boostinteger The amount of boost to give to the query, if it matches as an exact phrase.2
The value you put in Name of the Data Model is automatically converted to lowercase for the id field in the backend. Use lowercase syntax for API calls. For a list of data models and their id values, visit https://FUSION_HOST:FUSION_PORT/api/data-models.

More information