Client.php 1

Element Line Description
\Elastica\Client::_log() 717 Overwriting Client->_log is deprecated. Handle logging functionality by using a custom LoggerInterface.
\Elastica\Client::optimizeAll() 754 Replaced by forcemergeAll

Index.php 1

Element Line Description
\Elastica\Index::optimize() 215 Replaced by forcemerge

Query/Bool.php 1

Element Line Description
\Elastica\Query\Bool 16 Use BoolQuery instead. From PHP7 bool is reserved word and this class will be removed in further Elastica releases

Query/BoolQuery.php 1

Element Line Description
\Elastica\Query\BoolQuery::setMinimumNumberShouldMatch() 103 Replaced by setMinimumShouldMatch

Query/Indices.php 1

Element Line Description
\Elastica\Query\Indices 14 Search on the _index field instead

Query/Match.php 1

Element Line Description
\Elastica\Query\Match::setFieldType() 89 Replaced by Elastica\Query\MatchPhrase and Elastica\Query\MatchPhrasePrefix

Tool/CrossIndex.php 1

Element Line Description
\Elastica\Tool\CrossIndex 18 use Reindex instead. This class will be removed in further Elastica releases.

Transport/Null.php 1

Element Line Description
\Elastica\Transport\Null 15 Use NullTransport instead. From PHP7 null is reserved word and this class will be removed in further Elastica releases