1.16.3.2.4. Configuring your application to use your SearchIndex

In portal/WEB-INF/conf/jcr/repository-configuration.xml, you have to replace each


<query-handler class="org.exoplatform.services.jcr.impl.core.query.lucene.SearchIndex">
        

by your own class


<query-handler class="mypackage.indexation.MySearchIndex">
        
Copyright ©2012. All rights reserved. eXo Platform SAS