How to create index by ingesting MongoDB data?

All tutorials I used brought me the following error:

> D, [2020-06-01T07: 33: 35.814000 # 276] DEBUG -: MONGODB | [202] localhost: 27017 # 1 | example.find | STARTED | {"find" => "movie", "filter" => {"_ id" => {"$ gt" => BSON :: ObjectId ('5ed11391474a8677a9bf3882')}}, "limit" => 5000, "$ db "=>" example "," lsid "=> {" id "=> <BSON :: Binary: 0x2064 type = uuid data = 0xc8d0b628481c4ec2 ...>}}
> D, [2020-06-01T07: 33: 35.838000 # 276] DEBUG -: MONGODB | [202] localhost: 27017 | example.find | SUCCEEDED | 0.015s
> D, [2020-06-01T07: 33: 35.947000 # 276] DEBUG -: MONGODB | [203] localhost: 27017 # 1 | example.listCollections | STARTED | {"listCollections" => 1, "cursor" => {}, "nameOnly" => true, "$ db" => "example", "lsid" => {"id" => <BSON :: Binary: 0x2064 type = uuid data = 0xc8d0b628481c4ec2 ...>}}
> D, [2020-06-01T07: 33: 35.955000 # 276] DEBUG -: MONGODB | [203] localhost: 27017 | example.listCollections | SUCCEEDED | 0.003s

You should provide your pipeline (no passwords of course), but seems that you want to use a binary field?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.