-
After a full indexing, register the following Java program to mark business objects for update:
MQL> add program com.matrixone.search.indexing.update.MarkForUpdatePersons java;
-
Mark for update all the business objects linked to the persons you want to
anonymize:
MQL> execute program com.matrixone.search.indexing.update.MarkForUpdatePersons -person 'PERSON1_ID’ -person 'PERSON2_ID'
-
Restart the MQL session or the Tomcat server.
-
Run an incremental (partial) indexing:
MQL> start searchindex mode PARTIAL;
-
Check on your search interface that your documents are properly anonymized.
|