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. > > > -----Original Message----- > From: [email protected] [mailto:[email protected]] > On > Behalf Of Mattias Persson > Sent: Tuesday, February 15, 2011 3:33 PM > To: Neo4j user discussions > Subject: Re: [Neo4j] Making sense of Lucene indexing in Neo 1.2 > > 2011/2/15 Mattias Persson <[email protected]> > > > There's a new index framework replacing IndexService and friends. Look at > > http://wiki.neo4j.org/content/Index_Framework and > > http://wiki.neo4j.org/content/Index_Framework#Advanced_creation in > > particular for f.ex. fulltext indexes. > > > > 2011/2/15 Rick Bullotta <[email protected]> > > > > Those indexes lives in index/ > > > > Hi, all. > >> > >> > >> > >> Looking for some expertise in understanding what is going on with > indexing > >> in 1.2 and newer. When I look at the folders that are generated when a > >> new > >> Neo DB is created, I see: > >> > >> > >> > >> index > >> > >> lucene > >> > >> lucene-fulltext > >> > >> > >> > >> Currently, we are using LuceneFulltextQueryIndexService to handle full > >> text > >> indexing. Is there a new method we should be using in 1.2 and later? > >> > >> > >> > >> Thanks, > >> > >> > >> > >> Rick > >> > >> > >> > >> _______________________________________________ > >> Neo4j mailing list > >> [email protected] > >> https://lists.neo4j.org/mailman/listinfo/user > >> > > > > > > > > -- > > Mattias Persson, [[email protected]] > > Hacker, Neo Technology > > www.neotechnology.com > > > > > > -- > Mattias Persson, [[email protected]] > Hacker, Neo Technology > www.neotechnology.com > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > -- Mattias Persson, [[email protected]] Hacker, Neo Technology www.neotechnology.com _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

