Re: Using custom user-defined caches to store user app data while indexing

2012-07-02 Thread Chris Hostetter
: If you implement SolrCoreAware interface in your custom : UpdateRequestProcessorFactory, you could then access your cache via Solr : Core in the inform method, I think. Haven't tried it myself, but it looks : logical to me to start from there. right ... but you really only need to be SolrCoreAw

Re: Using custom user-defined caches to store user app data while indexing

2012-06-30 Thread Dmitry Kan
Hello! If you implement SolrCoreAware interface in your custom UpdateRequestProcessorFactory, you could then access your cache via Solr Core in the inform method, I think. Haven't tried it myself, but it looks logical to me to start from there. // Dmitry On Fri, Jun 29, 2012 at 4:44 PM, Iana Ata

Using custom user-defined caches to store user app data while indexing

2012-06-29 Thread Iana Atanassova
Hi, I'm trying to implement a custom UpdateRequestProcessorFactory class that works with the XSLT Request handler for indexing. My UpdateRequestProcessorFactory has to examine some of the document fields and compare them against some regular expressions that are stored in an external MySQL databas