OpenSearch
OpenSearch copied to clipboard
🔎 Open source distributed and RESTful search engine.
The date field for the default format uses high CPU during parsing. A huge portion of date formatting time(close to 7.12% of CPU time in profiles) goes into parsing, which...
**I am working with s3 index backup. I created one s3 bucket, installed the repository-s3, and added the access_key and secret.** it's not working when I am creating the repository...
**Describe the bug** Running integration tests with `customDistributionUrl` as described in [DEVELOPER_GUIDE.md](https://github.com/opensearch-project/OpenSearch/blob/763a89fae1e11bf5ed151721e0fd0b6d43d3ab18/DEVELOPER_GUIDE.md?plain=1#L377) seems not to work. It never accesses the provided url and seems to always build from source. **To...
JSON is, by far, the most popular input format for Opensearch. JSON is human readable, so it is pretty easy to test and develop with. Additionally, the Opensearch ecosystem is...
**Is your feature request related to a problem? Please describe.** * Opensearch returns a 200 error response for a Bulk call, even though there can be partial failures within the...
Signed-off-by: Suraj Singh ### Description This change updates the IndexShard.getLatestReplicationCheckpoint to return empty checkpoint for closed indices. This change is needed as when indices are closed, shard info is still...
**Is your feature request related to a problem? Please describe.** I spent a few hours yesterday adding some javadocs to the example plugins to chip away at #221. [The vast...
### Summary Creating this issue to track the work needed to have test framework for testing SegRep feature; which is currently an experimental feature and runs behind a feature flag...
**Describe the bug** Engine AlreadyClosedException exception on closed index on replica shard. This issue happens when replication is finalized on replica shard and when translog generation is rolled over when...