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/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/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/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/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

ScriptFields.php 1

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

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

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

Query.php 1

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

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/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/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/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/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/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

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

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/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/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/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/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/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/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

ScriptFile.php 1

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

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/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

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

AbstractScript.php 1

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

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

Script.php 1

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

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/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/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/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/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

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.

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

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/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

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/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/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

QueryBuilder/Version/Version150.php 1

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

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

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.

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/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

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.

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

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.

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