You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2009/12/23 17:52:29 UTC

[jira] Created: (SOLR-1684) CarrotClusteringEngine doesn't rely on the cached Document for use

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.


[jira] Resolved: (SOLR-1684) CarrotClusteringEngine doesn't rely on the cached Document for use

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll resolved SOLR-1684.
-----------------------------------

    Resolution: Fixed

Committed revision 893576.

> 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.