lucidworks / zeppelin-solr

Apache Solr interpreter for Apache Zeppelin
Apache License 2.0
28 stars 4 forks source link

total document counts do not match #7

Closed aroopganguly closed 5 years ago

aroopganguly commented 6 years ago

Hi Team

I am observing a discrepancy between the actual number of documents in a collection and the number shown in the zeppelin-notebook when performing "use " command.

The one on the UI after the use command is significantly lower than the actual. Also when I run a facet or streaming expression query the doc counts are significantly higher than the total docs shown in the section created using the "use" command.

kiranchitturi commented 5 years ago

yeah, it's a bug. The luke query was not distributed. I am fixing it in the next version

kiranchitturi commented 5 years ago

fixed in #10