CarrotClusteringEngine doesn't rely on the cached Document for use ------------------------------------------------------------------
Key: SOLR-1684 URL: https://issues.apache.org/jira/browse/SOLR-1684 Project: Solr Issue Type: Bug Components: contrib - Clustering Reporter: Grant Ingersoll Assignee: Grant Ingersoll Priority: Minor Fix For: 1.5 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.