Data Processing
|
A customer_name output context that you can manage to
transform/normalize your data before indexation.
|
Data Processing > Document Processors/ Semantic Processors
|
Mapping
|
A mapping from the customer_name output context to the
customer_name field. If sales is not the default class, the
output context name would instead be customer_name . If the
customer_name property is to be both an index field and a facet,
the data model creates two customer_name output contexts, with one
mapped to the category, the other mapped to the index field.
|
Data Processing > Mappings
|
Index schema
|
An index field of type text called customer_name .
|
Data model > Advanced Schema
|
Search Query
|
A prefix handler called customer_name that targets the
customer_name index field.
|
Search Logics > Query Language
|
Search Results
|
A facet named customer_name .
|
Search Logics > Facets
|
A hit meta named customer_name . At search time, this meta is
automatically renamed to name so the class name
(customer ) does not appear in the hit content.
|
Search Logics > Hit Content
|