Re: Weird docs-id clustering output in Solr 1.4.1

2011-12-01 Thread Vadim Kisselmann
Hi Stanislaw, unfortunately it doesn't work. I changed the line 216 with the new "toString()"-part and rebuild the source. still the same behavior, without errors(because of changes). an another line to change? Thanks and regards Vadim 2011/12/1 Stanislaw Osinski > Hi Vadim, > > I've had lim

Re: Weird docs-id clustering output in Solr 1.4.1

2011-12-01 Thread Stanislaw Osinski
Hi Vadim, I've had limited connectivity, so I couldn't check out the complete 1.4.1 code and test the changes. Here's what you can try: In this file: http://svn.apache.org/viewvc/lucene/solr/tags/release-1.4.1/contrib/clustering/src/main/java/org/apache/solr/handler/clustering/carrot2/CarrotClus

Re: Weird docs-id clustering output in Solr 1.4.1

2011-12-01 Thread Vadim Kisselmann
Hi Stanislaw, did you already have time to create a patch? If not, can you tell me please which lines in which class in source code are relevant? Thanks and regards Vadim Kisselmann 2011/11/29 Vadim Kisselmann > Hi, > the quick and dirty way sound good:) > It would be great if you can send me

Re: Weird docs-id clustering output in Solr 1.4.1

2011-11-29 Thread Vadim Kisselmann
Hi, the quick and dirty way sound good:) It would be great if you can send me a patch for 1.4.1. By the way, i tested Solr. 3.5 with my 1.4.1 test index. I can search and optimize, but clustering doesn't work (java.lang.Integer cannot be cast to java.lang.String) My uniqieKey for my docs it the "

Re: Weird docs-id clustering output in Solr 1.4.1

2011-11-29 Thread Stanislaw Osinski
> > 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... > Another option would be to chec

Re: Weird docs-id clustering output in Solr 1.4.1

2011-11-29 Thread Vadim Kisselmann
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

Re: Weird docs-id clustering output in Solr 1.4.1

2011-11-29 Thread Stanislaw Osinski
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

Weird docs-id clustering output in Solr 1.4.1

2011-11-29 Thread Vadim Kisselmann
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. Euro-Krise ½Íџ ¾౥ͽ ¿)ై ˆ࡯׸ my fields: and my config-snippets: title id text i changed my config snippets (carrot.url=id, url, title..) but the