Last active
December 17, 2015 23:08
-
-
Save vinicius85/5686644 to your computer and use it in GitHub Desktop.
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
<requestHandler name="/select" class="solr.SearchHandler"> | |
<lst name="defaults"> | |
<int name="rows">10</int> | |
<str name="df">name</str> | |
</lst> | |
<arr name="last-components"> | |
<str>spellcheck</str> | |
</arr> | |
</requestHandler> | |
<searchComponent name="spellcheck" class="solr.SpellCheckComponent"> | |
<lst name="spellchecker"> | |
<str name="field">name</str> | |
<str name="classname">solr.DirectSolrSpellChecker</str> | |
<float name="accuracy">0.70</float> | |
</lst> | |
</searchComponent> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment