diff --git a/arangod/MMFiles/MMFilesGeoIndex.h b/arangod/MMFiles/MMFilesGeoIndex.h index a2528d2ec6..f97903786b 100644 --- a/arangod/MMFiles/MMFilesGeoIndex.h +++ b/arangod/MMFiles/MMFilesGeoIndex.h @@ -121,7 +121,7 @@ friend class MMFilesGeoIndexIterator; bool canBeDropped() const override { return true; } - bool isSorted() const override { return false; } + bool isSorted() const override { return true; } bool hasSelectivityEstimate() const override { return false; }