full text visited tweets search
1.0.0
How it works:
Azure Search explorer, and execute arbitrary search query.50 MB total tweets index size.You need:
Azure Cognitive Search service in your Azure subscription.index in your search service:{
"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 to your Azure subscription.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 to search something in your visited tweets.