Hi Ross, This config should work:
<?xml version="1.0"?> <configuration xmlns:nt="http://www.jcp.org/jcr/nt/1.0"> <!-- index nothing for nt:resources --> <index-rule nodeType="nt:resource"> <property>DONOFULLTEXTINDEXING</property> </index-rule> </configuration> Ulrich
