]> git.openstreetmap.org Git - nominatim.git/blob - docs/customize/Overview.md
b86a71644fc6beba7ec85a41869c71c4e916716c
[nominatim.git] / docs / customize / Overview.md
1 Nominatim comes with a predefined set of configuration options that should
2 work for most standard installations. If you have special requirements, there
3 are many places where the configuration can be adapted. This chapter describes
4 the following configurable parts:
5
6 * [Global Settings](Settings.md) - detailed description of all parameters that
7   can be set in your local `.env` configuration
8 * [Tokenizers](Tokenizers.md) - describe the configuration of the module
9   responsible for analysing and indexing names
10 * [Special Phrases](Special-Phrases.md) are common nouns or phrases that
11   can be used in search to identify a class of places
12
13 There are also guides for adding the following external data:
14
15 * [US house numbers from the TIGER dataset](Tiger.md)
16 * [External postcodes](Postcodes.md)