[orientdb] join two classes

2014-11-20 Thread Renzo Ludeña
Good morning I am doing a query the user have one class and another class in their cars and want a query joining the 2 classes as a left join. Thank you for your help -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this g

[orientdb] Re: join two classes

2014-11-20 Thread Renzo Ludeña
and apply the unionall I have a user class and a Car class and the vertex is has "user has cars" El jueves, 20 de noviembre de 2014 11:11:08 UTC-5, Renzo Ludeña escribió: > > Good morning I am doing a query the user have one class and another class > in their cars and want a

[orientdb] Re: join two classes

2014-11-21 Thread Renzo Ludeña
greetings there any way to also display the fields in a single query or need to embed user data in some cars thanks @class1 name @class2 model 'user' test 'cars' toyota 'user' test 'cars' ford 'user' test 'cars' audi -- --- You re

[orientdb] Re: join two classes

2014-11-21 Thread Renzo Ludeña
Thanks thats what I was looking for :) -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+unsubscr...@googlegroups.com. For more options, visit ht

[orientdb] help query edge

2015-02-10 Thread Renzo Ludeña
Hello friends I need your help I have little time using orientdb and love :), according to the image each edge has a different property that is the color for example user1 -> owner

[orientdb] Re: help query edge

2015-02-11 Thread Renzo Ludeña
thanks friend that's what I was looking for :) El martes, 10 de febrero de 2015, 16:08:59 (UTC-5), Renzo Ludeña escribió: > > > <https://lh3.googleusercontent.com/-g3aoQjqULwg/VNpw4HbwMCI/AHQ/TtHIeeRzVjE/s1600/Selecci%C3%B3n_002.png> > Hello friends I need your

[orientdb] Help with lucene query spatial

2015-04-06 Thread Renzo Ludeña
Hello friends, I have 2 classes gps perimeter blue and red. in class I have the imei property in the area associated edge property and the perimeter class the latitude and longitu

[orientdb] Re: Help with lucene query spatial

2015-04-06 Thread Renzo Ludeña
I would like capture to send as maxDistance 'expand (out ("associate"))' and with that I want to search result perimeters that are close to a point select expand (out ("associate")) from gps Where imei = '5643782765' El lunes, 6 de abril de 2015,

[orientdb] Re: Help with lucene query spatial

2015-04-06 Thread Renzo Ludeña
Type": "collection", "resultSize": 0, "@fieldTypes": "expandElapsed=l,distance=d,evaluated=l,current=x,fetchingFromTargetElapsed=l,documentReads=l,user=x,recordReads=l,elapsed=f" } ], "notification": "Q

[orientdb] Re: Help with lucene query spatial

2015-04-06 Thread Renzo Ludeña
"@type": "d", "@rid": "#18:3", "@version": 11, "@class": "perimetro", "latitud": -11.962417956724012, "longitud": -77.07638740539551,

[orientdb] Re: Help with lucene query spatial

2015-04-07 Thread Renzo Ludeña
Thanks for responding, I do not see how to make the query in maxDistance variable has to be the value of the associated edge area. a help please El lunes, 6 de abril de 2015, 15:22:31 (UTC-5), Renzo Ludeña escribió: > > > > <https://lh3.googleusercontent.com/-ebLi5Dch4eI/VSLq-ulm

[orientdb] Re: Help with lucene query spatial

2015-04-08 Thread Renzo Ludeña
Greetings, one then consulting the result of a subquery can not implement spatial indexes lucene? El lunes, 6 de abril de 2015, 15:22:31 (UTC-5), Renzo Ludeña escribió: > > > > <https://lh3.googleusercontent.com/-ebLi5Dch4eI/VSLq-ulmjmI/AH8/qU5-3Mvfh48/s1600/Selecci

[orientdb] create property string array

2015-04-09 Thread Renzo Ludeña
Hello friends, how can I create a string array property have created EMBEDDEDLIST but I can not use the command UPDATE perimeter PUT imei='1234567888', #12:0 -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and

[orientdb] Re: create property string array

2015-04-09 Thread Renzo Ludeña
expected '[=] El jueves, 9 de abril de 2015, 12:54:12 (UTC-5), Renzo Ludeña escribió: > > Hello friends, how can I create a string array property have created > EMBEDDEDLIST but I can not use the command > > UPDATE perimeter PUT imei='1234567888', #12:0 > &

[orientdb] ayuda buscando en 2 clases al mismo tiempo

2016-01-25 Thread Renzo Ludeña
Hi friends, I need your help. I have 1 class Business with these data y otra clase BussinessLocation los 2 estan unidos por un borde llamado hasBussinessLocation

[orientdb] help looking into 2 classes at the same time

2016-01-25 Thread Renzo Ludeña
Hi friends, I need your help. I have 1 class Business with these data and another class BussinessLocation 2 are connected by an edge named hasBussinessLocation

[orientdb] Re: help looking into 2 classes at the same time

2016-01-26 Thread Renzo Ludeña
hi thanks for reply I learned something new with your answer, sorry if I did not understand but what I'm looking for is that the search is equal for example: select in (hasBussiness) .title, adress from where in BussinessLocation (hasBussiness) .location like ' % Business% 'or address like'% B

[orientdb] as serious in this graph orientdb mysql query

2016-01-28 Thread Renzo Ludeña
Greetings friends, I come from the world of relational database'm understanding the basis of graph data using orientdb, I have several doubts about how serious consultations. I have 2 classes Bussines hasBussinessLocation edge connected to a class BusinessLocation attached to the image of the

[orientdb] Re: as serious in this graph orientdb mysql query

2016-01-29 Thread Renzo Ludeña
Thanks for responding friend thought that way do I have another solution that you think select @rid, address,state, tags, title, content from ( select @rid, address,state, tags,in('hasBussinessLocation').title[0] as title, in('hasBussinessLocation').content[0] as content from BussinessLocation

[orientdb] plugin lucene

2016-03-13 Thread Renzo Ludeña
Hello friends, I am using orientdb but I need to download the plugin lucene to work with geospatial indexes I searched his github repository but can not find any .jar file extension thanks for your help -- --- You received this message because you are subscribed to the Google Groups "OrientD

[orientdb] Re: plugin lucene

2016-03-13 Thread Renzo Ludeña
El domingo, 13 de marzo de 2016, 8:54:13 (UTC-5), Renzo Ludeña escribió: > > Hello friends, I am using orientdb but I need to download the plugin > lucene to work with geospatial indexes I searched his github repository but > can not find any .jar file extension thanks f

[orientdb] Re: plugin lucene

2016-03-13 Thread Renzo Ludeña
thanks you were right before I was using an older version and asked me to install the plugin lucene :) El domingo, 13 de marzo de 2016, 8:54:13 (UTC-5), Renzo Ludeña escribió: > > Hello friends, I am using orientdb but I need to download the plugin > lucene to work with geospatial

[orientdb] Lucene new Module

2016-04-25 Thread Renzo Ludeña
Hello friends, before using the lucene space module with 2 fields in the latitude and longitude vertex to Search near a point and now with the new version of orientdb reading the handbook http://orientdb.com/docs/last/ Spatial-Module.html not do the same search as the vertex close to a point, t

[orientdb] use lucene lucene fulltext and geospatial in one query

2016-04-26 Thread Renzo Ludeña
hi i am using 2.1.15 and orientdb in a query I am using fulltext lucene lucene and geospatial but does not work when using 2 index, searching the internet I found that use intersect but does not work there any way to use query: select * from CommerceLocation where state = true and [desc

[orientdb] Re: use lucene lucene fulltext and geospatial in one query

2016-04-26 Thread Renzo Ludeña
hello { "result": [ { "@type": "d", "@version": 0, "documentReads": 1, "fullySortedByIndex": false, "documentAnalyzedCompatibleClass": 1, "recordReads": 1, "distance": 0.4249428696025692, "

[orientdb] install and configure orientdb ubuntu

2016-04-26 Thread Renzo Ludeña
Hello I am following this tutorial https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-orientdb-on-ubuntu-14-04 orientdb as a service to install I followed all the steps and run a query in orientdb studio and select from User sends me the error java.lang.IllegalArgume

[orientdb] orientjs : error returning decimal data type

2016-07-13 Thread Renzo Ludeña
Hello friends I'm developing a product with node.js application and using the driver orientjs This is the structure of my class: making the query fro

[orientdb] Re: orientjs : error returning decimal data type

2016-07-13 Thread Renzo Ludeña
OK, thank you very much friend El miércoles, 13 de julio de 2016, 10:07:27 (UTC-5), Renzo Ludeña escribió: > > Hello friends > > I'm developing a product with node.js application and using the driver > orientjs > > This is the structure of my class: > > >

[orientdb] custom function returns the same result

2016-10-07 Thread Renzo Ludeña
Hello friends, I created a function in orientdb studio use the version 2.2.4 but when I called me back the same result for all

[orientdb] Re: custom function returns the same result

2016-10-07 Thread Renzo Ludeña
> thanks for your answer did also the command but I keep returning the same > result, the negative think is the id of the function, if I call > individually works well >

[orientdb] Re: custom function returns the same result

2016-10-07 Thread Renzo Ludeña
thank you very much run the size () <https://lh3.googleusercontent.com/-qJEbmpUJ9X4/V_gotHak4TI/AP8/d4_tHXqerzkREM4pfF3yEId9FhOuT-wyACLcB/s1600/Selection_028.png> El viernes, 7 de octubre de 2016, 17:19:59 (UTC-5), Renzo Ludeña escribió: > > Hello friends,

[orientdb] Import restore me different ids

2017-08-06 Thread Renzo Ludeña
When importing a database gives me different ids so this is using the command -preserveClusterIDs = true, is this normal? -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send a

[orientdb] backup database

2017-08-28 Thread Renzo Ludeña
Good night friends, I want to make backups by calling the ./backup.sh file plocal: ../database/prof admin admin /var/www/profe.zip but it gives me this error Error: com.orientechnologies.orient.core.exception.OStorageException: Can not open local storage '../databases/profe' with mode = rw DB na

[orientdb] Re: backup database

2017-08-29 Thread Renzo Ludeña
Hi thanks for replying, I'm using plocal connection because I use the free version El lunes, 28 de agosto de 2017, 20:47:14 (UTC-5), user.w...@gmail.com escribió: > > Hi, > > what type of connection are you using? Remote or plocal? > > Thanks > > Regards, > Michela > -- --- You received