graphaware / neo4j-to-elasticsearch

GraphAware Framework Module for Integrating Neo4j with Elasticsearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapping to entire document inside of _source instead of just the properties

DaveClissold opened this issue · comments

The plugin maps an entire document into _source, including index, type and id, it does set the document _id and type correctly. The mapped properties of the document are then contained within another object, 'source'. To access the mapped data is a call like this

_source.source.name

instead of the expected

_source.name

Below are a screenshot of current format
current

expected format
expect

I am having the same issue.

@ikwattro - still seeing this issue on graphaware-neo4j-to-elasticsearch-3.4.0.52.8.jar

Can you please confirm if this fix was merged in the 3.4.0.52.8 release? Thanks.