[ 
https://issues.apache.org/jira/browse/NUTCH-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13614860#comment-13614860
 ] 

Hudson commented on NUTCH-1419:
-------------------------------

Integrated in Nutch-nutchgora #546 (See 
[https://builds.apache.org/job/Nutch-nutchgora/546/])
    NUTCH-1419 parsechecker and indexchecker to report protocol status 
(Revision 1461274)

     Result = SUCCESS
lewismc : http://svn.apache.org/viewvc/nutch/branches/2.x/?view=rev&rev=1461274
Files : 
* /nutch/branches/2.x/CHANGES.txt
* 
/nutch/branches/2.x/src/java/org/apache/nutch/indexer/IndexingFiltersChecker.java
* /nutch/branches/2.x/src/java/org/apache/nutch/parse/ParserChecker.java
* /nutch/branches/2.x/src/java/org/apache/nutch/storage/ProtocolStatus.java

                
> parsechecker and indexchecker to report protocol status
> -------------------------------------------------------
>
>                 Key: NUTCH-1419
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1419
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer, parser
>    Affects Versions: nutchgora, 1.6
>            Reporter: Sebastian Nagel
>            Priority: Minor
>             Fix For: 1.7, 2.2
>
>         Attachments: NUTCH-1419-1.patch, NUTCH-1419-2.x.patch, 
> NUTCH-1419-2.x-v2.patch, NUTCH-1419-2.x-v2.patch, NUTCH-1419-trunk.patch
>
>
> Parsechecker and indexchecker should report the protocol status when the 
> fetch was not successful (status other than 200/ok).
> In case of a redirect, the protocol status contains the URL a redirect points 
> to. Usually, this URL should be checked instead of the original one which is 
> not indexed. The content of a redirect response is less useful (and often 
> empty):
> {code}
> % nutch indexchecker http://lucene.apache.org/nutch/
> fetching: http://lucene.apache.org/nutch/
> parsing: http://lucene.apache.org/nutch/
> contentType: text/html
> content :       301 Moved Permanently Moved Permanently The document has 
> moved here . Apache/2.4.1 (Unix) OpenSSL/1.
> title : 301 Moved Permanently
> host :  lucene.apache.org
> tstamp :        Tue Jul 03 13:27:32 CEST 2012
> url :   http://lucene.apache.org/nutch/
> {code}

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

Reply via email to