neo4j-elasticsearch
neo4j-elasticsearch copied to clipboard
No data return, index missing?
Hi, I followed the tutorial (neo 2.1), copied all the jar files from /target/dependency > neo4j-community-2.2.1/plugins/
and edited conf/neo4j.properties elasticsearch.index_spec=entity:Topic(name)
run a test : 'Running org.neo4j.elasticsearch.ElasticSearchEventHandlerIntegrationTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. '
though Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
_http://localhost:9200/cat/indices?v
show no index.
Tried a test with: 'MATCH (n:Topic) where n.id =1000 SET n.name = n.name;' No data returned. Properties set 1.
Still no index created on ES.
Is there something I am missing?
did you also set the elasticsearch host?
Did you restart the server after putting the jar-files there?
can you show what's in neo4j-community-2.2.1/plugins/
did you also copy the neo4j-elasticsearch jar?