I don't know the benchmark pkg that well, but I don't want to slow Uwe down.
however, I'd feel more comfortable if i can toss together this openrelevance crap tonight and actually have something working first. (the collections it downloads are huge and i'm having to do careful ant stuff to prevent killing their servers) On Thu, Nov 12, 2009 at 6:40 PM, Mark Miller <markrmil...@gmail.com> wrote: > I was gonna say - "release in a few hours?" - there are still 13 issues > to deal with or push :) > > Uwe Schindler (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/LUCENE-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777280#action_12777280] > > > > Uwe Schindler commented on LUCENE-2059: > > --------------------------------------- > > > > You have time. I will do some RM practise tomorrow and will hopefully > start on saturday/sunday. There are some more issues open. > > > > > >> benchmark pkg: allow TrecContentSource not to change the docname > >> ---------------------------------------------------------------- > >> > >> Key: LUCENE-2059 > >> URL: https://issues.apache.org/jira/browse/LUCENE-2059 > >> Project: Lucene - Java > >> Issue Type: Improvement > >> Reporter: Robert Muir > >> Assignee: Robert Muir > >> Priority: Minor > >> Fix For: 3.0 > >> > >> Attachments: LUCENE-2059.patch > >> > >> > >> TrecContentSource currently appends 'iteration number' to the docname > field. > >> Example: if the original docname is DOC0001 then it will be indexed as > DOC0001_0 > >> this presents a problem for relevance testing, because when judging > results, the expected docname will never be present. > >> This patch adds an option to disable this behavior, defaulting to the > existing behavior (which is to append the iteration number). > >> > > > > > > > -- > - Mark > > http://www.lucidimagination.com > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-dev-h...@lucene.apache.org > > -- Robert Muir rcm...@gmail.com