Search – "cake"

Let us search for "cake" alone using the cURL command:

$ curl -LX POST -d '["cake"]' localhost:9090/api/query | jq       
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current       
                                     Dload  Upload   Total   Spent    Left  Speed         
100   123  100   115  100     8    115      8  0:00:01 --:--:--  0:00:01 61500        
[                                          
  {                                        
    "title": "Book 3",                     
    "url": "http://file_server:9876/book3" 
  },                                       
  {                                        
    "title": "Book 2",                     
    "url": "http://file_server:9876/book2" 
  }                                        
]  

The following are the docker-compose logs when we search for "cake":

concierge_1         | 2018/01/21 20:30:13 http://a_m_librarian:6060/api -> api.queryResult{Count:2, Data:[]api.docs{api.docs{DocID:"3c9c56d31ccd51bc7ac0011020819ef38ccd74a4", Score:2}, api.docs{DocID:"28582e23c02ed3f14f8b4bdae97f91106273c0fc", Score:1}}}
concierge_1         | 2018/01/21 20:30:13 ---------------------------
concierge_1         | 2018/01/21 20:30:13 WARN: http://others_librarian:8080/api -> Post http://others_librarian:8080/api/query: http: ContentLength=8 with Body length 0
concierge_1         | 2018/01/21 20:30:13 ---------------------------
concierge_1         | 2018/01/21 20:30:13 http://n_z_librarian:7070/api -> api.queryResult{Count:0, Data:[]api.docs{}}
concierge_1         | []api.document{api.document{Doc:"apple cake cake whale", Title:"Book 3", DocID:"3c9c56d31ccd51bc7ac0011020819ef38ccd74a4", URL:"http://file_server:9876/book3"}, api.document{Doc:"banana cake zebra", Title:"Book 2", DocID:"28582e23c02ed3f14f8b4bdae97f91106273c0fc", URL:"http://file_server:9876/book2"}}
  
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.214.155