-
Notifications
You must be signed in to change notification settings - Fork 25
/
config.json
107 lines (107 loc) · 2.49 KB
/
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
{
"cloudinary": {
"cloud_name": "hilnmyskv",
"api_key": "994327226692994",
"api_secret": "EeGM96V1-wuZUlL1VyA_UfgQpBU"
},
"algolia": {
"appID": "OWD8XOXT0U",
"apiKey": "e70ea7269b7642765ff9b0dc4245dbbb",
"index": "searchstone_cost--asc",
"settings": {
"minWordSizefor1Typo": 4,
"minWordSizefor2Typos": 8,
"hitsPerPage": 20,
"maxValuesPerFacet": 100,
"attributesToIndex":
[ "unordered(name)",
"unordered(race)",
"text",
"unordered(mechanics)",
"unordered(playerClass)",
"nameVO" ],
"numericAttributesToIndex": null,
"attributesToRetrieve": null,
"allowTyposOnNumericTokens": false,
"ignorePlurals": true,
"advancedSyntax": false,
"removeStopWords": false,
"replaceSynonymsInHighlight": false,
"distinct": false,
"unretrievableAttributes": null,
"optionalWords":
[ "the",
"you",
"to",
"that",
"your",
"is",
"in",
"if",
"of",
"all",
"too",
"also",
"this",
"he",
"she",
"they",
"them",
"and",
"an",
"a",
"at",
"other",
"its",
"any",
"when",
"into" ],
"attributesForFaceting":
[ "attack",
"cost",
"health",
"mechanics",
"playerClass",
"type",
"race",
"rarity",
"set",
"format",
"durability",
"setFull",
"lang" ],
"attributesToSnippet": null,
"attributesToHighlight": null,
"attributeForDistinct": null,
"synonyms":
[ [ "10", "ten" ],
[ "9", "nine" ],
[ "8", "eight" ],
[ "7", "seven" ],
[ "6", "six" ],
[ "5", "five" ],
[ "4", "four" ],
[ "3", "three" ],
[ "2", "two" ],
[ "1", "one" ],
[ "0", "zero" ] ],
"ranking":
[ "typo",
"geo",
"words",
"filters",
"proximity",
"attribute",
"exact",
"custom" ],
"customRanking": [ "asc(cost)", "desc(dustCraft)", "desc(setID)" ],
"separatorsToIndex": "+-%/",
"removeWordsIfNoResults": "none",
"queryType": "prefixAll",
"highlightPreTag": "<em>",
"highlightPostTag": "</em>",
"snippetEllipsisText": "",
"typoTolerance": "true"
}
}
}