Benoit Simard

Results 60 comments of Benoit Simard

You can call the index mechanism with a cypher query, but the definition of the index must be in the neo4j configuration. Moreover the `neo4j` (or in your case `graph.db`)...

I have just done a tiny modification in the code to correct your issue, ie. when there is no plugin configuration the db doesn't start.

FYI, you can take a look at this project which is more up to date https://gitlab.com/ouestware/neo4j-elasticsearch This PR has not been merge since a year, so I need to redo...

You can check the PR https://github.com/neo4j-contrib/neo4j-elasticsearch/pull/61 Or if you want to test if without to compile the code, you can go [here](https://gitlab.com/ouestware/neo4j-elasticsearch/-/releases/v4.0_2)

It's also part of this PR https://github.com/neo4j-contrib/neo4j-elasticsearch/pull/60

Can you be more precise ? What do you mean by adding a new index ? Is it the change of the index_spec with a hot reload mechanism ?

if you think that this feature will be great, please put a "+1 "

Yep this ticket is for that ! But I haven't enought free time to make new features on this project... I will correct only bugs, and do some little stuff...

If you add `?gexf=URL_OF_GEXF_FILE`, gephi-lite will be initialized with the provided gexf. Example : https://gephi.org/gephi-lite/?gexf=https://raw.githubusercontent.com/jacomyal/sigma.js/main/examples/load-gexf-file/public/arctic.gexf I recommend you to take a look at [retina](https://ouestware.gitlab.io/retina/) which is a tool that has...

Gephi-lite allows you to manipulate your graph data. On the other side retina is a just viewer (you can't change colors, sizes & spatialization). So gephi-lite & retina have not...