NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I finished importing all the planet data, search indices are good and all the indexes have been executed successfully. I also ran the script to check that all imports were successful (./utils/check_import_finished.php) and no issues that I can see. The Apache Web service also seems to be up and running. Now, when I enter an address to query, it doesn't return any search results. It only returns anything if I enter a country name.

Any idea as to what the issue is? Do I need to update the Web Service to sync with the postgres data?

asked 15 Sep '20, 21:23

rirhun's gravatar image

rirhun
26559
accept rate: 0%

edited 15 Sep '20, 21:24


Any chance the search index step of the installation ran out of disk space?

That step can be rerun https://github.com/osm-search/Nominatim/issues/1694 ./utils/setup.php --create-search-indices --create-country-names You can also add --ignore-errors if you get 'relation already exists' warnings. https://github.com/osm-search/Nominatim/issues/1833

If it's not a missing index it could be incomplete indices. In that case delete all indices listed in sql/indices.src.sql and sql/indices_search.src.sql first and and run the step above again.

permanent link

answered 16 Sep '20, 00:32

mtmail's gravatar image

mtmail
4.8k1574
accept rate: 27%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×689
×290
×133
×4
×2

question asked: 15 Sep '20, 21:23

question was seen: 1,723 times

last updated: 16 Sep '20, 00:32

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum