@ -119,10 +119,13 @@ public enum CollectionSchema implements SchemaDeclaration {
outboundlinks_protocol_sxt(SolrType.string,true,true,true,false,false,"external links, only the protocol"),
outboundlinks_urlstub_txt(SolrType.text_general,true,true,true,false,false,"external links, the url only without the protocol"),
images_tag_sxt(SolrType.string,true,true,true,false,true," all image tags, encoded as <img> tag inclusive alt- and title property"),
images_text_t(SolrType.text_general,true,true,false,false,true,"all text/words appearing in image alt texts or the tokenized url"),
images_urlstub_sxt(SolrType.string,true,true,true,false,true,"all image links without the protocol and '://'"),
images_protocol_sxt(SolrType.string,true,true,true,false,false,"all image link protocols"),
images_alt_txt(SolrType.text_general,true,true,true,false,true,"all image link alt tag"),
images_alt_sxt(SolrType.text_general,true,true,true,false,true,"all image link alt tag"),
images_height_val(SolrType.num_integer,true,true,true,false,false,"size of images:height"),
images_width_val(SolrType.num_integer,true,true,true,false,false,"size of images:width"),
images_pixel_val(SolrType.num_integer,true,true,true,false,false,"size of images as number of pixels (easier for a search restriction than with and height)"),
images_withalt_i(SolrType.num_integer,true,true,false,false,false,"number of image links with alt tag"),
htags_i(SolrType.num_integer,true,true,false,false,false,"binary pattern for the existance of h1..h6 headlines"),
canonical_s(SolrType.string,true,true,false,false,false,"url inside the canonical link element"),