Skip to content

Instantly share code, notes, and snippets.

@spmallette
Created March 10, 2012 20:34
Show Gist options
  • Save spmallette/2013057 to your computer and use it in GitHub Desktop.
Save spmallette/2013057 to your computer and use it in GitHub Desktop.
Parameterized Indices In Rexster
curl -v -X POST http://localhost:8182/graphs/neo4jsample/indices/vft?class=vertex&type=automatic&params.to_lower_case=true&params.type=fulltext&params.provider=lucene
curl -v -d -X POST http://localhost:8182/graphs/neo4jsample/vertices?name=Willy
curl -v http://localhost:8182/graphs/neo4jsample/indices/vft?key=name&value=%25query%25willy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment