You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameter filter_path for response filtering (e.g. $index->search($query, ['filter_path' => 'hits.hits._source']))
Add support for Health parameters for Cluster\Health endpoint (new prop : delayed_unassigned_shards, number_of_pending_tasks, number_of_in_flight_fetch, task_max_waiting_in_queue_millis, active_shards_percent_as_number)
Add support for querystring in Type. this allow to use update_all_types in type mapping in order to resolve conflicts between fields in different types. Conflicts between fields in different types
Added \Elastica\Query\ParentId to avoid join with parent documents #1287
Added \Elastica\Reindex for reindexing between indices #1311
Improvements
Added support for other_bucket and other_bucket_key paramters on Elastica\Aggregation\Filters
Deprecated
Deprecated Tool\CrossIndex use \Elastica\Reindex instead #1311