Data Models APIFusion Admin APIs
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.
UI fields configuration
Field | Required | Description | Example |
---|---|---|---|
Name of the Data Model |
✅ |
|
|
Index Pipeline |
✅ |
|
|
Query Pipeline |
✅ |
|
|
Field Name |
✅ |
|
|
Required |
✘ |
|
|
Solr Fields ↓ |
|||
Solr Field Name |
✅ |
|
|
Is Query Field |
✘ |
|
|
Enable Phrase Match |
✘ |
|
|
Boost Value |
✘ |
|
|
Phrase Boost |
✘ |
|
|
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 .
|