Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No data return, index missing? #9

Open
gg4u opened this issue Jun 7, 2015 · 1 comment
Open

No data return, index missing? #9

gg4u opened this issue Jun 7, 2015 · 1 comment

Comments

@gg4u
Copy link

gg4u commented Jun 7, 2015

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?

@jexp
Copy link
Member

jexp commented Jun 7, 2015

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants