Re: [Neo4j] about neo4j

2010-10-21 Thread Toby Matejovsky
Have you tried running from the specific component's root? E.g.: cd components/kernel/trunk mvn compile find . -name pom.xml is one way of locating the root directories of various components. -- Toby Matejovsky On Thu, Oct 21, 2010 at 5:18 PM, Jose Angel Inda Herrera jai

Re: [Neo4j] An attempt at documenting the internals and architecture of Neo

2010-10-19 Thread Toby Matejovsky
Chris, I've really enjoyed those posts on neo4j internals. Looking forward to the next. -- Toby Matejovsky On Tue, Oct 19, 2010 at 6:10 AM, Chris Gioran chris.gio...@gmail.comwrote: On Mon, Oct 18, 2010 at 11:57 PM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Chris, great

Re: [Neo4j] Bug: LuceneFullTextQueryIndex service ignoring last word/term

2010-09-15 Thread Toby Matejovsky
you could strip the HTML markup, then use the StandardTokenizer instead of WhitespaceAnalyzer. -- Toby Matejovsky On Wed, Sep 15, 2010 at 12:07 PM, rick.bullo...@burningskysoftware.comwrote: Actually, it seems like a deeper bug/design flaw in Lucene's analyzer/tokenizer. The actual text

Re: [Neo4j] Bug: LuceneFullTextQueryIndex service ignoring last word/term

2010-09-15 Thread Toby Matejovsky
. Works great, though there's a little extra string allocation involved. It won't be invoked often, so it isn't a big concern. -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Toby Matejovsky Sent: Wednesday, September 15, 2010

Re: [Neo4j] Neo4j Rest server security

2010-09-06 Thread Toby Matejovsky
approach you would use if you needed to connect to memcached from django because memcached (until recently with SASL) did not have built-in security. -- Toby Matejovsky On Mon, Sep 6, 2010 at 3:43 AM, Richard Jones rjones2...@gmail.com wrote: Hi all, The standalone REST server is great

Re: [Neo4j] Performance problem inserting nodes with many short string properties

2010-07-22 Thread Toby Matejovsky
I believe the issue is the size of the transaction, based on a similar question. Can you batch the inserts into transactions with about 30k per transaction? -- Toby Matejovsky On Thu, Jul 22, 2010 at 11:27 AM, Jeff Klann jkl...@iupui.edu wrote: I'm stumped on this one. I'm getting the fast