pinal-shah opened a new pull request, #750:
URL: https://github.com/apache/atlas/pull/750
## What changes were proposed in this pull request?
### Summary
Added native OpenSearch support for Apache Atlas as an alternative indexing
backend to Solr.
### Key Changes
* Added JanusGraph OpenSearch index implementation for Atlas graph/mixed
indexes.
* Added support for OpenSearch 3.7
* Added OpenSearch support for discovery, Quick Search/free-text search,
suggestions, aggregations, and classification filtering.
* Added OpenSearch query/mapping support, including `.keyword` fields for
exact-match queries.
* Added safe/idempotent concurrent index creation.
* Improved propagation of OpenSearch indexing/search failures.
* Added comprehensive unit and integration test coverage.
* Added CI validation against OpenSearch 3.7 and 3.8.
* Kept the existing Solr backend fully supported and unchanged as an
alternative.
## How was this patch tested?
# All OpenSearch ITs (with opensearch testcontainer)
mvn -Popensearch-it -pl
graphdb/janusgraph-opensearch,graphdb/janus,repository \
-Dopensearch.docker.version=3.7.0 -Dcheckstyle.skip=true test
# Unit tests (no Docker)
mvn -pl graphdb/janusgraph-opensearch,graphdb/janus,test-tools
-Dcheckstyle.skip=true test
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]