我们目前正在安装Nominatim API并且它在排名第30位(索引),现在已经索引了大约4天,有没有人知道有多少排名需要索引?
答案 0 :(得分:13)
有30个。
0表示最高优先级,30表示最低优先级。
Here is the full table of rank meaning
And here is really good explanation of meaning of those numbers next to ranks。
根据我的经验,排名26(道路/街道)和30("其他")的排名最长。
值得注意的是,如果此时安装得到中断(处理排名时),可以安全地恢复:
./utils/setup.php --index --create-search-indices
如果排名为26或更高,那么
--index-noanalyse
可以添加。