Class GeoAnalyzerOptions
- java.lang.Object
-
- com.arangodb.entity.arangosearch.analyzer.GeoAnalyzerOptions
-
public final class GeoAnalyzerOptions extends Object
- Author:
- Michele Rastelli
-
-
Constructor Summary
Constructors Constructor Description GeoAnalyzerOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetMaxCells()IntegergetMaxLevel()IntegergetMinLevel()inthashCode()voidsetMaxCells(Integer maxCells)voidsetMaxLevel(Integer maxLevel)voidsetMinLevel(Integer minLevel)
-
-
-
Method Detail
-
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)
-
-