We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3263f commit fe4190dCopy full SHA for fe4190d
core/src/test/java/org/elasticsearch/search/geo/GeoShapeQueryTests.java
@@ -438,6 +438,7 @@ public void testShapeFilterWithDefinedGeoCollection() throws Exception {
438
assertHitCount(result, 0);
439
}
440
441
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/27454")
442
public void testPointsOnly() throws Exception {
443
String mapping = XContentFactory.jsonBuilder().startObject().startObject("type1")
444
.startObject("properties").startObject("location")
0 commit comments