I doubt if SOLR has this capability , given that it is based on a RESTful architecture, but I wanted to ask in case I'm mistaken.
In lucene, it is easier to gain a direct handle to the collector / scorer and access all the results as they're collected (as opposed to the SOLR query call that performs the same internally but returns only a subset of results based on the spec'd number of results and offset from the first result) What are my options if I want to access results as they're generated? My first thought would be to write a custom collector to handle the hits as they're scored. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Dumb-question-Streaming-collector-query-results-tp3955175.html Sent from the Solr - User mailing list archive at Nabble.com.