Created
January 21, 2011 20:05
-
-
Save lbjay/790303 to your computer and use it in GitHub Desktop.
similarity factory config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<similarity class="org.ads.solr.CustomSimilarityFactory"> | |
<lst name="body"> | |
<int name="min">500</int> | |
<int name="max">10000</int> | |
<float name="steepness">0.5</float> | |
</lst> | |
<lst name="body_syn"> | |
<int name="min">500</int> | |
<int name="max">20000</int> | |
<float name="steepness">0.5</float> | |
</lst> | |
</similarity> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment