On Tue, Feb 4, 2014 at 12:12 PM, Joel Cohen <joel.co...@bluefly.com> wrote: > I'm trying to get the query time down to ~15 msec. Anyone have any tuning > recommendations?
I guess it depends on what the slowest part of the query currently is. If you are faceting, it's often that. Also, it's often a big win if you can somehow partition documents such that requests can normally be serviced from a single shard. -Yonik http://heliosearch.org - native off-heap filters and fieldcache for solr