Installation and Upgrade > Installation and Configuration Guide > Using the PTC Solution Installer > Installing Windchill Solutions > Optional Product Settings > Windchill Service Information Manager — S1000D Module > Configuration and Customization > Customizing SOLR Indexing for Windchill Service Information Manager - S1000D Module Installations
  
Customizing SOLR Indexing for Windchill Service Information Manager - S1000D Module Installations
You can customize SOLR indexing to map elements in your content with fields in the SOLR index. If you map your elements to a field name in the index that is used to form a field in a dialog box, the values of your element will appears as values of the field in the dialog box.
The example below shows how the name element for a toolSpec (Issue 4.0.1) in content is mapped to the name field in the Insert Technical Information Repository Reference dialog box in Arbortext Editor.
The Indexing PCDATA XPath property (provided at Site level) allows you to add entries that define the elements whose PCDATA content should be indexed and how it will be listed in the SOLR index.
1. Navigate to the Type and Attribute Manager for your site, at Site > Utilities > Type and Attribute Manager
2. Navigate to the object type for which you want to index data
This example indexes data for the Issue 4.0.1 Technical Repository Data Module:
EPM Document > Dynamic Document > Base Rules Type > S1000D > Data module > 4.0.1 Data mdule > Data module (Flat) > 4.0.1 Technical Repository (Flat)
3. View the property Indexing PCDATA Xpath for the object type — its value is set to /toolSpec/itemIdentData/name:name
This value indexes the PCDATA for element /toolpec/itemIdentData/name and lists it in SOLR as sisaad_name for a 4.0.1 Technical Repository object.
The field name appears in the Insert Technical Information Repository Reference dialog box. Its values are extracted from the sisaad_name field in the index for the 4.0.1 Technical Repository object.
The syntax of the property is XPath:indexName
XPath is the path to the element in content and indexName is the ID of PCDATA from the element as it will appear in the SOLR index (prefixed with sisaad_). The two parameters are separated by a colon.
You can use a pipe | to separate multiple definitions for this object type, i.e. XPath:indexName|XPath:indexName.