When is Elastic Serach with Lucene 4.x going to be released? Any ideas

I hear Lucene 4 has index value compression whic reduces the size of
index. I see that ES uses Lucene 3.x, when is Elastic Serach with Lucene
4.x going to be released? Any ideas.

Sincerely,

Karthik

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Elasticsearch is about searching. Searching this mailing list (this is a
common question :wink: ) reveals this thread:

https://groups.google.com/forum/?fromgroups=#!topic/elasticsearch/vdhQALzO1k4

So, by luck, this week maybe.

Am Montag, 11. Februar 2013 17:29:53 UTC+1 schrieb Karthik Shyamsunder:

I hear Lucene 4 has index value compression whic reduces the size of
index. I see that ES uses Lucene 3.x, when is Elastic Serach with Lucene
4.x going to be released? Any ideas.

Sincerely,

Karthik

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

You can use compression today with 0.20.x (and 0.19.7 and above), which works in a similar manner to how the compression in Lucene 4.1 works. You need to set index.store.compress.stored to true.

In next ES version (0.21), we already upgraded to Lucene 4.1, and compression is always enabled.

On Feb 11, 2013, at 5:29 PM, Karthik Shyamsunder karthik.shyamsunder@gmail.com wrote:

I hear Lucene 4 has index value compression whic reduces the size of index. I see that ES uses Lucene 3.x, when is Elastic Serach with Lucene 4.x going to be released? Any ideas.

Sincerely,

Karthik

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.