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

Add BulkProcessor methods with XContentType parameter #23078

Merged
merged 3 commits into from
Feb 10, 2017

Commits on Feb 9, 2017

  1. Add BulkProcessor methods with XContentType parameter

    This commit adds methods to the BulkProcessor that accept bytes and a XContentType to avoid content type detection. The
    methods that do not accept XContentType with bytes have been deprecated by this commit.
    
    Relates elastic#22691
    jaymode committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    781302b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Configuration menu
    Copy the full SHA
    62aaea5 View commit details
    Browse the repository at this point in the history
  2. use new method in test

    jaymode committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    cdac54d View commit details
    Browse the repository at this point in the history