searchIndexing.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <!--
  2. Licensed Materials - Property of IBM
  3. BI and PM: CM
  4. (C) Copyright IBM Corp. 2015, 2018
  5. US Government Users Restricted Rights - Use, duplication or disclosure
  6. restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <subscriptions>
  9. <subscription name="searchIndexing" loadOnStartup="true">
  10. <observable>
  11. <classes>
  12. <class>
  13. <name>baseClass</name>
  14. <includeSubclasses>true</includeSubclasses>
  15. </class>
  16. </classes>
  17. <operations>
  18. <operation>
  19. <name>add</name>
  20. <returnProperties>
  21. <returnProperty>storeID</returnProperty>
  22. <returnProperty>$(parent)objectClass</returnProperty>
  23. </returnProperties>
  24. </operation>
  25. <operation>
  26. <name>update</name>
  27. <returnProperties>
  28. <returnProperty>storeID</returnProperty>
  29. <returnProperty>$(parent)objectClass</returnProperty>
  30. </returnProperties>
  31. </operation>
  32. <operation>
  33. <name>delete</name>
  34. <returnProperties>
  35. <returnProperty>storeID</returnProperty>
  36. <returnProperty>$(parent)objectClass</returnProperty>
  37. </returnProperties>
  38. </operation>
  39. <operation>
  40. <name>move</name>
  41. <returnProperties>
  42. <returnProperty>storeID</returnProperty>
  43. <returnProperty>$(parent)objectClass</returnProperty>
  44. </returnProperties>
  45. </operation>
  46. <operation>
  47. <name>copy</name>
  48. <returnProperties>
  49. <returnProperty>storeID</returnProperty>
  50. <returnProperty>$(parent)objectClass</returnProperty>
  51. </returnProperties>
  52. </operation>
  53. </operations>
  54. </observable>
  55. <observer>
  56. <notificationImplementation>com.cognos.cm.search.notification.IndexingObserver</notificationImplementation>
  57. </observer>
  58. </subscription>
  59. </subscriptions>