Hi guys, I'm trying to use a LuceneFulltextIndexBatchInserter to index all my data as I import it, so I can search on properties other than just an ID, but it fairly quickly (~5 seconds) comes back with an "org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: NativeFSLock.....write.lock" exception.
When searching I found a bug report that looked like this from late 2008 that said it was fixed, so maybe i'm doing something wrong, is this a fairly common error? I'm thinking that maybe my problem lies in the fact i'm indexing based on properties that may not exist on all nodes. eg. My graph is made of entities such as people and cars, a person has a first and last name, but does not have a registration number, and for a car it would be the reverse. Then using a regular FulltextIndex (not a batch one) it seems to run fine, but after a while i get a gc overhead limit exceeded error :( Any ideas? Shae -- View this message in context: http://neo4j-user-list.438527.n3.nabble.com/Neo4j-Lucene-fulltext-index-batch-inserter-Lock-obtain-problem-tp2542866p2542866.html Sent from the Neo4J User List mailing list archive at Nabble.com. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

