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

[ML] Transition to typeless (mapping) APIs #39573

Merged
merged 3 commits into from
Mar 4, 2019

Commits on Mar 2, 2019

  1. [ML] Transition to typeless (mapping) APIs (elastic#39256)

    ML has historically used doc as the single mapping type but reindex in 7.x
    will change the mapping to _doc. Switching to the typeless APIs handles the
    case where the mapping type is either doc or _doc. This change removes 
    deprecated typed usages.
    davidkyle committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    44b7e9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2726736 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. [ML] Switch to typeless APIs in ML native multi-node tests (elastic#3…

    …9574)
    
    Following elastic#39256 some of these tests were generating
    errors when indexing documents.  For consistency it's
    best that all of them use typeless APIs.
    droberts195 authored and davidkyle committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    c73cf80 View commit details
    Browse the repository at this point in the history