|
Connective predicate with id throws an IllegalArgumentException (Invalid condition)
Hello, If a query contains a connective predicate with string ids, it fails with an IllegalArgumentException: gremlin> g.V().or(has(T.id, "1933504"), has(T.id, "2265280"), has(T.id, "2027592")) java.l
Hello, If a query contains a connective predicate with string ids, it fails with an IllegalArgumentException: gremlin> g.V().or(has(T.id, "1933504"), has(T.id, "2265280"), has(T.id, "2027592")) java.l
|
By
toom@...
· #6448
·
|
|
How to change GLOBAL_OFFLINE configuration when graph can't be instantiated
Hi Marc, Your solution works if the configuration hasn't been changed yet. If you change the index backend and set a wrong hostname, you cannot access your data anymore: mgmt = graph.openManagement()
Hi Marc, Your solution works if the configuration hasn't been changed yet. If you change the index backend and set a wrong hostname, you cannot access your data anymore: mgmt = graph.openManagement()
|
By
toom@...
· #6241
·
|
|
Queries with negated text predicates fail with lucene
Hi Marc, IMHO, an index should not prevent a query to work. Moreover the result of a query should not depends of backends (storage and index). If an index backend cannot process a predicate, the predi
Hi Marc, IMHO, an index should not prevent a query to work. Moreover the result of a query should not depends of backends (storage and index). If an index backend cannot process a predicate, the predi
|
By
toom@...
· #6215
·
|
|
Queries with negated text predicates fail with lucene
Hi, With JanusGraph 0.6.0 and Lucene index backend, queries fail if they contain predicate like textNotPrefix, textNotContains: java.lang.IllegalArgumentException: Relation is not supported for string
Hi, With JanusGraph 0.6.0 and Lucene index backend, queries fail if they contain predicate like textNotPrefix, textNotContains: java.lang.IllegalArgumentException: Relation is not supported for string
|
By
toom@...
· #6212
·
|
|
Wait the mixed index backend
Thank you, this is exactly what I look for.
Thank you, this is exactly what I look for.
|
By
toom@...
· #6102
·
|
|
Wait the mixed index backend
Hello, The vertex that has just been created are not immediately available on mixed index (documented here [1]). I'm looking for a way to make sure the vertex is indexed, by waiting the mixed index ba
Hello, The vertex that has just been created are not immediately available on mixed index (documented here [1]). I'm looking for a way to make sure the vertex is indexed, by waiting the mixed index ba
|
By
toom@...
· #6100
·
|
|
Janusgraph 0.6.0
I confirm, adding lucene-backward-codecs-8.9.0.jar in lib folder solves my problem. Toom.
I confirm, adding lucene-backward-codecs-8.9.0.jar in lib folder solves my problem. Toom.
|
By
toom@...
· #6088
·
|
|
Janusgraph 0.6.0
Hi, I'm testing the new pre-release of Janusgraph (from https://github.com/JanusGraph/janusgraph/releases/download/v0.6.0/janusgraph-0.6.0.zip) with the Berkeley/Lucene database created from JG 0.5.3
Hi, I'm testing the new pre-release of Janusgraph (from https://github.com/JanusGraph/janusgraph/releases/download/v0.6.0/janusgraph-0.6.0.zip) with the Berkeley/Lucene database created from JG 0.5.3
|
By
toom@...
· #6086
·
|
|
Multiple entries with same key on mixed index
Hello, I encounter the error describe in the issue #1916 (https://github.com/JanusGraph/janusgraph/issues/1916) on a mixed index (lucene). When I list property keys of the index, they are all duplicat
Hello, I encounter the error describe in the issue #1916 (https://github.com/JanusGraph/janusgraph/issues/1916) on a mixed index (lucene). When I list property keys of the index, they are all duplicat
|
By
toom@...
· #5904
·
|
|
How to change GLOBAL_OFFLINE configuration when graph can't be instantiated
Thank you for your reply. In my case I can remove the database and create a new one. But what should I do if I want to retrieve data from a JanusGraph database in which the configured index backend is
Thank you for your reply. In my case I can remove the database and create a new one. But what should I do if I want to retrieve data from a JanusGraph database in which the configured index backend is
|
By
toom@...
· #5807
·
|
|
How to change GLOBAL_OFFLINE configuration when graph can't be instantiated
Hi, I am in a case where the index backend has been incorrectly configured to Elasticsearch. Now, when I try to instantiate my graph database, I get a "ConnectException: Connection refused", even if I
Hi, I am in a case where the index backend has been incorrectly configured to Elasticsearch. Now, when I try to instantiate my graph database, I get a "ConnectException: Connection refused", even if I
|
By
toom@...
· #5800
·
|