This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class | |
--------------- | |
historic | |
emergency | |
club | |
military | |
highway | |
mountain_pass | |
junction | |
natural |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -e | |
while true | |
do | |
starttime=`date +%s` | |
cd $NOMINATIM_DIR | |
./utils/update.php --no-npi --import-osmosis --no-index | |
==> ADD LINE TO CALL PHOTON UPDATER HERE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File "/usr/local/lib/python2.7/dist-packages/elasticsearch/connection/base.py", line 83, in _raise_error | |
raise HTTP_EXCEPTIONS.get(status_code, TransportError)(status_code, error_message, additional_info) | |
RequestError: TransportError(400, u'SearchPhaseExecutionException[Failed to execute phase [query], all shards failed; shardFailures {[JuVagMu2SGycZc07ccKBQA][photon][1]: SearchParseException[[photon][1]: from[-1],size[-1]: Parse Failure [Failed to parse source [{"query": {"filtered": {"filter": {"or": {"filters": [{"missing": {"field": "housenumber"}}, {"query": {"match": {"housenumber": {"query": "base", "analyzer": "standard"}}}}, {"exists": {"field": "name.default"}}]}}, "query": {"function_score": {"query": {"dis_max": {"queries": [{"match": {"collector.en": {"operator": "and", "query": "base", "fuzziness": 2, "analyzer": "raw_stringanalyser"}}}, {"match": {"collector.en.raw": {"operator": "and", "query": "base", "boost": 1.6, "analyzer": "raw_stringanalyser", "fuzziness": 2}}}]}}, "score_mode": "m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /tmp | |
SCRIPTDIR=/etc/planet/hourly.d | |
BASEDIR=/srv/planet.osm.ch | |
DATADIR=$BASEDIR/data | |
WWWDIR=$BASEDIR/site | |
LOCKFILE=$DATADIR/chextract.lock | |
BBOX="5,45.3,11.3,48.3" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
word_token | word | |
-----------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------- | |
d r strauss st | Doktor-Strauß-Straße | |
d r max jung st | Doktor-Max-Jung-Straße | |
stomatologhiia d r kostin | Стоматология доктор Костин | |
d r max st | Doktor-Max-Straße | |
d r hesse st | Doktor-Hes |