[ 
https://issues.apache.org/jira/browse/LUCENE-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777256#action_12777256
 ] 

Robert Muir commented on LUCENE-2059:
-------------------------------------

Thanks Uwe, I don't know much outside of the quality (searching) portion of the 
benchmark package, so I appreciate the review.

But I am trying to (ab)use the benchmark pkg so I don't have to write code to 
index a relevance collection :)

> 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

Reply via email to