Elastica

A PHP client for elasticsearch.

Fork me on GitHub

Release v1.0.1.2

Elastica v1.0.1.2 (download). This release is compatible with elasticsearch 1.0.1.

Dependencies

Project Version Required
Elasticsearch 1.0.1 yes
Elasticsearch mapper attachments plugin 2.0.0.RC1 no
Elasticsearch thrift transport plugin 2.0.0.RC2 no
Elasticsearch geocluster facet plugin 0.0.10 no

Release Notes (changes.txt)

  • Added Filter\Indices #574
  • Allow json string as data srouce for Bulk\Action on update #575
  • Allow for request params in delete by query calls #573
  • Added filters: AbstractGeoShape, GeoShapePreIndexed, GeoShapeProvided #568
  • Percolate existing documents and add percolate options (#570)
  • Added Query\Rescore #441
  • Added missing query options for MultiMatch (operator, minimum_should_match, zero_terms_query, cutoff_frequency, type, fuzziness, prefix_length, max_expansions, analyzer) #569
  • Added missing query options for Match (zero_terms_query, cutoff_frequency) #569
  • Fixed request body reuse in http transport #567