Skip to content

Commit 470bf8b

Browse files
committed
resolved conflict
2 parents 9ebd7a0 + a9730fe commit 470bf8b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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`

modules/ROOT/pages/schema/constraints/create-constraints.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ The allowed property types for property type constraints are:
433433

434434
[NOTE]
435435
Because storing lists of xref:values-and-types/vector.adoc[`VECTOR`] values is not supported, property type constraints cannot be created for `LIST<VECTOR<TYPE>(DIMENSION) NOT NULL>`.
436+
Additionally, `VECTOR` property type constraints must be created with a specific dimension and coordinate value, where the dimension must be greater than `0` and less than or equal to `4096`.
437+
For more information, see xref:values-and-types/vector.adoc[Values and types -> Vectors].
436438

437439
For a complete reference describing all types available in Cypher, see the section on xref::values-and-types/property-structural-constructed.adoc#types-synonyms[types and their synonyms].
438440

modules/ROOT/pages/schema/syntax.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ Where `<TYPE>` is one of the following property types:
449449

450450
[NOTE]
451451
Because storing lists of xref:values-and-types/vector.adoc[`VECTOR`] values is not supported, property type constraints cannot be created for `LIST<VECTOR<TYPE>(DIMENSION) NOT NULL>`.
452-
Additionally, `VECTOR` property type constraints must be created with a specific dimension and coordinate value, where the dimension must be greater than `0` and less or equal to `4096`.
452+
Additionally, `VECTOR` property type constraints must be created with a specific dimension and coordinate value, where the dimension must be greater than `0` and less than or equal to `4096`.
453453
For more information, see xref:values-and-types/vector.adoc[Values and types -> Vectors].
454454

455455
Allowed syntax variations of these types are listed in xref::values-and-types/property-structural-constructed.adoc#types-synonyms[Types and their synonyms].

0 commit comments

Comments
 (0)