Hello, I'm interested in using Solr with a custom Lucene Filter (like the one described in section 6.4.1 of the Lucene In Action, Second Edition book). I'd like to filter search results from a Lucene index against information stored in a relational database. I don't want to move the relational database information into the search index, because it could change frequently.
I looked at writing my own custom Solr SearchComponent, but the documentation for those seems slim. Is this the correct approach? Is there another way? Thanks, Jon