Index pipeline stage configuration specifications
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
.\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.