Re: Access to SolrIndexSearcher in UpdateProcessor

2007-12-07 Thread Chris Hostetter
: : I'm trying to implement a custom UpdateProcessor which requires access to : SolrIndexSearcher. However, I'm constantly running into "Too many open : files" exception. I'm confused about which is the correct way to get access : to SolrIndexSearcher in UpdateProcessor

Access to SolrIndexSearcher in UpdateProcessor

2007-12-02 Thread climbingrose
Hi all, I'm trying to implement a custom UpdateProcessor which requires access to SolrIndexSearcher. However, I'm constantly running into "Too many open files" exception. I'm confused about which is the correct way to get access to SolrIndexSearcher in UpdateProcessor