简体   繁体   English

Elasticsearch方面的界面

[英]Interface for Elasticsearch facet

I am using elasticsearch in a Ruby on Rails project. 我在Ruby on Rails项目中使用elasticsearch。 I am in search of user interface for elasticsearch index. 我在寻找弹性搜索索引的用户界面。

Like Blacklight is for solr, is there any alternative of blacklight for elasticsearch ?? 就像Blacklight是用于solr一样,elasticsearch是否可以使用blacklight呢?

Thanks in advance. 提前致谢。

Try sense - a JSON aware interface to ElasticSearch 尝试意义-ElasticSearch的JSON感知接口

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

Found a nice plugin for SOLR and Elasticsearch facets 为SOLR和Elasticsearch方面找到了一个不错的插件

https://github.com/okfn/facetview https://github.com/okfn/facetview

I would suggest you to use some of the great elasticsearch plugins . 我建议您使用一些很棒的elasticsearch插件 I personally use the head plugin to have an overview over my cluster, indices, etc.. and also check the data indexed. 我个人使用head插件对群集,索引等进行了概述,还检查了索引数据。 Bigdesk is nice have some general real time monitoring of your cluster. Bigdesk很高兴对您的集群进行一些常规的实时监控。 Already mentioned by Siddardha Budige was sense which is great for experimenting and debugging queries. Siddardha Budige已经提到过这种感觉,它对于实验和调试查询非常有用。

找到了不错的项目,纯HTML和Javascript(可以在任何服务器端框架上使用) ElasticUI

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM