neo4j-contrib / neo4j-elasticsearch

Neo4j ElasticSearch Integration
Apache License 2.0
210 stars 79 forks source link

Don't break underscore (one_two) property names into comma seperated #14

Closed alank64 closed 8 years ago

alank64 commented 8 years ago

Neo4j allows for underscores in property names, so small addition to regex for including '_' in parsing of property names.

jexp commented 8 years ago

Thanks a lot !!