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=25934>.
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=25934

LuceneIndexContentHandler.java produces CLOBs

           Summary: LuceneIndexContentHandler.java produces CLOBs
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: general components
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


cocoon-2.1/src/blocks/lucene/java/org/apache/cocoon/components/search/LuceneIndexContentHandler.java
produces something like a "Character Large Object", because the text from all
XML-elements is concatenated without whitespaces between them:
<list><item>Foo</item><item>Bar</item></list> gets indexed as "FooBar", which
makes searching very hard. Adding a blank after an element might solve this
"problem", but might be wrong for other cases (but I don't know any at the moment)

Reply via email to