]> git.openstreetmap.org Git - nominatim.git/blob - docs/customize/Overview.md
docs: nominatim-ui has a new place for custom config
[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) has a detailed description of all parameters that
7   can be set in your local `.env` configuration
8 * [Import styles](Import-Styles.md) explains how to write your own import style.
9 * [Tokenizers](Tokenizers.md) describes the configuration of the module
10   responsible for analysing and indexing names
11 * [Special Phrases](Special-Phrases.md) are common nouns or phrases that
12   can be used in search to identify a class of places
13
14 There are also guides for adding the following external data:
15
16 * [US house numbers from the TIGER dataset](Tiger.md)
17 * [External postcodes](Postcodes.md)