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

[Rollup] Re-factor Rollup Indexer into a generic indexer for re-usability #32743

Merged
merged 24 commits into from
Aug 29, 2018

Commits on Aug 8, 2018

  1. refactor rollup job

    Hendrik Muhs committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    bb39f55 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. cleanup, simplify and add documentation

    Hendrik Muhs committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    5706389 View commit details
    Browse the repository at this point in the history
  2. refactor Jobstats

    Hendrik Muhs committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    b6d681a View commit details
    Browse the repository at this point in the history
  3. fix some namings and style

    Hendrik Muhs committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    106f654 View commit details
    Browse the repository at this point in the history
  4. remove RollupJobStats

    Hendrik Muhs committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    a3f53ee View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. adapt tests for fieldname change

    Hendrik Muhs committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    b51853b View commit details
    Browse the repository at this point in the history
  2. add documentation

    Hendrik Muhs committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    5b2794c View commit details
    Browse the repository at this point in the history
  3. add a simple test

    Hendrik Muhs committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    2e858c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. rename Iteration to IterationResult

    Hendrik Muhs committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    a5f6d93 View commit details
    Browse the repository at this point in the history
  2. address review comments

    Hendrik Muhs committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    57c9986 View commit details
    Browse the repository at this point in the history
  3. Revert "adapt tests for fieldname change"

    This reverts commit b51853b.
    Hendrik Muhs committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    8c339cc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. fix test for deprecation warning

    Hendrik Muhs committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    c58759e View commit details
    Browse the repository at this point in the history
  2. Revert "fix test for deprecation warning"

    This reverts commit c58759e.
    Hendrik Muhs committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    d521f9d View commit details
    Browse the repository at this point in the history
  3. implement BWC based on request params

    Hendrik Muhs committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    948e3c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    f7385b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    4e8ab17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b583070 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    7366c63 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Make IndexerJobStats abstract, rename IterativeIndexer

    With IndexerJobStats now abstract, each implementation of of the
    AsyncTwoPhaseIndexer can implement their own job stats.  The base
    abstract class provides some stats (docs indexed, etc), but allows
    each specific implementation the ability to add more stats and control
    how they are displayed in XContent.
    
    This removes the need for the BWC flag.
    polyfractal committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    11d27aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f5f54a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    243dfb1 View commit details
    Browse the repository at this point in the history
  4. address review comments

    polyfractal committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    0f02c19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6011a27 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    cff5a92 View commit details
    Browse the repository at this point in the history