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