| Package | Description |
|---|---|
| com.bericotech.clavin.gazetteer.query |
| Modifier and Type | Method and Description |
|---|---|
GazetteerQuery |
QueryBuilder.build()
Constructs a query from the current configuration of this Builder.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResolvedLocation> |
LuceneGazetteer.getClosestLocations(GazetteerQuery query)
Execute a query against the Lucene gazetteer index using the provided configuration,
returning the top matches as
ResolvedLocations. |
List<ResolvedLocation> |
Gazetteer.getClosestLocations(GazetteerQuery query)
Execute a query against the gazetteer using the provided configuration,
returning the top matches as
ResolvedLocations. |
Copyright © 2012–2014 Berico Technologies. All rights reserved.