Hi everybody,
I have been experimenting with different params for the SearchIndex section of the workspace.xml (CQ 5.5 SP2). The following documented settings do not seem to have any effect on the indexing process (on CentOS):
<param name="forkJavaCommand" value="nice java -Xmx32m"/> | |
<param name="extractorPoolSize" value="4"/> |
I have also tried to set an extractorPoolSize of "0" to achieve synchronous text extraction and indexing - no effect.
We have also tried to set
<param name="indexingConfiguration" value="${wsp.home}/indexing_config.xml"/>
The settings in our indexing_config.xml where also ignored completely.
What am I missing? Wrong parameters? Wrong configuration file?
Thanks for any help.
Henning