Hi,

Is it possible using some Solr schema magic to make solr get the default value 
for a field from another field? Ie, if the value is specified in the document 
to be indexed, then that value is used. Otherwise it uses the value of another 
field. As far as I understand it, the field property "default" only takes a 
static value, not a reference to another field. And the copyField element 
doesn't solve this problem either, since it will result in two values if the 
field was specified in the document, and I only want a single value.

/Jimi

Reply via email to