> Got it. All good now. I will either use the update > processor, or I may > modify the query in data import handler to get these values > pre-populated > from the database. Thanks for your help. I appreciate it!
Oh, I didn't know that you are using DIH. If thats the case, you can populate those field with http://wiki.apache.org/solr/DataImportHandler#RegexTransformer It is more suitable to use Transformer when you are using DIH, than the update processor.