Task #2616
Update solr schema field names
Status:
Closed
Priority:
Normal
Assignee:
Skye Roseboom
Category:
d1_indexer
Target version:
Start date:
2012-04-19
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
Field naming in the solr schema needs to be updated for consistent naming. using camel-case or no.
Also may need to update the schema for field names which have changed in the d1 api - objectFormat -> formatId for instance.
History
#1 Updated by Skye Roseboom over 12 years ago
- Status changed from New to In Progress
#2 Updated by Skye Roseboom over 12 years ago
Updated field 'objectformat' to be 'formatId' to match d1 rest api parameters.
Updated naming to use consistent camel casing between words. removed use of '_' character between words.
Some fields may not be completely consistent - especially fields used by one-mercury search interface - datasource is treated as one word.
Deployed to cn-dev-2.
#3 Updated by Skye Roseboom over 12 years ago
- Status changed from In Progress to Closed
Tested, no issues found.