Re: [Neo4j] Traversals versus Indexing

2011-06-21 Thread Mattias Persson
to store node/relationship ids as properties. Try to solve your problems in another way if that's what you had in mind. Jim On 20 Jun 2011, at 23:11, Massimo Lusetti wrote: On Fri, Jun 17, 2011 at 2:01 PM, Mattias Persson matt...@neotechnology.com wrote: getNodeById is fast

Re: [Neo4j] Neo4J 1.3 and Lucene 3.1.0

2011-06-21 Thread Mattias Persson
://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Multiple-source lowest-cost path search

2011-06-22 Thread Mattias Persson
___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] Unexpected error

2011-06-22 Thread Mattias Persson
Are you indexing this in a single transaction or what's the isolation for inserts? 2011/6/20 Massimo Lusetti mluse...@gmail.com On Thu, Jun 16, 2011 at 5:20 PM, Mattias Persson matt...@neotechnology.com wrote: Hi, could you clarify a bit what you mean? Do you have one node which

Re: [Neo4j] Compound query sort by score

2011-06-22 Thread Mattias Persson
/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] How to rotate the logical log

2011-06-22 Thread Mattias Persson
@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Thanks Marko, Jive Friends

2011-06-23 Thread Mattias Persson
___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https

Re: [Neo4j] Unexpected error

2011-06-23 Thread Mattias Persson
) { tx.success(); tx.finish(); tx = db.beginTx(); } } ? 2011/6/23 Massimo Lusetti mluse...@gmail.com On Wed, Jun 22, 2011 at 1:21 PM, Mattias Persson matt...@neotechnology.com wrote: Are you indexing this in a single transaction or what's the isolation for inserts? I use long

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

2011-06-23 Thread Mattias Persson
-- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Recent slowdown in imports with lucene

2011-06-26 Thread Mattias Persson
___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org

Re: [Neo4j] Recent slowdown in imports with lucene

2011-06-27 Thread Mattias Persson
. But I thought I should ask on the list anyway in case anyone else has a similar problem, or if there are some obvious answers. On Sun, Jun 26, 2011 at 1:45 PM, Mattias Persson matt...@neotechnology.com wrote: Please elaborate on how you are using your index. Are you using Index

Re: [Neo4j] afterRollback never called

2011-06-27 Thread Mattias Persson
on my handler. Could there be any reason for this? Thanks, --- balazs ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology

Re: [Neo4j] afterRollback never called

2011-06-27 Thread Mattias Persson
). But now it seems I cannot always get a notification about failures/rollbacks. Or is there any other way to do this? Thanks, --- balazs On 6/27/11 11:50 AM, Mattias Persson wrote: Reading the javadoc: Invoked after the transaction has been rolled back if committing the transaction failed

Re: [Neo4j] Unexpected error

2011-06-28 Thread Mattias Persson
tutorial/documentation on how to do these things though. Thanks -- Massimo http://meridio.blogspot.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com

Re: [Neo4j] Unexpected error

2011-06-28 Thread Mattias Persson
___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https

Re: [Neo4j] Problems building neo4j-rdf module

2011-06-28 Thread Mattias Persson
-- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] numericRange vs. exact/fulltext index

2011-06-28 Thread Mattias Persson
___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User

Re: [Neo4j] numericRange vs. exact/fulltext index

2011-06-28 Thread Mattias Persson
, Mattias Persson wrote: Hi Balazs, I think the issue could be in lucene, with the mix of the white-space-tokenizing-analyzer and numeric values. I don't know. What I see in neo4j is that it treats the values the exact same way, the queries to the index is exactly the same, but it just doesn't

Re: [Neo4j] Advantages of EmbeddedReadOnlyGraphDatabase ? [was NonWritableChannelException]

2011-06-29 Thread Mattias Persson
___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt

Re: [Neo4j] Auto Indexing for Neo4j

2011-06-29 Thread Mattias Persson
___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson

Re: [Neo4j] numericRange vs. exact/fulltext index

2011-06-29 Thread Mattias Persson
index would be half as big. Do you think I can safely depend on these implicit exact indexed fields in fulletxt indexes? Regards, --- balazs On 6/29/11 7:44 AM, Mattias Persson wrote: Wow, thank you for finding that. Well done! I'll fix it and if it doesn't break anything else then I'll

Re: [Neo4j] Advantages of EmbeddedReadOnlyGraphDatabase ? [was NonWritableChannelException]

2011-06-29 Thread Mattias Persson
Turns out to be a bug indeed. A fix for this will go into 1.4. Thank you, Mattias 2011/6/29 Mattias Persson matt...@neotechnology.com AFAIK there are no differences between the two. The read-only version makes sure you cannot perform modifications to the graph, but otherwise they use

Re: [Neo4j] NonWritableChannelException

2011-06-29 Thread Mattias Persson
) ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] numericRange vs. exact/fulltext index

2011-06-29 Thread Mattias Persson
. :-) --- balazs On 6/29/11 10:22 AM, Mattias Persson wrote: Reading the source is always a good thing :) I don't see them changing in the near future, and even if it's a bit of a hack to use them (since they are there mostly to be able to remove stuff) I've used them also in at least one

Re: [Neo4j] Remove all relations of a specific type

2011-06-29 Thread Mattias Persson
find any method in the native API for that (I'm using the EmbeddedGraphDatabase). Thanks a lot in advance, Mathias ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt

Re: [Neo4j] Knowing the status of a transaction at the call to finish()

2011-06-29 Thread Mattias Persson
Is there an easy way to know if the transaction used in a call to finish() is in a success or failure state? ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker

[Neo4j] Fwd: Time capsule using Neo4j

2011-06-29 Thread Mattias Persson
-- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] graph-collections List class

2011-06-30 Thread Mattias Persson
https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Multiple sessions

2011-07-02 Thread Mattias Persson
https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Database engine using Neo4j

2011-07-04 Thread Mattias Persson
/mailman/listinfo/user ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com

Re: [Neo4j] Multiple Neo4j databases

2011-07-04 Thread Mattias Persson
https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Multiple sessions

2011-07-05 Thread Mattias Persson
/listinfo/user ** ** ** ** ** ** ** ** -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org

Re: [Neo4j] neo4j + RDF + SPARQL or non-RDF?

2011-07-06 Thread Mattias Persson
@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Possibility of extending Zookeeper features to App Server

2011-07-06 Thread Mattias Persson
is a preferred architecture? Regards, Brendan ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com

Re: [Neo4j] Performance issue on nodes with lots of relationships

2011-07-06 Thread Mattias Persson
there's some issue with the shell only. Jim ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com

Re: [Neo4j] Performance issue on nodes with lots of relationships

2011-07-06 Thread Mattias Persson
Just noticed that ls shell reads all relationships before displaying them... I'll fix this tomorrow. 2011/7/6 Mattias Persson matt...@neotechnology.com 2011/7/6 Jim Webber j...@neotechnology.com Hi Rick, Are you thinking maybe of lazily loading relationships in 1.5? That might

Re: [Neo4j] typo in Expander interface

2011-07-07 Thread Mattias Persson
@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Performance issue on nodes with lots of relationships

2011-07-07 Thread Mattias Persson
@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com

Re: [Neo4j] Is there (or not) A PATH between two nodes?

2011-07-08 Thread Mattias Persson
regards, -- Lmhelp ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com

Re: [Neo4j] clean database / unit tests

2011-07-08 Thread Mattias Persson
://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] how setup lucene fulltext search filter

2011-07-13 Thread Mattias Persson
-- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] User Digest, Vol 52, Issue 53

2011-07-13 Thread Mattias Persson
list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo

Re: [Neo4j] how setup lucene fulltext search filter

2011-07-13 Thread Mattias Persson
? -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Mattias Persson Sent: Wednesday, July 13, 2011 9:05 AM To: Neo4j user discussions Cc: h...@neo4j.org Subject: Re: [Neo4j] how setup lucene fulltext search filter 2011/7/13 Balazs E

Re: [Neo4j] Constraints on index key names?

2011-07-13 Thread Mattias Persson
-- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Constraints on index key names?

2011-07-13 Thread Mattias Persson
' and 'relationship_auto_index' are used by the auto indexing subsystem. On Wed, Jul 13, 2011 at 8:35 AM, Mattias Persson matt...@neotechnology.comwrote: Yes, the neo4j integration doesn't impose any additional restrictions other than those (if any) of Lucene. 2011/7/12 Rick Bullotta

Re: [Neo4j] How to index/lookup from an array property?

2011-07-13 Thread Mattias Persson
___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology

Re: [Neo4j] How to index/lookup from an array property?

2011-07-13 Thread Mattias Persson
and index each value separately sounds killer. Any pointers on how to do this via the REST API? Still not clear to me what format URL I should be using. Thanks! Aseem On Wed, Jul 13, 2011 at 5:50 PM, Mattias Persson matt...@neotechnology.comwrote: 2011/7/13 Michael Hunger michael.hun

Re: [Neo4j] How to index/lookup from an array property?

2011-07-13 Thread Mattias Persson
http://help.neo4j.org/discussions/questions/7-re-neo4j-how-to-indexlookup-from-an-array-property 2011/7/14 Mattias Persson matt...@neotechnology.com I think that indexing values other than strings are impossible through the REST API and that's a known shortcoming I hope will be fixed pretty

Re: [Neo4j] how setup lucene fulltext search filter

2011-07-14 Thread Mattias Persson
,that will be the best solution,otherwise, we need wrapper Lucene api asFilteredQuery or so. I just take a glance at Neo4j and Lucene api,no more help just now. Regards, Edgar At 2011-07-13 21:28:35,Mattias Persson matt...@neotechnology.com wrote: Quite possibly! Yunjie, could you try that as a solution

Re: [Neo4j] Unique Constaint on Index

2011-07-14 Thread Mattias Persson
Started a support discussion about this: http://help.neo4j.org/discussions/questions/8-re-neo4j-unique-constaint-on-index 2011/7/14 Mattias Persson matt...@neotechnology.com Creating a support discussion for this. 2011/7/7 Michael Hunger michael.hun...@neotechnology.com I'd second

Re: [Neo4j] How can you have transactions with Lucene?

2011-07-17 Thread Mattias Persson
mailing list archive at Nabble.com. ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com

Re: [Neo4j] Index returns all nodes for value=undefined!

2011-07-17 Thread Mattias Persson
https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] NoSuchElementException

2011-07-17 Thread Mattias Persson
Milestone or not? -- -- Thanks and Regards, Sulabh Choudhury -- -- Thanks and Regards, Sulabh Choudhury -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User

Re: [Neo4j] How can you have transactions with Lucene?

2011-07-17 Thread Mattias Persson
/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] How can you have transactions with Lucene?

2011-07-17 Thread Mattias Persson
/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] use one index per key or one index for all keys?

2011-07-17 Thread Mattias Persson
thanks! ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j

Re: [Neo4j] How can you have transactions with Lucene?

2011-07-18 Thread Mattias Persson
. ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list

Re: [Neo4j] Fulltext Query across fields

2011-07-19 Thread Mattias Persson
/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Hyperedges and Objects

2011-07-21 Thread Mattias Persson
User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] org.neo4j.kernel.impl.nioneo.store.InvalidRecordException while trying to delete relationships of a node, followed by a delete of the node

2011-07-21 Thread Mattias Persson
, Joel Filipe Antunes Cordeiro jkorde...@gmail.com j...@student.dei.uc.pt ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology

Re: [Neo4j] org.neo4j.kernel.impl.nioneo.store.InvalidRecordException while trying to delete relationships of a node, followed by a delete of the node

2011-07-21 Thread Mattias Persson
with BatchInserter on 1.4M04. Joel Filipe Antunes Cordeiro jkorde...@gmail.com j...@student.dei.uc.pt 2011/7/21 Mattias Persson matt...@neotechnology.com Was your data inserted with the BatchInserter on 1.4.M05 or 1.4.M04 or similar? 2011/7/21 Joel Cordeiro jkorde...@gmail.com Hi, i'm

Re: [Neo4j] org.neo4j.kernel.impl.nioneo.store.InvalidRecordException while trying to delete relationships of a node, followed by a delete of the node

2011-07-21 Thread Mattias Persson
is critical on my dataset is to keep it updated at runtime, that's why i need to add and remove nodes, and consequently their relationships. How can i solve that issue? Best regards, Joel Filipe Antunes Cordeiro jkorde...@gmail.com j...@student.dei.uc.pt 2011/7/21 Mattias Persson matt

Re: [Neo4j] Number of properties on a PropertyContainer

2011-07-22 Thread Mattias Persson
___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] NoSuchElementException

2011-07-22 Thread Mattias Persson
-- -- Thanks and Regards, Sulabh Choudhury -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] shortestPath slower than it could be

2011-07-23 Thread Mattias Persson
https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] shortestPath slower than it could be

2011-07-24 Thread Mattias Persson
/13th-floor/neo4john/commit/d2fd5b27dcde5560e6ff980fe9320aedc4421ab7 Cheerios, John. Song of the day: Bic Runga - She Left On A Monday PS: asserts were enable ie. vm arg -ea (no quotes) On Sat, Jul 23, 2011 at 4:31 PM, Mattias Persson matt...@neotechnology.comwrote: Hi John

Re: [Neo4j] shortestPath slower than it could be

2011-07-24 Thread Mattias Persson
. Song of the day: Bic Runga - She Left On A Monday PS: asserts were enable ie. vm arg -ea (no quotes) On Sat, Jul 23, 2011 at 4:31 PM, Mattias Persson matt...@neotechnology.comwrote: Hi John, the algorithm is written to dodge these kinds of pitfalls. Maybe there's some

Re: [Neo4j] Pagination in Embedded

2011-07-29 Thread Mattias Persson
list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman

Re: [Neo4j] Eliminating Duplicate Path returned by shortestPath function?

2011-07-29 Thread Mattias Persson
--B many times which unnecessarily forces me to process duplicate entries. How to solve this problem? Regards, -- Manav Goel ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson

Re: [Neo4j] Eliminating Duplicate Path returned by shortestPath function?

2011-07-29 Thread Mattias Persson
are unique but nodes in that path are not. But I need only unique path with unique nodes so that path is not repeated again. Any ideas on how to achieve that? On Fri, Jul 29, 2011 at 1:25 PM, Mattias Persson matt...@neotechnology.comwrote: It returns unique paths considering both nodes

Re: [Neo4j] Composable traversals

2011-07-29 Thread Mattias Persson
://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] How to cascade delete all connected nodes from neo4j shell?

2011-07-30 Thread Mattias Persson
.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology

Re: [Neo4j] Pagination in Embedded

2011-07-30 Thread Mattias Persson
/PagingIterator.html Jim ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com

Re: [Neo4j] Composable traversals

2011-07-30 Thread Mattias Persson
@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman

Re: [Neo4j] Node#getRelationshipTypes

2011-08-02 Thread Mattias Persson
/listinfo/user ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com

Re: [Neo4j] Composable traversals

2011-08-02 Thread Mattias Persson
-- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Composable traversals

2011-08-03 Thread Mattias Persson
https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] Node#getRelationshipTypes

2011-08-03 Thread Mattias Persson
://lists.neo4j.org/mailman/listinfo/user ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology

Re: [Neo4j] Node#getRelationshipTypes

2011-08-06 Thread Mattias Persson
exists, create a NodeRelationshipTypeRecord, prepend it to the existing list and change the entry point in the NodeRecord. We no -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing

Re: [Neo4j] Node#getRelationshipTypes

2011-08-06 Thread Mattias Persson
of the relationship will update the store from the outgoing side, the other side will update the store for the incoming side. I will list the steps to take here for the outgoing side (the incoming side is almost identical). From the NodeReco-- Mattias Persson, [matt

Re: [Neo4j] Node#getRelationshipTypes

2011-08-07 Thread Mattias Persson
side (the incoming side is almost identical). From the NodeReco-- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com

Re: [Neo4j] Multiple threads sharing a transaction

2011-08-08 Thread Mattias Persson
://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] finding top 10 shortest path

2011-08-08 Thread Mattias Persson
://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] finding top 10 shortest path

2011-08-09 Thread Mattias Persson
that is shorter than all paths in the graph except the one that was the first hit of A* algorithm. I hope I could express my meaning well (my English is not really good!) Thank you again. On Tue, Aug 9, 2011 at 12:06 AM, Mattias Persson matt...@neotechnology.comwrote: Hi Reza, glad to hear

Re: [Neo4j] A big graph for test

2011-08-09 Thread Mattias Persson
mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman

Re: [Neo4j] finding top 10 shortest path

2011-08-09 Thread Mattias Persson
a new algorithm. Thank you again. On Tue, Aug 9, 2011 at 1:36 PM, Mattias Persson matt...@neotechnology.comwrote: Cool, I just though it might be easy... but I can be mistaken of course. I haven't really got the time to look more into it a.t.m. but keep us posted on progress! 2011/8/9

Re: [Neo4j] length of property names

2011-08-10 Thread Mattias Persson
? Niels ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j

Re: [Neo4j] nested transactions feature ?

2011-08-10 Thread Mattias Persson
___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker

Re: [Neo4j] Graph database index | query across indices

2011-08-10 Thread Mattias Persson
this?* ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User

Re: [Neo4j] java.lang.UnsupportedOperationException

2011-08-11 Thread Mattias Persson
list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo

Re: [Neo4j] HA starting issue

2011-08-18 Thread Mattias Persson
-- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] upgrade 1.4 - 1.4.1 losses indexes

2011-08-22 Thread Mattias Persson
/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Which one would perform better traversal or lucene index look up

2011-08-23 Thread Mattias Persson
/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Checking for unfinished transactions

2011-08-23 Thread Mattias Persson
#Transactions_usage. I want to cleanup transactions on every new client connection so that every connection starts clean. Thanks, Felipe ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson

Re: [Neo4j] Neo4j index performance using Lucene

2011-08-23 Thread Mattias Persson
://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Replication corner cases?

2011-08-23 Thread Mattias Persson
the master for a fresh database and start from there... keeping the diverged db around in another folder. ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker

Re: [Neo4j] Replication corner cases?

2011-08-23 Thread Mattias Persson
that are held by write locks, reads will not block. -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Very Slow Transaction only on Windows

2011-08-23 Thread Mattias Persson
/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Memory overflow while creating big graph

2011-08-23 Thread Mattias Persson
that should be looked at is: createDB. -- Thanks, Jose Vinicius Pimenta Coletto ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology

Re: [Neo4j] Replication corner cases?

2011-08-23 Thread Mattias Persson
@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user -- Mattias Persson, [matt...@neotechnology.com] Hacker, Neo Technology www.neotechnology.com ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

<    3   4   5   6   7   8   9   10   >