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

Include unindexed field in FieldStats response #21821

Merged
merged 5 commits into from
Dec 6, 2016
Merged

Include unindexed field in FieldStats response #21821

merged 5 commits into from
Dec 6, 2016

Commits on Dec 6, 2016

  1. Include unindexed field in FieldStats response

    This change adds non-searchable fields to the FieldStats response. These fields do not have min/max informations but they can be aggregatable. Fields that are only stored in _source (store:no, index:no, doc_values:no) will still be missing since they do not have any useful information to show. Indices and clients must be at least on V_5_2_0 to see this change.
    jimczi committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    56d5cb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac546c9 View commit details
    Browse the repository at this point in the history
  3. fix compilation

    jimczi committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    727add1 View commit details
    Browse the repository at this point in the history
  4. Set min/max values to null if any of the requested shard does not hav…

    …e this information for the field.
    jimczi committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    be82024 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d401c16 View commit details
    Browse the repository at this point in the history