Hi folks, I have around 50k documents that are reindexed now and then.
Question is what would be the fastest approach to all this. Data is just text ~20fields or so. It comes from database but is first specially formated to get to format suitable for passing in solr. Currently xml post is used but have the feeling this is not optimal for speed wise when it is up to bulk import/reindex. I see http://wiki.apache.org/solr/DataImportHandler but kinda fail to see howto do this specially formated data so solr makes use of it. Are there some real examples,articles on howto use this?