Class HttpBulkIndexer


  • public final class HttpBulkIndexer
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.String index, java.lang.String typeName, byte[] document, java.lang.String id)  
      HttpCall<java.lang.Void> newCall()
      Creates a bulk request when there is more than one object to store
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • add

        public void add​(java.lang.String index,
                        java.lang.String typeName,
                        byte[] document,
                        @Nullable
                        java.lang.String id)
      • newCall

        public HttpCall<java.lang.Void> newCall()
        Creates a bulk request when there is more than one object to store