This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": { | |
"type": "grafana", | |
"uid": "-- Grafana --" | |
}, | |
"enable": true, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"error":"init shard \"collection_properties_19_7e4b1794-a6a9-4f77-af91-e0ff86b5a4f1\": init shard \"collection_properties_19_7e4b1794-a6a9-4f77-af91-e0ff86b5a4f1\": shard db: create objects bucket: init disk segments: init segment segment-1711917640228718280.db: mmap file: cannot allocate memory","level":"error","msg":"Unable to load shard 7e4b1794-a6a9-4f77-af91-e0ff86b5a4f1: init shard \"collection_properties_19_7e4b1794-a6a9-4f77-af91-e0ff86b5a4f1\": init shard \"collection_properties_19_7e4b1794-a6a9-4f77-af91-e0ff86b5a4f1\": shard db: create objects bucket: init disk segments: init segment segment-1711917640228718280.db: mmap file: cannot allocate memory","time":"2024-04-02T14:54:22Z"} | |
2024/04/02 14:54:22 http: panic serving 10.0.166.193:46634: Unable to load shard 7e4b1794-a6a9-4f77-af91-e0ff86b5a4f1: init shard "collection_properties_19_7e4b1794-a6a9-4f77-af91-e0ff86b5a4f1": init shard "collection_properties_19_7e4b1794-a6a9-4f77-af91-e0ff86b5a4f1": shard db: create objects bucket: init disk segments: |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"action":"lsm_recover_from_active_wal","class":"Block_Spans_19","index":"block_spans_19","level":"warning","msg":"active write-ahead-log found. Did weaviate crash prior to this? Trying to recover...","path":"/var/lib/weaviate/block_spans_19/28516e75-5a04-492e-813d-8a92cb3c1506/lsm/property_collection_id/segment-1712053961574001467","shard":"28516e75-5a04-492e-813d-8a92cb3c1506","time":"2024-04-02T14:52:26Z"} | |
{"action":"lsm_recover_from_active_wal","class":"Block_Spans_19","index":"block_spans_19","level":"warning","msg":"active write-ahead-log found. Did weaviate crash prior to this? Trying to recover...","path":"/var/lib/weaviate/block_spans_19/28516e75-5a04-492e-813d-8a92cb3c1506/lsm/property_permissions_group_ids/segment-1712053961575762335","shard":"28516e75-5a04-492e-813d-8a92cb3c1506","time":"2024-04-02T14:52:26Z"} | |
{"action":"lsm_recover_from_active_wal","class":"Block_Spans_19","index":"block_spans_19","level":"warning","msg":"active write-ahead-log found. Did weaviate crash prior to this? Trying to r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST /products/_doc/_bulk | |
{"index": {"_id":1}} | |
{"name": "Playstation 4 FIFA 2018 Ronaldo edition", "displayName": "FIFA 18 RONALDO EDITION PS4", "releaseDate": "01/10/2018"} | |
{"index": {"_id":2}} | |
{"name": "Sony UHD TV 43 inch", "displayName": "KD-43XD8305", "releaseDate": "01/06/2018"} | |
{"index": {"_id":3}} | |
{"name": "Black & Decker Accuboormachine", "displayName": "BLACK & DECKER BDCHD18BAFC-QW", "releaseDate": "01/07/2016"} | |
{"index": {"_id":4}} | |
{"name": "Lenovo 13-14 inch basis laptop", "displayName": "LENOVO IDEAPAD 320-14ISK 80XG0057MH", "releaseDate": "20/03/2018"} | |
{"index": {"_id":5}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blauwe kaas | |
blauwekaas | |
vaatwas tabletten | |
vaatwastabletten | |
soja drink | |
sojadrink | |
italiaanse groente | |
italiaansegroente | |
baby voeding | |
babyvoeding |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELETE test | |
PUT test | |
{ | |
"settings": { | |
"number_of_replicas": 0, | |
"number_of_shards": 1 | |
}, | |
"mappings": { | |
"test": { | |
"properties": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELETE tickers | |
PUT tickers | |
{ | |
"settings": { | |
"number_of_shards": 1, | |
"number_of_replicas": 0 | |
}, | |
"mappings": { | |
"tickers": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#LEXISNEXIS | |
DELETE shop | |
PUT shop | |
{ | |
"settings": { | |
"number_of_shards": 1, | |
"number_of_replicas": 0 | |
}, | |
"mappings": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PUT webshop | |
{ | |
"settings": { | |
"number_of_shards": 1, | |
"number_of_replicas": 0, | |
"analysis": { | |
"filter": { | |
}, | |
"analyzer": { |
NewerOlder