I think you're worrying about the wrong problem ;)
Often, the difference between the JSON and SolrInputDocument
decoding on the server is dwarfed by the time it takes the
client to assemble the docs to send. Quick test: When you start
indexing, how hard is the Solr server working (measure crudely
I have a large number of documents that I am trying to load into SOLR.
I am about to begin bench marking this effort, but I thought I would ask here.
I have the documents in JSONArrays already.
I am most concerned with ingest rate on the server. So I don't mind performing
extra work on the cl