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

Neo4j ElasticSearch Integration

Results 29 neo4j-elasticsearch issues
Sort by recently updated
recently updated
newest added

I have a branch that I would like to push but I don't want to fork the repo on my github to enable the pull request as what was done...

Hi All, As I was trying to push data to Elasticsearch by using the [neo4j-Elasticsearch integration](https://github.com/neo4j-contrib/neo4j-elasticsearch) I am currently using neo4j 3.5.6 and Elasticsearch 6.3.2 versions. Below is my neo4j.conf...

neo4j config: elasticsearch.index_spec=people:Person(first_name,last_name), places:Place(name) create ES index: ![image](https://user-images.githubusercontent.com/5820413/55058230-56a5a400-50a6-11e9-8097-1e8474f90076.png) problem: how to support analyzer in index schema using neo4j.conf

Hi I am using Neo4J version 3.4.1 and elastic 6.3.0. Elastic is up and running. i am also using neo4j-contrib/neo4j-elasticsearch from github latest version. After building the jars i copy...

Configuring Neo4j 3.4.9 community edition with Elasticsearch 5.4.0 not working. Below are the configuration details copied following jar to NEO4J_HOME/plugins ``` avalon-framework-4.1.5.jar commons-logging-1.2.jar jms-1.1.jar log4j-1.2.17.jar logkit-2.0.jar mail-1.4.1.jar neo4j-elasticsearch-3.4.5.jar slf4j-log4j12-1.7.24.jar ```...

Neo4J Version : 3.2.2 ElasticSearch : 6.2.2 Hello My graph.db consists of the nodes that are provided in the example in Neo4j browser. This example consists of Person and Movie....

It's really cool that this plugin defines mapping on index creation, however in some cases it doesn't always work to your advantage due to lack of mapping definitions in the...

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

Hi, I am using Neo4j 3.0.7 and ElasticSearch 2.3.4 (both via Docker). This is my `neo4j.conf`: ``` elasticsearch.host_name=http://elasticsearch:9200 elasticsearch.index_spec=people:Person(first_name,last_name), places:Place(name) ``` When creating a node `create(n:Place { name: 'test' })`...

Hello All, I have been using this module to insert data into ElasticSearch from Neo4j. It works fine when used on the local, development and staging server given that the...