Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Queries about the Search settings in AEM 6

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Employee

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. 

View solution in original post

5 Replies

Avatar

Level 10

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" />

Avatar

Correct answer by
Employee

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. 

Avatar

Level 10

sorry ! workspace.xml will not be there AEM 6 as it is based on Apache Oak. Let me check on this !

Avatar

Level 1

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

Avatar

Level 10

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.