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. To achieve this you need to add the following XML fragment to schema.xml:

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