neo4j-elasticsearch
neo4j-elasticsearch copied to clipboard
Neo4j ElasticSearch Integration
Hi, thanks for all the great work! I just tried `neo4j-elasticsearch` with the example provided in the documentation. That worked out of the box, without any problems. ;) Now I...
Hello, Let's say I have a index spec like: elasticsearch.index_spec=neo_index_name:Application(name,description) If one of my Application Nodes has a NULL description, any attempts to commit a change on this Application node...
Hello, I would like to define 2 different indices in ElasticSearch but I need to inject different properties of the same nodes in the 2 index. I though that I...
Hi, First of all congratulation for the helpful code. It works pretty well considering what it was intended to do, but I would like to suggest an enhancement in the...
Implement a shell extension to force a reindex of the `IndexSpecs` defined in `neo4j.properties` as a shell extension, just like [neo4j-shell-tools](http://github.com/jexp/neo4j-shell-tools). If `elasticsearch_index.spec` is defined as `people:Person(first_name,last_name), places:Place(name)`, the tool...
Hi, I followed the tutorial (neo 2.1), copied all the jar files from /target/dependency > neo4j-community-2.2.1/plugins/ and edited conf/neo4j.properties _elasticsearch.index_spec=entity:Topic(name)_ run a test : 'Running org.neo4j.elasticsearch.ElasticSearchEventHandlerIntegrationTest SLF4J: Failed to load...
Hey @jexp, There's two major changes in this PR: - I'm now using @graphaware framework for implementing the transaction change listener. - Initial version of a shell command for importing...
Provide an code-example for - Get Neo4j-Ids from ES - Use parameterized Cypher query to query those nodes with their relationships ``` match (p:Product)
I've noticed that there's no explicit license for this code. IANAL, but I presume that it should be licensed under GPLv3/AGPL just like Neo4j.