Interface for Elasticsearch facet

588 Views Asked by At

I am using elasticsearch in a Ruby on Rails project. I am in search of user interface for elasticsearch index.

Like Blacklight is for solr, is there any alternative of blacklight for elasticsearch ??

Thanks in advance.

4

There are 4 best solutions below

1
Siddardha Budige On

Try sense - a JSON aware interface to ElasticSearch

http://sense.qbox.io/gist/

0
Arif On

Found a nice plugin for SOLR and Elasticsearch facets

https://github.com/okfn/facetview

6
Torsten Engelbrecht On

I would suggest you to use some of the great elasticsearch plugins. I personally use the head plugin to have an overview over my cluster, indices, etc.. and also check the data indexed. Bigdesk is nice have some general real time monitoring of your cluster. Already mentioned by Siddardha Budige was sense which is great for experimenting and debugging queries.

0
Kipi On

Found nice project, pure HTML and Javascript (can work on any server-side framework) ElasticUI