Released ElasticSearch 0.12 and Alien::ElasticSearch 0.10
Just released the above two modules to support the ElasticSearch server version 0.6.0, which you can read about here: http://www.elasticsearch.com/blog/2010/04/09/0.6.0_released.html
New features include:
- support for the
_all
field, which allows you to search across all indexed fields fuzzy_like_this
andmore_like_this
queries- simpler
range
queries using Perl'sgt
,gte
,lt
andlte
operators - Index aliases
- attachment indexing
- search highlighting
- ... and more
The ElasticSearch API has gone through a big rename, moving from camelCase to the more Perlish underscore_style.
You can download them from CPAN (as soon as they arrive) or here:
- ElasticSearch: http://github.com/clintongormley/ElasticSearch.pm/downloads
- Alien::ElasticSearch: http://github.com/clintongormley/Alien-ElasticSearch/downloads
Leave a comment