neo4j-contrib / neo4j-elasticsearch

Neo4j ElasticSearch Integration
Apache License 2.0
210 stars 79 forks source link

index existing labels? #57

Open lissff opened 4 years ago

lissff commented 4 years ago

The example only shows how to track changes to nodes defined in index_spec; but what about all existing labels in neo4j? possible to index existing data?

Nakul-simelabs commented 4 years ago

Hi, I'm having same issue . anybody knows how to resolve this ?

wangrui0 commented 4 years ago

Hi, I'm having same issue . anybody knows how to resolve this ?

wangrui0 commented 4 years ago

Hi, I'm having same issue . anybody knows how to resolve this ?

sim51 commented 4 years ago

In the PR #60 I added a cypher procedure that allows you to index all your data. You can check the doc here : https://github.com/sim51/neo4j-elasticsearch/tree/4.0-enhancement#procedures If you want to test if without to compile the code, you can go here