X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b7eea4d53ae1c87568161ff70d4f02aa33e18332..c4f30de7a30d6d17398e95143916d254caea56ea:/settings/env.defaults diff --git a/settings/env.defaults b/settings/env.defaults index f4c33e77..8aee4a0f 100644 --- a/settings/env.defaults +++ b/settings/env.defaults @@ -177,16 +177,6 @@ NOMINATIM_MAPICON_URL= # When unset, the local language (i.e. the name tag without suffix) will be used. NOMINATIM_DEFAULT_LANGUAGE= -# Enable a special batch query mode. -# This feature is currently undocumented and potentially broken. -NOMINATIM_SEARCH_BATCH_MODE=no - -# Threshold for searches by name only. -# Threshold where the lookup strategy in the database is switched. If there -# are less occurrences of a tem than given, the search does the lookup only -# against the name, otherwise it uses indexes for name and address. -NOMINATIM_SEARCH_NAME_ONLY_THRESHOLD=500 - # Maximum number of OSM ids accepted by /lookup. NOMINATIM_LOOKUP_MAX_COUNT=50