Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.4, 1.5
Description
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".
Attachments
Issue Links
- relates to
-
SOLR-2960 XPathEntityProcessor does not clear nulls from empty multi-valued fields
- Closed