You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Koji Sekiguchi (JIRA)" <ji...@apache.org> on 2010/10/31 13:39:23 UTC

[jira] Resolved: (SOLR-1790) XPath entity processor problem with empty fields processing.

     [ https://issues.apache.org/jira/browse/SOLR-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Sekiguchi resolved SOLR-1790.
----------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: Next)
                   4.0
                   3.1
         Assignee: Koji Sekiguchi

Close as duplicate of SOLR-1973.

> XPath entity processor problem with empty fields processing.
> ------------------------------------------------------------
>
>                 Key: SOLR-1790
>                 URL: https://issues.apache.org/jira/browse/SOLR-1790
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.4, 1.5
>            Reporter: Laxman
>            Assignee: Koji Sekiguchi
>             Fix For: 3.1, 4.0
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Xpath entity processor has following problem with processing the empty fields.
> While processing XML containing a field with empty value, its fetching the next fields value.
> When I import the follow record into SOLR by DIH
> <add>
> ...
>     <doc>
>         <field name="keywords"></field>
>         <field name="ContentURL">http://apache.org</field>
>     </doc>
> ...
> </add>
> When I query the record, the return result is not the same as expect:
> There is no "ContentURL" field, instead there is a field "keywords" has content "http://apache.org".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org