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