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

Michael McCandless commented on LUCENE-1539:
--------------------------------------------

Jason, couldn't we create a .alg that makes multiple copies of a Wikipedia 
index w/ different pctg deletes, instead of a static main java tool?

In fact.... one cleaner way to achieve this would be to use multiple commits in 
the same index.  So instead of making a full copy of the wiki index for each 
pctg of deletes, make a new commit.  You end up w/ a single index that has N 
commits, one for each pctg you need to test.  Then we'd just need a way to tell 
an alg which commit to open.  Since a commit can contain an optional string 
commitUserData, we could use to tell the alg which commit to open.

> Improve Benchmark
> -----------------
>
>                 Key: LUCENE-1539
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1539
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/benchmark
>    Affects Versions: 2.4
>            Reporter: Jason Rutherglen
>            Priority: Minor
>             Fix For: 2.9
>
>         Attachments: LUCENE-1539.patch, sortBench2.py, sortCollate2.py
>
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> Benchmark can be improved by incorporating recent suggestions posted
> on java-dev. M. McCandless' Python scripts that execute multiple
> rounds of tests can either be incorporated into the codebase or
> converted to Java.

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