-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCompounds.json
More file actions
42 lines (42 loc) · 824 Bytes
/
Compounds.json
File metadata and controls
42 lines (42 loc) · 824 Bytes
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
{
"name": "Compounds",
"type": "arangosearch",
"writebufferIdle": 64,
"writebufferActive": 0,
"primarySort": [],
"writebufferSizeMax": 33554432,
"commitIntervalMsec": 1000,
"consolidationPolicy": {
"type": "bytes_accum",
"threshold": 0.1
},
"cleanupIntervalStep": 10,
"links": {
"rxn_compound": {
"analyzers": [
"identity"
],
"fields": {
"id": {
"analyzers": [
"text_en"
]
},
"abbreviation": {
"analyzers": [
"text_en"
]
},
"aliases": {
"analyzers": [
"text_en"
]
}
},
"includeAllFields": true,
"storeValues": "none",
"trackListPositions": false
}
},
"consolidationIntervalMsec": 60000
}