Hi,

It looks like some serialization issue related to writing integer ids to
the output. I've just tried a similar configuration on Solr 3.5 and the
integer identifiers looked fine. Can you try the same configuration on Solr
3.5?

Thanks,

Staszek

On Tue, Nov 29, 2011 at 12:03, Vadim Kisselmann <v.kisselm...@googlemail.com
> wrote:

> 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
>

Reply via email to