removed failreason_t removal patch because that causes too much

confusion using an external solr. to clean up the index after a schema
change, use the index cleaner function from the online servlet
pull/1/head
Michael Peter Christen 11 years ago
parent 2b7a38640a
commit c15aa758dc

@ -504,12 +504,6 @@ public final class Switchboard extends serverSwitch {
}
}
// for index migration in case of obsolete entries, delete entries now
try {
this.index.fulltext().getDefaultConnector().deleteByQuery("failreason_t:[* TO *]"); // field was renamed to failreason_s
} catch (final IOException e1) {
}
// initialize network database
final File mySeedFile = new File(this.networkRoot, SeedDB.DBFILE_OWN_SEED);
this.peers =

Loading…
Cancel
Save