forked from DataDog/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typesense.config.json
74 lines (74 loc) · 2.44 KB
/
typesense.config.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"collections": [
{
"name": "docs_main_v1",
"short_name": "docs",
"synonyms": [
{
"id": "agent",
"synonyms": ["agent", "datadog agent"]
},
{
"id": "azure",
"synonyms": ["microsoft azure", "azure"]
},
{
"id": "gcp",
"synonyms": ["gcp", "google cloud platform"]
},
{
"id": "aws",
"synonyms": ["aws", "amazon web service"]
},
{
"id": "rum",
"synonyms": ["RUM", "rum", "real user monitoring"]
},
{
"id": "permissions",
"synonyms": ["permissions", "Role Permissions"]
},
{
"id": "dbm",
"synonyms": ["dbm", "database monitoring"]
},
{
"id": "npm",
"synonyms": ["npm", "network performance monitoring"]
},
{
"id": "ksm",
"synonyms": ["ksm", "ksm core", "kubernetes state metrics"]
},
{
"id": "sast",
"synonyms": ["sast", "static analysis", "static application security testing"]
},
{
"id": "sca",
"synonyms": ["sca", "software composition analysis"]
},
{
"id": "otel",
"synonyms": ["otel", "opentelemetry"]
}
],
"presets": [
{
"name": "docs_alias_view",
"search_parameters": {
"sort_by": "rank:desc,order:asc,_text_match:desc",
"query_by": "tags,title,section_header,content"
}
},
{
"name": "docs_alias_api_view",
"search_parameters": {
"sort_by": "rank:asc,_text_match:desc",
"query_by": "tags,title,section_header,content"
}
}
]
}
]
}