Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
In the CarrotClusteringEngine, when retrieving the documents from the SolrIndexSearcher, it calls the doc(int, FieldSelector) method, which does not use the document cache. We should either make that method use the document cache or use one of the methods that does use the cache.