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/12 13:01:40 UTC

[jira] Created: (LUCENE-2058) benchmark pkg: specify trec_eval submission output from the command line

benchmark pkg: specify trec_eval submission output from the command line
------------------------------------------------------------------------

                 Key: LUCENE-2058
                 URL: https://issues.apache.org/jira/browse/LUCENE-2058
             Project: Lucene - Java
          Issue Type: Improvement
          Components: contrib/benchmark
            Reporter: Robert Muir
            Priority: Trivial
         Attachments: LUCENE-2058.patch

the QueryDriver for the trec benchmark currently requires 4 command line arguments.
the third argument is ignored (i typically populate this with "bogus")
Instead, allow the third argument to specify the submission.txt file for trec_eval.

while I am here, add a usage() documenting what the arguments to this driver program do.

-- 
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


[jira] Resolved: (LUCENE-2058) benchmark pkg: specify trec_eval submission output from the command line

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir resolved LUCENE-2058.
---------------------------------

    Resolution: Fixed

I tested: same results with these two patches as my old hackish setup.

Committed revision 835674.

> benchmark pkg: specify trec_eval submission output from the command line
> ------------------------------------------------------------------------
>
>                 Key: LUCENE-2058
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2058
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>            Priority: Trivial
>             Fix For: 3.0
>
>         Attachments: LUCENE-2058.patch
>
>
> the QueryDriver for the trec benchmark currently requires 4 command line arguments.
> the third argument is ignored (i typically populate this with "bogus")
> Instead, allow the third argument to specify the submission.txt file for trec_eval.
> while I am here, add a usage() documenting what the arguments to this driver program do.

-- 
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


[jira] Commented: (LUCENE-2058) benchmark pkg: specify trec_eval submission output from the command line

Posted by "Uwe Schindler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777266#action_12777266 ] 

Uwe Schindler commented on LUCENE-2058:
---------------------------------------

+1, the usage info is perfect, goes to stderr and exits with 1, just like any other unix tool *g*

> benchmark pkg: specify trec_eval submission output from the command line
> ------------------------------------------------------------------------
>
>                 Key: LUCENE-2058
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2058
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>            Priority: Trivial
>             Fix For: 3.0
>
>         Attachments: LUCENE-2058.patch
>
>
> the QueryDriver for the trec benchmark currently requires 4 command line arguments.
> the third argument is ignored (i typically populate this with "bogus")
> Instead, allow the third argument to specify the submission.txt file for trec_eval.
> while I am here, add a usage() documenting what the arguments to this driver program do.

-- 
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


[jira] Updated: (LUCENE-2058) benchmark pkg: specify trec_eval submission output from the command line

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-2058:
--------------------------------

    Fix Version/s: 3.0
         Assignee: Robert Muir

if no one objects, I would like to commit this to 3.0

I do not think it is a new feature, just a cleanup. 

> benchmark pkg: specify trec_eval submission output from the command line
> ------------------------------------------------------------------------
>
>                 Key: LUCENE-2058
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2058
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>            Priority: Trivial
>             Fix For: 3.0
>
>         Attachments: LUCENE-2058.patch
>
>
> the QueryDriver for the trec benchmark currently requires 4 command line arguments.
> the third argument is ignored (i typically populate this with "bogus")
> Instead, allow the third argument to specify the submission.txt file for trec_eval.
> while I am here, add a usage() documenting what the arguments to this driver program do.

-- 
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


[jira] Updated: (LUCENE-2058) benchmark pkg: specify trec_eval submission output from the command line

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-2058:
--------------------------------

    Attachment: LUCENE-2058.patch

> benchmark pkg: specify trec_eval submission output from the command line
> ------------------------------------------------------------------------
>
>                 Key: LUCENE-2058
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2058
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Robert Muir
>            Priority: Trivial
>         Attachments: LUCENE-2058.patch
>
>
> the QueryDriver for the trec benchmark currently requires 4 command line arguments.
> the third argument is ignored (i typically populate this with "bogus")
> Instead, allow the third argument to specify the submission.txt file for trec_eval.
> while I am here, add a usage() documenting what the arguments to this driver program do.

-- 
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