RE: Streaming with facets

2016-04-19 Thread Davis, Daniel (NIH/NLM) [C]
see...@gmail.com] Sent: Tuesday, April 19, 2016 5:18 PM To: solr-user@lucene.apache.org Subject: Re: Streaming with facets Part of the difficulty is that "stream" and "streaming" are rather overloaded terms. Many parts of Solr can already stream, with varying degrees of how much

Re: Streaming with facets

2016-04-19 Thread Yonik Seeley
Part of the difficulty is that "stream" and "streaming" are rather overloaded terms. Many parts of Solr can already stream, with varying degrees of how much state is aggregated / internally collected before "streaming" starts. Faceting can be truly streamed *if* the sort order is by the bucket va

Streaming with facets

2016-04-19 Thread Davis, Daniel (NIH/NLM) [C]
So, can someone clarify how faceting works with streaming expressions? I can see how document search can return documents as it finds them, using any particular ordering desired - just a parse tree of query operators with priority queues (or something more complicated) within each query operator