@ -65,7 +65,7 @@ public enum YaCySchema implements Schema {
coordinate_p(SolrType.location,true,true,false,"point in degrees of latitude,longitude as declared in WSG84"),
coordinate_p(SolrType.location,true,true,false,"point in degrees of latitude,longitude as declared in WSG84"),
ip_s(SolrType.string,true,true,false,"ip of host of url (after DNS lookup)"),
ip_s(SolrType.string,true,true,false,"ip of host of url (after DNS lookup)"),
author(SolrType.text_general,true,true,false,"content of author-tag"),
author(SolrType.text_general,true,true,false,"content of author-tag"),
author_s(SolrType.string,true,true,false,"content of author-tag as copy-field from author. This is used for facet generation"),
author_sxt(SolrType.string,true,true,true,"content of author-tag as copy-field from author. This is used for facet generation"),
description(SolrType.text_general,true,true,false,"content of description-tag"),
description(SolrType.text_general,true,true,false,"content of description-tag"),
description_unique_b(SolrType.bool,true,true,false,"flag shows if description is unique in the whole index; if yes and another document appears with same description, the unique-flag is set to false"),
description_unique_b(SolrType.bool,true,true,false,"flag shows if description is unique in the whole index; if yes and another document appears with same description, the unique-flag is set to false"),
keywords(SolrType.text_general,true,true,false,"content of keywords tag; words are separated by space"),
keywords(SolrType.text_general,true,true,false,"content of keywords tag; words are separated by space"),