What is the storage used in Elasticsearch?

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

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

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