Disabling Search on Specified Objects
Follow these steps to disable search indexing for specified XML elements:
1. Add an element named Element with the XPath to the element to not be indexed under the NonIndexedElements element nested under the IndexingRules element in the globalDefinitions.xml file.
For example:
<IndexingRules>
<NonIndexedElements>
<Element XPath="PartsList/PartList/informationType"/>
<Element XPath="PartsList/PartList/version"/>
</NonIndexedElements>
</IndexingRules>
2. If data is already loaded, re-index the data for new assets. Otherwise, follow the normal data loading process.
Was this helpful?