Nominatim/lib-php
Sarah Hoffmann 8ed096f938 speed up reverse lookup of place nodes
Add a special index that contains the place nodes buffered by their
respective area according to their search rank. This replaces the
maximum area search for place nodes and reduces drastically the number
of place nodes that need to be retrieved.
2023-02-17 14:10:01 +01:00
..
admin add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
template Main tag information added to geocodejson in reverse geocoding 2023-02-08 00:19:49 +04:00
tokenizer adapt search algorithm to new postcode format in word 2022-06-23 23:42:31 +02:00
website docs: fix typos 2022-07-20 22:05:31 +08:00
AddressDetails.php use ISO3166-2-lvl<admin_level> instead of typeLabel prefix 2022-04-07 16:37:51 +02:00
ClassTypes.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
cmd.php docs: fix typos 2022-07-20 22:05:31 +08:00
DatabaseError.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
DB.php Update DB.php 2022-12-27 08:34:20 +01:00
DebugHtml.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
DebugNone.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
dotenv_loader.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
Geocode.php use grapheme_stripos instead of stripos in PHP code 2022-12-11 13:55:27 +01:00
init-cmd.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
init-website.php fix return code for PHP exceptions 2022-03-16 21:44:02 +01:00
init.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
lib.php docs: fix typos 2022-07-20 22:05:31 +08:00
log.php correct end time computation 2022-05-20 23:11:00 +02:00
output.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
ParameterParser.php ignore API parameters in array notation 2022-07-23 10:51:44 +02:00
Phrase.php docs: fix typos 2022-07-20 22:05:31 +08:00
PlaceLookup.php add support for lookup of linked places 2022-11-16 21:34:45 +01:00
Result.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
ReverseGeocode.php speed up reverse lookup of place nodes 2023-02-17 14:10:01 +01:00
SearchContext.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
SearchDescription.php docs: fix typos 2022-07-20 22:05:31 +08:00
SearchPosition.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
setup_functions.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
Shell.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
SimpleWordList.php PHP 8 behaves slightly different with in_array and usort 2022-07-03 10:55:34 +02:00
SpecialSearchOperator.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
Status.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
TokenCountry.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
TokenHousenumber.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
TokenList.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
TokenPartial.php add consistent SPDX copyright headers 2022-01-03 16:23:58 +01:00
TokenPostcode.php adapt search algorithm to new postcode format in word 2022-06-23 23:42:31 +02:00
TokenSpecialTerm.php correctly handle special term + name combination 2022-11-15 11:55:40 +01:00
TokenWord.php docs: fix typos 2022-07-20 22:05:31 +08:00