Solr Target Configuration - tsgrp/OpenMigrate GitHub Wiki
In the app-ctx.xml
file, find the bean "TargetSolrListener" that posts the metadata and content to solr. Under the property "includeAttributesRegEx" add all of the attributes that were mapped during the migration. It should resemble the following:
<property name="includeAttributesRegEx">
<list>
<value>objectType_s</value>
<value>objectName_s</value>
<value>objectId_s</value>
...
</list>
</property>