Skip to content

Instantly share code, notes, and snippets.

@lbjay
Created January 21, 2011 20:05
Show Gist options
  • Save lbjay/790303 to your computer and use it in GitHub Desktop.
Save lbjay/790303 to your computer and use it in GitHub Desktop.
similarity factory config
<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