/zeppelin-solr

SolrCloud interpreter for Zeppelin

Primary LanguageScala

zeppelin-solr

  • Interpter built with SolrCloud backend and allows user to issue Solr queries and display the results in Zeppelin UI
  • The commands allowed are pretty basic right now
    1. list
    2. use {collection}
    3. search {query}
    4. facet {query}
    5. stream {expr}
    6. sql {SQL statement}

Configuring the Interpreter

Set the config solr.zkhost in the Solr Interpreter settings. This should point to the zkhost of SolrCloud cluster

list

List the collections in the SolrCloud list collections

use

Set a collection to use in the notebook. This has to be performed before any other commands use collection

search

search command

facet

Facet command

stream

Stream command

sql

sql command