Package org.apache.solr.handler.loader
Class CborLoader
java.lang.Object
org.apache.solr.handler.loader.CborLoader
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 Summary
ConstructorsConstructorDescriptionCborLoader(com.fasterxml.jackson.dataformat.cbor.CBORFactory cborFactory, Consumer<org.apache.solr.common.SolrInputDocument> sink) -
Method Summary
Modifier and TypeMethodDescriptionstatic ContentStreamLoadercreateLoader(org.apache.solr.common.params.SolrParams p) voidstream(InputStream is)
-
Constructor Details
-
CborLoader
public CborLoader(com.fasterxml.jackson.dataformat.cbor.CBORFactory cborFactory, Consumer<org.apache.solr.common.SolrInputDocument> sink)
-
-
Method Details
-
stream
- Throws:
IOException
-
createLoader
-