Hello Staszek,

thanks for testing:)
i think the same (serialization issue ->int to string).
This config works fine with solr 4.0 in my test cluster, i think with 3,5
too, without problems.
But my actual live system works on solr 1.4.1. i can only change my
solrconfig.xml and integrate new packages...
i check the possibility to upgrade from 1.4.1 to 3.5 with the same index
(without reinidex) with luceneMatchVersion 2.9.
i hope it works...

Thanks and regards
Vadim


2011/11/29 Stanislaw Osinski <stanis...@osinski.name>

> 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