The Cache rebuilding has been changed. The values to check for duplicates are...
The Cache rebuilding has been changed. The values to check for duplicates are now loaded using the entities api instead of pure sql. If the cache for all duplicates of a scanner gets rebuilt, it's now done in blocks. This ensures that even while wokring on huge recordsets, the ressources are enough. It sure may take some time to check huge recordsets... The flag "Use external Webservice" has been removed from the view because no native api to a duplicate scanning service exists, therefore this is unnecessary right now. The config of the resultfields has been removed aswell, if no external service is used, it's enough to work with the id which is always in the index's response. The configuration of the indexfields has been changed, no manual connection between entity and db field is necessary because no sql is used any more. Instead, the fields can be selected via dropdown which offers the entity fields to select. Some refactoring Changes on the docks to reflect the changed datastructure of some arrays
Showing
- entity/DuplicateScannerIndexConfig_entity/DuplicateScannerIndexConfig_entity.aod 6 additions, 0 deletions...IndexConfig_entity/DuplicateScannerIndexConfig_entity.aod
- entity/DuplicateScannerIndexConfig_entity/entityfields/entity_field_name/dropDownProcess.js 18 additions, 0 deletions..._entity/entityfields/entity_field_name/dropDownProcess.js
- entity/DuplicateScanner_entity/DuplicateScanner_entity.aod 4 additions, 0 deletionsentity/DuplicateScanner_entity/DuplicateScanner_entity.aod
- entity/DuplicateScanner_entity/entityfields/runactiongroup/children/rebuildpersonduplicatescache/onActionProcess.js 2 additions, 31 deletions.../children/rebuildpersonduplicatescache/onActionProcess.js
- entity/DuplicateScanner_entity/entityfields/scannerindexconfigs_consumer/children/scannerentity_param/valueProcess.js 3 additions, 0 deletions...igs_consumer/children/scannerentity_param/valueProcess.js
- entity/DuplicateScanner_entity/entityfields/testactiongroup/children/testduplicatescanner/onActionProcess.js 77 additions, 1 deletion...iongroup/children/testduplicatescanner/onActionProcess.js
- entity/Duplicates_entity/recordcontainers/recordcontainer/contentProcess.js 0 additions, 1 deletion...entity/recordcontainers/recordcontainer/contentProcess.js
- neonView/DuplicateScannerIndexConfigEdit_view/DuplicateScannerIndexConfigEdit_view.aod 1 addition, 5 deletions...xConfigEdit_view/DuplicateScannerIndexConfigEdit_view.aod
- process/DuplicateScanner_lib/process.js 100 additions, 43 deletionsprocess/DuplicateScanner_lib/process.js
Please register or sign in to comment