Hi, I would like to issue a query and get the ID and Score for each matching document. There may be lots of results so I wanted to use the export handler, but unfortunately the current version of Solr doesn't seem to export the Score - I read the comments on https://issues.apache.org/jira/browse/SOLR-5244 (Exporting Full Sorted Result Sets) but am not sure what happened with the idea of exporting the Score. Does anybody know of an existing or future version where this can be done?
I compared exporting 100,000 IDs via the export handler with getting 100,000 ID,Score pairs using the cursor mark - exporting 100,000 IDs was an order of magnitude faster on my laptop. Does anybody know of a faster way to retrieve the ID,Score pairs for a query on a SolrScloud deployment and/or have an idea on the possible performance characteristics of exporting ID, Score (without ranking) if it was to be implemented? Cheers Akiel Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU