If a polygon with a degenerated dimension is indexed and then an intersect query is performed with the same polygon, it might result in an empty result. For example this polygon with degenerated longitude:
POLYGON((1.401298464324817E-45 22.0, 1.401298464324817E-45 69.0, 4.8202184588118395E-40 69.0, 4.8202184588118395E-40 22.0, 1.401298464324817E-45 22.0))
Migrated from LUCENE-8634 by Ignacio Vera (@iverase), updated Jan 25 2019
Attachments: LUCENE-8634.patch (versions: 2)
If a polygon with a degenerated dimension is indexed and then an intersect query is performed with the same polygon, it might result in an empty result. For example this polygon with degenerated longitude:
POLYGON((1.401298464324817E-45 22.0, 1.401298464324817E-45 69.0, 4.8202184588118395E-40 69.0, 4.8202184588118395E-40 22.0, 1.401298464324817E-45 22.0))
Migrated from LUCENE-8634 by Ignacio Vera (@iverase), updated Jan 25 2019
Attachments: LUCENE-8634.patch (versions: 2)