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

Synchronization issues #16

Open
devstromo opened this issue May 18, 2016 · 0 comments
Open

Synchronization issues #16

devstromo opened this issue May 18, 2016 · 0 comments

Comments

@devstromo
Copy link

devstromo commented May 18, 2016

Development team. I try to synchronize my sparql endpoint with ES, first: I code this
curl -XPUT "localhost:9200/_river/rdf_river/_meta" -d '{"type": "eeaRDF", "eeaRDF" : {"indexType":"full", "endpoint":"http://localhost:3030/books/sparql"} }'

Later i try to retrieve all data from ES using next code:
curl -X GET "localhost:9200/rdfdata/_search?size=50&pretty=true&q=*:*"
And I obtain next answer:

{ "took" : 2, "timed_out" : false, "_shards" : { "total" : 5, "successful" : 5, "failed" : 0 }, "hits" : { "total" : 1, "max_score" : 1.0, "hits" : [ { "_index" : "rdfdata", "_type" : "stats", "_id" : "1", "_score" : 1.0, "_source":{"last_update":"2016-05-18T17:28:15"} } ] } }
Fuseki has 51329 triples. I would like know what am I doing wrong?

Thanks in advance

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

1 participant