I want to know if there is any way to update only one field in solr using import handler. Here are some steps I performed :
1) I have defined a schema which contains some dynamic fields. 2) I added some records to solr using data import handler from sql table. 3) A new column gets introduced in the sql table and entries for that column in sql table has been populated based on some existing columns (No new rows has been added).
Is there any way to index only this newly generated column without importing the whole data again?