Question
3
Replies
559
Views
NIH - National Institute on Aging
Posted: March 28, 2018
Last activity: April 24, 2018
Closed
Solved
Page List is not saving to Index Table for Old Objects
Hi team,
half of the project we implemented Delcare Index for Page List Property and mapped to a separate table in Pega DB.
When i run the report, only getting data for new objects.
What about Page List data for old objects (prior to declare index mapping)? How can we save the Page list data of old objects in newly created Declare Index table?
Appreciate your help.
Thanks, Ramesh
If the index instances in your system are incomplete, or become corrupted or suspect, you can recreate them:
You can force re-indexing to occur upon commit even if no tracked properties are changed. To do this, add the property @baseclass.pzReindex with a value of "true" to the page containing the object before saving and committing the object. This property causes the system to skip change tracking and recompute indexes for this object from scratch. Because of added overhead, use this technique only in testing, debugging, or low-volume situations.