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 doc values support for JSON fields. #40069

Merged
merged 17 commits into from
Apr 1, 2019

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    1719b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d634d3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef3851c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94d4425 View commit details
    Browse the repository at this point in the history
  5. Add javadoc.

    jtibshirani committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    4f9598e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5124a6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08cc504 View commit details
    Browse the repository at this point in the history
  8. Calculate the first and last ordinals for a prefix through binary sea…

    …rch.
    
    This strategy reduces the number of lookups + comparisons needed when
    filtering the prefixed doc values.
    jtibshirani committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    7dd443a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3097ed1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7058eeb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    19e7d2a View commit details
    Browse the repository at this point in the history
  12. Fix a typo in the docs.

    jtibshirani committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    f482d3e View commit details
    Browse the repository at this point in the history
  13. Use UncheckedIOException.

    jtibshirani committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    e0a5505 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a390337 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    54ac640 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Fix FieldSortIT#testJsonField.

    Now that we error on out-of-range ordinals, supplying a missing sort value no
    longer works. This will be addressed in a follow-up PR.
    jtibshirani committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    be00cf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

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