Greetings,
I am using neo4j in a language specific environment, and I have to
support English, French, Spanish, and Portuguese languages so far.I
figured out how to setup an automatic index, specifying the language and
that appears to work well.I am now adding a feature that support
I am running the community edition 2.1.6, and I notice the database size
growing... in particular for every update there is a new nioneo_logical.log
file. They are all the same size ( 25,601KB ).
Is there a process for these files being cleaned up over time?
Thanks!
- Daniel
--
You rece
Continuing to try things...I am now using "Advanced REST Client" - a
chrome application. I am using the example from the LOAD CSV
Documentation, along with the REST transaction commit example.
Here is a screen shot, showing my settings for the REST call, along with
the payload and the res
To add more information:
I'm doing this using WebAPI from a C# application. It seems to work fine
for any valid cypher query that doesn't include LOAD CSV as a part of it.
I'm calling it using "localhost:7474/db/data/transaction/commit" so it
should commit within the one call.
For example t
If the LOAD CSV syntax is valid, then I get a weird response -- JSON with
both empty result and empty error arrays. I reported it on Stacked
Overflow (
http://stackoverflow.com/questions/25901283/sending-cypher-script-with-load-csv-via-rest-isnt-working-for-me
), but the response has been fo