Hi,
I built Solr from SVN today morning. I am using Clustering example. I
have added my own schema.xml.
The problem is the even though I change carrot.snippet field from
features to filecontent the clustering results are not changed a bit.
Please note features field is also there in my document.
<str name="carrot.title">name</str>
<!-- The field to cluster on -->
<str name="carrot.snippet">features</str>
<str name="carrot.url">id</str>
Why I get the same cluster even though I have changed the
carrot.snippet. Whether there is some problem with my understarnding?
Regards,
allahbaksh