Skip to content

Commit

Permalink
add documentation for issue #510 (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloBusato authored and jexp committed Jul 14, 2018
1 parent 3cf0e42 commit 1c4546d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file modified docs/img/apoc.schema.nodes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/schema.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Where the outputs are:
* properties, (for Neo4j 3.1 and lower versions is a single element array) that are affected by the constraint
* status, for index can be one of the following values: ONLINE, POPULATING and FAILED
* type, always "INDEX" for indexes, constraint type for constraints
* failure, the failure description of a failed index
* populationProgress, the population progress of the index in percentage
* size, the size of the index
* valuesSelectivity, computes the selectivity of the unique values
* userDescription, a user friendly description of what this index indexes

To retrieve the constraint information for all the relationship types in your database, you can use the following procedure:

Expand Down

0 comments on commit 1c4546d

Please sign in to comment.