Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LUCENE-10057: Use Lucene abstractions to store KnnVectorDict #252

Merged
merged 3 commits into from
Aug 19, 2021

Commits on Aug 19, 2021

  1. LUCENE-10057: Replace direct mmapped buffer with Lucene abstractions …

    …in KnnVectorDict
    Michael Sokolov committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    2896608 View commit details
    Browse the repository at this point in the history
  2. fix KnnVectorDict.ramBytesUsed

    Michael Sokolov committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    dfa3ec7 View commit details
    Browse the repository at this point in the history
  3. final cleanup

    Michael Sokolov committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    c90b863 View commit details
    Browse the repository at this point in the history