Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Search and DSL changes #1369

Merged
merged 1 commit into from
Sep 4, 2017
Merged

Conversation

p365labs
Copy link
Collaborator

@p365labs p365labs commented Sep 2, 2017

  • The deprecated minimum_number_should_match parameter in the bool query has been removed, use minimum_should_match instead.
  • For geo_distance queries, sorting, and aggregations the sloppy_arc option has been removed from the distance_type parameter.
  • The geo_distance_range query, which was deprecated in 5.0, has been removed.
  • The optimize_bbox parameter has been removed from geo_distance queries.
  • The disable_coord parameter of the bool and common_terms queries has been removed. If provided, it will be ignored and issue a deprecation warning.
  • The percolate query’s document_type has been deprecated. From 6.0 and later it is no longer required to specify the document_type parameter.

@ruflin ruflin merged commit 9efdbe5 into ruflin:master Sep 4, 2017
@ruflin
Copy link
Owner

ruflin commented Sep 4, 2017

Yay, more code removed :-)

@p365labs p365labs deleted the es6_search_dsl_bc branch September 5, 2017 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants