neo4j-contrib / neo4j-elasticsearch

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

No data return, index missing? #9

Open gg4u opened 9 years ago

gg4u commented 9 years ago

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.indexspec=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?

jexp commented 9 years ago

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?