[Koha-bugs] [Bug 12478] Elasticsearch support for Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 16 12:44:51 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478

--- Comment #176 from kohayu <long_sam.tw at yahoo.com.tw> ---
(In reply to Jonathan Druart from comment #175)
> What is the return of
>   curl -X GET http://localhost:9200/
> ?

Dear Jonbathan, 

output as follow,  

root at debian:~# curl -X GET http://localhost:9200/
{
  "status" : 200,
  "name" : "Zero",
  "cluster_name" : "elasticsearch",
  "version" : {
    "number" : "1.7.2",
    "build_hash" : "e43676b1385b8125d647f593f7202acbd816e8ec",
    "build_timestamp" : "2015-09-14T09:49:53Z",
    "build_snapshot" : false,
    "lucene_version" : "4.10.4"
  },
  "tagline" : "You Know, for Search"
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list