Operations on indices (Neo4J 2.0+ only).
Operations on indices (Neo4J 2.0+ only).
(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
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
(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
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
(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
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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close