Hello, I need to write a custom solr FilterFactory which needs information about core against which it is registered (I assume multicore environment). For some reason I'm disallowed to implement SolrCoreAware from FilterFactory. Is it somehow possible to obtain the core from constructor/init method of the factory?
The same question was posted here: http://stackoverflow.com/questions/8785600/solr-coreaware-filterfactory Thanks in advance Wojtek