OpenSearch
OpenSearch copied to clipboard
🔎 Open source distributed and RESTful search engine.
### Description This issue tracks the implementation of GeoBounds Aggregation on Geo Shape field. ### Tasks: - [x] Refactor code of GeoBounds Aggregation on GeoPoint from server to modules/geo folder....
Support failover scenario of a replica re-assigned as a primary. Right now this flow fails because of how we wire up the engine as readOnly by setting IndexWriter to null....
This issue tracks work required to complete an experimental release of Segment Replication. - [ ] #2333 - [ ] #2212 - [ ] #2873 - [ ] #3923 -...
**Describe the bug** When index a documents with filed in date time format that OpenSearch may not supported, it always throw exception, it was well supported in ElasticSearch-6.8. Document example:...
**Is your feature request related to a problem? Please describe.** Coming from https://github.com/opensearch-project/opensearch-py/issues/95, a user attempted to set permissions on OpenSearch based on the GET vs. POST verbs, and [found](https://github.com/aws/aws-cdk/issues/17761#issuecomment-1186674964)...
### Description Add GitHub action for ShellCheck to run on pull request. ### Issues Resolved https://github.com/opensearch-project/OpenSearch/issues/3343 ### Check List - [ ] New functionality includes testing. - [ ] All...
**Is your feature request related to a problem? Please describe.** This is a meta issue for all work/tasks related to Point-In-Time Search **Describe the solution you'd like** To provide Point-In-Time...
### Description When publishing Zip POM the groupId value was hard-coded to `org.opensearch.plugin` value which works fine for existing core plugins but is not convenient for other plugins (such as...
[BUG] org.opensearch.cluster.coordination.CoordinationStateRejectedException upgrading 2.0.1 to 3.0
**Describe the bug** Nodes cannot join back to the cluster after upgrading from 2.0.1 to 3.0.0. **To Reproduce** Failing GHA: https://github.com/cliu123/security/runs/6926965970?check_suite_focus=true **Expected behavior** A clear and concise description of what...
Signed-off-by: Sachin Kale ### Description Allow `remote_store.enabled=true` index setting only when replication type is set to segment replication (`replicaiton.type=SEGMENT`). ### Issues Resolved - https://github.com/opensearch-project/OpenSearch/issues/3147 ### Check List - [X] New...