Skip to content

Commit

Permalink
Indices Query has been removed from Compound Queries (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
p365labs authored and ruflin committed Sep 17, 2017
1 parent ca47cd2 commit 038fc0d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 214 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -29,6 +29,7 @@ All notable changes to this project will be documented in this file based on the
- [Unfiltered nested source](https://github.com/elastic/elasticsearch/pull/26102) should keep its full path [#1366](https://github.com/ruflin/Elastica/pull/1366)
- [Analyze Explain](https://www.elastic.co/guide/en/elasticsearch/reference/6.0/_explain_analyze.html) no more support [request parameters](https://www.elastic.co/guide/en/elasticsearch/reference/5.5/indices-analyze.html), use request body instead. [#1370](https://github.com/ruflin/Elastica/pull/1370)
- [Mapper Attachment plugin has been removed](https://github.com/elastic/elasticsearch/pull/20416) Use Ingest-attachment plugin and attachment processors with pipeline to ingest new documents. [#1375](https://github.com/ruflin/Elastica/pull/1375)
- [Indices](https://github.com/elastic/elasticsearch/pull/21837) Query has been removed in Elasticsearch 6.0 [#1376](https://github.com/ruflin/Elastica/pull/1376)

### Bugfixes
- Enforce [Content-Type requirement on the layer Rest](https://github.com/elastic/elasticsearch/pull/23146), a [PR on Elastica #1301](https://github.com/ruflin/Elastica/issues/1301) solved it (it has been implemented only in the HTTP Transport), but it was not implemented in the Guzzle Transport. [#1349](https://github.com/ruflin/Elastica/pull/1349)
Expand Down
81 changes: 0 additions & 81 deletions lib/Elastica/Query/Indices.php

This file was deleted.

133 changes: 0 additions & 133 deletions test/Elastica/Query/IndicesTest.php

This file was deleted.

0 comments on commit 038fc0d

Please sign in to comment.