graph-aided-search-demo icon indicating copy to clipboard operation
graph-aided-search-demo copied to clipboard

queries are not returning results

Open dchatterjee172 opened this issue 6 years ago • 0 comments

curl -H "Content-Type: application/json" -XPOST "localhost:9200/neo4j-index/Movie/_search?pretty" --data-binary "@03_exclude_already_rated.json"
this command returns, { "took" : 7, "timed_out" : false, "_shards" : { "total" : 5, "successful" : 5, "failed" : 0 }, "hits" : { "total" : 0, "max_score" : null, "hits" : [ ] } }
same is happening for all the three queries.
curl -X GET "localhost:9200/_cat/indices?v"
output is,
yellow open neo4j-index 5 1 0 0 795b 795b
in the browser http://localhost:9200/neo4j-index/ gives output
{"neo4j-index":{"aliases":{},"mappings":{},"settings":{"index":{"gas":{"enable":"true","neo4j":{"hostname":"http://localhost:7474"}},"creation_date":"1526953191102","number_of_shards":"5","number_of_replicas":"1","uuid":"eCQWEqTpRXGb1hUdttYWog","version":{"created":"2020299"}}},"warmers":{}}}

dchatterjee172 avatar May 22 '18 02:05 dchatterjee172