Task #2298
Story #2004: Finalize Mercury for release
Investigate extraneous semi-colon character in abstract field
Status:
Closed
Priority:
Normal
Assignee:
Skye Roseboom
Category:
d1_indexer
Target version:
Start date:
2012-02-07
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
Looks like xPath may be converting a element nested inside the element into a ';' character.
Can strip this off safely, reliably when or ';' is present?
History
#1 Updated by Skye Roseboom almost 13 years ago
- Status changed from New to In Progress
#2 Updated by Skye Roseboom almost 13 years ago
- Status changed from In Progress to Closed
element resolves to whitespace in Xpath parsing.
Updated solr field generation classes to trim whitespace from xPath node values. Cleans up solr index data and removes extraneous semi-colon from 'abstract' field data.