Re: using q= , adding fq=

2009-12-15 Thread Chris Hostetter
: > 1) adding something like: q=cat_id:xxx&fq=geo_id= would boost : > performance? : : : For the n > 1 query, yes, adding filters should improve performance : assuming it is selective enough. The tradeoff is memory. You might even find that something like this is faster... q=*:*&fq=c

Re: using q= , adding fq=

2009-12-13 Thread Grant Ingersoll
On Dec 11, 2009, at 8:17 PM, Fer-Bj wrote: > > We're running a 14M documents index. For each document we have: >stored="true" > required="true" /> >stored="true"omitNorms="true"/> >stored="true"/> >stored="true"/> >stored="false" > omitNorms="true"/> >stored="true"/> > (

using q= , adding fq=

2009-12-11 Thread Fer-Bj
We're running a 14M documents index. For each document we have: (and a few other fields). Our most usual query is something like this: q=cat_id:xxx AND geo_id:&sort=id desc where cat_id = which "category" (cars,sports,toys,etc) the item belongs to, and geo_id = whic