-
Notifications
You must be signed in to change notification settings - Fork 0
/
algolia-status_desc-conf.json
48 lines (48 loc) · 1.17 KB
/
algolia-status_desc-conf.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
{
"settings": {
"minWordSizefor1Typo": 4,
"minWordSizefor2Typos": 8,
"hitsPerPage": 20,
"maxValuesPerFacet": 100,
"searchableAttributes": null,
"numericAttributesToIndex": null,
"attributesToRetrieve": null,
"unretrievableAttributes": null,
"optionalWords": null,
"attributesForFaceting": [
"filterOnly(admin)",
"filterOnly(deleted)",
"filterOnly(dm)",
"filterOnly(dms)",
"filterOnly(players)",
"searchable(status)",
"searchable(tags)"
],
"attributesToSnippet": null,
"attributesToHighlight": null,
"paginationLimitedTo": 1000,
"attributeForDistinct": null,
"exactOnSingleWordQuery": "attribute",
"ranking": [
"desc(status)",
"typo",
"geo",
"words",
"filters",
"proximity",
"attribute",
"exact",
"custom"
],
"customRanking": null,
"separatorsToIndex": "",
"removeWordsIfNoResults": "none",
"queryType": "prefixLast",
"highlightPreTag": "<em>",
"highlightPostTag": "</em>",
"snippetEllipsisText": "",
"alternativesAsExact": ["ignorePlurals", "singleWordSynonym"]
},
"rules": [],
"synonyms": []
}