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

Refactoring to prepare for the addition of dynamic fast field #1730

Merged
merged 4 commits into from
Dec 22, 2022

Commits on Dec 21, 2022

  1. Refactoring to prepare for the addition of dynamic fast field

    - Exposing insert_key / insert_value
    - Renamed SSTable::{Reader/Writer}-> SSTable::{ValueReader/ValueWriter}
    - Added a generic Dictionary object in the sstable crate
    - Removing the TermDictionary wrapper from tantivy, relying directly on
      an alias of the generic Dictionary object.
    - dropped the use of byteorder in sstable.
    - Stopped scanning / reading the entire dictionary when streaming a range.
    fulmicoton committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    8c307d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4953e31 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. CR comments.

    Rename deserialize_u64 -> deserialize_vint_u64
    fulmicoton committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    ca0d361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa5d65 View commit details
    Browse the repository at this point in the history