;
>
>
> 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
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
words, instead of:
> > - send searchQuery1
> > get result1
> > - send searchQuery2
> > get result2
> > ...
> >
> > you run:
> > - send searchQuery1+searchQuery2
> > - get result1+result2
> >
> > Thanks and Regards
> > Eric
&g
te 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
>
>
>
>
:ml-node+783150-1027691461-124...@n3.nabble.com]
> Sent: Friday, May 07, 2010 1:01 AM
> To: caman
> Subject: Embedded Solr search query
>
>
>
> Hello Solr community,
>
> When a user search on our web page, we need to run 3 related but different
> queries.
>
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
Hello Solr community,
When a user search on our web page, we need to run 3 related but different
queries.
For SEO reasons, we cannot use Ajax so at the moment we run 3 queries
sequentially inside a PHP script.
Allthough Solr is superfast, the extra network overhead can make the 3
queries 400ms sl