You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/08/18 08:19:14 UTC

DO NOT REPLY [Bug 22498] New: - Bugs in configuration-handling in LuceneIndexTransformer

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22498

Bugs in configuration-handling in LuceneIndexTransformer

           Summary: Bugs in configuration-handling in LuceneIndexTransformer
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: All
               URL: http://www.mail-
                    archive.com/dev@cocoon.apache.org/msg01540.html
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: sitemap components
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: conal@nzetc.org


While fixing a bug in the LuceneIndexTransformer, so that it would delete old 
versions of docs from the index before adding new versions of the same docs, I 
introduced some bugs in the configuration. Some of the configuration variables 
had to change in scope, and I missed a couple of places where this occurred, 
resulting in some dead code in which a variable was assigned its own current 
value.