On Wed, 23 Jul 2008 11:28:49 -0700 (PDT)
briand <[EMAIL PROTECTED]> wrote:
> I have documents in SOLR such that each document contains one to many points
> (latitude and longitudes). Currently we store the multiple points for a
> given document in the db and query the db to find all of the docum
I don't have much idea on performance of these many fqs, since I have
usually used very small number of fqs. But passing my thoughts hoping it
might help. (since I did not see any response :-)
a) the filter cache size needs to be more, so that fqs can be cached. If a
fq is not in cache, AFAIK, ea