I created neo4j database and indexed nodes through java program (neo4j
kernel 1.1). When I start the REST server (I am using snapshot 0.8), and
try 

 

curl http://localhost:9999/index

 

I get different response than what is documented here
http://components.neo4j.org/neo4j-rest/#Listing_indexes

{

  "node" : [ {

    "template" : "http://localhost:9999/index/node/{key}/{value}
<http://localhost:9999/index/node/%7bkey%7d/%7bvalue%7d> ",

    "type" : "lookup"

  } ]

}

 

I used LuceneFulltextQueryIndexService in the java program and so I was
expecting to see "fulltext" type index URL here in the response. 

Did I miss something?

-Hemant Joshi

 

 

 

***************************************************************************
The information contained in this communication is confidential, is
intended only for the use of the recipient named above, and may be legally
privileged.

If the reader of this message is not the intended recipient, you are
hereby notified that any dissemination, distribution or copying of this
communication is strictly prohibited.

If you have received this communication in error, please resend this
communication to the sender and delete the original message or any copy
of it from your computer system.

Thank You.
****************************************************************************
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to