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

LUCENE-8620: LatLonShape contains #872

Merged
merged 17 commits into from
Dec 11, 2019
Merged

LUCENE-8620: LatLonShape contains #872

merged 17 commits into from
Dec 11, 2019

Commits on Sep 11, 2019

  1. Configuration menu
    Copy the full SHA
    1da3e01 View commit details
    Browse the repository at this point in the history
  2. Adds contains support

    iverase committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    dcc5b9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c013401 View commit details
    Browse the repository at this point in the history
  4. Fix precommit

    iverase committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    b4c194e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

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

Commits on Oct 16, 2019

  1. Merge branch 'master' into contains3

    # Conflicts:
    #	lucene/core/src/java/org/apache/lucene/geo/EdgeTree.java
    #	lucene/sandbox/src/java/org/apache/lucene/document/LatLonShapeLineQuery.java
    #	lucene/sandbox/src/java/org/apache/lucene/document/LatLonShapePolygonQuery.java
    #	lucene/sandbox/src/java/org/apache/lucene/document/XYShapeBoundingBoxQuery.java
    #	lucene/sandbox/src/java/org/apache/lucene/document/XYShapeLineQuery.java
    #	lucene/sandbox/src/java/org/apache/lucene/document/XYShapePolygonQuery.java
    #	lucene/sandbox/src/java/org/apache/lucene/geo/Line2D.java
    #	lucene/sandbox/src/test/org/apache/lucene/document/BaseShapeTestCase.java
    #	lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonLineShapeQueries.java
    #	lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonMultiLineShapeQueries.java
    #	lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonMultiPointShapeQueries.java
    #	lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonMultiPolygonShapeQueries.java
    #	lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonPointShapeQueries.java
    #	lucene/sandbox/src/test/org/apache/lucene/document/TestLatLonPolygonShapeQueries.java
    #	lucene/sandbox/src/test/org/apache/lucene/document/TestXYLineShapeQueries.java
    #	lucene/sandbox/src/test/org/apache/lucene/document/TestXYMultiLineShapeQueries.java
    #	lucene/sandbox/src/test/org/apache/lucene/document/TestXYMultiPointShapeQueries.java
    #	lucene/sandbox/src/test/org/apache/lucene/document/TestXYMultiPolygonShapeQueries.java
    #	lucene/sandbox/src/test/org/apache/lucene/document/TestXYPointShapeQueries.java
    #	lucene/sandbox/src/test/org/apache/lucene/document/TestXYPolygonShapeQueries.java
    #	lucene/sandbox/src/test/org/apache/lucene/geo/TestLine2D.java
    iverase committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    28f3ddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    448d4e4 View commit details
    Browse the repository at this point in the history
  3. remove unused imports

    iverase committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    50dd24c View commit details
    Browse the repository at this point in the history
  4. remove unused import

    iverase committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    93624c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. performance bug

    iverase committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    5200773 View commit details
    Browse the repository at this point in the history
  2. add javadocs

    iverase committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    605e2fe View commit details
    Browse the repository at this point in the history
  3. add javadocs

    iverase committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    a26b42d View commit details
    Browse the repository at this point in the history
  4. fix formatting

    iverase committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    a4fa399 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Configuration menu
    Copy the full SHA
    67bd758 View commit details
    Browse the repository at this point in the history
  2. entry in CHANGES.txt

    iverase committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    50e62ef View commit details
    Browse the repository at this point in the history
  3. entry in CHANGES.txt

    iverase committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    bfafd43 View commit details
    Browse the repository at this point in the history
  4. fix order of parameters

    iverase committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    56c8b03 View commit details
    Browse the repository at this point in the history