AbstractScript.php 1

Element Line Description
\Elastica\AbstractScript 11 Use \Elastica\Script\AbstractScript instead.

AbstractUpdateAction.php 1

Element Line Description
\Elastica\AbstractUpdateAction::setPercolate() 268 Option "percolate" deprecated as of ES 1.3 and will be removed in further Elastica releases. Use Percolator instead.
\Elastica\AbstractUpdateAction::getPercolate() 280 Option "percolate" deprecated as of ES 1.3 and will be removed in further Elastica releases. Use Percolator instead.
\Elastica\AbstractUpdateAction::hasPercolate() 290 Option "percolate" deprecated as of ES 1.3 and will be removed in further Elastica releases. Use Percolator instead.

Aggregation/DateHistogram.php 1

Element Line Description
\Elastica\Aggregation\DateHistogram::setPreZone() 22 Option "pre_zone" is deprecated as of ES 1.5 and will be removed in further Elastica releases. Use "time_zone" instead
\Elastica\Aggregation\DateHistogram::setPostZone() 36 Option "post_zone" is deprecated as of ES 1.5 and will be removed in further Elastica releases. Use "time_zone" instead.
\Elastica\Aggregation\DateHistogram::setPreZoneAdjustLargeInterval() 62 Option "pre_zone_adjust_large_interval" is deprecated as of ES 1.5 and will be removed in further Elastica releases. Use "time_zone" instead.
\Elastica\Aggregation\DateHistogram::setPreOffset() 88 Option "pre_offset" is deprecated as of ES 1.5 and will be removed in further Elastica releases. Use "offset" instead.
\Elastica\Aggregation\DateHistogram::setPostOffset() 102 Option "post_offset" is deprecated as of ES 1.5 and will be removed in further Elastica releases. Use "offset" instead.

Client.php 1

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

Document.php 1

Element Line Description
\Elastica\Document::add() 161 Will be removed in further Elastica releases. Use Elastica\Document::set instead
\Elastica\Document::setScript() 264 setScript() is no longer available as of 0.90.2. See http://elastica.io/migration/0.90.2/upsert.html to migrate. This method will be removed in further Elastica releases
\Elastica\Document::getScript() 274 getScript() is no longer available as of 0.90.2. See http://elastica.io/migration/0.90.2/upsert.html to migrate. This method will be removed in further Elastica releases
\Elastica\Document::hasScript() 284 hasScript() is no longer available as of 0.90.2. See http://elastica.io/migration/0.90.2/upsert.html to migrate. This method will be removed in further Elastica releases

Filter/AbstractFilter.php 1

Element Line Description
\Elastica\Filter\AbstractFilter 17 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/AbstractGeoDistance.php 1

Element Line Description
\Elastica\Filter\AbstractGeoDistance 16 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/AbstractGeoShape.php 1

Element Line Description
\Elastica\Filter\AbstractGeoShape 16 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/AbstractMulti.php 1

Element Line Description
\Elastica\Filter\AbstractMulti 13 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Bool.php 1

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

Filter/BoolAnd.php 1

Element Line Description
\Elastica\Filter\BoolAnd 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/BoolFilter.php 1

Element Line Description
\Elastica\Filter\BoolFilter 16 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/BoolNot.php 1

Element Line Description
\Elastica\Filter\BoolNot 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/BoolOr.php 1

Element Line Description
\Elastica\Filter\BoolOr 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Exists.php 1

Element Line Description
\Elastica\Filter\Exists 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/GeoBoundingBox.php 1

Element Line Description
\Elastica\Filter\GeoBoundingBox 16 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/GeoDistance.php 1

Element Line Description
\Elastica\Filter\GeoDistance 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/GeoDistanceRange.php 1

Element Line Description
\Elastica\Filter\GeoDistanceRange 16 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/GeohashCell.php 1

Element Line Description
\Elastica\Filter\GeohashCell 12 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/GeoPolygon.php 1

Element Line Description
\Elastica\Filter\GeoPolygon 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/GeoShapePreIndexed.php 1

Element Line Description
\Elastica\Filter\GeoShapePreIndexed 16 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/GeoShapeProvided.php 1

Element Line Description
\Elastica\Filter\GeoShapeProvided 16 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/HasChild.php 1

Element Line Description
\Elastica\Filter\HasChild 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/HasParent.php 1

Element Line Description
\Elastica\Filter\HasParent 12 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Ids.php 1

Element Line Description
\Elastica\Filter\Ids 16 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Indices.php 1

Element Line Description
\Elastica\Filter\Indices 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Limit.php 1

Element Line Description
\Elastica\Filter\Limit 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/MatchAll.php 1

Element Line Description
\Elastica\Filter\MatchAll 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Missing.php 1

Element Line Description
\Elastica\Filter\Missing 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Nested.php 1

Element Line Description
\Elastica\Filter\Nested 16 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/NumericRange.php 1

Element Line Description
\Elastica\Filter\NumericRange 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Prefix.php 1

Element Line Description
\Elastica\Filter\Prefix 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Query.php 1

Element Line Description
\Elastica\Filter\Query 17 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Range.php 1

Element Line Description
\Elastica\Filter\Range 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Regexp.php 1

Element Line Description
\Elastica\Filter\Regexp 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Script.php 1

Element Line Description
\Elastica\Filter\Script 16 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Term.php 1

Element Line Description
\Elastica\Filter\Term 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Terms.php 1

Element Line Description
\Elastica\Filter\Terms 16 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

Filter/Type.php 1

Element Line Description
\Elastica\Filter\Type 14 Filters are deprecated. Use queries in filter context. See https://www.elastic.co/guide/en/elasticsearch/reference/2.0/query-dsl-filters.html

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/Builder.php 1

Element Line Description
\Elastica\Query\Builder 18 This builder is deprecated and will be removed in further Elastica releases. Use new Elastica\QueryBuilder instead.

Query/Filtered.php 1

Element Line Description
\Elastica\Query\Filtered 18 Use BoolQuery instead. Filtered query is deprecated since ES 2.0.0-beta1 and this class will be removed in further Elastica releases.

Query/FunctionScore.php 1

Element Line Description
\Elastica\Query\FunctionScore::setFilter() 66 Elastica\Query\FunctionScore::setFilter is deprecated. Use setQuery instead
\Elastica\Query\FunctionScore::addBoostFactorFunction() 219 Use addWeightFunction instead. This method will be removed in further Elastica releases

Query/Fuzzy.php 1

Element Line Description
\Elastica\Query\Fuzzy::addField() 79 Use setField and setFieldOption instead. This method will be removed in further Elastica releases

Query/MoreLikeThis.php 1

Element Line Description
\Elastica\Query\MoreLikeThis::setIds() 37 Option "ids" deprecated as of ES 2.0.0-beta1 and will be removed in further Elastica releases. Use "like" instead.
\Elastica\Query\MoreLikeThis::setLikeText() 63 Option "like_text" deprecated as of ES 2.0.0-beta1 and will be removed at further Elastica releases. Use "like" instead.
\Elastica\Query\MoreLikeThis::setPercentTermsToMatch() 101 Option "percent_terms_to_match" deprecated as of ES 1.5 and will be removed in further Elastica releases. Use "minimum_should_match" instead.

Query.php 1

Element Line Description
\Elastica\Query::setFilter() 137 Use Elastica\Query::setPostFilter() instead, this method will be removed in further Elastica releases
\Elastica\Query::setLimit() 240 Use the setSize() method, this method will be removed in further Elastica releases

QueryBuilder/DSL/Query.php 1

Element Line Description
\Elastica\QueryBuilder\DSL\Query::filtered() 199 Use bool() instead. Filtered query is deprecated since ES 2.0.0-beta1 and this method will be removed in further Elastica releases.
\Elastica\QueryBuilder\DSL\Query::more_like_this_field() 350 More Like This Field query is deprecated as of ES 1.4 and will be removed in ES 2.0. Use MoreLikeThis query instead. This method will be removed in further Elastica releases

QueryBuilder/Version/Version150.php 1

Element Line Description
\Elastica\QueryBuilder\Version\Version150 13 deprecated in favor of Elastica\QueryBuilder\Version\Latest

ResultSet.php 1

Element Line Description
\Elastica\ResultSet::_maxScore 21 This property is deprecated. Use ResultSet->getMaxScore() instead. The property will become removed in 4.0.
\Elastica\ResultSet::_position 30 Accessing this property in an extended class is deprecated. The property will become private in 4.0.
\Elastica\ResultSet::_query 39 Accessing this property in an extended class is deprecated. The property will become private in 4.0. Access the response by calling getQuery
\Elastica\ResultSet::_response 48 Accessing this property in an extended class is deprecated. The property will become private in 4.0. Access the response by calling getResponse
\Elastica\ResultSet::_results 57 Accessing this property in an extended class is deprecated. The property will become private in 4.0. Modify results by implementing BuilderInterface and passing a new Builder to your \Elastica\Search instances.
\Elastica\ResultSet::_timedOut 64 This property is deprecated. Use ResultSet->hasTimedOut() instead. The property will become removed in 4.0.
\Elastica\ResultSet::_took 71 This property is deprecated. Use ResultSet->getTotalTime() instead. The property will become removed in 4.0.
\Elastica\ResultSet::_totalHits 78 This property is deprecated. Use ResultSet->getTotalHits() instead. The property will become removed in 4.0.

Script.php 1

Element Line Description
\Elastica\Script 11 Use \Elastica\Script\Script instead.

ScriptFields.php 1

Element Line Description
\Elastica\ScriptFields 11 Use \Elastica\Script\ScriptFields instead.

ScriptFile.php 1

Element Line Description
\Elastica\ScriptFile 11 Use \Elastica\Script\ScriptFile instead.

Type.php 1

Element Line Description
\Elastica\Type::delete() 500 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. This method will be removed in further Elastica releases.