Hello fellow SOLR experts,
may I ask to make top-level and public the class
org.apache.solr.request.JSONWriter
inside
org.apache.solr.request.JSONResponseWriter
I am re-using it to output JSON search result to code that I wish not to change
on the client but the current visibility settings (JSONWriter is package
protected) makes it impossible for me without actually copying the code (which
is possible thanks to the good open-source nature).thanks in advance paul
