-
Notifications
You must be signed in to change notification settings - Fork 0
/
algolia-prod_steps-conf.json
38 lines (38 loc) · 1.06 KB
/
algolia-prod_steps-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
{
"settings": {
"minWordSizefor1Typo": 4,
"minWordSizefor2Typos": 8,
"hitsPerPage": 20,
"maxValuesPerFacet": 100,
"searchableAttributes": [
"unordered(initT)",
"unordered(ppt)",
"unordered(ppptT)",
"unordered(act)",
"unordered(pactT)",
"unordered(out)"
],
"numericAttributesToIndex": null,
"attributesToRetrieve": null,
"unretrievableAttributes": null,
"optionalWords": null,
"attributesForFaceting": ["filterOnly(runId)"],
"attributesToSnippet": null,
"attributesToHighlight": null,
"paginationLimitedTo": 1000,
"attributeForDistinct": null,
"exactOnSingleWordQuery": "attribute",
"ranking": ["exact", "custom"],
"customRanking": ["desc(n)"],
"separatorsToIndex": "",
"removeWordsIfNoResults": "none",
"queryType": "prefixLast",
"highlightPreTag": "<em>",
"highlightPostTag": "</em>",
"snippetEllipsisText": "",
"typoTolerance": "false",
"alternativesAsExact": ["ignorePlurals", "singleWordSynonym"]
},
"rules": [],
"synonyms": []
}