You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2009/06/23 18:48:07 UTC

[jira] Resolved: (LUCENE-1714) WriteLineDocTask incorrectly normalizes fields

     [ https://issues.apache.org/jira/browse/LUCENE-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless resolved LUCENE-1714.
----------------------------------------

    Resolution: Fixed

Thanks Shai!

> WriteLineDocTask incorrectly normalizes fields
> ----------------------------------------------
>
>                 Key: LUCENE-1714
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1714
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: contrib/benchmark
>            Reporter: Shai Erera
>            Assignee: Michael McCandless
>             Fix For: 2.9
>
>         Attachments: LUCENE-1714.patch, LUCENE-1714.patch
>
>
> WriteLineDocTask normalizes the body, title and date fields by replacing any "\t" with a space. However, if any one of them contains newlines, LineDocMaker will fail, since the first line read will include some of the text, however the second line, which it now expects to be a new document, will include other parts of the text.
> I don't know how we didn't hit it so far. Maybe the wikipedia text doesn't have such lines, however when I ran over the TREC collection I hit a lot of those.
> I will attach a patch shortly.

-- 
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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org