: > 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
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"/>
> (
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