Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
> From: Jae Joo <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Friday, May 16, 2008 4:05:29 PM
> Subject: Re: Multi core weight
>
> Running multiple indivisual queries is o
Running multiple indivisual queries is one option, but because of the volume
of documents (14 millions) and traffic, 10 request per second, I am looking
the optimal way to do that.
Thanks,
Jae
On Thu, May 15, 2008 at 11:57 AM, Otis Gospodnetic <
[EMAIL PROTECTED]> wrote:
> Jae,
> It sounds like
Jae,
It sounds like you are doing a distributed search across your 3 cores on a
single Solr instance? Why not do run 3 individual queries (parallel or serial,
your choice) and pick however many hits you need from each result?
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch