Lines Matching refs:Remove

483 - Remove [`each()`](http://www.php.net/each) usage to fix PHP 7.2 compatibility
540 - Remove deprecated [type and slop](https://github.com/elastic/elasticsearch/pull/26720) field in match query [#1382](https://github.com/ruflin/Elastica/pull/1382)
541 - Remove [several parse field](https://github.com/elastic/elasticsearch/pull/26711) deprecations in query builders [#1382](https://github.com/ruflin/Elastica/pull/1382)
542 - Remove [deprecated parameters](https://github.com/elastic/elasticsearch/pull/26508) from ids_query [#1382](https://github.com/ruflin/Elastica/pull/1382)
579 - Remove `Elastica\Search::OPTION_SEARCH_TYPE_DFS_QUERY_AND_FETCH` and `Elastica\Search::OPTION_SEARCH_TYPE_QUERY_AND_FETCH` as no longer supported as of 5.3.0
694 - Remove deprecated Elastica\Script*.php classes. Use Elastica\Script\* instead.
695 - Remove Elastica/Query/Image.php and test/Elastica/Query/ImageTest.php, no more support for image-plugin.
696 - Remove Elastica/Query/Filtered.php and test/Elastica/Query/FilteredTest.php and all uses from code.
697 - Remove index.merge.policy.merge_factor, and set/get MergePolicy as it looks deprecated from ES 1.6
699 - Remove in Elastica\AbstractUpdateAction Option "percolate", getter and setter as deprecated as of ES 1.3. Use Percolator instead.
700 - Remove in Elastica\Aggregation\DateHistogram Option "pre_zone" is deprecated as of ES 1.5. Use "time_zone" instead
701 - Remove in Elastica\Aggregation\DateHistogram Option "post_zone" is deprecated as of ES 1.5. Use "time_zone" instead.
702 - Remove in Elastica\Aggregation\DateHistogram Option "pre_zone_adjust_large_interval" is deprecated as of ES 1.5. Use "time_zone" instead.
703 - Remove in Elastica\Aggregation\DateHistogram Option "pre_offset" is deprecated as of ES 1.5. Use "offset" instead.
704 - Remove in Elastica\Aggregation\DateHistogram Option "post_offset" is deprecated as of ES 1.5. Use "offset" instead.
705 - Remove Elastica\Document::add as deprecated. Use Elastica\Document::set instead
706 - Remove Elastica\Document::setScript() is no longer available as of 0.90.2. See http://elastica.io/migration/0.90.2/upsert.html to migrate.
707 - Remove Elastica\Document::getScript() is no longer available as of 0.90.2. See http://elastica.io/migration/0.90.2/upsert.html to migrate.
708 - Remove Elastica\Document::hasScript() is no longer available as of 0.90.2. See http://elastica.io/migration/0.90.2/upsert.html to migrate.
709 - Remove Elastica/Query::setLimit as deprecated. Use the Elastica/Query::setSize() method
710 - Remove Elastica\Query\Builder
711 - Remove Elastica\Query\Fuzzy::addField as deprecated. Use Elastica\Query\Fuzzy::setField and Elastica\Query\FuzzysetFieldOption instead.
712 - Remove Elastica\Query::setIds as deprecated. Use Elastica\Query::like instead.
713 - Remove Elastica\Query::setLikeText as deprecated. Use Elastica\Query::like instead.
714 - Remove Elastica\Query Option "percent_terms_to_match" is deprecated as of ES 1.5. Use "minimum_should_match" instead.
715 - Remove Elastica\QueryBuilder\DSL\Query "More Like This Field" query is deprecated as of ES 1.4. Use MoreLikeThis query instead.
727 - Remove Elastica\ScanAndScroll and test, Scan search type is removed from ElasticSearch 5.0.
728 - Remove support for PHP 5.4 and 5.5. Require at least PHP 5.6 #1202
729 - Remove groovy as default scripting language
730 - Remove search_type=count as it is removed in Elasticsearch 5.0
731 - Remove fielddata_fields as it has been deprecated in ES5, use parameter docvalue_fields instead
801 - Remove JSON_ELASTICSEARCH constant as not needed anymore
921 - Remove Thrift transport and everything related to it
922 - Remove Memcache transport and everything related to it
923 - Remove BulkUdp and everything related to it
924 - Remove Facets and everything related to it
925 - Remove ansible scripts for tests setup and Vagrantfile as not needed anymore.
930 - Remove \Elastica\Index\Status object and related functions
932 - Remove \Elastica\Status::getServerStatus() as the information was removed
934 - Remove \Elastica\Filter\Nested as it is replaced by \Elastica\Query\Nested
1056 - Remove NO_DEV builds from travis build matrix to speed up building. All builds include no dev packages.
1143 - Remove support for PHP 5.3
1205 - Remove ResponseException catch in Type::getDocument() [#704](https://github.com/ruflin/Elastica/issues/704/)
1310 - Remove unreachable return statement [#598](https://github.com/ruflin/Elastica/issues/598/)
1321 - Remove useless echo in the Memcache Transport object [#595](https://github.com/ruflin/Elastica/issues/595/)
1334 - Remove CustomFiltersScore and CustomScore query as removed in elasticsearch 1.1.0 https://github.com/elasticsearch/elasticsearch/pull/5076/files
1429 - Remove Elastica\Query\Field and Elastica\Query\Text, which are not supported in ES 1.0.0.RC1
1511 - Remove boost from FunctionScore::addFunction because this is not supported by elasticsearch
1522 - Remove facets param from query if is empty array
1535 - Remove wrong documentation for "no limit" [#496](https://github.com/ruflin/Elastica/issues/496/)
1731 - Remove compatibility for PHP 5.2
1789 - Remove unsupported use of minimum number should match for Boolean Filter
1790 - Remove old style path creation through params in Elastica_Index::create and Elastica_Search::search
2013 - Remove Elastica_Filter and Elastica_Facets because not needed anymore