Skip to content

Indexing the nodes without me wanting it #77

@ishak14

Description

@ishak14

The problem is that when i first push my document to mongo it contains an array.
E.g:
'Person' :[{name: 'A', age: 'B'},{name: 'C', age: 'D'}]

It looks fine in the mongodb but in my neo4j graph the nodes are not named 'Person',
instead they are index so their name is 'Person0', and 'Person1'.

I've try to see if there is someway to fix it but I can't find any. Is this a built-in feature och am I able to change it in anyway?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions