I tried using the index aggregate some time back but it has made no
difference to the performance of the query.
indexing_configuration.xml
<?xml version="1.0"?>
<!DOCTYPE configuration SYSTEM
"http://jackrabbit.apache.org/dtd/indexing-configuration-1.0.dtd">
<configuration xmlns:jcr="http://www.jcp.org/jcr/1.0"
xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
xmlns:jpg="http://www.jpg.co.uk">
<aggregate primaryType="jpg:order">
<include>*/jpg:orderElement</include>
</aggregate>
</configuration>
repository.xml (excerpt)
<SearchIndex
class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
<FileSystem
class="org.apache.jackrabbit.core.fs.db.DbFileSystem">
</FileSystem>
</SearchIndex>
Indexing configuration exists at C:\jpgrepo\workspaces\wsp
Is there anyone that could help, please?
--
View this message in context:
http://jackrabbit.510166.n4.nabble.com/XPath-Query-Performance-with-Path-Constraints-Index-Aggregate-tp2532925p2541933.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.