Hi,

"Wish You All a Very Happy New Year".....

We have index where date field have default value as 'NOW'. We are using
solrj to query solr and when we try to convert query
response(response.getResponse) to JSON object in java. The JSON
API(org.json) throws 'invalid json string' exception. API say so because
date field value i.e. yyyy-mm-ddThh:mm:ssZ  is not surrounded by double
inverted commas( " ). So It says required , or } character when API see the
colon.

Could you please help me to retrieve the date field value as string in JSON
response. Or any pointers.

Any help would be highly appreciable.

Reply via email to