Creating index on already imported data

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.

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

@david.fauth Thank you so much :slight_smile: