-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathalgolia.json
More file actions
26 lines (26 loc) · 948 Bytes
/
algolia.json
File metadata and controls
26 lines (26 loc) · 948 Bytes
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
{
"minWordSizefor1Typo": 4,
"minWordSizefor2Typos": 8,
"hitsPerPage": 10,
"maxValuesPerFacet": 100,
"searchableAttributes": ["title", "content", "unordered(hierarchy)", "unordered(tags)"],
"numericAttributesToIndex": null,
"attributesToRetrieve": null,
"unretrievableAttributes": null,
"optionalWords": null,
"attributesForFaceting": null,
"attributesToSnippet": ["title:10", "content:10"],
"attributesToHighlight": null,
"paginationLimitedTo": 1000,
"attributeForDistinct": null,
"exactOnSingleWordQuery": "attribute",
"ranking": ["typo", "geo", "words", "filters", "proximity", "attribute", "exact", "custom"],
"customRanking": ["desc(level)", "desc(ranking)"],
"separatorsToIndex": "",
"removeWordsIfNoResults": "none",
"queryType": "prefixLast",
"highlightPreTag": "<em>",
"highlightPostTag": "</em>",
"snippetEllipsisText": "…",
"alternativesAsExact": ["ignorePlurals", "singleWordSynonym"]
}