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:
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
14 There are also guides for adding the following external data:
16 * [US house numbers from the TIGER dataset](Tiger.md)
17 * [External postcodes](Postcodes.md)