[geodisambig] Shaving a few hundred more megabytes off of the geodb by only adding a single geohash prefix and not indexing the neighbors (query can use its neighbors)
This commit is contained in:
@@ -24,7 +24,7 @@ bool geodisambig_add_boundary_type_feature(cstring_array *features, char *name,
|
||||
bool geodisambig_add_language_feature(cstring_array *features, char *name, char *lang);
|
||||
bool geodisambig_add_admin1_feature(cstring_array *features, char *name, uint32_t admin1_id);
|
||||
bool geodisambig_add_admin2_feature(cstring_array *features, char *name, uint32_t admin2_id);
|
||||
bool geodisambig_add_geo_features(cstring_array *features, char *name, double latitude, double longitude);
|
||||
bool geodisambig_add_geo_features(cstring_array *features, char *name, double latitude, double longitude, bool add_neighbors);
|
||||
|
||||
bool geodisambig_add_geoname_features(cstring_array *features, geoname_t *geoname);
|
||||
bool geodisambig_add_postal_code_features(cstring_array *features, gn_postal_code_t *postal_code);
|
||||
|
||||
Reference in New Issue
Block a user