You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Nathan Gass (JIRA)" <ji...@apache.org> on 2012/11/06 08:28:11 UTC

[jira] [Created] (NUTCH-1491) UTF-8 non-character codepoints in title

Nathan Gass created NUTCH-1491:
----------------------------------

             Summary: UTF-8 non-character codepoints in title
                 Key: NUTCH-1491
                 URL: https://issues.apache.org/jira/browse/NUTCH-1491
             Project: Nutch
          Issue Type: Bug
          Components: indexer
    Affects Versions: 2.1
            Reporter: Nathan Gass
         Attachments: patch

This is the same problem as NUTCH-1026 but for the title field. The attached patch just uses the same solution for this field too.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NUTCH-1491) UTF-8 non-character codepoints in title

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491353#comment-13491353 ] 

Hudson commented on NUTCH-1491:
-------------------------------

Integrated in nutch-trunk-maven #481 (See [https://builds.apache.org/job/nutch-trunk-maven/481/])
    NUTCH-1491 Strip UTF-8 non-character codepoints in title (Revision 1406076)

     Result = SUCCESS
markus : 
Files : 
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/src/java/org/apache/nutch/indexer/solr/SolrWriter.java

                
> UTF-8 non-character codepoints in title
> ---------------------------------------
>
>                 Key: NUTCH-1491
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1491
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 2.1
>            Reporter: Nathan Gass
>            Assignee: Markus Jelsma
>             Fix For: 1.6, 2.2
>
>         Attachments: patch
>
>
> This is the same problem as NUTCH-1026 but for the title field. The attached patch just uses the same solution for this field too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (NUTCH-1491) UTF-8 non-character codepoints in title

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma updated NUTCH-1491:
---------------------------------

    Fix Version/s: 2.2
                   1.6
         Assignee: Markus Jelsma
    
> UTF-8 non-character codepoints in title
> ---------------------------------------
>
>                 Key: NUTCH-1491
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1491
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 2.1
>            Reporter: Nathan Gass
>            Assignee: Markus Jelsma
>             Fix For: 1.6, 2.2
>
>         Attachments: patch
>
>
> This is the same problem as NUTCH-1026 but for the title field. The attached patch just uses the same solution for this field too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NUTCH-1491) UTF-8 non-character codepoints in title

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491331#comment-13491331 ] 

Lewis John McGibbney commented on NUTCH-1491:
---------------------------------------------

Hi Nathan, I can't cleanly access this patch. Is it possible for you to generate your patch as follows

svn diff > NUTCH-1491-$DATE.patch for example? Thank you
                
> UTF-8 non-character codepoints in title
> ---------------------------------------
>
>                 Key: NUTCH-1491
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1491
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 2.1
>            Reporter: Nathan Gass
>            Assignee: Markus Jelsma
>             Fix For: 1.6, 2.2
>
>         Attachments: patch
>
>
> This is the same problem as NUTCH-1026 but for the title field. The attached patch just uses the same solution for this field too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (NUTCH-1491) UTF-8 non-character codepoints in title

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Jelsma resolved NUTCH-1491.
----------------------------------

    Resolution: Fixed

Committed for trunk in rev. 1406076 and for 2x in rev. 1406077.
Thanks Nathan
                
> UTF-8 non-character codepoints in title
> ---------------------------------------
>
>                 Key: NUTCH-1491
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1491
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 2.1
>            Reporter: Nathan Gass
>            Assignee: Markus Jelsma
>             Fix For: 1.6, 2.2
>
>         Attachments: patch
>
>
> This is the same problem as NUTCH-1026 but for the title field. The attached patch just uses the same solution for this field too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NUTCH-1491) UTF-8 non-character codepoints in title

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491334#comment-13491334 ] 

Lewis John McGibbney commented on NUTCH-1491:
---------------------------------------------

Nice one Markus :)
                
> UTF-8 non-character codepoints in title
> ---------------------------------------
>
>                 Key: NUTCH-1491
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1491
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 2.1
>            Reporter: Nathan Gass
>            Assignee: Markus Jelsma
>             Fix For: 1.6, 2.2
>
>         Attachments: patch
>
>
> This is the same problem as NUTCH-1026 but for the title field. The attached patch just uses the same solution for this field too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NUTCH-1491) UTF-8 non-character codepoints in title

Posted by "Markus Jelsma (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491332#comment-13491332 ] 

Markus Jelsma commented on NUTCH-1491:
--------------------------------------

Hi Lewis, i patched it already and am in the process of committing for 2x and trunk.
                
> UTF-8 non-character codepoints in title
> ---------------------------------------
>
>                 Key: NUTCH-1491
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1491
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 2.1
>            Reporter: Nathan Gass
>            Assignee: Markus Jelsma
>             Fix For: 1.6, 2.2
>
>         Attachments: patch
>
>
> This is the same problem as NUTCH-1026 but for the title field. The attached patch just uses the same solution for this field too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (NUTCH-1491) UTF-8 non-character codepoints in title

Posted by "Nathan Gass (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Gass updated NUTCH-1491:
-------------------------------

    Attachment: patch
    
> UTF-8 non-character codepoints in title
> ---------------------------------------
>
>                 Key: NUTCH-1491
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1491
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 2.1
>            Reporter: Nathan Gass
>         Attachments: patch
>
>
> This is the same problem as NUTCH-1026 but for the title field. The attached patch just uses the same solution for this field too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira