You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update a given node property with the given vector in a more space efficient way than using link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/clauses/set#set-set-a-property[`SET`] directly.
857
-
858
-
Returns the given node on which the property was set.
852
+
Set a vector property on a given node in a more space efficient representation than Cypher’s link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/clauses/set#set-set-a-property[`SET`].
Update a given node property with the given vector in a more space efficient way than using link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/clauses/set#set-set-a-property[`SET`] directly.
872
-
873
-
Returns the given node on which the property was set.
865
+
Set a vector property on a given node in a more space efficient representation than Cypher’s link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/clauses/set#set-set-a-property[`SET`].
Returns the requested number of approximate nearest neighbor nodes and their similarity score, ordered by the score.
1052
-
1053
-
The similarity score is bounded between `0` and `1`; least to most similar respectively.
1042
+
Returns requested number of nearest neighbors to the provided query vector, and their similarity score to that query vector, based on the configured similarity function for the index.
1043
+
The similarity score is a value between [0, 1]; where `0` indicates least similar, `1` most similar.
@@ -1825,8 +1798,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-ver
1825
1798
|===
1826
1799
| Description
1827
1800
a|
1828
-
Place a database in quarantine or remove thereof.
1829
-
It must be executed over `bolt://`.
1801
+
Place a database into quarantine or remove it from it.
1830
1802
| Signature
1831
1803
m|dbms.quarantineDatabase(databaseName :: STRING, setStatus :: BOOLEAN, reason = No reason given :: STRING) :: (databaseName :: STRING, quarantined :: BOOLEAN, result :: STRING)
1832
1804
| Mode
@@ -1841,10 +1813,7 @@ m|DBMS
1841
1813
|===
1842
1814
| Description
1843
1815
a|
1844
-
Query JMX management data by domain and name.
1845
-
1846
-
Valid queries should use the syntax outlined in the link:https://docs.oracle.com/en/java/javase/11/docs/api/java.management/javax/management/ObjectName.html[javax.management.ObjectName API documentation]. +
1847
-
For instance, use `+"*:*"+` to find all JMX beans.
1816
+
Query JMX management data by domain and name. For instance, use `:` to find all JMX beans.
a| With this method you can set the allocator, which is responsible to select servers for hosting databases. The only current option is `EQUAL_NUMBERS`.
1847
+
a|
1848
+
With this method, you can set the allocator that is responsible for selecting servers for hosting databases.
1878
1849
| Signature
1879
1850
m|dbms.setDatabaseAllocator(allocator :: STRING)
1880
1851
| Mode
@@ -1898,7 +1869,7 @@ a|WRITE
1898
1869
[cols="<15s,<85"]
1899
1870
|===
1900
1871
| Description
1901
-
a| Changes the default database to the provided value.
1872
+
a| Change the default database to the provided value.
1902
1873
The database must exist and the old default database must be stopped.
0 commit comments