neo4j-elasticsearch icon indicating copy to clipboard operation
neo4j-elasticsearch copied to clipboard

index existing labels?

Open lissff opened this issue 6 years ago • 4 comments

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?

lissff avatar Oct 11 '19 08:10 lissff

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

Nakul-simelabs avatar May 07 '20 05:05 Nakul-simelabs

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

wangrui0 avatar Jun 18 '20 11:06 wangrui0

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

wangrui0 avatar Jun 18 '20 11:06 wangrui0

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

sim51 avatar Jul 25 '20 21:07 sim51