[Neo4j] Enabling LRU cache with BatchInserter

2010-07-27 Thread Mohit Vazirani
Hi, I'm trying to call enableCache(..) for the following example: http://wiki.neo4j.org/content/Batch_Insert#Using_batch_inserter_together_with_indexing How would I go about doing that? ~Mohit ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] Enabling LRU cache with BatchInserter

2010-07-27 Thread Mattias Persson
Are you thinking of the method in LuceneIndexService? The batch inserter index doesn't have such a method. Do you have performance problems inserting stuff, or why do you want such a method? 2010/7/27 Mohit Vazirani mohi...@yahoo.com Hi, I'm trying to call enableCache(..) for the following

Re: [Neo4j] Enabling LRU cache with BatchInserter

2010-07-27 Thread Mohit Vazirani
- Original Message From: Mattias Persson matt...@neotechnology.com To: Neo4j user discussions user@lists.neo4j.org Sent: Tue, July 27, 2010 12:31:49 PM Subject: Re: [Neo4j] Enabling LRU cache with BatchInserter Are you thinking of the method in LuceneIndexService? Yes The batch