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

Tests: Add checks to GeoDistanceQueryBuilderTests #34273

Merged
merged 3 commits into from
Oct 23, 2018

Commits on Oct 3, 2018

  1. Tests: Add checks to GeoDistanceQueryBuilderTests

    Adds checks for parsed geo distance query. It is a bit hackish since it
    compares with query's toString() output, but it is better than no
    checks. The parsed query itself has default visibility, so we cannot
    access it here unless we move the test to org.apache.lucene.document
    package.
    
    Fixes elastic#34043
    imotov committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    bcba9f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

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

Commits on Oct 22, 2018

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