Closed epugh closed 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:
dev
staging
collection
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
facet
search
Okay, I am closing this as the PR #22 was merged.
I am leveraging the variaable interpolation to swap between my
dev
,staging
environments in my notebook. This meaans I need thecollection
parameter:This works for the
facet
command, but NOT for thesearch
. 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