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
Elastica\AbstractUpdateAction::setPercolate now throw DeprecatedException, user Percolator instead
Elastica\AbstractUpdateAction::getPercolate now throw DeprecatedException, user Percolator instead
Elastica\AbstractUpdateAction::hasPercolate now throw DeprecatedException, user Percolator instead
Elastica\Type::delete now throw DeprecatedException, it is no longer possible to delete the mapping for a type. Instead you should delete the index and recreate it with the new mappings
MoreLikeThis::setLikeText deprecated from ES 2.0, use setLike instead, but there is a difference - setLike haven't trim magic inside for strings
Elastica\Document, methods: setScript, getScript, hasScript now throw DeprecatedException.
MoreLikeThis, methods: setLikeText, setIds, setPercentTermsToMatch now throw DeprecatedException.
Elastica\Aggregation\DateHistogram, methods: setPreZone, setPostZone, setPreZoneAdjustLargeInterval, setPreOffset, setPostOffset now throw DeprecatedException.
Elastica\Query\Builder trigger E_USER_DEPRECATED error when you try use it.
Elastica\Filter\Bool and Elastica\Query\Bool trigger E_USER_DEPRECATED error when you try use them.