You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Cassandra Targett (JIRA)" <ji...@apache.org> on 2016/10/07 15:04:20 UTC

[jira] [Updated] (SOLR-9611) Zeppelin - Solr Ref Guide improvement

     [ https://issues.apache.org/jira/browse/SOLR-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cassandra Targett updated SOLR-9611:
------------------------------------
    Component/s: documentation
        Summary: Zeppelin - Solr Ref Guide improvement  (was: Zeppelin - Solr wiki improvement)

Edited title to reflect location of docs - the Ref Guide isn't a wiki.

If Kevin doesn't have time to make these changes soon, I added the "documentation" component and will try to get to them myself in a couple of weeks.

> Zeppelin - Solr Ref Guide improvement
> -------------------------------------
>
>                 Key: SOLR-9611
>                 URL: https://issues.apache.org/jira/browse/SOLR-9611
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: documentation
>            Reporter: Marius Grama
>
> I tried to use the documentation presented here:
> https://cwiki.apache.org/confluence/display/solr/Solr+JDBC+-+Apache+Zeppelin
> but I stumbled on the issue that my query wasn't correctly executed.
> (discovered afterwards that solr interpreter wasn't attached to my document)
> After some digging, I've just added the following properties to the jdbc interpreter:
> {code}
> solr.driver   	org.apache.solr.client.solrj.io.sql.DriverImpl
> solr.url      	jdbc:solr://localhost:9983/?collection=techproducts
> solr.user   	solr
> {code}
> and in my notebook i used the following snippet:
> {code}
> %jdbc(solr)
> SELECT cat_s, pubyear_i, title_t FROM books
> {code}
> I have used this documentation to make use of prefixed jdbc interpreter:
> http://zeppelin.apache.org/docs/0.6.0/interpreter/jdbc.html
> Could somebody maybe update the document:
> https://cwiki.apache.org/confluence/display/solr/Solr+JDBC+-+Apache+Zeppelin
> for an easier accomodation of new users that are trying Zeppelin - Solr integration?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org