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

Remove vector values copy() methods, moving IndexInput.clone() and temp storage into lower-level interfaces #13872

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Oct 7, 2024

  1. refactor float vector values random access

    Michael Sokolov committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0b76ac3 View commit details
    Browse the repository at this point in the history
  2. refactor byte vector values random access

    Michael Sokolov committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1c2977f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    debac32 View commit details
    Browse the repository at this point in the history
  4. fix cloning/sharing of vector scorer resources

    Michael Sokolov committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    273e8ed View commit details
    Browse the repository at this point in the history
  5. renaming

    Michael Sokolov committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ce70f4c View commit details
    Browse the repository at this point in the history
  6. tidy

    Michael Sokolov committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b4febca View commit details
    Browse the repository at this point in the history
  7. more renaming

    Michael Sokolov committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2fca27c View commit details
    Browse the repository at this point in the history
  8. EMPTY

    Michael Sokolov committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2e51380 View commit details
    Browse the repository at this point in the history
  9. CHANGES and MIGRATE entries

    Michael Sokolov committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3b8d70f View commit details
    Browse the repository at this point in the history
  10. a little more renaming

    Michael Sokolov committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f5e0260 View commit details
    Browse the repository at this point in the history
  11. mopping up some more values->vectors

    Michael Sokolov committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9c68a6e View commit details
    Browse the repository at this point in the history
  12. fix javadoc

    Michael Sokolov committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f035183 View commit details
    Browse the repository at this point in the history
  13. fix error introduced in refactoring (init lastSubIndex to -1 instead …

    …of 0)
    Michael Sokolov committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    23c7497 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Add BaseKnnVectorsFormatTestCase.testRecall() and fix map ord to doc …

    …in Lucene90HnswVectorsReader
    Michael Sokolov committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    63a4d83 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Add BaseKnnVectorsFormatTestCase.testRecall() and fix map ord to doc …

    …in Lucene90HnswVectorsReader
    Michael Sokolov committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2099589 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. handle stray prints

    Michael Sokolov committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6141900 View commit details
    Browse the repository at this point in the history
  2. test all similarities and more queries

    Michael Sokolov committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    61a0d79 View commit details
    Browse the repository at this point in the history
  3. fix Lucene90Hnsw that was aliasing vector values

    Michael Sokolov committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5a6d709 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. remove stray print

    Michael Sokolov committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    bbe4d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a2c3bb View commit details
    Browse the repository at this point in the history
  3. fix initialization bug in SlowCompositeCodecReaderWrapper

    Michael Sokolov committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    568372f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. simplifications from PR feedback

    Michael Sokolov committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    da06288 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    ed233ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c2cb2d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. fix aliasing of vector scratch in quantized scorer

    Michael Sokolov committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4284360 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    f1e0007 View commit details
    Browse the repository at this point in the history
  2. reuse Floats and RandomVectorScorers

    Michael Sokolov committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ef13bad View commit details
    Browse the repository at this point in the history