Re: Embedded Solr search query

2010-05-11 Thread Eric Grobler
; > > > From: Eric Grobler [via Lucene] > [mailto:ml-node+783212-2036924225-124...@n3.nabble.com > ] > Sent: Friday, May 07, 2010 1:33 AM > To: caman > Subject: Re: Embedded Solr search query > > > > Hi Camen, > > I was hoping someone has done it already :-) &g

RE: Embedded Solr search query

2010-05-07 Thread caman
om: Eric Grobler [via Lucene] [mailto:ml-node+783212-2036924225-124...@n3.nabble.com] Sent: Friday, May 07, 2010 1:33 AM To: caman Subject: Re: Embedded Solr search query Hi Camen, I was hoping someone has done it already :-) I am also new to Solr/lucene, can you perhaps point me to a request

Re: Embedded Solr search query

2010-05-07 Thread Eric Grobler
Hi Svein, Yes we thought of sending parallell queries, but you still have the extra network overhead. Regards Eric On Fri, May 7, 2010 at 9:11 AM, Svein Parnas wrote: > Or send the queries in parallell from the PHP script (use CURL). > > Svein > > > 2010/5/7 caman : > > > > Why not write a cust

Re: Embedded Solr search query

2010-05-07 Thread Eric Grobler
Hi Camen, I was hoping someone has done it already :-) I am also new to Solr/lucene, can you perhaps point me to a request handler example page? Thanks and Regards Eric On Fri, May 7, 2010 at 9:05 AM, caman wrote: > > Why not write a custom request handler which can parse, split, execute and >

Re: Embedded Solr search query

2010-05-07 Thread Svein Parnas
Or send the queries in parallell from the PHP script (use CURL). Svein 2010/5/7 caman : > > Why not write a custom request handler which can parse, split, execute and > combine results to your queries? > > > > > > > > From: Eric Grobler [via Lucene] > [mailto:ml-node+783150-1027691461-124...@n3.

RE: Embedded Solr search query

2010-05-07 Thread caman
Why not write a custom request handler which can parse, split, execute and combine results to your queries? From: Eric Grobler [via Lucene] [mailto:ml-node+783150-1027691461-124...@n3.nabble.com] Sent: Friday, May 07, 2010 1:01 AM To: caman Subject: Embedded Solr search query Hello