[
https://issues.apache.org/jira/browse/NUTCH-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280135#comment-16280135
]
Hudson commented on NUTCH-2399:
-------------------------------
SUCCESS: Integrated in Jenkins build Nutch-trunk #3475 (See
[https://builds.apache.org/job/Nutch-trunk/3475/])
NUTCH-2399 Add support for multivalue fields on indexer-elastic
(jorge-luis.betancourt:
[https://github.com/apache/nutch/commit/106a215cbd430a13e29ee590e948e198abf6445c])
* (edit)
src/plugin/indexer-elastic/src/java/org/apache/nutch/indexwriter/elastic/ElasticIndexWriter.java
> indexer-elastic does not index multi-value fields (only the first value is
> indexed)
> -----------------------------------------------------------------------------------
>
> Key: NUTCH-2399
> URL: https://issues.apache.org/jira/browse/NUTCH-2399
> Project: Nutch
> Issue Type: Bug
> Components: indexer
> Reporter: Yossi Tamari
> Fix For: 1.14
>
>
> Currently, if there is a NutchField with multiple values, only the first
> value is indexed (because this is what doc.getFieldValue returns). Pull
> request #200 checks if the NutchField has multiple values, and if so, they
> are added as an array (multivalue) field.
> [https://github.com/apache/nutch/pull/200]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)