You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Markus Jelsma (Created) (JIRA)" <ji...@apache.org> on 2012/02/06 14:15:59 UTC

[jira] [Created] (NUTCH-1266) Subcollection to optionally write to configured fields

Subcollection to optionally write to configured fields
------------------------------------------------------

                 Key: NUTCH-1266
                 URL: https://issues.apache.org/jira/browse/NUTCH-1266
             Project: Nutch
          Issue Type: Improvement
          Components: indexer
            Reporter: Markus Jelsma
            Assignee: Markus Jelsma
             Fix For: 1.5


The subcollection plugin writes the contents of the name element of a given subcollection to the subcollection field. There are cases in which writing to fields other than subcollection is useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (NUTCH-1266) Subcollection to optionally write to configured fields

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

Markus Jelsma updated NUTCH-1266:
---------------------------------

    Patch Info: Patch Available
    
> Subcollection to optionally write to configured fields
> ------------------------------------------------------
>
>                 Key: NUTCH-1266
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1266
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>             Fix For: 1.5
>
>         Attachments: NUTCH-1266-1.5-1.patch
>
>
> The subcollection plugin writes the contents of the name element of a given subcollection to the subcollection field. There are cases in which writing to fields other than subcollection is useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NUTCH-1266) Subcollection to optionally write to configured fields

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

Hudson commented on NUTCH-1266:
-------------------------------

Integrated in nutch-trunk-maven #142 (See [https://builds.apache.org/job/nutch-trunk-maven/142/])
    NUTCH-1266 Subcollection to optionally write to configured fields

markus : http://svn.apache.org/viewvc/nutch/trunk/viewvc/?view=rev&root=&revision=1242255
Files : 
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection/CollectionManager.java
* /nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection/Subcollection.java
* /nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/indexer/subcollection/SubcollectionIndexingFilter.java

                
> Subcollection to optionally write to configured fields
> ------------------------------------------------------
>
>                 Key: NUTCH-1266
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1266
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>             Fix For: 1.5
>
>         Attachments: NUTCH-1266-1.5-1.patch
>
>
> The subcollection plugin writes the contents of the name element of a given subcollection to the subcollection field. There are cases in which writing to fields other than subcollection is useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (NUTCH-1266) Subcollection to optionally write to configured fields

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

Markus Jelsma resolved NUTCH-1266.
----------------------------------

    Resolution: Fixed

Committed for 1.5 in rev. 1242255.
                
> Subcollection to optionally write to configured fields
> ------------------------------------------------------
>
>                 Key: NUTCH-1266
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1266
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>             Fix For: 1.5
>
>         Attachments: NUTCH-1266-1.5-1.patch
>
>
> The subcollection plugin writes the contents of the name element of a given subcollection to the subcollection field. There are cases in which writing to fields other than subcollection is useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NUTCH-1266) Subcollection to optionally write to configured fields

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

Hudson commented on NUTCH-1266:
-------------------------------

Integrated in Nutch-trunk #1754 (See [https://builds.apache.org/job/Nutch-trunk/1754/])
    NUTCH-1266 Subcollection to optionally write to configured fields

markus : http://svn.apache.org/viewvc/nutch/trunk/viewvc/?view=rev&root=.&revision=1242255
Files : 
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection/CollectionManager.java
* /nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/collection/Subcollection.java
* /nutch/trunk/src/plugin/subcollection/src/java/org/apache/nutch/indexer/subcollection/SubcollectionIndexingFilter.java

                
> Subcollection to optionally write to configured fields
> ------------------------------------------------------
>
>                 Key: NUTCH-1266
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1266
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>             Fix For: 1.5
>
>         Attachments: NUTCH-1266-1.5-1.patch
>
>
> The subcollection plugin writes the contents of the name element of a given subcollection to the subcollection field. There are cases in which writing to fields other than subcollection is useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (NUTCH-1266) Subcollection to optionally write to configured fields

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

Markus Jelsma updated NUTCH-1266:
---------------------------------

    Attachment: NUTCH-1266-1.5-1.patch

Patch add an optional key element. If configured that value will be used as field name instead.
                
> Subcollection to optionally write to configured fields
> ------------------------------------------------------
>
>                 Key: NUTCH-1266
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1266
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>             Fix For: 1.5
>
>         Attachments: NUTCH-1266-1.5-1.patch
>
>
> The subcollection plugin writes the contents of the name element of a given subcollection to the subcollection field. There are cases in which writing to fields other than subcollection is useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NUTCH-1266) Subcollection to optionally write to configured fields

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

Markus Jelsma commented on NUTCH-1266:
--------------------------------------

I'll commit this one in a few hours unless there are objections.
                
> Subcollection to optionally write to configured fields
> ------------------------------------------------------
>
>                 Key: NUTCH-1266
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1266
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>             Fix For: 1.5
>
>         Attachments: NUTCH-1266-1.5-1.patch
>
>
> The subcollection plugin writes the contents of the name element of a given subcollection to the subcollection field. There are cases in which writing to fields other than subcollection is useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (NUTCH-1266) Subcollection to optionally write to configured fields

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

Markus Jelsma commented on NUTCH-1266:
--------------------------------------

comments? 
                
> Subcollection to optionally write to configured fields
> ------------------------------------------------------
>
>                 Key: NUTCH-1266
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1266
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>             Fix For: 1.5
>
>         Attachments: NUTCH-1266-1.5-1.patch
>
>
> The subcollection plugin writes the contents of the name element of a given subcollection to the subcollection field. There are cases in which writing to fields other than subcollection is useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira