You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2004/10/10 16:04:41 UTC

DO NOT REPLY [Bug 31619] New: - [PATCH] HighlighterTest doesn't work due to changes in Fuzzy Query

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31619>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31619

[PATCH] HighlighterTest doesn't work due to changes in Fuzzy Query

           Summary: [PATCH] HighlighterTest doesn't work due to changes in
                    Fuzzy Query
           Product: Lucene
           Version: CVS Nightly - Specify date in submission
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Search
        AssignedTo: lucene-dev@jakarta.apache.org
        ReportedBy: bernhard.messer@intrafind.de


hi,

Highlighter's junit test in lucene sandbox doesn't work any longer due to
changes in Fuzzy Query. To make the test work again we have to set the fuzzy
prefix length to 0. With the current implementation, no hits where found for the
query "Kinnedy~". To make it work again, i added a seperate search function
processing the fuzzy query. The new implementation can be found in the attached
diff file.

Bernhard

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org