ilscipio/scipio-erp

View on GitHub
applications/solr/data/SolrSeedData.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is subject to the terms and conditions defined in the
files 'LICENSE' and 'NOTICE', which are part of this source
code package.
-->

<entity-engine-xml>

    <StatusType description="SOLR Data Status Type" hasTable="N" parentTypeId="" statusTypeId="SOLR_DATA_STATUS"/>
    <StatusItem description="SOLR Data OK (current or not flagged otherwise)" sequenceId="01" statusCode="OK" statusId="SOLR_DATA_OK" statusTypeId="SOLR_DATA_STATUS"/>
    <StatusItem description="SOLR Data Out of Date (Old)" sequenceId="02" statusCode="OLD" statusId="SOLR_DATA_OLD" statusTypeId="SOLR_DATA_STATUS"/>

    <!-- Whenever we reseed anything, we must flag the data as out of date. 2019-10-17: Removed, because not everyone wants this. Moved to SolrMarkDirtyData.xml as seed-initial.
    <SolrStatus solrId="SOLR-MAIN" dataStatusId="SOLR_DATA_OLD"/>-->

</entity-engine-xml>