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 document ids
around a given point first.   Once we have the list of ids, we populate the
fq with those ids and the q value and send that off to SOLR to do a search.  
In the "longest" query to SOLR we're populating about 450 ids into the fq
parameter at this time.   I was wondering if anyone knows the performance
implications of passing so many ids into the fq and when it would
potentially be a problem for SOLR?   Currently the query passing in 450 ids
is not a problem at all and returns in less than a second.   Thanks. 
-- 
View this message in context: 
http://www.nabble.com/performance-implications-on-using-lots-of-values-in-fq-tp18617397p18617397.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to