[
https://issues.apache.org/jira/browse/LUCENE-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856845#action_12856845
]
Shai Erera commented on LUCENE-2159:
------------------------------------
This looks like a nice tool. But all it does is create multiple copies of the
same segment(s) right? So what exactly do you want to test with it? What
worries me is that we'll be multiplying the lexicon, posting lists, statistics
etc., therefore I'm not sure how reliable the tests will be (whatever they
are), except for measuring things related to large number of segments (like
merge performance). Am I right?
I also think this class better fits in benchmark rather than misc, as it's
really for perf. testing/measurements and not as a generic utility ... You can
create a Task out if it, like ExpandIndexTask which one can include in his
algorithm.
> Tool to expand the index for perf/stress testing.
> -------------------------------------------------
>
> Key: LUCENE-2159
> URL: https://issues.apache.org/jira/browse/LUCENE-2159
> Project: Lucene - Java
> Issue Type: New Feature
> Components: contrib/*
> Affects Versions: 3.0
> Reporter: John Wang
> Attachments: ExpandIndex.java
>
>
> Sometimes it is useful to take a small-ish index and expand it into a large
> index with K segments for perf/stress testing.
> This tool does that. See attached class.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.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]