Elasticsearch 搜索前端演示

Elasticsearch search frontend demo

我正在搜索工作搜索 ui 演示或教程,用于构建搜索 uilding 搜索 UI/Frontend。最多 php 或 js。 我从未开发过 elasticsearch 应用程序,但我已经使用 lucene、solr、epoq 和 google search 创建了项目。

已在 inet 上搜索过,但大多数示例都非常简单且不完整。 例子: github.com/scotchfield/elasticsearch-react-example/ github.com/spalger/elasticsearch-angular-example

还有 API 用于 PHP 和 JS

www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/quick-start.html www.elastic.co/guide/en/elasticsearch/client/php-api/2.0/_quickstart.html

一个例子应该包含什么(我的观点) * 基本搜索字段 * 基于es字段索引过滤 * 结果视图 *过滤与结果的互动 * 分页

我在想这样的东西已经存在了,但没有找到匹配的。我认为最好先问一下,然后再投入时间进行创作。

提前致谢

电产机

我发现这个现场演示很有趣: http://demo.searchkit.co/imdb

如果您已经了解 ElasticSearch 查询语法和聚合等一些基本概念,您可以在 https://demo.elastic.co/app/kibana 上测试所有这些内容。但同样,这需要一些 Elastic stack 的基本知识。

否则,如果您只想 touch/try 最常见的 Elasticsearch 功能而不需要深入了解实现细节,那么您可以检查 these 3 demos 的第 3 方 SearchKit UI 组件。

还有您可能感兴趣的 Elastic UI:https://elastic.github.io/eui/#/

如果您想要为时间序列用例准备好的东西,您可能还想查看 Sematext Cloud. There's a simpler UI than Kibana there, but there's API access,这样您就可以开发自己的东西。