You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2008/12/16 14:22:44 UTC

[jira] Created: (LUCENE-1493) Enable setting hits queue size in Search*Task in contrib/benchmark

Enable setting hits queue size in Search*Task in contrib/benchmark
------------------------------------------------------------------

                 Key: LUCENE-1493
                 URL: https://issues.apache.org/jira/browse/LUCENE-1493
             Project: Lucene - Java
          Issue Type: Improvement
          Components: contrib/benchmark
            Reporter: Michael McCandless
            Assignee: Michael McCandless
            Priority: Minor
             Fix For: 2.9


In testing for LUCENE-1483, I'd like to try different collector queue
sizes during benchmarking.  But currently contrib/benchmark uses
deprecated Hits with hardwired "top 100" queue size.  I'll switch it to
the TopDocs APIs.

-- 
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-1493) Enable setting hits queue size in Search*Task in contrib/benchmark

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

Michael McCandless resolved LUCENE-1493.
----------------------------------------

    Resolution: Fixed

Committed revision 727063.

> Enable setting hits queue size in Search*Task in contrib/benchmark
> ------------------------------------------------------------------
>
>                 Key: LUCENE-1493
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1493
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 2.9
>
>         Attachments: LUCENE-1493.patch
>
>
> In testing for LUCENE-1483, I'd like to try different collector queue
> sizes during benchmarking.  But currently contrib/benchmark uses
> deprecated Hits with hardwired "top 100" queue size.  I'll switch it to
> the TopDocs APIs.

-- 
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-1493) Enable setting hits queue size in Search*Task in contrib/benchmark

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

Michael McCandless updated LUCENE-1493:
---------------------------------------

    Attachment: LUCENE-1493.patch

Attached patch.  It adds a search.num.hits config param.  I plan to commit soon.

> Enable setting hits queue size in Search*Task in contrib/benchmark
> ------------------------------------------------------------------
>
>                 Key: LUCENE-1493
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1493
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 2.9
>
>         Attachments: LUCENE-1493.patch
>
>
> In testing for LUCENE-1483, I'd like to try different collector queue
> sizes during benchmarking.  But currently contrib/benchmark uses
> deprecated Hits with hardwired "top 100" queue size.  I'll switch it to
> the TopDocs APIs.

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