[
https://issues.apache.org/jira/browse/SOLR-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14805205#comment-14805205
]
Varun Thacker commented on SOLR-1632:
-------------------------------------
I think the check should be modified from {{ontrolScore.floatValue() >
shardScore.floatValue())}} to {{controlScore.floatValue() >=
shardScore.floatValue())}} .
I understand the motivation here that once a term starts getting 'rare' the
score will be higher as the stats are just from the individual shards.
The first part of the test doesn't seem to be triggering this though:
{code}
del("*:*");
for (int i = 0; i < clients.size(); i++) {
int shard = i + 1;
for (int j = 0; j <= i; j++) {
index_specific(i, id, docId++, "a_t", "one two three",
"shard_i", shard);
}
}
{code}
> 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: [email protected]
For additional commands, e-mail: [email protected]