Service wrapper and terms api removed

Hi,

Service wrapper was removed and added to its own repo at:
http://github.com/elasticsearch/elasticsearch-servicewrapper.

Terms API was removed (as per a previous a thread), mainly since its
functionality is covered with the new facets support coming in 0.9, and
executing a search with 0 size (and because I did not hear any objections...
:wink: ).

-shay.banon

One more thing, as a result, if you were setting ES_MIN_MEM and
ES_MAX_MEM environment variables, you should now append the m or g to
denote the size (it does not append m automatically anymore). This means
that you can specify ES_MAX_MEM as 10g and not required to compute the size
of it in megabytes...

-shay.banon

On Wed, Jun 30, 2010 at 9:54 PM, Shay Banon shay.banon@elasticsearch.comwrote:

Hi,

Service wrapper was removed and added to its own repo at:
GitHub - elastic/elasticsearch-servicewrapper: A service wrapper on top of elasticsearch.

Terms API was removed (as per a previous a thread), mainly since its
functionality is covered with the new facets support coming in 0.9, and
executing a search with 0 size (and because I did not hear any objections...
:wink: ).

-shay.banon