| Package | Description |
|---|---|
| com.bericotech.clavin |
| Modifier and Type | Method and Description |
|---|---|
static GeoParser |
GeoParserFactory.getDefault(String pathToLuceneIndex)
Get the default GeoParser, with maxHitDepth and maxContentWindow
both set to 1, and fuzzy matching turned off.
|
static GeoParser |
GeoParserFactory.getDefault(String pathToLuceneIndex,
boolean fuzzy)
Get a GeoParser with fuzzy matching explicitly turned on or off.
|
static GeoParser |
GeoParserFactory.getDefault(String pathToLuceneIndex,
int maxHitDepth,
int maxContentWindow)
Get a GeoParser with defined values for maxHitDepth and
maxContentWindow.
|
static GeoParser |
GeoParserFactory.getDefault(String pathToLuceneIndex,
int maxHitDepth,
int maxContentWindow,
boolean fuzzy)
Get a GeoParser with defined values for maxHitDepth and
maxContentWindow, and fuzzy matching explicitly turned on or off.
|
static GeoParser |
GeoParserFactory.getDefault(String pathToLuceneIndex,
LocationExtractor extractor,
int maxHitDepth,
int maxContentWindow,
boolean fuzzy)
Get a GeoParser with defined values for maxHitDepth and
maxContentWindow, fuzzy matching explicitly turned on or off,
and a specific LocationExtractor to use.
|
Copyright © 2012–2014 Berico Technologies. All rights reserved.