AEM 6.4 OOTB Suggestions index configuring
Hi! I'm in bit of a dead end, and what i've read in the documentation here has not helped me much.
I'm using the suggester OOTB service to get results, and right now it's working but it's fetching suggestions from all kinds of different unwanted places.
The server on which this AEM instance will run will host multiple projects, so I need to have it suggest stuff only from my project, "content/myProject1".
It's currently suggesting from "content/myProject1", "content/myProject2", "content/myProject3" and so on.
I've went to oak-index and opened the cq:PageLucene, and I tried the following:
- added content/myProject1 as an object in multistring queryParams
- added content/myProject1 in queryParams and includedPaths too
- added content/myProject2 in excludedPaths
After each change I reindexed and tried again. No matter which route I go on, and for no matter what input I give, i only get an empty array as a response. That can't be right, and i'm not sure what am I doing wrong.
Any tips are greatly appreciated,
Thank you.