| Package | Description |
|---|---|
| com.bericotech.clavin.gazetteer.query |
| Modifier and Type | Method and Description |
|---|---|
FuzzyMode |
QueryBuilder.fuzzyMode()
Get the current fuzzy matching mode.
|
FuzzyMode |
GazetteerQuery.getFuzzyMode()
Indicates how fuzzy matching should be used.
|
static FuzzyMode |
FuzzyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FuzzyMode[] |
FuzzyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder |
QueryBuilder.fuzzyMode(FuzzyMode mode)
Configure the fuzzy matching mode.
|
| Constructor and Description |
|---|
GazetteerQuery(LocationOccurrence occurrence,
int maxResults,
FuzzyMode fuzzyMode,
boolean includeHistorical,
boolean filterDupes,
Set<Integer> parentIds,
Set<FeatureCode> featureCodes)
Create a new GazetteerQuery.
|
Copyright © 2012–2014 Berico Technologies. All rights reserved.