On Sun, Sep 7, 2008 at 11:00 AM, Chris Hostetter <[EMAIL PROTECTED]>wrote:
> > inform, no ... but the factories should be getting instantiated during > SolrCore init, what makes you think it's not until first use? (that would > be a bug if it's true, but a quick skim of SolrCore suggests it should be > working correctly) > I think Brian is referring to the method UpdateRequestProcessorFactory#getInstance(SolrQueryRequest, SolrQueryResponse, UpdateRequestProcessor) which kinda limits you to create it only on first request as an API. Noble pointed this out in SOLR-660 (but after it was committed) -- https://issues.apache.org/jira/browse/SOLR-660?focusedCommentId=12617235#action_12617235 -- Regards, Shalin Shekhar Mangar.