Skip to content

Commit 5078df1

Browse files
committed
Update descriptions in show index columns
was missing vector type and the entity type values was odd (now they're aligned with the constraints one and more accurate to what values it actually returns)
1 parent 5a9a0b6 commit 5078df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/indexes/search-performance-indexes/managing-indexes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -954,11 +954,11 @@ The below table contains the full information about all columns returned by the
954954
| `FLOAT`
955955

956956
| `type`
957-
| The IndexType of this index (`FULLTEXT`, `LOOKUP`, `POINT`, `RANGE`, or `TEXT`). label:default-output[]
957+
| The IndexType of this index (`FULLTEXT`, `LOOKUP`, `POINT`, `RANGE`, `TEXT`, or `VECTOR`). label:default-output[]
958958
| `STRING`
959959

960960
| `entityType`
961-
| Type of entities this index represents (nodes or relationship). label:default-output[]
961+
| Type of entities this index represents (`NODE` or `RELATIONSHIP`). label:default-output[]
962962
| `STRING`
963963

964964
| `labelsOrTypes`

0 commit comments

Comments
 (0)