- Source: https://github.com/OSMNames/OSMNames
- Source: https://hub.docker.com/r/klokantech/osmnames-sphinxsearch (server)
- Current dataset: Check the ./pull_dataset.sh script
If a new dataset is available at OSMNames Releases,
update the DATASET_URL in the ./pull_dataset.sh script to point to the new version.
Then run:
./pull_dataset.shdocker compose run --rm osmname-server sh -c "/sphinx-reindex.sh"
# Or
docker compose run --rm osmname-server sh -c "/sphinx-reindex.sh force"Caution
The container re-run the indexing even with the above command.
Leaving it here for documentation only
More info here: https://github.com/klokantech/osmnames-sphinxsearch?tab=readme-ov-file#index-storage-space
docker compose up -dNote: Make sure to pull the dataset before starting the containers.