Thanks for your reply,
but it only works when i got no response. But as i said im working on
arrays. As soon as i get an array it doesnt matter if array's length is 1 or
105 it returns what i get earlier.
#1 json response
"detailComment",
[
"100.01",
null,
"102.01",
null
]
return as
You can set default values in the UpdateRequestProcessor chain:
http://www.solr-start.com/javadoc/solr-lucene/org/apache/solr/update/processor/DefaultValueUpdateProcessorFactory.html
You can combine URPs with DIH. There is an example for that in the latest Solr:
https://github.com/apache/lucene-so