From b70ebb1d9568151e671e3426a01daa74a66a68f3 Mon Sep 17 00:00:00 2001 From: Severyn Kozak Date: Tue, 28 Apr 2015 11:12:45 -0400 Subject: [PATCH] helper/category_weights.js: add a documentation comment. --- helper/category_weights.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helper/category_weights.js b/helper/category_weights.js index 6717f229..a6b6e8f9 100644 --- a/helper/category_weights.js +++ b/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,