Class CborResponseWriter

java.lang.Object
org.apache.solr.response.CborResponseWriter
All Implemented Interfaces:
QueryResponseWriter, NamedListInitializedPlugin

public class CborResponseWriter extends Object implements QueryResponseWriter
A response writer impl that can write results in CBOR (cbor.io) format when wt=cbor. It uses the jackson library to write the stream out