You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,13 @@ east
49
49
north
50
50
wikidata
51
51
wikipedia
52
+
housenumbers
52
53
```
53
54
54
55
The source data should be **sorted by the column `importance`**, and include a header row.
55
-
For the description of these columns, see [data format in geometalab/OSMNames repository](https://github.com/geometalab/OSMNames#data-format-of-tsv-export-of-osmnames).
56
+
For the description of these columns, see [data format in OSMNames documentation](http://osmnames.readthedocs.io/en/latest/introduction.html#output-format).
56
57
57
-
If no data is specified then a 100k OSMNames sample is automatically downloaded from from [geometalab/OSMNames](https://github.com/OSMNames/OSMNames/releases/tag/v1.1)
58
+
If no data is specified then a 100k OSMNames sample is automatically downloaded from from [OSMNames/OSMNames](https://github.com/OSMNames/OSMNames/releases/tag/v2.0.3).
58
59
59
60
# Usage of docker image
60
61
@@ -108,8 +109,8 @@ The SphinxSearch full-text search service requires indexing of the source data.
108
109
The index operation is required only for the first time or if the source data has been changed.
109
110
This operation takes longer on a source with more lines, and requires more space storage as well.
110
111
111
-
A demo sample data with 100 000 lines has **9.3 MiB gzip**-ed source data file and requires storage space of **133.8 MiB for the index** folder. The operation takes (on average) 15 seconds.
112
+
A demo sample data with 100 000 lines has **8.15 MiB gzip** source data file and requires storage space of **314 MiB for the index** folder. The operation takes (on average) 33 seconds.
112
113
113
-
The [full planet source data](https://github.com/OSMNames/OSMNames/releases/download/v1.1/planet-latest.tsv.gz) with 21 million lines requires storage space of **27.4 GiB for the index** folder. The operation takes (on average) 48 minutes.
114
+
The [full planet source data](https://github.com/OSMNames/OSMNames/releases/download/v2.0.3/planet-latest_geonames.tsv.gz) with 23 million lines requires storage space of **34 GiB for the index** folder. The operation takes (on average) 22 minutes.
114
115
115
116
The indexing is done automatically (if a particular index file is missing) via the `sphinx-reindex.sh` script. You can use this script to force run the index operation as well: `$ time bash sphinx-reindex.sh force`.
0 commit comments