[ 
https://issues.apache.org/jira/browse/LUCENE-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604231#action_12604231
 ] 

gsingers edited comment on LUCENE-1297 at 6/12/08 5:48 AM:
------------------------------------------------------------------

{quote}
I didn't see anything about re-using patch names on the wiki. please advise.
{quote}

I think Otis is just referring to naming patches as something like 
LUCENE-1297.patch and then you just always keep that name, then  JIRA takes 
care of the versioning and it is always clear which patch is the latest.  As 
for the Wiki, I think it is on the Solr wiki, but should be added to the Lucene 
one, too.

      was (Author: gsingers):
    {quote}
I didn't see anything about re-using patch names on the wiki. please advise.
{qoute}

I think Otis is just referring to naming patches as something like 
LUCENE-1297.patch and then you just always keep that name, then  JIRA takes 
care of the versioning and it is always clear which patch is the latest.  As 
for the Wiki, I think it is on the Solr wiki, but should be added to the Lucene 
one, too.
  
> Allow other string distance measures in spellchecker
> ----------------------------------------------------
>
>                 Key: LUCENE-1297
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1297
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: contrib/spellchecker
>    Affects Versions: 2.4
>         Environment: n/a
>            Reporter: Thomas Morton
>            Assignee: Otis Gospodnetic
>            Priority: Minor
>             Fix For: 2.4
>
>         Attachments: string_distance3.patch
>
>
> Updated spelling code to allow for other string distance measures to be used.
> Created StringDistance interface.
> Modified existing Levenshtein distance measure to implement interface (and 
> renamed class).
> Verified that change to Levenshtein distance didn't impact runtime 
> performance.
> Implemented Jaro/Winkler distance metric
> Modified SpellChecker to take distacne measure as in constructor or in set 
> method and to use interface when calling.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to