欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Elasticsearch
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 (→指南) |
||
第9行: | 第9行: | ||
/bin/elasticsearch | /bin/elasticsearch | ||
http://192.168.1.100:9200/ | http://192.168.1.100:9200/ | ||
+ | curl http://localhost:9200/_nodes/process?pretty | ||
+ | { | ||
+ | "cluster_name" : "elasticsearch", | ||
+ | "nodes" : { | ||
+ | "HYGw9LmPTg6yhEY9Gs8DPw" : { | ||
+ | "name" : "Atlas", | ||
+ | "transport_address" : "inet[/192.168.1.3:9300]", | ||
+ | "host" : "debian", | ||
+ | "ip" : "192.168.1.98", | ||
+ | "version" : "1.3.4", | ||
+ | "build" : "a70f3cc", | ||
+ | "http_address" : "inet[/192.168.1.3:9200]", | ||
+ | "process" : { | ||
+ | "refresh_interval_in_millis" : 1000, | ||
+ | "id" : 1898, | ||
+ | "max_file_descriptors" : 4096, | ||
+ | "mlockall" : false | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | } | ||
==链接== | ==链接== |
2014年10月2日 (四) 07:42的版本
您可以在Wikipedia上了解到此条目的英文信息 Elasticsearch Thanks, Wikipedia. |
ElasticSearch 是构建在Apache Lucene 之上的开源(Apache 2)、分布式、RESTful 的搜索引擎。
新闻
指南
/bin/elasticsearch http://192.168.1.100:9200/ curl http://localhost:9200/_nodes/process?pretty { "cluster_name" : "elasticsearch", "nodes" : { "HYGw9LmPTg6yhEY9Gs8DPw" : { "name" : "Atlas", "transport_address" : "inet[/192.168.1.3:9300]", "host" : "debian", "ip" : "192.168.1.98", "version" : "1.3.4", "build" : "a70f3cc", "http_address" : "inet[/192.168.1.3:9200]", "process" : { "refresh_interval_in_millis" : 1000, "id" : 1898, "max_file_descriptors" : 4096, "mlockall" : false } } } }
链接
分享您的观点