Re: AW: Cross-context-forward to solr-instance

2008-12-17 Thread Jérôme Etévé
fig.xml. This is hacky, but it gives you a set of cores instead of > just one core. > > -Original Message- > From: David Smiley @MITRE.org [mailto:dsmi...@mitre.org] > Sent: Monday, September 08, 2008 7:54 AM > To: solr-user@lucene.apache.org > Subject: Re: AW: C

RE: AW: Cross-context-forward to solr-instance

2008-09-08 Thread Lance Norskog
: solr-user@lucene.apache.org Subject: Re: AW: Cross-context-forward to solr-instance FWIW, I'm also using the SolrRequestFilter for forwards, despite the warning. Solr1.3 doesn't have the concept of a default core anymore yet I want this feature. I made an uber-simple JSP like this: &

Re: AW: Cross-context-forward to solr-instance

2008-09-08 Thread David Smiley @MITRE.org
OTECTED] > pache.org] Im Auftrag von Hachmann, Bjoern >> Gesendet: Samstag, 6. September 2008 08:01 >> An: solr-user@lucene.apache.org >> Betreff: Cross-context-forward to solr-instance >> >> Hi, >> >> yesterday I tried the Solr-1.3-RC2 and everything

AW: Cross-context-forward to solr-instance

2008-09-08 Thread Hachmann, Bjoern
> -Ursprüngliche Nachricht- > Von: > [EMAIL PROTECTED] > g > [mailto:[EMAIL PROTECTED] pache.org] Im Auftrag von Hachmann, Bjoern > Gesendet: Samstag, 6. September 2008 08:01 > An: solr-user@lucene.apache.org > Betreff: Cross-context-forward to solr-instance > > Hi, &g

Cross-context-forward to solr-instance

2008-09-05 Thread Hachmann, Bjoern
Hi, yesterday I tried the Solr-1.3-RC2 and everything seems to work fine using the traditional single-core setup. But while troubleshooting the new multi-core feature, I realized for the first time, that I have been using the deprecated (even in 1.2) class SolrServlet. This is a huge problem