make spellchecker lazy so spell dir won't be created

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542577 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2007-05-29 16:04:57 +00:00
parent 7403608cab
commit 1e6537cf5e
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@
suggestions. If invoked with a ...&cmd=rebuild, it will rebuild the suggestions. If invoked with a ...&cmd=rebuild, it will rebuild the
spellchecker index. spellchecker index.
--> -->
<requestHandler name="spellchecker" class="solr.SpellCheckerRequestHandler"> <requestHandler name="spellchecker" class="solr.SpellCheckerRequestHandler" startup="lazy">
<!-- default values for query parameters --> <!-- default values for query parameters -->
<lst name="defaults"> <lst name="defaults">
<int name="suggestionCount">1</int> <int name="suggestionCount">1</int>