OpenSearch
OpenSearch copied to clipboard
🔎 Open source distributed and RESTful search engine.
**Aim** To support migration of existing Doc Rep cluster to/from Remote backed cluster which has Remote backed Segment , and Translog enabled. RFC : https://github.com/opensearch-project/OpenSearch/issues/7986 **Tenets** 1. Data integrity -...
### Describe the bug I trying to use dynamic_templates to map nested objects in a document as `flat_object` but receive the following error which has something to do with dotted...
Co-Author @kkhatua #8879 - [RFC] High Level Vision for Core Search in OpenSearch #11061 - [RFC] Query Sandboxing for search requests A common challenge with managing resources on OpenSearch clusters...
### Describe the bug The test case `org.opensearch.indices.stats.IndexStatsIT.testQueryCache` is flaky: ``` org.opensearch.indices.stats.IndexStatsIT.testQueryCache {p0={"search.concurrent_segment_search.enabled":"true"}} java.lang.AssertionError: Expected: a value greater than but: was equal to at __randomizedtesting.SeedInfo.seed([7AED6FF3EC36E493:A11A38E0BF8ED38D]:0) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.junit.Assert.assertThat(Assert.java:964) at...
### Is your feature request related to a problem? Please describe I recently read [this blog post](https://luis-sena.medium.com/improve-elasticsearch-filtering-performance-10x-using-this-plugin-8c6485516c1a), where the author claims a 10x speedup on a large terms query. I...
### Description - _remotestore/_restore will now support wildcards/regex for indices param. - Specifying body - `{ "indices": ["my-index-*"] }` will match all indices whose name start with `my-index-` and trigger...
### Description This PR is still in draft version and purpose of this PR is to get some feedback on the approach for resolving the issue. Once approach is finalized...
Backport 24b0cc92eceb3fa8ade8ce4c10268bd60fe6fd64 from #11499.
Backport c564ee35ec000c38fe9d525a4b6add90cfc969fc from #11443.
### Description Adds a Constant Keyword Field ### Related Issues Resolves #9981 ### Check List - [x] New functionality includes testing. - [ ] All tests pass --> CI blocked...