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

Add a frozen engine implementation #34357

Merged
merged 21 commits into from
Nov 7, 2018

Commits on Oct 8, 2018

  1. Add a frozen engine implementation

    This change adds a `frozen` engine that allows lazily open a directory reader
    on a read-only shard. The engine wraps general purpose searchers in a LazyDirectoryReader
    that also allows to release and reset the underlying index readers after any and before
    secondary search phases.
    
    Relates to elastic#34352
    
    F
    s1monw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    99aa8ad View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Configuration menu
    Copy the full SHA
    11ae122 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    900917c View commit details
    Browse the repository at this point in the history
  3. simplify reset/release

    s1monw committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    8324b72 View commit details
    Browse the repository at this point in the history
  4. fix imports

    s1monw committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    a35e79f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. apply feedback

    s1monw committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    5981a20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38f0f33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b52f29e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Configuration menu
    Copy the full SHA
    877b962 View commit details
    Browse the repository at this point in the history
  2. Fix compilation

    s1monw committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    af08d68 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    c25a36e View commit details
    Browse the repository at this point in the history
  2. fix compilation

    s1monw committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    0a74147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3941207 View commit details
    Browse the repository at this point in the history
  4. add more comments

    s1monw committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    bee497a View commit details
    Browse the repository at this point in the history
  5. add javadocs

    s1monw committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    2ff209e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6566ce4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1617c3b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. fix forbidden API check

    s1monw committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    ea8a665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be71799 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80b6827 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f247408 View commit details
    Browse the repository at this point in the history