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 top_hit metric #7302

Merged
merged 46 commits into from
Jan 4, 2017
Merged

add top_hit metric #7302

merged 46 commits into from
Jan 4, 2017

Commits on Oct 11, 2016

  1. add top_hits aggregation

    scampi committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    22bab62 View commit details
    Browse the repository at this point in the history
  2. support nested fields

    scampi committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    8aef2b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9791ac5 View commit details
    Browse the repository at this point in the history
  4. improved parameters name and changed aggregation from latest to top t…

    …o better reflect what this aggregation may accomplish
    scampi committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    692f41c View commit details
    Browse the repository at this point in the history
  5. made variable a constant

    scampi committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    39cddab View commit details
    Browse the repository at this point in the history
  6. use shorter name for variable

    scampi committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    c6494cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b365ddc View commit details
    Browse the repository at this point in the history
  8. Added the top_hits agg to line/pie/tile vis. Added support for functi…

    …on in prop_filter to allow more flexibility when filtering the list of values. The _term order is now the default ordering instead of _custom.
    scampi committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    be44e90 View commit details
    Browse the repository at this point in the history
  9. simplified tests

    scampi committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    43767f0 View commit details
    Browse the repository at this point in the history
  10. changed as per code review

    scampi committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    53469d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Configuration menu
    Copy the full SHA
    20be950 View commit details
    Browse the repository at this point in the history
  2. renamed metric to top hit

    scampi committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    20cbb12 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

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

Commits on Oct 23, 2016

  1. support scripted fields

    scampi committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    f79cdc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

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

Commits on Nov 12, 2016

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

Commits on Nov 13, 2016

  1. - added logic for trying to get the field value from the source or fr…

    …om a
    
      doc_values field.
    - added onlyAggregatable option for a field agg param to decide whether
      or not to retain only aggregatable fields.
    scampi committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    6a2bc01 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

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

Commits on Nov 17, 2016

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

Commits on Nov 18, 2016

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

Commits on Nov 19, 2016

  1. Configuration menu
    Copy the full SHA
    f4200e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dda53d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eda9610 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2016

  1. corrected tests and rely on the field's formatter instead of trying t…

    …o return a nice string
    scampi committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    b465438 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

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

Commits on Nov 23, 2016

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

Commits on Dec 5, 2016

  1. Configuration menu
    Copy the full SHA
    cfed72e View commit details
    Browse the repository at this point in the history
  2. - corrected source formatter

    - add option to show/hide analyzed warning of a field
    scampi committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    3090182 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    0d924fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f85803 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

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

Commits on Dec 10, 2016

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

Commits on Dec 15, 2016

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

Commits on Dec 17, 2016

  1. added aggregation option to support multivalued fields and top_hits a…

    …ggregation with a size different than 1
    scampi committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    e18a30d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d5fa02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a2fa67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb70e84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d19ba56 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. - do not set a default value for the aggregate with property since it is

      dependent on the field
    - added tooltips for "aggregate with" and "size" parameters
    scampi committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    66d3b31 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Configuration menu
    Copy the full SHA
    1bd4727 View commit details
    Browse the repository at this point in the history
  2. simplified condition

    scampi committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    5babf9a View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. lint

    scampi committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    7372fce View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

  1. Configuration menu
    Copy the full SHA
    67088c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0791be7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c967a23 View commit details
    Browse the repository at this point in the history