Class CborLoader


  • public class CborLoader
    extends Object
    This class can load a single document or a stream of documents in CBOR format this is equivalent of loading a single json documet or an array of json documents
    • Constructor Detail

      • CborLoader

        public CborLoader​(com.fasterxml.jackson.dataformat.cbor.CBORFactory cborFactory,
                          Consumer<org.apache.solr.common.SolrInputDocument> sink)