Thanks Yonik,
I will give it a play when I get some time and write back.

Tim


On Tue, Mar 25, 2008 at 1:21 AM, Yonik Seeley <[EMAIL PROTECTED]> wrote:

> On Mon, Mar 24, 2008 at 5:30 PM, tim robertson
> <[EMAIL PROTECTED]> wrote:
> >  Is there any documentation on whether indexes can be partitioned
> easily, so
> >  scaling is somewhat linear?
>
> http://wiki.apache.org/solr/DistributedSearch
>
> It's very new, so you would need a recent nightly build.
> If you try it, let us know how it works (or what issues you run into).
>
> >  (name:"Passer domesticus*" AND cell:[36543 TO 43324] AND mod360Cell[45
> TO
> >  65] AND year:[1950 TO *])
>
> Range queries can be slow if the number of terms in the range is large.
> If the range query is common, it can be pulled out into a separate
> filter query (fq param) and cached separately.  If it's rather unique
> (different endpoint values each time), then there is currently no
> quick fix.  But due to some basic work being done in Lucene, I predict
> some relief not too far in the future.
>
> -Yonik
>

Reply via email to