lucidworks / zeppelin-solr

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

Appears that the search command doesn't use the collection param #21

Closed epugh closed 5 years ago

epugh commented 5 years ago

I am leveraging the variaable interpolation to swap between my dev, staging environments in my notebook. This meaans I need the collection parameter:

search collection=$${SolrEnvironment}_raw_data&q=*:*

This works for the facet command, but NOT for the search. Despite the user messaage saying it does!!! https://github.com/lucidworks/zeppelin-solr/blob/master/src/main/java/com/lucidworks/zeppelin/solr/SolrInterpreter.java#L94

epugh commented 5 years ago

Okay, I am closing this as the PR #22 was merged.