lucidworks / zeppelin-solr

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

Need better documentation on specifying a collection name as part of facet command #11

Closed epugh closed 5 years ago

epugh commented 5 years ago

I just discovered that I can pass in a collection parameter, instead of having to use use mycollection. This isn't documented anywhere, except as a cryptic error message.

If you run facet your get baack the message Specify the query params to facet with. Example: search q=text&facet=true&facet.field=genre, it could also put in the collection=yourcollection parameter in that messaage!

Or do we need to updaate/enahnce the README?

kiranchitturi commented 5 years ago

facet might work fine but I don't think other commands like stream or sql will work. We can document for facet param. I will update the README for now 👍

I just committed minor fixes and releasing 0.1.1 that fixes logging

kiranchitturi commented 5 years ago

Released 0.1.1 and updated the README