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

Can't define index twice

Open obenard opened this issue 8 years ago • 0 comments

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 could define the index spec like that: elasticsearch.index_spec=neo_index_name:Application(name),neo_index_descr:Application(description)

Where Application is the Node type, name and description the properties, and neo_index_name, neo_index_descr the 2 index I want to find in Elastic Search. Unfortunately, this configuration raise an error at Neo startup: ERROR ElasticSearch Integration: Can't define index twice Note this is Neo4J 2.3

Any ideas how to proceed? Thanks for your help.

obenard avatar Dec 15 '16 12:12 obenard