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

Standardize underscore requirements in parameters #27040

Commits on Nov 7, 2017

  1. Standardize underscore requirements in parameters

    Stardardize underscore requirements in parameters across different type of
    requests:
    _index, _type, _source, _id keep their underscores
    params like version and retry_on_conflict will be without underscores
    
    BulkRequest, MultiGetRequest, TermVectorcRequest, MoreLikeThisQuery were
    changed
    
    Closes elastic#26886
    mayya-sharipova committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    a6078d8 View commit details
    Browse the repository at this point in the history
  2. Standardize underscore requirements in parameters

    Stardardize underscore requirements in parameters across different type of
    requests:
    _index, _type, _source, _id keep their underscores
    params like version and retry_on_conflict will be without underscores
    
    BulkRequest, MultiGetRequest, TermVectorcRequest, MoreLikeThisQuery were changed
    
    Closes elastic#26886
    mayya-sharipova committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    f3cdf8d View commit details
    Browse the repository at this point in the history
  3. Standardize underscore requirements in parameters

    Stardardize underscore requirements in parameters across different type of
    requests:
    _index, _type, _source, _id keep their underscores
    params like version and retry_on_conflict will be without underscores
    In 6.x these parameters are deprecated and produce
    deprecated warnings.
    
    BulkRequest, MultiGetRequest, TermVectorcRequest, MoreLikeThisQuery
    were changed
    
    Closes elastic#26886
    mayya-sharipova committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    b1c4450 View commit details
    Browse the repository at this point in the history