Class GeoS2Analyzer


  • public final class GeoS2Analyzer
    extends SearchAnalyzer
    An Analyzer capable of breaking up a GeoJSON object or coordinate array in [longitude, latitude] order into a set of indexable tokens for further usage with ArangoSearch Geo functions.

    The Analyzer is similar to GeoJSONAnalyzer, but it internally uses a format for storing the geo-spatial data that is more efficient. You can choose between different formats to make a tradeoff between the size on disk, the precision, and query performance.

    Since:
    ArangoDB 3.10.5
    Author:
    Michele Rastelli
    See Also:
    API Documentation