Table of Contents

Search

  1. Introduction
  2. Configuring Hub Console Tools
  3. Building the Data Model
  4. Configuring the Data Flow
  5. Executing Informatica MDM Hub Processes
  6. Configuring Application Access
  7. MDM Hub Properties
  8. Viewing Configuration Details
  9. Search with Solr
  10. Row-level Locking
  11. MDM Hub Logging
  12. Table Partitioning
  13. Collecting MDM Environment Information with the Product Usage Toolkit
  14. Glossary

Install Analysis Plugins

Install Analysis Plugins

Install the Phonetic and Japanese (kuromji) analysis plugins, which extend Elasticsearch by adding new analyzers, tokenizers, token filters, and character filters. The Phonetic analysis plugin analyzes and converts tokens into their phonetic equivalent. The Japanese (kuromoji) analysis plugin analyzes Japanese by using the Kuromji analyzer.
  1. Download the Phonetic and Japanese (kuromji) analysis plugin from the Elastic website.
  2. Install the Phonetic analysis plugin on each cluster node by running the following command:
    sudo bin/elasticsearch-plugin install analysis-phonetic
  3. Install the Japanese (kuromji) analysis plugin on each cluster node by running the following command:
    sudo bin/elasticsearch-plugin install analysis-kuromoji
  4. Restart each cluster node.

0 COMMENTS

We’d like to hear from you!