On Aug 9, 2012, at 4:16 PM, solr-user [via Lucene] wrote: I didn't know how the cache got triggered and the "needScore=false" now allows some of my problem queries to finally work, and well within 2gb of mem.
needScore is an unfortunate hack in the Solr adapter to the Lucene spatial module to work-around the fact that Solr only knows how to get queries from a field type, not filters. Unlike filters, queries have scores. For spatial, they are expensive (lots of ram) and you may not even want them! Consider voting for this issue: https://issues.apache.org/jira/browse/SOLR-2883 ~ David ----- Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/question-s-re-lucene-spatial-toolkit-aka-LSP-aka-spatial4j-tp3997757p4000294.html Sent from the Solr - User mailing list archive at Nabble.com.