RE: solr-dih does multiple queries for sub-entities

2013-03-04 Thread harpax
Thanks for the quick answer! I am not quite sure whether or not that will help me though. The relation between the files and the db entries is 1:1, so I am only expecting one result set for each call, that cannot be cached as the key (the filename) differs.. I will try to implement it anyway What

solr-dih does multiple queries for sub-entities

2013-03-04 Thread harpax
Hi, I am trying to use the DIH for crawling over some xml-files and xpathing them and then access a db with the filename as a key. That works, but reading ~30.000 docs would take almost 3h. When I looked at the DIH-Debug-console it showed me, that way to many db-calls were made: 1 for the 1st doc,