Skip to content

Commit 4ca5ce2

Browse files
authored
IBX-6649: Added support for spell checking (#68)
1 parent 808ceba commit 4ca5ce2

File tree

1 file changed

+4
-1
lines changed
  • resources/platformsh/ibexa-commerce/4.6.x-dev/.platform/configsets/solr6/conf

1 file changed

+4
-1
lines changed

resources/platformsh/ibexa-commerce/4.6.x-dev/.platform/configsets/solr6/conf/solrconfig.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,9 @@
778778
<str>nameOfCustomComponent2</str>
779779
</arr>
780780
-->
781+
<arr name="last-components">
782+
<str>spellcheck</str>
783+
</arr>
781784
</requestHandler>
782785

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

0 commit comments

Comments
 (0)