Re: handling multiple multiple resources with single requestHandler

2008-09-08 Thread Aleksandar Bradic
Sure - overriding the SolrDispatchFilter seems like a right way to go (especially maintenance-wise :) ). Thanks :) ps. - as far as the : - situation is concerned - that was useful - but i guess it didn't look nice ;) (anyway - i guess that the :-trim filter must have persisted there in

Re: handling multiple multiple resources with single requestHandler

2008-09-06 Thread Chris Hostetter
: Any ideas on how could we register single request handler for handling : multiple (wildcarded) contexts/resource uri's ? : : (something like) : : : requestHandler name=/app/* class=solr.StandardRequestHandler : requestHandler name=/app/*/query class=solr.StandardRequestHandler One of the

handling multiple multiple resources with single requestHandler

2008-09-04 Thread Aleksandar Bradic
Hi, Any ideas on how could we register single request handler for handling multiple (wildcarded) contexts/resource uri's ? (something like) : requestHandler name=/app/* class=solr.StandardRequestHandler requestHandler name=/app/*/query class=solr.StandardRequestHandler Current logic in