Stringdeletequery=CollectionSchema.host_id_s.getSolrFieldName()+":\""+ASCII.String(hosthash)+"\" AND "+CollectionSchema.failreason_s.getSolrFieldName()+":[* TO *]";
this.fulltext.getDefaultConnector().deleteByQuery(CollectionSchema.failreason_s.getSolrFieldName()+":[* TO *]");
}
publicvoidremove(finalStringhash){
if(hash==null)return;
this.stack.remove(hash);
publicvoidremoveHost(finalbyte[]hosthash){
if(hosthash==null)return;
try{
this.fulltext.getDefaultConnector().deleteByQuery(CollectionSchema.id.getSolrFieldName()+":\""+hash+"\" AND "+CollectionSchema.failreason_s.getSolrFieldName()+":[* TO *]");
this.fulltext.getDefaultConnector().deleteByQuery(CollectionSchema.host_id_s.getSolrFieldName()+":\""+ASCII.String(hosthash)+"\" AND "+CollectionSchema.failreason_s.getSolrFieldName()+":[* TO *]");
}
this.fulltext.getDefaultConnector().deleteByQuery(CollectionSchema.host_id_s.getSolrFieldName()+":\""+ASCII.String(hosthash)+"\" AND "+CollectionSchema.failreason_s.getSolrFieldName()+":[* TO *]");