Re: Performance degradation with distributed search

2012-02-06 Thread oleole
Yonik, Thanks for your reply. Yeah that's the first thing I tried (adding fsv=true to the query) and it surprised me too. Could it due to we're using many complex sortings (20 sortings with dismax, and, or...). Any thing it can be optimized? Looks like it's calculated twice in solr? XJ -- View

best way to update custom fieldcache after index commit?

2011-06-01 Thread oleole
to IndexReader to eagerly clean custom caches that use the IndexReader (getFieldCacheKey)), not clear to me how to use it though Any of your suggestion/comments is much appreciated. Thanks! oleole