Thanks David/Alex, I added below configuration to indexing configuration
file.  Now when I search for a keyword like "admin" (or any other user name)
the files created/modified by "admin" are not returned.

<index-rule nodeType="nt:file">
        <property nodeScopeIndex="false">jcr:lastModifiedBy</property>
        <property nodeScopeIndex="false">jcr:createdBy</property>
        <property isRegexp="true">.*:.*</property>
</index-rule>



--
View this message in context: 
http://jackrabbit.510166.n4.nabble.com/Indexing-configuration-tp4660079p4660098.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to