[jira] [Commented] (NUTCH-1560) index-metadata to add all values of multivalued metadata

2013-06-13 Thread Hudson (JIRA)

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

Hudson commented on NUTCH-1560:
---

Integrated in Nutch-trunk #2239 (See 
[https://builds.apache.org/job/Nutch-trunk/2239/])
NUTCH-1467 and NUTCH-1560: add all values of multi-valued metatags 
(Revision 1492856)

 Result = FAILURE
snagel : http://svn.apache.org/viewvc/nutch/trunk/?view=rev&rev=1492856
Files : 
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/src/java/org/apache/nutch/parse/HTMLMetaTags.java
* 
/nutch/trunk/src/plugin/index-metadata/src/java/org/apache/nutch/indexer/metadata/MetadataIndexer.java
* 
/nutch/trunk/src/plugin/parse-html/src/java/org/apache/nutch/parse/html/HTMLMetaProcessor.java
* /nutch/trunk/src/plugin/parse-metatags/build.xml
* /nutch/trunk/src/plugin/parse-metatags/sample/testMultivalueMetatags.html
* 
/nutch/trunk/src/plugin/parse-metatags/src/java/org/apache/nutch/parse/MetaTagsParser.java
* 
/nutch/trunk/src/plugin/parse-metatags/src/test/org/apache/nutch/parse/html/TestMetatagParser.java
* 
/nutch/trunk/src/plugin/parse-tika/src/java/org/apache/nutch/parse/tika/HTMLMetaProcessor.java


> index-metadata to add all values of multivalued metadata
> 
>
> Key: NUTCH-1560
> URL: https://issues.apache.org/jira/browse/NUTCH-1560
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Affects Versions: 1.6
>Reporter: Sebastian Nagel
>Priority: Minor
> Fix For: 1.7
>
> Attachments: NUTCH-1560-trunk-v1.patch
>
>
> MetadataIndexer does not add all values of multivalued meta tags. This causes 
> the fix for NUTCH-1467 to be almost useless.

--
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-1560) index-metadata to add all values of multivalued metadata

2013-06-12 Thread kiran (JIRA)

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

kiran commented on NUTCH-1560:
--

Sebastian,

Do you want to commit this for 1.7, so we can commit NUTCH-1467 for 1.7 version 
too ? 

> index-metadata to add all values of multivalued metadata
> 
>
> Key: NUTCH-1560
> URL: https://issues.apache.org/jira/browse/NUTCH-1560
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Affects Versions: 1.6
>Reporter: Sebastian Nagel
>Priority: Minor
> Fix For: 1.8
>
> Attachments: NUTCH-1560-trunk-v1.patch
>
>
> MetadataIndexer does not add all values of multivalued meta tags. This causes 
> the fix for NUTCH-1467 to be almost useless.

--
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-1560) index-metadata to add all values of multivalued metadata

2013-05-12 Thread kiran (JIRA)

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

kiran commented on NUTCH-1560:
--

My bad. My previous versions of the patches for NUTCH-1467 somehow overcame 
this (don't know what I did). 

I just tested this with the new version of NUTCH-1467 too and multiValues are 
shown only if both patches are applied. We should commit both of them together 
for next version.

Thank you.

> index-metadata to add all values of multivalued metadata
> 
>
> Key: NUTCH-1560
> URL: https://issues.apache.org/jira/browse/NUTCH-1560
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Affects Versions: 1.6
>Reporter: Sebastian Nagel
>Priority: Minor
> Fix For: 1.7
>
> Attachments: NUTCH-1560-trunk-v1.patch
>
>
> MetadataIndexer does not add all values of multivalued meta tags. This causes 
> the fix for NUTCH-1467 to be almost useless.

--
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-1560) index-metadata to add all values of multivalued metadata

2013-04-17 Thread Sebastian Nagel (JIRA)

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

Sebastian Nagel commented on NUTCH-1560:


Hi [~kiranch], I tried:
{code}
bin/nutch indexchecker 
http://scholar.lib.vt.edu/ejournals/ALAN/v37n1/hazlett.html
{code}
with latest patch for NUTCH-1467 applied and the meta tags defined in the 
example for NUTCH-1561: 3 authors (DC.creator) should be shown.

> index-metadata to add all values of multivalued metadata
> 
>
> Key: NUTCH-1560
> URL: https://issues.apache.org/jira/browse/NUTCH-1560
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Affects Versions: 1.6
>Reporter: Sebastian Nagel
>Priority: Minor
> Fix For: 1.7
>
> Attachments: NUTCH-1560-trunk-v1.patch
>
>
> MetadataIndexer does not add all values of multivalued meta tags. This causes 
> the fix for NUTCH-1467 to be almost useless.

--
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-1560) index-metadata to add all values of multivalued metadata

2013-04-17 Thread kiran (JIRA)

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

kiran commented on NUTCH-1560:
--

Hi Sebastian,

Thanks for the patch.

Last time I used index-metadata and patch for NUTCH-1467, Nutch indexed all the 
multivalued meta tags. I just checked and I could see multivalued metatags in 
the Solr index. I did not notice the code until I saw your patch. 

Did you notice this behavior in any specific instance ?


> index-metadata to add all values of multivalued metadata
> 
>
> Key: NUTCH-1560
> URL: https://issues.apache.org/jira/browse/NUTCH-1560
> Project: Nutch
>  Issue Type: Improvement
>  Components: indexer
>Affects Versions: 1.6
>Reporter: Sebastian Nagel
>Priority: Minor
> Fix For: 1.7
>
> Attachments: NUTCH-1560-trunk-v1.patch
>
>
> MetadataIndexer does not add all values of multivalued meta tags. This causes 
> the fix for NUTCH-1467 to be almost useless.

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