I am attempting to migrate our java code to use ES version 6.3.0.
We are using the ES BulkProcessor class when we run complete rebuilds of our index.
I see that the public static BulkProcessor.Builder builder method of the BulkProcess class takes a org.elasticsearch.client. By any chance will this class be updated so that it will instead use the Java High Level REST Client since the ES version 6.3.0 is encouraging its users to move away from the TransportClient which is used to create a org.elasticsearch.client object?
Thank you
gary