We are currently looking at large numbers of queries/sec and would like to optimize that as much as possible. The special need is that we would like to show specific results based on a specific field - territory field and depending on where in the world you're coming from we'd like to show you specific results. The index is very large (currently 2 million rows) and could grow even larger (2-3 times) in the future. How do we accomplish this given that we have some domain knowledge (the territory) to use to our advantage? Is there a way we can hint solr/lucene to use this information to provide better results? We could use filters on territory or we could use different indexes for different territories (individually or in a combination.) Are there any other ways to do this? How do we figure out the best case in this situation?
-- View this message in context: http://www.nabble.com/system-architecture-question-when-using-solr-lucene-tf3759225.html#a10625155 Sent from the Solr - User mailing list archive at Nabble.com.