On 11/5/07, Haishan Chen <[EMAIL PROTECTED]> wrote:
> As for the first issues. The number of different phrase queries have 
> performance issues I found so far are about 10.

If these are normal phrase queries (no slop), a good solution might be
to simply index and query these phrases as a single token.  One could
do this with a SynonymFilter.

Oh, and no, a score threshold won't help performance.

> I believe there will be a lot more I just haven't tried.  It can be solve by 
> using faster hard
> ware though.  Also I believe it will help if SOLR has samilar distributed 
> search
> architecture like NUTCH so that it can scale out instead of scale up.

It's coming...

-Yonik

Reply via email to