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

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Sep 11, 2019

LatLonShape's implementation for spatial relationship CONTAINS.

superseed #608

# 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
@nknize
Copy link
Member

nknize commented Dec 10, 2019

Dug into this quite a bit and it LGTM. I think we can probably iterate on the API but the overall logic looks good.

Copy link
Member

@nknize nknize left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jpountz
Copy link
Contributor

jpountz commented Dec 12, 2019

I think we can probably iterate on the API

@nknize I'm curious, what do you have in mind?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants