Re: Field collapsing results caching

2011-12-19 Thread astubbs
Why is this? And what happened to http://lucene.472066.n3.nabble.com/Re-Field-Collapsing-disable-cache-td481783.html ? I don't see why basic caching of request -> result shouldn't be the same? I know I could put a layer on top, but I'd like to use a built in cache if possible. -- View this mess

Re: Field collapsing results caching

2011-12-09 Thread Martijn v Groningen
There is no cross query cache for result grouping. The only caching option out there is the group.cache.percent option: http://wiki.apache.org/solr/FieldCollapsing#Request_Parameters Martijn On 8 December 2011 14:29, Kissue Kissue wrote: > Hi, > > I was just testing field collapsing in my solr a