AbstractScript.php 1

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

AbstractUpdateAction.php 1

Element Line Description
\Elastica\AbstractUpdateAction::setPercolate() 269 Option "percolate" deprecated as of ES 1.3 and will be removed in further Elastica releases. Use Percolator instead.
\Elastica\AbstractUpdateAction::getPercolate() 281 Option "percolate" deprecated as of ES 1.3 and will be removed in further Elastica releases. Use Percolator instead.
\Elastica\AbstractUpdateAction::hasPercolate() 291 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() 23 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() 37 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() 63 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() 89 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() 103 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() 668 Overwriting Client->_log is deprecated. Handle logging functionality by using a custom LoggerInterface.

Document.php 1

Element Line Description
\Elastica\Document::add() 162 Will be removed in further Elastica releases. Use Elastica\Document::set instead
\Elastica\Document::setScript() 265 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() 275 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() 285 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 18 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 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/AbstractGeoShape.php 1

Element Line Description
\Elastica\Filter\AbstractGeoShape 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/AbstractMulti.php 1

Element Line Description
\Elastica\Filter\AbstractMulti 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/Bool.php 1

Element Line Description
\Elastica\Filter\Bool 17 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 15 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 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/BoolNot.php 1

Element Line Description
\Elastica\Filter\BoolNot 15 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 15 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 15 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 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/GeoDistance.php 1

Element Line Description
\Elastica\Filter\GeoDistance 15 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 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/GeohashCell.php 1

Element Line Description
\Elastica\Filter\GeohashCell 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/GeoPolygon.php 1

Element Line Description
\Elastica\Filter\GeoPolygon 15 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 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/GeoShapeProvided.php 1

Element Line Description
\Elastica\Filter\GeoShapeProvided 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/HasChild.php 1

Element Line Description
\Elastica\Filter\HasChild 15 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 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/Ids.php 1

Element Line Description
\Elastica\Filter\Ids 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/Indices.php 1

Element Line Description
\Elastica\Filter\Indices 15 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 15 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 15 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 15 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 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/NumericRange.php 1

Element Line Description
\Elastica\Filter\NumericRange 15 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 15 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 18 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 15 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 15 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 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/Term.php 1

Element Line Description
\Elastica\Filter\Term 15 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 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/Type.php 1

Element Line Description
\Elastica\Filter\Type 15 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 17 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 19 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 19 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() 67 Elastica\Query\FunctionScore::setFilter is deprecated. Use setQuery instead
\Elastica\Query\FunctionScore::addBoostFactorFunction() 220 Use addWeightFunction instead. This method will be removed in further Elastica releases

Query/Fuzzy.php 1

Element Line Description
\Elastica\Query\Fuzzy::addField() 80 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() 38 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() 64 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() 102 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() 145 Use Elastica\Query::setPostFilter() instead, this method will be removed in further Elastica releases
\Elastica\Query::setLimit() 248 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() 200 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() 351 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 14 deprecated in favor of Elastica\QueryBuilder\Version\Latest

ResultSet.php 1

Element Line Description
\Elastica\ResultSet::_results 24 Accessing this property in an extended class is deprecated. The method will become private in 4.0. Modify results by implementing BuilderInterface and passing a new Builder to your \Elastica\Search instances.
\Elastica\ResultSet::_position 33 Accessing this property in an extended class is deprecated. The method will become private in 4.0.
\Elastica\ResultSet::_response 42 Accessing this property in an extended class is deprecated. The method will become private in 4.0. Access the response by calling getResponse
\Elastica\ResultSet::_query 51 Accessing this property in an extended class is deprecated. The method will become private in 4.0. Access the response by calling getQuery

Script.php 1

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

ScriptFields.php 1

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

ScriptFile.php 1

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

Type.php 1

Element Line Description
\Elastica\Type::delete() 501 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.