One thing that seems to have changed dramatically is the "remove" method. In the previous implementation of fulltext indexing, it was not necessary to pass the content in the remove() method, only the node and the key name. Can you explain how to achieve the same behavior in 1.2?
Thanks! -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mattias Persson Sent: Tuesday, February 15, 2011 3:58 PM To: Neo4j user discussions Subject: Re: [Neo4j] Making sense of Lucene indexing in Neo 1.2 Yes, the indexes are shutdown automatically, so you don't have to worry about that. 2011/2/15 Rick Bullotta <[email protected]> > Also, how does this change to indexing affect online backup and management > of logical logs for Lucene? Does this happen automatically now based on > whether or not logical logs are enabled for Neo? > You mean if neo4j is configured to _keep_ logical logs or not, right? Each index data source (f.ex. lucene-index) will have its own logical log, just as with IndexService. The new and better backup component<http://wiki.neo4j.org/content/Backup>can backup indexes in the new index framework, however not IndexService and friends. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

