mirror of
https://github.com/google/pebble.git
synced 2025-03-15 08:41:21 +00:00
94 lines
2.1 KiB
JSON
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>"
|
|
}
|
|
}
|
|
}
|