Skip to content

Commit

Permalink
IBX-6649: Added support for spell checking (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Dec 6, 2023
1 parent 808ceba commit 4ca5ce2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,9 @@
<str>nameOfCustomComponent2</str>
</arr>
-->
<arr name="last-components">
<str>spellcheck</str>
</arr>
</requestHandler>

<!-- A request handler that returns indented JSON by default -->
Expand Down Expand Up @@ -894,7 +897,7 @@
<!-- a spellchecker built from a field of the main index -->
<lst name="spellchecker">
<str name="name">default</str>
<str name="field">_text_</str>
<str name="field">meta_content__text_t</str>
<str name="classname">solr.DirectSolrSpellChecker</str>
<!-- the spellcheck distance measure used, the default is the internal levenshtein -->
<str name="distanceMeasure">internal</str>
Expand Down

0 comments on commit 4ca5ce2

Please sign in to comment.