[jira] Commented: (NUTCH-92) DistributedSearch incorrectly scores results

2009-02-03 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12669990#action_12669990 ] Andrzej Bialecki commented on NUTCH-92: Moving to 1.1 - needs further discussion,

[jira] Commented: (NUTCH-92) DistributedSearch incorrectly scores results

2006-11-27 Thread JIRA
[ http://issues.apache.org/jira/browse/NUTCH-92?page=comments#action_12453682 ] Dogacan Güney commented on NUTCH-92: Here is my second attempt at this. Now DistributedSearch$Client keeps a mapping from addresses to numDocs, and in search(),

[jira] Commented: (NUTCH-92) DistributedSearch incorrectly scores results

2005-12-28 Thread byron miller (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-92?page=comments#action_12361348 ] byron miller commented on NUTCH-92: --- Has there been any advancement on this front? DistributedSearch incorrectly scores results

[jira] Commented: (NUTCH-92) DistributedSearch incorrectly scores results

2005-09-15 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-92?page=comments#action_12329473 ] Otis Gospodnetic commented on NUTCH-92: --- I recall a discussion on lucene-dev list several (6+?) months back about this or very similar issue. Lucene's MultiSearcher has

[jira] Commented: (NUTCH-92) DistributedSearch incorrectly scores results

2005-09-15 Thread Doug Cutting (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-92?page=comments#action_12329474 ] Doug Cutting commented on NUTCH-92: --- A minor detail: In Searcher, instead of int[] getDocFreqs(Term[]); The new method will probably have to be something like public

[jira] Commented: (NUTCH-92) DistributedSearch incorrectly scores results

2005-09-15 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-92?page=comments#action_12329476 ] Otis Gospodnetic commented on NUTCH-92: --- Ah, you are right, I remember this getting in the core. As a matter of fact, it might have been me who committed it in the end.