Chris Hostetter wrote: > > > i just wanted to draw peoples attention to a Lucene-Java patch i've been > experimenting with to change the way the internal FieldCaches work... > > http://issues.apache.org/jira/browse/LUCENE-831 > > ...this might be of special itnerest to Solr developers because it would > let us change the low levels of the FieldCache (used by sorting and > faceting) so that it could be backed by a SolrCache and autoWarmed when > new IndexReaders are opened. (this isn't in the patch) > >
Sounds interesting. I am not sure I quite understand what this patch does, but if it helps improve the first sort after a commit that would rock :) We have a number of services where we would like to support sorting search results so we can show newest articles/posts first, but currently cannot, because of relatively high volume of inserts/commits(15000 new posts pr day on our forum). -- View this message in context: http://www.nabble.com/LUCENE-831-and-FieldCache-warming-tf3416220.html#a9568054 Sent from the Solr - Dev mailing list archive at Nabble.com.