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

No data return, index missing?

Open gg4u opened this issue 10 years ago • 1 comments

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?

gg4u avatar Jun 07 '15 20:06 gg4u

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?

jexp avatar Jun 07 '15 21:06 jexp