// switch attribute also in all existing documents (which should be exactly only one!)
// switch attribute also in all existing documents (which should be exactly only one!)
SolrDocumentListdocs=this.fulltext.getSolr().query(checkfield.getSolrFieldName()+":"+checkstring+" AND "+uniquefield.getSolrFieldName()+":true",0,1000, YaCySchema.id.getSolrFieldName());
SolrDocumentListdocs=this.fulltext.getSolr().query(checkfield.getSolrFieldName()+":"+checkstring+" AND "+uniquefield.getSolrFieldName()+":true",0,1000);