Uses of Class
com.bericotech.clavin.GeoParser

Packages that use GeoParser
com.bericotech.clavin   
 

Uses of GeoParser in com.bericotech.clavin
 

Methods in com.bericotech.clavin that return GeoParser
static GeoParser GeoParserFactory.getDefault(String pathToLuceneIndex)
          Get the default GeoParser.
static GeoParser GeoParserFactory.getDefault(String pathToLuceneIndex, boolean fuzzy)
          Get the default GeoParser.
static GeoParser GeoParserFactory.getDefault(String pathToLuceneIndex, int maxHitDepth, int maxContentWindow)
          Get the default GeoParser.
static GeoParser GeoParserFactory.getDefault(String pathToLuceneIndex, int maxHitDepth, int maxContentWindow, boolean fuzzy)
          Get the default GeoParser.
static GeoParser GeoParserFactory.getDefault(String pathToLuceneIndex, LocationExtractor extractor, int maxHitDepth, int maxContentWindow, boolean fuzzy)
          Get the default GeoParser.
 



Copyright © 2013 Berico Technologies. All rights reserved.