Table of Contents

Search

  1. Preface
  2. Installing Informatica MDM - Relate 360
  3. Configuring Relate 360
  4. Configuring Security
  5. Setting Up the Environment to Process Streaming Data
  6. Configuring Distributed Search
  7. Packaging and Deploying the RESTful Web Services
  8. Troubleshooting

Installation and Configuration Guide

Installation and Configuration Guide

Configuring the SSA-NAME3 Index Parameters

Configuring the SSA-NAME3 Index Parameters

You must configure the SSA-NAME3 index parameters, such as the column name that you want to use to index the records, in the configuration file.
To configure the SSA-NAME3 indexing parameters, add the following parameters to the
IndexingConfiguration
section in the configuration file:
indexFieldName
Name of the column that you want to use to index the records.
Ensure that you specify the column name in the
PZMAP
section.
keyField
Name of the SSA-NAME3 field based on which you want to build keys.
You can specify only one field as a key field in a configuration file. If you want to create indexes for other fields, you must create a separate configuration file for the required field.
keyLevel
Optional. Type of key level that you want to build. Use one of the following values:
  • Standard. Builds more variations than limited key level but uses less disk space than extended key level.
  • Extended. Builds more variations than standard key level and uses more disk space than standard and limited key levels.
  • Limited. Builds less variations and uses low disk space than standard and extended key levels.
Default is Standard.
AdditionalControl
Optional. Additional attributes that you want to configure. You can specify the following attributes:
  • NAMEFORMAT=L|R. Indicates whether the major word in a name or address is on the left end or the right end. For example, in Western names, the family name is on the right end of the names.
  • UNICODE_ENCODING. Specifies the Unicode format of the data that you use.
The following sample code shows the SSA-NAME3 indexing parameters:
<IndexingConfiguration> <indexFieldName>NAME</indexFieldName> <keyField>Person_Name</keyField> <keyLevel>Standard</keyLevel> <AdditionalControl>NAMEFORMAT=L</AdditionalControl> </IndexingConfiguration>

0 COMMENTS

We’d like to hear from you!