@ -151,6 +151,12 @@ public enum CollectionSchema implements SchemaDeclaration {
refresh_s(SolrType.string,true,true,false,false,false,"link from the url property inside the refresh link element"),
li_txt(SolrType.text_general,true,true,true,false,true,"all texts in <li> tags"),
licount_i(SolrType.num_integer,true,true,false,false,false,"number of <li> tags"),
dt_txt(SolrType.text_general,true,true,true,false,true,"all texts in <dt> tags"),
dtcount_i(SolrType.num_integer,true,true,false,false,false,"number of <dt> tags"),
dd_txt(SolrType.text_general,true,true,true,false,true,"all texts in <dd> tags"),
ddcount_i(SolrType.num_integer,true,true,false,false,false,"number of <dd> tags"),
article_txt(SolrType.text_general,true,true,true,false,true,"all texts in <article> tags"),
articlecount_i(SolrType.num_integer,true,true,false,false,false,"number of <article> tags"),
bold_txt(SolrType.text_general,true,true,true,false,true,"all texts inside of <b> or <strong> tags. no doubles. listed in the order of number of occurrences in decreasing order"),
boldcount_i(SolrType.num_integer,true,true,false,false,false,"total number of occurrences of <b> or <strong>"),
italic_txt(SolrType.text_general,true,true,true,false,true,"all texts inside of <i> tags. no doubles. listed in the order of number of occurrences in decreasing order"),