Hi guys, I have questions about bulk loader.
I use dgraph bulk -r import.rdf -s = schema.txt --map_shards = 4 - retrieve_shards = 1 -z dgraph_zero_1: 5080
for importing my test data (about 14M rdf). As you can see, I specified the schema for the bulk process. When I start the server with the imported data I get the error message: Attribute city is not indexed with type term
. Does the bulk loader follow schema and it makes indexes?
Schema file contains city: string @index(term) .
I’m running environment in docker compose and my dgraph image version is Digest: sha256:28216761637e6c0d17245c99c61cd5e2f0e33339574c84b4c5d62154c578d5e6
I have created index manually, but I don’t know when it will be finished and I can be sure that everyting is indexed.