Task #6110
closedStory #6114: Include updated D1 indexing library
Use a new schema of dataone solr index so that the author last name can be sortable
Description
Ben said skye developed a new schema of the dataone solr index so that the author last name can be sortable. We need to adopt the new schema.
Updated by ben leinfelder about 11 years ago
This is included in the v1.2.0 release of d1 indexing -- called "authorSurNameSort"
Updated by Jing Tao about 11 years ago
After adopting the d1_cn_index_processor 1.2.0, the authorSurNameSort field is sortable. But it doesn't work very well. It turns out that the attribute "stored" of the field should be true. But the default value is false in the 1.2.0. Skype was thinking to release a release of d1_cn_index_processor only with schema change.
Updated by ben leinfelder about 11 years ago
Won't this be included in the next (1.2.1) release of the library as well? Could just wait for that if it is coming up soon.
Updated by Jing Tao about 11 years ago
- Status changed from New to Resolved
- translation missing: en.field_remaining_hours set to 0.0
Skype released a "buildout" component DATAONE-CN-INDEX_v1.2.1. It only has the schema change. Now our schema is using this one. It works.