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
@kukulich yes it has been deprecated and inline will be removed in favour of source in ES 7.0. The reference could be found (here](elastic/elasticsearch#25127).
Elasticsearch 5.6 sends warning "Deprecated field [inline] used, expected [source] instead" in response header "Warning".
It's caused by https://github.com/ruflin/Elastica/blob/master/lib/Elastica/Script/Script.php#L58
And here is second place where
'source'
should be supported: https://github.com/ruflin/Elastica/blob/master/lib/Elastica/Script/AbstractScript.php#L66The text was updated successfully, but these errors were encountered: