Re: Solrcloud export all results sorted by score

2019-10-04 Thread Edward Turner
Hi Chris, Good info, thank you for that! > What's your UI & middle layer like for this application and > eventual "download" ? I'm working in a team on the back-end side of things, where we providing a REST API that can be used by clients, which include our UI, which is a React JS based app

Re: Solrcloud export all results sorted by score

2019-10-03 Thread Chris Hostetter
: We show a table of search results ordered by score (relevancy) that was : obtained from sending a query to the standard /select handler. We're : working in the life-sciences domain and it is common for our result sets to : contain many millions of results (unfortunately). After users browse

Re: Solrcloud export all results sorted by score

2019-10-03 Thread Edward Turner
to the standard /select handler. We're > >> working in the life-sciences domain and it is common for our result > sets to > >> contain many millions of results (unfortunately). After users browse > their > >> results, they then may want to download the results that

Re: Solrcloud export all results sorted by score

2019-10-03 Thread Jörn Franke
sciences domain and it is common for our result sets >> to >>> contain many millions of results (unfortunately). After users browse >> their >>> results, they then may want to download the results that they see, to do >>> some post-processing. However, to do this, such

Re: Solrcloud export all results sorted by score

2019-10-03 Thread Edward Turner
sing. However, to do this, such that the results appear > in > > the order that the user originally saw them, we'd need to be able to > export > > results based on score/relevancy. > > > > Any suggestions or advice on this would be greatly appreciated! > >

Re: Solrcloud export all results sorted by score

2019-10-01 Thread Walter Underwood
appear in >> the order that the user originally saw them, we'd need to be able to export >> results based on score/relevancy. >> >> Any suggestions or advice on this would be greatly appreciated! >> >> Many thanks! >> >> Edd >> >> PS. apologies for posting also on Stackoverflow ( >> https://stackoverflow.com/questions/58167152/solrcloud-export-all-results-sorted-by-score) >> -- >> I only discovered the Solr mailing-list afterwards and thought it probably >> better to reach out directly to Solr's people (I can share any answer from >> this forum on there retrospectively). >

Re: Solrcloud export all results sorted by score

2019-10-01 Thread Erick Erickson
xport > results based on score/relevancy. > > Any suggestions or advice on this would be greatly appreciated! > > Many thanks! > > Edd > > PS. apologies for posting also on Stackoverflow ( > https://stackoverflow.com/questions/58167152/solrcloud-export-all-results-sorted-

Solrcloud export all results sorted by score

2019-10-01 Thread Edward Turner
ancy. Any suggestions or advice on this would be greatly appreciated! Many thanks! Edd PS. apologies for posting also on Stackoverflow ( https://stackoverflow.com/questions/58167152/solrcloud-export-all-results-sorted-by-score) -- I only discovered the Solr mailing-list afterwards and thought i