Skip to content

docs: add Lucene On Faiss report for v3.0.0#351

Merged
tkykenmt merged 1 commit intomainfrom
docs/lucene-on-faiss-v3.0.0
Jan 8, 2026
Merged

docs: add Lucene On Faiss report for v3.0.0#351
tkykenmt merged 1 commit intomainfrom
docs/lucene-on-faiss-v3.0.0

Conversation

@tkykenmt
Copy link
Copy Markdown
Owner

@tkykenmt tkykenmt commented Jan 8, 2026

Summary

This PR adds documentation for the Lucene On Faiss (Memory Optimized Search) feature introduced in OpenSearch v3.0.0.

Feature Overview

Lucene-on-Faiss is a hybrid vector search approach that enables OpenSearch to perform vector searches on FAISS HNSW indexes without loading the entire index into memory. This addresses a fundamental limitation of FAISS and allows vector search operations in memory-constrained environments.

Key Changes

  • Release Report: docs/releases/v3.0.0/features/k-nn/lucene-on-faiss.md
  • Feature Report: docs/features/k-nn/lucene-on-faiss.md
  • Updated release and feature indexes

Related Issue

Closes #151

References

@tkykenmt tkykenmt merged commit b817c94 into main Jan 8, 2026
@tkykenmt tkykenmt deleted the docs/lucene-on-faiss-v3.0.0 branch January 8, 2026 23:24
This was referenced Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant