Linux服务器部署 Elasticsearch 成功,本机却访问不了
摘要:问题: Linux服务器上部署了 Elasticsearch 5.5.2,服务器上可以访问 curl -XGET 'localhost:9200/?pretty'。在本机上访问http://59.110.169.140:9200/?pretty,报如下错误:dial tcp 59.110.169.1
阅读全文
posted @
2017-08-31 14:11
快鸟
阅读(2900)
推荐(0) 编辑
Elasticsearch初探
摘要:elasticsearch中的概念同传统数据库的类比如下: Relational DB -> Databases -> Tables -> Rows -> ColumnsElasticsearch -> Indices -> Types -> Documents -> Fields 导入数据API:
阅读全文
posted @
2016-05-26 19:40
快鸟
阅读(276)
推荐(0) 编辑