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

Signed-off-by: pranikum ### Description This PR contains the service layer change for Recommission API. Changes for Recommission Service layer API Files to review as part of this PR: https://github.com/opensearch-project/OpenSearch/pull/4320/files#diff-7244ca64dd959da0d639b8c14cb005b0e2c0ccbd08c4512d29efd24e01f88222 https://github.com/opensearch-project/OpenSearch/pull/4320/files#diff-90b6fea36378485a80bb70d3374844825e20774c8790ef7930f59f31e651ea9f...

**Background** Document id serves as a primary key in an Opensearch index. The distribution of the document across shards is based on the document id. Opensearch ensures idempotency on the...

enhancement
discuss
Indexing & Search
distributed framework

Signed-off-by: pranikum ### Description This change contain REST API layer changes for Recommission API support. This pr is dependent of Service layer changes. (https://github.com/opensearch-project/OpenSearch/pull/4320) This change has some changes for...

Recently, from k-NN, we have received interest in combining results from text matching queries with k-NN queries ([ref](https://github.com/opensearch-project/k-NN/issues/527)). So, I wanted to start a discussion about result combination and the...

enhancement
discuss
Indexing & Search

### Description Adds support for extensions to request environment setting values from opensearch, to add setting update consumers to cluster settings, and to receive update setting requests from Opensearch whenever...

**Is your feature request related to a problem? Please describe.** - `gradle check` test failures are now retried as a part of https://github.com/opensearch-project/OpenSearch/pull/2638 - This issue addresses the scenarios where...

enhancement
good first issue
Build Libraries & Interfaces

**Is your feature request related to a problem? Please describe.** To move forward with Anomaly Detection backend plugin as an extension, we plan to start with creating a detector as...

enhancement
Build Libraries & Interfaces
Meta

### Description Created new Request class for ActionListener onFailure Companion PR on opensearch-sdk-java: https://github.com/opensearch-project/opensearch-sdk-java/pull/141 ### Issues Resolved [#135](https://github.com/opensearch-project/opensearch-sdk-java/issues/135) ### Check List - [ X] New functionality includes testing. - [...

Backport 517c19c9725e53663a280f9025679c2f9e659948 from #4001

This PR adds experimental support for lz4 (native) and zstd (with and without dictionary) compression algorithms. The rationale for adding this support is discussed here: https://github.com/opensearch-project/OpenSearch/issues/3354. Users would be able...