On Fri, Feb 24, 2012 at 10:25 AM, naptowndev <naptowndev...@gmail.com> wrote: > Our current config for that is as follows: > <documentCache class="*solr.LRUCache*" size="*15000*" > initialSize="*15000*"autowarmCount > ="*0*" /> > > It's the same for both instances
I assume the asterisks are for emphasis and are not actually present in your config? > And lazyfieldloading is enabled for both instances Could you try disabling lazy field loading for both instances to see what the difference is? I think both the lucene and solr lazy field stuff has changed. The other big change was pseudo-fields (field augmenters, transformers, etc), and there could possibly be an issue there (like maybe accessing the value of lazy loaded fields that it shouldn't need to). -Yonik lucidimagination.com