forked from ManticoreGamesInc/platform-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
algolia-config.json
118 lines (118 loc) · 3.1 KB
/
algolia-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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"index_name": "coregames",
"start_urls": [
{
"url": "https://docs.coregames.com/api/",
"selectors_key": "api",
"tags": [
"api",
"reference"
]
},
"https://docs.coregames.com"
],
"sitemap_urls": [
"https://docs.coregames.com/sitemap.xml"
],
"stop_urls": [
"https://docs.coregames.com/generated/tags/"
],
"selectors": {
"default": {
"lvl0": "article h1",
"lvl1": "article h2",
"lvl2": "article h3",
"lvl3": "article h4",
"lvl4": "article h5",
"text": "article p, article li"
},
"api": {
"lvl0": "article h1",
"lvl1": "article h2",
"lvl2": "article h3",
"lvl3": "article h4",
"lvl4": "article h5",
"text": "article p, article li, td"
}
},
"custom_settings": {
"minWordSizefor1Typo": 3,
"minWordSizefor2Typos": 7,
"hitsPerPage": 20,
"maxValuesPerFacet": 1000,
"minProximity": 1,
"attributesToRetrieve": [
"anchor",
"content",
"hierarchy",
"tags",
"url"
],
"allowTyposOnNumericTokens": false,
"ignorePlurals": false,
"camelCaseAttributes": [],
"advancedSyntax": true,
"attributeCriteriaComputedByMinProximity": true,
"distinct": true,
"optionalWords": [],
"queryLanguages": [
"en"
],
"attributesForFaceting": [
"searchable(tags)"
],
"attributesToSnippet": [
"content:10"
],
"attributesToHighlight": [
"content",
"hierarchy"
],
"paginationLimitedTo": 1000,
"attributeForDistinct": "url",
"exactOnSingleWordQuery": "attribute",
"ranking": [
"words",
"filters",
"exact",
"typo",
"attribute",
"proximity",
"custom"
],
"customRanking": [
"desc(weight.page_rank)",
"desc(weight.level)",
"asc(weight.position)"
],
"separatorsToIndex": "!#()[]{}*+-_一,:;<>?@/\\^|%&~£¥$§€`\"'‘’“”†‡",
"removeWordsIfNoResults": "allOptional",
"queryType": "prefixLast",
"highlightPreTag": "<span class=\"algolia-docsearch-suggestion--highlight\">",
"highlightPostTag": "</span>",
"snippetEllipsisText": "",
"alternativesAsExact": [
"ignorePlurals",
"singleWordSynonym"
],
"maxFacetHits": 100,
"indexLanguages": [
"en"
],
"synonyms": [
[
"IsPreview()",
"preview"
],
[
"StopAcceptingPlayers",
"server lock",
"server locking"
]
]
},
"conversation_id": [
"1109322761"
],
"nb_hits": 10928
}