[
https://issues.apache.org/jira/browse/LUCENE-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shai Erera updated LUCENE-4039:
-------------------------------
Attachment: LUCENE-4039.patch
Patch adds AddIndexesTask (+Test) and an addIndexs.alg.
Because of how Benchmark works, the input directory can only be a location on
the file system (and not e.g. RAMDirectory).
I haven't included yet PayloadProcessorProvider, I think it can be added
separately.
> Add AddIndexesTask to Benchmark
> -------------------------------
>
> Key: LUCENE-4039
> URL: https://issues.apache.org/jira/browse/LUCENE-4039
> Project: Lucene - Java
> Issue Type: New Feature
> Components: modules/benchmark
> Reporter: Shai Erera
> Assignee: Shai Erera
> Priority: Minor
> Fix For: 4.0
>
> Attachments: LUCENE-4039.patch
>
>
> I was interested in measuring the performance of
> IndexWriter.addIndexes(Directory) vs. IndexWriter.addIndexes(IndexReader). I
> wrote an AddIndexesTask and a matching .alg. The task takes a parameter
> whether to use the IndexReader or Directory variants. I'll upload the patch
> and describe the perf results.
--
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]