Skip to content

Instantly share code, notes, and snippets.

@vinicius85
Last active December 17, 2015 23:08
Show Gist options
  • Save vinicius85/5686644 to your computer and use it in GitHub Desktop.
Save vinicius85/5686644 to your computer and use it in GitHub Desktop.
<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