Solr Configuration

To enable flagging and moderation of those flagged content, Forum needs some fields to be indexed into Solr. To do this, the user needs to add the following XML fragment into the Escenic Content Engine's Solr configuration file which is usually (if you have the followed the Escenic Content Engine Installation Guide) : /var/lib/escenic/solr/<ece instance >/conf/schema.xml

<field name="qualification-isflagged_b" type="boolean" indexed="true" stored="false" />
<field name="type_text" type="string" indexed="true" stored="true" />

In order to filter posting search in Dashboard for individual forums, the following configuration is also required in Solr:

<field name="forumid_double" type="double" indexed="true" stored="true"/>