Skip to content

Solr Splainer runnable by dropping under Admin UI

License

Notifications You must be signed in to change notification settings

softwaredoug/solr-splainer

 
 

Repository files navigation

The Splainer!

This is a version of Splainer that allows running via Solr Admin UI.

image

Building and installation

With npm installed

npm install -g grunt-cli
npm install .
grunt dist
$ (cd dist && zip -r - *) > splainer.zip
unzip splainer.zip -d ~/path/to/solr/server/solr-webapp/webapp/splainer

See main Splainer project for more project information

Changes to make it work in Solr Admin UI

See diff from main project

  • Changes communication with Solr to use GET instead af JSONP, same way the Admin UI communicates with Solr

Who?

Another Hack by Doug Turnbull

Created by OpenSource Connections.

Thanks to all the community contributors for finding bugs and sharing fixes!.

License

Released under Apache 2

About

Solr Splainer runnable by dropping under Admin UI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.0%
  • HTML 30.8%
  • CSS 3.1%
  • Other 1.1%