Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-16206

Make it easy to configure Elasticsearch indexing pool

    XMLWordPrintable

    Details

      Description

      Since NXP-15826, indexing can be done concurrently depending on the size of the indexing pool.
      The size of the pool should be tuned from the nuxeo.conf

      Adding new options on nuxeo.conf

      # Reindexing option, number of documents to process per worker
      elasticsearch.reindex.bucketReadSize=500
      # Reindexing option, number of documents to submit to Elasticsearch per bulk command
      elasticsearch.reindex.bucketWriteSize=50
      # Maximum size of the indexing thread pool
      elasticsearch.indexing.maxThreads=4
      # Time to keep the completed indexing worker states
      elasticsearch.indexing.clearCompletedAfterSeconds=90
      

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: