|
Re: Few Vertex can't be retrived through properties which are used to create UNIQUE INDEX,But can get with other properties
Hi Krishna,
I think re-indexing will not solve this issue. Still you can try it once if it helps.
I took an approach to drop the difference of data from Cassandra and Elastic and re-ingest it.
For
Hi Krishna,
I think re-indexing will not solve this issue. Still you can try it once if it helps.
I took an approach to drop the difference of data from Cassandra and Elastic and re-ingest it.
For
|
By
Abhay Pandit <abha...@...>
·
#4865
·
|
|
Re: gremlin.net: how can I connect an anonymous traveral to a regular traversal in gremlin.net?
I would probably implement this as a Domain Specific Language (DSL) which is described in the TinkerPop docs for Gremlin.Net. Your combination of Order().By(), Range(), and Project() could then be a
I would probably implement this as a Domain Specific Language (DSL) which is described in the TinkerPop docs for Gremlin.Net. Your combination of Order().By(), Range(), and Project() could then be a
|
By
Florian Hockmann <f...@...>
·
#4862
·
|
|
Re: Few Vertex can't be retrived through properties which are used to create UNIQUE INDEX,But can get with other properties
Hi Abhay,
Thanks for your response, i am not using bulk loader to load data.
can reindexing helps to solve this issue? if yes, can you please suggest the best way?
Thanks
Krishna Jalla
Hi Abhay,
Thanks for your response, i am not using bulk loader to load data.
can reindexing helps to solve this issue? if yes, can you please suggest the best way?
Thanks
Krishna Jalla
|
By
Krishna Sailesh <krishna...@...>
·
#4861
·
|
|
Re: nested subgraph retrieval
Look again at the subgraph examples in the TinkerPop ref docs:
run the subgraph() step on all edges you want in the resulting subgraph. The step will automatically include the in and out vertices of
Look again at the subgraph examples in the TinkerPop ref docs:
run the subgraph() step on all edges you want in the resulting subgraph. The step will automatically include the in and out vertices of
|
By
HadoopMarc <bi...@...>
·
#4860
·
|
|
Is janusgraph more recommend to use?
Hi guys,
I am currently running Cassandra cluster in production and recently I'm exploring janusgraph. I tried janusgraph server+ Cassandra+ES. I have some doubts like,
1. Is Janusgraph give
Hi guys,
I am currently running Cassandra cluster in production and recently I'm exploring janusgraph. I tried janusgraph server+ Cassandra+ES. I have some doubts like,
1. Is Janusgraph give
|
By
gobi....@...
·
#4856
·
|
|
Re: Index corruption after reindexing vertex-centric indices with direction 'BOTH'
Any help on this?
By
Shiva Krishnan <shivain...@...>
·
#4855
·
|
|
gremlin.net: how can I connect an anonymous traveral to a regular traversal in gremlin.net?
Sorry if something like this has been answered elsewhere (hard to know what to search on).
I have a pretty simple traversal (albeit with a slightly messy projection step) that looks something like
Sorry if something like this has been answered elsewhere (hard to know what to search on).
I have a pretty simple traversal (albeit with a slightly messy projection step) that looks something like
|
By
shapeshifter <shapesh...@...>
·
#4854
·
|
|
Re: Few Vertex can't be retrived through properties which are used to create UNIQUE INDEX,But can get with other properties
Great, I too have been having such kind of issues and with my personal experience I have seen that data is getting committed in cassandra but it's not getting committed to Elastic properly and this is
Great, I too have been having such kind of issues and with my personal experience I have seen that data is getting committed in cassandra but it's not getting committed to Elastic properly and this is
|
By
Abhay Pandit <abha...@...>
·
#4859
·
|
|
Re: Violation of UNIQUE INDEX deleted the property from the all the all ready existed vertex
Hi,
I am using Cassandra database as backend and elastic search for indexing
Thanks
Krishna Jalla
Hi,
I am using Cassandra database as backend and elastic search for indexing
Thanks
Krishna Jalla
|
By
Krishna Sailesh <krishna...@...>
·
#4853
·
|
|
Re: Vertices can be retrived through Edge Query(g.E()) but not through Vertex Query (g.V())
Hi Abhay,
i have some huge data like 10K vertices and 10K+ Edges
how do i get those wrong edge? as i use vertex traversal more than Edge traversal.
Thanks
Krishna Jalla
Hi Abhay,
i have some huge data like 10K vertices and 10K+ Edges
how do i get those wrong edge? as i use vertex traversal more than Edge traversal.
Thanks
Krishna Jalla
|
By
Krishna Sailesh <krishna...@...>
·
#4852
·
|
|
Re: Few Vertex can't be retrived through properties which are used to create UNIQUE INDEX,But can get with other properties
Hi Abhay
i am using Cassandra as backend database and elastic search for indexing
Thanks
Krishna Jalla
Hi Abhay
i am using Cassandra as backend database and elastic search for indexing
Thanks
Krishna Jalla
|
By
Krishna Sailesh <krishna...@...>
·
#4851
·
|
|
Violation of UNIQUE INDEX deleted the property from the all the all ready existed vertex
Hi,
i have created a Unique Composite Index for vertices with id, name properties.
create a vertex with an id(-109), name("test").
take the already created vertex which is having different
Hi,
i have created a Unique Composite Index for vertices with id, name properties.
create a vertex with an id(-109), name("test").
take the already created vertex which is having different
|
By
Krishna Sailesh <krishna...@...>
·
#4850
·
|
|
Re: Few Vertex can't be retrived through properties which are used to create UNIQUE INDEX,But can get with other properties
Hi Krishna,
What backend database and index store are you using?
Thanks,
Abhay
Hi Krishna,
What backend database and index store are you using?
Thanks,
Abhay
|
By
Abhay Pandit <abha...@...>
·
#4858
·
|
|
Re: Vertices can be retrived through Edge Query(g.E()) but not through Vertex Query (g.V())
Hi Krishna,
For me it seems like some ghost nodes that didn't get deleted completely and it's reference is accessed using edge traversal.
How much data do you have like this? I hope there will be very
Hi Krishna,
For me it seems like some ghost nodes that didn't get deleted completely and it's reference is accessed using edge traversal.
How much data do you have like this? I hope there will be very
|
By
Abhay Pandit <abha...@...>
·
#4857
·
|
|
Few Vertex can't be retrived through properties which are used to create UNIQUE INDEX,But can get with other properties
Hi,
we have a unique composite Index on vertices with two properties id, name. trying to get the vertex with id,name we cant retrive the vertex, but we can retrieve the vertex with other properties of
Hi,
we have a unique composite Index on vertices with two properties id, name. trying to get the vertex with id,name we cant retrive the vertex, but we can retrieve the vertex with other properties of
|
By
Krishna Sailesh <krishna...@...>
·
#4849
·
|
|
Vertices can be retrived through Edge Query(g.E()) but not through Vertex Query (g.V())
Hi Team
we have a issue janusgraph DB Data, when we try to fetch data with vertex traversal (g.V()) we are not getting data, but when i try to fetch the data from Edge traversal
Hi Team
we have a issue janusgraph DB Data, when we try to fetch data with vertex traversal (g.V()) we are not getting data, but when i try to fetch the data from Edge traversal
|
By
Krishna Sailesh <krishna...@...>
·
#4848
·
|
|
nested subgraph retrieval
Hi,
I want entire nested subgraph from particular node.
i am just getting only one node data using subgraph api in gremlin python.
please help me out.
Thanks,
RLA.
Hi,
I want entire nested subgraph from particular node.
i am just getting only one node data using subgraph api in gremlin python.
please help me out.
Thanks,
RLA.
|
By
Real Life Adventure <srinu....@...>
·
#4847
·
|
|
Re: GhostVertexRemover
Hi Patrice
Here is a way to remove all Ghost Vertex in your
Hi Patrice
Here is a way to remove all Ghost Vertex in your
|
By
Krishna Sailesh <krishna...@...>
·
#4846
·
|
|
JanusGraph 0.5.2 Compatibility with ElasticSearch 7.7 Error
Hi JG Team,
Does JanusGraph latest version 0.5.2 also compatible with Elasticsearch 7.7.0 and 7.7.1 ?
As i read in JG docs V0.5.2 is compatible with ES 7.6.2 upto
Hi JG Team,
Does JanusGraph latest version 0.5.2 also compatible with Elasticsearch 7.7.0 and 7.7.1 ?
As i read in JG docs V0.5.2 is compatible with ES 7.6.2 upto
|
By
Anshul Sharma <sharma.a...@...>
·
#4845
·
|
|
Re: 15655 [gremlin-server-exec-1] ERROR org.apache.tinkerpop.gremlin.jsr223.DefaultG remlinScriptEngineManager
So,
- you have a fresh janusgraph 0.4.x or 0.5.x archive unzipped
- you take ./conf/gremlin-server.yaml
- you have java8 as default java
If not, how to reproduce your issue?
Cheers, Marc
Op
So,
- you have a fresh janusgraph 0.4.x or 0.5.x archive unzipped
- you take ./conf/gremlin-server.yaml
- you have java8 as default java
If not, how to reproduce your issue?
Cheers, Marc
Op
|
By
HadoopMarc <bi...@...>
·
#4844
·
|