Hi, Can someone explain what is the response of solrj. After i am done, what will be the format of the result? For example, if normal response is like this by doing query http://localhost/solr/core/q=*:*&wtjson: {response {numfound:# , docs{ [ { id="#" createdDate="#" } { id="#" createdDate="#" } ] } } and i want to format createdDate. will the result of the solrj make createdDate a java object so that i can format it the way i want to?
thanks -- View this message in context: http://lucene.472066.n3.nabble.com/solr-j-response-tp4039606.html Sent from the Solr - User mailing list archive at Nabble.com.