Guest User

Untitled

a guest
Jul 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. var formatted_results = []
  2.  
  3. const map_to_list = function(result){
  4.  
  5. obj = {"ref" : result.document.id,
  6. "score" : result.score,
  7. "doc" : result.document}
  8.  
  9. console.log(obj)
  10.  
  11. // formatted_results.push(obj)
  12.  
  13. }
  14.  
  15. formatted_results = search_results.on('data', map_to_list)
Add Comment
Please, Sign In to add comment