Re: When querying ElasticSearch, score is 0

2015-04-18 Thread Andrejs Abele
Thank you for the information. Cheers, Andrejs On 04/18/2015 10:23 AM, Nick Pentreath wrote: > ES-hadoop uses a scan & scroll search to efficiently retrieve large > result sets. Scores are not tracked in a scan and sorting is not > supported hence 0 scores. > > http://www.elastic.co/guide/en/elast

Re: When querying ElasticSearch, score is 0

2015-04-18 Thread Nick Pentreath
ES-hadoop uses a scan & scroll search to efficiently retrieve large result sets. Scores are not tracked in a scan and sorting is not supported hence 0 scores. http://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html#scroll-scan — Sent from Mailbox

When querying ElasticSearch, score is 0

2015-04-16 Thread Andrejs Abele
Hi, I have data in my ElasticSearch server, when I query it using rest interface, I get results and score for each result, but when I run the same query in spark using ElasticSearch API, I get results and meta data, but the score is shown 0 for each record. My configuration is ... val conf = new