Since Nuxeo LTS 2025, you have to explicitly choose and install a SearchClient package. By default, the SearchService will be configured with a Repository SearchClient that is using the underlying repository data store (VCS or DBS) with limited capabilities regarding fulltext search, aggregation and scalability. Therefore we provide 2 OpenSearch packages to rely on this external search engine:
- For OpenSearch 1.x, you need to install the
nuxeo-search-client-opensearch1
package. - For OpenSearch 2.x, you need to install the
nuxeo-search-client-opensearch2
package.
Installation
This addon requires no specific installation steps. It can be installed like any other package with nuxeoctl command line or from the Marketplace.
Configuration
For more information about the configuration of the OpenSearch package, please read the Search documentation.