[
https://issues.apache.org/jira/browse/SOLR-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fuad Efendi updated SOLR-669:
-----------------------------
Remaining Estimate: 1680h (was: 0.03h)
Original Estimate: 1680h (was: 0.03h)
> SOLR currently does not support caching for (Query, FacetFieldList)
> -------------------------------------------------------------------
>
> Key: SOLR-669
> URL: https://issues.apache.org/jira/browse/SOLR-669
> Project: Solr
> Issue Type: Improvement
> Affects Versions: 1.3
> Reporter: Fuad Efendi
> Original Estimate: 1680h
> Remaining Estimate: 1680h
>
> It is huge performance bottleneck and it describes huge difference between
> qtime and SolrJ's elapsedTime. I quickly browsed SolrIndexSearcher: it caches
> only (Key, DocSet/DocList <Lucene Ids>) key-value pairs and it does not have
> cache for (Query, FacetFieldList).
> filterCache stores DocList for each 'filter' and is used for constant
> recalculations...
> This would be significant performance improvement.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.