Class GeoAnalyzerOptions
java.lang.Object
com.arangodb.entity.arangosearch.analyzer.GeoAnalyzerOptions
- Author:
- Michele Rastelli
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setMaxCells
(Integer maxCells) void
setMaxLevel
(Integer maxLevel) void
setMinLevel
(Integer minLevel)
-
Constructor Details
-
GeoAnalyzerOptions
public GeoAnalyzerOptions()
-
-
Method Details
-
getMaxCells
- Returns:
- maximum number of S2 cells (default: 20)
-
setMaxCells
-
getMinLevel
- Returns:
- the least precise S2 level (default: 4)
-
setMinLevel
-
getMaxLevel
- Returns:
- the most precise S2 level (default: 23)
-
setMaxLevel
-
equals
-
hashCode
public int hashCode()
-