[orientdb] Re: Lucene query on an expanded result set

2015-11-16 Thread alessandrorota04
Do you put a lucene index on the property "body"? Kind regards, Alessandro -- --- 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

[orientdb] Loading graph of type A-B-A from CSV

2015-11-16 Thread Míra Kajan
Hi guys, I have table of distinct cases (table A) which perform certain transactions (table B). This second table contains FROM/TO columns, which should be mapped on the cases number present in table A. How can I load CSV file with the JSON ETL utility in this way? I tried to create two "edge"

[orientdb] Lucene query on an expanded result set

2015-11-16 Thread Aris Alexis
I have User and Post classes and Posts edge class this works *SELECT FROM (SELECT EXPAND(OUT('Posts')) FROM User WHERE username='marco') WHERE body LIKE '%China%'* this works *SELECT FROM Post WHERE body LUCENE 'China'* this *doesn't* work *SELECT FROM (SELECT EXPAND(OUT('Posts')) FROM User

Re: [orientdb] Error on parsing query Found invalid ) character

2015-11-16 Thread Alain
Fyi, the bug is still existing in 2.1.5. Any plan on working on it soon ? Thanks in advance. Le mercredi 14 octobre 2015 12:25:19 UTC+2, Alain a écrit : > > Just fyi, I updated the bug with the result of my tests with version 2.1.3 > and 2.1.4. The bug is still there (obviously since the bug is

[orientdb] Re: Local works vs Remote fails

2015-11-16 Thread machak
On Friday, November 13, 2015 at 7:46:59 PM UTC+1, kanb...@gmail.com wrote: > > Hello Team > > > > I am working on orientdb-community-2.1.5.I have a java code which tries to > create edges between two different list of vertices within loop.This code > works perfectly fine in local and I can see

Re: [orientdb] Open db in read-only mode, possible?

2015-11-16 Thread andrea tomassi
There is some update on read only feature? It would be great! -- --- 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.

[orientdb] How to Exclude OJPAPersistenceProvider?

2015-11-16 Thread Tai Hu
Hi, In my project, I used both OrientDB and Derby database. For Derby, I used EclipseLink as JPA provider and in persistence.xml, it is clearly listed provider as EclipseLink. However, every time when I started my program I will see the following two lines, Nov 16, 2015 1:48:48 PM

Re: [orientdb] Re: Slideshow on GraphDBs, Tinkerpop and OrientDB

2015-11-16 Thread normanLinux
Schema is important. But the real killer is the lack of normalisation in databases such as Mongo. This is *not* a problem in a graph database like Orient because the edges can make direct links to normalised fields. In a database like Mongo you are likely to encounter all of the problems

[orientdb] Re: How to Exclude OJPAPersistenceProvider?

2015-11-16 Thread Tai Hu
Actually after I upgraded to OrientDB 2.2-beta, the problem went away. Thanks, Tai On Monday, November 16, 2015 at 2:03:17 PM UTC-5, Tai Hu wrote: > > Hi, > In my project, I used both OrientDB and Derby database. For Derby, I > used EclipseLink as JPA provider and in persistence.xml, it is

Re: [orientdb] Re: Local works vs Remote fails

2015-11-16 Thread Luigi Dell'Aquila
Hi, any chance to have a working test case for this? It would be much easier to understand the problem. Thanks Luigi 2015-11-16 15:57 GMT+01:00 machak : > On Friday, November 13, 2015 at 7:46:59 PM UTC+1, kanb...@gmail.com wrote: >> >> Hello Team >> >> >> >> I am working

[orientdb] [Meetup] Anybody in Dubai?

2015-11-16 Thread Luca Garulli
Hi guys, Anybody is in Dubai in December? I'll be there happy to meet OrientDB users: http://www.meetup.com/The-Dubai-Big-Data-Group/events/226769376/ Best Regards, Luca Garulli Founder & CEO OrientDB -- --- You received this message because you are subscribed to the

Re: [orientdb] Error on parsing query Found invalid ) character

2015-11-16 Thread Luigi Dell'Aquila
Hi Alain, a few days ago I fixed an issue that can be related to this, any chance to try 2.1.x branch? Thanks Luigi 2015-11-16 15:17 GMT+01:00 Alain : > Fyi, the bug is still existing in 2.1.5. Any plan on working on it soon ? > > Thanks in advance. > > > Le

[orientdb] OrientGraphFactory Pool vs Network Connection Pool

2015-11-16 Thread nightrise
I've recently started using the new OrientGraphFactory in OrientDB 2.1 and it's been great for the most part. I'm using scala, and doing it like so: lazy val orientFactory = new OrientGraphFactory(url, username, password).setupPool(minConnections, maxConnections) When I need a new

Re: [orientdb] Re: Slideshow on GraphDBs, Tinkerpop and OrientDB

2015-11-16 Thread scott molinari
Like I said, schema always has to be controlled in some way. Mongo enforces schema to be in the code, which I think is an advantage, because it puts the storage of state and all its complexities in the background. Scott -- --- You received this message because you are subscribed to the

Re: [orientdb] Re: Executing OSQL Script: why current database instance is not active on current thread?

2015-11-16 Thread Riccardo Tasso
The problem is still here...can you confirm that you can make this test pass? Which JVM are you using?! Riccardo 2015-11-03 15:08 GMT+01:00 Luigi Dell'Aquila : > Hi Riccardo, > > I just answered your question on StackOverflow. I can't make the test > fail, so I

Re: [orientdb] Error on parsing query Found invalid ) character

2015-11-16 Thread Alain
Hi Luigi, After a quick test, it seems the bug is fixed in the latest snapshot. I'm waiting for the next official release in order to run more comprehensive tests, but I feel confident. Thank you for your feedback ! Alain Le mardi 17 novembre 2015 00:42:54 UTC+1, Luigi Dell'Aquila a écrit : >