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

Fix direct generators deprecation errors #1282

Merged
merged 1 commit into from
Apr 6, 2017

Conversation

nicklaw5
Copy link
Contributor

@nicklaw5 nicklaw5 commented Apr 5, 2017

Deprecation of the below is now enforced in 5.3

  • "prefix_len" becomes "prefix_length"
  • "min_word_len" becomes "min_word_length"

Docs: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-phrase.html#_direct_generators

nicklaw5 added a commit to ramuss/FazlandElasticaBundle that referenced this pull request Apr 5, 2017
@ruflin
Copy link
Owner

ruflin commented Apr 5, 2017

Thanks for the change. LGTM. Could you update the CHANGELOG.md?

Deprecation of the below is now enforced in 5.3

- "prefix_len" becomes "prefix_length"
- "min_word_len" becomes "min_word_length"
@nicklaw5 nicklaw5 force-pushed the fix-deprecation-errors-in-5.3 branch from aa95f7a to 0fc537a Compare April 5, 2017 22:42
@nicklaw5
Copy link
Contributor Author

nicklaw5 commented Apr 5, 2017

@ruflin changelog has been updated.

@ruflin ruflin merged commit e0991ce into ruflin:master Apr 6, 2017
@ruflin
Copy link
Owner

ruflin commented Apr 6, 2017

@nicklaw5 Thanks, merged.

@nicklaw5 nicklaw5 deleted the fix-deprecation-errors-in-5.3 branch April 7, 2017 00:42
mhernik pushed a commit to mhernik/Elastica that referenced this pull request Jul 24, 2017
Deprecation of the below is now enforced in 5.3

- "prefix_len" becomes "prefix_length"
- "min_word_len" becomes "min_word_length"
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