Hello Folks, I'm a big DIH fan but I'm fairly sure that now I've run into a scenario where it can't help me anymore ... but before I give up and roll my own solution, I jsut wanted to check with everyone else.
The scenario: - already have 1M+ documents indexed - the schema.xml needs to have one more field added to it ... problem/do-able? yes? no? remove all the old data? or do the update per doc (add/delete)? - need to populate data from a file that has a key and value per line and i need to use the key to find the doc to update and then add the value to the new schema field Any ideas?