full text visited tweets search
1.0.0
Wie es funktioniert:
Azure Search explorer und führen willkürliche Suchabfrage aus.50 MB in Ordnung sind.Sie brauchen:
Azure Cognitive Search in Ihrem Azure -Abonnement.index in Ihrem Suchdienst: {
"name": "tweets-index",
"fields": [
{
"name": "id",
"type": "Edm.String",
"facetable": false,
"filterable": false,
"key": true,
"retrievable": true,
"searchable": false,
"sortable": false,
"analyzer": null,
"indexAnalyzer": null,
"searchAnalyzer": null,
"synonymMaps": [],
"fields": []
},
{
"name": "content",
"type": "Edm.String",
"facetable": false,
"filterable": false,
"key": false,
"retrievable": true,
"searchable": true,
"sortable": false,
"analyzer": "standard.lucene",
"indexAnalyzer": null,
"searchAnalyzer": null,
"synonymMaps": [],
"fields": []
},
{
"name": "link",
"type": "Edm.String",
"facetable": false,
"filterable": false,
"key": false,
"retrievable": true,
"searchable": false,
"sortable": false,
"analyzer": null,
"indexAnalyzer": null,
"searchAnalyzer": null,
"synonymMaps": [],
"fields": []
}
],
"suggesters": [],
"scoringProfiles": [],
"defaultScoringProfile": "",
"corsOptions": null,
"analyzers": [],
"charFilters": [],
"tokenFilters": [],
"tokenizers": [],
"similarity": {
"@odata.type": "#Microsoft.Azure.Search.BM25Similarity",
"k1": null,
"b": null
},
"encryptionKey": null,
"semantic": null,
"normalizers": [],
"@odata.etag": ""0x8DA33A03A887954""
}
SearchApiKey = YOUR_API_KEY
SearchIndexName = tweets-index
SearchServiceName = tweetssearch
SaveTweetsAzureFuntion in Ihrem Azure -Abonnement ein.firefox-addon/script.js - SAVE_NEW_TWEETS_INTERVAL_IN_MS .firefox-addon . web-ext build
web-ext sign --api-key YOUR_KEY --api-secret YOUR_SECRET
Search explorer um etwas in Ihren besuchten Tweets zu durchsuchen.