I have following situation:
2 datasources should be indexed by Apache Solr.
- RDBM - constantly available
- CSV file which can be pushed to the system from time to time.
CSV file just update 2 fields on already existing documents in Solr.
But I have following problem: it seems impossible to make update just some subset of fields by DataImportHandler. Is it really impossible or there is some trick?