mirror of https://github.com/pelias/api.git
Harish Krishna
9 years ago
5 changed files with 35 additions and 6 deletions
@ -0,0 +1,13 @@
|
||||
/** |
||||
* These values specify how much a document that matches a certain _type |
||||
* should be boosted in elasticsearch results. |
||||
*/ |
||||
|
||||
module.exports = { |
||||
'admin0': 4, |
||||
'admin1': 3, |
||||
'admin2': 2, |
||||
'local_admin': 1, |
||||
'locality':1, |
||||
'neighborhood':1 |
||||
}; |
Loading…
Reference in new issue