mirror of https://github.com/apache/lucene.git
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:
parent
6ce841759a
commit
0acebd74f6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue