if(!ccSLD_TLD.contains(ccSLDTLD))returnhost.substring(p1+1,p0).toLowerCase();// because the ccSLDTLD is not contained in the list of knwon ccSDL, we use the SLD from p1 to p0
q.append('(').append(CollectionSchema.images_text_t.getSolrFieldName()).append(':').append(w).append("^100.0) OR ");
q.append('(').append(CollectionSchema.images_text_t.getSolrFieldName()).append(':').append(hostname ==null?w:"("+w+" "/*NOT an OR!, the hostname shall only boost*/+hostname+")").append("^100.0) OR ");
q.append('(').append(CollectionSchema.title.getSolrFieldName()).append(':').append(w).append("^50.0) OR ");
q.append('(').append(CollectionSchema.keywords.getSolrFieldName()).append(':').append(w).append("^10.0) OR ");