I did small research with the fairly modest result
https://github.com/m-khl/solr-patches/tree/streaming
you can start exploring it from the trivial test
https://github.com/m-khl/solr-patches/blob/17cd45ce7693284de08d39ebc8812aa6a20b8fb3/solr/core/src/test/org/apache/solr/response/ResponseStreaming
In other words, .. as an alternative , what's the most efficient way to gain
access to all of the document ids that match a query
--
View this message in context:
http://lucene.472066.n3.nabble.com/Dumb-question-Streaming-collector-query-results-tp3955175p3955194.html
Sent from the Solr -
ts 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.
perfect, thanks Chris
On 6/27/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
: Would the query term(s) passed in a request need to be stemmed/analyzed
: outside of the request (prior to), or is that handled internally? I'm
still
: making my way through the code but need to answer that questio
: Would the query term(s) passed in a request need to be stemmed/analyzed
: outside of the request (prior to), or is that handled internally? I'm still
: making my way through the code but need to answer that question in short
: order.
Solr field types all have at least one Analyzer -- sometimes
Would the query term(s) passed in a request need to be stemmed/analyzed
outside of the request (prior to), or is that handled internally? I'm still
making my way through the code but need to answer that question in short
order.
cheers,
j