Re: Dumb question: Streaming collector /query results

2012-05-02 Thread Mikhail Khludnev
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

Re: Dumb question: Streaming collector /query results

2012-05-02 Thread vybe3142
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 -

Dumb question: Streaming collector /query results

2012-05-02 Thread vybe3142
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.

Re: Dumb question

2006-06-27 Thread Jeff Rodenburg
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

Re: Dumb question

2006-06-27 Thread Chris Hostetter
: 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

Dumb question

2006-06-27 Thread Jeff Rodenburg
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