-
Notifications
You must be signed in to change notification settings - Fork 2
/
algolia-docs.json
39 lines (39 loc) · 1.1 KB
/
algolia-docs.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
{
"settings": {
"minWordSizefor1Typo": 4,
"minWordSizefor2Typos": 8,
"hitsPerPage": 20,
"maxValuesPerFacet": 100,
"searchableAttributes": ["unordered(title)", "unordered(description)"],
"numericAttributesToIndex": null,
"attributesToRetrieve": null,
"unretrievableAttributes": ["boost", "description", "title"],
"optionalWords": null,
"attributesForFaceting": ["filterOnly(orgId)", "filterOnly(type)"],
"attributesToSnippet": null,
"attributesToHighlight": null,
"paginationLimitedTo": 1000,
"attributeForDistinct": null,
"exactOnSingleWordQuery": "attribute",
"ranking": [
"typo",
"geo",
"words",
"filters",
"proximity",
"attribute",
"exact",
"custom"
],
"customRanking": ["desc(boost)", "desc(createdAt)"],
"separatorsToIndex": "",
"removeWordsIfNoResults": "none",
"queryType": "prefixLast",
"highlightPreTag": "<em>",
"highlightPostTag": "</em>",
"snippetEllipsisText": "",
"alternativesAsExact": ["ignorePlurals", "singleWordSynonym"]
},
"rules": [],
"synonyms": []
}