Lines Matching refs:object

302 * Fixed handling of Search::OPTION_SEARCH_IGNORE_UNAVAILABLE inside Scroll object
365 * hits.total is now an object in the search response [hits.total](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_literal_hits_total_literal_is_now_an_object_in_the_search_response)
813 - Added the concept of ResultSet Transformers. The Transformer adds more information to a Result, for example the original object or data that created the Result. [#1066](https://github.com/ruflin/Elastica/pull/1066)
820 - Properties on \Elastica\ResultSet _totalHits, _maxScore, _took and _timedOut that were originally set on object construction are now accessed by the getters on the ResultSet. [#1065](https://github.com/ruflin/Elastica/pull/1065)
880 - Revert getError changes in Response object and make it better BC compatible. See comment [here](https://github.com/ruflin/Elastica/commit/41a7a2075837320bc9bd3bca4150e05a1ec9a115#commitcomment-15136374).
930 - Remove \Elastica\Index\Status object and related functions
941 - Elastica\Reponse::getErrorMessage was added as getError is now an object
983 you work with params on "low-level" or change your objects after you call setter with object
1083 - Index optimize method to return Response object. [#797](https://github.com/ruflin/Elastica/issues/797/)
1321 - Remove useless echo in the Memcache Transport object [#595](https://github.com/ruflin/Elastica/issues/595/)
1558 - Also pass the current client object to the failure callback in \Elastica\Client.
1582 - Add \ArrayAccess on the ResultSet object
1597 - Add a getQuery method on the FilteredQuery object
1970 - Support for multiple index, type queries and _all queries added through Elastica_Search object
1993 - Elastica_Type_Mapping object introduced to set more fine grained mapping
2026 - Node object added
2028 - Refactoring of Cluster object