Ryan Bogan

Results 19 issues of Ryan Bogan

After merging https://github.com/opensearch-project/opensearch-sdk-java/pull/687, the command `./gradlew run` no longer works for extensions/SDK that are using the integration test framework. The root cause of this is the use of a `plugin-descriptor.properties`...

bug

Once the test framework is setup, cross-version integration tests are needed to ensure major/minor version compatibility prior to experimental release.

enhancement

### Description Fixes the calculations for size of merges in the graph stats section of KNNStats API. This PR changes the logic to properly round values to the correct number...

backport 2.x
v2.17.0

**Describe the blog post your would like to write** In OpenSearch 2.15, the implementation of exact search with scoring script in k-NN was changed to use Lucene SIMD functionality. This...

enhancement
new blog

### Description Adds collapse functionality to hybrid query ### Related Issues Resolves #[Issue number to be closed when this PR is merged] ### Check List - [ ] New functionality...

# Introduction This is a design document for supporting the collapse feature in hybrid queries. In this document, we will address the current architecture, design decisions, and proposed design for...

RFC

### Is your feature request related to a problem? Currently, missing items default to a score of 0.0, which may not be optimal for all use cases. We need to...

backlog
enhancement

Following error has occurred for Multi-Node IT ` {"error":{"root_cause":[{"type":"m_l_exception","reason":"Fetching master key timed out."}],"type":"m_l_exception","reason":"Fetching master key timed out."},"status":500} `

flaky-test

After introducing a multi-node setup for the integration test suite, we have discovered that there are multiple tests that are flaky when run on a multi-node cluster. This issue will...

flaky-test
meta