Enabling Indexing for Searches

The 3DEXPERIENCE platform uses a 3DSpace Index to index the database for fast search results. You need to update the config.xml file to enable the app and data management options you use.


Before you begin: Open the config.xml file for editing. For more information, see Installation and Setup: Administrate: 3DEXPERIENCE Platform: 3DSpace Administration: 3DSpace Index: Setting up 3DSpace Index: Configuring Indexing.
  1. Set the value for these elements to true:

    <APPLICATION name="MCC" active="false"/>
    <APPLICATION name="MEM" active="false"/>
    MCC is the code for Materials Compliance Reporting and MEM is the code for Manufacturer Equivalent Part Management, a component of Materials Compliance Reporting.

  2. Set the values for the data management options you installed to true:

    <APPLICATION name="MCCELV" active="false"/>
    <APPLICATION name="MCCRoHS" active="false"/>
    <APPLICATION name="MCCREACH" active="false"/>

  3. Save your changes.