Thank you James. I think I got this to work using CachedSqlEntityProcessor –
and it seems extremely fast. I will try SortedMapBackedCache on Monday :-). 
Thank you,
O. O.



Dyer, James-2 wrote
> Using SqlEntityProcessor with cacheImpl="SortedMapBackedCache" is the same
> as specifying "CachedSqlEntityProcessor".  Because the pluggable caches
> are only partially committed, I never added details to the wiki, so it
> still refers to CachedSEP.  But its the same thing.
> 
> What is new here, though, is that you don't have to use
> "SortedMapBackedCache" (this is an in-memory cache and can only scale to
> what fits in heap.)  You can use an alternate cache (but none are included
> in the Solr distribution).  Also, you can cache data this doesn't come
> from SQL.  So its more flexible this way rather than the older CachedSEP.
> 
> Here's the wiki link with an example: 
> http://wiki.apache.org/solr/DataImportHandler#CachedSqlEntityProcessor 
> 
> James Dyer
> Ingram Content Group
> (615) 213-4311





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Speed-up-import-of-Hierarchical-Data-tp4063924p4064297.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to