forked from fullstorydev/solr-bench
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig-prebuilt.json
More file actions
46 lines (46 loc) · 1.22 KB
/
config-prebuilt.json
File metadata and controls
46 lines (46 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"cluster": {
"num-solr-nodes": 2,
"jdk-url": "http://enos.itcollege.ee/~jpoial/allalaadimised/jdk8/jdk-8u241-linux-x64.tar.gz",
"jdk-tarball": "jdk-8u241-linux-x64.tar.gz",
"jdk-directory": "jdk1.8.0_241",
"startup-params": "-m 1g",
"provisioning-method": "local"
},
"solr-package": "solr-8.6.0.tgz",
"index-benchmarks": [
{
"name": "CLOUD_INDEXING",
"description": "Wikipedia dataset on SolrCloud",
"replication-type": "cloud",
"dataset-file": "small-data/small-enwiki.tsv.gz",
"file-format": "tsv",
"id-field": "id",
"setups": [
{
"setup-name": "cloud_2x2",
"collection": "small-wikipedia",
"replication-factor": 1,
"shards": 1,
"min-threads": 2,
"max-threads": 2,
"thread-step": 1
}
]
}
],
"query-benchmarks": [
{
"name": "Terms queries",
"collection": "small-wikipedia",
"query-file": "small-data/queryFile",
"min-threads": 1,
"max-threads": 2,
"json-query" : false,
"rpm": 3000,
"total-count" : 21,
"warm-count": 5
}
],
"metrics": ["jvm/solr.jvm/memory.heap.used", "jvm/solr.jvm/os.systemCpuLoad"]
}