Sub classes can set this flag in their constructor to true if they
want to fix the number of shards to 'shardCount'
The default is false which means that test will be executed with
1, 2, 3, ....shardCount number of shards repeatedly
Initializes things your test might need
Creates a dataDir in the "java.io.tmpdir"
initializes the TestHarness h using this data directory, and getSchemaPath()
initializes the LocalRequestFactory lrf using sensible defaults.
Initializes things your test might need
Creates a dataDir in the "java.io.tmpdir"
initializes the TestHarness h using this data directory, and getSchemaPath()
initializes the LocalRequestFactory lrf using sensible defaults.
Creates a LocalSolrQueryRequest based on variable args; for
historical reasons, this method has some peculiar behavior:
If there is a single arg, then it is treated as the "q"
param, and the LocalSolrQueryRequest consists of that query
string along with "qt", "start", and "rows" params (based
on the qtype, start, and limit properties of this factory)
along with any other default "args" set on this factory.