On Wed, Nov 9, 2011 at 8:09 PM, Marvin Humphrey <[email protected]> wrote: > Brainstorming... perhaps SearchServer should offer a pluggable caching > mechanism for top_docs().... or maybe subclassing would work, so that there's > no need to monkey with the current implementation?
Subclassing sounds ideal (especially adding the howto in the cookbook). I'm no Perl pro, but I know enough to know that doing it by subclassing is ideal -- I ended up hacking the code and adding some procedural (non-oop) subroutine calls. Dirty as all hell, but my patch file is easy to apply and best of all, it works. short of time, hands, patience, blah blah
