SOLR-4323: fix unterminated lst element in techproducts example solrconfig

This commit is contained in:
Cassandra Targett 2017-11-10 16:35:38 -06:00
parent 9ea9a85339
commit eec25eacce
1 changed files with 3 additions and 2 deletions

View File

@ -726,10 +726,10 @@
<str name="echoParams">explicit</str>
<int name="rows">10</int>
<!-- Default search field
<str name="df">text</str>
<str name="df">text</str>
-->
<!-- Change from JSON to XML format (the default prior to Solr 7.0)
<str name="wt">xml</str>
<str name="wt">xml</str>
-->
<!-- Controls the distribution of a query to shards other than itself.
Consider making 'preferLocalShards' true when:
@ -1065,6 +1065,7 @@
<str name="field">lowerfilt</str>
<str name="classname">solr.DirectSolrSpellChecker</str>
<str name="comparatorClass">freq</str>
</lst>
-->
<!-- A spellchecker that reads the list of words from a file -->