You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: