-
We were not able to post larger size text to neo4j full text index in versions 1.8+ and 1.9.3. It looks like around 3900 characters or so, it starts breaking. Initially for 3871 and higher, there is a…
jonam updated
10 years ago
-
after installing the alpha version
```
gem install neo4j-core -v 3.0.0.alpha.2
```
tried in irb and got the following error:
```
jruby-1.7.4 :001 > require 'neo4j-core'
NameError: cannot link Java…
-
@vlg: 'OK so there is an issue with key-value automatic indices (code bellow) upon node removal. The scenario tested here is the following:
Assume that we index a property named 'ID', and that we wan…
-
Currently when I say 'lein repl' I get what looks like a working REPL but it won't accept a
keyboard RETURN as input (nor ^M, nor ^J, etc). This means the REPL is essentially
"frozen" at the first in…