Hi folks, i've installed the clustering component in solr 1.4.1 and it works, but not really:)
You can see what the doc id is corrupt. <arr name="clusters"><lst> <arr name="labels"> <str>Euro-Krise</str> </arr><arr name="docs"> <str>½Íџ</str> <str>¾ͽ</str> <str>¿)ై</str> <str></str> </arr></lst> my fields: <field name="id" type="sint" indexed="true" stored="true" required="true"/> <field name="url" type="string" indexed="false" stored="true" required="true"/> <field name="title" type="customtext" indexed="false" stored="true" required="true"/> <field name="text" type="customtext" indexed="false" stored="true" multiValued="true" compressed="true"/> and my config-snippets: <str name="carrot.title">title</str> <str name="carrot.url">id</str> <!-- The field to cluster on --> <str name="carrot.snippet">text</str> i changed my config snippets (carrot.url=id, url, title......) but the result is the same. anyone an idea? best regards and thanks vadim