-
Notifications
You must be signed in to change notification settings - Fork 2
Operators
Rincy Mathew edited this page Apr 12, 2022
·
19 revisions
SAGE's Operators are used to manipulate the data contained in Solr fields during a Job to ensure the desired values are written to the target Solr Core.
Operator management is handled on the "Operator Management" tab of the administration second of CAP's user interface.
The Mapping Operator is useful for transforming a list of initial values in a field into a list of corresponding mapped values.
An example scenario would be if a field contained months of the year in a abbreviated form and you would like to convert them into full months.
Initial Value | Mapped Value |
---|---|
Jan | January |
Feb | February |
Mar | March |
Apr | April |
May | May |
Jun | June |
Jul | July |
Aug | August |
Sep | September |
Oct | October |
Nov | November |
Dec | December |
To create a new Mapping Operator, open the "Create Operator Modal" by clicking the "New" button while on the Operators tab of the management view.