Hi All,
I was going through the Performance Optimization document from the adobe site. http://docs.adobe.com/docs/en/aem/6-0/deploy/configuring/performance.html.
In the Search Indexing section, there are some settings like supportHighlighting,resultFetchSize,cacheSize etc for AEM 6.
Can anyone let me know where to set this in AEM 6.0?
Thanks
Kamal
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Kamal,
Actually, the docs for that are located in the jackrabbit docs: http://wiki.apache.org/jackrabbit/Search (in the aem docs, see the link above supportHighlighting, then go to Search). In fact all the parameters are listed there. In this case, the AEM docs highlight the most common parameters and ask you to refer to the jackrabbit docs where everything is described in detail. There's no need to open a support ticket or docs bug.
Hope that helps.
Regards,
Alva
PS - the docs for 6.0 are here: http://docs.adobe.com/docs/en/aem/6-0/deploy/upgrade/queries-and-indexing.html#Configuring the indexes.
Views
Replies
Total Likes
Hi Kamal,
Its mentioned in the same document, that these are handled by adding <param> in the workspace.xml
<
param
name
=
"supportHighlighting"
value
=
"false"
/>
<
param
name
=
"resultFetchSize"
value
=
"50"
/>
<
param
name
=
"cacheSize"
value
=
"100000"
/>
Views
Replies
Total Likes
Hi Kamal,
Actually, the docs for that are located in the jackrabbit docs: http://wiki.apache.org/jackrabbit/Search (in the aem docs, see the link above supportHighlighting, then go to Search). In fact all the parameters are listed there. In this case, the AEM docs highlight the most common parameters and ask you to refer to the jackrabbit docs where everything is described in detail. There's no need to open a support ticket or docs bug.
Hope that helps.
Regards,
Alva
PS - the docs for 6.0 are here: http://docs.adobe.com/docs/en/aem/6-0/deploy/upgrade/queries-and-indexing.html#Configuring the indexes.
Views
Replies
Total Likes
sorry ! workspace.xml will not be there AEM 6 as it is based on Apache Oak. Let me check on this !
Views
Replies
Total Likes
Hi Alva and all,
Thank you for the pointers.
Alva,
The link you have mentioned is for the Jackrabbit and prior to AEM 6. I am looking to set the values for AEM 6.
Thanks
Kamal
Views
Replies
Total Likes
Hi Kamal,
Nothing mentioned for Oak. They have not given any configuration options for it. Rather, you can integrate it with SOLR which is support OOB by AEM. SOLR has the configurations for all of these.
However, You can raise a ticket for two things
1. To get pointers for these in Oak.
2. To update the document which you mentioned as it is to be updated accordingly.
Views
Replies
Total Likes