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