Class GeoAnalyzerOptions

java.lang.Object
com.arangodb.entity.arangosearch.analyzer.GeoAnalyzerOptions

public final class GeoAnalyzerOptions extends Object
Author:
Michele Rastelli
  • Constructor Details

    • GeoAnalyzerOptions

      public GeoAnalyzerOptions()
  • Method Details

    • getMaxCells

      public Integer getMaxCells()
      Returns:
      maximum number of S2 cells (default: 20)
    • setMaxCells

      public void setMaxCells(Integer maxCells)
    • getMinLevel

      public Integer getMinLevel()
      Returns:
      the least precise S2 level (default: 4)
    • setMinLevel

      public void setMinLevel(Integer minLevel)
    • getMaxLevel

      public Integer getMaxLevel()
      Returns:
      the most precise S2 level (default: 23)
    • setMaxLevel

      public void setMaxLevel(Integer maxLevel)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object