[ https://issues.apache.org/jira/browse/LUCENE-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777274#action_12777274 ]
Robert Muir commented on LUCENE-2059: ------------------------------------- Uwe, ok thanks. is it ok if i commit these in a few hours? If you want to start release process right now, then I can do it immediately instead. > 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). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org