Skip to content

Commit

Permalink
Removing the vec file extension from INDEX_STORE_HYBRID_NIO_EXTENSION…
Browse files Browse the repository at this point in the history
…S, to ensure the no performance degradation for vector search via Lucene Engine.

Signed-off-by: Navneet Verma <navneev@amazon.com>
  • Loading branch information
navneet1v committed Aug 23, 2023
1 parent f5a6e6d commit cbc0f4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Add support for wrapping CollectorManager with profiling during concurrent execution ([#9129](https://github.com/opensearch-project/OpenSearch/pull/9129))
- Rethrow OpenSearch exception for non-concurrent path while using concurrent search ([#9177](https://github.com/opensearch-project/OpenSearch/pull/9177))
- Improve performance of encoding composite keys in multi-term aggregations ([#9412](https://github.com/opensearch-project/OpenSearch/pull/9412))
- Removing the vec file extension from INDEX_STORE_HYBRID_NIO_EXTENSIONS, to ensure the no performance degradation for vector search via Lucene Engine.([#9528](https://github.com/opensearch-project/OpenSearch/pull/9528)))

### Deprecated

Expand Down
1 change: 0 additions & 1 deletion server/src/main/java/org/opensearch/index/IndexModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ public Iterator<Setting<?>> settings() {
"tvd",
"liv",
"dii",
"vec",
"vem"
),
Function.identity(),
Expand Down

0 comments on commit cbc0f4f

Please sign in to comment.