Integration of elasticsearch with neo4j database
问题 Am trying to use elasticsearch with my neo4j database for fast querying.I tried many sites but they are all old articles so i didn't get any clear idea. Steps I followed until now, Installed neo4j Installed elasticsearch Copy pasted elastic search plugins into neo4j plugins folder added this line into neo4j. properties file elasticsearch.host_name=http://localhost:9200 elasticsearch.index_spec=people:Person(first_name,last_name), places:Place(name) Here my question is, How elasticsearch and