Search Manual / Version 2512.1
Table Of ContentsThe Content Feeder extracts data from variants in the same way it handles baseline content. In addition, it extracts metadata for variants and makes it available in Solr.
The following Solr fields are available:
| Field | Type | Description |
|---|---|---|
variantBase | content | The base content item, if the content item is a variant; can be used to limit a search to all variants of a given content item |
variantSegments | string | The list of segment URIs that are stored in a string property; can be used to retrieve all variants associated with a given segment, if the segment is not materialized as a content item |
variantSegmentLinks | content | The list of segment content items that are stored in a link property; can be used to retrieve all variants associated with a given segment, if the segment is materialized as a content item |
variantAbTestCase | string | The test case URIs, if stored in a string property; can be used to retrieve all variants associated with a given test case, if the test case is not materialized as a content item |
variantAbTestCaseLink | content | The test case content items, if stored in a link property; can be used to retrieve all variants associated with a given test case, if the test case is materialized as a content item |
variantAbTest | string | The test URIs, if stored in a string property; can be used to retrieve all variants associated with a given test, if the test is not materialized as a content item |
variantAbTestLink | content | The test content items, if stored in a link property; can be used to retrieve all variants associated with a given test, if the test is materialized as a content item |
variantAbTestControl | string | The control URIs, if stored in a string property; can be used to retrieve all variants associated with a given test control, if the control is not materialized as a content item |
variantAbTestControlLink | content | The control content items, if stored in a link property; can be used to retrieve all variants associated with a given test control, if the control is materialized as a content item |
Table 4.2. Solr fields for content variants
The conditions associated with a variant are stored in different Solr fields for conditions that are represented as a string and for conditions that are represented as a content item. This approach avoids stale cache entries in case a linked content item is changed. The default Engagement Cloud integration uses string values here, so that you can normally ignore the content-valued fields. If, on the other hand, links to content items are used, it is recommended to use them exclusively, so that you can ignore the string-based fields.


