Uses of Class
org.apache.tika.parser.geo.topic.gazetteer.Location
-
Packages that use Location Package Description org.apache.tika.parser.geo.topic org.apache.tika.parser.geo.topic.gazetteer -
-
Uses of Location in org.apache.tika.parser.geo.topic
Methods in org.apache.tika.parser.geo.topic that return types with arguments of type Location Modifier and Type Method Description Map<String,List<Location>>
GeoParser. searchGeoNames(ArrayList<String> locationNameEntities)
Method parameters in org.apache.tika.parser.geo.topic with type arguments of type Location Modifier and Type Method Description void
GeoTag. toGeoTag(Map<String,List<Location>> resolvedGeonames, String bestNER)
-
Uses of Location in org.apache.tika.parser.geo.topic.gazetteer
Methods in org.apache.tika.parser.geo.topic.gazetteer that return types with arguments of type Location Modifier and Type Method Description Map<String,List<Location>>
GeoGazetteerClient. getLocations(List<String> locations)
Calls API of lucene-geo-gazetteer to search location name in gazetteer.
-