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 support for field aliases to 6.x. #32184

Merged
merged 15 commits into from
Jul 24, 2018

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    3fd380c View commit details
    Browse the repository at this point in the history
  2. Allow for aliases when fetching stored fields. (elastic#31411)

    * When loading stored fields, resolve wildcard patterns against the mappings instead of the index.
    * Minor simplifications to the logic in FetchPhase.
    * Pull out a shared method FetchPhase#getSearchFields.
    * Allow for aliases when fetching stored fields.
    jtibshirani committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    8e74f21 View commit details
    Browse the repository at this point in the history
  3. Add tests around accessing field aliases in scripts. (elastic#31417)

    * Make sure aliases can be referenced through params._fields.
    * Make sure aliases can be accessed through 'doc'.
    * Convert ExpressionTests to a unit test.
    jtibshirani committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    01b4918 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebc37fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44afa78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f5e204 View commit details
    Browse the repository at this point in the history
  7. Make sure that field-level security is enforced when using field alia…

    …ses. (elastic#31807)
    
    * Add basic unit tests for field level security with field aliases.
    * Ensure that field caps information is filtered when a field alias is provided.
    jtibshirani committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    9bc098a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec2b43b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7501b2c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d65c8d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    142be2e View commit details
    Browse the repository at this point in the history
  12. Fix a test bug around nested aggregations and field aliases. (elastic…

    …#32287)
    
    This issue affected both NestedAggregatorTest and ReverseNestedAggregatorTest.
    jtibshirani committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    301adfd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    85d00cb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    457d204 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0fe8493 View commit details
    Browse the repository at this point in the history