You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2009/11/13 01:48:39 UTC

[jira] Resolved: (LUCENE-2059) benchmark pkg: allow TrecContentSource not to change the docname

     [ https://issues.apache.org/jira/browse/LUCENE-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir resolved LUCENE-2059.
---------------------------------

    Resolution: Fixed

Committed revision 835677.

> 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org