Alfresco Community Edition 26.2-preview introduces OpenSearch as a new search backend, a significant step forward from the long-standing Apache Solr 6 stack. With the release of alfresco-docker-installer 1.5.0, you can try this new configuration today.
ACS 26.2-preview ships with built-in support for OpenSearch 2 as an alternative to the traditional Alfresco Search Services (Solr 6). Instead of deploying a Solr-based search service, ACS connects to an OpenSearch server using the Elasticsearch subsystem. A dedicated batch-indexer service handles continuous document synchronization, polling the repository on a configurable schedule and keeping the index up to date.
The generator makes it straightforward to spin up a full stack with OpenSearch:
yo alfresco-docker-installer \
--acsVersion=26.2-preview \
--searchType=opensearch \
--ram=16 \
--serverName=localhost \
--port=80
This generates a Docker Compose environment with OpenSearch 2 and the alfresco-elasticsearch-batch-indexer, pre-configured and ready to run.
This is early access, the ACS 26.2 release itself is a preview, and the OpenSearch integration is marked as experimental and not production-ready.
A few things to keep in mind before testing:
OpenSearch represents Alfresco exploration of a modern, Elasticsearch-compatible search backend for both Community and Enterprise. The 26.2-preview cycle is the right time to evaluate it, report issues, and share feedback before it reaches a stable release.
Try it out and let us know how it goes!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.