Warning: I haven't used this personally, but Xinclude looks like what you're after, see: http://wiki.apache.org/solr/SolrConfigXml#XInclude
Best Erick On Tue, Dec 7, 2010 at 6:33 PM, Mark <static.void....@gmail.com> wrote: > Is there any plugin or easy way to auto-warm/cache a new searcher with a > bunch of searches read from a file? I know this can be accomplished using > the EventListeners (newSearcher, firstSearcher) but I rather not add 100+ > queries to my solrconfig.xml. > > If there is no hook/listener available, is there some sort of Handler that > performs this sort of function? Thanks! >