Skip to main content

xLucene Translator

Translate xlucene query to database queries

Note on geo shape opensearch queries

Opensearch has a limitation on the degree of precision based on how they store geoshape data. Therefore exact matching of polygons or multi-polygons with the various geo relations (ie within, contains) is inconsistent. The intersect relation seems the most reliable method to find a geoshape using the exact same geoshape in the query, though other data that intersect will also be there in the results.