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

Marcel Reutegger commented on LUCENE-1221:
------------------------------------------

I'll see if I can build some kind of filter index reader that translates 
existing terms on the fly to use a new separator, while new terms are written 
with the new separator.

> DocumentsWriter truncates term text at \uFFFF
> ---------------------------------------------
>
>                 Key: LUCENE-1221
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1221
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 2.3, 2.3.1
>            Reporter: Marcel Reutegger
>            Priority: Minor
>         Attachments: OddTermTest.java
>
>
> When a Term text contains the unicode 'character' \uFFFF, DocumentsWriter 
> will truncate the text and only write the text up to the \uFFFF character.
> This has been introduces with changes for LUCENE-843 to reduce memory usage 
> and improve performance.
> This change in behavior prevents us (Jackrabbit) from upgrading to Lucene 2.3.

-- 
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