Shai Erera created LUCENE-4064:
----------------------------------
Summary: Move ContentSource to PerfRunData out of DocMaker
Key: LUCENE-4064
URL: https://issues.apache.org/jira/browse/LUCENE-4064
Project: Lucene - Java
Issue Type: Improvement
Components: modules/benchmark
Reporter: Shai Erera
Assignee: Shai Erera
Priority: Minor
Fix For: 4.0
ContentSource is currently private to DocMaker, however if someone wants to
write an AddDocTask that does not use DocMaker, he needs to initialize
ContentSource by himself.
It would be better if ContentSource is a shared resource on PerfRunData that is
used by DocMaker, rather than owned by it.
I'll post a patch shortly.
--
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: [email protected]
For additional commands, e-mail: [email protected]