Allow setting arbitrary objects on PerfRunData
----------------------------------------------

                 Key: LUCENE-3635
                 URL: https://issues.apache.org/jira/browse/LUCENE-3635
             Project: Lucene - Java
          Issue Type: Improvement
          Components: modules/benchmark
            Reporter: Shai Erera
            Assignee: Shai Erera
            Priority: Minor
             Fix For: 3.6, 4.0


PerfRunData is used as the intermediary objects between PerfRunTasks. Just like 
we can set IndexReader/Writer on it, it will be good if it allows setting other 
arbitrary objects that are e.g. created by one task and used by another.

A recent example is the enhancement to the benchmark package following the 
addition of the facet module. We had to add TaxoReader/Writer.

The proposal is to add a HashMap<String, Object> that custom PerfTasks can 
set()/get(). I do not propose to move IR/IW/TR/TW etc. into that map. If 
however people think that we should, I can do that as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to