Lines Matching full:add

86 * Add throwing `\Elastica\Exception\RequestEntityTooLargeException` on HTTP-413 responses in `\Elastica\Bulk` by @Vetaxon [2055](https://github.com/ruflin/Elastica/pull/2055)
379 * Add ```settings``` level on json to create an Index in all tests (it worked till 6.x but it shouldn't work)
436 * add parent_id (reference [#1518](https://github.com/ruflin/Elastica/issues/1518)) in QueryBuilder. [#1533]([#1518](https://github.com/ruflin/Elastica/issues/1533))
585 - Add support for Health parameters for Cluster\Health endpoint (new prop : delayed_unassigned_shards, number_of_pending_tasks, number_of_in_flight_fetch, task_max_waiting_in_queue_millis, active_shards_percent_as_number)
586 - Add support for querystring in Type. this allow to use `update_all_types` in type mapping in order to resolve conflicts between fields in different types. [Conflicts between fields in different types](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-mapping.html#merging-conflicts)
698 - Add new "Percolate query" functionality and tests
705 - Remove Elastica\Document::add as deprecated. Use Elastica\Document::set instead
738 - Add a constant for the expression language.
842 - Add an "AwsAuthV4" transport that automatically signs requests using credentials from the environment or from the client config. This allows using Elastica with Amazon ElasticSearch Service domains that are restricted to IAM roles or policies. [#1056](https://github.com/ruflin/Elastica/pull/1056)
864 - Add username and password params to connection
885 - Add `bigintConversion` to keys passed to connection config in `Elastica\Client` [#1005](https://github.com/ruflin/Elastica/pull/1005)
919 - Elastica\Document:add method trigger E_USER_DEPRECATED error
987 - Add Script File feature [#902](https://github.com/ruflin/Elastica/pull/902) [#914](https://github.com/ruflin/Elastica/pull/914)
1046 - Gitter Elastica Chat Room add for Elastica discussions: https://gitter.im/ruflin/Elastica
1088 - Add testing on PHP 7 on Travis [#826](https://github.com/ruflin/Elastica/issues/826/)
1091 - Add MLT query against documents [#814](https://github.com/ruflin/Elastica/issues/814/)
1097 - Add Elastica\Facet\DateHistogram::setFactor() [#806](https://github.com/ruflin/Elastica/issues/806/)
1099 - Add .editorconfig [#807](https://github.com/ruflin/Elastica/issues/807/)
1103 - Add Scrutinizer Code Quality status badge
1121 - Add support for scripted metric aggrations [#780](https://github.com/ruflin/Elastica/issues/780/)
1125 - Add HHVM as build in travis [#649](https://github.com/ruflin/Elastica/issues/649/)
1129 - Add support for filters aggregation [#773](https://github.com/ruflin/Elastica/issues/773/)
1182 - add cache control parameters support to Elastica\Filter\Bool [#725](https://github.com/ruflin/Elastica/issues/725/)
1238 - Add connection pool and connection strategy
1248 - Add setQuery() method to Elastica\Query\ConstantScore [#653](https://github.com/ruflin/Elastica/issues/653/)
1257 - Add setPostFilter method to Elastica\Query (https://www.elastic.co/guide/en/elasticsearch/guide/current/_post_filter.html) [#645](https://github.com/ruflin/Elastica/issues/645/)
1260 - Add Reverse Nested aggregation (https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-reverse-nested-aggregation.html). [#642](https://github.com/ruflin/Elastica/issues/642/)
1281 - add retry_on_conflict support to bulk [#623](https://github.com/ruflin/Elastica/issues/623/)
1294 - Add JSON compat library; Elasticsearch JSON flags and nicer error handling [#614](https://github.com/ruflin/Elastica/issues/614/)
1367 - Percolate existing documents and add percolate options ([#570](https://github.com/ruflin/Elastica/issues/570/))
1387 - Add snapshot / restore functionality (Elastica\Snapshot) [#566](https://github.com/ruflin/Elastica/issues/566/)
1390 - Add PHP 5.6 to travis test environment
1401 - Add JSON_UNESCAPED_UNICODE and JSON_UNESCAPED_SLASHES options in Elastica/Transport/Http, Elastica/Bulk/Action [#559](https://github.com/ruflin/Elastica/issues/559/)
1411 - Add methods setSize, setShardSize to Elastica/Aggregation/Terms
1423 - Add aggregations
1449 - Add _bulk delete proxy methods to Index and Type for consistency.
1453 - Add getParam & getProperties methods to Elastica\Type\Mapping
1457 - Add support for shard timeout to the Bulk api.
1463 - Add support for _bulk update
1471 - Add Elastica\Facet\TermsStats::setOrder()
1481 - Add support for simple_query_string query
1484 - Add support for filter inside HasChild filter
1485 - Add support for filter inside HasParent filter
1490 - Add \Elastica\Resultset::hasSuggests()
1494 - Add refreshAll on Client
1503 - Add *.iml to .gitignore
1507 - Add \Elastica\Suggest\Phrase, \Elastica\Suggest\CandidateGenerator\AbstractCandidateGenerator, and \Elastica\Suggest\CandidateGenerator\DirectGenerator
1523 - Add size param to API for TermsStats
1562 - Add support for term suggest API
1570 - Add support for function_score query
1582 - Add \ArrayAccess on the ResultSet object
1594 - Add support for fields parameter in Elastica_Type::getDocument()
1597 - Add a getQuery method on the FilteredQuery object
1606 - Add Query\Common
1610 - Add Filter\GeohashCell
1625 - Add filtered queries to the percolator API.
1643 - Add Bulk\Action\UpdateDocument.
1651 - Add getPlugins and hasPlugin methods to Node\Info
1658 - Add _meta to mapping. [#330](https://github.com/ruflin/Elastica/issues/330/)
1664 - add support PSR-3(https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)
1669 - Elastica\Client add setLogger for setting custom Logger for example Monolog(https://github.com/Seldaek/monolog)
1717 - Add get/set/has/remove methods to Document
1718 - Add magic methods __get/__set/__isset/__unset to Document
1719 - Document::add method became deprecated, use set instead
1730 - Add version option to Elastica_Search::search
1769 - Add Elastica_Filter_HasParent and Elastic_Query_HasParent
1788 - Add Elastica_Param::hasParam
1793 - Add Elastica_Filter_Limit
1794 - Add getters+setters for Index Setting blocks 'read', 'write' and 'metadata'
1795 - Add Elastica_Filter_MatchAll
1807 - Add query param for request (allows GET params)
1825 - Add the possibility to add path or url in config for a request [#120](https://github.com/ruflin/Elastica/issues/120/)
1967 - Add support for multiple servers to Elastica_Client (issue [#39](https://github.com/ruflin/Elastica/issues/39/))
2017 - Add parts of Facets API
2018 - Add facet Terms