pebble/devsite/source/_data/search_indexes.json
2025-02-24 18:58:29 -08:00

94 lines
2.1 KiB
JSON

{
"guides": {
"settings": {
"attributesToIndex": [
"unordered(title)",
"unordered(content)",
"unordered(type)"
],
"attributesToSnippet": [
"content:30"
],
"attributesForFaceting": [
],
"attributeForDistinct": "urlDisplay",
"highlightPreTag": "<span class=\"search__result__highlight\">",
"highlightPostTag": "</span>"
}
},
"blog-posts": {
"settings": {
"attributesToIndex": [
"unordered(title)",
"unordered(content)",
"unordered(type)"
],
"attributesToSnippet": [
"content:30"
],
"attributesForFaceting": [
],
"customRanking": [
"asc(age)"
],
"attributeForDistinct": "urlDisplay",
"highlightPreTag": "<span class=\"search__result__highlight\">",
"highlightPostTag": "</span>"
}
},
"documentation": {
"settings": {
"attributesToIndex": [
"title",
"splitTitle",
"unordered(summary)",
"unordered(type)"
],
"attributesToSnippet": [
"summary:30"
],
"attributesForFaceting": [
"language"
],
"customRanking": [
"desc(ranking)"
],
"attributeForDistinct": null,
"highlightPreTag": "<span class=\"search__result__highlight\">",
"highlightPostTag": "</span>"
}
},
"examples": {
"settings": {
"attributesToIndex": [
"unordered(title)",
"unordered(summary)",
"unordered(type)"
],
"attributesToSnippet": [
"summary:30"
],
"attributesForFaceting": [
],
"attributeForDistinct": null,
"highlightPreTag": "<span class=\"search__result__highlight\">",
"highlightPostTag": "</span>"
}
},
"other": {
"settings": {
"attributesToIndex": [
"unordered(title)",
"unordered(content)"
],
"attributesToSnippet": [
"content:30"
],
"attributesForFaceting": [
],
"attributeForDistinct": null,
"highlightPreTag": "<span class=\"search__result__highlight\">",
"highlightPostTag": "</span>"
}
}
}