Liking cljdoc? Tell your friends :D
Clojure only.

clojurewerkz.neocons.rest.index

Operations on indices (Neo4J 2.0+ only).

Operations on indices (Neo4J 2.0+ only).
raw docstring

createclj

(create connection label property)
Creates an index on a given label and property.
See http://docs.neo4j.org/chunked/milestone/rest-api-schema-indexes.html#rest-api-create-index
sourceraw docstring

dropclj

(drop connection label property)
Drops an index on an existing label and property.
See http://docs.neo4j.org/chunked/milestone/rest-api-schema-indexes.html#rest-api-list-indexes-for-a-label
sourceraw docstring

get-allclj

(get-all connection label)
Gets all indices for a given label.
See http://docs.neo4j.org/chunked/milestone/rest-api-schema-indexes.html#rest-api-list-indexes-for-a-label
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close