Re: [orientdb] Lucene full text indexes cleared after orientdb service restart after upgrade to 2.1.0

2015-09-13 Thread Albert Kovalchuk
Hi Enrico, In 2.1.2 all is OK. After database createing and service restarting lucene fulltext indexes still alive. понедельник, 17 августа 2015 г., 15:01:16 UTC+3 пользователь Enrico Risa написал: > > Albert > > i'm on it > > https://github.com/orientechnologies/orientdb-lucene/releases/tag/2.

Re: [orientdb] Lucene full text indexes cleared after orientdb service restart after upgrade to 2.1.0

2015-08-17 Thread Enrico Risa
Albert i'm on it https://github.com/orientechnologies/orientdb-lucene/releases/tag/2.1.0 this is the release that is in OrientDB 2.1 so it will not change the behaviour. I'm debugging it i will let you know Thanks Enrico 2015-08-17 13:55 GMT+02:00 Albert Kovalchuk : > I downloaded 2.1.0 tag f

Re: [orientdb] Lucene full text indexes cleared after orientdb service restart after upgrade to 2.1.0

2015-08-17 Thread Albert Kovalchuk
I downloaded 2.1.0 tag from this repo: https://github.com/orientechnologies/orientdb-lucene/releases/tag/2.1.0 and built it (but with key that skip tests: mvn assembly:assembly -DskipTests). Tests failed with exception - could not connect to 127.0.0.1:2424/graph... , connection refused Then I p

Re: [orientdb] Lucene full text indexes cleared after orientdb service restart after upgrade to 2.1.0

2015-08-17 Thread Enrico Risa
Hi Albert this test has been running i think since 2.0.x, and also 2.1 i will manually test it with your step. Thanks Enrico 2015-08-17 12:27 GMT+02:00 Albert Kovalchuk : > Hi Enrico, is this test from repository for orientdb 2.0...? > > From pom.xml in repo: > 2.0-M3 > > There is no problem i

Re: [orientdb] Lucene full text indexes cleared after orientdb service restart after upgrade to 2.1.0

2015-08-17 Thread Albert Kovalchuk
Hi Enrico, is this test from repository for orientdb 2.0...? >From pom.xml in repo: 2.0-M3 There is no problem in 2.0.9 (I didn't tried 2.0.10..., upgraded to 2.1), only in 2.1.0. I do this: 1) create classes 2) create indexes 3) write vertices 4) in console connect and type "info", see number

Re: [orientdb] Lucene full text indexes cleared after orientdb service restart after upgrade to 2.1.0

2015-08-17 Thread Enrico Risa
Hi Albert we have this test https://github.com/orientechnologies/orientdb-lucene/blob/master/src/test/java/com/orientechnologies/test/LuceneCreateIndexRemote.java that check index consistency at restart and it works How do you restart the ODB server? 2015-08-16 22:03 GMT+02:00 Albert Kovalchuk

Re: [orientdb] Lucene full text indexes cleared after orientdb service restart after upgrade to 2.1.0

2015-08-16 Thread Enrico Risa
Hi Albert do you have some error in log file? Il 16/ago/2015 20:43, "Albert Kovalchuk" ha scritto: > Hello, > > In 2.0.9 I have created database via Java script: > > OrientVertexType file = graph.createVertexType("File"); > file.createProperty("name", OType.STRING); > file

[orientdb] Lucene full text indexes cleared after orientdb service restart after upgrade to 2.1.0

2015-08-16 Thread Albert Kovalchuk
Hello, In 2.0.9 I have created database via Java script: OrientVertexType file = graph.createVertexType("File"); file.createProperty("name", OType.STRING); file.createProperty("description", OType.STRING); file.createProperty("tags", OType.EMBEDDEDLIST, OType.STRIN