Well I am writing a custom request handler and want to create solr document. I have few fields and their values, I want to create a new document with these field and put in doclist and then stuffing doclist(or SolrDocumentList) in response object to send back to client.
how can I do it ??
thanks