Hi all, I'm having trouble getting the basic similarity example to work. If you notice at the bottom of the schema.xml file, there is a line there that is commented out:
<!-- <similarity class="org.apache.lucene.search.DefaultSimilarity"/> --> I uncomment that line and replace it with the following: <similarity class="org.apache.lucene.misc.SweetSpotSimilarity"/> Which comes natively with lucene. However, the scores before and after making this change are the same. I did a full import both times but that didn't seem to help. I ran svn up on both my solr directory and my lucene directory. Actually, my lucene directory was not previously under svn so I removed everything in there and did svn co http://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/ So why isn't my installation taking the SweetSpot Similarity change? Thanks, Brian Lamb