From 4b79851e121db77feb39bd861554d4cb3cb2f721 Mon Sep 17 00:00:00 2001 From: sgaebel Date: Tue, 1 May 2018 14:04:15 +0200 Subject: [PATCH] corrected icons_sizes_sxt to SolrType.string --- source/net/yacy/search/schema/CollectionSchema.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/net/yacy/search/schema/CollectionSchema.java b/source/net/yacy/search/schema/CollectionSchema.java index 29f7fc73c..8b9c1d4f4 100644 --- a/source/net/yacy/search/schema/CollectionSchema.java +++ b/source/net/yacy/search/schema/CollectionSchema.java @@ -155,7 +155,7 @@ public enum CollectionSchema implements SchemaDeclaration { /** All icon links protocols : split from icons_urlstub to provide some compression, as http protocol is implied as default and not stored */ icons_protocol_sxt(SolrType.string, true, true, true, false, false, "all icon links protocols"), icons_rel_sxt(SolrType.string, true, true, true, false, false, "all icon links relationships space separated (e.g.. 'icon apple-touch-icon')"), - icons_sizes_sxt(SolrType.num_integer, true, true, true, false, false, "all icon sizes space separated (e.g. '16x16 32x32')"), + icons_sizes_sxt(SolrType.string, true, true, true, false, false, "all icon sizes space separated (e.g. '16x16 32x32')"), images_text_t(SolrType.text_general, true, true, false, false, true, "all text/words appearing in image alt texts or the tokenized url"), images_alt_sxt(SolrType.string, true, true, true, false, true, "all image link alt tag"), // no need to index this; don't turn it into a txt field; use images_text_t instead