SOLR-6845: Remove enable=false from the suggest request handler in the techproducts sample config. It is OK to use (and copy/paste this configuration) with buildOnStartup=false

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653414 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tomas Eduardo Fernandez Lobbe 2015-01-21 00:46:41 +00:00
parent 6ce841759a
commit 0acebd74f6
1 changed files with 1 additions and 1 deletions

View File

@ -1352,7 +1352,7 @@
</searchComponent>
<requestHandler name="/suggest" class="solr.SearchHandler"
startup="lazy" enable="${solr.suggester.enabled:false}" >
startup="lazy" >
<lst name="defaults">
<str name="suggest">true</str>
<str name="suggest.count">10</str>