Managed Fusion Admin APIs
Field | Required | Description | Example |
---|---|---|---|
Name of the Data Model | ✅ |
| person |
Index Pipeline | ✅ |
| companyDirectory-index-pipeline |
Query Pipeline | ✅ |
| companyDirectory-query-pipeline |
Field Name | ✅ | string | first_name |
Required | ✘ | boolean | true |
Solr Fields ↓ | |||
Solr Field Name | ✅ | string | firstName_t |
Is Query Field | ✘ | boolean | true |
Enable Phrase Match | ✘ | boolean | false |
Boost Value | ✘ |
| 1 |
Phrase Boost | ✘ |
| 2 |
id
field in the backend. Use lowercase syntax for API calls. For a list of data models and their id
values, visit https://EXAMPLE_COMPANY.b.lucidworks.cloud/api/data-models
.Configure a Data Model
person
.
companyDirectory-data-pipeline
.
This pipeline is ideally for operation with data models only. For the sake of this example, we will only be using the default stages. Applying additional logic/stages specific to the object would occur here.
companyDirectory-query-pipeline
.
Field Name | Solr Fields |
---|---|
first_name | firstName_t , firstName_s |
last_name | lastName_t , lastName_s |
email | email_s |
job_title | jobTitle_t , jobTitle_s |
companyDirectory-index-pipeline
pipeline can be configured in Indexing > Index Pipelines, but you are not able to preview results.person
data model.
Field | Value |
---|---|
Field to match | type_s |
Value to match | user |
Source Field | Data Model Field |
---|---|
first_name | first_name |
last_name | last_name |
email | email |
_lw_data_model_type_s
to the Data Model Type Field field. This field is created when a document meets the criteria specified in the Data Model Mapping.companyDirectory-query-pipeline
.