Question
Accenture
AU
Last activity: 25 Feb 2020 8:18 EST
Elastic Search - Dedicated Index - How it works?
Hi Team,
I would like to How Pega would pick up dedicated index if I have the below class structure.
MyCo-Impl-Work (Class Group)
MyCo-Impl-Work-HR (Belongs to class group)
MyCo-Impl-Work-HR-Recruit (Belongs to Class group)
The Custom Search Properties instance is created at two layers.
1. Work- 2. MyCo-Impl-Work-HR
The one at HR layer has a dedicated Index with the properties specified.
When I invoke the 'pxRetrieveSearchData' activity with the Search Query, It is giving me the recoreds based on criteria, but the properties mentioned in HR layer are not coming in the results. This is tested with NEW work objects.
So, is there any way to mention the System to pick the Dedicated index and return the results with the properties mentioned in the Custom Search instance?