neo4j-contrib / neo4j-elasticsearch

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

Index all nodes and properties #45

Open thobalose opened 6 years ago

thobalose commented 6 years ago

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

jexp commented 6 years ago

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?

thobalose commented 6 years ago

@jexp

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

satya06 commented 5 years ago

How can we index Node relationship ??