Say you are indexing a database or XML file and you want a specific column or XML node element displayed on the search results page but you don’t want to that column to be searchable.
The first step is to make sure the column or XML element is included in your features.txt file. This tells ODE to include that particular data element when it ingests the database row or XML item. ODE calls that data element a feature.
The next step is to tell ODE that you do not want that feature included in the index.
Go to your features.txt file and locate the feature name.
Add the following line to the feature definition block:
build_ir: no
Because ODE is updated periodically be sure to check the ODE InfoCenter at IBM InfoCenter Link for the latest info.