Tanguy1
(Tanguy)
March 17, 2011, 9:18am
1
Hi all,
First, thanks for this great tool, Elasticsearch :o)
I was wondering: what is the underlying JSON document database used in ES?
Terrastore?
I am digging into the code, looking for Java classes in charge of the
persistance. Can you point me some class name?
Thanks,
tlrx
kimchy
(Shay Banon)
March 17, 2011, 9:27am
2
elasticsearch stores the json content as a stored field in Lucene (document).
On Thursday, March 17, 2011 at 11:18 AM, tlrx wrote:
Hi all,
First, thanks for this great tool, Elasticsearch :o)
I was wondering: what is the underlying JSON document database used in ES? Terrastore?
I am digging into the code, looking for Java classes in charge of the persistance. Can you point me some class name?
Thanks,
tlrx
Tanguy1
(Tanguy)
March 18, 2011, 1:31pm
3
Thanks
On 17 mar, 10:27, Shay Banon shay.ba...@elasticsearch.com wrote:
elasticsearch stores the json content as a stored field in Lucene (document).
On Thursday, March 17, 2011 at 11:18 AM, tlrx wrote:
Hi all,
First, thanks for this great tool, Elasticsearch :o)
I was wondering: what is the underlying JSON document database used in ES? Terrastore?
I am digging into the code, looking for Java classes in charge of the persistance. Can you point me some class name?
Thanks,
tlrx