Update solrconfig.xml

pull/109/head
midoks 6 years ago
parent 1f116774b7
commit b24adf614e
  1. 6
      plugins/solr/tpl/solrconfig.xml

@ -975,6 +975,12 @@
See http://wiki.apache.org/solr/SpellCheckComponent for details
on the request parameters.
-->
<requestHandler name="/dataimport" class="solr.DataImportHandler">
<lst name="defaults">
<str name="config">db-data-config.xml</str>
</lst>
</requestHandler>
<requestHandler name="/spell" class="solr.SearchHandler" startup="lazy">
<lst name="defaults">
<!-- Solr will use suggestions from both the 'default' spellchecker

Loading…
Cancel
Save