also do a clearcache on the solr-connector-caches

pull/1/head
sixcooler 12 years ago
parent 9ee2e09983
commit e78fe3f477

@ -160,6 +160,7 @@ public final class Fulltext implements Iterable<byte[]> {
if (this.urlIndexFile != null && this.urlIndexFile instanceof Cache) ((Cache) this.urlIndexFile).clearCache();
if (this.statsDump != null) this.statsDump.clear();
this.statsDump = null;
this.solr.clearCache();
}
public void clear() throws IOException {

Loading…
Cancel
Save