JBoss.orgCommunity Documentation
To be able to provide full-text search capabilities, xCMIS uses its own index. The following is the configuration parameter:
Parameter | Default | Description |
---|---|---|
indexDir | none | The location of the index directory. This parameter is mandatory for the default implementation. |
This parameter is passed through the XML configuration.
For example, to set up the index directory:
<component>
<type>org.exoplatform.ecms.xcmis.sp.DriveCmisRegistry</type>
<init-params>
<!-- Disabled by default. Uncomment if you need query support in CMIS. -->
<!-- value-param>
<name>indexDir</name>
<value>${gatein.jcr.index.data.dir}/cmis-index${container.name.suffix}</value>
</value-param-->
..............
</init-params>
</component>