Hallo,
I am working on an SearchEngine which uses Solr and Carrot2.
Everything is fine but Carrot does a weird thing into which I can't understand. I want to get Results from Solr and cluster them using Carrot. I integrated everything and it works good but Carrot is clustering on just one of my attributes. The one which matches the result and no other attribute. Like:
Data
name: Peter town: London hobby: golf, skiing
name: Arthur town: Berlin hobby: golf, biking
name: Paris town: London hobby: golf, hiking
Searching: golf
Cluster like: skiing biking hiking
..but not London.
That wouldn't supprise my by itself but when I use the CarrotClusteringWorkbench it does cluster on other arguments.
At first I tried to export the configurations from the workbench into Solrconfig but it changed nothing. Solr uses the configs but none of them is changing anything to this issue.
Can anyone help me or expain it?