OpenSearch
OpenSearch copied to clipboard
🔎 Open source distributed and RESTful search engine.
Signed-off-by: Ashish Singh ### Description As part of implementing #3706, this is the initial commit that does the following - - Introduces an abstraction for developing No Op replication (for...
**Describe the bug** I am not sure if I fully understand how the pom.xml is meant to be used when OpenSearch plugins are distributed/pushed into maven repository. What concerns me...
Currently we have a very basic performance test suite([link](https://github.com/opensearch-project/opensearch-build/blob/main/jenkins/opensearch/perf-test.jenkinsfile#L21 )) where we execute a single workload `nyc_taxis` on a single node cluster and capture the metrics. I wanted to open...
Signed-off-by: Bukhtawar Khan ### Description [Describe what this change achieves] ### Issues Resolved [List any issues this PR will resolve] ### Check List - [ ] New functionality includes testing....
### Is your feature request related to a problem? Please describe Coming from https://github.com/opensearch-project/opensearch-build/issues/74#issuecomment-956496829. Use different JDKs depending on which branch of OpenSearch is being built. ### Describe the solution...
Signed-off-by: Daniel Widdis ### Description Companion PR: https://github.com/opensearch-project/opensearch-sdk/pull/74 Extensions will report their APIs to the ExtensionsOrchestrator upon initial registration and potentially later in the Extension's lifecycle. These APIs will be...
- [x] #2900 - [ ] #3895 Issues: - [x] #2922 - [x] #2923 - [ ] #4138 - [x] #3113 - - [x] #3114 - - [ ] #3961...
Implement an API for creating an index backed by a remote snapshot (starting with a naive storage layer to prove out the end-to-end functionality), gated by a feature flag. A...
**Is your feature request related to a problem? Please describe.** Add release notes drafter for OpenSearch which compiles all the commits made into a release. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** - The snapshot mechanisms in OpenSearch restore the entire index including the segment files for restoring an index - Searchable...