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

Index all nodes and properties

Open thobalose opened this issue 7 years ago • 3 comments

How can I index all nodes and properties using elasticsearch.index_spec?

thobalose avatar Nov 23 '17 07:11 thobalose

Currently you have to spell them out, we'd have to allow something like an "*" for either label or property.

They then would be all get added to the same index?

jexp avatar Nov 23 '17 13:11 jexp

@jexp

Yes, that would be great. Spelling the out works well if you have a few nodes.

thobalose avatar Nov 24 '17 08:11 thobalose

How can we index Node relationship ??

satya06 avatar Sep 07 '18 11:09 satya06