You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Wojciech Gruszczyk <wo...@hybris.com> on 2012/01/09 09:43:07 UTC

CoreAware FilterFactory

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