OpenSearch icon indicating copy to clipboard operation
OpenSearch copied to clipboard

🔎 Open source distributed and RESTful search engine.

Results 885 OpenSearch issues
Sort by recently updated
recently updated
newest added

**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 -...

RFC
Storage

### 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...

bug
Indexing

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...

enhancement
discuss
RFC
Search
Search:Resiliency
Roadmap:Stability/Availability/Resiliency
v2.17.0

### 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...

bug
untriaged
flaky-test
Search

### 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...

enhancement
untriaged
Search:Query Capabilities

### 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...

bug
enhancement
Storage

### 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...

bug
Search:Searchable Snapshots

Backport c564ee35ec000c38fe9d525a4b6add90cfc969fc from #11443.

skip-changelog

### Description Adds a Constant Keyword Field ### Related Issues Resolves #9981 ### Check List - [x] New functionality includes testing. - [ ] All tests pass --> CI blocked...

enhancement
good first issue
discuss
feature
Search