@ -171,6 +171,7 @@ public enum CollectionSchema implements SchemaDeclaration {
url_file_name_s(SolrType.string,true,true,false,false,true,"the file name (which is the string after the last '/' and before the query part from '?' on) without the file extension"),
url_file_name_tokens_t(SolrType.text_general,true,true,false,false,true,"tokens generated from url_file_name_s which can be used for better matching and result boosting"),
url_file_ext_s(SolrType.string,true,true,false,false,true,"the file name extension"),
url_paths_count_i(SolrType.num_integer,true,true,false,false,false,"number of all path elements in the url hpath (see: http://www.ietf.org/rfc/rfc1738.txt) without the file name"),
url_paths_sxt(SolrType.string,true,true,true,false,true,"all path elements in the url hpath (see: http://www.ietf.org/rfc/rfc1738.txt) without the file name"),
url_parameter_i(SolrType.num_integer,true,true,false,false,false,"number of key-value pairs in search part of the url"),
url_parameter_key_sxt(SolrType.string,true,true,true,false,false,"the keys from key-value pairs in the search part of the url"),