Hi, I know few about groping component, but I think it is very hard. Because query result cache has {query and conditions} -> {DocList} structure. ( https://github.com/apache/lucene-solr/blob/e30264b31400a147507aabd121b1152020b8aa6d/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java#L120 )
But in caching grouping result, query result cache should have {query and conditions} -> {grouped value, condition, etc...} -> {DocList} structure cache, I think. Thanks, Yasufumi 2018年5月18日(金) 23:41 rubi.hali <rubih...@gmail.com>: > Hi All > > Can somebody please explain if we can cache solr grouping results in query > result cache as i dont see any inserts in query result cache once we > enabled > grouping? > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html >