You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2015/09/10 02:16:46 UTC

[jira] [Commented] (SOLR-1632) Distributed IDF

    [ https://issues.apache.org/jira/browse/SOLR-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14737856#comment-14737856 ] 

Yonik Seeley commented on SOLR-1632:
------------------------------------

LUCENE-6758 removed part of the test of this issue:

{code}
--- lucene/dev/trunk/solr/core/src/test/org/apache/solr/search/stats/TestDefaultStatsCache.java	2015/09/09 03:13:44	1701894
+++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/search/stats/TestDefaultStatsCache.java	2015/09/09 03:16:15	1701895
@@ -79,10 +79,6 @@
     if (clients.size() == 1) {
       // only one shard
       assertEquals(controlScore, shardScore);
-    } else {
-      assertTrue("control:" + controlScore.floatValue() + " shard:"
-          + shardScore.floatValue(),
-          controlScore.floatValue() > shardScore.floatValue());
     }
   }
{code}

http://svn.apache.org/viewvc?view=revision&revision=1701895

Was it testing something important, and can it be replaced with something else?

> Distributed IDF
> ---------------
>
>                 Key: SOLR-1632
>                 URL: https://issues.apache.org/jira/browse/SOLR-1632
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>    Affects Versions: 1.5
>            Reporter: Andrzej Bialecki 
>            Assignee: Anshum Gupta
>             Fix For: 5.0, Trunk
>
>         Attachments: 3x_SOLR-1632_doesntwork.patch, SOLR-1632.patch, SOLR-1632.patch, SOLR-1632.patch, SOLR-1632.patch, SOLR-1632.patch, SOLR-1632.patch, SOLR-1632.patch, SOLR-1632.patch, SOLR-1632.patch, SOLR-1632.patch, SOLR-1632.patch, SOLR-1632.patch, SOLR-1632.patch, SOLR-1632.patch, SOLR-1632.patch, SOLR-1632.patch, distrib-2.patch, distrib.patch
>
>
> Distributed IDF is a valuable enhancement for distributed search across non-uniform shards. This issue tracks the proposed implementation of an API to support this functionality in Solr.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org