Priority Sorting Configuration

To enable priority sorting of story content items returned by a data source search, the priority field of the story content-type needs to indexed by Solr. Therefore, the user needs to add the following XML fragment in the Solr configuration file which is usually located at /var/lib/escenic/solr/<ece instance>/conf/schema.xml:

<field name="priority_enum" type="string" indexed="true" stored="true"/>