X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8c3a0efe8b75a06279998e66a932d8a56c483961..1b3acc4f8f991e4b78b68694f8a2ff3812208f18:/utils/check_import_finished.php?ds=sidebyside diff --git a/utils/check_import_finished.php b/utils/check_import_finished.php index 4529c693..5ec99b81 100755 --- a/utils/check_import_finished.php +++ b/utils/check_import_finished.php @@ -106,7 +106,6 @@ $aExpectedIndices = array( 'idx_placex_rank_address', 'idx_placex_pendingsector', 'idx_placex_parent_place_id', - 'idx_placex_geometry_reverse_lookuppoint', 'idx_placex_geometry_reverse_lookuppolygon', 'idx_placex_geometry_reverse_placenode', 'idx_location_area_country_place_id', @@ -133,7 +132,8 @@ foreach ($aExpectedIndices as $sExpectedIndex) { $print_fail(); echo <<< END Hints: - * Rerun the setup.php --create-search-indices step + * Run './utils/setup.php --create-search-indices --ignore-errors' to + create missing indices. END; exit(1);