close

Filter

loading table of contents...

Search Manual / Version 2512.1

Table Of Contents

4.2.2.4 Fields for Content Variants

The 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:

FieldTypeDescription
variantBasecontentThe 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
variantSegmentsstringThe 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
variantSegmentLinkscontentThe 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
variantAbTestCasestringThe 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
variantAbTestCaseLinkcontentThe 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
variantAbTeststringThe 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
variantAbTestLinkcontentThe 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
variantAbTestControlstringThe 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
variantAbTestControlLinkcontentThe 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.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.