On Mar 25, 2008, at 5:52 PM, Yonik Seeley wrote:
Looks like there are still some jsp files that reference SolrMultiCore
after this change.

I think I've fixed them all up now.

Within Solr, JSPs: -1 ... sure would be nice if the bulk of those things were converted to request handlers :)

And that multicore stuff - needs some more work in SolrDispatchFilter and those JSPs to be much cleaner - too many paths/conditions. Seems like we could pretty much assume multicore everywhere and simply have the single-core case be backwards compatible by pointing to cores[0] or something like that.

        Erik

Reply via email to