Re: [Neo4j] Visualization options for graphs

2011-02-03 Thread Luanne Misquitta
t: What is the main hurdle preventing you from contributing to the wiki? Cheers, Tobias On Thu, Feb 3, 2011 at 11:04 AM, Luanne Misquitta wrote: > Hi, > > > > Would be good to include Arbor.js (http://arborjs.org/) to the > JavaScript options listed in the Neo4J wiki >

[Neo4j] Visualization options for graphs

2011-02-03 Thread Luanne Misquitta
Hi, Would be good to include Arbor.js (http://arborjs.org/) to the JavaScript options listed in the Neo4J wiki (http://wiki.neo4j.org/content/Visualization_options_for_graphs) Have just started playing with it and it renders very nice graphs indeed (HTML5 + JavaScript). Regards Luanne M.

[Neo4j] Neo4J and sharding

2011-01-18 Thread Luanne Misquitta
I was just wondering, have any of you ever felt the need to shard your Neo4J store? If so, how did you manage it? Regards Luanne M. Tech Lead twitter / @luannem linkedin / http://in.linkedin.com/in/luannemisquitta

Re: [Neo4j] [SPAM] Neo4J and i18n

2011-01-04 Thread Luanne Misquitta
escription = "Cheese" description.en = "Cheese" description.fr = "Fromage" description.de = "Käse" The first property value without a language qualifier = the default HTH, Rick -Original Message- From: user-boun...@lists.neo4j.org [mailto:user

[Neo4j] Neo4J and i18n

2011-01-03 Thread Luanne Misquitta
Hi, Is there any recommended practice for storing i18n'ed properties of nodes? I have a couple of node types that have internationalized strings in about 20 different languages- those would be properties on the node. How would you handle this? Thanks Luanne M. Tech Lead twitter / @luannem

Re: [Neo4j] Neo4J logs and the Embedded Server

2010-12-15 Thread Luanne Misquitta
like to see is very welcomed. Regards, Johan On Tue, Dec 14, 2010 at 4:39 AM, Luanne Misquitta wrote: > Hi, > > > > Does Neo4J maintain running logs while using the embedded server, or > must an application be responsible for logging? If Neo4J does log, can > you configure log l

Re: [Neo4j] Why node's index entry can not be removed from lucene index after the node is deleted from the graph

2010-12-15 Thread Luanne Misquitta
Thanks! Luanne M. Tech Lead twitter / @luannem    linkedin / http://in.linkedin.com/in/luannemisquitta skype / luanne.misquitta blog / http://thought-bytes.blogspot.com/ Saba. Power Up Your People. -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.o

Re: [Neo4j] Why node's index entry can not be removed from lucene index after the node is deleted from the graph

2010-12-14 Thread Luanne Misquitta
te(). Right? 2010/12/14 Luanne Misquitta > That's strange. I indexed a single property on two nodes, and then used > remove method on the index to remove that property- then checked in Luke, > and the documents appear to be there, but marked deleted. I could undelete > them

Re: [Neo4j] Why node's index entry can not be removed from lucene index after the node is deleted from the graph

2010-12-13 Thread Luanne Misquitta
lucene index after the node is deleted from the graph I checked the index.remove(), it can only delete the key filed from the node entry in index. (The node entry is a document in lucene index) The node entry is still there 2010/12/14 Luanne Misquitta > You could perhaps also delete t

Re: [Neo4j] Why node's index entry can not be removed from lucene index after the node is deleted from the graph

2010-12-13 Thread Luanne Misquitta
Though I have not tried it yet, I'd try to use the event handling mechanism to remove all traces of the node from the index for example, on delete. Regards Luanne M. Tech Lead twitter / @luannem    linkedin / http://in.linkedin.com/in/luannemisquitta skype / luanne.misquitta blog / http://thoug

Re: [Neo4j] Why node's index entry can not be removed from lucene index after the node is deleted from the graph

2010-12-13 Thread Luanne Misquitta
You could perhaps also delete the data from the index using: Index.remove(T entity, String key, Object value) However, I assume that if you've added x properties of the node to the index, you'd have to remove all those X properties? Regards Luanne M. Tech Lead twitter / @luannem    linkedin / h

[Neo4j] Neo4J logs and the Embedded Server

2010-12-13 Thread Luanne Misquitta
Hi, Does Neo4J maintain running logs while using the embedded server, or must an application be responsible for logging? If Neo4J does log, can you configure log levels, etc.? Regards Luanne M. Tech Lead twitter / @luannem linkedin / http://in.linkedin.com