On Dec 7, 2007 12:53 PM, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > Hi, > > I wrote the original spellchecker request handler a while back and a lot of > people seem to be using the spellchecker stuff, fixing and improving it! :) > But recently I realized I never wrote anything that takes care of the > spellchecker index replication. Looking at snapshooter, it's completely > unaware of the spellchecker index -- or *any* other index in there -- it > explicitly looks for data/index.
I originally came up with data/index with the idea of taking snapshots of the whole data directory... /solr/data /solr/data/index (the main index dir) /solr/data/foo /solr/snapshots (snapshots of the complete data directory) -Yonik