[orientdb] Re: Good query for for edges regarding start and end vertex.

2016-12-05 Thread Ray Neiheiser
It's very strange also with: StreamSupport.stream(startNodes.spliterator(), false).flatMap(vertex1 -> StreamSupport.stream(vertex1.getEdges(Direction.OUT, relationshipId).spliterator(), false)).collect(Collectors.toList()) It seems like I am unable to detect the outgoing edges of the vertices.

[orientdb] Re: How can I complete this query? arrays inside arrays

2016-12-05 Thread Academia Learning Centro de inglés y de formación
So if it works to me (add [0]) but how could I know in which position is the array is the temperature field, or how else could I get it? select value.content.data.events.data.items.value.magnitude*[0]* from CompositionVersions where 'Temperature' in

[orientdb] ST_disjoint comare dynamically

2016-12-05 Thread thulaseeswara reddy gajjala
hi any one can help on this query. select St_disjoint( select st_geomfromtext( st_astext(name) )from PolYgonwsg where @rid='#628:0')), select st_geomfromtext( st_astext(name))from PolYgonwsg where @rid='#629:0')) thanks -- --- You received this message because you are subscribed to the

[orientdb] Re: How Do I use stored geometries in the Spatial functions?

2016-12-05 Thread thulaseeswara reddy gajjala
HI Luca, How can I compare dynamically like this, select St_disjoint( st_geomfromtext(select st_astext(name)from PolYgonwsg) , st_geomfromtext(select st_astext(name)from smallpolygon) ); hear I am applying St_disjoint() on two different tables which have same polygon data its not getting.

[orientdb] How can I complete this query? arrays inside arrays

2016-12-05 Thread Academia Learning Centro de inglés y de formación
Hello guys I have an element with a json value and inside it has several arrays inside arrays. I want to retrieve the values of the field Temperature *only *of the arrays that are of the temperature type. But this query returns all the values with only one of the arrays is of type

[orientdb] Location of the Binary API code

2016-12-05 Thread 'scott molinari' via OrientDB
Hi, This may seem like a strange and nooby question, but where in the expanses of the ODB code can I find the actual binary API code? Scott -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving

[orientdb] Re: [HELP] find document inside list

2016-12-05 Thread Academia Learning Centro de inglés y de formación
This does not work, I need to find a field inside a json value, which inside has more nested fields and values, but I do not know the path El viernes, 2 de diciembre de 2016, 11:51:36 (UTC+1), user.w...@gmail.com escribió: > > Hi, > > try this: > > select from EHR where compositionsList.class

Re: [orientdb] Re: Mass insertion of vertices very slow, is it necessary Performance Tuning?

2016-12-05 Thread Aceitunas y encurtidos Quijote
Hi, I do this: //Comprobamos si existe ya elemento Composition padre para esta composicion-version String queryComposition = "select from Composition where idComposition = '" + idComposition + "' "; Iterable result = graph.command(new OSQLSynchQuery(queryComposition)).execute(); //Si