Element | Line | Description |
---|---|---|
\Elastica\Client::_log() | 726 | Overwriting Client->_log is deprecated. Handle logging functionality by using a custom LoggerInterface. |
\Elastica\Client::optimizeAll() | 763 | Replaced by forcemergeAll |
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 |
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 |