graphaware / neo4j-to-elasticsearch

GraphAware Framework Module for Integrating Neo4j with Elasticsearch
261 stars 57 forks source link

[BC] Port all mappings to JsonMapping #141

Closed ikwattro closed 3 years ago

ikwattro commented 5 years ago

The future of this plugin is to move all configurations to the JsonMapping, the current basic and default configurations will be moved to internal json mapper files shipped with the plugin.

cc @davidrapin

Minimum ES compat will be 6.x, so one type per index

I do not expect much BC breaks in terms of the behaviors, but the neo4j.conf file will have to be adapted accordingly.

davidrapin commented 5 years ago

Thank you for the heads up. We are planning on deprecating the use of the plugin with Linkurious starting with Neo4j 3.5 since this version integrates full-text search natively. Can you wait until Neo4j 3.5 before suppressing Linkurious’s specific mapping?

On 22 Oct 2018, at 10:18, Christophe Willemsen notifications@github.com wrote:

The future of this plugin is to move all configurations to the JsonMapping, the current basic and default configurations will be moved to internal json mapper files shipped with the plugin.

cc @davidrapin

Minimum ES compat will be 6.x, so one type per index

I do not expect much BC breaks in terms of the behaviors, but the neo4j.conf file will have to be adapted accordingly.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

ikwattro commented 5 years ago

@davidrapin No worries, as I said the current mapping definitions will remain for a while, but as json shipped as resources.

I believe the first neo4j2es version shipping with this BC will be our first 3.5 version tho.