Add a more meaningful description for levensthein_distance.

This commit is contained in:
Timo Stollenwerk 2013-07-10 08:55:42 +02:00
parent ec227130f1
commit 3d82ab2292
1 changed files with 4 additions and 1 deletions

View File

@ -247,7 +247,10 @@ class ISolrSchema(Interface):
default=u'Levenshtein distance'),
description=_(
'help_levenshtein_distance',
default=u'Specify a value between 0 and 1.'
default=u'The Levenshtein distance is a string metric for '
u'measuring the difference between two strings. It allows'
u'you to perform fuzzy searches by specifying a value '
u'between 0 and 1.'
),
required=False,
)