|
1 | 1 | [
|
2 | 2 | {
|
3 | 3 | "name": "Google Web - pse.google.com",
|
4 |
| - "active": true, |
5 |
| - "default": true, |
| 4 | + "active": false, |
| 5 | + "default": false, |
6 | 6 | "connector": "RequestsGet",
|
7 | 7 | "url": "https://www.googleapis.com/customsearch/v1",
|
8 | 8 | "query_template": "{url}?cx={cx}&key={key}&q={query_string}",
|
|
33 | 33 | "query_processors": [
|
34 | 34 | "AdaptiveQueryProcessor"
|
35 | 35 | ],
|
36 |
| - "query_mappings": "cx=7d473806dcdde5bc6,DATE_SORT=sort=date,PAGE=start=RESULT_INDEX,NOT_CHAR=-", |
| 36 | + "query_mappings": "cx=<your-Google-PSE-code>,DATE_SORT=sort=date,PAGE=start=RESULT_INDEX,NOT_CHAR=-", |
37 | 37 | "result_processors": [
|
38 | 38 | "MappingResultProcessor",
|
39 | 39 | "DateFinderResultProcessor",
|
40 | 40 | "CosineRelevancyResultProcessor"
|
41 | 41 | ],
|
42 | 42 | "response_mappings": "FOUND=searchInformation.totalResults,RETRIEVED=queries.request[0].count,RESULTS=items",
|
43 | 43 | "result_mappings": "url=link,body=snippet,author=displayLink,cacheId,pagemap.metatags[*].['og:type'],pagemap.metatags[*].['og:site_name'],pagemap.metatags[*].['og:description'],NO_PAYLOAD",
|
44 |
| - "credentials": "key=AIzaSyDvVeE-L6nCC9u-TTGuhggvSmzhtiTHJsA", |
| 44 | + "credentials": "key=<your-Google-API-key>", |
45 | 45 | "tags": [
|
46 | 46 | "Web", "WWW", "Google"
|
47 | 47 | ]
|
|
87 | 87 | "query_processors": [
|
88 | 88 | "AdaptiveQueryProcessor"
|
89 | 89 | ],
|
90 |
| - "query_mappings": "cx=333906f8f74144c5c,DATE_SORT=sort=date,PAGE=start=RESULT_INDEX,NOT_CHAR=-", |
| 90 | + "query_mappings": "cx=<your-Google-PSE-code>,DATE_SORT=sort=date,PAGE=start=RESULT_INDEX,NOT_CHAR=-", |
91 | 91 | "result_grouping_field": "",
|
92 | 92 | "result_processors": [
|
93 | 93 | "MappingResultProcessor",
|
|
98 | 98 | "response_mappings": "FOUND=searchInformation.totalResults,RETRIEVED=queries.request[0].count,RESULTS=items",
|
99 | 99 | "result_mappings": "title= htmlTitle,url=link,body=snippet,cacheId,pagemap.metatags[*].['og:type'],pagemap.metatags[*].locale,pagemap.metatags[*].['og:image'],NO_PAYLOAD",
|
100 | 100 | "results_per_query": 10,
|
101 |
| - "credentials": "key=AIzaSyDvVeE-L6nCC9u-TTGuhggvSmzhtiTHJsA", |
| 101 | + "credentials": "key=<your-Google-API-key>", |
102 | 102 | "eval_credentials": "",
|
103 | 103 | "tags": [
|
104 | 104 | "LinkedIn",
|
|
107 | 107 | },
|
108 | 108 | {
|
109 | 109 | "name": "Swirl Documentation - docs.swirlaiconnect.com",
|
110 |
| - "active": true, |
111 |
| - "default": true, |
| 110 | + "active": false, |
| 111 | + "default": false, |
112 | 112 | "connector": "RequestsGet",
|
113 | 113 | "url": "https://www.googleapis.com/customsearch/v1",
|
114 | 114 | "query_template": "{url}?cx={cx}&key={key}&q={query_string}",
|
|
139 | 139 | "query_processors": [
|
140 | 140 | "AdaptiveQueryProcessor"
|
141 | 141 | ],
|
142 |
| - "query_mappings": "cx=f047885d9696f447c,DATE_SORT=sort=date,PAGE=start=RESULT_INDEX,NOT_CHAR=-", |
| 142 | + "query_mappings": "cx=<your-Google-PSE-code>,DATE_SORT=sort=date,PAGE=start=RESULT_INDEX,NOT_CHAR=-", |
143 | 143 | "result_grouping_field": "",
|
144 | 144 | "result_processors": [
|
145 | 145 | "MappingResultProcessor",
|
|
149 | 149 | "response_mappings": "FOUND=searchInformation.totalResults,RETRIEVED=queries.request[0].count,RESULTS=items",
|
150 | 150 | "result_mappings": "title=title,url=link,body=snippet,author=displayLink,cacheId,pagemap.metatags[*].['og:type'],pagemap.metatags[*].['og:site_name'],pagemap.metatags[*].['og:description'],NO_PAYLOAD",
|
151 | 151 | "results_per_query": 10,
|
152 |
| - "credentials": "key=AIzaSyDvVeE-L6nCC9u-TTGuhggvSmzhtiTHJsA", |
| 152 | + "credentials": "key=<your-Google-API-key>", |
153 | 153 | "eval_credentials": "",
|
154 | 154 | "tags": [
|
155 | 155 | "Swirl",
|
|
0 commit comments