- Added a default accuracy of 0.5 for the SpellCheckerRequestHandler

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@519172 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2007-03-16 22:55:20 +00:00
parent be9caafee0
commit e8bcef03d9
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,7 @@
<!-- default values for query parameters -->
<lst name="defaults">
<int name="suggestionCount">1</int>
<float name="accuracy">0.5</float>
<str name="version">1.0</str>
</lst>
<!-- main init params for handler -->