cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Creating index on already imported data

12kunal34
Graph Fellow

Hello Everyone,

I want to create index on my data property .
Accidentally i have created index on a property that is not needed . now in my lable already 400k records available and when i am trying to create index on desired property it is taking so much time and in end i am seeing failure message .
could you please help me with indexing in this case.

1 ACCEPTED SOLUTION

You may want to stop Neo4j, restart Neo4j and then create the index.

View solution in original post

2 REPLIES 2

You may want to stop Neo4j, restart Neo4j and then create the index.

@david.fauth Thank you so much