Kunal Kotwani

Results 12 issues of Kunal Kotwani

**Is your feature request related to a problem? Please describe.** The feature is a part of searchable snapshots tracked here - #2919 The restored snapshot will have shards which can...

enhancement
Indexing & Search

**Is your feature request related to a problem? Please describe.** - The snapshot mechanisms in OpenSearch restore the entire index including the segment files for restoring an index - Searchable...

enhancement
Indexing & Search

Signed-off-by: Kunal Kotwani ### Description - The changes under this PR build on adding a changelog enforcer using the GHA [`Changelog Enforcer`](https://github.com/marketplace/actions/changelog-enforcer) following the [Keep A Changelog](https://keepachangelog.com/en/1.0.0/) format - What...

CI
v3.0.0

**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.** - Searchable snapshots will introduce a new remote searcher role - https://github.com/opensearch-project/OpenSearch/issues/3895 - As a part of this, we would...

enhancement

**Is your feature request related to a problem?** - Searchable snapshots was launched as GA with v2.7.0 and enables space saving with query-time data fetch from snapshots within the repository...

enhancement
ism action
small

### Is your feature request related to a problem? Please describe Files from the remote store are downloaded using the `RemoteStoreFileDowloader` [instance](https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/index/store/RemoteStoreFileDownloader.java) This method currently uses directory copy methods to...

enhancement
Search:Remote Search

### Description - Adds in rolling version upgrade support for `ignore_unmapped` ### Issues Resolved - N/A ### Check List - [ ] New functionality includes testing. - [ ] All...

skip-changelog

**Is your feature request related to a problem?** - Currently, version specific features are enabled by fetching the minimum node version from the cluster: [here](https://github.com/opensearch-project/k-NN/blob/main/src/main/java/org/opensearch/knn/index/IndexUtil.java#L258-L263) - The current mechanism of...

enhancement

### Description - Deprecates `nmslib` engine support ### Related Issues - N/A ### Check List - [ ] ~New functionality includes testing.~ - [x] New functionality has been documented. -...

skip-changelog