mediagis / nominatim-docker

100% working container for Nominatim
Creative Commons Zero v1.0 Universal
1.08k stars 442 forks source link

Is it necessary to restart the api after indexing new data #370

Closed MALKARAJ closed 2 years ago

MALKARAJ commented 2 years ago

Hi Team, Thanks for doing the great work keep it up,

I have an issue, is it necessary to stop and start the API after every new indexed data , kindly give me details about this

mtmail commented 2 years ago

(Please use the discussions instead for questions https://github.com/mediagis/nominatim-docker/discussions)

The API doesn't have to be restarted when new data is indexed. The indexing runs in the background and users can do searches during the indexing. Some people do indexing every minute. Of course if it's the initial import then the database is mostly empty (or unindexed) and the API will return no results.