On 9/26/2018 12:20 PM, Balanathagiri Ayyasamypalanivel wrote:
Currently I am storing json object type of values in string field in solr.
Using this field, in the code I am parsing json objects and doing sum of
the values under it.

In solr, do we have any option in doing it by default when using the json
object field values.

Even if you have JSON-formatted strings in Solr, Solr doesn't know this.  It has no idea that the data is JSON, and won't be able to do anything special with the info contained there.

Thanks,
Shawn

Reply via email to