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:37:23 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12926699#action_12926699 ] 

Koji Sekiguchi commented on SOLR-1790:
--------------------------------------

Laxman, I'm sorry I wasn't aware of this ticket, but I think this is same as SOLR-1973. Please try the patch attached SOLR-1973 if possible.

> 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
>             Fix For: Next
>
>   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