Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 945 Bytes

File metadata and controls

23 lines (17 loc) · 945 Bytes
title Configuration
description Configure the Generic Data Index bundle, including search client, index prefix, queue settings, and index options.

Configuration

The Generic Data Index Bundle indexes and searches Pimcore elements (assets, data objects, documents) through OpenSearch or Elasticsearch. It provides a central search client configuration shared across bundles and supports custom search engine integrations.

Configuration covers:

  • Search client - which OpenSearch or Elasticsearch instance to connect to
  • Index prefix - namespace for index names to avoid collisions in shared clusters
  • Queue settings - batch sizes and worker count for asynchronous indexing
  • Index settings - engine-specific options like result window size and field limits

Further Reading