I'm using BulkRequestBuilder, which has an add method for IndexRequest
and DeleteRequest:
public BulkRequestBuilder add(IndexRequest request)
public BulkRequestBuilder add(DeleteRequest request)
I would like to be able to add UpdateRequest. Is this something I can
do with the add method that accepts byte[]? If so, could someone point
me in the right direction? Otherwise, are there plans to provide a
method to add UpdateRequests?
I'm using BulkRequestBuilder, which has an add method for IndexRequest
and DeleteRequest:
public BulkRequestBuilder add(IndexRequest request)
public BulkRequestBuilder add(DeleteRequest request)
I would like to be able to add UpdateRequest. Is this something I can
do with the add method that accepts byte? If so, could someone point
me in the right direction? Otherwise, are there plans to provide a
method to add UpdateRequests?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.