The service configuration is located at
repository-configuration.xml
in the web application. This file can be found in various locations.
For example:
<query-handler class="org.exoplatform.services.jcr.impl.core.query.lucene.SearchIndex">
<properties>
<property name="index-dir" value="target/temp/index/repository/lab" />
<property name="support-highlighting" value="true" />
<property name="excerptprovider-class" value="org.exoplatform.services.jcr.impl.core.query.lucene.DefaultHTMLExcerpt" />
</properties>
</query-handler>
class
: A Query Handler class
name.
properties
: The list of properties
(name-value pairs) for a Query Handler (indexDir).
See Query Handler configuration for advanced configuration of QueryHandler.