What was the actual index name you used for indexing? So the part of your sample app which does:
graphdb.index().forNodes(indexName).add(node,field,value) Just creating the index-service for the graph-db (which is imho the old index API anyway) won't index anything. Michael On Wed, Feb 23, 2011 at 1:49 PM, francoisk6 <francois_...@hotmail.com> wrote: > > Dear All, > > I a using neo4J 1.2, i filled a sample data and indexed each inserted new > node using java with: > > IndexService index = LuceneIndexService(graphDb) > IndexService fulltextindex = LuceneFulltextIndexService(graphDb) > > but in rest api when using: > curl -H Accept:application/json http://localhost:7474/db/data/index/node > I don't get any result. > Why? > > Thx in advance. > Francois Kassis. > > > ----- > Regards, > Francois Kassis. > -- > View this message in context: > http://neo4j-user-list.438527.n3.nabble.com/Neo4J-Rest-server-API-tp2559737p2559737.html > Sent from the Neo4J User List mailing list archive at Nabble.com. > _______________________________________________ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user