All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.kzwang.osem.annotations.GeoShapeTreeEnum Maven / Gradle / Ivy

package com.github.kzwang.osem.annotations;

/**
 * @see Prefix Tree
 */
public enum GeoShapeTreeEnum {
    /**
     * Use default value in ElasticSearch
     */
    NA,

    /**
     * Use GeohashPrefixTree (geohash)
     */
    GEOHASH,

    /**
     * Use QuadPrefixTree (quadtree)
     */
    QUADTREE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy