Re: DataImportHandlerException when cache key is null in SOLR 1.4.1

2010-12-06 Thread Alexey Serba
> I think it should be logged, but adding an exception is an overkill because > the whole SolrInputDocument is rejected. Makes sense. Could you please file a ticket and attach a patch to it? It would be great to have single (not one per doc/row) warning message, otherwise with a big result set wit

DataImportHandlerException when cache key is null in SOLR 1.4.1

2010-12-01 Thread Paul Dhaliwal
Hello, I am using CachedSqlEntityProcessor for one of my entities and it working fine when I am loading the cache as keys are requested, however it doesn't work when I try to pre load the cache. My configuration for "loading the cache as keys are requested" is: When I change it to the following