paull8147
paull8147
Explore posts from servers
JJanusGraph
Created by karthikraju on 9/13/2024 in #questions
Indexes are not being used even after enabling
hello, you need to precise the label of the vertex g.V().hasLabel("myLabel").has('_id', '66b0dc9f2bd5e4709894fc29').profile() OR g.V().has("myLabel", '_id', '66b0dc9f2bd5e4709894fc29').profile()
9 replies
JJanusGraph
Created by mrat85 on 8/30/2024 in #questions
Edge Index stuck at Installed
can you print the schema plz graph.openManagement().printSchema()
16 replies
JJanusGraph
Created by mrat85 on 8/30/2024 in #questions
Edge Index stuck at Installed
did you commit after create index ?
16 replies
JJanusGraph
Created by mrat85 on 8/30/2024 in #questions
Edge Index stuck at Installed
Hello, you can register index with janusGraphManagement.updateIndex(janusGraphManagement.getGraphIndex(indexName), SchemaAction.REGISTER_INDEX) ManagementSystem.awaitRelationIndexStatus(graph, indexName).status(SchemaStatus.REGISTERED, SchemaStatus.ENABLED).call()
16 replies
JJanusGraph
Created by thelearningpanda on 6/17/2024 in #questions
RpcRetryingCallerImp while trying to connect JanusGraph with Hbase 2.2.7 under Cloudera Distribution
Hello, from memory, I manage to have hbase kerberised with this zookeeper conf hbase.zookeeper.quorum=192.168.100.1,... zookeeper.znode.parent=/hbase-secure hbase.zookeeper.property.clientPort=2181 at a moment, i needed to open hbase port 16020 I don't know if it can help
3 replies
JJanusGraph
Created by pm_osc on 6/26/2024 in #questions
Incremental schema changes - Property Key constraint does not exist
Hello, you need to close graph in order to take into account new schema constraint, no need to restart server. You can close graph with ConfiguredGraphFactory.close, then it will automatically open again with GremlinExecutorGraphBinder in JanusGraphManager.
5 replies
JJanusGraph
Created by paull8147 on 6/25/2024 in #questions
Text predicate not serializable (containsPhrase, notContainsX, etc)
This is fixed since 02/28 😅
5 replies
JJanusGraph
Created by paull8147 on 9/22/2023 in #questions
Possible Bug with Text.CONTAINS_REGEX & token toLowerCase
No description
4 replies
JJanusGraph
Created by paull8147 on 8/14/2023 in #questions
Problem with mixed index query : All property & hasId
When i make a query upon ES in all vertex fields without other constraint, my vertices are retrieve correctly, but if i make a query with another constraint like hasId or has(status, neq(deleted)), vertices are retrievec correctly by ES, but they're filtered in CloseableIteratorUtils when checking for condition matching
21 replies
JJanusGraph
Created by paull8147 on 8/14/2023 in #questions
Problem with mixed index query : All property & hasId
Yes, I will do this. I tried different things and to summarize because documentation is not clear, to enable "all" property on ES no need to add a property "all" to the vertexLabel as propertyKey, add "all" to mixed index is enough.
21 replies
JJanusGraph
Created by paull8147 on 8/14/2023 in #questions
Problem with mixed index query : All property & hasId
if i add a property "all" with my value, I retrieve my vertex
21 replies
JJanusGraph
Created by paull8147 on 8/14/2023 in #questions
Problem with mixed index query : All property & hasId
No description
21 replies
JJanusGraph
Created by paull8147 on 8/14/2023 in #questions
Problem with mixed index query : All property & hasId
I also implemented a sub graph strategy in order to perform soft delete, but search on property "all" didn't working with this strategy filtering every vertex & edge (without hasId filter)
21 replies
JJanusGraph
Created by paull8147 on 8/14/2023 in #questions
Problem with mixed index query : All property & hasId
No description
21 replies
JJanusGraph
Created by slygren on 9/10/2023 in #questions
Preservation of order for LIST property
Hello, JG returning properties ordered by ascending value, I guess you can add a timestamp as a metadata and retrieve your values sorted by this timestamp easily
4 replies
JJanusGraph
Created by paull8147 on 8/14/2023 in #questions
Problem with mixed index query : All property & hasId
yet I am not getting the message "Query requires iterating over all vertices [()]. For better performance, use indexes"
21 replies
JJanusGraph
Created by paull8147 on 8/14/2023 in #questions
Problem with mixed index query : All property & hasId
No description
21 replies
JJanusGraph
Created by paull8147 on 8/14/2023 in #questions
Problem with mixed index query : All property & hasId
No description
21 replies
JJanusGraph
Created by paull8147 on 8/14/2023 in #questions
Problem with mixed index query : All property & hasId
No description
21 replies
JJanusGraph
Created by paull8147 on 8/14/2023 in #questions
Problem with mixed index query : All property & hasId
i will try tomorrow, day off in my country
21 replies