Re: [Neo4j] How to rotate the logical log

2011-06-23 Thread Pere Urbon Bayes
Thanks Mattias! /purbon 2011/6/22 Mattias Persson matt...@neotechnology.com 2011/6/22 Pere Urbon Bayes p...@moviepilot.com HI, is there any way to force the rotation of the logical log of neo4j? I can guess is something like // get the XaDataSource for the native store TxModule

Re: [Neo4j] Compound query sort by score

2011-06-23 Thread Milena Araujo
It looks like that I can't construct a QueryContext object with compound query. It gives me the following exception when I try to run it: org.apache.lucene.queryParser.ParseException: Cannot parse 'name:milena%20OR%20name:araujo': Encountered \ \:\ \: \\ at line 1, column 24.\nWas expecting one

Re: [Neo4j] Compound query sort by score

2011-06-23 Thread Milena Araujo
Ok, I've got it. Problems in parsing the json. It works now. Thanks anyway :] On Thu, Jun 23, 2011 at 9:19 AM, Milena Araujo mil...@illusorium.comwrote: It looks like that I can't construct a QueryContext object with compound query. It gives me the following exception when I try to run it:

[Neo4j] neo4j-spatial roadmap/stability

2011-06-23 Thread Christopher Schmidt
Hi Neo4j... I am working for the largest German speaking travel and holiday portal. Currently we are using a relatively simple MySQL based spatial distance functionality. We plan to enhance this by something which is capable of a flexible set of spatial queries. We will evaluate Neo4j-Spatial for

Re: [Neo4j] neo4j-spatial roadmap/stability

2011-06-23 Thread Craig Taverner
Hi Christopher, Thanks for your interest in neo4j and neo4j-spatial. I will answer your questions and comments inline. I am working for the largest German speaking travel and holiday portal. Currently we are using a relatively simple MySQL based spatial distance functionality. We plan to

[Neo4j] Webadmin browser dependencies?

2011-06-23 Thread Paul Bandler
Unable to access the data tab using IE version 7. Tried using the Eclipse built in browser and it momentarily switches to the data tab but then it disappears again. What are the supported browser platforms? Sent from my iPhone ___ Neo4j mailing list

Re: [Neo4j] Webadmin browser dependencies?

2011-06-23 Thread Tatham Oddie
Data browser works in Chome / Firefox / Safari. It should give you a message to this effect on unsupported browsers. -- Tatham -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Paul Bandler Sent: Thursday, 23 June 2011 10:30 PM

Re: [Neo4j] write to graph with python

2011-06-23 Thread Khanh Nguyen
I see. Thank you. I was not aware of the difference. I guess I was working with the binding for a local graph database. (http://components.neo4j.org/neo4j.py/snapshot/) On Wed, Jun 22, 2011 at 3:09 PM, Michael Hunger michael.hun...@neotechnology.com wrote: Is that the python REST binding or the

[Neo4j] TraversalDescription order

2011-06-23 Thread Igor Dovgiy
Hi all, I'm trying to implement a recommendations system app with Neo4j (1.4). Basically, I intend to have some 'User' nodes and some 'Interest' nodes in my graph. Then, to find users with similar interests, traverse it by something like... TraversalDescription td = new Traversal.description()

[Neo4j] most in common

2011-06-23 Thread Rick Otten
I have a graph of a bunch of people who are not connected to each other, but instead connected to things they like. I'd like to start with one person, and find a list of people have the 'most in common' with them. Ideally I'd like to be able to prioritize the things they like, for example, it is

Re: [Neo4j] most in common

2011-06-23 Thread noppanit
I'm guessing you could do something like find the shortest paths? -- View this message in context: http://neo4j-user-list.438527.n3.nabble.com/Neo4j-most-in-common-tp3099864p3099886.html Sent from the Neo4J User List mailing list archive at Nabble.com.

[Neo4j] Disabled function in Neoclipse -- create relationship between two existing nodes

2011-06-23 Thread McNeill, Thomas
Hi all: I've just installed the 1.3 windows version of Neoclipse and the 1.3 version of community Neo4j and have gotten up and running (I'm a newbie with Neo4j). I've played around with building a small, toy graph and am able to use all of the tools, accept one, create relationship between

Re: [Neo4j] most in common

2011-06-23 Thread Peter Neubauer
For an example of similar scripts, see http://docs.neo4j.org/chunked/1.4-SNAPSHOT/gremlin-plugin.html#rest-api-send-a-gremlin-script---json-encoded-with-table-result Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn  

[Neo4j] Thanks Marko, Jive Friends

2011-06-23 Thread Andreas Kollegger
On behalf of the lucky roomful of people in the Silicon Valley who attended last night's Graph Minicamp, I'd like to thank Marko for a great walk-through introduction to graph algorithms. And also, thanks to the packed room that showed up last night. Marko's progressive exploration of graphs

Re: [Neo4j] Webadmin browser dependencies?

2011-06-23 Thread Paul Bandler
Thanks but none of those browsers are allowed to be downloaded within my clients corporate network... Again, does anyone know what IE level works? Sent from my iPhone On 23 Jun 2011, at 13:53, Tatham Oddie tat...@oddie.com.au wrote: Data browser works in Chome / Firefox / Safari. It

Re: [Neo4j] TraversalDescription order

2011-06-23 Thread Jacob Hansson
The order method indeed does decide what order the graph is traversed, you can either use it with the predefined traversal orders like so: td.order(CommonBranchOrdering.PREORDER_DEPTH_FIRST) or you can pass it your own branch selector implementation, see

Re: [Neo4j] Webadmin browser dependencies?

2011-06-23 Thread Rick Bullotta
Welcome to my world, Paul... Web applications that don't recognize the realities of the enterprise desktop won't ultimately be able to leverage a given technology if it doesn't fit with their corporate standards. As painful as it may be at times, broad-based browser support is a must-have for

Re: [Neo4j] Webadmin browser dependencies?

2011-06-23 Thread Michael Hunger
Which parts of webadmin are absolutely critical? What about neoclipse readonly? Sent from my iBrick4 Am 23.06.2011 um 19:00 schrieb Rick Bullotta rick.bullo...@thingworx.com: Welcome to my world, Paul... Web applications that don't recognize the realities of the enterprise desktop won't

Re: [Neo4j] Webadmin browser dependencies?

2011-06-23 Thread Jacob Hansson
Hey all, Our automatic tests do currently not run inside Internet Explorer (due to issues getting the webdriver IE driver to deliver repeatable results). It is, however, our goal to ensure support for all features in IE8 and upwards (currently, data visualization should be the only feature that

Re: [Neo4j] Thanks Marko, Jive Friends

2011-06-23 Thread Javier de la Rosa
On Thu, Jun 23, 2011 at 12:25, Andreas Kollegger andreas.kolleg...@neotechnology.com wrote: If anyone is interested in having a mini- or full bootcamp in your area, let me know and I'll see what we can arrange with Marko. Here in the CulturePlex Lab we are really interested in a mini-camp. We

Re: [Neo4j] Thanks Marko, Jive Friends

2011-06-23 Thread Mattias Persson
You're the indeed superb at explaining graphs and making graphs fun Marko. Nice to hear you and ABK going around doing these things. 2011/6/23 Andreas Kollegger andreas.kolleg...@neotechnology.com On behalf of the lucky roomful of people in the Silicon Valley who attended last night's Graph

Re: [Neo4j] Unexpected error

2011-06-23 Thread Mattias Persson
That should be quite fine. I could try this out locally perhaps. Something like: IndexNode index = db.index().forNodes(myIndex); Transaction tx = db.beginTx(); Node node = db.createNode(); for ( int i = 0; i 25; i++ ) { index.add(node,key,i); if ( i%1 == 0 ) {

Re: [Neo4j] Disabled function in Neoclipse -- create relationship between two existing nodes

2011-06-23 Thread Mattias Persson
I think that you have select one node, then select one additional (with Ctrl on linux/windows and Command on Mac)... then that option will appear, and it will then create a relationship _from_ the first node you selected _to_ the second node you selected. 2011/6/23 McNeill, Thomas

Re: [Neo4j] Webadmin browser dependencies?

2011-06-23 Thread Anders Nawroth
2011-06-23 19:54, Paul Bandler skrev: Tried Neoclipse but after waiting for it to connect for over half an hour I concluded that maybe the latest 1.3 is incompatible with ths 1.4m04 neo that I'm using. Couldn't find a later neoclipse build is there one? I just created a 1.4.M04 Neoclipse: