Browse Source

helper/category_weights.js: add a documentation comment.

pull/106/head
Severyn Kozak 10 years ago
parent
commit
b70ebb1d95
  1. 5
      helper/category_weights.js

5
helper/category_weights.js

@ -1,3 +1,8 @@
/**
* These values specify how much a record that matches a certain category
* should be boosted in elasticsearch results.
*/
module.exports = {
'transport': 10,
'transport:air': 20,

Loading…
Cancel
Save