Map<String,ReversibleScoreMap<String>>vocabularyFacet=sb.index.fulltext().getDefaultConnector().getFacets(CollectionSchema.vocabularies_sxt.getSolrFieldName()+":[* TO *]",100,CollectionSchema.vocabularies_sxt.getSolrFieldName());
prop.put("hostanalysis_facets_"+fc+"_facet_"+c+"_a","http://localhost:"+sb.getConfigInt("port",8090)+"/solr/collection1/select?q=host_s:"+host+" AND "+facetfield+":"+entry.getKey()+"&defType=edismax&start=0&rows=1000&fl=sku,crawldepth_i");
prop.put("hostanalysis_facets_"+fc+"_facet_"+c+"_a","http://localhost:"+sb.getConfigInt("port",8090)+"/solr/collection1/select?q=host_s:"+host+" AND "+facetentry.getKey()+":"+entry.getKey()+"&defType=edismax&start=0&rows=1000&fl=sku,crawldepth_i");
docListSearcher=newDocListSearcher("{!cache=false raw f=" +CollectionSchema.id.getSolrFieldName()+"}"+id,null,0,1,CollectionSchema.id.getSolrFieldName(),CollectionSchema.load_date_dt.getSolrFieldName());