]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/env.defaults
docs: remove all references to PHP
[nominatim.git] / settings / env.defaults
index f4c33e7720abda310c95fd5012a4aaf5000a5baa..8aee4a0fe28481dc25e182d2a0023e2ad593633e 100644 (file)
@@ -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